Iniit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let AutomationMode;
|
||||
(function (AutomationMode) {
|
||||
AutomationMode[AutomationMode["NormalMode"] = 1] = "NormalMode";
|
||||
AutomationMode[AutomationMode["AdvancedMode"] = 2] = "AdvancedMode";
|
||||
})(AutomationMode = Enums.AutomationMode || (Enums.AutomationMode = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"automationmode.js","sourceRoot":"","sources":["automationmode.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAUhB;AAVD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAQxB;IARD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAM1B;QAND,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAIrB;YAJD,WAAiB,KAAK;gBAClB,IAAY,cAEX;gBAFD,WAAY,cAAc;oBACtB,+DAAc,CAAA;oBAAE,mEAAY,CAAA;gBAChC,CAAC,EAFW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QAEzB;YACL,CAAC,EAJgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAIrB;QACL,CAAC,EANgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAM1B;IACL,CAAC,EARgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQxB;AACL,CAAC,EAVS,OAAO,KAAP,OAAO,QAUhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.NormalMode=1]="NormalMode";n[n.AdvancedMode=2]="AdvancedMode"})(t=n.AutomationMode||(n.AutomationMode={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,25 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let CommentType;
|
||||
(function (CommentType) {
|
||||
CommentType[CommentType["Comment"] = 1] = "Comment";
|
||||
CommentType[CommentType["Create"] = 2] = "Create";
|
||||
CommentType[CommentType["Update"] = 3] = "Update";
|
||||
CommentType[CommentType["Delete"] = 4] = "Delete";
|
||||
CommentType[CommentType["Call"] = 5] = "Call";
|
||||
CommentType[CommentType["Notification"] = 6] = "Notification";
|
||||
CommentType[CommentType["Mail"] = 7] = "Mail";
|
||||
CommentType[CommentType["Meeting"] = 8] = "Meeting";
|
||||
CommentType[CommentType["Event"] = 9] = "Event";
|
||||
CommentType[CommentType["Follow"] = 10] = "Follow";
|
||||
})(CommentType = Enums.CommentType || (Enums.CommentType = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"commenttype.js","sourceRoot":"","sources":["commenttype.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAUhB;AAVD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAQxB;IARD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAM1B;QAND,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAIrB;YAJD,WAAiB,KAAK;gBAClB,IAAY,WAEX;gBAFD,WAAY,WAAW;oBACnB,mDAAW,CAAA;oBAAE,iDAAM,CAAA;oBAAE,iDAAM,CAAA;oBAAE,iDAAM,CAAA;oBAAE,6CAAI,CAAA;oBAAE,6DAAY,CAAA;oBAAE,6CAAI,CAAA;oBAAE,mDAAO,CAAA;oBAAE,+CAAK,CAAA;oBAAC,kDAAM,CAAA;gBACxF,CAAC,EAFW,WAAW,GAAX,iBAAW,KAAX,iBAAW,QAEtB;YACL,CAAC,EAJgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAIrB;QACL,CAAC,EANgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAM1B;IACL,CAAC,EARgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQxB;AACL,CAAC,EAVS,OAAO,KAAP,OAAO,QAUhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Comment=1]="Comment";n[n.Create=2]="Create";n[n.Update=3]="Update";n[n.Delete=4]="Delete";n[n.Call=5]="Call";n[n.Notification=6]="Notification";n[n.Mail=7]="Mail";n[n.Meeting=8]="Meeting";n[n.Event=9]="Event";n[n.Follow=10]="Follow"})(t=n.CommentType||(n.CommentType={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,25 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let EventType;
|
||||
(function (EventType) {
|
||||
EventType[EventType["Event"] = 1] = "Event";
|
||||
EventType[EventType["StageEvent"] = 2] = "StageEvent";
|
||||
EventType[EventType["FollowerAddEvent"] = 3] = "FollowerAddEvent";
|
||||
EventType[EventType["FollowerRemovedEvent"] = 4] = "FollowerRemovedEvent";
|
||||
EventType[EventType["ValidationEvent"] = 5] = "ValidationEvent";
|
||||
EventType[EventType["Created"] = 6] = "Created";
|
||||
EventType[EventType["Updated"] = 7] = "Updated";
|
||||
EventType[EventType["Deleted"] = 8] = "Deleted";
|
||||
EventType[EventType["ResultAction"] = 9] = "ResultAction";
|
||||
EventType[EventType["Comment"] = 10] = "Comment";
|
||||
})(EventType = Enums.EventType || (Enums.EventType = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"eventtype.js","sourceRoot":"","sources":["eventtype.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAUhB;AAVD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAQxB;IARD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAM1B;QAND,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAIrB;YAJD,WAAiB,KAAK;gBAClB,IAAY,SAEX;gBAFD,WAAY,SAAS;oBACjB,2CAAS,CAAA;oBAAE,qDAAU,CAAA;oBAAE,iEAAgB,CAAA;oBAAE,yEAAoB,CAAA;oBAAE,+DAAe,CAAA;oBAAE,+CAAO,CAAA;oBAAE,+CAAO,CAAA;oBAAE,+CAAO,CAAA;oBAAE,yDAAY,CAAA;gBAC3H,CAAC,EAFW,SAAS,GAAT,eAAS,KAAT,eAAS,QAEpB;YACL,CAAC,EAJgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAIrB;QACL,CAAC,EANgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAM1B;IACL,CAAC,EARgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQxB;AACL,CAAC,EAVS,OAAO,KAAP,OAAO,QAUhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Event=1]="Event";n[n.StageEvent=2]="StageEvent";n[n.FollowerAddEvent=3]="FollowerAddEvent";n[n.FollowerRemovedEvent=4]="FollowerRemovedEvent";n[n.ValidationEvent=5]="ValidationEvent";n[n.Created=6]="Created";n[n.Updated=7]="Updated";n[n.Deleted=8]="Deleted";n[n.ResultAction=9]="ResultAction"})(t=n.EventType||(n.EventType={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,18 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let ExecuteActionStatus;
|
||||
(function (ExecuteActionStatus) {
|
||||
ExecuteActionStatus[ExecuteActionStatus["Draft"] = 1] = "Draft";
|
||||
ExecuteActionStatus[ExecuteActionStatus["Approved"] = 2] = "Approved";
|
||||
ExecuteActionStatus[ExecuteActionStatus["Rejected"] = 3] = "Rejected";
|
||||
})(ExecuteActionStatus = Enums.ExecuteActionStatus || (Enums.ExecuteActionStatus = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"executeactionstatus.js","sourceRoot":"","sources":["executeactionstatus.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAUhB;AAVD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAQxB;IARD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAM1B;QAND,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAIrB;YAJD,WAAiB,KAAK;gBAClB,IAAY,mBAEX;gBAFD,WAAY,mBAAmB;oBAC3B,+DAAS,CAAA;oBAAE,qEAAQ,CAAA;oBAAE,qEAAQ,CAAA;gBACjC,CAAC,EAFW,mBAAmB,GAAnB,yBAAmB,KAAnB,yBAAmB,QAE9B;YACL,CAAC,EAJgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAIrB;QACL,CAAC,EANgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAM1B;IACL,CAAC,EARgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQxB;AACL,CAAC,EAVS,OAAO,KAAP,OAAO,QAUhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Draft=1]="Draft";n[n.Approved=2]="Approved";n[n.Rejected=3]="Rejected"})(t=n.ExecuteActionStatus||(n.ExecuteActionStatus={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,40 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let ExpOp;
|
||||
(function (ExpOp) {
|
||||
ExpOp[ExpOp["Equals"] = 1] = "Equals";
|
||||
ExpOp[ExpOp["NotEquals"] = 2] = "NotEquals";
|
||||
ExpOp[ExpOp["EqualsColumn"] = 3] = "EqualsColumn";
|
||||
ExpOp[ExpOp["NotEqualsColumn"] = 4] = "NotEqualsColumn";
|
||||
ExpOp[ExpOp["GreaterThan"] = 5] = "GreaterThan";
|
||||
ExpOp[ExpOp["GreaterThanOrEquals"] = 6] = "GreaterThanOrEquals";
|
||||
ExpOp[ExpOp["LessThan"] = 7] = "LessThan";
|
||||
ExpOp[ExpOp["LessThanOrEquals"] = 8] = "LessThanOrEquals";
|
||||
ExpOp[ExpOp["GreaterThanColumn"] = 9] = "GreaterThanColumn";
|
||||
ExpOp[ExpOp["GreaterThanOrEqualsColumn"] = 10] = "GreaterThanOrEqualsColumn";
|
||||
ExpOp[ExpOp["LessThanColumn"] = 11] = "LessThanColumn";
|
||||
ExpOp[ExpOp["LessThanOrEqualsColumn"] = 12] = "LessThanOrEqualsColumn";
|
||||
ExpOp[ExpOp["Empty"] = 13] = "Empty";
|
||||
ExpOp[ExpOp["NotEmpty"] = 14] = "NotEmpty";
|
||||
ExpOp[ExpOp["Contains"] = 15] = "Contains";
|
||||
ExpOp[ExpOp["DoesNotContains"] = 16] = "DoesNotContains";
|
||||
ExpOp[ExpOp["StartsWith"] = 17] = "StartsWith";
|
||||
ExpOp[ExpOp["EndsWith"] = 18] = "EndsWith";
|
||||
ExpOp[ExpOp["In"] = 19] = "In";
|
||||
ExpOp[ExpOp["NotIn"] = 20] = "NotIn";
|
||||
ExpOp[ExpOp["Between"] = 21] = "Between";
|
||||
ExpOp[ExpOp["NotBetween"] = 22] = "NotBetween";
|
||||
ExpOp[ExpOp["InQuery"] = 23] = "InQuery";
|
||||
ExpOp[ExpOp["NotInQuery"] = 24] = "NotInQuery";
|
||||
ExpOp[ExpOp["Date"] = 25] = "Date";
|
||||
})(ExpOp = Enums.ExpOp || (Enums.ExpOp = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"expop.js","sourceRoot":"","sources":["expop.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAUhB;AAVD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAQxB;IARD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAM1B;QAND,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAIrB;YAJD,WAAiB,KAAK;gBAClB,IAAY,KAEX;gBAFD,WAAY,KAAK;oBACZ,qCAAU,CAAA;oBAAC,2CAAS,CAAA;oBAAC,iDAAY,CAAA;oBAAC,uDAAe,CAAA;oBAAC,+CAAW,CAAA;oBAAC,+DAAmB,CAAA;oBAAC,yCAAQ,CAAA;oBAAC,yDAAgB,CAAA;oBAAC,2DAAiB,CAAA;oBAAC,4EAAyB,CAAA;oBAAC,sDAAc,CAAA;oBAAC,sEAAsB,CAAA;oBAAC,oCAAK,CAAA;oBAAC,0CAAQ,CAAA;oBAAC,0CAAQ,CAAA;oBAAC,wDAAe,CAAA;oBAAC,8CAAU,CAAA;oBAAC,0CAAQ,CAAA;oBAAC,8BAAE,CAAA;oBAAC,oCAAK,CAAA;oBAAC,wCAAO,CAAA;oBAAC,8CAAU,CAAA;oBAAC,wCAAO,CAAA;oBAAC,8CAAU,CAAA;oBAAC,kCAAI,CAAA;gBAClT,CAAC,EAFW,KAAK,GAAL,WAAK,KAAL,WAAK,QAEhB;YACL,CAAC,EAJgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAIrB;QACL,CAAC,EANgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAM1B;IACL,CAAC,EARgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQxB;AACL,CAAC,EAVS,OAAO,KAAP,OAAO,QAUhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Equals=1]="Equals";n[n.NotEquals=2]="NotEquals";n[n.EqualsColumn=3]="EqualsColumn";n[n.NotEqualsColumn=4]="NotEqualsColumn";n[n.GreaterThan=5]="GreaterThan";n[n.GreaterThanOrEquals=6]="GreaterThanOrEquals";n[n.LessThan=7]="LessThan";n[n.LessThanOrEquals=8]="LessThanOrEquals";n[n.GreaterThanColumn=9]="GreaterThanColumn";n[n.GreaterThanOrEqualsColumn=10]="GreaterThanOrEqualsColumn";n[n.LessThanColumn=11]="LessThanColumn";n[n.LessThanOrEqualsColumn=12]="LessThanOrEqualsColumn";n[n.Empty=13]="Empty";n[n.NotEmpty=14]="NotEmpty";n[n.Contains=15]="Contains";n[n.DoesNotContains=16]="DoesNotContains";n[n.StartsWith=17]="StartsWith";n[n.EndsWith=18]="EndsWith";n[n.In=19]="In";n[n.NotIn=20]="NotIn";n[n.Between=21]="Between";n[n.NotBetween=22]="NotBetween";n[n.InQuery=23]="InQuery";n[n.NotInQuery=24]="NotInQuery";n[n.Date=25]="Date"})(t=n.ExpOp||(n.ExpOp={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,23 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let NotifyAlerts;
|
||||
(function (NotifyAlerts) {
|
||||
NotifyAlerts[NotifyAlerts["Alert"] = 1] = "Alert";
|
||||
NotifyAlerts[NotifyAlerts["CouponApplied"] = 2] = "CouponApplied";
|
||||
NotifyAlerts[NotifyAlerts["CouponAlreadyRedeemed"] = 3] = "CouponAlreadyRedeemed";
|
||||
NotifyAlerts[NotifyAlerts["InvalidDuplicateCoupon"] = 4] = "InvalidDuplicateCoupon";
|
||||
NotifyAlerts[NotifyAlerts["UnAuthenticCoupon"] = 5] = "UnAuthenticCoupon";
|
||||
NotifyAlerts[NotifyAlerts["CouponBeep"] = 6] = "CouponBeep";
|
||||
NotifyAlerts[NotifyAlerts["CouponScrapped"] = 7] = "CouponScrapped";
|
||||
NotifyAlerts[NotifyAlerts["Congratulations"] = 8] = "Congratulations";
|
||||
})(NotifyAlerts = Enums.NotifyAlerts || (Enums.NotifyAlerts = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"noitfyalerts.js","sourceRoot":"","sources":["noitfyalerts.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAiBhB;AAjBD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAexB;IAfD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAa1B;QAbD,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAWrB;YAXD,WAAiB,KAAK;gBAClB,IAAY,YASX;gBATD,WAAY,YAAY;oBACpB,iDAAS,CAAA;oBACT,iEAAiB,CAAA;oBACjB,iFAAyB,CAAA;oBACzB,mFAA0B,CAAA;oBAC1B,yEAAqB,CAAA;oBACrB,2DAAc,CAAA;oBACd,mEAAkB,CAAA;oBAClB,qEAAiB,CAAA;gBACrB,CAAC,EATW,YAAY,GAAZ,kBAAY,KAAZ,kBAAY,QASvB;YACL,CAAC,EAXgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAWrB;QACL,CAAC,EAbgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAa1B;IACL,CAAC,EAfgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAexB;AACL,CAAC,EAjBS,OAAO,KAAP,OAAO,QAiBhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Alert=1]="Alert";n[n.CouponApplied=2]="CouponApplied";n[n.CouponAlreadyRedeemed=3]="CouponAlreadyRedeemed";n[n.InvalidDuplicateCoupon=4]="InvalidDuplicateCoupon";n[n.UnAuthenticCoupon=5]="UnAuthenticCoupon";n[n.CouponBeep=6]="CouponBeep";n[n.CouponScrapped=7]="CouponScrapped";n[n.Congratulations=8]="Congratulations"})(t=n.NotifyAlerts||(n.NotifyAlerts={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,17 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let RuleType;
|
||||
(function (RuleType) {
|
||||
RuleType[RuleType["Event"] = 1] = "Event";
|
||||
RuleType[RuleType["Scheduler"] = 2] = "Scheduler";
|
||||
})(RuleType = Enums.RuleType || (Enums.RuleType = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ruletype.js","sourceRoot":"","sources":["ruletype.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAUhB;AAVD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAQxB;IARD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAM1B;QAND,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAIrB;YAJD,WAAiB,KAAK;gBAClB,IAAY,QAEX;gBAFD,WAAY,QAAQ;oBAChB,yCAAS,CAAA;oBAAE,iDAAa,CAAA;gBAC5B,CAAC,EAFW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAEnB;YACL,CAAC,EAJgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAIrB;QACL,CAAC,EANgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAM1B;IACL,CAAC,EARgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQxB;AACL,CAAC,EAVS,OAAO,KAAP,OAAO,QAUhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Event=1]="Event";n[n.Scheduler=2]="Scheduler"})(t=n.RuleType||(n.RuleType={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1,34 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Platform;
|
||||
(function (Platform) {
|
||||
let Automation;
|
||||
(function (Automation) {
|
||||
let Enums;
|
||||
(function (Enums) {
|
||||
let SchedulerType;
|
||||
(function (SchedulerType) {
|
||||
SchedulerType[SchedulerType["Events"] = 1] = "Events";
|
||||
SchedulerType[SchedulerType["Daily"] = 2] = "Daily";
|
||||
SchedulerType[SchedulerType["FifteenMinute"] = 3] = "FifteenMinute";
|
||||
SchedulerType[SchedulerType["FiveMinute"] = 4] = "FiveMinute";
|
||||
SchedulerType[SchedulerType["FortyFiveMinute"] = 5] = "FortyFiveMinute";
|
||||
SchedulerType[SchedulerType["HalfYearly"] = 6] = "HalfYearly";
|
||||
SchedulerType[SchedulerType["Monthly"] = 7] = "Monthly";
|
||||
SchedulerType[SchedulerType["NineHour"] = 8] = "NineHour";
|
||||
SchedulerType[SchedulerType["OneHour"] = 9] = "OneHour";
|
||||
SchedulerType[SchedulerType["OneMinute"] = 10] = "OneMinute";
|
||||
SchedulerType[SchedulerType["Quarterly"] = 11] = "Quarterly";
|
||||
SchedulerType[SchedulerType["SixHour"] = 12] = "SixHour";
|
||||
SchedulerType[SchedulerType["ThirtyMinute"] = 13] = "ThirtyMinute";
|
||||
SchedulerType[SchedulerType["ThreeHour"] = 14] = "ThreeHour";
|
||||
SchedulerType[SchedulerType["ThreeMinute"] = 15] = "ThreeMinute";
|
||||
SchedulerType[SchedulerType["TwelveHour"] = 16] = "TwelveHour";
|
||||
SchedulerType[SchedulerType["TwoHour"] = 17] = "TwoHour";
|
||||
SchedulerType[SchedulerType["TwoMinute"] = 18] = "TwoMinute";
|
||||
SchedulerType[SchedulerType["Yearly"] = 19] = "Yearly";
|
||||
})(SchedulerType = Enums.SchedulerType || (Enums.SchedulerType = {}));
|
||||
})(Enums = Automation.Enums || (Automation.Enums = {}));
|
||||
})(Automation = Platform.Automation || (Platform.Automation = {}));
|
||||
})(Platform = Unibase.Platform || (Unibase.Platform = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"schedulertype.js","sourceRoot":"","sources":["schedulertype.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAWhB;AAXD,WAAU,OAAO;IACb,IAAiB,QAAQ,CASxB;IATD,WAAiB,QAAQ;QACrB,IAAiB,UAAU,CAO1B;QAPD,WAAiB,UAAU;YACvB,IAAiB,KAAK,CAKrB;YALD,WAAiB,KAAK;gBAClB,IAAY,aAGX;gBAHD,WAAY,aAAa;oBACrB,qDAAU,CAAA;oBAAE,mDAAK,CAAA;oBAAE,mEAAa,CAAA;oBAAE,6DAAU,CAAA;oBAAE,uEAAe,CAAA;oBAAE,6DAAU,CAAA;oBAAE,uDAAO,CAAA;oBAAE,yDAAQ,CAAA;oBAAE,uDAAO,CAAA;oBAAE,4DAAS,CAAA;oBAChH,4DAAS,CAAA;oBAAE,wDAAO,CAAA;oBAAE,kEAAY,CAAA;oBAAE,4DAAS,CAAA;oBAAE,gEAAW,CAAA;oBAAE,8DAAU,CAAA;oBAAE,wDAAO,CAAA;oBAAE,4DAAS,CAAA;oBAAE,sDAAM,CAAA;gBACpG,CAAC,EAHW,aAAa,GAAb,mBAAa,KAAb,mBAAa,QAGxB;YACL,CAAC,EALgB,KAAK,GAAL,gBAAK,KAAL,gBAAK,QAKrB;QACL,CAAC,EAPgB,UAAU,GAAV,mBAAU,KAAV,mBAAU,QAO1B;IACL,CAAC,EATgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QASxB;AACL,CAAC,EAXS,OAAO,KAAP,OAAO,QAWhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){n[n.Events=1]="Events";n[n.Daily=2]="Daily";n[n.FifteenMinute=3]="FifteenMinute";n[n.FiveMinute=4]="FiveMinute";n[n.FortyFiveMinute=5]="FortyFiveMinute";n[n.HalfYearly=6]="HalfYearly";n[n.Monthly=7]="Monthly";n[n.NineHour=8]="NineHour";n[n.OneHour=9]="OneHour";n[n.OneMinute=10]="OneMinute";n[n.Quarterly=11]="Quarterly";n[n.SixHour=12]="SixHour";n[n.ThirtyMinute=13]="ThirtyMinute";n[n.ThreeHour=14]="ThreeHour";n[n.ThreeMinute=15]="ThreeMinute";n[n.TwelveHour=16]="TwelveHour";n[n.TwoHour=17]="TwoHour";n[n.TwoMinute=18]="TwoMinute";n[n.Yearly=19]="Yearly"})(t=n.SchedulerType||(n.SchedulerType={}))})(t=n.Enums||(n.Enums={}))})(t=n.Automation||(n.Automation={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
Reference in New Issue
Block a user