@elyx-code/project-logic-tree 0.0.57 → 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 +333 -317
- package/dist/index.umd.cjs +41 -41
- package/dist/tree/state/base.d.ts +1 -0
- package/dist/tree/state/input-map/input-map.d.ts +1 -0
- package/dist/tree/state/return-declaration/return-declaration.d.ts +1 -0
- package/dist/tree/state/variable-declaration/variable-declaration.d.ts +1 -0
- package/dist/tree/state/variable-instance/variable-instance.d.ts +1 -0
- 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
|
);
|
|
@@ -25884,6 +25888,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25884
25888
|
setValueWriter(e) {
|
|
25885
25889
|
return this.readsValue = e, this;
|
|
25886
25890
|
}
|
|
25891
|
+
removeValueWriter() {
|
|
25892
|
+
return this.readsValue = null, this;
|
|
25893
|
+
}
|
|
25887
25894
|
subscribe() {
|
|
25888
25895
|
return this.project.subscribeInstance(this), this;
|
|
25889
25896
|
}
|
|
@@ -26648,6 +26655,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
26648
26655
|
setValueWriter(e) {
|
|
26649
26656
|
return this.readsValue = e, this;
|
|
26650
26657
|
}
|
|
26658
|
+
removeValueWriter() {
|
|
26659
|
+
return this.readsValue = null, this;
|
|
26660
|
+
}
|
|
26651
26661
|
removeValueReader(e) {
|
|
26652
26662
|
return this.writesValues = this.writesValues.filter(
|
|
26653
26663
|
(t) => t.id !== e.id
|
|
@@ -27295,6 +27305,9 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
27295
27305
|
setValueWriter(e) {
|
|
27296
27306
|
return this.readsValue = e, this;
|
|
27297
27307
|
}
|
|
27308
|
+
removeValueWriter() {
|
|
27309
|
+
return this.readsValue = null, this;
|
|
27310
|
+
}
|
|
27298
27311
|
subscribe() {
|
|
27299
27312
|
return this.project.subscribeInstance(this), this;
|
|
27300
27313
|
}
|
|
@@ -28614,9 +28627,9 @@ You can attach methods to it by creating 'function-declaration' entities which h
|
|
|
28614
28627
|
This variable's data-type 'entity' is a ${y.type} which doesn't have any methods attached to it yet.
|
|
28615
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 = `
|
|
28616
28629
|
This variable's data-type 'entity' is a custom entity which extends or implements a non-interactive 'built-in-base-entity'.
|
|
28617
|
-
${
|
|
28630
|
+
${Nn}` : y.type === r.BuiltInBaseEntity && (m = `
|
|
28618
28631
|
This variable's data-type 'entity' is a non-interactive 'built-in-base-entity'.
|
|
28619
|
-
${
|
|
28632
|
+
${Nn}`);
|
|
28620
28633
|
const R = i.declaration, g = t.get(
|
|
28621
28634
|
R
|
|
28622
28635
|
);
|
|
@@ -29361,9 +29374,7 @@ This means it can hold a function-call or operation as its value, to be executed
|
|
|
29361
29374
|
Input maps can only be added to variables which hold an entity with properties.`,
|
|
29362
29375
|
issue: null
|
|
29363
29376
|
})
|
|
29364
|
-
) : g && !(R != null && R.inferred) && (g.properties.find(
|
|
29365
|
-
($) => $.id === d.id
|
|
29366
|
-
) || a.push(
|
|
29377
|
+
) : g && !(R != null && R.inferred) && (g.properties.find(($) => $.id === d.id) || a.push(
|
|
29367
29378
|
new T({
|
|
29368
29379
|
id: `${i.id}--${b.NoOverlapWithImplementedSignature}`,
|
|
29369
29380
|
code: b.NoOverlapWithImplementedSignature,
|
|
@@ -29464,6 +29475,9 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
29464
29475
|
setValueWriter(e) {
|
|
29465
29476
|
return this.readsValue = e, this;
|
|
29466
29477
|
}
|
|
29478
|
+
removeValueWriter() {
|
|
29479
|
+
return this.readsValue = null, this;
|
|
29480
|
+
}
|
|
29467
29481
|
subscribe() {
|
|
29468
29482
|
return this.project.subscribeInstance(this), this;
|
|
29469
29483
|
}
|
|
@@ -29528,7 +29542,9 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
29528
29542
|
toFlatIds(e = /* @__PURE__ */ new Set()) {
|
|
29529
29543
|
return e.has(this.id) ? [] : (e.add(this.id), [
|
|
29530
29544
|
this.id,
|
|
29531
|
-
...this.dynamicArguments.flatMap(
|
|
29545
|
+
...this.dynamicArguments.flatMap(
|
|
29546
|
+
(i) => i.toFlatIds(e)
|
|
29547
|
+
),
|
|
29532
29548
|
...this.defaultValue ? this.defaultValue.toFlatIds(e) : []
|
|
29533
29549
|
]);
|
|
29534
29550
|
}
|
|
@@ -32251,7 +32267,7 @@ const ce = class ce {
|
|
|
32251
32267
|
i = s.modifiedData;
|
|
32252
32268
|
const o = i.parent ? t.get(i.parent) : null;
|
|
32253
32269
|
if (o && o.type === r.CustomEntity) {
|
|
32254
|
-
const d = o, y =
|
|
32270
|
+
const d = o, y = Xn(d).filter(
|
|
32255
32271
|
(f) => !f.interactive
|
|
32256
32272
|
);
|
|
32257
32273
|
if (y.length) {
|
|
@@ -32266,7 +32282,7 @@ const ce = class ce {
|
|
|
32266
32282
|
y[0].project
|
|
32267
32283
|
)}").`;
|
|
32268
32284
|
f += `
|
|
32269
|
-
${
|
|
32285
|
+
${Nn}`, a.push(
|
|
32270
32286
|
new T({
|
|
32271
32287
|
id: `${e.id}--${p.NonInteractiveEntityReferenced}`,
|
|
32272
32288
|
code: p.NonInteractiveEntityReferenced,
|
|
@@ -33661,7 +33677,7 @@ ${An}`,
|
|
|
33661
33677
|
code: p.InvalidInmutablePropertyOverride,
|
|
33662
33678
|
issue: null
|
|
33663
33679
|
})
|
|
33664
|
-
)),
|
|
33680
|
+
)), $n.includes(e.type) && (n.calledBy && t.push(
|
|
33665
33681
|
new T({
|
|
33666
33682
|
id: `${e.id}--${p.InvalidInmutablePropertyOverride}`,
|
|
33667
33683
|
message: `Entity of type "${e.type}" with id "${e.id}" cannot have the property "calledBy" updated.
|
|
@@ -34182,7 +34198,7 @@ function _(n, e, t) {
|
|
|
34182
34198
|
return `${n.join(e)}${t}${i}`;
|
|
34183
34199
|
}
|
|
34184
34200
|
}
|
|
34185
|
-
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.
|
|
34186
34202
|
All pass-through callable entities are: ${_(
|
|
34187
34203
|
xe,
|
|
34188
34204
|
", ",
|
|
@@ -34197,19 +34213,19 @@ All pass-through callable entities are: ${_(
|
|
|
34197
34213
|
" and "
|
|
34198
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.
|
|
34199
34215
|
All callable entity types are: ${_(
|
|
34200
|
-
|
|
34216
|
+
$n,
|
|
34201
34217
|
", ",
|
|
34202
34218
|
" and "
|
|
34203
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).
|
|
34204
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.
|
|
34205
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.
|
|
34206
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.
|
|
34207
|
-
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.`,
|
|
34208
|
-
|
|
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,
|
|
34209
34225
|
"', '",
|
|
34210
34226
|
"' and '"
|
|
34211
34227
|
)}'.`, V8 = `Entities that write values to other entities, can be connected with entities that read values from them. Value writing entity types are: '${_(
|
|
34212
|
-
|
|
34228
|
+
De,
|
|
34213
34229
|
"', '",
|
|
34214
34230
|
"' and '"
|
|
34215
34231
|
)}'.`, Ef = `A property entity, is neither a value reading, or a value writting entity, but they are often confused with one.
|
|
@@ -34296,7 +34312,7 @@ We have moved the reference to 'calledByEntry' for you.`,
|
|
|
34296
34312
|
), t.calledByEntry.push(e.id), t.calledBySuccess = t.calledBySuccess.filter(
|
|
34297
34313
|
(a) => a !== e.id
|
|
34298
34314
|
);
|
|
34299
|
-
else if (
|
|
34315
|
+
else if (Ae.includes(e.type)) {
|
|
34300
34316
|
const a = e.calledBy || [], s = a.length ? `
|
|
34301
34317
|
|
|
34302
34318
|
This ${e.type} is called by ${_(
|
|
@@ -34314,7 +34330,7 @@ This ${e.type} is called by ${_(
|
|
|
34314
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}".
|
|
34315
34331
|
${e.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
34316
34332
|
Termination entities are ${_(
|
|
34317
|
-
|
|
34333
|
+
Ae,
|
|
34318
34334
|
", ",
|
|
34319
34335
|
" and "
|
|
34320
34336
|
)}.${s}`,
|
|
@@ -34328,7 +34344,7 @@ Termination entities are ${_(
|
|
|
34328
34344
|
code: p.InvalidReference,
|
|
34329
34345
|
severity: h.Error,
|
|
34330
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.
|
|
34331
|
-
${
|
|
34347
|
+
${_n}`,
|
|
34332
34348
|
issue: null
|
|
34333
34349
|
})
|
|
34334
34350
|
);
|
|
@@ -34345,7 +34361,7 @@ All caller entity types are: ${_(
|
|
|
34345
34361
|
" and "
|
|
34346
34362
|
)}.
|
|
34347
34363
|
For the 'calledBySuccess' property, you specifically need to reference a pass-through callable entity.
|
|
34348
|
-
${
|
|
34364
|
+
${_n}`,
|
|
34349
34365
|
issue: null
|
|
34350
34366
|
})
|
|
34351
34367
|
), { errors: i, modifiedData: t };
|
|
@@ -34365,7 +34381,7 @@ ${fs}`,
|
|
|
34365
34381
|
issue: null
|
|
34366
34382
|
})
|
|
34367
34383
|
);
|
|
34368
|
-
else if (
|
|
34384
|
+
else if (Ae.includes(e.type)) {
|
|
34369
34385
|
const i = e.calledBy || [], a = i.length ? `
|
|
34370
34386
|
|
|
34371
34387
|
This ${e.type} is called by ${_(
|
|
@@ -34383,7 +34399,7 @@ This ${e.type} is called by ${_(
|
|
|
34383
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}".
|
|
34384
34400
|
${e.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
34385
34401
|
Termination entities are ${_(
|
|
34386
|
-
|
|
34402
|
+
Ae,
|
|
34387
34403
|
", ",
|
|
34388
34404
|
" and "
|
|
34389
34405
|
)}.${a}`,
|
|
@@ -34397,7 +34413,7 @@ Termination entities are ${_(
|
|
|
34397
34413
|
code: p.InvalidReference,
|
|
34398
34414
|
severity: h.Error,
|
|
34399
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.
|
|
34400
|
-
${
|
|
34416
|
+
${_n}`,
|
|
34401
34417
|
issue: null
|
|
34402
34418
|
})
|
|
34403
34419
|
);
|
|
@@ -34414,7 +34430,7 @@ All caller entity types are: ${_(
|
|
|
34414
34430
|
" and "
|
|
34415
34431
|
)}.
|
|
34416
34432
|
For the 'calledByError' property, you specifically need to reference a pass-through callable entity.
|
|
34417
|
-
${
|
|
34433
|
+
${_n}`,
|
|
34418
34434
|
issue: null
|
|
34419
34435
|
})
|
|
34420
34436
|
), t;
|
|
@@ -34422,7 +34438,7 @@ ${Mn}`,
|
|
|
34422
34438
|
}
|
|
34423
34439
|
function F8(n, e) {
|
|
34424
34440
|
const t = [];
|
|
34425
|
-
if (
|
|
34441
|
+
if (Ae.includes(e.type)) {
|
|
34426
34442
|
const i = e.calledBy || [], a = i.length ? `
|
|
34427
34443
|
|
|
34428
34444
|
This ${e.type} is called by ${_(
|
|
@@ -34440,7 +34456,7 @@ This ${e.type} is called by ${_(
|
|
|
34440
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}".
|
|
34441
34457
|
${e.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
34442
34458
|
Termination entities are ${_(
|
|
34443
|
-
|
|
34459
|
+
Ae,
|
|
34444
34460
|
", ",
|
|
34445
34461
|
" and "
|
|
34446
34462
|
)}.${a}`,
|
|
@@ -34454,7 +34470,7 @@ Termination entities are ${_(
|
|
|
34454
34470
|
code: p.InvalidReference,
|
|
34455
34471
|
severity: h.Warning,
|
|
34456
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.
|
|
34457
|
-
${
|
|
34473
|
+
${_n}.
|
|
34458
34474
|
${fs}.
|
|
34459
34475
|
|
|
34460
34476
|
We have moved the reference to 'calledBySuccess' for you.`,
|
|
@@ -34474,7 +34490,7 @@ All caller entity types are: ${_(
|
|
|
34474
34490
|
" and "
|
|
34475
34491
|
)}.
|
|
34476
34492
|
For the 'calledByEntry' property, you specifically need to reference a pass-through callable entity.
|
|
34477
|
-
${
|
|
34493
|
+
${_n}`,
|
|
34478
34494
|
issue: null
|
|
34479
34495
|
})
|
|
34480
34496
|
), t;
|
|
@@ -34485,7 +34501,7 @@ function U8(n, e) {
|
|
|
34485
34501
|
let i = JSON.parse(
|
|
34486
34502
|
JSON.stringify(n)
|
|
34487
34503
|
);
|
|
34488
|
-
if (
|
|
34504
|
+
if ($n.includes(i.type)) {
|
|
34489
34505
|
if (i.calledBySuccess) {
|
|
34490
34506
|
const s = Ms(
|
|
34491
34507
|
i,
|
|
@@ -34608,10 +34624,10 @@ function U8(n, e) {
|
|
|
34608
34624
|
o,
|
|
34609
34625
|
R,
|
|
34610
34626
|
e
|
|
34611
|
-
) ? (
|
|
34627
|
+
) ? (Ae.includes(i.type) && ((i.calledBySuccess || []).find(
|
|
34612
34628
|
(A) => A === m.id
|
|
34613
34629
|
) ? (m.successCalls || []).find(
|
|
34614
|
-
(k) =>
|
|
34630
|
+
(k) => Ae.includes(k.type)
|
|
34615
34631
|
) && t.push(
|
|
34616
34632
|
new T({
|
|
34617
34633
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34624,7 +34640,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34624
34640
|
) : (i.calledByError || []).find(
|
|
34625
34641
|
(A) => A === m.id
|
|
34626
34642
|
) ? (m.errorCalls || []).find(
|
|
34627
|
-
(k) =>
|
|
34643
|
+
(k) => Ae.includes(k.type)
|
|
34628
34644
|
) && t.push(
|
|
34629
34645
|
new T({
|
|
34630
34646
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34637,7 +34653,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34637
34653
|
) : (i.calledByEntry || []).find(
|
|
34638
34654
|
(A) => A === m.id
|
|
34639
34655
|
) && (m.calls || []).find(
|
|
34640
|
-
(k) =>
|
|
34656
|
+
(k) => Ae.includes(k.type)
|
|
34641
34657
|
) && t.push(
|
|
34642
34658
|
new T({
|
|
34643
34659
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34671,10 +34687,10 @@ The new termination statement is redundant because both entities would be called
|
|
|
34671
34687
|
R,
|
|
34672
34688
|
e
|
|
34673
34689
|
);
|
|
34674
|
-
g ? (
|
|
34690
|
+
g ? (Ae.includes(i.type) && ((i.calledBySuccess || []).find(
|
|
34675
34691
|
(A) => A === m.id
|
|
34676
34692
|
) ? (m.successCalls || []).find(
|
|
34677
|
-
(k) =>
|
|
34693
|
+
(k) => Ae.includes(k.type)
|
|
34678
34694
|
) && t.push(
|
|
34679
34695
|
new T({
|
|
34680
34696
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34687,7 +34703,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34687
34703
|
) : (i.calledByError || []).find(
|
|
34688
34704
|
(A) => A === m.id
|
|
34689
34705
|
) ? (m.errorCalls || []).find(
|
|
34690
|
-
(k) =>
|
|
34706
|
+
(k) => Ae.includes(k.type)
|
|
34691
34707
|
) && t.push(
|
|
34692
34708
|
new T({
|
|
34693
34709
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34700,7 +34716,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
34700
34716
|
) : (i.calledByEntry || []).find(
|
|
34701
34717
|
(A) => A === m.id
|
|
34702
34718
|
) && (m.calls || []).find(
|
|
34703
|
-
(k) =>
|
|
34719
|
+
(k) => Ae.includes(k.type)
|
|
34704
34720
|
) && t.push(
|
|
34705
34721
|
new T({
|
|
34706
34722
|
id: `${i.id}--${m.id}--${b.UnreachableEntity}`,
|
|
@@ -34750,13 +34766,13 @@ To add a caller, use the 'add_caller' action with the properties: 'callerEntityI
|
|
|
34750
34766
|
Return statements need to have a caller when created, since their purpose is to terminate a call chain.` : i.type === r.ContinueStatement ? s += `
|
|
34751
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 += `
|
|
34752
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 += `
|
|
34753
|
-
${$8}`,
|
|
34769
|
+
${$8}`, Ae.includes(i.type) || (s += `
|
|
34754
34770
|
It is recommended to have a caller reference already at the moment of creation in the payload of the generation action.`), t.push(
|
|
34755
34771
|
new T({
|
|
34756
34772
|
id: `${i.id}--${b.MissingCaller}`,
|
|
34757
34773
|
code: b.MissingCaller,
|
|
34758
34774
|
// If it is a termination statement, make it an error, otherwise a warning
|
|
34759
|
-
severity:
|
|
34775
|
+
severity: Ae.includes(i.type) ? h.Error : h.Warning,
|
|
34760
34776
|
message: s,
|
|
34761
34777
|
issue: null
|
|
34762
34778
|
})
|
|
@@ -34778,7 +34794,7 @@ function Rf(n, e) {
|
|
|
34778
34794
|
severity: h.Error,
|
|
34779
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.
|
|
34780
34796
|
All value writting entity types are: ${_(
|
|
34781
|
-
|
|
34797
|
+
De,
|
|
34782
34798
|
", ",
|
|
34783
34799
|
" and "
|
|
34784
34800
|
)}.
|
|
@@ -34789,14 +34805,14 @@ This primitive-value entity belongs to an input map entity with id "${o.id}". In
|
|
|
34789
34805
|
);
|
|
34790
34806
|
else if (o.type === r.DataType) {
|
|
34791
34807
|
const u = o, y = u.parent;
|
|
34792
|
-
|
|
34808
|
+
De.includes(y.type) ? t.push(
|
|
34793
34809
|
new T({
|
|
34794
34810
|
id: `${n.id}--${e.id}--${p.InvalidReference}`,
|
|
34795
34811
|
code: p.InvalidReference,
|
|
34796
34812
|
severity: h.Error,
|
|
34797
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.
|
|
34798
34814
|
All value writting entity types are: ${_(
|
|
34799
|
-
|
|
34815
|
+
De,
|
|
34800
34816
|
", ",
|
|
34801
34817
|
" and "
|
|
34802
34818
|
)}.
|
|
@@ -34813,7 +34829,7 @@ This primitive-value entity belongs to a data type entity with id "${u.id}", whi
|
|
|
34813
34829
|
severity: h.Error,
|
|
34814
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.
|
|
34815
34831
|
All value writting entity types are: ${_(
|
|
34816
|
-
|
|
34832
|
+
De,
|
|
34817
34833
|
", ",
|
|
34818
34834
|
" and "
|
|
34819
34835
|
)}.`,
|
|
@@ -34822,14 +34838,14 @@ All value writting entity types are: ${_(
|
|
|
34822
34838
|
);
|
|
34823
34839
|
} else if (e.type === r.DataType) {
|
|
34824
34840
|
const o = e.parent;
|
|
34825
|
-
|
|
34841
|
+
De.includes(o.type) ? t.push(
|
|
34826
34842
|
new T({
|
|
34827
34843
|
id: `${n.id}--${e.id}--${p.InvalidReference}`,
|
|
34828
34844
|
code: p.InvalidReference,
|
|
34829
34845
|
severity: h.Error,
|
|
34830
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.
|
|
34831
34847
|
All value writting entity types are: ${_(
|
|
34832
|
-
|
|
34848
|
+
De,
|
|
34833
34849
|
", ",
|
|
34834
34850
|
" and "
|
|
34835
34851
|
)}.
|
|
@@ -34844,7 +34860,7 @@ This data type entity belongs to a ${o.type} entity with id "${o.id}". ${o.type}
|
|
|
34844
34860
|
severity: h.Error,
|
|
34845
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.
|
|
34846
34862
|
All value writting entity types are: ${_(
|
|
34847
|
-
|
|
34863
|
+
De,
|
|
34848
34864
|
", ",
|
|
34849
34865
|
" and "
|
|
34850
34866
|
)}.`,
|
|
@@ -34852,14 +34868,14 @@ All value writting entity types are: ${_(
|
|
|
34852
34868
|
})
|
|
34853
34869
|
);
|
|
34854
34870
|
} else
|
|
34855
|
-
|
|
34871
|
+
De.includes(e.type) || t.push(
|
|
34856
34872
|
new T({
|
|
34857
34873
|
id: `${n.id}--${e.id}--${p.InvalidReference}`,
|
|
34858
34874
|
code: p.InvalidReference,
|
|
34859
34875
|
severity: h.Error,
|
|
34860
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.
|
|
34861
34877
|
All value writting entity types are: ${_(
|
|
34862
|
-
|
|
34878
|
+
De,
|
|
34863
34879
|
", ",
|
|
34864
34880
|
" and "
|
|
34865
34881
|
)}.`,
|
|
@@ -34910,11 +34926,11 @@ function Ve(n, e, t, i = !1) {
|
|
|
34910
34926
|
const a = [], s = { ...e };
|
|
34911
34927
|
let o = JSON.parse(JSON.stringify(n));
|
|
34912
34928
|
if (!i) {
|
|
34913
|
-
if (
|
|
34929
|
+
if (On.includes(o.type)) {
|
|
34914
34930
|
if (o.readsValue) {
|
|
34915
34931
|
const y = mf(
|
|
34916
34932
|
o,
|
|
34917
|
-
{ key: "readsValue", types:
|
|
34933
|
+
{ key: "readsValue", types: De },
|
|
34918
34934
|
t
|
|
34919
34935
|
);
|
|
34920
34936
|
if (y.errors.length === 0) {
|
|
@@ -34928,13 +34944,13 @@ function Ve(n, e, t, i = !1) {
|
|
|
34928
34944
|
delete s.readsValue;
|
|
34929
34945
|
}
|
|
34930
34946
|
} else
|
|
34931
|
-
o.readsValue && (
|
|
34947
|
+
o.readsValue && (De.includes(o.type) ? a.push(
|
|
34932
34948
|
new T({
|
|
34933
34949
|
id: `${o.id}--${p.InvalidReference}`,
|
|
34934
34950
|
code: p.InvalidReference,
|
|
34935
34951
|
severity: h.Error,
|
|
34936
34952
|
message: `Entity of type "${o.type}" with id "${o.id}" has a 'readsValue' property that is only valid for entities of type: ${_(
|
|
34937
|
-
|
|
34953
|
+
On,
|
|
34938
34954
|
", ",
|
|
34939
34955
|
" and "
|
|
34940
34956
|
)}.
|
|
@@ -34947,7 +34963,7 @@ ${Ks}`,
|
|
|
34947
34963
|
code: p.InvalidReference,
|
|
34948
34964
|
severity: h.Error,
|
|
34949
34965
|
message: `Entity of type "${o.type}" with id "${o.id}" has a 'readsValue' property that is only valid for entities of type: ${_(
|
|
34950
|
-
|
|
34966
|
+
On,
|
|
34951
34967
|
", ",
|
|
34952
34968
|
" and "
|
|
34953
34969
|
)}.
|
|
@@ -34960,7 +34976,7 @@ ${Ef}`,
|
|
|
34960
34976
|
code: p.InvalidReference,
|
|
34961
34977
|
severity: h.Error,
|
|
34962
34978
|
message: `Entity of type "${o.type}" with id "${o.id}" has a 'readsValue' property that is only valid for entities of type: ${_(
|
|
34963
|
-
|
|
34979
|
+
On,
|
|
34964
34980
|
", ",
|
|
34965
34981
|
" and "
|
|
34966
34982
|
)}.
|
|
@@ -34968,7 +34984,7 @@ ${Tf}`,
|
|
|
34968
34984
|
issue: null
|
|
34969
34985
|
})
|
|
34970
34986
|
), delete s.readsValue);
|
|
34971
|
-
o.writesValues && (
|
|
34987
|
+
o.writesValues && (De.includes(o.type) ? a.push(
|
|
34972
34988
|
new T({
|
|
34973
34989
|
id: `${o.id}--${p.InvalidReference}`,
|
|
34974
34990
|
code: p.InvalidReference,
|
|
@@ -35070,7 +35086,7 @@ function Z6(n, e, t = "calledBy") {
|
|
|
35070
35086
|
), i;
|
|
35071
35087
|
if ([...xe, ...$e].includes(a.type))
|
|
35072
35088
|
return [];
|
|
35073
|
-
if (
|
|
35089
|
+
if (Ae.includes(a.type)) {
|
|
35074
35090
|
const s = a.calledBy || [], o = s.length ? `
|
|
35075
35091
|
|
|
35076
35092
|
This ${a.type} is called by ${_(
|
|
@@ -35088,7 +35104,7 @@ This ${a.type} is called by ${_(
|
|
|
35088
35104
|
message: `Entity with id '${a.id}' referenced in '${t}' property is of type '${a.type}'.
|
|
35089
35105
|
${a.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
35090
35106
|
Termination entities are ${_(
|
|
35091
|
-
|
|
35107
|
+
Ae,
|
|
35092
35108
|
", ",
|
|
35093
35109
|
" and "
|
|
35094
35110
|
)}.${o}`,
|
|
@@ -35129,7 +35145,7 @@ function X6(n, e, t = "calledByError") {
|
|
|
35129
35145
|
), i;
|
|
35130
35146
|
if (xe.includes(a.type))
|
|
35131
35147
|
return [];
|
|
35132
|
-
if (
|
|
35148
|
+
if (Ae.includes(a.type)) {
|
|
35133
35149
|
const s = a.calledBy || [], o = s.length ? `
|
|
35134
35150
|
|
|
35135
35151
|
This ${a.type} is called by ${_(
|
|
@@ -35147,7 +35163,7 @@ This ${a.type} is called by ${_(
|
|
|
35147
35163
|
message: `Entity with id '${a.id}' referenced in '${t}' property is of type '${a.type}'.
|
|
35148
35164
|
${a.type} entities are the last entity to be executed in a logic chain, and they don't call any other entities.
|
|
35149
35165
|
Termination entities are ${_(
|
|
35150
|
-
|
|
35166
|
+
Ae,
|
|
35151
35167
|
", ",
|
|
35152
35168
|
" and "
|
|
35153
35169
|
)}.${o}`,
|
|
@@ -35171,7 +35187,7 @@ ${fs}`,
|
|
|
35171
35187
|
severity: h.Error,
|
|
35172
35188
|
message: `Entity with id '${a.id}' referenced in '${t}' property is of type '${a.type}' which is not a valid caller entity type.
|
|
35173
35189
|
For any error branch caller, for the 'calledByError' property of an entity, you specifically need to reference a pass-through callable entity.
|
|
35174
|
-
${
|
|
35190
|
+
${_n}`,
|
|
35175
35191
|
issue: null
|
|
35176
35192
|
})
|
|
35177
35193
|
);
|
|
@@ -35202,7 +35218,7 @@ function Q6(n, e) {
|
|
|
35202
35218
|
severity: h.Error,
|
|
35203
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.
|
|
35204
35220
|
All value writting entity types are: ${_(
|
|
35205
|
-
|
|
35221
|
+
De,
|
|
35206
35222
|
", ",
|
|
35207
35223
|
" and "
|
|
35208
35224
|
)}.
|
|
@@ -35213,14 +35229,14 @@ This primitive-value entity belongs to an input map entity with id "${s.id}". In
|
|
|
35213
35229
|
);
|
|
35214
35230
|
else if (s.type === r.DataType) {
|
|
35215
35231
|
const d = s, u = d.parent;
|
|
35216
|
-
|
|
35232
|
+
De.includes(u.type) ? t.push(
|
|
35217
35233
|
new T({
|
|
35218
35234
|
id: `last-action--${i.id}--${p.InvalidReference}`,
|
|
35219
35235
|
code: p.InvalidReference,
|
|
35220
35236
|
severity: h.Error,
|
|
35221
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.
|
|
35222
35238
|
All value writting entity types are: ${_(
|
|
35223
|
-
|
|
35239
|
+
De,
|
|
35224
35240
|
", ",
|
|
35225
35241
|
" and "
|
|
35226
35242
|
)}.
|
|
@@ -35237,7 +35253,7 @@ This primitive-value entity belongs to a data type entity with id "${d.id}", whi
|
|
|
35237
35253
|
severity: h.Error,
|
|
35238
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.
|
|
35239
35255
|
All value writting entity types are: ${_(
|
|
35240
|
-
|
|
35256
|
+
De,
|
|
35241
35257
|
", ",
|
|
35242
35258
|
" and "
|
|
35243
35259
|
)}.`,
|
|
@@ -35246,14 +35262,14 @@ All value writting entity types are: ${_(
|
|
|
35246
35262
|
);
|
|
35247
35263
|
} else if (i.type === r.DataType) {
|
|
35248
35264
|
const s = i.parent;
|
|
35249
|
-
|
|
35265
|
+
De.includes(s.type) ? t.push(
|
|
35250
35266
|
new T({
|
|
35251
35267
|
id: `last-action--${i.id}--${p.InvalidReference}`,
|
|
35252
35268
|
code: p.InvalidReference,
|
|
35253
35269
|
severity: h.Error,
|
|
35254
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.
|
|
35255
35271
|
All value writting entity types are: ${_(
|
|
35256
|
-
|
|
35272
|
+
De,
|
|
35257
35273
|
", ",
|
|
35258
35274
|
" and "
|
|
35259
35275
|
)}.
|
|
@@ -35268,7 +35284,7 @@ This data type entity belongs to a ${s.type} entity with id "${s.id}". ${s.type}
|
|
|
35268
35284
|
severity: h.Error,
|
|
35269
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.
|
|
35270
35286
|
All value writting entity types are: ${_(
|
|
35271
|
-
|
|
35287
|
+
De,
|
|
35272
35288
|
", ",
|
|
35273
35289
|
" and "
|
|
35274
35290
|
)}.`,
|
|
@@ -35276,14 +35292,14 @@ All value writting entity types are: ${_(
|
|
|
35276
35292
|
})
|
|
35277
35293
|
);
|
|
35278
35294
|
} else
|
|
35279
|
-
|
|
35295
|
+
De.includes(i.type) || t.push(
|
|
35280
35296
|
new T({
|
|
35281
35297
|
id: `last-action--${i.id}--${p.InvalidReference}`,
|
|
35282
35298
|
code: p.InvalidReference,
|
|
35283
35299
|
severity: h.Error,
|
|
35284
35300
|
message: `The 'readsValue' property references an entity with id "${i.id}" that isn't a value writting entity.
|
|
35285
35301
|
All value writting entity types are: ${_(
|
|
35286
|
-
|
|
35302
|
+
De,
|
|
35287
35303
|
", ",
|
|
35288
35304
|
" and "
|
|
35289
35305
|
)}.`,
|
|
@@ -35358,7 +35374,7 @@ ${a}`,
|
|
|
35358
35374
|
})
|
|
35359
35375
|
);
|
|
35360
35376
|
else if (i.parent.type === r.CustomEntity) {
|
|
35361
|
-
const o =
|
|
35377
|
+
const o = Xn(
|
|
35362
35378
|
i.parent
|
|
35363
35379
|
).filter(
|
|
35364
35380
|
(u) => !u.interactive
|
|
@@ -35370,7 +35386,7 @@ Furthermore, the specific 'custom-entity' extends or implements non-interactive
|
|
|
35370
35386
|
"', '",
|
|
35371
35387
|
"' and '"
|
|
35372
35388
|
)}'` : `entity with id '${o[0].id}'`}.
|
|
35373
|
-
${
|
|
35389
|
+
${Nn}`), t.push(
|
|
35374
35390
|
new T({
|
|
35375
35391
|
id: `last-action--${p.InvalidFunctionDeclarationForFunctionCall}`,
|
|
35376
35392
|
code: p.InvalidFunctionDeclarationForFunctionCall,
|
|
@@ -36542,7 +36558,7 @@ function oc(n, e) {
|
|
|
36542
36558
|
};
|
|
36543
36559
|
}
|
|
36544
36560
|
function z8(n, e, t = /* @__PURE__ */ new Set()) {
|
|
36545
|
-
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([
|
|
36546
36562
|
...u,
|
|
36547
36563
|
...z8(y, e, t)
|
|
36548
36564
|
])), []);
|
|
@@ -36561,7 +36577,7 @@ function n3(n, e) {
|
|
|
36561
36577
|
function r3(n) {
|
|
36562
36578
|
if ($e.includes(n.type))
|
|
36563
36579
|
return n;
|
|
36564
|
-
if ([
|
|
36580
|
+
if ([...$n, r.VariableDeclaration].includes(n.type)) {
|
|
36565
36581
|
const e = n.parent;
|
|
36566
36582
|
return $e.includes(e.type) ? e : null;
|
|
36567
36583
|
}
|
|
@@ -36610,11 +36626,11 @@ function i3(n) {
|
|
|
36610
36626
|
] : n.type === r.ReturnStatement ? n.outputs : Pi.includes(n.type) || n.type === r.FunctionDeclaration ? n.inputs : [];
|
|
36611
36627
|
}
|
|
36612
36628
|
function a3(n) {
|
|
36613
|
-
const e =
|
|
36629
|
+
const e = xn(n), t = [], i = [];
|
|
36614
36630
|
xf.includes(n.type) && t.push(...vf(n));
|
|
36615
36631
|
const a = e.filter((s) => {
|
|
36616
36632
|
const o = t.includes(s);
|
|
36617
|
-
return o ? !1 :
|
|
36633
|
+
return o ? !1 : $n.includes(s.type) && !o ? (i.push(s), !1) : !0;
|
|
36618
36634
|
});
|
|
36619
36635
|
return t.sort((s, o) => Ra(o, s) ? -1 : 0), i.sort((s, o) => Ra(o, s) ? -1 : 0), [...t, ...i, ...a];
|
|
36620
36636
|
}
|
|
@@ -36811,7 +36827,7 @@ function z(n, e = /* @__PURE__ */ new Set()) {
|
|
|
36811
36827
|
return [];
|
|
36812
36828
|
}
|
|
36813
36829
|
function bt(n, e = /* @__PURE__ */ new Set()) {
|
|
36814
|
-
return e.has(n.id) ? [] : (e.add(n.id), [...
|
|
36830
|
+
return e.has(n.id) ? [] : (e.add(n.id), [...xn(n).reduce((a, s) => [
|
|
36815
36831
|
...a,
|
|
36816
36832
|
s,
|
|
36817
36833
|
...bt(s, e)
|
|
@@ -36892,7 +36908,7 @@ function d3(n) {
|
|
|
36892
36908
|
}
|
|
36893
36909
|
function Zr(n) {
|
|
36894
36910
|
const e = [];
|
|
36895
|
-
if (
|
|
36911
|
+
if ($n.includes(n.type)) {
|
|
36896
36912
|
n.calledBy.forEach((a) => {
|
|
36897
36913
|
const s = He(a);
|
|
36898
36914
|
s && e.push(s);
|
|
@@ -36930,7 +36946,7 @@ function Pf(n) {
|
|
|
36930
36946
|
var e;
|
|
36931
36947
|
return n.type === r.FunctionCall ? ((e = n.declaration.returnStatements[0]) == null ? void 0 : e.outputs) || [] : [r.Operation, r.Condition, r.Loop].includes(
|
|
36932
36948
|
n.type
|
|
36933
|
-
) ? 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 : [];
|
|
36934
36950
|
}
|
|
36935
36951
|
function p3(n, e) {
|
|
36936
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;
|
|
@@ -36978,7 +36994,7 @@ function S(n) {
|
|
|
36978
36994
|
const e = /* @__PURE__ */ new Set();
|
|
36979
36995
|
return n.filter((t) => e.has(t.id) ? !1 : (e.add(t.id), !0));
|
|
36980
36996
|
}
|
|
36981
|
-
function
|
|
36997
|
+
function xn(n, e = !1) {
|
|
36982
36998
|
const t = [];
|
|
36983
36999
|
if (n.type === r.Project && t.push(
|
|
36984
37000
|
...(n == null ? void 0 : n.entities) || [],
|
|
@@ -36998,7 +37014,7 @@ function Nn(n, e = !1) {
|
|
|
36998
37014
|
const i = [
|
|
36999
37015
|
...n.suggestedMethods,
|
|
37000
37016
|
...n.methods
|
|
37001
|
-
].flatMap((a) => a.collapsed && e ? [] :
|
|
37017
|
+
].flatMap((a) => a.collapsed && e ? [] : xn(a));
|
|
37002
37018
|
t.push(...i);
|
|
37003
37019
|
}
|
|
37004
37020
|
if (n.type === r.Condition) {
|
|
@@ -37043,7 +37059,7 @@ function Nn(n, e = !1) {
|
|
|
37043
37059
|
if (n.type === r.Loop) {
|
|
37044
37060
|
const i = n.outputs.map((o) => Qr(o)).flat();
|
|
37045
37061
|
if (n.body) {
|
|
37046
|
-
const o =
|
|
37062
|
+
const o = xn(
|
|
37047
37063
|
n.body,
|
|
37048
37064
|
e
|
|
37049
37065
|
);
|
|
@@ -37076,7 +37092,7 @@ function Nn(n, e = !1) {
|
|
|
37076
37092
|
);
|
|
37077
37093
|
}
|
|
37078
37094
|
function c9(n, e = !1) {
|
|
37079
|
-
const t =
|
|
37095
|
+
const t = xn(
|
|
37080
37096
|
n,
|
|
37081
37097
|
e
|
|
37082
37098
|
), i = [
|
|
@@ -37172,18 +37188,18 @@ function y9(n) {
|
|
|
37172
37188
|
);
|
|
37173
37189
|
return e && e.type === r.CustomEntity ? e : null;
|
|
37174
37190
|
}
|
|
37175
|
-
function
|
|
37191
|
+
function Xn(n) {
|
|
37176
37192
|
const e = [...n.implements, ...n.extends].reduce(
|
|
37177
37193
|
(t, i) => i.type === r.BuiltInBaseEntity ? [...t, i] : i.type === r.CustomEntity ? [
|
|
37178
37194
|
...t,
|
|
37179
|
-
...
|
|
37195
|
+
...Xn(i)
|
|
37180
37196
|
] : t,
|
|
37181
37197
|
[]
|
|
37182
37198
|
);
|
|
37183
37199
|
return S(e);
|
|
37184
37200
|
}
|
|
37185
37201
|
function h9(n) {
|
|
37186
|
-
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(
|
|
37187
37203
|
(i) => !i.interactive
|
|
37188
37204
|
);
|
|
37189
37205
|
}
|
|
@@ -37493,7 +37509,7 @@ function wf(n) {
|
|
|
37493
37509
|
...o.successCalls || [],
|
|
37494
37510
|
...o.errorCalls || []
|
|
37495
37511
|
].forEach((y) => {
|
|
37496
|
-
|
|
37512
|
+
Ae.includes(y.type) && i(o, y);
|
|
37497
37513
|
}), o === a)
|
|
37498
37514
|
return;
|
|
37499
37515
|
let u;
|
|
@@ -37507,7 +37523,7 @@ function wf(n) {
|
|
|
37507
37523
|
}
|
|
37508
37524
|
if (u) {
|
|
37509
37525
|
const y = wf(u);
|
|
37510
|
-
y.reachable || (
|
|
37526
|
+
y.reachable || (Ae.includes(n.type) ? y.blocks.forEach((f) => {
|
|
37511
37527
|
i(o, f.blockedByCalling);
|
|
37512
37528
|
}) : Me(
|
|
37513
37529
|
n
|
|
@@ -39916,15 +39932,15 @@ function O9(n) {
|
|
|
39916
39932
|
}
|
|
39917
39933
|
class C9 extends Ft {
|
|
39918
39934
|
constructor(t) {
|
|
39919
|
-
super(
|
|
39935
|
+
super(Oe, t);
|
|
39920
39936
|
l(this, "initialData");
|
|
39921
39937
|
l(this, "id", M.PERSISTED_ENTITY);
|
|
39922
39938
|
l(this, "version", 1);
|
|
39923
39939
|
l(this, "name", M.PERSISTED_ENTITY);
|
|
39924
|
-
l(this, "description",
|
|
39940
|
+
l(this, "description", Oe.description);
|
|
39925
39941
|
l(this, "type", r.BuiltInBaseEntity);
|
|
39926
|
-
l(this, "abstract",
|
|
39927
|
-
l(this, "static",
|
|
39942
|
+
l(this, "abstract", Oe.abstract);
|
|
39943
|
+
l(this, "static", Oe.static);
|
|
39928
39944
|
// Nested entities
|
|
39929
39945
|
l(this, "properties", []);
|
|
39930
39946
|
l(this, "methods", []);
|
|
@@ -39933,7 +39949,7 @@ class C9 extends Ft {
|
|
|
39933
39949
|
l(this, "errors", []);
|
|
39934
39950
|
// Parent project full state
|
|
39935
39951
|
l(this, "project");
|
|
39936
|
-
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) => {
|
|
39937
39953
|
const a = E(
|
|
39938
39954
|
i,
|
|
39939
39955
|
this.project
|
|
@@ -39958,7 +39974,7 @@ function w9(n) {
|
|
|
39958
39974
|
const e = [
|
|
39959
39975
|
new C9(n),
|
|
39960
39976
|
new Ft(fo, n),
|
|
39961
|
-
new Ft(
|
|
39977
|
+
new Ft(Gn, n),
|
|
39962
39978
|
new Ft(Rd, n),
|
|
39963
39979
|
new Ft(ho, n)
|
|
39964
39980
|
];
|
|
@@ -39972,7 +39988,7 @@ function B9(n) {
|
|
|
39972
39988
|
new Mt(Sr, n),
|
|
39973
39989
|
new Mt(we, n),
|
|
39974
39990
|
new Mt(st, n),
|
|
39975
|
-
new Mt(
|
|
39991
|
+
new Mt(Vn, n),
|
|
39976
39992
|
new Mt(Si, n),
|
|
39977
39993
|
new Mt(ro, n),
|
|
39978
39994
|
new Mt(Wc, n)
|
|
@@ -40086,7 +40102,7 @@ export {
|
|
|
40086
40102
|
Ii as BreakStatementState,
|
|
40087
40103
|
Ft as BuiltInBaseEntityState,
|
|
40088
40104
|
H6 as CALLABLE_ENTITIES_EXPLANATION,
|
|
40089
|
-
|
|
40105
|
+
$n as CALLABLE_TYPES,
|
|
40090
40106
|
$8 as CALLER_ENTITIES_EXPLANATION,
|
|
40091
40107
|
pn as CALLER_TYPES,
|
|
40092
40108
|
An as CALLS_UPDATE_EXPLANATION,
|
|
@@ -40096,7 +40112,7 @@ export {
|
|
|
40096
40112
|
x6 as CallableEntityClass,
|
|
40097
40113
|
hf as CallerEntityClass,
|
|
40098
40114
|
N6 as ChildEntityState,
|
|
40099
|
-
|
|
40115
|
+
Se as ComparisonOperatorTypes,
|
|
40100
40116
|
mr as ConditionState,
|
|
40101
40117
|
dt as ContinueStatementState,
|
|
40102
40118
|
KT as CreateNewInputIds,
|
|
@@ -40151,7 +40167,7 @@ export {
|
|
|
40151
40167
|
U as ListOperations,
|
|
40152
40168
|
fr as LoopState,
|
|
40153
40169
|
Fe as LoopTypes,
|
|
40154
|
-
|
|
40170
|
+
Nn as NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION,
|
|
40155
40171
|
tm as NUMBER_OPERATIONS,
|
|
40156
40172
|
jf as NumberAdditionOperationInputIds,
|
|
40157
40173
|
kf as NumberAdditionOperationOutputIds,
|
|
@@ -40161,7 +40177,7 @@ export {
|
|
|
40161
40177
|
_f as OutputMapParentChildRelation,
|
|
40162
40178
|
Rn as OutputMapState,
|
|
40163
40179
|
_s as PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION,
|
|
40164
|
-
|
|
40180
|
+
_n as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
|
|
40165
40181
|
xe as PASS_THROUGH_CALLABLE_TYPES,
|
|
40166
40182
|
Ef as PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION,
|
|
40167
40183
|
D9 as ParallelExecutionOperation,
|
|
@@ -40191,13 +40207,13 @@ export {
|
|
|
40191
40207
|
_m as SplitListOperationOutputIds,
|
|
40192
40208
|
$t as StandaloneOperatorTypes,
|
|
40193
40209
|
ge as StringOperations,
|
|
40194
|
-
|
|
40210
|
+
Ae as TERMINATION_TYPES,
|
|
40195
40211
|
k9 as USER_MANAGED_ENTITY_TYPES,
|
|
40196
40212
|
B6 as UserManagedEntityStateFunctionality,
|
|
40197
40213
|
Tf as VALUE_READING_ENTITIES_EXPLANATION,
|
|
40198
|
-
|
|
40214
|
+
On as VALUE_READING_TYPES,
|
|
40199
40215
|
V8 as VALUE_WRITING_ENTITIES_EXPLANATION,
|
|
40200
|
-
|
|
40216
|
+
De as VALUE_WRITING_TYPES,
|
|
40201
40217
|
Fc as VARIABLE_DATA_TYPE_INFERRANCE_EXPLANATION,
|
|
40202
40218
|
Ge as VARIABLE_TYPES,
|
|
40203
40219
|
cE as ValidationInputIds,
|
|
@@ -40341,7 +40357,7 @@ export {
|
|
|
40341
40357
|
Lf as enumOptionsPropertyDataType,
|
|
40342
40358
|
Vf as enumOptionsPropertyDataTypeRef,
|
|
40343
40359
|
Gf as enumOptionsPropertyRef,
|
|
40344
|
-
|
|
40360
|
+
Vn as enumPrototype,
|
|
40345
40361
|
Ff as enumPrototypeRef,
|
|
40346
40362
|
vd as executionBuiltInEntity,
|
|
40347
40363
|
bd as executionBuiltInEntityAbortMethod,
|
|
@@ -40390,7 +40406,7 @@ export {
|
|
|
40390
40406
|
xs as getAllActionDescriptorsForLoops,
|
|
40391
40407
|
K6 as getAllActionDescriptorsForOperations,
|
|
40392
40408
|
j8 as getAllGloballyDeclaredFunctionDeclarationsExplanation,
|
|
40393
|
-
|
|
40409
|
+
Xn as getBaseBuiltInEntities,
|
|
40394
40410
|
N8 as getBaseSchemaBasedOnType,
|
|
40395
40411
|
Xr as getBuiltInEntityOwner,
|
|
40396
40412
|
je as getCallableEntityReferenceSchema,
|
|
@@ -40429,7 +40445,7 @@ export {
|
|
|
40429
40445
|
g4 as getEntityWithValueReferenceSchema,
|
|
40430
40446
|
s6 as getEntityWithValueTypeSchema,
|
|
40431
40447
|
Le as getEntryPointEntityReferenceSchema,
|
|
40432
|
-
|
|
40448
|
+
Wn as getEntryPointEntityTypeSchema,
|
|
40433
40449
|
Ml as getEventEntityReferenceSchema,
|
|
40434
40450
|
Bl as getEventEntityTypeSchema,
|
|
40435
40451
|
p6 as getExecutableEntityReferenceSchema,
|
|
@@ -40467,7 +40483,7 @@ export {
|
|
|
40467
40483
|
Ms as getReferencedEntitiesStateOrErrors,
|
|
40468
40484
|
mf as getReferencedEntityStateOrErrors,
|
|
40469
40485
|
Zr as getRelatedCanvasElementsOnTheLeft,
|
|
40470
|
-
|
|
40486
|
+
xn as getRelatedCanvasElementsOnTheRight,
|
|
40471
40487
|
Cf as getRootEntryPointScopeOwner,
|
|
40472
40488
|
pt as getScopeOwner,
|
|
40473
40489
|
v6 as getTerminationReferenceSchema,
|
|
@@ -40480,7 +40496,7 @@ export {
|
|
|
40480
40496
|
ds as getValueWritingEntityTypeSchema,
|
|
40481
40497
|
X8 as getVariableFromInputMapping,
|
|
40482
40498
|
e9 as getVariableFromReturnVariablePointer,
|
|
40483
|
-
|
|
40499
|
+
Jn as getVariableReferenceSchema,
|
|
40484
40500
|
Hr as getVariableTypeSchema,
|
|
40485
40501
|
eo as getVariablesFromArgumentDeclarations,
|
|
40486
40502
|
Q8 as getVariablesFromInputMaps,
|
|
@@ -40624,7 +40640,7 @@ export {
|
|
|
40624
40640
|
DT as parallelExecutionOperationListOfFunctionsBlueprint,
|
|
40625
40641
|
wT as parallelExecutionOperationRef,
|
|
40626
40642
|
BT as parallelExecutionOperationRefThree,
|
|
40627
|
-
|
|
40643
|
+
Oe as persistedBuiltInBaseEntity,
|
|
40628
40644
|
Hb as persistedBuiltInBaseEntityCreatedAtProperty,
|
|
40629
40645
|
Jb as persistedBuiltInBaseEntityCreatedAtPropertyDataType,
|
|
40630
40646
|
X9 as persistedBuiltInBaseEntityCreatedAtPropertyDataTypeRef,
|
|
@@ -40653,7 +40669,7 @@ export {
|
|
|
40653
40669
|
yv as processOutputGlobalValueDescriptorReturnRef,
|
|
40654
40670
|
bo as projectPublicationCompletedGlobalEvent,
|
|
40655
40671
|
ug as propertyToZodSchema,
|
|
40656
|
-
|
|
40672
|
+
Gn as relationalDatabaseBuiltInBaseEntity,
|
|
40657
40673
|
Ob as relationalDatabaseBuiltInBaseEntityDefaultProperty,
|
|
40658
40674
|
Db as relationalDatabaseBuiltInBaseEntityDefaultPropertyDataTypeRef,
|
|
40659
40675
|
Sb as relationalDatabaseBuiltInBaseEntityDefaultPropertyRef,
|