@elyx-code/project-logic-tree 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +317 -313
- package/dist/index.umd.cjs +37 -37
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
var Bf = Object.defineProperty;
|
|
2
2
|
var Mf = (n, e, t) => e in n ? Bf(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var l = (n, e, t) => (Mf(n, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
var r = /* @__PURE__ */ ((n) => (n.CustomEntity = "custom-entity", n.BuiltInBaseEntity = "built-in-base-entity", n.Project = "project", n.InstalledProject = "installed-project", n.GlobalEvent = "global-event", n.DataType = "data-type", n.FunctionCall = "function-call", n.FunctionDeclaration = "function-declaration", n.ActionDescriptor = "action-descriptor", n.ValueDescriptor = "value-descriptor", n.ArgumentDeclaration = "argument-declaration", n.InputMap = "input-map", n.ReturnStatement = "return-statement", n.BreakStatement = "break-statement", n.ContinueStatement = "continue-statement", n.ReturnDeclaration = "return-declaration", n.OutputMap = "output-map", n.PrimitiveEntity = "primitive-entity", n.PrimitiveValue = "primitive-value", n.Property = "property", n.Operation = "operation", n.Condition = "condition", n.VariableDeclaration = "variable-declaration", n.VariableInstance = "variable-instance", n.Search = "search", n.Loop = "loop", n.InternalCall = "internal-call", n.GenericReference = "generic-reference", n))(r || {}), M = /* @__PURE__ */ ((n) => (n.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", n.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", n.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", n.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", n.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", n.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", n))(M || {}), Ue = /* @__PURE__ */ ((n) => (n.CurrentDateAndTime = "current-date-and-time", n.Unique = "unique", n.Random = "random", n))(Ue || {}), St = /* @__PURE__ */ ((n) => (n.DeletePersistedEntity = "base-delete-persisted-entity", n.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", n.AbortExecution = "base-abort-execution", n))(St || {}), V = /* @__PURE__ */ ((n) => (n.Fixed = "fixed", n.None = "none", n.Dynamic = "dynamic", n))(V || {}), O = /* @__PURE__ */ ((n) => (n.FixedArguments = "fixed-arguments", n.FixedReturns = "fixed-returns", n.ReturnedError = "returned-error", n.OngoingProcessExecution = "ongoing-process-execution", n))(O || {}), v = /* @__PURE__ */ ((n) => (n.EntityTemplate = "entity-template", n.ActionDescriptor = "action-descriptor", n.String = "string", n.Number = "number", n.Boolean = "boolean", n.Null = "null", n.Enum = "enum", n.JSON = "json", n.Date = "date", n.UUID = "uuid", n.File = "file", n))(v || {}), ut = /* @__PURE__ */ ((n) => (n.Addition = "addition", n.Substraction = "substraction", n.Multiplication = "multiplication", n.Division = "division", n.Remainder = "remainder", n.Exponentiation = "exponentiation", n))(ut || {}), ge = /* @__PURE__ */ ((n) => (n.Join = "string-join", n.Split = "stringSsplit", n.DeleteLast = "string-delete-last", n.DeleteFirst = "string-delete-first", n.DeleteIndex = "string-delete-index", n.AddIndex = "string-add-index", n.ReplaceFirst = "string-replace-first", n.ReplaceLast = "string-replace-last", n.ReplaceIndex = "string-replace-index", n.ReplaceSingleMatch = "string-replace-single-match", n.ReplaceAllMatches = "string-replace-all-matches", n.GetIndex = "string-get-index", n.GetFirst = "string-get-first", n.GetLast = "string-get-last", n.Append = "string-append", n.Prepend = "string-prepend", n))(ge || {}), U = /* @__PURE__ */ ((n) => (n.Join = "list-join", n.Split = "list-split", n.DeleteLast = "list-delete-last", n.DeleteFirst = "list-delete-first", n.DeleteIndex = "list-delete-index", n.AddIndex = "list-add-index", n.ReplaceFirst = "list-replace-first", n.ReplaceLast = "list-replace-last", n.ReplaceIndex = "list-replace-index", n.ReplaceSingleMatch = "list-replace-single-match", n.ReplaceAllMatches = "list-replace-all-matches", n.GetIndex = "list-get-index", n.GetFirst = "list-get-first", n.GetLast = "list-get-last", n.Append = "list-append", n.Prepend = "list-prepend", n))(U || {}), Ie = /* @__PURE__ */ ((n) => (n.Parallel = "parallel", n.Sequential = "sequential", n.Wait = "wait", n))(Ie || {}), nt = /* @__PURE__ */ ((n) => (n.CreateNewInstance = "create-new-instance", n.Validate = "validate", n))(nt || {}), Ke = /* @__PURE__ */ ((n) => (n.HttpRequest = "base-http-request", n))(Ke || {}),
|
|
5
|
-
const
|
|
4
|
+
var r = /* @__PURE__ */ ((n) => (n.CustomEntity = "custom-entity", n.BuiltInBaseEntity = "built-in-base-entity", n.Project = "project", n.InstalledProject = "installed-project", n.GlobalEvent = "global-event", n.DataType = "data-type", n.FunctionCall = "function-call", n.FunctionDeclaration = "function-declaration", n.ActionDescriptor = "action-descriptor", n.ValueDescriptor = "value-descriptor", n.ArgumentDeclaration = "argument-declaration", n.InputMap = "input-map", n.ReturnStatement = "return-statement", n.BreakStatement = "break-statement", n.ContinueStatement = "continue-statement", n.ReturnDeclaration = "return-declaration", n.OutputMap = "output-map", n.PrimitiveEntity = "primitive-entity", n.PrimitiveValue = "primitive-value", n.Property = "property", n.Operation = "operation", n.Condition = "condition", n.VariableDeclaration = "variable-declaration", n.VariableInstance = "variable-instance", n.Search = "search", n.Loop = "loop", n.InternalCall = "internal-call", n.GenericReference = "generic-reference", n))(r || {}), M = /* @__PURE__ */ ((n) => (n.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", n.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", n.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", n.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", n.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", n.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", n))(M || {}), Ue = /* @__PURE__ */ ((n) => (n.CurrentDateAndTime = "current-date-and-time", n.Unique = "unique", n.Random = "random", n))(Ue || {}), St = /* @__PURE__ */ ((n) => (n.DeletePersistedEntity = "base-delete-persisted-entity", n.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", n.AbortExecution = "base-abort-execution", n))(St || {}), V = /* @__PURE__ */ ((n) => (n.Fixed = "fixed", n.None = "none", n.Dynamic = "dynamic", n))(V || {}), O = /* @__PURE__ */ ((n) => (n.FixedArguments = "fixed-arguments", n.FixedReturns = "fixed-returns", n.ReturnedError = "returned-error", n.OngoingProcessExecution = "ongoing-process-execution", n))(O || {}), v = /* @__PURE__ */ ((n) => (n.EntityTemplate = "entity-template", n.ActionDescriptor = "action-descriptor", n.String = "string", n.Number = "number", n.Boolean = "boolean", n.Null = "null", n.Enum = "enum", n.JSON = "json", n.Date = "date", n.UUID = "uuid", n.File = "file", n))(v || {}), ut = /* @__PURE__ */ ((n) => (n.Addition = "addition", n.Substraction = "substraction", n.Multiplication = "multiplication", n.Division = "division", n.Remainder = "remainder", n.Exponentiation = "exponentiation", n))(ut || {}), ge = /* @__PURE__ */ ((n) => (n.Join = "string-join", n.Split = "stringSsplit", n.DeleteLast = "string-delete-last", n.DeleteFirst = "string-delete-first", n.DeleteIndex = "string-delete-index", n.AddIndex = "string-add-index", n.ReplaceFirst = "string-replace-first", n.ReplaceLast = "string-replace-last", n.ReplaceIndex = "string-replace-index", n.ReplaceSingleMatch = "string-replace-single-match", n.ReplaceAllMatches = "string-replace-all-matches", n.GetIndex = "string-get-index", n.GetFirst = "string-get-first", n.GetLast = "string-get-last", n.Append = "string-append", n.Prepend = "string-prepend", n))(ge || {}), U = /* @__PURE__ */ ((n) => (n.Join = "list-join", n.Split = "list-split", n.DeleteLast = "list-delete-last", n.DeleteFirst = "list-delete-first", n.DeleteIndex = "list-delete-index", n.AddIndex = "list-add-index", n.ReplaceFirst = "list-replace-first", n.ReplaceLast = "list-replace-last", n.ReplaceIndex = "list-replace-index", n.ReplaceSingleMatch = "list-replace-single-match", n.ReplaceAllMatches = "list-replace-all-matches", n.GetIndex = "list-get-index", n.GetFirst = "list-get-first", n.GetLast = "list-get-last", n.Append = "list-append", n.Prepend = "list-prepend", n))(U || {}), Ie = /* @__PURE__ */ ((n) => (n.Parallel = "parallel", n.Sequential = "sequential", n.Wait = "wait", n))(Ie || {}), nt = /* @__PURE__ */ ((n) => (n.CreateNewInstance = "create-new-instance", n.Validate = "validate", n))(nt || {}), Ke = /* @__PURE__ */ ((n) => (n.HttpRequest = "base-http-request", n))(Ke || {}), Se = /* @__PURE__ */ ((n) => (n.Equal = "equal", n.NotEqual = "not-equal", n.And = "and", n.Or = "or", n.LessThan = "less-than", n.MoreThan = "more-than", n.LessThanOrEqual = "less-than-or-equal", n.MoreThanOrEqual = "more-than-or-equal", n))(Se || {}), $t = /* @__PURE__ */ ((n) => (n.Empty = "empty", n.NotEmpty = "not-empty", n))($t || {}), Fe = /* @__PURE__ */ ((n) => (n.ManualFlow = "manual-flow-loop", n.Counted = "counted-loop", n.List = "list-loop", n.ObjectKeys = "object-keys-loop", n.ObjectValues = "object-values-loop", n.String = "string-loop", n))(Fe || {}), Je = /* @__PURE__ */ ((n) => (n.OrDataTypeGroup = "or-data-type-group", n.AndDataTypeGroup = "and-data-type-group", n.DynamicArgumentTypes = "dynamic-argument-types", n.DynamicReturnTypes = "dynamic-return-types", n))(Je || {}), un = /* @__PURE__ */ ((n) => (n.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", n))(un || {}), _f = /* @__PURE__ */ ((n) => (n.Error = "error", n.Task = "task", n))(_f || {});
|
|
5
|
+
const On = [
|
|
6
6
|
r.VariableDeclaration,
|
|
7
7
|
r.VariableInstance,
|
|
8
8
|
r.InputMap,
|
|
9
9
|
r.ReturnDeclaration
|
|
10
|
-
]
|
|
10
|
+
];
|
|
11
|
+
console.log("VALUE_READING_TYPES: ", [...On]);
|
|
12
|
+
const De = [
|
|
11
13
|
r.VariableDeclaration,
|
|
12
14
|
r.VariableInstance,
|
|
13
15
|
r.ArgumentDeclaration,
|
|
14
16
|
r.OutputMap
|
|
15
|
-
]
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
];
|
|
18
|
+
console.log("VALUE_WRITING_TYPES: ", [...De]);
|
|
19
|
+
const Nf = [
|
|
20
|
+
...On,
|
|
21
|
+
...De
|
|
18
22
|
], Ge = [
|
|
19
23
|
r.VariableDeclaration,
|
|
20
24
|
r.VariableInstance
|
|
@@ -38,7 +42,7 @@ const Kn = [
|
|
|
38
42
|
], $e = [
|
|
39
43
|
r.FunctionDeclaration,
|
|
40
44
|
...Pi
|
|
41
|
-
],
|
|
45
|
+
], $n = [
|
|
42
46
|
...xe,
|
|
43
47
|
r.ReturnStatement,
|
|
44
48
|
r.BreakStatement,
|
|
@@ -54,13 +58,13 @@ const Kn = [
|
|
|
54
58
|
], xf = [
|
|
55
59
|
...kc,
|
|
56
60
|
...$e
|
|
57
|
-
], F9 = [
|
|
61
|
+
], F9 = [...$n, ...$e], U9 = [
|
|
58
62
|
...qc,
|
|
59
63
|
...$e
|
|
60
64
|
], Tt = [
|
|
61
65
|
...$e,
|
|
62
66
|
r.Loop
|
|
63
|
-
],
|
|
67
|
+
], Ae = [
|
|
64
68
|
r.ReturnStatement,
|
|
65
69
|
r.BreakStatement,
|
|
66
70
|
r.ContinueStatement
|
|
@@ -245,7 +249,7 @@ const Kn = [
|
|
|
245
249
|
dataType: Lf,
|
|
246
250
|
description: "Options for the enum. Each option is a text value.",
|
|
247
251
|
parent: Ff
|
|
248
|
-
},
|
|
252
|
+
}, Vn = {
|
|
249
253
|
type: r.PrimitiveEntity,
|
|
250
254
|
id: "9542b8b4-2642-4eee-9db9-def7963a17a0",
|
|
251
255
|
description: "A set of text options to choose from.",
|
|
@@ -1720,8 +1724,8 @@ const Ne = {
|
|
|
1720
1724
|
}
|
|
1721
1725
|
},
|
|
1722
1726
|
[r.Condition]: {
|
|
1723
|
-
[
|
|
1724
|
-
id:
|
|
1727
|
+
[Se.MoreThanOrEqual]: {
|
|
1728
|
+
id: Se.MoreThanOrEqual,
|
|
1725
1729
|
inputs: {
|
|
1726
1730
|
leftHand: "condition-more-than-or-equal-left-hand-input-id",
|
|
1727
1731
|
rightHand: "condition-more-than-or-equal-right-hand-input-id"
|
|
@@ -1814,7 +1818,7 @@ const Ne = {
|
|
|
1814
1818
|
andChildrenGroup: null,
|
|
1815
1819
|
orChildrenGroup: null,
|
|
1816
1820
|
version: 1,
|
|
1817
|
-
entity:
|
|
1821
|
+
entity: Vn,
|
|
1818
1822
|
isList: !1,
|
|
1819
1823
|
asType: !1,
|
|
1820
1824
|
isNullable: !1,
|
|
@@ -2478,7 +2482,7 @@ const Ne = {
|
|
|
2478
2482
|
type: r.DataType,
|
|
2479
2483
|
andChildrenGroup: null,
|
|
2480
2484
|
orChildrenGroup: null,
|
|
2481
|
-
entity:
|
|
2485
|
+
entity: Vn,
|
|
2482
2486
|
isList: !0,
|
|
2483
2487
|
isNullable: !1,
|
|
2484
2488
|
constant: !0,
|
|
@@ -3099,7 +3103,7 @@ const Ne = {
|
|
|
3099
3103
|
dataType: Ab,
|
|
3100
3104
|
description: "If true, this database will be the default database for the server instance and all the new entities.",
|
|
3101
3105
|
parent: Ci
|
|
3102
|
-
},
|
|
3106
|
+
}, Gn = {
|
|
3103
3107
|
id: M.RELATIONAL_DATABASE,
|
|
3104
3108
|
version: 1,
|
|
3105
3109
|
description: "This entity provisions a relational database in the cloud.",
|
|
@@ -3179,7 +3183,7 @@ const Ne = {
|
|
|
3179
3183
|
isList: !1,
|
|
3180
3184
|
isNullable: !1,
|
|
3181
3185
|
constant: !1,
|
|
3182
|
-
entity:
|
|
3186
|
+
entity: Gn,
|
|
3183
3187
|
asType: !1,
|
|
3184
3188
|
defaultValue: null,
|
|
3185
3189
|
parent: Mb
|
|
@@ -3383,7 +3387,7 @@ const Ne = {
|
|
|
3383
3387
|
dataType: zb,
|
|
3384
3388
|
description: "The date and time when the entity was last updated.",
|
|
3385
3389
|
parent: Zb
|
|
3386
|
-
},
|
|
3390
|
+
}, Oe = {
|
|
3387
3391
|
id: M.PERSISTED_ENTITY,
|
|
3388
3392
|
version: 1,
|
|
3389
3393
|
description: "An entity that is permanently stored in the database and can be accessed at any point.",
|
|
@@ -3546,7 +3550,7 @@ const Ne = {
|
|
|
3546
3550
|
type: r.GenericReference,
|
|
3547
3551
|
id: "more-than-or-equal-condition-left-hand-argument-parent-ref",
|
|
3548
3552
|
entityType: r.ActionDescriptor,
|
|
3549
|
-
entityId:
|
|
3553
|
+
entityId: Se.MoreThanOrEqual
|
|
3550
3554
|
}, cv = {
|
|
3551
3555
|
id: gd.inputs.leftHand,
|
|
3552
3556
|
type: r.ValueDescriptor,
|
|
@@ -3562,7 +3566,7 @@ const Ne = {
|
|
|
3562
3566
|
type: r.GenericReference,
|
|
3563
3567
|
id: "more-than-or-equal-condition-right-hand-argument-parent-ref",
|
|
3564
3568
|
entityType: r.ActionDescriptor,
|
|
3565
|
-
entityId:
|
|
3569
|
+
entityId: Se.MoreThanOrEqual
|
|
3566
3570
|
}, uv = {
|
|
3567
3571
|
id: gd.inputs.rightHand,
|
|
3568
3572
|
type: r.ValueDescriptor,
|
|
@@ -3576,9 +3580,9 @@ const Ne = {
|
|
|
3576
3580
|
parent: dv
|
|
3577
3581
|
}, wi = {
|
|
3578
3582
|
type: r.ActionDescriptor,
|
|
3579
|
-
id:
|
|
3583
|
+
id: Se.MoreThanOrEqual,
|
|
3580
3584
|
version: 1,
|
|
3581
|
-
name:
|
|
3585
|
+
name: Se.MoreThanOrEqual,
|
|
3582
3586
|
description: "Checks if the value is not empty",
|
|
3583
3587
|
parent: null,
|
|
3584
3588
|
fixedArguments: [
|
|
@@ -3592,7 +3596,7 @@ const Ne = {
|
|
|
3592
3596
|
returnsType: V.None,
|
|
3593
3597
|
error: null
|
|
3594
3598
|
}, pv = {
|
|
3595
|
-
[
|
|
3599
|
+
[Se.MoreThanOrEqual]: wi
|
|
3596
3600
|
}, e6 = {
|
|
3597
3601
|
...ov,
|
|
3598
3602
|
...pv
|
|
@@ -4887,7 +4891,7 @@ ii.create = (n) => new ii({
|
|
|
4887
4891
|
coerce: (n == null ? void 0 : n.coerce) || !1,
|
|
4888
4892
|
...j(n)
|
|
4889
4893
|
});
|
|
4890
|
-
class
|
|
4894
|
+
class wn extends J {
|
|
4891
4895
|
_parse(e) {
|
|
4892
4896
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== w.date) {
|
|
4893
4897
|
const s = this._getOrReturnCtx(e);
|
|
@@ -4927,7 +4931,7 @@ class Cn extends J {
|
|
|
4927
4931
|
};
|
|
4928
4932
|
}
|
|
4929
4933
|
_addCheck(e) {
|
|
4930
|
-
return new
|
|
4934
|
+
return new wn({
|
|
4931
4935
|
...this._def,
|
|
4932
4936
|
checks: [...this._def.checks, e]
|
|
4933
4937
|
});
|
|
@@ -4959,7 +4963,7 @@ class Cn extends J {
|
|
|
4959
4963
|
return e != null ? new Date(e) : null;
|
|
4960
4964
|
}
|
|
4961
4965
|
}
|
|
4962
|
-
|
|
4966
|
+
wn.create = (n) => new wn({
|
|
4963
4967
|
checks: [],
|
|
4964
4968
|
coerce: (n == null ? void 0 : n.coerce) || !1,
|
|
4965
4969
|
typeName: G.ZodDate,
|
|
@@ -5028,7 +5032,7 @@ sr.create = (n) => new sr({
|
|
|
5028
5032
|
typeName: G.ZodAny,
|
|
5029
5033
|
...j(n)
|
|
5030
5034
|
});
|
|
5031
|
-
class
|
|
5035
|
+
class Cn extends J {
|
|
5032
5036
|
constructor() {
|
|
5033
5037
|
super(...arguments), this._unknown = !0;
|
|
5034
5038
|
}
|
|
@@ -5036,7 +5040,7 @@ class On extends J {
|
|
|
5036
5040
|
return rt(e.data);
|
|
5037
5041
|
}
|
|
5038
5042
|
}
|
|
5039
|
-
|
|
5043
|
+
Cn.create = (n) => new Cn({
|
|
5040
5044
|
typeName: G.ZodUnknown,
|
|
5041
5045
|
...j(n)
|
|
5042
5046
|
});
|
|
@@ -5144,24 +5148,24 @@ Nt.create = (n, e) => new Nt({
|
|
|
5144
5148
|
typeName: G.ZodArray,
|
|
5145
5149
|
...j(e)
|
|
5146
5150
|
});
|
|
5147
|
-
function
|
|
5148
|
-
if (n instanceof
|
|
5151
|
+
function Qn(n) {
|
|
5152
|
+
if (n instanceof Ce) {
|
|
5149
5153
|
const e = {};
|
|
5150
5154
|
for (const t in n.shape) {
|
|
5151
5155
|
const i = n.shape[t];
|
|
5152
|
-
e[t] = Ut.create(
|
|
5156
|
+
e[t] = Ut.create(Qn(i));
|
|
5153
5157
|
}
|
|
5154
|
-
return new
|
|
5158
|
+
return new Ce({
|
|
5155
5159
|
...n._def,
|
|
5156
5160
|
shape: () => e
|
|
5157
5161
|
});
|
|
5158
5162
|
} else
|
|
5159
5163
|
return n instanceof Nt ? new Nt({
|
|
5160
5164
|
...n._def,
|
|
5161
|
-
type:
|
|
5162
|
-
}) : n instanceof Ut ? Ut.create(
|
|
5165
|
+
type: Qn(n.element)
|
|
5166
|
+
}) : n instanceof Ut ? Ut.create(Qn(n.unwrap())) : n instanceof mn ? mn.create(Qn(n.unwrap())) : n instanceof qt ? qt.create(n.items.map((e) => Qn(e))) : n;
|
|
5163
5167
|
}
|
|
5164
|
-
class
|
|
5168
|
+
class Ce extends J {
|
|
5165
5169
|
constructor() {
|
|
5166
5170
|
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
|
|
5167
5171
|
}
|
|
@@ -5239,7 +5243,7 @@ class Oe extends J {
|
|
|
5239
5243
|
return this._def.shape();
|
|
5240
5244
|
}
|
|
5241
5245
|
strict(e) {
|
|
5242
|
-
return N.errToObj, new
|
|
5246
|
+
return N.errToObj, new Ce({
|
|
5243
5247
|
...this._def,
|
|
5244
5248
|
unknownKeys: "strict",
|
|
5245
5249
|
...e !== void 0 ? {
|
|
@@ -5256,13 +5260,13 @@ class Oe extends J {
|
|
|
5256
5260
|
});
|
|
5257
5261
|
}
|
|
5258
5262
|
strip() {
|
|
5259
|
-
return new
|
|
5263
|
+
return new Ce({
|
|
5260
5264
|
...this._def,
|
|
5261
5265
|
unknownKeys: "strip"
|
|
5262
5266
|
});
|
|
5263
5267
|
}
|
|
5264
5268
|
passthrough() {
|
|
5265
|
-
return new
|
|
5269
|
+
return new Ce({
|
|
5266
5270
|
...this._def,
|
|
5267
5271
|
unknownKeys: "passthrough"
|
|
5268
5272
|
});
|
|
@@ -5285,7 +5289,7 @@ class Oe extends J {
|
|
|
5285
5289
|
// }) as any;
|
|
5286
5290
|
// };
|
|
5287
5291
|
extend(e) {
|
|
5288
|
-
return new
|
|
5292
|
+
return new Ce({
|
|
5289
5293
|
...this._def,
|
|
5290
5294
|
shape: () => ({
|
|
5291
5295
|
...this._def.shape(),
|
|
@@ -5299,7 +5303,7 @@ class Oe extends J {
|
|
|
5299
5303
|
* upgrade if you are experiencing issues.
|
|
5300
5304
|
*/
|
|
5301
5305
|
merge(e) {
|
|
5302
|
-
return new
|
|
5306
|
+
return new Ce({
|
|
5303
5307
|
unknownKeys: e._def.unknownKeys,
|
|
5304
5308
|
catchall: e._def.catchall,
|
|
5305
5309
|
shape: () => ({
|
|
@@ -5369,7 +5373,7 @@ class Oe extends J {
|
|
|
5369
5373
|
// return merged;
|
|
5370
5374
|
// }
|
|
5371
5375
|
catchall(e) {
|
|
5372
|
-
return new
|
|
5376
|
+
return new Ce({
|
|
5373
5377
|
...this._def,
|
|
5374
5378
|
catchall: e
|
|
5375
5379
|
});
|
|
@@ -5378,7 +5382,7 @@ class Oe extends J {
|
|
|
5378
5382
|
const t = {};
|
|
5379
5383
|
return H.objectKeys(e).forEach((i) => {
|
|
5380
5384
|
e[i] && this.shape[i] && (t[i] = this.shape[i]);
|
|
5381
|
-
}), new
|
|
5385
|
+
}), new Ce({
|
|
5382
5386
|
...this._def,
|
|
5383
5387
|
shape: () => t
|
|
5384
5388
|
});
|
|
@@ -5387,7 +5391,7 @@ class Oe extends J {
|
|
|
5387
5391
|
const t = {};
|
|
5388
5392
|
return H.objectKeys(this.shape).forEach((i) => {
|
|
5389
5393
|
e[i] || (t[i] = this.shape[i]);
|
|
5390
|
-
}), new
|
|
5394
|
+
}), new Ce({
|
|
5391
5395
|
...this._def,
|
|
5392
5396
|
shape: () => t
|
|
5393
5397
|
});
|
|
@@ -5396,14 +5400,14 @@ class Oe extends J {
|
|
|
5396
5400
|
* @deprecated
|
|
5397
5401
|
*/
|
|
5398
5402
|
deepPartial() {
|
|
5399
|
-
return
|
|
5403
|
+
return Qn(this);
|
|
5400
5404
|
}
|
|
5401
5405
|
partial(e) {
|
|
5402
5406
|
const t = {};
|
|
5403
5407
|
return H.objectKeys(this.shape).forEach((i) => {
|
|
5404
5408
|
const a = this.shape[i];
|
|
5405
5409
|
e && !e[i] ? t[i] = a : t[i] = a.optional();
|
|
5406
|
-
}), new
|
|
5410
|
+
}), new Ce({
|
|
5407
5411
|
...this._def,
|
|
5408
5412
|
shape: () => t
|
|
5409
5413
|
});
|
|
@@ -5419,7 +5423,7 @@ class Oe extends J {
|
|
|
5419
5423
|
s = s._def.innerType;
|
|
5420
5424
|
t[i] = s;
|
|
5421
5425
|
}
|
|
5422
|
-
}), new
|
|
5426
|
+
}), new Ce({
|
|
5423
5427
|
...this._def,
|
|
5424
5428
|
shape: () => t
|
|
5425
5429
|
});
|
|
@@ -5428,21 +5432,21 @@ class Oe extends J {
|
|
|
5428
5432
|
return Cd(H.objectKeys(this.shape));
|
|
5429
5433
|
}
|
|
5430
5434
|
}
|
|
5431
|
-
|
|
5435
|
+
Ce.create = (n, e) => new Ce({
|
|
5432
5436
|
shape: () => n,
|
|
5433
5437
|
unknownKeys: "strip",
|
|
5434
5438
|
catchall: tn.create(),
|
|
5435
5439
|
typeName: G.ZodObject,
|
|
5436
5440
|
...j(e)
|
|
5437
5441
|
});
|
|
5438
|
-
|
|
5442
|
+
Ce.strictCreate = (n, e) => new Ce({
|
|
5439
5443
|
shape: () => n,
|
|
5440
5444
|
unknownKeys: "strict",
|
|
5441
5445
|
catchall: tn.create(),
|
|
5442
5446
|
typeName: G.ZodObject,
|
|
5443
5447
|
...j(e)
|
|
5444
5448
|
});
|
|
5445
|
-
|
|
5449
|
+
Ce.lazycreate = (n, e) => new Ce({
|
|
5446
5450
|
shape: n,
|
|
5447
5451
|
unknownKeys: "strip",
|
|
5448
5452
|
catchall: tn.create(),
|
|
@@ -5789,7 +5793,7 @@ da.create = (n, e, t) => new da({
|
|
|
5789
5793
|
typeName: G.ZodMap,
|
|
5790
5794
|
...j(t)
|
|
5791
5795
|
});
|
|
5792
|
-
class
|
|
5796
|
+
class Bn extends J {
|
|
5793
5797
|
_parse(e) {
|
|
5794
5798
|
const { status: t, ctx: i } = this._processInputParams(e);
|
|
5795
5799
|
if (i.parsedType !== w.set)
|
|
@@ -5828,13 +5832,13 @@ class wn extends J {
|
|
|
5828
5832
|
return i.common.async ? Promise.all(d).then((u) => o(u)) : o(d);
|
|
5829
5833
|
}
|
|
5830
5834
|
min(e, t) {
|
|
5831
|
-
return new
|
|
5835
|
+
return new Bn({
|
|
5832
5836
|
...this._def,
|
|
5833
5837
|
minSize: { value: e, message: N.toString(t) }
|
|
5834
5838
|
});
|
|
5835
5839
|
}
|
|
5836
5840
|
max(e, t) {
|
|
5837
|
-
return new
|
|
5841
|
+
return new Bn({
|
|
5838
5842
|
...this._def,
|
|
5839
5843
|
maxSize: { value: e, message: N.toString(t) }
|
|
5840
5844
|
});
|
|
@@ -5846,7 +5850,7 @@ class wn extends J {
|
|
|
5846
5850
|
return this.min(1, e);
|
|
5847
5851
|
}
|
|
5848
5852
|
}
|
|
5849
|
-
|
|
5853
|
+
Bn.create = (n, e) => new Bn({
|
|
5850
5854
|
valueType: n,
|
|
5851
5855
|
minSize: null,
|
|
5852
5856
|
maxSize: null,
|
|
@@ -5930,7 +5934,7 @@ class rr extends J {
|
|
|
5930
5934
|
args(...e) {
|
|
5931
5935
|
return new rr({
|
|
5932
5936
|
...this._def,
|
|
5933
|
-
args: qt.create(e).rest(
|
|
5937
|
+
args: qt.create(e).rest(Cn.create())
|
|
5934
5938
|
});
|
|
5935
5939
|
}
|
|
5936
5940
|
returns(e) {
|
|
@@ -5947,8 +5951,8 @@ class rr extends J {
|
|
|
5947
5951
|
}
|
|
5948
5952
|
static create(e, t, i) {
|
|
5949
5953
|
return new rr({
|
|
5950
|
-
args: e || qt.create([]).rest(
|
|
5951
|
-
returns: t ||
|
|
5954
|
+
args: e || qt.create([]).rest(Cn.create()),
|
|
5955
|
+
returns: t || Cn.create(),
|
|
5952
5956
|
typeName: G.ZodFunction,
|
|
5953
5957
|
...j(i)
|
|
5954
5958
|
});
|
|
@@ -6386,7 +6390,7 @@ function wd(n, e = {}, t) {
|
|
|
6386
6390
|
}) : sr.create();
|
|
6387
6391
|
}
|
|
6388
6392
|
const Nv = {
|
|
6389
|
-
object:
|
|
6393
|
+
object: Ce.lazycreate
|
|
6390
6394
|
};
|
|
6391
6395
|
var G;
|
|
6392
6396
|
(function(n) {
|
|
@@ -6394,7 +6398,7 @@ var G;
|
|
|
6394
6398
|
})(G || (G = {}));
|
|
6395
6399
|
const xv = (n, e = {
|
|
6396
6400
|
message: `Input not instance of ${n.name}`
|
|
6397
|
-
}) => wd((t) => t instanceof n, e), pa = _t.create, Io = yn.create, $v = ua.create, Vv = hn.create, Po = ii.create, Bd =
|
|
6401
|
+
}) => wd((t) => t instanceof n, e), pa = _t.create, Io = yn.create, $v = ua.create, Vv = hn.create, Po = ii.create, Bd = wn.create, Gv = la.create, Lv = ai.create, Md = si.create, Fv = sr.create, ta = Cn.create, Uv = tn.create, jv = ca.create, kv = Nt.create, _d = Ce.create, qv = Ce.strictCreate, Jv = oi.create, Wv = Sa.create, Hv = li.create, Yv = qt.create, Nd = ci.create, zv = da.create, Zv = Bn.create, Xv = rr.create, Qv = di.create, Kv = ui.create, xd = fn.create, eg = pi.create, tg = or.create, yc = Vt.create, ng = Ut.create, rg = mn.create, ig = Vt.createWithPreprocess, ag = Bi.create, sg = () => pa().optional(), og = () => Io().optional(), lg = () => Po().optional(), cg = {
|
|
6398
6402
|
string: (n) => _t.create({ ...n, coerce: !0 }),
|
|
6399
6403
|
number: (n) => yn.create({ ...n, coerce: !0 }),
|
|
6400
6404
|
boolean: (n) => ii.create({
|
|
@@ -6402,7 +6406,7 @@ const xv = (n, e = {
|
|
|
6402
6406
|
coerce: !0
|
|
6403
6407
|
}),
|
|
6404
6408
|
bigint: (n) => hn.create({ ...n, coerce: !0 }),
|
|
6405
|
-
date: (n) =>
|
|
6409
|
+
date: (n) => wn.create({ ...n, coerce: !0 })
|
|
6406
6410
|
}, dg = F;
|
|
6407
6411
|
var c = /* @__PURE__ */ Object.freeze({
|
|
6408
6412
|
__proto__: null,
|
|
@@ -6434,23 +6438,23 @@ var c = /* @__PURE__ */ Object.freeze({
|
|
|
6434
6438
|
ZodNumber: yn,
|
|
6435
6439
|
ZodBigInt: hn,
|
|
6436
6440
|
ZodBoolean: ii,
|
|
6437
|
-
ZodDate:
|
|
6441
|
+
ZodDate: wn,
|
|
6438
6442
|
ZodSymbol: la,
|
|
6439
6443
|
ZodUndefined: ai,
|
|
6440
6444
|
ZodNull: si,
|
|
6441
6445
|
ZodAny: sr,
|
|
6442
|
-
ZodUnknown:
|
|
6446
|
+
ZodUnknown: Cn,
|
|
6443
6447
|
ZodNever: tn,
|
|
6444
6448
|
ZodVoid: ca,
|
|
6445
6449
|
ZodArray: Nt,
|
|
6446
|
-
ZodObject:
|
|
6450
|
+
ZodObject: Ce,
|
|
6447
6451
|
ZodUnion: oi,
|
|
6448
6452
|
ZodDiscriminatedUnion: Sa,
|
|
6449
6453
|
ZodIntersection: li,
|
|
6450
6454
|
ZodTuple: qt,
|
|
6451
6455
|
ZodRecord: ci,
|
|
6452
6456
|
ZodMap: da,
|
|
6453
|
-
ZodSet:
|
|
6457
|
+
ZodSet: Bn,
|
|
6454
6458
|
ZodFunction: rr,
|
|
6455
6459
|
ZodLazy: di,
|
|
6456
6460
|
ZodLiteral: ui,
|
|
@@ -6607,17 +6611,17 @@ function Rg() {
|
|
|
6607
6611
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
6608
6612
|
return Qi(Eg);
|
|
6609
6613
|
}
|
|
6610
|
-
var bn = {},
|
|
6614
|
+
var bn = {}, Ln = {}, Ca = {};
|
|
6611
6615
|
Object.defineProperty(Ca, "__esModule", {
|
|
6612
6616
|
value: !0
|
|
6613
6617
|
});
|
|
6614
6618
|
Ca.default = void 0;
|
|
6615
6619
|
var bg = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
6616
6620
|
Ca.default = bg;
|
|
6617
|
-
Object.defineProperty(
|
|
6621
|
+
Object.defineProperty(Ln, "__esModule", {
|
|
6618
6622
|
value: !0
|
|
6619
6623
|
});
|
|
6620
|
-
|
|
6624
|
+
Ln.default = void 0;
|
|
6621
6625
|
var vg = gg(Ca);
|
|
6622
6626
|
function gg(n) {
|
|
6623
6627
|
return n && n.__esModule ? n : { default: n };
|
|
@@ -6626,13 +6630,13 @@ function Ig(n) {
|
|
|
6626
6630
|
return typeof n == "string" && vg.default.test(n);
|
|
6627
6631
|
}
|
|
6628
6632
|
var Pg = Ig;
|
|
6629
|
-
|
|
6633
|
+
Ln.default = Pg;
|
|
6630
6634
|
Object.defineProperty(bn, "__esModule", {
|
|
6631
6635
|
value: !0
|
|
6632
6636
|
});
|
|
6633
6637
|
bn.default = void 0;
|
|
6634
6638
|
bn.unsafeStringify = Vd;
|
|
6635
|
-
var Dg = Sg(
|
|
6639
|
+
var Dg = Sg(Ln);
|
|
6636
6640
|
function Sg(n) {
|
|
6637
6641
|
return n && n.__esModule ? n : { default: n };
|
|
6638
6642
|
}
|
|
@@ -6688,7 +6692,7 @@ Object.defineProperty(Mi, "__esModule", {
|
|
|
6688
6692
|
value: !0
|
|
6689
6693
|
});
|
|
6690
6694
|
Mi.default = void 0;
|
|
6691
|
-
var Ng = xg(
|
|
6695
|
+
var Ng = xg(Ln);
|
|
6692
6696
|
function xg(n) {
|
|
6693
6697
|
return n && n.__esModule ? n : { default: n };
|
|
6694
6698
|
}
|
|
@@ -6929,7 +6933,7 @@ Object.defineProperty(Ga, "__esModule", {
|
|
|
6929
6933
|
value: !0
|
|
6930
6934
|
});
|
|
6931
6935
|
Ga.default = void 0;
|
|
6932
|
-
var yI = hI(
|
|
6936
|
+
var yI = hI(Ln);
|
|
6933
6937
|
function hI(n) {
|
|
6934
6938
|
return n && n.__esModule ? n : { default: n };
|
|
6935
6939
|
}
|
|
@@ -6989,7 +6993,7 @@ Ga.default = mI;
|
|
|
6989
6993
|
return o.default;
|
|
6990
6994
|
}
|
|
6991
6995
|
});
|
|
6992
|
-
var e = f(Aa), t = f(wa), i = f(_a), a = f(xa), s = f(Va), o = f(Ga), d = f(
|
|
6996
|
+
var e = f(Aa), t = f(wa), i = f(_a), a = f(xa), s = f(Va), o = f(Ga), d = f(Ln), u = f(bn), y = f(Mi);
|
|
6993
6997
|
function f(m) {
|
|
6994
6998
|
return m && m.__esModule ? m : { default: m };
|
|
6995
6999
|
}
|
|
@@ -7352,7 +7356,7 @@ const jI = {
|
|
|
7352
7356
|
abstractMethods: [],
|
|
7353
7357
|
extends: [],
|
|
7354
7358
|
implements: [
|
|
7355
|
-
|
|
7359
|
+
Gn
|
|
7356
7360
|
],
|
|
7357
7361
|
x: 0,
|
|
7358
7362
|
y: 0,
|
|
@@ -7376,7 +7380,7 @@ const jI = {
|
|
|
7376
7380
|
isList: !1,
|
|
7377
7381
|
isNullable: !1,
|
|
7378
7382
|
constant: !1,
|
|
7379
|
-
entity:
|
|
7383
|
+
entity: Gn,
|
|
7380
7384
|
asType: !1,
|
|
7381
7385
|
defaultValue: {
|
|
7382
7386
|
id: "animal-prototype-database-property-data-type-default-value-id",
|
|
@@ -7462,7 +7466,7 @@ const jI = {
|
|
|
7462
7466
|
properties: [eP, iP],
|
|
7463
7467
|
methods: [],
|
|
7464
7468
|
extends: [],
|
|
7465
|
-
implements: [
|
|
7469
|
+
implements: [Oe],
|
|
7466
7470
|
x: 0,
|
|
7467
7471
|
y: 0,
|
|
7468
7472
|
parent: aP
|
|
@@ -7658,7 +7662,7 @@ const hP = {
|
|
|
7658
7662
|
abstractMethods: [],
|
|
7659
7663
|
extends: [],
|
|
7660
7664
|
implements: [
|
|
7661
|
-
|
|
7665
|
+
Gn
|
|
7662
7666
|
],
|
|
7663
7667
|
x: 0,
|
|
7664
7668
|
y: 0,
|
|
@@ -7682,7 +7686,7 @@ const hP = {
|
|
|
7682
7686
|
isList: !1,
|
|
7683
7687
|
isNullable: !1,
|
|
7684
7688
|
constant: !1,
|
|
7685
|
-
entity:
|
|
7689
|
+
entity: Gn,
|
|
7686
7690
|
asType: !1,
|
|
7687
7691
|
defaultValue: {
|
|
7688
7692
|
id: "user-prototype-database-property-data-type-default-value-id",
|
|
@@ -7725,7 +7729,7 @@ const hP = {
|
|
|
7725
7729
|
version: 1,
|
|
7726
7730
|
name: "User",
|
|
7727
7731
|
description: "A user of the application",
|
|
7728
|
-
implements: [
|
|
7732
|
+
implements: [Oe],
|
|
7729
7733
|
abstract: !1,
|
|
7730
7734
|
static: !1,
|
|
7731
7735
|
abstractMethods: [],
|
|
@@ -8251,7 +8255,7 @@ const hP = {
|
|
|
8251
8255
|
properties: [Zd, Xd],
|
|
8252
8256
|
methods: [Yd, fD],
|
|
8253
8257
|
extends: [],
|
|
8254
|
-
implements: [
|
|
8258
|
+
implements: [Oe],
|
|
8255
8259
|
x: 0,
|
|
8256
8260
|
y: 0,
|
|
8257
8261
|
parent: gD
|
|
@@ -8266,7 +8270,7 @@ const hP = {
|
|
|
8266
8270
|
andChildrenGroup: null,
|
|
8267
8271
|
orChildrenGroup: null,
|
|
8268
8272
|
version: 1,
|
|
8269
|
-
entity:
|
|
8273
|
+
entity: Vn,
|
|
8270
8274
|
isList: !1,
|
|
8271
8275
|
asType: !1,
|
|
8272
8276
|
isNullable: !1,
|
|
@@ -8304,7 +8308,7 @@ const hP = {
|
|
|
8304
8308
|
andChildrenGroup: null,
|
|
8305
8309
|
orChildrenGroup: null,
|
|
8306
8310
|
version: 1,
|
|
8307
|
-
entity:
|
|
8311
|
+
entity: Vn,
|
|
8308
8312
|
isList: !1,
|
|
8309
8313
|
asType: !1,
|
|
8310
8314
|
isNullable: !1,
|
|
@@ -9850,7 +9854,7 @@ const hP = {
|
|
|
9850
9854
|
andChildrenGroup: null,
|
|
9851
9855
|
orChildrenGroup: null,
|
|
9852
9856
|
version: 1,
|
|
9853
|
-
entity:
|
|
9857
|
+
entity: Vn,
|
|
9854
9858
|
isList: !1,
|
|
9855
9859
|
isNullable: !1,
|
|
9856
9860
|
asType: !1,
|
|
@@ -10081,7 +10085,7 @@ const hP = {
|
|
|
10081
10085
|
abstractMethods: [],
|
|
10082
10086
|
methods: [BS, yO],
|
|
10083
10087
|
extends: [],
|
|
10084
|
-
implements: [
|
|
10088
|
+
implements: [Oe],
|
|
10085
10089
|
x: 0,
|
|
10086
10090
|
y: 0,
|
|
10087
10091
|
parent: kO
|
|
@@ -10651,7 +10655,7 @@ const JO = {
|
|
|
10651
10655
|
type: r.DataType,
|
|
10652
10656
|
andChildrenGroup: null,
|
|
10653
10657
|
orChildrenGroup: null,
|
|
10654
|
-
entity:
|
|
10658
|
+
entity: Vn,
|
|
10655
10659
|
isList: !0,
|
|
10656
10660
|
isNullable: !1,
|
|
10657
10661
|
constant: !0,
|
|
@@ -10741,7 +10745,7 @@ const JO = {
|
|
|
10741
10745
|
isList: !1,
|
|
10742
10746
|
isNullable: !1,
|
|
10743
10747
|
constant: !1,
|
|
10744
|
-
entity:
|
|
10748
|
+
entity: Gn,
|
|
10745
10749
|
asType: !1,
|
|
10746
10750
|
defaultValue: {
|
|
10747
10751
|
id: "product-prototype-database-property-data-type-default-value-id",
|
|
@@ -10821,7 +10825,7 @@ const JO = {
|
|
|
10821
10825
|
version: 1,
|
|
10822
10826
|
name: "Product",
|
|
10823
10827
|
description: "A product that can be sold",
|
|
10824
|
-
implements: [
|
|
10828
|
+
implements: [Oe],
|
|
10825
10829
|
extends: [],
|
|
10826
10830
|
abstract: !1,
|
|
10827
10831
|
static: !1,
|
|
@@ -12495,7 +12499,7 @@ const VM = {
|
|
|
12495
12499
|
parent: m_,
|
|
12496
12500
|
x: 0,
|
|
12497
12501
|
y: 0
|
|
12498
|
-
},
|
|
12502
|
+
}, Fn = "employee-dto-func-declaration-id", qo = "employee-dto-func-declaration-argument-dcl-id", mp = "employee-dto-func-declaration-return-statement-id", Tp = "employee-dto-func-declaration-return-decl-id", Un = "employee-dto-func-declaration-employee-variable-id", jn = "employee-dto-func-declaration-employee-dto-variable-id", Xa = "employee-dto-func-declaration-manager-variable-id", Ep = "employee-dto-func-declaration-employee-variable-id-output-map-id", Rp = "employee-dto-func-declaration-employee-variable-birth-date-output-map-id", bp = "employee-dto-func-declaration-employee-variable-department-output-map-id", vp = "employee-dto-func-declaration-employee-variable-manager-output-map-id", gp = "employee-dto-func-declaration-manager-variable-id-output-map-id", b_ = "employee-dto-func-declaration-employee-dto-variable-input-map-id", v_ = "employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id", g_ = "employee-dto-func-declaration-employee-dto-variable-department-input-map-id", I_ = "employee-dto-func-declaration-employee-dto-variable-manager-input-map-id", P_ = {
|
|
12499
12503
|
type: r.GenericReference,
|
|
12500
12504
|
id: "employee-dto-func-returned-employee-dto-data-type-parent-ref-id",
|
|
12501
12505
|
entityType: r.ReturnDeclaration,
|
|
@@ -12522,7 +12526,7 @@ const VM = {
|
|
|
12522
12526
|
type: r.GenericReference,
|
|
12523
12527
|
id: "employee-dto-func-returned-employee-dto-reads-value-ref-id",
|
|
12524
12528
|
entityType: r.VariableDeclaration,
|
|
12525
|
-
entityId:
|
|
12529
|
+
entityId: jn
|
|
12526
12530
|
}, Ip = {
|
|
12527
12531
|
isError: !1,
|
|
12528
12532
|
id: Tp,
|
|
@@ -12539,12 +12543,12 @@ const VM = {
|
|
|
12539
12543
|
type: r.GenericReference,
|
|
12540
12544
|
id: "employee-dto-func-return-statement-called-by-ref-id",
|
|
12541
12545
|
entityType: r.Operation,
|
|
12542
|
-
entityId:
|
|
12546
|
+
entityId: jn
|
|
12543
12547
|
}, C_ = {
|
|
12544
12548
|
type: r.GenericReference,
|
|
12545
12549
|
id: "employee-dto-func-return-statement-parent-ref-id",
|
|
12546
12550
|
entityType: r.FunctionDeclaration,
|
|
12547
|
-
entityId:
|
|
12551
|
+
entityId: Fn
|
|
12548
12552
|
}, Jo = {
|
|
12549
12553
|
type: r.ReturnStatement,
|
|
12550
12554
|
id: mp,
|
|
@@ -12566,7 +12570,7 @@ const VM = {
|
|
|
12566
12570
|
type: r.GenericReference,
|
|
12567
12571
|
id: "employee-dto-func-employee-dto-variable-manager-output-map-parent-ref-id",
|
|
12568
12572
|
entityType: r.VariableDeclaration,
|
|
12569
|
-
entityId:
|
|
12573
|
+
entityId: jn
|
|
12570
12574
|
}, Pp = {
|
|
12571
12575
|
id: I_,
|
|
12572
12576
|
type: r.InputMap,
|
|
@@ -12588,7 +12592,7 @@ const VM = {
|
|
|
12588
12592
|
type: r.GenericReference,
|
|
12589
12593
|
id: "employee-dto-func-employee-dto-variable-department-output-map-parent-ref-id",
|
|
12590
12594
|
entityType: r.VariableDeclaration,
|
|
12591
|
-
entityId:
|
|
12595
|
+
entityId: jn
|
|
12592
12596
|
}, Dp = {
|
|
12593
12597
|
id: g_,
|
|
12594
12598
|
type: r.InputMap,
|
|
@@ -12610,7 +12614,7 @@ const VM = {
|
|
|
12610
12614
|
type: r.GenericReference,
|
|
12611
12615
|
id: "employee-dto-func-employee-dto-variable-birth-date-output-map-parent-ref-id",
|
|
12612
12616
|
entityType: r.VariableDeclaration,
|
|
12613
|
-
entityId:
|
|
12617
|
+
entityId: jn
|
|
12614
12618
|
}, Sp = {
|
|
12615
12619
|
id: v_,
|
|
12616
12620
|
type: r.InputMap,
|
|
@@ -12632,7 +12636,7 @@ const VM = {
|
|
|
12632
12636
|
type: r.GenericReference,
|
|
12633
12637
|
id: "employee-dto-func-employee-dto-variable-id-output-map-parent-ref-id",
|
|
12634
12638
|
entityType: r.VariableDeclaration,
|
|
12635
|
-
entityId:
|
|
12639
|
+
entityId: jn
|
|
12636
12640
|
}, Ap = {
|
|
12637
12641
|
id: b_,
|
|
12638
12642
|
type: r.InputMap,
|
|
@@ -12649,14 +12653,14 @@ const VM = {
|
|
|
12649
12653
|
type: r.GenericReference,
|
|
12650
12654
|
id: "employee-dto-func-employee-dto-variable-parent-ref-id",
|
|
12651
12655
|
entityType: r.FunctionDeclaration,
|
|
12652
|
-
entityId:
|
|
12656
|
+
entityId: Fn
|
|
12653
12657
|
}, L_ = {
|
|
12654
12658
|
type: r.GenericReference,
|
|
12655
12659
|
id: "employee-dto-func-employee-dto-variable-called-by-ref-id",
|
|
12656
12660
|
entityType: r.VariableDeclaration,
|
|
12657
12661
|
entityId: Xa
|
|
12658
12662
|
}, F_ = {
|
|
12659
|
-
id:
|
|
12663
|
+
id: jn,
|
|
12660
12664
|
type: r.VariableDeclaration,
|
|
12661
12665
|
version: 1,
|
|
12662
12666
|
name: "Employee DTO",
|
|
@@ -12689,7 +12693,7 @@ const VM = {
|
|
|
12689
12693
|
id: gp,
|
|
12690
12694
|
type: r.OutputMap,
|
|
12691
12695
|
version: 1,
|
|
12692
|
-
declaration:
|
|
12696
|
+
declaration: Oe.properties[1],
|
|
12693
12697
|
index: 0,
|
|
12694
12698
|
writesValues: [Pp],
|
|
12695
12699
|
parent: U_
|
|
@@ -12720,7 +12724,7 @@ const VM = {
|
|
|
12720
12724
|
type: r.GenericReference,
|
|
12721
12725
|
id: "employee-dto-func-manager-variable-parent-ref-id",
|
|
12722
12726
|
entityType: r.FunctionDeclaration,
|
|
12723
|
-
entityId:
|
|
12727
|
+
entityId: Fn
|
|
12724
12728
|
};
|
|
12725
12729
|
r.GenericReference, r.VariableDeclaration;
|
|
12726
12730
|
const Op = {
|
|
@@ -12747,7 +12751,7 @@ const Op = {
|
|
|
12747
12751
|
type: r.GenericReference,
|
|
12748
12752
|
id: "employee-dto-func-employee-variable-manager-output-map-parent-ref-id",
|
|
12749
12753
|
entityType: r.VariableDeclaration,
|
|
12750
|
-
entityId:
|
|
12754
|
+
entityId: Un
|
|
12751
12755
|
}, Y_ = {
|
|
12752
12756
|
id: vp,
|
|
12753
12757
|
type: r.OutputMap,
|
|
@@ -12760,7 +12764,7 @@ const Op = {
|
|
|
12760
12764
|
type: r.GenericReference,
|
|
12761
12765
|
id: "employee-dto-func-employee-variable-department-output-map-parent-ref-id",
|
|
12762
12766
|
entityType: r.VariableDeclaration,
|
|
12763
|
-
entityId:
|
|
12767
|
+
entityId: Un
|
|
12764
12768
|
}, Z_ = {
|
|
12765
12769
|
id: bp,
|
|
12766
12770
|
type: r.OutputMap,
|
|
@@ -12773,7 +12777,7 @@ const Op = {
|
|
|
12773
12777
|
type: r.GenericReference,
|
|
12774
12778
|
id: "employee-dto-func-employee-variable-birth-date-output-map-parent-ref-id",
|
|
12775
12779
|
entityType: r.VariableDeclaration,
|
|
12776
|
-
entityId:
|
|
12780
|
+
entityId: Un
|
|
12777
12781
|
}, Q_ = {
|
|
12778
12782
|
id: Rp,
|
|
12779
12783
|
type: r.OutputMap,
|
|
@@ -12786,12 +12790,12 @@ const Op = {
|
|
|
12786
12790
|
type: r.GenericReference,
|
|
12787
12791
|
id: "employee-dto-func-employee-variable-id-output-map-parent-ref-id",
|
|
12788
12792
|
entityType: r.VariableDeclaration,
|
|
12789
|
-
entityId:
|
|
12793
|
+
entityId: Un
|
|
12790
12794
|
}, eN = {
|
|
12791
12795
|
id: Ep,
|
|
12792
12796
|
type: r.OutputMap,
|
|
12793
12797
|
version: 1,
|
|
12794
|
-
declaration:
|
|
12798
|
+
declaration: Oe.properties[1],
|
|
12795
12799
|
index: 0,
|
|
12796
12800
|
writesValues: [Ap],
|
|
12797
12801
|
parent: K_
|
|
@@ -12799,7 +12803,7 @@ const Op = {
|
|
|
12799
12803
|
type: r.GenericReference,
|
|
12800
12804
|
id: "employee-dto-func-employee-variable-data-type-parent-ref-id",
|
|
12801
12805
|
entityType: r.VariableDeclaration,
|
|
12802
|
-
entityId:
|
|
12806
|
+
entityId: Un
|
|
12803
12807
|
}, nN = {
|
|
12804
12808
|
id: "employee-dto-func-employee-variable-data-type-id",
|
|
12805
12809
|
type: r.DataType,
|
|
@@ -12817,7 +12821,7 @@ const Op = {
|
|
|
12817
12821
|
type: r.GenericReference,
|
|
12818
12822
|
id: "employee-dto-func-employee-variable-parent-ref-id",
|
|
12819
12823
|
entityType: r.FunctionDeclaration,
|
|
12820
|
-
entityId:
|
|
12824
|
+
entityId: Fn
|
|
12821
12825
|
}, iN = {
|
|
12822
12826
|
type: r.GenericReference,
|
|
12823
12827
|
id: "employee-dto-func-employee-variable-reads-value-ref-id",
|
|
@@ -12827,9 +12831,9 @@ const Op = {
|
|
|
12827
12831
|
type: r.GenericReference,
|
|
12828
12832
|
id: "employee-dto-func-employee-variable-called-by-id",
|
|
12829
12833
|
entityType: r.FunctionDeclaration,
|
|
12830
|
-
entityId:
|
|
12834
|
+
entityId: Fn
|
|
12831
12835
|
}, Cp = {
|
|
12832
|
-
id:
|
|
12836
|
+
id: Un,
|
|
12833
12837
|
type: r.VariableDeclaration,
|
|
12834
12838
|
version: 1,
|
|
12835
12839
|
name: "Company employee",
|
|
@@ -12874,7 +12878,7 @@ const Op = {
|
|
|
12874
12878
|
}, lN = {
|
|
12875
12879
|
type: r.GenericReference,
|
|
12876
12880
|
id: "employee-dto-func-declaration-employee-input-declaration-parent-ref-id",
|
|
12877
|
-
entityId:
|
|
12881
|
+
entityId: Fn,
|
|
12878
12882
|
entityType: r.FunctionDeclaration
|
|
12879
12883
|
}, cN = {
|
|
12880
12884
|
type: r.ArgumentDeclaration,
|
|
@@ -12894,7 +12898,7 @@ const Op = {
|
|
|
12894
12898
|
entityId: q
|
|
12895
12899
|
}, Wo = {
|
|
12896
12900
|
type: r.FunctionDeclaration,
|
|
12897
|
-
id:
|
|
12901
|
+
id: Fn,
|
|
12898
12902
|
version: 1,
|
|
12899
12903
|
name: "Employee DTO",
|
|
12900
12904
|
description: "Takes a employee and returns a DTO of that employee",
|
|
@@ -13171,7 +13175,7 @@ const Op = {
|
|
|
13171
13175
|
id: cp,
|
|
13172
13176
|
type: r.OutputMap,
|
|
13173
13177
|
version: 1,
|
|
13174
|
-
declaration:
|
|
13178
|
+
declaration: Oe.properties[1],
|
|
13175
13179
|
index: 0,
|
|
13176
13180
|
writesValues: [pp],
|
|
13177
13181
|
parent: VN
|
|
@@ -13234,7 +13238,7 @@ const Np = {
|
|
|
13234
13238
|
id: op,
|
|
13235
13239
|
type: r.OutputMap,
|
|
13236
13240
|
version: 1,
|
|
13237
|
-
declaration:
|
|
13241
|
+
declaration: Oe.properties[1],
|
|
13238
13242
|
index: 0,
|
|
13239
13243
|
writesValues: [up],
|
|
13240
13244
|
parent: kN
|
|
@@ -13349,7 +13353,7 @@ const xp = {
|
|
|
13349
13353
|
id: rp,
|
|
13350
13354
|
type: r.OutputMap,
|
|
13351
13355
|
version: 1,
|
|
13352
|
-
declaration:
|
|
13356
|
+
declaration: Oe.properties[1],
|
|
13353
13357
|
index: 0,
|
|
13354
13358
|
writesValues: [fp],
|
|
13355
13359
|
parent: r0
|
|
@@ -13859,7 +13863,7 @@ const xp = {
|
|
|
13859
13863
|
id: "wait-for-random-amount-parent-ref-id",
|
|
13860
13864
|
entityType: r.Project,
|
|
13861
13865
|
entityId: q
|
|
13862
|
-
},
|
|
13866
|
+
}, Kn = {
|
|
13863
13867
|
id: "wait-for-random-amount-id",
|
|
13864
13868
|
type: r.Operation,
|
|
13865
13869
|
version: 1,
|
|
@@ -13918,11 +13922,11 @@ const xp = {
|
|
|
13918
13922
|
name: v.ActionDescriptor,
|
|
13919
13923
|
value: null,
|
|
13920
13924
|
valueAsType: [
|
|
13921
|
-
|
|
13922
|
-
|
|
13923
|
-
|
|
13924
|
-
|
|
13925
|
-
|
|
13925
|
+
Kn,
|
|
13926
|
+
Kn,
|
|
13927
|
+
Kn,
|
|
13928
|
+
Kn,
|
|
13929
|
+
Kn
|
|
13926
13930
|
],
|
|
13927
13931
|
autogeneration: null,
|
|
13928
13932
|
parent: K0
|
|
@@ -15826,7 +15830,7 @@ const cV = {
|
|
|
15826
15830
|
id: Ny,
|
|
15827
15831
|
type: r.OutputMap,
|
|
15828
15832
|
version: 1,
|
|
15829
|
-
declaration:
|
|
15833
|
+
declaration: Oe.properties[1],
|
|
15830
15834
|
index: 0,
|
|
15831
15835
|
writesValues: [$y],
|
|
15832
15836
|
parent: wV
|
|
@@ -15926,7 +15930,7 @@ const cV = {
|
|
|
15926
15930
|
id: wy,
|
|
15927
15931
|
type: r.OutputMap,
|
|
15928
15932
|
version: 1,
|
|
15929
|
-
declaration:
|
|
15933
|
+
declaration: Oe.properties[1],
|
|
15930
15934
|
index: 0,
|
|
15931
15935
|
writesValues: [Ly],
|
|
15932
15936
|
parent: jV
|
|
@@ -16061,7 +16065,7 @@ const cV = {
|
|
|
16061
16065
|
id: xy,
|
|
16062
16066
|
type: r.OutputMap,
|
|
16063
16067
|
version: 1,
|
|
16064
|
-
declaration:
|
|
16068
|
+
declaration: Oe.properties[1],
|
|
16065
16069
|
index: 0,
|
|
16066
16070
|
writesValues: [Fy],
|
|
16067
16071
|
parent: KV
|
|
@@ -16221,7 +16225,7 @@ const cV = {
|
|
|
16221
16225
|
],
|
|
16222
16226
|
variableInstances: [lG, nG],
|
|
16223
16227
|
conditions: [],
|
|
16224
|
-
operations: [
|
|
16228
|
+
operations: [Kn],
|
|
16225
16229
|
functionCalls: [FB, HM],
|
|
16226
16230
|
loops: [lV],
|
|
16227
16231
|
searches: [hV]
|
|
@@ -16489,7 +16493,7 @@ function SG() {
|
|
|
16489
16493
|
}
|
|
16490
16494
|
function AG() {
|
|
16491
16495
|
return c.object({
|
|
16492
|
-
properties: c.array(
|
|
16496
|
+
properties: c.array(kn()),
|
|
16493
16497
|
methods: c.array(Pt()),
|
|
16494
16498
|
abstractMethods: c.array(jt()),
|
|
16495
16499
|
extends: c.array(
|
|
@@ -16505,7 +16509,7 @@ function OG() {
|
|
|
16505
16509
|
AG()
|
|
16506
16510
|
);
|
|
16507
16511
|
}
|
|
16508
|
-
function
|
|
16512
|
+
function kn() {
|
|
16509
16513
|
return c.union([
|
|
16510
16514
|
c.object({
|
|
16511
16515
|
type: c.literal(r.Property)
|
|
@@ -16553,9 +16557,9 @@ function wG() {
|
|
|
16553
16557
|
function BG() {
|
|
16554
16558
|
return c.object({
|
|
16555
16559
|
dataType: nn(),
|
|
16556
|
-
implements:
|
|
16560
|
+
implements: kn().nullable(),
|
|
16557
16561
|
parent: c.union([
|
|
16558
|
-
|
|
16562
|
+
Yn(),
|
|
16559
16563
|
ns(),
|
|
16560
16564
|
rs()
|
|
16561
16565
|
])
|
|
@@ -16618,7 +16622,7 @@ function xG() {
|
|
|
16618
16622
|
}
|
|
16619
16623
|
function $G() {
|
|
16620
16624
|
return c.object({
|
|
16621
|
-
properties: c.array(
|
|
16625
|
+
properties: c.array(kn()),
|
|
16622
16626
|
methods: c.array(Pt()),
|
|
16623
16627
|
abstractMethods: c.array(jt()),
|
|
16624
16628
|
extends: c.array(
|
|
@@ -16687,7 +16691,7 @@ function FG() {
|
|
|
16687
16691
|
dynamicReturnTypes: nn().nullable(),
|
|
16688
16692
|
parent: c.union([
|
|
16689
16693
|
ht(),
|
|
16690
|
-
|
|
16694
|
+
Yn(),
|
|
16691
16695
|
rs(),
|
|
16692
16696
|
ns()
|
|
16693
16697
|
]).nullable()
|
|
@@ -16837,7 +16841,7 @@ function YG() {
|
|
|
16837
16841
|
HG()
|
|
16838
16842
|
);
|
|
16839
16843
|
}
|
|
16840
|
-
function
|
|
16844
|
+
function qn() {
|
|
16841
16845
|
return c.union([
|
|
16842
16846
|
c.object({
|
|
16843
16847
|
type: c.literal(r.ReturnStatement)
|
|
@@ -16966,7 +16970,7 @@ function tL() {
|
|
|
16966
16970
|
calledBySuccess: c.array(be()),
|
|
16967
16971
|
calledByError: c.array(be()),
|
|
16968
16972
|
calledByEntry: c.array(Le()),
|
|
16969
|
-
inputsDeclarations: c.array(
|
|
16973
|
+
inputsDeclarations: c.array(Hn()),
|
|
16970
16974
|
inputs: c.array(vt()),
|
|
16971
16975
|
outputsDeclarations: c.array(Jt()),
|
|
16972
16976
|
outputs: c.array(it()),
|
|
@@ -17158,7 +17162,7 @@ function yL() {
|
|
|
17158
17162
|
writesValues: c.array(gn()),
|
|
17159
17163
|
declaration: c.union([
|
|
17160
17164
|
Jt(),
|
|
17161
|
-
|
|
17165
|
+
kn()
|
|
17162
17166
|
]),
|
|
17163
17167
|
parent: c.union([
|
|
17164
17168
|
be(),
|
|
@@ -17245,14 +17249,14 @@ function EL() {
|
|
|
17245
17249
|
}
|
|
17246
17250
|
function RL() {
|
|
17247
17251
|
return c.enum([
|
|
17248
|
-
|
|
17249
|
-
|
|
17250
|
-
|
|
17251
|
-
|
|
17252
|
-
|
|
17253
|
-
|
|
17254
|
-
|
|
17255
|
-
|
|
17252
|
+
Se.Equal,
|
|
17253
|
+
Se.NotEqual,
|
|
17254
|
+
Se.MoreThan,
|
|
17255
|
+
Se.MoreThanOrEqual,
|
|
17256
|
+
Se.LessThan,
|
|
17257
|
+
Se.LessThanOrEqual,
|
|
17258
|
+
Se.And,
|
|
17259
|
+
Se.Or,
|
|
17256
17260
|
$t.Empty,
|
|
17257
17261
|
$t.NotEmpty
|
|
17258
17262
|
]);
|
|
@@ -17389,7 +17393,7 @@ function SL() {
|
|
|
17389
17393
|
declaration: Pt(),
|
|
17390
17394
|
inputs: c.array(vt()),
|
|
17391
17395
|
outputs: c.array(it()),
|
|
17392
|
-
parent:
|
|
17396
|
+
parent: Jn(),
|
|
17393
17397
|
error: c.optional(it())
|
|
17394
17398
|
});
|
|
17395
17399
|
}
|
|
@@ -17454,7 +17458,7 @@ function CL() {
|
|
|
17454
17458
|
function wL() {
|
|
17455
17459
|
return c.object({
|
|
17456
17460
|
defaultValue: Il().nullable(),
|
|
17457
|
-
declaration: c.union([
|
|
17461
|
+
declaration: c.union([Hn(), kn()]).nullable(),
|
|
17458
17462
|
readsValue: ds().nullable(),
|
|
17459
17463
|
parent: c.union([
|
|
17460
17464
|
be(),
|
|
@@ -17593,7 +17597,7 @@ function ih() {
|
|
|
17593
17597
|
}
|
|
17594
17598
|
function VL() {
|
|
17595
17599
|
return c.union([
|
|
17596
|
-
|
|
17600
|
+
Yn(),
|
|
17597
17601
|
Wr(),
|
|
17598
17602
|
Hi()
|
|
17599
17603
|
]);
|
|
@@ -17701,7 +17705,7 @@ function YL() {
|
|
|
17701
17705
|
function zL() {
|
|
17702
17706
|
return Gt().extend({
|
|
17703
17707
|
name: c.literal(v.EntityTemplate),
|
|
17704
|
-
value:
|
|
17708
|
+
value: Yn(),
|
|
17705
17709
|
autogeneration: c.null()
|
|
17706
17710
|
});
|
|
17707
17711
|
}
|
|
@@ -18044,9 +18048,9 @@ function E4() {
|
|
|
18044
18048
|
function R4() {
|
|
18045
18049
|
return cs().merge(
|
|
18046
18050
|
c.object({
|
|
18047
|
-
returnStatements: c.array(
|
|
18051
|
+
returnStatements: c.array(qn()),
|
|
18048
18052
|
implements: c.array(Qy()),
|
|
18049
|
-
inputs: c.array(
|
|
18053
|
+
inputs: c.array(Hn()),
|
|
18050
18054
|
calls: c.array(je()),
|
|
18051
18055
|
parent: c.union([
|
|
18052
18056
|
ht(),
|
|
@@ -18064,7 +18068,7 @@ function Hr() {
|
|
|
18064
18068
|
ah()
|
|
18065
18069
|
]);
|
|
18066
18070
|
}
|
|
18067
|
-
function
|
|
18071
|
+
function Jn() {
|
|
18068
18072
|
return c.union([
|
|
18069
18073
|
t4(),
|
|
18070
18074
|
s4()
|
|
@@ -18079,7 +18083,7 @@ function gn() {
|
|
|
18079
18083
|
}
|
|
18080
18084
|
function v4() {
|
|
18081
18085
|
return c.union([
|
|
18082
|
-
|
|
18086
|
+
Jn(),
|
|
18083
18087
|
as(),
|
|
18084
18088
|
eh()
|
|
18085
18089
|
]);
|
|
@@ -18087,7 +18091,7 @@ function v4() {
|
|
|
18087
18091
|
function ds() {
|
|
18088
18092
|
return c.union([
|
|
18089
18093
|
Hr(),
|
|
18090
|
-
|
|
18094
|
+
Hn(),
|
|
18091
18095
|
it(),
|
|
18092
18096
|
Jr(),
|
|
18093
18097
|
Wi(),
|
|
@@ -18096,7 +18100,7 @@ function ds() {
|
|
|
18096
18100
|
}
|
|
18097
18101
|
function a6() {
|
|
18098
18102
|
return c.union([
|
|
18099
|
-
|
|
18103
|
+
Jn(),
|
|
18100
18104
|
$l(),
|
|
18101
18105
|
ml(),
|
|
18102
18106
|
Wr(),
|
|
@@ -18106,7 +18110,7 @@ function a6() {
|
|
|
18106
18110
|
}
|
|
18107
18111
|
function s6() {
|
|
18108
18112
|
return c.union([
|
|
18109
|
-
|
|
18113
|
+
Hn(),
|
|
18110
18114
|
it(),
|
|
18111
18115
|
gn()
|
|
18112
18116
|
]);
|
|
@@ -18141,7 +18145,7 @@ function be() {
|
|
|
18141
18145
|
qi(),
|
|
18142
18146
|
is(),
|
|
18143
18147
|
jr(),
|
|
18144
|
-
|
|
18148
|
+
Jn(),
|
|
18145
18149
|
bl(),
|
|
18146
18150
|
zt()
|
|
18147
18151
|
]);
|
|
@@ -18162,14 +18166,14 @@ function xl() {
|
|
|
18162
18166
|
qi(),
|
|
18163
18167
|
is(),
|
|
18164
18168
|
jr(),
|
|
18165
|
-
|
|
18169
|
+
Jn(),
|
|
18166
18170
|
zt()
|
|
18167
18171
|
]);
|
|
18168
18172
|
}
|
|
18169
18173
|
function I4() {
|
|
18170
18174
|
return c.union([
|
|
18171
18175
|
_l(),
|
|
18172
|
-
|
|
18176
|
+
qn(),
|
|
18173
18177
|
kr(),
|
|
18174
18178
|
Lr()
|
|
18175
18179
|
]);
|
|
@@ -18185,7 +18189,7 @@ function je() {
|
|
|
18185
18189
|
function P4() {
|
|
18186
18190
|
return c.union([
|
|
18187
18191
|
Nl(),
|
|
18188
|
-
|
|
18192
|
+
qn(),
|
|
18189
18193
|
kr(),
|
|
18190
18194
|
Lr()
|
|
18191
18195
|
]);
|
|
@@ -18198,7 +18202,7 @@ function D4() {
|
|
|
18198
18202
|
Fr()
|
|
18199
18203
|
]);
|
|
18200
18204
|
}
|
|
18201
|
-
function
|
|
18205
|
+
function Wn() {
|
|
18202
18206
|
return c.union([
|
|
18203
18207
|
Pt(),
|
|
18204
18208
|
Bl()
|
|
@@ -18213,7 +18217,7 @@ function Le() {
|
|
|
18213
18217
|
function o6() {
|
|
18214
18218
|
return c.union([
|
|
18215
18219
|
_l(),
|
|
18216
|
-
|
|
18220
|
+
Wn()
|
|
18217
18221
|
]);
|
|
18218
18222
|
}
|
|
18219
18223
|
function l6() {
|
|
@@ -18225,7 +18229,7 @@ function l6() {
|
|
|
18225
18229
|
function c6() {
|
|
18226
18230
|
return c.union([
|
|
18227
18231
|
Nl(),
|
|
18228
|
-
|
|
18232
|
+
Wn()
|
|
18229
18233
|
]);
|
|
18230
18234
|
}
|
|
18231
18235
|
function d6() {
|
|
@@ -18237,7 +18241,7 @@ function d6() {
|
|
|
18237
18241
|
function u6() {
|
|
18238
18242
|
return c.union([
|
|
18239
18243
|
I4(),
|
|
18240
|
-
|
|
18244
|
+
Wn()
|
|
18241
18245
|
]);
|
|
18242
18246
|
}
|
|
18243
18247
|
function p6() {
|
|
@@ -18249,7 +18253,7 @@ function p6() {
|
|
|
18249
18253
|
function y6() {
|
|
18250
18254
|
return c.union([
|
|
18251
18255
|
P4(),
|
|
18252
|
-
|
|
18256
|
+
Wn()
|
|
18253
18257
|
]);
|
|
18254
18258
|
}
|
|
18255
18259
|
function h6() {
|
|
@@ -18259,7 +18263,7 @@ function h6() {
|
|
|
18259
18263
|
]);
|
|
18260
18264
|
}
|
|
18261
18265
|
function f6() {
|
|
18262
|
-
return c.union([
|
|
18266
|
+
return c.union([Wn(), Gr()]);
|
|
18263
18267
|
}
|
|
18264
18268
|
function In() {
|
|
18265
18269
|
return c.union([
|
|
@@ -18270,7 +18274,7 @@ function In() {
|
|
|
18270
18274
|
function m6() {
|
|
18271
18275
|
return c.union([
|
|
18272
18276
|
_l(),
|
|
18273
|
-
|
|
18277
|
+
Wn()
|
|
18274
18278
|
]);
|
|
18275
18279
|
}
|
|
18276
18280
|
function T6() {
|
|
@@ -18282,7 +18286,7 @@ function T6() {
|
|
|
18282
18286
|
function E6() {
|
|
18283
18287
|
return c.union([
|
|
18284
18288
|
Nl(),
|
|
18285
|
-
|
|
18289
|
+
Wn()
|
|
18286
18290
|
]);
|
|
18287
18291
|
}
|
|
18288
18292
|
function R6() {
|
|
@@ -18293,7 +18297,7 @@ function R6() {
|
|
|
18293
18297
|
}
|
|
18294
18298
|
function b6() {
|
|
18295
18299
|
return c.union([
|
|
18296
|
-
|
|
18300
|
+
qn(),
|
|
18297
18301
|
kr(),
|
|
18298
18302
|
Lr()
|
|
18299
18303
|
]);
|
|
@@ -18320,12 +18324,12 @@ function g6() {
|
|
|
18320
18324
|
Jr(),
|
|
18321
18325
|
qr(),
|
|
18322
18326
|
Jt(),
|
|
18323
|
-
|
|
18327
|
+
Hn(),
|
|
18324
18328
|
ts(),
|
|
18325
18329
|
nn(),
|
|
18326
|
-
jn(),
|
|
18327
|
-
jt(),
|
|
18328
18330
|
kn(),
|
|
18331
|
+
jt(),
|
|
18332
|
+
qn(),
|
|
18329
18333
|
Lr(),
|
|
18330
18334
|
kr(),
|
|
18331
18335
|
Gr(),
|
|
@@ -18341,10 +18345,10 @@ function I6() {
|
|
|
18341
18345
|
rs(),
|
|
18342
18346
|
ht(),
|
|
18343
18347
|
ls(),
|
|
18344
|
-
|
|
18348
|
+
Yn(),
|
|
18345
18349
|
Hi(),
|
|
18346
18350
|
Ml(),
|
|
18347
|
-
|
|
18351
|
+
Jn(),
|
|
18348
18352
|
as(),
|
|
18349
18353
|
ml(),
|
|
18350
18354
|
is(),
|
|
@@ -18377,7 +18381,7 @@ function P6() {
|
|
|
18377
18381
|
Ji(),
|
|
18378
18382
|
Jr(),
|
|
18379
18383
|
qr(),
|
|
18380
|
-
|
|
18384
|
+
qn(),
|
|
18381
18385
|
Lr(),
|
|
18382
18386
|
kr(),
|
|
18383
18387
|
Gr(),
|
|
@@ -18387,10 +18391,10 @@ function P6() {
|
|
|
18387
18391
|
function D6() {
|
|
18388
18392
|
return c.union([
|
|
18389
18393
|
ls(),
|
|
18390
|
-
|
|
18394
|
+
Yn(),
|
|
18391
18395
|
Hi(),
|
|
18392
18396
|
Ml(),
|
|
18393
|
-
|
|
18397
|
+
Jn(),
|
|
18394
18398
|
is(),
|
|
18395
18399
|
Wr(),
|
|
18396
18400
|
qi(),
|
|
@@ -18401,7 +18405,7 @@ function D6() {
|
|
|
18401
18405
|
jr()
|
|
18402
18406
|
]);
|
|
18403
18407
|
}
|
|
18404
|
-
function
|
|
18408
|
+
function Hn() {
|
|
18405
18409
|
return c.union([
|
|
18406
18410
|
c.object({
|
|
18407
18411
|
type: c.literal(r.ArgumentDeclaration)
|
|
@@ -18502,13 +18506,13 @@ function B4() {
|
|
|
18502
18506
|
}
|
|
18503
18507
|
function M4() {
|
|
18504
18508
|
return c.object({
|
|
18505
|
-
inputs: c.array(
|
|
18509
|
+
inputs: c.array(Hn()),
|
|
18506
18510
|
implements: jt().nullable(),
|
|
18507
|
-
returnStatements: c.array(
|
|
18511
|
+
returnStatements: c.array(qn()),
|
|
18508
18512
|
parent: c.union([
|
|
18509
18513
|
ht(),
|
|
18510
18514
|
ls(),
|
|
18511
|
-
|
|
18515
|
+
Yn(),
|
|
18512
18516
|
zt(),
|
|
18513
18517
|
rs(),
|
|
18514
18518
|
ns()
|
|
@@ -18580,7 +18584,7 @@ function dr() {
|
|
|
18580
18584
|
c.record(c.string(), c.any())
|
|
18581
18585
|
]);
|
|
18582
18586
|
}
|
|
18583
|
-
function
|
|
18587
|
+
function Yn() {
|
|
18584
18588
|
return c.object({
|
|
18585
18589
|
id: c.string(),
|
|
18586
18590
|
type: c.literal(r.GenericReference),
|
|
@@ -18632,7 +18636,7 @@ function U4() {
|
|
|
18632
18636
|
}
|
|
18633
18637
|
function j4() {
|
|
18634
18638
|
return c.object({
|
|
18635
|
-
properties: c.array(
|
|
18639
|
+
properties: c.array(kn()),
|
|
18636
18640
|
methods: c.array(Pt()),
|
|
18637
18641
|
abstractMethods: c.array(jt()),
|
|
18638
18642
|
extends: c.array(
|
|
@@ -19122,7 +19126,7 @@ var Th = uF && (!/\[native code\]/.test(String(DataView)) || mh(new DataView(new
|
|
|
19122
19126
|
function IF(n) {
|
|
19123
19127
|
return n != null && at(n.getInt8) && hh(n.buffer);
|
|
19124
19128
|
}
|
|
19125
|
-
const ma = Th ? IF : gF,
|
|
19129
|
+
const ma = Th ? IF : gF, zn = pF || tt("Array");
|
|
19126
19130
|
function Dn(n, e) {
|
|
19127
19131
|
return n != null && dF.call(n, e);
|
|
19128
19132
|
}
|
|
@@ -19193,7 +19197,7 @@ function ti(n) {
|
|
|
19193
19197
|
if (n == null)
|
|
19194
19198
|
return !0;
|
|
19195
19199
|
var e = mt(n);
|
|
19196
|
-
return typeof e == "number" && (
|
|
19200
|
+
return typeof e == "number" && (zn(n) || jl(n) || ql(n)) ? e === 0 : mt(ke(n)) === 0;
|
|
19197
19201
|
}
|
|
19198
19202
|
function Ph(n, e) {
|
|
19199
19203
|
var t = ke(e), i = t.length;
|
|
@@ -19381,13 +19385,13 @@ function GF(n, e) {
|
|
|
19381
19385
|
return e && Ea(t, e), t;
|
|
19382
19386
|
}
|
|
19383
19387
|
function LF(n) {
|
|
19384
|
-
return Pn(n) ?
|
|
19388
|
+
return Pn(n) ? zn(n) ? n.slice() : wh({}, n) : n;
|
|
19385
19389
|
}
|
|
19386
19390
|
function FF(n, e) {
|
|
19387
19391
|
return e(n), n;
|
|
19388
19392
|
}
|
|
19389
19393
|
function _h(n) {
|
|
19390
|
-
return
|
|
19394
|
+
return zn(n) ? n : [n];
|
|
19391
19395
|
}
|
|
19392
19396
|
Z.toPath = _h;
|
|
19393
19397
|
function Zi(n) {
|
|
@@ -19450,7 +19454,7 @@ function Xi(n, e, t) {
|
|
|
19450
19454
|
};
|
|
19451
19455
|
}
|
|
19452
19456
|
function xh(n, e, t) {
|
|
19453
|
-
return n == null ? Zl : at(n) ? Xi(n, e, t) : Pn(n) && !
|
|
19457
|
+
return n == null ? Zl : at(n) ? Xi(n, e, t) : Pn(n) && !zn(n) ? Ti(n) : Xl(n);
|
|
19454
19458
|
}
|
|
19455
19459
|
function Ql(n, e) {
|
|
19456
19460
|
return xh(n, e, 1 / 0);
|
|
@@ -19606,16 +19610,16 @@ const Fh = ft(function(n, e, t) {
|
|
|
19606
19610
|
});
|
|
19607
19611
|
return i;
|
|
19608
19612
|
}), Dt = bh(mt);
|
|
19609
|
-
function
|
|
19613
|
+
function Zn(n, e, t, i) {
|
|
19610
19614
|
if (i = i || [], !e && e !== 0)
|
|
19611
19615
|
e = 1 / 0;
|
|
19612
19616
|
else if (e <= 0)
|
|
19613
19617
|
return i.concat(n);
|
|
19614
19618
|
for (var a = i.length, s = 0, o = mt(n); s < o; s++) {
|
|
19615
19619
|
var d = n[s];
|
|
19616
|
-
if (Dt(d) && (
|
|
19620
|
+
if (Dt(d) && (zn(d) || ql(d)))
|
|
19617
19621
|
if (e > 1)
|
|
19618
|
-
|
|
19622
|
+
Zn(d, e - 1, t, i), a = i.length;
|
|
19619
19623
|
else
|
|
19620
19624
|
for (var u = 0, y = d.length; u < y; )
|
|
19621
19625
|
i[a++] = d[u++];
|
|
@@ -19625,7 +19629,7 @@ function zn(n, e, t, i) {
|
|
|
19625
19629
|
return i;
|
|
19626
19630
|
}
|
|
19627
19631
|
const iU = ft(function(n, e) {
|
|
19628
|
-
e =
|
|
19632
|
+
e = Zn(e, !1, !1);
|
|
19629
19633
|
var t = e.length;
|
|
19630
19634
|
if (t < 1)
|
|
19631
19635
|
throw new Error("bindAll must be passed function names");
|
|
@@ -19763,7 +19767,7 @@ function rn(n, e, t) {
|
|
|
19763
19767
|
}
|
|
19764
19768
|
return n;
|
|
19765
19769
|
}
|
|
19766
|
-
function
|
|
19770
|
+
function Mn(n, e, t) {
|
|
19767
19771
|
e = Rt(e, t);
|
|
19768
19772
|
for (var i = !Dt(n) && ke(n), a = (i || n).length, s = Array(a), o = 0; o < a; o++) {
|
|
19769
19773
|
var d = i ? i[o] : o;
|
|
@@ -19818,7 +19822,7 @@ function Kt(n, e, t, i) {
|
|
|
19818
19822
|
}
|
|
19819
19823
|
const mU = ft(function(n, e, t) {
|
|
19820
19824
|
var i, a;
|
|
19821
|
-
return at(e) ? a = e : (e = Zi(e), i = e.slice(0, -1), e = e[e.length - 1]),
|
|
19825
|
+
return at(e) ? a = e : (e = Zi(e), i = e.slice(0, -1), e = e[e.length - 1]), Mn(n, function(s) {
|
|
19822
19826
|
var o = a;
|
|
19823
19827
|
if (!o) {
|
|
19824
19828
|
if (i && i.length && (s = zl(s, i)), s == null)
|
|
@@ -19829,7 +19833,7 @@ const mU = ft(function(n, e, t) {
|
|
|
19829
19833
|
});
|
|
19830
19834
|
});
|
|
19831
19835
|
function tc(n, e) {
|
|
19832
|
-
return
|
|
19836
|
+
return Mn(n, Xl(e));
|
|
19833
19837
|
}
|
|
19834
19838
|
function TU(n, e) {
|
|
19835
19839
|
return ur(n, Ti(e));
|
|
@@ -19860,7 +19864,7 @@ function EU(n, e, t) {
|
|
|
19860
19864
|
}
|
|
19861
19865
|
var RU = /[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;
|
|
19862
19866
|
function Xh(n) {
|
|
19863
|
-
return n ?
|
|
19867
|
+
return n ? zn(n) ? Yi.call(n) : jl(n) ? n.match(RU) : Dt(n) ? Mn(n, Zl) : Yr(n) : [];
|
|
19864
19868
|
}
|
|
19865
19869
|
function Qh(n, e, t) {
|
|
19866
19870
|
if (e == null || t)
|
|
@@ -19878,7 +19882,7 @@ function bU(n) {
|
|
|
19878
19882
|
}
|
|
19879
19883
|
function vU(n, e, t) {
|
|
19880
19884
|
var i = 0;
|
|
19881
|
-
return e = Rt(e, t), tc(
|
|
19885
|
+
return e = Rt(e, t), tc(Mn(n, function(a, s, o) {
|
|
19882
19886
|
return {
|
|
19883
19887
|
value: a,
|
|
19884
19888
|
index: i++,
|
|
@@ -19923,7 +19927,7 @@ const Kh = ft(function(n, e) {
|
|
|
19923
19927
|
var t = {}, i = e[0];
|
|
19924
19928
|
if (n == null)
|
|
19925
19929
|
return t;
|
|
19926
|
-
at(i) ? (e.length > 1 && (i = Xi(i, e[1])), e = zi(n)) : (i = AU, e =
|
|
19930
|
+
at(i) ? (e.length > 1 && (i = Xi(i, e[1])), e = zi(n)) : (i = AU, e = Zn(e, !1, !1), n = Object(n));
|
|
19927
19931
|
for (var a = 0, s = e.length; a < s; a++) {
|
|
19928
19932
|
var o = e[a], d = n[o];
|
|
19929
19933
|
i(d, o, n) && (t[o] = d);
|
|
@@ -19931,7 +19935,7 @@ const Kh = ft(function(n, e) {
|
|
|
19931
19935
|
return t;
|
|
19932
19936
|
}), OU = ft(function(n, e) {
|
|
19933
19937
|
var t = e[0], i;
|
|
19934
|
-
return at(t) ? (t = Kl(t), e.length > 1 && (i = e[1])) : (e =
|
|
19938
|
+
return at(t) ? (t = Kl(t), e.length > 1 && (i = e[1])) : (e = Mn(Zn(e, !1, !1), String), t = function(a, s) {
|
|
19935
19939
|
return !Kt(e, s);
|
|
19936
19940
|
}), Kh(n, t, i);
|
|
19937
19941
|
});
|
|
@@ -19951,10 +19955,10 @@ function wU(n) {
|
|
|
19951
19955
|
return ur(n, Boolean);
|
|
19952
19956
|
}
|
|
19953
19957
|
function BU(n, e) {
|
|
19954
|
-
return
|
|
19958
|
+
return Zn(n, e, !1);
|
|
19955
19959
|
}
|
|
19956
19960
|
const tf = ft(function(n, e) {
|
|
19957
|
-
return e =
|
|
19961
|
+
return e = Zn(e, !0, !0), ur(n, function(t) {
|
|
19958
19962
|
return !Kt(e, t);
|
|
19959
19963
|
});
|
|
19960
19964
|
}), MU = ft(function(n, e) {
|
|
@@ -19969,7 +19973,7 @@ function Ys(n, e, t, i) {
|
|
|
19969
19973
|
return a;
|
|
19970
19974
|
}
|
|
19971
19975
|
const _U = ft(function(n) {
|
|
19972
|
-
return Ys(
|
|
19976
|
+
return Ys(Zn(n, !0, !0));
|
|
19973
19977
|
});
|
|
19974
19978
|
function NU(n) {
|
|
19975
19979
|
for (var e = [], t = arguments.length, i = 0, a = mt(n); i < a; i++) {
|
|
@@ -20047,7 +20051,7 @@ const LU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20047
20051
|
chain: rU,
|
|
20048
20052
|
chunk: GU,
|
|
20049
20053
|
clone: LF,
|
|
20050
|
-
collect:
|
|
20054
|
+
collect: Mn,
|
|
20051
20055
|
compact: wU,
|
|
20052
20056
|
compose: dU,
|
|
20053
20057
|
constant: Rh,
|
|
@@ -20094,7 +20098,7 @@ const LU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20094
20098
|
invert: Ch,
|
|
20095
20099
|
invoke: mU,
|
|
20096
20100
|
isArguments: ql,
|
|
20097
|
-
isArray:
|
|
20101
|
+
isArray: zn,
|
|
20098
20102
|
isArrayBuffer: hh,
|
|
20099
20103
|
isBoolean: uh,
|
|
20100
20104
|
isDataView: ma,
|
|
@@ -20123,7 +20127,7 @@ const LU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20123
20127
|
keys: ke,
|
|
20124
20128
|
last: CU,
|
|
20125
20129
|
lastIndexOf: yU,
|
|
20126
|
-
map:
|
|
20130
|
+
map: Mn,
|
|
20127
20131
|
mapObject: jF,
|
|
20128
20132
|
matcher: Ti,
|
|
20129
20133
|
matches: Ti,
|
|
@@ -20663,21 +20667,21 @@ function KU(n) {
|
|
|
20663
20667
|
}
|
|
20664
20668
|
function ws(n) {
|
|
20665
20669
|
switch (n.declaration.id) {
|
|
20666
|
-
case
|
|
20670
|
+
case Se.Equal:
|
|
20667
20671
|
return "is equal to";
|
|
20668
|
-
case
|
|
20672
|
+
case Se.NotEqual:
|
|
20669
20673
|
return "is not equal to";
|
|
20670
|
-
case
|
|
20674
|
+
case Se.MoreThan:
|
|
20671
20675
|
return "is greater than";
|
|
20672
|
-
case
|
|
20676
|
+
case Se.MoreThanOrEqual:
|
|
20673
20677
|
return "is greater than or equal to";
|
|
20674
|
-
case
|
|
20678
|
+
case Se.LessThan:
|
|
20675
20679
|
return "is less than";
|
|
20676
|
-
case
|
|
20680
|
+
case Se.LessThanOrEqual:
|
|
20677
20681
|
return "is less than or equal to";
|
|
20678
|
-
case
|
|
20682
|
+
case Se.And:
|
|
20679
20683
|
return "and";
|
|
20680
|
-
case
|
|
20684
|
+
case Se.Or:
|
|
20681
20685
|
return "or";
|
|
20682
20686
|
case $t.Empty:
|
|
20683
20687
|
return "is empty";
|
|
@@ -21393,7 +21397,7 @@ function s8(n, e) {
|
|
|
21393
21397
|
})
|
|
21394
21398
|
);
|
|
21395
21399
|
else {
|
|
21396
|
-
const d =
|
|
21400
|
+
const d = Xn(a).filter(
|
|
21397
21401
|
(u) => !u.interactive
|
|
21398
21402
|
);
|
|
21399
21403
|
if (d.length) {
|
|
@@ -21408,7 +21412,7 @@ function s8(n, e) {
|
|
|
21408
21412
|
d[0].project
|
|
21409
21413
|
)}").`;
|
|
21410
21414
|
u += `
|
|
21411
|
-
${
|
|
21415
|
+
${Nn}`, t.push(
|
|
21412
21416
|
new T({
|
|
21413
21417
|
id: `${n.id}--${p.NonInteractiveEntityReferenced}`,
|
|
21414
21418
|
code: p.NonInteractiveEntityReferenced,
|
|
@@ -22017,7 +22021,7 @@ const Q = class Q {
|
|
|
22017
22021
|
i = s.modifiedData;
|
|
22018
22022
|
const o = cf(i, t), d = i.parent ? t.get(i.parent) : null;
|
|
22019
22023
|
if (d && d.type === r.CustomEntity) {
|
|
22020
|
-
const m = d, g =
|
|
22024
|
+
const m = d, g = Xn(m).filter(
|
|
22021
22025
|
(A) => !A.interactive
|
|
22022
22026
|
);
|
|
22023
22027
|
if (g.length) {
|
|
@@ -22032,7 +22036,7 @@ const Q = class Q {
|
|
|
22032
22036
|
g[0].project
|
|
22033
22037
|
)}").`;
|
|
22034
22038
|
A += `
|
|
22035
|
-
${
|
|
22039
|
+
${Nn}`, a.push(
|
|
22036
22040
|
new T({
|
|
22037
22041
|
id: `${e.id}--${p.NonInteractiveEntityReferenced}`,
|
|
22038
22042
|
code: p.NonInteractiveEntityReferenced,
|
|
@@ -22663,7 +22667,7 @@ const ye = class ye {
|
|
|
22663
22667
|
), i.entity) {
|
|
22664
22668
|
const y = t.get(i.entity);
|
|
22665
22669
|
if (y.type === r.CustomEntity) {
|
|
22666
|
-
const m =
|
|
22670
|
+
const m = Xn(y).filter(
|
|
22667
22671
|
(R) => !R.interactive
|
|
22668
22672
|
);
|
|
22669
22673
|
if (m.length) {
|
|
@@ -22678,7 +22682,7 @@ const ye = class ye {
|
|
|
22678
22682
|
code: p.NonInteractiveEntityReferenced,
|
|
22679
22683
|
severity: h.Error,
|
|
22680
22684
|
message: `The entity with id '${e.id}' and type '${e.type}', cannot reference 'custom-entity' with id '${i.entity}' at 'entity'. The entity extends or implements non-interactive built-in-base-entity ${R}.
|
|
22681
|
-
${
|
|
22685
|
+
${Nn}`,
|
|
22682
22686
|
issue: null
|
|
22683
22687
|
})
|
|
22684
22688
|
);
|
|
@@ -28623,9 +28627,9 @@ You can attach methods to it by creating 'function-declaration' entities which h
|
|
|
28623
28627
|
This variable's data-type 'entity' is a ${y.type} which doesn't have any methods attached to it yet.
|
|
28624
28628
|
Built-in entity types can't have methods attached to them by the user. They are predefined entities that can't be modified. You can reference them as the 'declaration' property on a new 'internal-call' entity in a variable`) : y.type === r.CustomEntity ? m = `
|
|
28625
28629
|
This variable's data-type 'entity' is a custom entity which extends or implements a non-interactive 'built-in-base-entity'.
|
|
28626
|
-
${
|
|
28630
|
+
${Nn}` : y.type === r.BuiltInBaseEntity && (m = `
|
|
28627
28631
|
This variable's data-type 'entity' is a non-interactive 'built-in-base-entity'.
|
|
28628
|
-
${
|
|
28632
|
+
${Nn}`);
|
|
28629
28633
|
const R = i.declaration, g = t.get(
|
|
28630
28634
|
R
|
|
28631
28635
|
);
|
|
@@ -32263,7 +32267,7 @@ const ce = class ce {
|
|
|
32263
32267
|
i = s.modifiedData;
|
|
32264
32268
|
const o = i.parent ? t.get(i.parent) : null;
|
|
32265
32269
|
if (o && o.type === r.CustomEntity) {
|
|
32266
|
-
const d = o, y =
|
|
32270
|
+
const d = o, y = Xn(d).filter(
|
|
32267
32271
|
(f) => !f.interactive
|
|
32268
32272
|
);
|
|
32269
32273
|
if (y.length) {
|
|
@@ -32278,7 +32282,7 @@ const ce = class ce {
|
|
|
32278
32282
|
y[0].project
|
|
32279
32283
|
)}").`;
|
|
32280
32284
|
f += `
|
|
32281
|
-
${
|
|
32285
|
+
${Nn}`, a.push(
|
|
32282
32286
|
new T({
|
|
32283
32287
|
id: `${e.id}--${p.NonInteractiveEntityReferenced}`,
|
|
32284
32288
|
code: p.NonInteractiveEntityReferenced,
|
|
@@ -33673,7 +33677,7 @@ ${An}`,
|
|
|
33673
33677
|
code: p.InvalidInmutablePropertyOverride,
|
|
33674
33678
|
issue: null
|
|
33675
33679
|
})
|
|
33676
|
-
)),
|
|
33680
|
+
)), $n.includes(e.type) && (n.calledBy && t.push(
|
|
33677
33681
|
new T({
|
|
33678
33682
|
id: `${e.id}--${p.InvalidInmutablePropertyOverride}`,
|
|
33679
33683
|
message: `Entity of type "${e.type}" with id "${e.id}" cannot have the property "calledBy" updated.
|
|
@@ -34194,7 +34198,7 @@ function _(n, e, t) {
|
|
|
34194
34198
|
return `${n.join(e)}${t}${i}`;
|
|
34195
34199
|
}
|
|
34196
34200
|
}
|
|
34197
|
-
const
|
|
34201
|
+
const _n = `Pass-through callable entities are entities that need to be called by another caller, then they execute some internal logic and when finished, it can call other callable entities with the "calledBySuccess" property or "calledByError" property based on whether their internal execution was successful or an error ocurred respectively.
|
|
34198
34202
|
All pass-through callable entities are: ${_(
|
|
34199
34203
|
xe,
|
|
34200
34204
|
", ",
|
|
@@ -34209,19 +34213,19 @@ All pass-through callable entities are: ${_(
|
|
|
34209
34213
|
" and "
|
|
34210
34214
|
)}.`, H6 = `Callable entities are entities that can be called by other entities. They can be called by an entry-point, a success caller, or an error caller.
|
|
34211
34215
|
All callable entity types are: ${_(
|
|
34212
|
-
|
|
34216
|
+
$n,
|
|
34213
34217
|
", ",
|
|
34214
34218
|
" and "
|
|
34215
34219
|
)}.`, An = `Caller to callee relationships can be updated with the 'add_caller' and 'remove_caller' generation action with the properties: 'callerEntityId', a 'calleeEntityId'. For adding a caller, you can optionally add a boolean property 'fromError' (if the caller calls when an error occured in its execution).
|
|
34216
34220
|
Either of these two actions will only affect the one relationship between the given caller and callee and ignore any others present in either entity.`, Lc = `Break and continue statements need to have exactly one 'return-declaration' entity each. It represents the result of the current iteration of the loop. It can have any name and have any 'data-type' but it needs to be identical among all statements in the same loop.
|
|
34217
34221
|
Meaning, if the return declaration in one 'break-statement' is named 'result' and has a 'data-type' of 'number', all other 'break-statements' and 'continue-statements' in the same loop need to have a 'return-declaration' with the same name and 'data-type'.`, Y6 = `Return statements need to be identical inside the same scope. For example if a 'return-statement' belongs to a function, with multiple branches of logic, leading to multiple 'return-statement' entities, all of them need to have the exact same amount of 'return-declaration' entities, sharing the same name and an equivalent 'data-type' entity.
|
|
34218
34222
|
Furthermore, some 'function-declarations' and all 'global-events' might be implementing a base 'action-descriptor' entity, which defines exactly the shape and number of the return declarations.`, Fc = `A variable without a data type which reads an-untyped object value, or has object properties written into it as input-map writes, will infere its data-type. This means that a 'data-type' will be created, with an implicitly declared 'custom-entity' as its 'entity' property, defining the structure of the object.
|
|
34219
|
-
This data type entity is what will define which properties are available to be read from the variable or any of its instances as 'output-map' entities.`,
|
|
34220
|
-
|
|
34223
|
+
This data type entity is what will define which properties are available to be read from the variable or any of its instances as 'output-map' entities.`, Nn = `Entities of type '${r.BuiltInBaseEntity}' that have the 'interactive' property set to false cannot be used programmatically during runtime. They can't be used as data types or instanciated in variables. Their methods can't be called by the code, and are only called by the system in the background. Their properties' values are constant and set only once when declared. They also can't be extended with unrecognized properties or methods that aren't part of the base out-of-the-box entity.`, Tf = `Entities that read values from other entities, can be connected with entities that write values to them. Value reading entity types are: '${_(
|
|
34224
|
+
On,
|
|
34221
34225
|
"', '",
|
|
34222
34226
|
"' and '"
|
|
34223
34227
|
)}'.`, V8 = `Entities that write values to other entities, can be connected with entities that read values from them. Value writing entity types are: '${_(
|
|
34224
|
-
|
|
34228
|
+
De,
|
|
34225
34229
|
"', '",
|
|
34226
34230
|
"' and '"
|
|
34227
34231
|
)}'.`, Ef = `A property entity, is neither a value reading, or a value writting entity, but they are often confused with one.
|
|
@@ -34308,7 +34312,7 @@ We have moved the reference to 'calledByEntry' for you.`,
|
|
|
34308
34312
|
), t.calledByEntry.push(e.id), t.calledBySuccess = t.calledBySuccess.filter(
|
|
34309
34313
|
(a) => a !== e.id
|
|
34310
34314
|
);
|
|
34311
|
-
else if (
|
|
34315
|
+
else if (Ae.includes(e.type)) {
|
|
34312
34316
|
const a = e.calledBy || [], s = a.length ? `
|
|
34313
34317
|
|
|
34314
34318
|
This ${e.type} is called by ${_(
|
|
@@ -34326,7 +34330,7 @@ This ${e.type} is called by ${_(
|
|
|
34326
34330
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a '${e.type}' entity at 'calledBySuccess' with id "${e.id}".
|
|
34327
34331
|
${e.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
34328
34332
|
Termination entities are ${_(
|
|
34329
|
-
|
|
34333
|
+
Ae,
|
|
34330
34334
|
", ",
|
|
34331
34335
|
" and "
|
|
34332
34336
|
)}.${s}`,
|
|
@@ -34340,7 +34344,7 @@ Termination entities are ${_(
|
|
|
34340
34344
|
code: p.InvalidReference,
|
|
34341
34345
|
severity: h.Error,
|
|
34342
34346
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a caller entity at 'calledBySuccess' with id "${e.id}" that isn't a pass-through callable entity.
|
|
34343
|
-
${
|
|
34347
|
+
${_n}`,
|
|
34344
34348
|
issue: null
|
|
34345
34349
|
})
|
|
34346
34350
|
);
|
|
@@ -34357,7 +34361,7 @@ All caller entity types are: ${_(
|
|
|
34357
34361
|
" and "
|
|
34358
34362
|
)}.
|
|
34359
34363
|
For the 'calledBySuccess' property, you specifically need to reference a pass-through callable entity.
|
|
34360
|
-
${
|
|
34364
|
+
${_n}`,
|
|
34361
34365
|
issue: null
|
|
34362
34366
|
})
|
|
34363
34367
|
), { errors: i, modifiedData: t };
|
|
@@ -34377,7 +34381,7 @@ ${fs}`,
|
|
|
34377
34381
|
issue: null
|
|
34378
34382
|
})
|
|
34379
34383
|
);
|
|
34380
|
-
else if (
|
|
34384
|
+
else if (Ae.includes(e.type)) {
|
|
34381
34385
|
const i = e.calledBy || [], a = i.length ? `
|
|
34382
34386
|
|
|
34383
34387
|
This ${e.type} is called by ${_(
|
|
@@ -34395,7 +34399,7 @@ This ${e.type} is called by ${_(
|
|
|
34395
34399
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a '${e.type}' entity at 'calledByError' with id "${e.id}".
|
|
34396
34400
|
${e.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
34397
34401
|
Termination entities are ${_(
|
|
34398
|
-
|
|
34402
|
+
Ae,
|
|
34399
34403
|
", ",
|
|
34400
34404
|
" and "
|
|
34401
34405
|
)}.${a}`,
|
|
@@ -34409,7 +34413,7 @@ Termination entities are ${_(
|
|
|
34409
34413
|
code: p.InvalidReference,
|
|
34410
34414
|
severity: h.Error,
|
|
34411
34415
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a caller entity at 'calledByError' with id "${e.id}" that isn't a pass-through callable entity.
|
|
34412
|
-
${
|
|
34416
|
+
${_n}`,
|
|
34413
34417
|
issue: null
|
|
34414
34418
|
})
|
|
34415
34419
|
);
|
|
@@ -34426,7 +34430,7 @@ All caller entity types are: ${_(
|
|
|
34426
34430
|
" and "
|
|
34427
34431
|
)}.
|
|
34428
34432
|
For the 'calledByError' property, you specifically need to reference a pass-through callable entity.
|
|
34429
|
-
${
|
|
34433
|
+
${_n}`,
|
|
34430
34434
|
issue: null
|
|
34431
34435
|
})
|
|
34432
34436
|
), t;
|
|
@@ -34434,7 +34438,7 @@ ${Mn}`,
|
|
|
34434
34438
|
}
|
|
34435
34439
|
function F8(n, e) {
|
|
34436
34440
|
const t = [];
|
|
34437
|
-
if (
|
|
34441
|
+
if (Ae.includes(e.type)) {
|
|
34438
34442
|
const i = e.calledBy || [], a = i.length ? `
|
|
34439
34443
|
|
|
34440
34444
|
This ${e.type} is called by ${_(
|
|
@@ -34452,7 +34456,7 @@ This ${e.type} is called by ${_(
|
|
|
34452
34456
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a '${e.type}' entity at 'calledByEntry' with id "${e.id}".
|
|
34453
34457
|
${e.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
34454
34458
|
Termination entities are ${_(
|
|
34455
|
-
|
|
34459
|
+
Ae,
|
|
34456
34460
|
", ",
|
|
34457
34461
|
" and "
|
|
34458
34462
|
)}.${a}`,
|
|
@@ -34466,7 +34470,7 @@ Termination entities are ${_(
|
|
|
34466
34470
|
code: p.InvalidReference,
|
|
34467
34471
|
severity: h.Warning,
|
|
34468
34472
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a caller entity at 'calledByEntry' with id "${e.id}" that is a pass-through callable entity, not an entry-point entity.
|
|
34469
|
-
${
|
|
34473
|
+
${_n}.
|
|
34470
34474
|
${fs}.
|
|
34471
34475
|
|
|
34472
34476
|
We have moved the reference to 'calledBySuccess' for you.`,
|
|
@@ -34486,7 +34490,7 @@ All caller entity types are: ${_(
|
|
|
34486
34490
|
" and "
|
|
34487
34491
|
)}.
|
|
34488
34492
|
For the 'calledByEntry' property, you specifically need to reference a pass-through callable entity.
|
|
34489
|
-
${
|
|
34493
|
+
${_n}`,
|
|
34490
34494
|
issue: null
|
|
34491
34495
|
})
|
|
34492
34496
|
), t;
|
|
@@ -34497,7 +34501,7 @@ function U8(n, e) {
|
|
|
34497
34501
|
let i = JSON.parse(
|
|
34498
34502
|
JSON.stringify(n)
|
|
34499
34503
|
);
|
|
34500
|
-
if (
|
|
34504
|
+
if ($n.includes(i.type)) {
|
|
34501
34505
|
if (i.calledBySuccess) {
|
|
34502
34506
|
const s = Ms(
|
|
34503
34507
|
i,
|
|
@@ -34620,10 +34624,10 @@ function U8(n, e) {
|
|
|
34620
34624
|
o,
|
|
34621
34625
|
R,
|
|
34622
34626
|
e
|
|
34623
|
-
) ? (
|
|
34627
|
+
) ? (Ae.includes(i.type) && ((i.calledBySuccess || []).find(
|
|
34624
34628
|
(A) => A === m.id
|
|
34625
34629
|
) ? (m.successCalls || []).find(
|
|
34626
|
-
(k) =>
|
|
34630
|
+
(k) => Ae.includes(k.type)
|
|
34627
34631
|
) && t.push(
|
|
34628
34632
|
new T({
|
|
34629
34633
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34636,7 +34640,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34636
34640
|
) : (i.calledByError || []).find(
|
|
34637
34641
|
(A) => A === m.id
|
|
34638
34642
|
) ? (m.errorCalls || []).find(
|
|
34639
|
-
(k) =>
|
|
34643
|
+
(k) => Ae.includes(k.type)
|
|
34640
34644
|
) && t.push(
|
|
34641
34645
|
new T({
|
|
34642
34646
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34649,7 +34653,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34649
34653
|
) : (i.calledByEntry || []).find(
|
|
34650
34654
|
(A) => A === m.id
|
|
34651
34655
|
) && (m.calls || []).find(
|
|
34652
|
-
(k) =>
|
|
34656
|
+
(k) => Ae.includes(k.type)
|
|
34653
34657
|
) && t.push(
|
|
34654
34658
|
new T({
|
|
34655
34659
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34683,10 +34687,10 @@ The new termination statement is redundant because both entities would be called
|
|
|
34683
34687
|
R,
|
|
34684
34688
|
e
|
|
34685
34689
|
);
|
|
34686
|
-
g ? (
|
|
34690
|
+
g ? (Ae.includes(i.type) && ((i.calledBySuccess || []).find(
|
|
34687
34691
|
(A) => A === m.id
|
|
34688
34692
|
) ? (m.successCalls || []).find(
|
|
34689
|
-
(k) =>
|
|
34693
|
+
(k) => Ae.includes(k.type)
|
|
34690
34694
|
) && t.push(
|
|
34691
34695
|
new T({
|
|
34692
34696
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34699,7 +34703,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34699
34703
|
) : (i.calledByError || []).find(
|
|
34700
34704
|
(A) => A === m.id
|
|
34701
34705
|
) ? (m.errorCalls || []).find(
|
|
34702
|
-
(k) =>
|
|
34706
|
+
(k) => Ae.includes(k.type)
|
|
34703
34707
|
) && t.push(
|
|
34704
34708
|
new T({
|
|
34705
34709
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34712,7 +34716,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34712
34716
|
) : (i.calledByEntry || []).find(
|
|
34713
34717
|
(A) => A === m.id
|
|
34714
34718
|
) && (m.calls || []).find(
|
|
34715
|
-
(k) =>
|
|
34719
|
+
(k) => Ae.includes(k.type)
|
|
34716
34720
|
) && t.push(
|
|
34717
34721
|
new T({
|
|
34718
34722
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34762,13 +34766,13 @@ To add a caller, use the 'add_caller' action with the properties: 'callerEntityI
|
|
|
34762
34766
|
Return statements need to have a caller when created, since their purpose is to terminate a call chain.` : i.type === r.ContinueStatement ? s += `
|
|
34763
34767
|
Continue statements need to have a caller when created, since they are used to skip the rest of the current iteration of a loop and can't be detached from a call chain.` : i.type === r.BreakStatement && (s += `
|
|
34764
34768
|
Break statements need to have a caller when created, since they are used to exit a loop and can't be detached from a call chain.`), s += `
|
|
34765
|
-
${$8}`,
|
|
34769
|
+
${$8}`, Ae.includes(i.type) || (s += `
|
|
34766
34770
|
It is recommended to have a caller reference already at the moment of creation in the payload of the generation action.`), t.push(
|
|
34767
34771
|
new T({
|
|
34768
34772
|
id: `${i.id}--${b.MissingCaller}`,
|
|
34769
34773
|
code: b.MissingCaller,
|
|
34770
34774
|
// If it is a termination statement, make it an error, otherwise a warning
|
|
34771
|
-
severity:
|
|
34775
|
+
severity: Ae.includes(i.type) ? h.Error : h.Warning,
|
|
34772
34776
|
message: s,
|
|
34773
34777
|
issue: null
|
|
34774
34778
|
})
|
|
@@ -34790,7 +34794,7 @@ function Rf(n, e) {
|
|
|
34790
34794
|
severity: h.Error,
|
|
34791
34795
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a value writting entity at 'readsValue' with id "${e.id}" that is a primitive value entity. Primitive value entities aren't value writting entities.
|
|
34792
34796
|
All value writting entity types are: ${_(
|
|
34793
|
-
|
|
34797
|
+
De,
|
|
34794
34798
|
", ",
|
|
34795
34799
|
" and "
|
|
34796
34800
|
)}.
|
|
@@ -34801,14 +34805,14 @@ This primitive-value entity belongs to an input map entity with id "${o.id}". In
|
|
|
34801
34805
|
);
|
|
34802
34806
|
else if (o.type === r.DataType) {
|
|
34803
34807
|
const u = o, y = u.parent;
|
|
34804
|
-
|
|
34808
|
+
De.includes(y.type) ? t.push(
|
|
34805
34809
|
new T({
|
|
34806
34810
|
id: `${n.id}--${e.id}--${p.InvalidReference}`,
|
|
34807
34811
|
code: p.InvalidReference,
|
|
34808
34812
|
severity: h.Error,
|
|
34809
34813
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a value writting entity at 'readsValue' with id "${e.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
34810
34814
|
All value writting entity types are: ${_(
|
|
34811
|
-
|
|
34815
|
+
De,
|
|
34812
34816
|
", ",
|
|
34813
34817
|
" and "
|
|
34814
34818
|
)}.
|
|
@@ -34825,7 +34829,7 @@ This primitive-value entity belongs to a data type entity with id "${u.id}", whi
|
|
|
34825
34829
|
severity: h.Error,
|
|
34826
34830
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a value writting entity at 'readsValue' with id "${e.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
34827
34831
|
All value writting entity types are: ${_(
|
|
34828
|
-
|
|
34832
|
+
De,
|
|
34829
34833
|
", ",
|
|
34830
34834
|
" and "
|
|
34831
34835
|
)}.`,
|
|
@@ -34834,14 +34838,14 @@ All value writting entity types are: ${_(
|
|
|
34834
34838
|
);
|
|
34835
34839
|
} else if (e.type === r.DataType) {
|
|
34836
34840
|
const o = e.parent;
|
|
34837
|
-
|
|
34841
|
+
De.includes(o.type) ? t.push(
|
|
34838
34842
|
new T({
|
|
34839
34843
|
id: `${n.id}--${e.id}--${p.InvalidReference}`,
|
|
34840
34844
|
code: p.InvalidReference,
|
|
34841
34845
|
severity: h.Error,
|
|
34842
34846
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a value writting entity at 'readsValue' with id "${e.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
34843
34847
|
All value writting entity types are: ${_(
|
|
34844
|
-
|
|
34848
|
+
De,
|
|
34845
34849
|
", ",
|
|
34846
34850
|
" and "
|
|
34847
34851
|
)}.
|
|
@@ -34856,7 +34860,7 @@ This data type entity belongs to a ${o.type} entity with id "${o.id}". ${o.type}
|
|
|
34856
34860
|
severity: h.Error,
|
|
34857
34861
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a value writting entity at 'readsValue' with id "${e.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
34858
34862
|
All value writting entity types are: ${_(
|
|
34859
|
-
|
|
34863
|
+
De,
|
|
34860
34864
|
", ",
|
|
34861
34865
|
" and "
|
|
34862
34866
|
)}.`,
|
|
@@ -34864,14 +34868,14 @@ All value writting entity types are: ${_(
|
|
|
34864
34868
|
})
|
|
34865
34869
|
);
|
|
34866
34870
|
} else
|
|
34867
|
-
|
|
34871
|
+
De.includes(e.type) || t.push(
|
|
34868
34872
|
new T({
|
|
34869
34873
|
id: `${n.id}--${e.id}--${p.InvalidReference}`,
|
|
34870
34874
|
code: p.InvalidReference,
|
|
34871
34875
|
severity: h.Error,
|
|
34872
34876
|
message: `Entity of type "${n.type}" with id "${n.id}", has a reference to a value writting entity at 'readsValue' with id "${e.id}" that isn't a value writting entity.
|
|
34873
34877
|
All value writting entity types are: ${_(
|
|
34874
|
-
|
|
34878
|
+
De,
|
|
34875
34879
|
", ",
|
|
34876
34880
|
" and "
|
|
34877
34881
|
)}.`,
|
|
@@ -34922,11 +34926,11 @@ function Ve(n, e, t, i = !1) {
|
|
|
34922
34926
|
const a = [], s = { ...e };
|
|
34923
34927
|
let o = JSON.parse(JSON.stringify(n));
|
|
34924
34928
|
if (!i) {
|
|
34925
|
-
if (
|
|
34929
|
+
if (On.includes(o.type)) {
|
|
34926
34930
|
if (o.readsValue) {
|
|
34927
34931
|
const y = mf(
|
|
34928
34932
|
o,
|
|
34929
|
-
{ key: "readsValue", types:
|
|
34933
|
+
{ key: "readsValue", types: De },
|
|
34930
34934
|
t
|
|
34931
34935
|
);
|
|
34932
34936
|
if (y.errors.length === 0) {
|
|
@@ -34940,13 +34944,13 @@ function Ve(n, e, t, i = !1) {
|
|
|
34940
34944
|
delete s.readsValue;
|
|
34941
34945
|
}
|
|
34942
34946
|
} else
|
|
34943
|
-
o.readsValue && (
|
|
34947
|
+
o.readsValue && (De.includes(o.type) ? a.push(
|
|
34944
34948
|
new T({
|
|
34945
34949
|
id: `${o.id}--${p.InvalidReference}`,
|
|
34946
34950
|
code: p.InvalidReference,
|
|
34947
34951
|
severity: h.Error,
|
|
34948
34952
|
message: `Entity of type "${o.type}" with id "${o.id}" has a 'readsValue' property that is only valid for entities of type: ${_(
|
|
34949
|
-
|
|
34953
|
+
On,
|
|
34950
34954
|
", ",
|
|
34951
34955
|
" and "
|
|
34952
34956
|
)}.
|
|
@@ -34959,7 +34963,7 @@ ${Ks}`,
|
|
|
34959
34963
|
code: p.InvalidReference,
|
|
34960
34964
|
severity: h.Error,
|
|
34961
34965
|
message: `Entity of type "${o.type}" with id "${o.id}" has a 'readsValue' property that is only valid for entities of type: ${_(
|
|
34962
|
-
|
|
34966
|
+
On,
|
|
34963
34967
|
", ",
|
|
34964
34968
|
" and "
|
|
34965
34969
|
)}.
|
|
@@ -34972,7 +34976,7 @@ ${Ef}`,
|
|
|
34972
34976
|
code: p.InvalidReference,
|
|
34973
34977
|
severity: h.Error,
|
|
34974
34978
|
message: `Entity of type "${o.type}" with id "${o.id}" has a 'readsValue' property that is only valid for entities of type: ${_(
|
|
34975
|
-
|
|
34979
|
+
On,
|
|
34976
34980
|
", ",
|
|
34977
34981
|
" and "
|
|
34978
34982
|
)}.
|
|
@@ -34980,7 +34984,7 @@ ${Tf}`,
|
|
|
34980
34984
|
issue: null
|
|
34981
34985
|
})
|
|
34982
34986
|
), delete s.readsValue);
|
|
34983
|
-
o.writesValues && (
|
|
34987
|
+
o.writesValues && (De.includes(o.type) ? a.push(
|
|
34984
34988
|
new T({
|
|
34985
34989
|
id: `${o.id}--${p.InvalidReference}`,
|
|
34986
34990
|
code: p.InvalidReference,
|
|
@@ -35082,7 +35086,7 @@ function Z6(n, e, t = "calledBy") {
|
|
|
35082
35086
|
), i;
|
|
35083
35087
|
if ([...xe, ...$e].includes(a.type))
|
|
35084
35088
|
return [];
|
|
35085
|
-
if (
|
|
35089
|
+
if (Ae.includes(a.type)) {
|
|
35086
35090
|
const s = a.calledBy || [], o = s.length ? `
|
|
35087
35091
|
|
|
35088
35092
|
This ${a.type} is called by ${_(
|
|
@@ -35100,7 +35104,7 @@ This ${a.type} is called by ${_(
|
|
|
35100
35104
|
message: `Entity with id '${a.id}' referenced in '${t}' property is of type '${a.type}'.
|
|
35101
35105
|
${a.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
35102
35106
|
Termination entities are ${_(
|
|
35103
|
-
|
|
35107
|
+
Ae,
|
|
35104
35108
|
", ",
|
|
35105
35109
|
" and "
|
|
35106
35110
|
)}.${o}`,
|
|
@@ -35141,7 +35145,7 @@ function X6(n, e, t = "calledByError") {
|
|
|
35141
35145
|
), i;
|
|
35142
35146
|
if (xe.includes(a.type))
|
|
35143
35147
|
return [];
|
|
35144
|
-
if (
|
|
35148
|
+
if (Ae.includes(a.type)) {
|
|
35145
35149
|
const s = a.calledBy || [], o = s.length ? `
|
|
35146
35150
|
|
|
35147
35151
|
This ${a.type} is called by ${_(
|
|
@@ -35159,7 +35163,7 @@ This ${a.type} is called by ${_(
|
|
|
35159
35163
|
message: `Entity with id '${a.id}' referenced in '${t}' property is of type '${a.type}'.
|
|
35160
35164
|
${a.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
35161
35165
|
Termination entities are ${_(
|
|
35162
|
-
|
|
35166
|
+
Ae,
|
|
35163
35167
|
", ",
|
|
35164
35168
|
" and "
|
|
35165
35169
|
)}.${o}`,
|
|
@@ -35183,7 +35187,7 @@ ${fs}`,
|
|
|
35183
35187
|
severity: h.Error,
|
|
35184
35188
|
message: `Entity with id '${a.id}' referenced in '${t}' property is of type '${a.type}' which is not a valid caller entity type.
|
|
35185
35189
|
For any error branch caller, for the 'calledByError' property of an entity, you specifically need to reference a pass-through callable entity.
|
|
35186
|
-
${
|
|
35190
|
+
${_n}`,
|
|
35187
35191
|
issue: null
|
|
35188
35192
|
})
|
|
35189
35193
|
);
|
|
@@ -35214,7 +35218,7 @@ function Q6(n, e) {
|
|
|
35214
35218
|
severity: h.Error,
|
|
35215
35219
|
message: `The 'readsValue' property references an entity with id "${i.id}" that is a primitive value entity. Primitive value entities aren't value writting entities.
|
|
35216
35220
|
All value writting entity types are: ${_(
|
|
35217
|
-
|
|
35221
|
+
De,
|
|
35218
35222
|
", ",
|
|
35219
35223
|
" and "
|
|
35220
35224
|
)}.
|
|
@@ -35225,14 +35229,14 @@ This primitive-value entity belongs to an input map entity with id "${s.id}". In
|
|
|
35225
35229
|
);
|
|
35226
35230
|
else if (s.type === r.DataType) {
|
|
35227
35231
|
const d = s, u = d.parent;
|
|
35228
|
-
|
|
35232
|
+
De.includes(u.type) ? t.push(
|
|
35229
35233
|
new T({
|
|
35230
35234
|
id: `last-action--${i.id}--${p.InvalidReference}`,
|
|
35231
35235
|
code: p.InvalidReference,
|
|
35232
35236
|
severity: h.Error,
|
|
35233
35237
|
message: `The 'readsValue' property references an entity with id "${i.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
35234
35238
|
All value writting entity types are: ${_(
|
|
35235
|
-
|
|
35239
|
+
De,
|
|
35236
35240
|
", ",
|
|
35237
35241
|
" and "
|
|
35238
35242
|
)}.
|
|
@@ -35249,7 +35253,7 @@ This primitive-value entity belongs to a data type entity with id "${d.id}", whi
|
|
|
35249
35253
|
severity: h.Error,
|
|
35250
35254
|
message: `The 'readsValue' property references an entity with id "${i.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
35251
35255
|
All value writting entity types are: ${_(
|
|
35252
|
-
|
|
35256
|
+
De,
|
|
35253
35257
|
", ",
|
|
35254
35258
|
" and "
|
|
35255
35259
|
)}.`,
|
|
@@ -35258,14 +35262,14 @@ All value writting entity types are: ${_(
|
|
|
35258
35262
|
);
|
|
35259
35263
|
} else if (i.type === r.DataType) {
|
|
35260
35264
|
const s = i.parent;
|
|
35261
|
-
|
|
35265
|
+
De.includes(s.type) ? t.push(
|
|
35262
35266
|
new T({
|
|
35263
35267
|
id: `last-action--${i.id}--${p.InvalidReference}`,
|
|
35264
35268
|
code: p.InvalidReference,
|
|
35265
35269
|
severity: h.Error,
|
|
35266
35270
|
message: `The 'readsValue' property references an entity with id "${i.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
35267
35271
|
All value writting entity types are: ${_(
|
|
35268
|
-
|
|
35272
|
+
De,
|
|
35269
35273
|
", ",
|
|
35270
35274
|
" and "
|
|
35271
35275
|
)}.
|
|
@@ -35280,7 +35284,7 @@ This data type entity belongs to a ${s.type} entity with id "${s.id}". ${s.type}
|
|
|
35280
35284
|
severity: h.Error,
|
|
35281
35285
|
message: `The 'readsValue' property references an entity with id "${i.id}" that is a primitive value entity. Primitive value entities can't be referenced as value writting entities.
|
|
35282
35286
|
All value writting entity types are: ${_(
|
|
35283
|
-
|
|
35287
|
+
De,
|
|
35284
35288
|
", ",
|
|
35285
35289
|
" and "
|
|
35286
35290
|
)}.`,
|
|
@@ -35288,14 +35292,14 @@ All value writting entity types are: ${_(
|
|
|
35288
35292
|
})
|
|
35289
35293
|
);
|
|
35290
35294
|
} else
|
|
35291
|
-
|
|
35295
|
+
De.includes(i.type) || t.push(
|
|
35292
35296
|
new T({
|
|
35293
35297
|
id: `last-action--${i.id}--${p.InvalidReference}`,
|
|
35294
35298
|
code: p.InvalidReference,
|
|
35295
35299
|
severity: h.Error,
|
|
35296
35300
|
message: `The 'readsValue' property references an entity with id "${i.id}" that isn't a value writting entity.
|
|
35297
35301
|
All value writting entity types are: ${_(
|
|
35298
|
-
|
|
35302
|
+
De,
|
|
35299
35303
|
", ",
|
|
35300
35304
|
" and "
|
|
35301
35305
|
)}.`,
|
|
@@ -35370,7 +35374,7 @@ ${a}`,
|
|
|
35370
35374
|
})
|
|
35371
35375
|
);
|
|
35372
35376
|
else if (i.parent.type === r.CustomEntity) {
|
|
35373
|
-
const o =
|
|
35377
|
+
const o = Xn(
|
|
35374
35378
|
i.parent
|
|
35375
35379
|
).filter(
|
|
35376
35380
|
(u) => !u.interactive
|
|
@@ -35382,7 +35386,7 @@ Furthermore, the specific 'custom-entity' extends or implements non-interactive
|
|
|
35382
35386
|
"', '",
|
|
35383
35387
|
"' and '"
|
|
35384
35388
|
)}'` : `entity with id '${o[0].id}'`}.
|
|
35385
|
-
${
|
|
35389
|
+
${Nn}`), t.push(
|
|
35386
35390
|
new T({
|
|
35387
35391
|
id: `last-action--${p.InvalidFunctionDeclarationForFunctionCall}`,
|
|
35388
35392
|
code: p.InvalidFunctionDeclarationForFunctionCall,
|
|
@@ -36554,7 +36558,7 @@ function oc(n, e) {
|
|
|
36554
36558
|
};
|
|
36555
36559
|
}
|
|
36556
36560
|
function z8(n, e, t = /* @__PURE__ */ new Set()) {
|
|
36557
|
-
const i =
|
|
36561
|
+
const i = xn(n), a = xn(e), s = i.filter((u) => !a.includes(u)), o = i.filter((u) => a.includes(u)), d = s.reduce((u, y) => t.has(y.id) ? u : (t.add(y.id), S([
|
|
36558
36562
|
...u,
|
|
36559
36563
|
...z8(y, e, t)
|
|
36560
36564
|
])), []);
|
|
@@ -36573,7 +36577,7 @@ function n3(n, e) {
|
|
|
36573
36577
|
function r3(n) {
|
|
36574
36578
|
if ($e.includes(n.type))
|
|
36575
36579
|
return n;
|
|
36576
|
-
if ([
|
|
36580
|
+
if ([...$n, r.VariableDeclaration].includes(n.type)) {
|
|
36577
36581
|
const e = n.parent;
|
|
36578
36582
|
return $e.includes(e.type) ? e : null;
|
|
36579
36583
|
}
|
|
@@ -36622,11 +36626,11 @@ function i3(n) {
|
|
|
36622
36626
|
] : n.type === r.ReturnStatement ? n.outputs : Pi.includes(n.type) || n.type === r.FunctionDeclaration ? n.inputs : [];
|
|
36623
36627
|
}
|
|
36624
36628
|
function a3(n) {
|
|
36625
|
-
const e =
|
|
36629
|
+
const e = xn(n), t = [], i = [];
|
|
36626
36630
|
xf.includes(n.type) && t.push(...vf(n));
|
|
36627
36631
|
const a = e.filter((s) => {
|
|
36628
36632
|
const o = t.includes(s);
|
|
36629
|
-
return o ? !1 :
|
|
36633
|
+
return o ? !1 : $n.includes(s.type) && !o ? (i.push(s), !1) : !0;
|
|
36630
36634
|
});
|
|
36631
36635
|
return t.sort((s, o) => Ra(o, s) ? -1 : 0), i.sort((s, o) => Ra(o, s) ? -1 : 0), [...t, ...i, ...a];
|
|
36632
36636
|
}
|
|
@@ -36823,7 +36827,7 @@ function z(n, e = /* @__PURE__ */ new Set()) {
|
|
|
36823
36827
|
return [];
|
|
36824
36828
|
}
|
|
36825
36829
|
function bt(n, e = /* @__PURE__ */ new Set()) {
|
|
36826
|
-
return e.has(n.id) ? [] : (e.add(n.id), [...
|
|
36830
|
+
return e.has(n.id) ? [] : (e.add(n.id), [...xn(n).reduce((a, s) => [
|
|
36827
36831
|
...a,
|
|
36828
36832
|
s,
|
|
36829
36833
|
...bt(s, e)
|
|
@@ -36904,7 +36908,7 @@ function d3(n) {
|
|
|
36904
36908
|
}
|
|
36905
36909
|
function Zr(n) {
|
|
36906
36910
|
const e = [];
|
|
36907
|
-
if (
|
|
36911
|
+
if ($n.includes(n.type)) {
|
|
36908
36912
|
n.calledBy.forEach((a) => {
|
|
36909
36913
|
const s = He(a);
|
|
36910
36914
|
s && e.push(s);
|
|
@@ -36942,7 +36946,7 @@ function Pf(n) {
|
|
|
36942
36946
|
var e;
|
|
36943
36947
|
return n.type === r.FunctionCall ? ((e = n.declaration.returnStatements[0]) == null ? void 0 : e.outputs) || [] : [r.Operation, r.Condition, r.Loop].includes(
|
|
36944
36948
|
n.type
|
|
36945
|
-
) ? n.declaration.fixedReturns : n.type === r.Search ? n.outputsDeclarations :
|
|
36949
|
+
) ? n.declaration.fixedReturns : n.type === r.Search ? n.outputsDeclarations : Ae.includes(n.type) ? n.outputs : [];
|
|
36946
36950
|
}
|
|
36947
36951
|
function p3(n, e) {
|
|
36948
36952
|
return e.type === r.Condition ? null : e.type === r.FunctionCall || e.type === r.Operation ? e.outputs.find((t) => t.declaration.id === n.id) : null;
|
|
@@ -36990,7 +36994,7 @@ function S(n) {
|
|
|
36990
36994
|
const e = /* @__PURE__ */ new Set();
|
|
36991
36995
|
return n.filter((t) => e.has(t.id) ? !1 : (e.add(t.id), !0));
|
|
36992
36996
|
}
|
|
36993
|
-
function
|
|
36997
|
+
function xn(n, e = !1) {
|
|
36994
36998
|
const t = [];
|
|
36995
36999
|
if (n.type === r.Project && t.push(
|
|
36996
37000
|
...(n == null ? void 0 : n.entities) || [],
|
|
@@ -37010,7 +37014,7 @@ function Nn(n, e = !1) {
|
|
|
37010
37014
|
const i = [
|
|
37011
37015
|
...n.suggestedMethods,
|
|
37012
37016
|
...n.methods
|
|
37013
|
-
].flatMap((a) => a.collapsed && e ? [] :
|
|
37017
|
+
].flatMap((a) => a.collapsed && e ? [] : xn(a));
|
|
37014
37018
|
t.push(...i);
|
|
37015
37019
|
}
|
|
37016
37020
|
if (n.type === r.Condition) {
|
|
@@ -37055,7 +37059,7 @@ function Nn(n, e = !1) {
|
|
|
37055
37059
|
if (n.type === r.Loop) {
|
|
37056
37060
|
const i = n.outputs.map((o) => Qr(o)).flat();
|
|
37057
37061
|
if (n.body) {
|
|
37058
|
-
const o =
|
|
37062
|
+
const o = xn(
|
|
37059
37063
|
n.body,
|
|
37060
37064
|
e
|
|
37061
37065
|
);
|
|
@@ -37088,7 +37092,7 @@ function Nn(n, e = !1) {
|
|
|
37088
37092
|
);
|
|
37089
37093
|
}
|
|
37090
37094
|
function c9(n, e = !1) {
|
|
37091
|
-
const t =
|
|
37095
|
+
const t = xn(
|
|
37092
37096
|
n,
|
|
37093
37097
|
e
|
|
37094
37098
|
), i = [
|
|
@@ -37184,18 +37188,18 @@ function y9(n) {
|
|
|
37184
37188
|
);
|
|
37185
37189
|
return e && e.type === r.CustomEntity ? e : null;
|
|
37186
37190
|
}
|
|
37187
|
-
function
|
|
37191
|
+
function Xn(n) {
|
|
37188
37192
|
const e = [...n.implements, ...n.extends].reduce(
|
|
37189
37193
|
(t, i) => i.type === r.BuiltInBaseEntity ? [...t, i] : i.type === r.CustomEntity ? [
|
|
37190
37194
|
...t,
|
|
37191
|
-
...
|
|
37195
|
+
...Xn(i)
|
|
37192
37196
|
] : t,
|
|
37193
37197
|
[]
|
|
37194
37198
|
);
|
|
37195
37199
|
return S(e);
|
|
37196
37200
|
}
|
|
37197
37201
|
function h9(n) {
|
|
37198
|
-
return n.type === r.PrimitiveEntity ? !0 : n.type === r.BuiltInBaseEntity ? n.interactive : !
|
|
37202
|
+
return n.type === r.PrimitiveEntity ? !0 : n.type === r.BuiltInBaseEntity ? n.interactive : !Xn(n).find(
|
|
37199
37203
|
(i) => !i.interactive
|
|
37200
37204
|
);
|
|
37201
37205
|
}
|
|
@@ -37505,7 +37509,7 @@ function wf(n) {
|
|
|
37505
37509
|
...o.successCalls || [],
|
|
37506
37510
|
...o.errorCalls || []
|
|
37507
37511
|
].forEach((y) => {
|
|
37508
|
-
|
|
37512
|
+
Ae.includes(y.type) && i(o, y);
|
|
37509
37513
|
}), o === a)
|
|
37510
37514
|
return;
|
|
37511
37515
|
let u;
|
|
@@ -37519,7 +37523,7 @@ function wf(n) {
|
|
|
37519
37523
|
}
|
|
37520
37524
|
if (u) {
|
|
37521
37525
|
const y = wf(u);
|
|
37522
|
-
y.reachable || (
|
|
37526
|
+
y.reachable || (Ae.includes(n.type) ? y.blocks.forEach((f) => {
|
|
37523
37527
|
i(o, f.blockedByCalling);
|
|
37524
37528
|
}) : Me(
|
|
37525
37529
|
n
|
|
@@ -39928,15 +39932,15 @@ function O9(n) {
|
|
|
39928
39932
|
}
|
|
39929
39933
|
class C9 extends Ft {
|
|
39930
39934
|
constructor(t) {
|
|
39931
|
-
super(
|
|
39935
|
+
super(Oe, t);
|
|
39932
39936
|
l(this, "initialData");
|
|
39933
39937
|
l(this, "id", M.PERSISTED_ENTITY);
|
|
39934
39938
|
l(this, "version", 1);
|
|
39935
39939
|
l(this, "name", M.PERSISTED_ENTITY);
|
|
39936
|
-
l(this, "description",
|
|
39940
|
+
l(this, "description", Oe.description);
|
|
39937
39941
|
l(this, "type", r.BuiltInBaseEntity);
|
|
39938
|
-
l(this, "abstract",
|
|
39939
|
-
l(this, "static",
|
|
39942
|
+
l(this, "abstract", Oe.abstract);
|
|
39943
|
+
l(this, "static", Oe.static);
|
|
39940
39944
|
// Nested entities
|
|
39941
39945
|
l(this, "properties", []);
|
|
39942
39946
|
l(this, "methods", []);
|
|
@@ -39945,7 +39949,7 @@ class C9 extends Ft {
|
|
|
39945
39949
|
l(this, "errors", []);
|
|
39946
39950
|
// Parent project full state
|
|
39947
39951
|
l(this, "project");
|
|
39948
|
-
this.initialData =
|
|
39952
|
+
this.initialData = Oe, this.project = t, this.id = Oe.id, this.version = Oe.version, this.name = Oe.name, this.static = Oe.static, this.abstract = Oe.abstract, this.properties = this.initialData.properties.map((i) => {
|
|
39949
39953
|
const a = E(
|
|
39950
39954
|
i,
|
|
39951
39955
|
this.project
|
|
@@ -39970,7 +39974,7 @@ function w9(n) {
|
|
|
39970
39974
|
const e = [
|
|
39971
39975
|
new C9(n),
|
|
39972
39976
|
new Ft(fo, n),
|
|
39973
|
-
new Ft(
|
|
39977
|
+
new Ft(Gn, n),
|
|
39974
39978
|
new Ft(Rd, n),
|
|
39975
39979
|
new Ft(ho, n)
|
|
39976
39980
|
];
|
|
@@ -39984,7 +39988,7 @@ function B9(n) {
|
|
|
39984
39988
|
new Mt(Sr, n),
|
|
39985
39989
|
new Mt(we, n),
|
|
39986
39990
|
new Mt(st, n),
|
|
39987
|
-
new Mt(
|
|
39991
|
+
new Mt(Vn, n),
|
|
39988
39992
|
new Mt(Si, n),
|
|
39989
39993
|
new Mt(ro, n),
|
|
39990
39994
|
new Mt(Wc, n)
|
|
@@ -40098,7 +40102,7 @@ export {
|
|
|
40098
40102
|
Ii as BreakStatementState,
|
|
40099
40103
|
Ft as BuiltInBaseEntityState,
|
|
40100
40104
|
H6 as CALLABLE_ENTITIES_EXPLANATION,
|
|
40101
|
-
|
|
40105
|
+
$n as CALLABLE_TYPES,
|
|
40102
40106
|
$8 as CALLER_ENTITIES_EXPLANATION,
|
|
40103
40107
|
pn as CALLER_TYPES,
|
|
40104
40108
|
An as CALLS_UPDATE_EXPLANATION,
|
|
@@ -40108,7 +40112,7 @@ export {
|
|
|
40108
40112
|
x6 as CallableEntityClass,
|
|
40109
40113
|
hf as CallerEntityClass,
|
|
40110
40114
|
N6 as ChildEntityState,
|
|
40111
|
-
|
|
40115
|
+
Se as ComparisonOperatorTypes,
|
|
40112
40116
|
mr as ConditionState,
|
|
40113
40117
|
dt as ContinueStatementState,
|
|
40114
40118
|
KT as CreateNewInputIds,
|
|
@@ -40163,7 +40167,7 @@ export {
|
|
|
40163
40167
|
U as ListOperations,
|
|
40164
40168
|
fr as LoopState,
|
|
40165
40169
|
Fe as LoopTypes,
|
|
40166
|
-
|
|
40170
|
+
Nn as NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION,
|
|
40167
40171
|
tm as NUMBER_OPERATIONS,
|
|
40168
40172
|
jf as NumberAdditionOperationInputIds,
|
|
40169
40173
|
kf as NumberAdditionOperationOutputIds,
|
|
@@ -40173,7 +40177,7 @@ export {
|
|
|
40173
40177
|
_f as OutputMapParentChildRelation,
|
|
40174
40178
|
Rn as OutputMapState,
|
|
40175
40179
|
_s as PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION,
|
|
40176
|
-
|
|
40180
|
+
_n as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
|
|
40177
40181
|
xe as PASS_THROUGH_CALLABLE_TYPES,
|
|
40178
40182
|
Ef as PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION,
|
|
40179
40183
|
D9 as ParallelExecutionOperation,
|
|
@@ -40203,13 +40207,13 @@ export {
|
|
|
40203
40207
|
_m as SplitListOperationOutputIds,
|
|
40204
40208
|
$t as StandaloneOperatorTypes,
|
|
40205
40209
|
ge as StringOperations,
|
|
40206
|
-
|
|
40210
|
+
Ae as TERMINATION_TYPES,
|
|
40207
40211
|
k9 as USER_MANAGED_ENTITY_TYPES,
|
|
40208
40212
|
B6 as UserManagedEntityStateFunctionality,
|
|
40209
40213
|
Tf as VALUE_READING_ENTITIES_EXPLANATION,
|
|
40210
|
-
|
|
40214
|
+
On as VALUE_READING_TYPES,
|
|
40211
40215
|
V8 as VALUE_WRITING_ENTITIES_EXPLANATION,
|
|
40212
|
-
|
|
40216
|
+
De as VALUE_WRITING_TYPES,
|
|
40213
40217
|
Fc as VARIABLE_DATA_TYPE_INFERRANCE_EXPLANATION,
|
|
40214
40218
|
Ge as VARIABLE_TYPES,
|
|
40215
40219
|
cE as ValidationInputIds,
|
|
@@ -40353,7 +40357,7 @@ export {
|
|
|
40353
40357
|
Lf as enumOptionsPropertyDataType,
|
|
40354
40358
|
Vf as enumOptionsPropertyDataTypeRef,
|
|
40355
40359
|
Gf as enumOptionsPropertyRef,
|
|
40356
|
-
|
|
40360
|
+
Vn as enumPrototype,
|
|
40357
40361
|
Ff as enumPrototypeRef,
|
|
40358
40362
|
vd as executionBuiltInEntity,
|
|
40359
40363
|
bd as executionBuiltInEntityAbortMethod,
|
|
@@ -40402,7 +40406,7 @@ export {
|
|
|
40402
40406
|
xs as getAllActionDescriptorsForLoops,
|
|
40403
40407
|
K6 as getAllActionDescriptorsForOperations,
|
|
40404
40408
|
j8 as getAllGloballyDeclaredFunctionDeclarationsExplanation,
|
|
40405
|
-
|
|
40409
|
+
Xn as getBaseBuiltInEntities,
|
|
40406
40410
|
N8 as getBaseSchemaBasedOnType,
|
|
40407
40411
|
Xr as getBuiltInEntityOwner,
|
|
40408
40412
|
je as getCallableEntityReferenceSchema,
|
|
@@ -40441,7 +40445,7 @@ export {
|
|
|
40441
40445
|
g4 as getEntityWithValueReferenceSchema,
|
|
40442
40446
|
s6 as getEntityWithValueTypeSchema,
|
|
40443
40447
|
Le as getEntryPointEntityReferenceSchema,
|
|
40444
|
-
|
|
40448
|
+
Wn as getEntryPointEntityTypeSchema,
|
|
40445
40449
|
Ml as getEventEntityReferenceSchema,
|
|
40446
40450
|
Bl as getEventEntityTypeSchema,
|
|
40447
40451
|
p6 as getExecutableEntityReferenceSchema,
|
|
@@ -40479,7 +40483,7 @@ export {
|
|
|
40479
40483
|
Ms as getReferencedEntitiesStateOrErrors,
|
|
40480
40484
|
mf as getReferencedEntityStateOrErrors,
|
|
40481
40485
|
Zr as getRelatedCanvasElementsOnTheLeft,
|
|
40482
|
-
|
|
40486
|
+
xn as getRelatedCanvasElementsOnTheRight,
|
|
40483
40487
|
Cf as getRootEntryPointScopeOwner,
|
|
40484
40488
|
pt as getScopeOwner,
|
|
40485
40489
|
v6 as getTerminationReferenceSchema,
|
|
@@ -40492,7 +40496,7 @@ export {
|
|
|
40492
40496
|
ds as getValueWritingEntityTypeSchema,
|
|
40493
40497
|
X8 as getVariableFromInputMapping,
|
|
40494
40498
|
e9 as getVariableFromReturnVariablePointer,
|
|
40495
|
-
|
|
40499
|
+
Jn as getVariableReferenceSchema,
|
|
40496
40500
|
Hr as getVariableTypeSchema,
|
|
40497
40501
|
eo as getVariablesFromArgumentDeclarations,
|
|
40498
40502
|
Q8 as getVariablesFromInputMaps,
|
|
@@ -40636,7 +40640,7 @@ export {
|
|
|
40636
40640
|
DT as parallelExecutionOperationListOfFunctionsBlueprint,
|
|
40637
40641
|
wT as parallelExecutionOperationRef,
|
|
40638
40642
|
BT as parallelExecutionOperationRefThree,
|
|
40639
|
-
|
|
40643
|
+
Oe as persistedBuiltInBaseEntity,
|
|
40640
40644
|
Hb as persistedBuiltInBaseEntityCreatedAtProperty,
|
|
40641
40645
|
Jb as persistedBuiltInBaseEntityCreatedAtPropertyDataType,
|
|
40642
40646
|
X9 as persistedBuiltInBaseEntityCreatedAtPropertyDataTypeRef,
|
|
@@ -40665,7 +40669,7 @@ export {
|
|
|
40665
40669
|
yv as processOutputGlobalValueDescriptorReturnRef,
|
|
40666
40670
|
bo as projectPublicationCompletedGlobalEvent,
|
|
40667
40671
|
ug as propertyToZodSchema,
|
|
40668
|
-
|
|
40672
|
+
Gn as relationalDatabaseBuiltInBaseEntity,
|
|
40669
40673
|
Ob as relationalDatabaseBuiltInBaseEntityDefaultProperty,
|
|
40670
40674
|
Db as relationalDatabaseBuiltInBaseEntityDefaultPropertyDataTypeRef,
|
|
40671
40675
|
Sb as relationalDatabaseBuiltInBaseEntityDefaultPropertyRef,
|