@elyx-code/project-logic-tree 0.0.6023 → 0.0.6024
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 +719 -750
- package/dist/index.umd.cjs +78 -79
- package/dist/tree/state/loop/loop.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var jf = Object.defineProperty;
|
|
2
2
|
var kf = (n, e, t) => e in n ? jf(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var c = (n, e, t) => (kf(n, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
var i = /* @__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))(i || {}), x = /* @__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))(x || {}), Fe = /* @__PURE__ */ ((n) => (n.CurrentDateAndTime = "current-date-and-time", n.Unique = "unique", n.Random = "random", n))(Fe || {}),
|
|
4
|
+
var i = /* @__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))(i || {}), x = /* @__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))(x || {}), Fe = /* @__PURE__ */ ((n) => (n.CurrentDateAndTime = "current-date-and-time", n.Unique = "unique", n.Random = "random", n))(Fe || {}), wt = /* @__PURE__ */ ((n) => (n.DeletePersistedEntity = "base-delete-persisted-entity", n.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", n.AbortExecution = "base-abort-execution", n))(wt || {}), G = /* @__PURE__ */ ((n) => (n.Fixed = "fixed", n.None = "none", n.Dynamic = "dynamic", n))(G || {}), w = /* @__PURE__ */ ((n) => (n.FixedArguments = "fixed-arguments", n.FixedReturns = "fixed-returns", n.ReturnedError = "returned-error", n.OngoingProcessExecution = "ongoing-process-execution", n))(w || {}), I = /* @__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))(I || {}), yt = /* @__PURE__ */ ((n) => (n.Addition = "addition", n.Substraction = "substraction", n.Multiplication = "multiplication", n.Division = "division", n.Remainder = "remainder", n.Exponentiation = "exponentiation", n))(yt || {}), Pe = /* @__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))(Pe || {}), j = /* @__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))(j || {}), Ae = /* @__PURE__ */ ((n) => (n.Parallel = "parallel", n.Sequential = "sequential", n.Wait = "wait", n))(Ae || {}), it = /* @__PURE__ */ ((n) => (n.CreateNewInstance = "create-new-instance", n.Validate = "validate", n))(it || {}), tt = /* @__PURE__ */ ((n) => (n.HttpRequest = "base-http-request", n))(tt || {}), Be = /* @__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))(Be || {}), Lt = /* @__PURE__ */ ((n) => (n.Empty = "empty", n.NotEmpty = "not-empty", n))(Lt || {}), X = /* @__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))(X || {}), We = /* @__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))(We || {}), fn = /* @__PURE__ */ ((n) => (n.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", n))(fn || {}), qf = /* @__PURE__ */ ((n) => (n.Error = "error", n.Task = "task", n.Return = "return", n))(qf || {});
|
|
5
5
|
const or = [
|
|
6
6
|
i.VariableDeclaration,
|
|
7
7
|
i.VariableInstance,
|
|
@@ -67,7 +67,7 @@ const or = [
|
|
|
67
67
|
], g9 = [...Un, ...Me], I9 = [
|
|
68
68
|
...Qc,
|
|
69
69
|
...Me
|
|
70
|
-
],
|
|
70
|
+
], bt = [
|
|
71
71
|
...Me,
|
|
72
72
|
i.Loop
|
|
73
73
|
], we = [
|
|
@@ -161,7 +161,7 @@ const or = [
|
|
|
161
161
|
id: "8b5fbe15-4c2b-48c0-9fd8-e5efbe3978dc",
|
|
162
162
|
description: "A string of characters.",
|
|
163
163
|
version: 1,
|
|
164
|
-
name:
|
|
164
|
+
name: I.String,
|
|
165
165
|
static: !1,
|
|
166
166
|
abstract: !1,
|
|
167
167
|
abstractMethods: [],
|
|
@@ -173,7 +173,7 @@ const or = [
|
|
|
173
173
|
id: "f596545d-1565-4faa-9969-d95fa5edfea4",
|
|
174
174
|
description: "A 'true' or 'false' value.",
|
|
175
175
|
version: 1,
|
|
176
|
-
name:
|
|
176
|
+
name: I.Boolean,
|
|
177
177
|
static: !1,
|
|
178
178
|
abstract: !1,
|
|
179
179
|
abstractMethods: [],
|
|
@@ -185,7 +185,7 @@ const or = [
|
|
|
185
185
|
id: "ecb84c29-6153-4b82-86a5-fce2b5f92002",
|
|
186
186
|
description: "A number value.",
|
|
187
187
|
version: 1,
|
|
188
|
-
name:
|
|
188
|
+
name: I.Number,
|
|
189
189
|
static: !1,
|
|
190
190
|
abstract: !1,
|
|
191
191
|
abstractMethods: [],
|
|
@@ -197,7 +197,7 @@ const or = [
|
|
|
197
197
|
id: "730e8ea9-8498-439a-9001-b07de55aaa7d",
|
|
198
198
|
description: "A complex data structure with any combination of properties with names and values.",
|
|
199
199
|
version: 1,
|
|
200
|
-
name:
|
|
200
|
+
name: I.JSON,
|
|
201
201
|
static: !1,
|
|
202
202
|
abstract: !1,
|
|
203
203
|
abstractMethods: [],
|
|
@@ -229,7 +229,7 @@ const or = [
|
|
|
229
229
|
id: "enum-options-property-data-type-default-value-id",
|
|
230
230
|
type: i.PrimitiveValue,
|
|
231
231
|
version: 1,
|
|
232
|
-
name:
|
|
232
|
+
name: I.JSON,
|
|
233
233
|
autogeneration: null,
|
|
234
234
|
value: [],
|
|
235
235
|
valueAsType: null,
|
|
@@ -261,7 +261,7 @@ const or = [
|
|
|
261
261
|
id: "9542b8b4-2642-4eee-9db9-def7963a17a0",
|
|
262
262
|
description: "A set of text options to choose from.",
|
|
263
263
|
version: 1,
|
|
264
|
-
name:
|
|
264
|
+
name: I.Enum,
|
|
265
265
|
static: !1,
|
|
266
266
|
abstract: !1,
|
|
267
267
|
abstractMethods: [],
|
|
@@ -273,7 +273,7 @@ const or = [
|
|
|
273
273
|
id: "dc58f38b-d574-4956-aac6-32ce9529b937",
|
|
274
274
|
description: "A date and time value.",
|
|
275
275
|
version: 1,
|
|
276
|
-
name:
|
|
276
|
+
name: I.Date,
|
|
277
277
|
static: !1,
|
|
278
278
|
abstract: !1,
|
|
279
279
|
abstractMethods: [],
|
|
@@ -285,7 +285,7 @@ const or = [
|
|
|
285
285
|
id: "4a6234aa-c0f6-4731-b4dd-750388029226",
|
|
286
286
|
description: "A unique identifier in the form of a 36-character string.",
|
|
287
287
|
version: 1,
|
|
288
|
-
name:
|
|
288
|
+
name: I.UUID,
|
|
289
289
|
static: !1,
|
|
290
290
|
abstract: !1,
|
|
291
291
|
abstractMethods: [],
|
|
@@ -297,7 +297,7 @@ const or = [
|
|
|
297
297
|
id: "b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",
|
|
298
298
|
description: "A complex data structure with any combination of properties with names and values.",
|
|
299
299
|
version: 1,
|
|
300
|
-
name:
|
|
300
|
+
name: I.JSON,
|
|
301
301
|
static: !1,
|
|
302
302
|
abstract: !1,
|
|
303
303
|
abstractMethods: [],
|
|
@@ -363,7 +363,7 @@ const tm = {
|
|
|
363
363
|
}, om = {
|
|
364
364
|
type: i.GenericReference,
|
|
365
365
|
id: "a6c14305-d4f7-43ae-9d5e-b7dbacdc830a",
|
|
366
|
-
entityId:
|
|
366
|
+
entityId: yt.Addition,
|
|
367
367
|
entityType: i.ActionDescriptor
|
|
368
368
|
}, td = {
|
|
369
369
|
id: "number-addition-first-number-argument-declaration",
|
|
@@ -379,7 +379,7 @@ const tm = {
|
|
|
379
379
|
}, lm = {
|
|
380
380
|
type: i.GenericReference,
|
|
381
381
|
id: "c5015128-4a65-462c-9da0-1c86e83ef897",
|
|
382
|
-
entityId:
|
|
382
|
+
entityId: yt.Addition,
|
|
383
383
|
entityType: i.ActionDescriptor
|
|
384
384
|
}, nd = {
|
|
385
385
|
id: "number-addition-second-number-argument-declaration",
|
|
@@ -395,7 +395,7 @@ const tm = {
|
|
|
395
395
|
}, cm = {
|
|
396
396
|
type: i.GenericReference,
|
|
397
397
|
id: "caac2bc7-c23c-4f01-9581-a515c2e4637f",
|
|
398
|
-
entityId:
|
|
398
|
+
entityId: yt.Addition,
|
|
399
399
|
entityType: i.ActionDescriptor
|
|
400
400
|
}, rd = {
|
|
401
401
|
parentRelationType: w.FixedReturns,
|
|
@@ -411,7 +411,7 @@ const tm = {
|
|
|
411
411
|
}, dm = {
|
|
412
412
|
type: i.GenericReference,
|
|
413
413
|
id: "number-addition-operation-error-parent-ref",
|
|
414
|
-
entityId:
|
|
414
|
+
entityId: yt.Addition,
|
|
415
415
|
entityType: i.ActionDescriptor
|
|
416
416
|
}, um = {
|
|
417
417
|
parentRelationType: w.FixedReturns,
|
|
@@ -425,11 +425,11 @@ const tm = {
|
|
|
425
425
|
index: 1,
|
|
426
426
|
parent: dm
|
|
427
427
|
}, lo = {
|
|
428
|
-
id:
|
|
428
|
+
id: yt.Addition,
|
|
429
429
|
type: i.ActionDescriptor,
|
|
430
430
|
description: "Add two numbers together",
|
|
431
431
|
version: 1,
|
|
432
|
-
name:
|
|
432
|
+
name: yt.Addition,
|
|
433
433
|
fixedArguments: [
|
|
434
434
|
td,
|
|
435
435
|
nd
|
|
@@ -442,7 +442,7 @@ const tm = {
|
|
|
442
442
|
dynamicReturnTypes: null,
|
|
443
443
|
parent: null
|
|
444
444
|
}, pm = {
|
|
445
|
-
[
|
|
445
|
+
[yt.Addition]: lo
|
|
446
446
|
};
|
|
447
447
|
var ym = /* @__PURE__ */ ((n) => (n.FirstInputString = "join-string-first-string-argument-declaration", n.SecondInputString = "join-string-second-string-argument-declaration", n))(ym || {}), hm = /* @__PURE__ */ ((n) => (n.ResultString = "join-string-result-string-return-delaration", n.Error = "join-string-error-return-delaration", n))(hm || {});
|
|
448
448
|
const fm = {
|
|
@@ -1297,7 +1297,7 @@ const HT = {
|
|
|
1297
1297
|
index: 1,
|
|
1298
1298
|
parent: ZT,
|
|
1299
1299
|
parentRelationType: w.ReturnedError
|
|
1300
|
-
},
|
|
1300
|
+
}, ut = {
|
|
1301
1301
|
id: Ae.Wait,
|
|
1302
1302
|
type: i.ActionDescriptor,
|
|
1303
1303
|
description: "Wait for the given amount of milliseconds before calling the next entity",
|
|
@@ -1427,7 +1427,7 @@ const eE = {
|
|
|
1427
1427
|
parent: null
|
|
1428
1428
|
}, cE = {
|
|
1429
1429
|
[Ae.Parallel]: qt,
|
|
1430
|
-
[Ae.Wait]:
|
|
1430
|
+
[Ae.Wait]: ut,
|
|
1431
1431
|
[Ae.Sequential]: un
|
|
1432
1432
|
};
|
|
1433
1433
|
var dE = /* @__PURE__ */ ((n) => (n.EntityToInstanciate = "entity-to-instanciate-argument-declaration", n))(dE || {}), uE = /* @__PURE__ */ ((n) => (n.Error = "create-new-instance-error-return-delaration", n))(uE || {});
|
|
@@ -1775,8 +1775,8 @@ const W = {
|
|
|
1775
1775
|
rightHand: "condition-more-than-or-equal-right-hand-input-id"
|
|
1776
1776
|
}
|
|
1777
1777
|
},
|
|
1778
|
-
[
|
|
1779
|
-
id:
|
|
1778
|
+
[Lt.NotEmpty]: {
|
|
1779
|
+
id: Lt.NotEmpty,
|
|
1780
1780
|
inputs: {
|
|
1781
1781
|
leftHand: "condition-not-empty-input-id"
|
|
1782
1782
|
}
|
|
@@ -1797,7 +1797,7 @@ const W = {
|
|
|
1797
1797
|
type: i.PrimitiveValue,
|
|
1798
1798
|
version: 1,
|
|
1799
1799
|
value: "https://some-url.com",
|
|
1800
|
-
name:
|
|
1800
|
+
name: I.String,
|
|
1801
1801
|
valueAsType: null,
|
|
1802
1802
|
parent: xE,
|
|
1803
1803
|
autogeneration: null
|
|
@@ -1847,7 +1847,7 @@ const W = {
|
|
|
1847
1847
|
type: i.PrimitiveValue,
|
|
1848
1848
|
version: 1,
|
|
1849
1849
|
value: "GET",
|
|
1850
|
-
name:
|
|
1850
|
+
name: I.Enum,
|
|
1851
1851
|
valueAsType: null,
|
|
1852
1852
|
parent: UE,
|
|
1853
1853
|
autogeneration: null
|
|
@@ -1960,7 +1960,7 @@ const W = {
|
|
|
1960
1960
|
type: i.PrimitiveValue,
|
|
1961
1961
|
version: 1,
|
|
1962
1962
|
value: {},
|
|
1963
|
-
name:
|
|
1963
|
+
name: I.JSON,
|
|
1964
1964
|
parent: XE,
|
|
1965
1965
|
valueAsType: null,
|
|
1966
1966
|
autogeneration: null
|
|
@@ -1992,7 +1992,7 @@ const W = {
|
|
|
1992
1992
|
type: i.PrimitiveValue,
|
|
1993
1993
|
version: 1,
|
|
1994
1994
|
value: {},
|
|
1995
|
-
name:
|
|
1995
|
+
name: I.JSON,
|
|
1996
1996
|
parent: eR,
|
|
1997
1997
|
valueAsType: null,
|
|
1998
1998
|
autogeneration: null
|
|
@@ -2435,7 +2435,7 @@ const W = {
|
|
|
2435
2435
|
id: "endpointBuiltInCorsPropertyDataTypeDefaultValueId",
|
|
2436
2436
|
type: i.PrimitiveValue,
|
|
2437
2437
|
version: 1,
|
|
2438
|
-
name:
|
|
2438
|
+
name: I.JSON,
|
|
2439
2439
|
value: ["*"],
|
|
2440
2440
|
parent: NR,
|
|
2441
2441
|
autogeneration: null,
|
|
@@ -2487,7 +2487,7 @@ const W = {
|
|
|
2487
2487
|
id: "endpointBuiltInPathPropertyDataTypeDefaultValueId",
|
|
2488
2488
|
type: i.PrimitiveValue,
|
|
2489
2489
|
version: 1,
|
|
2490
|
-
name:
|
|
2490
|
+
name: I.String,
|
|
2491
2491
|
value: "/",
|
|
2492
2492
|
parent: LR,
|
|
2493
2493
|
autogeneration: null,
|
|
@@ -2540,7 +2540,7 @@ const W = {
|
|
|
2540
2540
|
type: i.PrimitiveValue,
|
|
2541
2541
|
version: 1,
|
|
2542
2542
|
value: "GET",
|
|
2543
|
-
name:
|
|
2543
|
+
name: I.Enum,
|
|
2544
2544
|
parent: kR,
|
|
2545
2545
|
autogeneration: null,
|
|
2546
2546
|
valueAsType: null
|
|
@@ -2603,7 +2603,7 @@ const W = {
|
|
|
2603
2603
|
id: "endpointRequestHeadersVariableDataTypeDefaultValueId",
|
|
2604
2604
|
type: i.PrimitiveValue,
|
|
2605
2605
|
version: 1,
|
|
2606
|
-
name:
|
|
2606
|
+
name: I.JSON,
|
|
2607
2607
|
value: {},
|
|
2608
2608
|
parent: HR,
|
|
2609
2609
|
autogeneration: null,
|
|
@@ -2653,7 +2653,7 @@ const W = {
|
|
|
2653
2653
|
id: "endpointRequestQueryParamsVariableDataTypeDefaultValueId",
|
|
2654
2654
|
type: i.PrimitiveValue,
|
|
2655
2655
|
version: 1,
|
|
2656
|
-
name:
|
|
2656
|
+
name: I.JSON,
|
|
2657
2657
|
value: [],
|
|
2658
2658
|
parent: QR,
|
|
2659
2659
|
autogeneration: null,
|
|
@@ -2685,7 +2685,7 @@ const W = {
|
|
|
2685
2685
|
id: "endpointPathParamsVariableDataTypeDefaultValueId",
|
|
2686
2686
|
type: i.PrimitiveValue,
|
|
2687
2687
|
version: 1,
|
|
2688
|
-
name:
|
|
2688
|
+
name: I.JSON,
|
|
2689
2689
|
value: [],
|
|
2690
2690
|
parent: tb,
|
|
2691
2691
|
autogeneration: null,
|
|
@@ -2815,7 +2815,7 @@ const W = {
|
|
|
2815
2815
|
id: "endpointResponseHeadersDataTypeDefaultValueId",
|
|
2816
2816
|
type: i.PrimitiveValue,
|
|
2817
2817
|
version: 1,
|
|
2818
|
-
name:
|
|
2818
|
+
name: I.JSON,
|
|
2819
2819
|
value: {},
|
|
2820
2820
|
parent: mb,
|
|
2821
2821
|
autogeneration: null,
|
|
@@ -2917,7 +2917,7 @@ const W = {
|
|
|
2917
2917
|
abstractMethods: [gd],
|
|
2918
2918
|
extends: [],
|
|
2919
2919
|
methods: []
|
|
2920
|
-
},
|
|
2920
|
+
}, Mt = W[i.BuiltInBaseEntity].BUILT_IN_RELATIONAL_DATABASE_ENTITY, Ab = {
|
|
2921
2921
|
id: "relational-database-built-in-base-entity-identifier-property-data-type-ref-id",
|
|
2922
2922
|
type: i.GenericReference,
|
|
2923
2923
|
entityId: "relational-database-built-in-base-entity-identifier-property-data-type-id",
|
|
@@ -2925,7 +2925,7 @@ const W = {
|
|
|
2925
2925
|
}, Sb = {
|
|
2926
2926
|
id: "relational-database-built-in-base-entity-identifier-property-ref-id",
|
|
2927
2927
|
type: i.GenericReference,
|
|
2928
|
-
entityId:
|
|
2928
|
+
entityId: Mt.properties.identifier,
|
|
2929
2929
|
entityType: i.Property
|
|
2930
2930
|
}, Ob = {
|
|
2931
2931
|
id: "relational-database-built-in-base-entity-identifier-property-data-type-id",
|
|
@@ -2942,7 +2942,7 @@ const W = {
|
|
|
2942
2942
|
id: "relational-database-built-in-base-entity-identifier-property-default-value-id",
|
|
2943
2943
|
type: i.PrimitiveValue,
|
|
2944
2944
|
version: 1,
|
|
2945
|
-
name:
|
|
2945
|
+
name: I.String,
|
|
2946
2946
|
value: null,
|
|
2947
2947
|
parent: Ab,
|
|
2948
2948
|
autogeneration: {
|
|
@@ -2961,7 +2961,7 @@ const W = {
|
|
|
2961
2961
|
}, bo = {
|
|
2962
2962
|
hidden: !1,
|
|
2963
2963
|
required: !0,
|
|
2964
|
-
id:
|
|
2964
|
+
id: Mt.properties.identifier,
|
|
2965
2965
|
name: "Identifier name",
|
|
2966
2966
|
version: 1,
|
|
2967
2967
|
type: i.Property,
|
|
@@ -2981,7 +2981,7 @@ const W = {
|
|
|
2981
2981
|
}, Cb = {
|
|
2982
2982
|
id: "relational-database-built-in-base-entity-username-property-ref-id",
|
|
2983
2983
|
type: i.GenericReference,
|
|
2984
|
-
entityId:
|
|
2984
|
+
entityId: Mt.properties.username,
|
|
2985
2985
|
entityType: i.Property
|
|
2986
2986
|
}, wb = {
|
|
2987
2987
|
id: "relational-database-built-in-base-entity-username-property-data-type-id",
|
|
@@ -2998,7 +2998,7 @@ const W = {
|
|
|
2998
2998
|
id: "relational-database-built-in-base-entity-username-property-default-value-id",
|
|
2999
2999
|
type: i.PrimitiveValue,
|
|
3000
3000
|
version: 1,
|
|
3001
|
-
name:
|
|
3001
|
+
name: I.String,
|
|
3002
3002
|
value: "postgres",
|
|
3003
3003
|
parent: {
|
|
3004
3004
|
id: "relational-database-built-in-base-entity-username-property-data-type-default-value-parent-ref-id",
|
|
@@ -3013,7 +3013,7 @@ const W = {
|
|
|
3013
3013
|
}, vo = {
|
|
3014
3014
|
hidden: !1,
|
|
3015
3015
|
required: !0,
|
|
3016
|
-
id:
|
|
3016
|
+
id: Mt.properties.username,
|
|
3017
3017
|
name: "Username",
|
|
3018
3018
|
version: 1,
|
|
3019
3019
|
type: i.Property,
|
|
@@ -3033,7 +3033,7 @@ const W = {
|
|
|
3033
3033
|
}, Bb = {
|
|
3034
3034
|
id: "relational-database-built-in-base-entity-password-property-ref-id",
|
|
3035
3035
|
type: i.GenericReference,
|
|
3036
|
-
entityId:
|
|
3036
|
+
entityId: Mt.properties.password,
|
|
3037
3037
|
entityType: i.Property
|
|
3038
3038
|
}, Mb = {
|
|
3039
3039
|
id: "relational-database-built-in-base-entity-password-property-data-type-id",
|
|
@@ -3051,7 +3051,7 @@ const W = {
|
|
|
3051
3051
|
}, go = {
|
|
3052
3052
|
hidden: !1,
|
|
3053
3053
|
required: !0,
|
|
3054
|
-
id:
|
|
3054
|
+
id: Mt.properties.password,
|
|
3055
3055
|
name: "Password",
|
|
3056
3056
|
version: 1,
|
|
3057
3057
|
type: i.Property,
|
|
@@ -3071,7 +3071,7 @@ const W = {
|
|
|
3071
3071
|
}, Nb = {
|
|
3072
3072
|
id: "relational-database-built-in-base-entity-min-size-property-ref-id",
|
|
3073
3073
|
type: i.GenericReference,
|
|
3074
|
-
entityId:
|
|
3074
|
+
entityId: Mt.properties.minSize,
|
|
3075
3075
|
entityType: i.Property
|
|
3076
3076
|
}, xb = {
|
|
3077
3077
|
id: "relational-database-built-in-base-entity-min-size-property-data-type-id",
|
|
@@ -3088,7 +3088,7 @@ const W = {
|
|
|
3088
3088
|
id: "relational-database-built-in-base-entity-min-size-property-default-value-id",
|
|
3089
3089
|
type: i.PrimitiveValue,
|
|
3090
3090
|
version: 1,
|
|
3091
|
-
name:
|
|
3091
|
+
name: I.Number,
|
|
3092
3092
|
value: 6,
|
|
3093
3093
|
parent: _b,
|
|
3094
3094
|
autogeneration: null,
|
|
@@ -3098,7 +3098,7 @@ const W = {
|
|
|
3098
3098
|
}, Io = {
|
|
3099
3099
|
hidden: !0,
|
|
3100
3100
|
required: !0,
|
|
3101
|
-
id:
|
|
3101
|
+
id: Mt.properties.minSize,
|
|
3102
3102
|
name: "Minimum GB size",
|
|
3103
3103
|
version: 1,
|
|
3104
3104
|
type: i.Property,
|
|
@@ -3118,7 +3118,7 @@ const W = {
|
|
|
3118
3118
|
}, Vb = {
|
|
3119
3119
|
id: "relational-database-built-in-base-entity-default-property-ref-id",
|
|
3120
3120
|
type: i.GenericReference,
|
|
3121
|
-
entityId:
|
|
3121
|
+
entityId: Mt.properties.default,
|
|
3122
3122
|
entityType: i.Property
|
|
3123
3123
|
}, Gb = {
|
|
3124
3124
|
id: "relational-database-built-in-base-entity-default-property-data-type-id",
|
|
@@ -3135,7 +3135,7 @@ const W = {
|
|
|
3135
3135
|
id: "relational-database-built-in-base-entity-default-property-default-value-id",
|
|
3136
3136
|
type: i.PrimitiveValue,
|
|
3137
3137
|
version: 1,
|
|
3138
|
-
name:
|
|
3138
|
+
name: I.Boolean,
|
|
3139
3139
|
value: !1,
|
|
3140
3140
|
parent: $b,
|
|
3141
3141
|
autogeneration: null,
|
|
@@ -3145,7 +3145,7 @@ const W = {
|
|
|
3145
3145
|
}, Id = {
|
|
3146
3146
|
hidden: !0,
|
|
3147
3147
|
required: !0,
|
|
3148
|
-
id:
|
|
3148
|
+
id: Mt.properties.default,
|
|
3149
3149
|
name: "Default",
|
|
3150
3150
|
version: 1,
|
|
3151
3151
|
type: i.Property,
|
|
@@ -3160,7 +3160,7 @@ const W = {
|
|
|
3160
3160
|
}, Lb = {
|
|
3161
3161
|
id: "relational-database-built-in-base-entity-autoscaling-property-ref-id",
|
|
3162
3162
|
type: i.GenericReference,
|
|
3163
|
-
entityId:
|
|
3163
|
+
entityId: Mt.properties.autoscaling,
|
|
3164
3164
|
entityType: i.Property
|
|
3165
3165
|
}, Fb = {
|
|
3166
3166
|
id: "relational-database-built-in-base-entity-autoscaling-property-data-type-ref-id",
|
|
@@ -3182,7 +3182,7 @@ const W = {
|
|
|
3182
3182
|
id: "relational-database-built-in-base-entity-autoscaling-property-default-value-id",
|
|
3183
3183
|
type: i.PrimitiveValue,
|
|
3184
3184
|
version: 1,
|
|
3185
|
-
name:
|
|
3185
|
+
name: I.Boolean,
|
|
3186
3186
|
value: !1,
|
|
3187
3187
|
parent: Fb,
|
|
3188
3188
|
autogeneration: null,
|
|
@@ -3197,7 +3197,7 @@ const W = {
|
|
|
3197
3197
|
}, Pd = {
|
|
3198
3198
|
hidden: !0,
|
|
3199
3199
|
required: !0,
|
|
3200
|
-
id:
|
|
3200
|
+
id: Mt.properties.autoscaling,
|
|
3201
3201
|
name: "Auto-scaling",
|
|
3202
3202
|
version: 1,
|
|
3203
3203
|
type: i.Property,
|
|
@@ -3233,11 +3233,11 @@ const W = {
|
|
|
3233
3233
|
type: i.GenericReference,
|
|
3234
3234
|
entityId: "persisted-built-in-base-entity-ref-id",
|
|
3235
3235
|
entityType: i.BuiltInBaseEntity,
|
|
3236
|
-
id:
|
|
3236
|
+
id: wt.DeletePersistedEntity
|
|
3237
3237
|
}, Dd = {
|
|
3238
3238
|
type: i.FunctionDeclaration,
|
|
3239
|
-
id:
|
|
3240
|
-
name:
|
|
3239
|
+
id: wt.DeletePersistedEntity,
|
|
3240
|
+
name: wt.DeletePersistedEntity,
|
|
3241
3241
|
description: "Permanently deletes the current copy of an entity from the database",
|
|
3242
3242
|
version: 1,
|
|
3243
3243
|
parent: kb,
|
|
@@ -3254,11 +3254,11 @@ const W = {
|
|
|
3254
3254
|
type: i.GenericReference,
|
|
3255
3255
|
entityId: "persisted-built-in-base-entity-ref-id",
|
|
3256
3256
|
entityType: i.BuiltInBaseEntity,
|
|
3257
|
-
id:
|
|
3257
|
+
id: wt.SoftDeletePersistedEntity
|
|
3258
3258
|
}, Jb = {
|
|
3259
3259
|
type: i.FunctionDeclaration,
|
|
3260
|
-
id:
|
|
3261
|
-
name:
|
|
3260
|
+
id: wt.SoftDeletePersistedEntity,
|
|
3261
|
+
name: wt.SoftDeletePersistedEntity,
|
|
3262
3262
|
description: "Designates the entity as deleted, but does not remove it from the database.",
|
|
3263
3263
|
version: 1,
|
|
3264
3264
|
parent: qb,
|
|
@@ -3339,7 +3339,7 @@ const W = {
|
|
|
3339
3339
|
id: "persisted-built-in-base-entity-identifier-property-data-type-default-value-id",
|
|
3340
3340
|
type: i.PrimitiveValue,
|
|
3341
3341
|
version: 1,
|
|
3342
|
-
name:
|
|
3342
|
+
name: I.UUID,
|
|
3343
3343
|
value: null,
|
|
3344
3344
|
parent: zb,
|
|
3345
3345
|
autogeneration: {
|
|
@@ -3602,7 +3602,7 @@ const W = {
|
|
|
3602
3602
|
id: "execution-built-in-entity-abort-method-id",
|
|
3603
3603
|
type: i.FunctionDeclaration,
|
|
3604
3604
|
version: 1,
|
|
3605
|
-
name:
|
|
3605
|
+
name: wt.AbortExecution,
|
|
3606
3606
|
description: "Aborts the execution of the entity",
|
|
3607
3607
|
inputs: [],
|
|
3608
3608
|
returnStatements: [],
|
|
@@ -3631,7 +3631,7 @@ const W = {
|
|
|
3631
3631
|
type: i.GenericReference,
|
|
3632
3632
|
id: "not-empty-condition-ref",
|
|
3633
3633
|
entityType: i.ActionDescriptor,
|
|
3634
|
-
entityId:
|
|
3634
|
+
entityId: Lt.NotEmpty
|
|
3635
3635
|
}, bv = {
|
|
3636
3636
|
id: Ev.inputs.leftHand,
|
|
3637
3637
|
type: i.ValueDescriptor,
|
|
@@ -3645,9 +3645,9 @@ const W = {
|
|
|
3645
3645
|
parent: Rv
|
|
3646
3646
|
}, Vr = {
|
|
3647
3647
|
type: i.ActionDescriptor,
|
|
3648
|
-
id:
|
|
3648
|
+
id: Lt.NotEmpty,
|
|
3649
3649
|
version: 1,
|
|
3650
|
-
name:
|
|
3650
|
+
name: Lt.NotEmpty,
|
|
3651
3651
|
description: "Checks if the value is not empty",
|
|
3652
3652
|
parent: null,
|
|
3653
3653
|
fixedArguments: [bv],
|
|
@@ -3658,7 +3658,7 @@ const W = {
|
|
|
3658
3658
|
returnsType: G.None,
|
|
3659
3659
|
error: null
|
|
3660
3660
|
}, vv = {
|
|
3661
|
-
[
|
|
3661
|
+
[Lt.NotEmpty]: Vr
|
|
3662
3662
|
}, Md = W[i.Condition]["more-than-or-equal"], gv = {
|
|
3663
3663
|
type: i.GenericReference,
|
|
3664
3664
|
id: "more-than-or-equal-condition-left-hand-argument-parent-ref",
|
|
@@ -3863,7 +3863,7 @@ const _ = Z.arrayToEnum([
|
|
|
3863
3863
|
"not_multiple_of",
|
|
3864
3864
|
"not_finite"
|
|
3865
3865
|
]), Cv = (n) => JSON.stringify(n, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
3866
|
-
class
|
|
3866
|
+
class ft extends Error {
|
|
3867
3867
|
constructor(e) {
|
|
3868
3868
|
super(), this.issues = [], this.addIssue = (r) => {
|
|
3869
3869
|
this.issues = [...this.issues, r];
|
|
@@ -3900,7 +3900,7 @@ class mt extends Error {
|
|
|
3900
3900
|
return a(this), r;
|
|
3901
3901
|
}
|
|
3902
3902
|
static assert(e) {
|
|
3903
|
-
if (!(e instanceof
|
|
3903
|
+
if (!(e instanceof ft))
|
|
3904
3904
|
throw new Error(`Not a ZodError: ${e}`);
|
|
3905
3905
|
}
|
|
3906
3906
|
toString() {
|
|
@@ -3922,7 +3922,7 @@ class mt extends Error {
|
|
|
3922
3922
|
return this.flatten();
|
|
3923
3923
|
}
|
|
3924
3924
|
}
|
|
3925
|
-
|
|
3925
|
+
ft.create = (n) => new ft(n);
|
|
3926
3926
|
const yr = (n, e) => {
|
|
3927
3927
|
let t;
|
|
3928
3928
|
switch (n.code) {
|
|
@@ -4105,7 +4105,7 @@ const bc = (n, e) => {
|
|
|
4105
4105
|
get error() {
|
|
4106
4106
|
if (this._error)
|
|
4107
4107
|
return this._error;
|
|
4108
|
-
const t = new
|
|
4108
|
+
const t = new ft(n.common.issues);
|
|
4109
4109
|
return this._error = t, this._error;
|
|
4110
4110
|
}
|
|
4111
4111
|
};
|
|
@@ -4222,7 +4222,7 @@ class H {
|
|
|
4222
4222
|
return this._refinement((r, a) => e(r) ? !0 : (a.addIssue(typeof t == "function" ? t(r, a) : t), !1));
|
|
4223
4223
|
}
|
|
4224
4224
|
_refinement(e) {
|
|
4225
|
-
return new
|
|
4225
|
+
return new Ft({
|
|
4226
4226
|
schema: this,
|
|
4227
4227
|
typeName: L.ZodEffects,
|
|
4228
4228
|
effect: { type: "refinement", refinement: e }
|
|
@@ -4241,7 +4241,7 @@ class H {
|
|
|
4241
4241
|
return this.nullable().optional();
|
|
4242
4242
|
}
|
|
4243
4243
|
array() {
|
|
4244
|
-
return
|
|
4244
|
+
return Gt.create(this, this._def);
|
|
4245
4245
|
}
|
|
4246
4246
|
promise() {
|
|
4247
4247
|
return fr.create(this, this._def);
|
|
@@ -4253,7 +4253,7 @@ class H {
|
|
|
4253
4253
|
return yi.create(this, e, this._def);
|
|
4254
4254
|
}
|
|
4255
4255
|
transform(e) {
|
|
4256
|
-
return new
|
|
4256
|
+
return new Ft({
|
|
4257
4257
|
...q(this._def),
|
|
4258
4258
|
schema: this,
|
|
4259
4259
|
typeName: L.ZodEffects,
|
|
@@ -4323,7 +4323,7 @@ function Gd(n) {
|
|
|
4323
4323
|
function Jv(n, e) {
|
|
4324
4324
|
return !!((e === "v4" || !e) && Fv.test(n) || (e === "v6" || !e) && Uv.test(n));
|
|
4325
4325
|
}
|
|
4326
|
-
class
|
|
4326
|
+
class $t extends H {
|
|
4327
4327
|
_parse(e) {
|
|
4328
4328
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== _.string) {
|
|
4329
4329
|
const s = this._getOrReturnCtx(e);
|
|
@@ -4475,7 +4475,7 @@ class Vt extends H {
|
|
|
4475
4475
|
});
|
|
4476
4476
|
}
|
|
4477
4477
|
_addCheck(e) {
|
|
4478
|
-
return new
|
|
4478
|
+
return new $t({
|
|
4479
4479
|
...this._def,
|
|
4480
4480
|
checks: [...this._def.checks, e]
|
|
4481
4481
|
});
|
|
@@ -4601,19 +4601,19 @@ class Vt extends H {
|
|
|
4601
4601
|
return this.min(1, V.errToObj(e));
|
|
4602
4602
|
}
|
|
4603
4603
|
trim() {
|
|
4604
|
-
return new
|
|
4604
|
+
return new $t({
|
|
4605
4605
|
...this._def,
|
|
4606
4606
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
4607
4607
|
});
|
|
4608
4608
|
}
|
|
4609
4609
|
toLowerCase() {
|
|
4610
|
-
return new
|
|
4610
|
+
return new $t({
|
|
4611
4611
|
...this._def,
|
|
4612
4612
|
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
4613
4613
|
});
|
|
4614
4614
|
}
|
|
4615
4615
|
toUpperCase() {
|
|
4616
|
-
return new
|
|
4616
|
+
return new $t({
|
|
4617
4617
|
...this._def,
|
|
4618
4618
|
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
4619
4619
|
});
|
|
@@ -4673,9 +4673,9 @@ class Vt extends H {
|
|
|
4673
4673
|
return e;
|
|
4674
4674
|
}
|
|
4675
4675
|
}
|
|
4676
|
-
|
|
4676
|
+
$t.create = (n) => {
|
|
4677
4677
|
var e;
|
|
4678
|
-
return new
|
|
4678
|
+
return new $t({
|
|
4679
4679
|
checks: [],
|
|
4680
4680
|
typeName: L.ZodString,
|
|
4681
4681
|
coerce: (e = n == null ? void 0 : n.coerce) !== null && e !== void 0 ? e : !1,
|
|
@@ -5188,7 +5188,7 @@ Ea.create = (n) => new Ea({
|
|
|
5188
5188
|
typeName: L.ZodVoid,
|
|
5189
5189
|
...q(n)
|
|
5190
5190
|
});
|
|
5191
|
-
class
|
|
5191
|
+
class Gt extends H {
|
|
5192
5192
|
_parse(e) {
|
|
5193
5193
|
const { ctx: t, status: r } = this._processInputParams(e), a = this._def;
|
|
5194
5194
|
if (t.parsedType !== _.array)
|
|
@@ -5232,19 +5232,19 @@ class Lt extends H {
|
|
|
5232
5232
|
return this._def.type;
|
|
5233
5233
|
}
|
|
5234
5234
|
min(e, t) {
|
|
5235
|
-
return new
|
|
5235
|
+
return new Gt({
|
|
5236
5236
|
...this._def,
|
|
5237
5237
|
minLength: { value: e, message: V.toString(t) }
|
|
5238
5238
|
});
|
|
5239
5239
|
}
|
|
5240
5240
|
max(e, t) {
|
|
5241
|
-
return new
|
|
5241
|
+
return new Gt({
|
|
5242
5242
|
...this._def,
|
|
5243
5243
|
maxLength: { value: e, message: V.toString(t) }
|
|
5244
5244
|
});
|
|
5245
5245
|
}
|
|
5246
5246
|
length(e, t) {
|
|
5247
|
-
return new
|
|
5247
|
+
return new Gt({
|
|
5248
5248
|
...this._def,
|
|
5249
5249
|
exactLength: { value: e, message: V.toString(t) }
|
|
5250
5250
|
});
|
|
@@ -5253,7 +5253,7 @@ class Lt extends H {
|
|
|
5253
5253
|
return this.min(1, e);
|
|
5254
5254
|
}
|
|
5255
5255
|
}
|
|
5256
|
-
|
|
5256
|
+
Gt.create = (n, e) => new Gt({
|
|
5257
5257
|
type: n,
|
|
5258
5258
|
minLength: null,
|
|
5259
5259
|
maxLength: null,
|
|
@@ -5273,7 +5273,7 @@ function ar(n) {
|
|
|
5273
5273
|
shape: () => e
|
|
5274
5274
|
});
|
|
5275
5275
|
} else
|
|
5276
|
-
return n instanceof
|
|
5276
|
+
return n instanceof Gt ? new Gt({
|
|
5277
5277
|
...n._def,
|
|
5278
5278
|
type: ar(n.element)
|
|
5279
5279
|
}) : n instanceof Jt ? Jt.create(ar(n.unwrap())) : n instanceof bn ? bn.create(ar(n.unwrap())) : n instanceof Yt ? Yt.create(n.items.map((e) => ar(e))) : n;
|
|
@@ -5576,7 +5576,7 @@ class pi extends H {
|
|
|
5576
5576
|
for (const l of s)
|
|
5577
5577
|
if (l.result.status === "dirty")
|
|
5578
5578
|
return t.common.issues.push(...l.ctx.common.issues), l.result;
|
|
5579
|
-
const o = s.map((l) => new
|
|
5579
|
+
const o = s.map((l) => new ft(l.ctx.common.issues));
|
|
5580
5580
|
return B(t, {
|
|
5581
5581
|
code: A.invalid_union,
|
|
5582
5582
|
unionErrors: o
|
|
@@ -5623,7 +5623,7 @@ class pi extends H {
|
|
|
5623
5623
|
}
|
|
5624
5624
|
if (s)
|
|
5625
5625
|
return t.common.issues.push(...s.ctx.common.issues), s.result;
|
|
5626
|
-
const l = o.map((u) => new
|
|
5626
|
+
const l = o.map((u) => new ft(u));
|
|
5627
5627
|
return B(t, {
|
|
5628
5628
|
code: A.invalid_union,
|
|
5629
5629
|
unionErrors: l
|
|
@@ -5639,7 +5639,7 @@ pi.create = (n, e) => new pi({
|
|
|
5639
5639
|
typeName: L.ZodUnion,
|
|
5640
5640
|
...q(e)
|
|
5641
5641
|
});
|
|
5642
|
-
const Kt = (n) => n instanceof fi ? Kt(n.schema) : n instanceof
|
|
5642
|
+
const Kt = (n) => n instanceof fi ? Kt(n.schema) : n instanceof Ft ? Kt(n.innerType()) : n instanceof mi ? [n.value] : n instanceof Rn ? n.options : n instanceof Ti ? Z.objectValues(n.enum) : n instanceof Ei ? Kt(n._def.innerType) : n instanceof di ? [void 0] : n instanceof ui ? [null] : n instanceof Jt ? [void 0, ...Kt(n.unwrap())] : n instanceof bn ? [null, ...Kt(n.unwrap())] : n instanceof Ao || n instanceof bi ? Kt(n.unwrap()) : n instanceof Ri ? Kt(n._def.innerType) : [];
|
|
5643
5643
|
class xa extends H {
|
|
5644
5644
|
_parse(e) {
|
|
5645
5645
|
const { ctx: t } = this._processInputParams(e);
|
|
@@ -5851,7 +5851,7 @@ class hi extends H {
|
|
|
5851
5851
|
typeName: L.ZodRecord,
|
|
5852
5852
|
...q(r)
|
|
5853
5853
|
}) : new hi({
|
|
5854
|
-
keyType:
|
|
5854
|
+
keyType: $t.create(),
|
|
5855
5855
|
valueType: e,
|
|
5856
5856
|
typeName: L.ZodRecord,
|
|
5857
5857
|
...q(t)
|
|
@@ -6018,7 +6018,7 @@ class ur extends H {
|
|
|
6018
6018
|
if (this._def.returns instanceof fr) {
|
|
6019
6019
|
const l = this;
|
|
6020
6020
|
return at(async function(...u) {
|
|
6021
|
-
const p = new
|
|
6021
|
+
const p = new ft([]), h = await l._def.args.parseAsync(u, s).catch((b) => {
|
|
6022
6022
|
throw p.addIssue(r(u, b)), p;
|
|
6023
6023
|
}), f = await Reflect.apply(o, this, h);
|
|
6024
6024
|
return await l._def.returns._def.type.parseAsync(f, s).catch((b) => {
|
|
@@ -6030,10 +6030,10 @@ class ur extends H {
|
|
|
6030
6030
|
return at(function(...u) {
|
|
6031
6031
|
const p = l._def.args.safeParse(u, s);
|
|
6032
6032
|
if (!p.success)
|
|
6033
|
-
throw new
|
|
6033
|
+
throw new ft([r(u, p.error)]);
|
|
6034
6034
|
const h = Reflect.apply(o, this, p.data), f = l._def.returns.safeParse(h, s);
|
|
6035
6035
|
if (!f.success)
|
|
6036
|
-
throw new
|
|
6036
|
+
throw new ft([a(h, f.error)]);
|
|
6037
6037
|
return f.data;
|
|
6038
6038
|
});
|
|
6039
6039
|
}
|
|
@@ -6230,7 +6230,7 @@ fr.create = (n, e) => new fr({
|
|
|
6230
6230
|
typeName: L.ZodPromise,
|
|
6231
6231
|
...q(e)
|
|
6232
6232
|
});
|
|
6233
|
-
class
|
|
6233
|
+
class Ft extends H {
|
|
6234
6234
|
innerType() {
|
|
6235
6235
|
return this._def.schema;
|
|
6236
6236
|
}
|
|
@@ -6307,13 +6307,13 @@ class Ut extends H {
|
|
|
6307
6307
|
Z.assertNever(a);
|
|
6308
6308
|
}
|
|
6309
6309
|
}
|
|
6310
|
-
|
|
6310
|
+
Ft.create = (n, e, t) => new Ft({
|
|
6311
6311
|
schema: n,
|
|
6312
6312
|
typeName: L.ZodEffects,
|
|
6313
6313
|
effect: e,
|
|
6314
6314
|
...q(t)
|
|
6315
6315
|
});
|
|
6316
|
-
|
|
6316
|
+
Ft.createWithPreprocess = (n, e, t) => new Ft({
|
|
6317
6317
|
schema: e,
|
|
6318
6318
|
effect: { type: "preprocess", transform: n },
|
|
6319
6319
|
typeName: L.ZodEffects,
|
|
@@ -6384,7 +6384,7 @@ class Ri extends H {
|
|
|
6384
6384
|
status: "valid",
|
|
6385
6385
|
value: s.status === "valid" ? s.value : this._def.catchValue({
|
|
6386
6386
|
get error() {
|
|
6387
|
-
return new
|
|
6387
|
+
return new ft(r.common.issues);
|
|
6388
6388
|
},
|
|
6389
6389
|
input: r.data
|
|
6390
6390
|
})
|
|
@@ -6392,7 +6392,7 @@ class Ri extends H {
|
|
|
6392
6392
|
status: "valid",
|
|
6393
6393
|
value: a.status === "valid" ? a.value : this._def.catchValue({
|
|
6394
6394
|
get error() {
|
|
6395
|
-
return new
|
|
6395
|
+
return new ft(r.common.issues);
|
|
6396
6396
|
},
|
|
6397
6397
|
input: r.data
|
|
6398
6398
|
})
|
|
@@ -6511,8 +6511,8 @@ var L;
|
|
|
6511
6511
|
})(L || (L = {}));
|
|
6512
6512
|
const zv = (n, e = {
|
|
6513
6513
|
message: `Input not instance of ${n.name}`
|
|
6514
|
-
}) => Fd((t) => t instanceof n, e), va =
|
|
6515
|
-
string: (n) =>
|
|
6514
|
+
}) => Fd((t) => t instanceof n, e), va = $t.create, So = Tn.create, Zv = ba.create, Xv = En.create, Oo = ci.create, Ud = Nn.create, Qv = Ta.create, Kv = di.create, jd = ui.create, eg = hr.create, la = _n.create, tg = an.create, ng = Ea.create, rg = Gt.create, kd = Ne.create, ig = Ne.strictCreate, ag = pi.create, sg = xa.create, og = yi.create, lg = Yt.create, qd = hi.create, cg = Ra.create, dg = xn.create, ug = ur.create, pg = fi.create, yg = mi.create, Jd = Rn.create, hg = Ti.create, fg = fr.create, vc = Ft.create, mg = Jt.create, Tg = bn.create, Eg = Ft.createWithPreprocess, Rg = $i.create, bg = () => va().optional(), vg = () => So().optional(), gg = () => Oo().optional(), Ig = {
|
|
6515
|
+
string: (n) => $t.create({ ...n, coerce: !0 }),
|
|
6516
6516
|
number: (n) => Tn.create({ ...n, coerce: !0 }),
|
|
6517
6517
|
boolean: (n) => ci.create({
|
|
6518
6518
|
...n,
|
|
@@ -6547,7 +6547,7 @@ var d = /* @__PURE__ */ Object.freeze({
|
|
|
6547
6547
|
getParsedType: pn,
|
|
6548
6548
|
ZodType: H,
|
|
6549
6549
|
datetimeRegex: Gd,
|
|
6550
|
-
ZodString:
|
|
6550
|
+
ZodString: $t,
|
|
6551
6551
|
ZodNumber: Tn,
|
|
6552
6552
|
ZodBigInt: En,
|
|
6553
6553
|
ZodBoolean: ci,
|
|
@@ -6559,7 +6559,7 @@ var d = /* @__PURE__ */ Object.freeze({
|
|
|
6559
6559
|
ZodUnknown: _n,
|
|
6560
6560
|
ZodNever: an,
|
|
6561
6561
|
ZodVoid: Ea,
|
|
6562
|
-
ZodArray:
|
|
6562
|
+
ZodArray: Gt,
|
|
6563
6563
|
ZodObject: Ne,
|
|
6564
6564
|
ZodUnion: pi,
|
|
6565
6565
|
ZodDiscriminatedUnion: xa,
|
|
@@ -6574,8 +6574,8 @@ var d = /* @__PURE__ */ Object.freeze({
|
|
|
6574
6574
|
ZodEnum: Rn,
|
|
6575
6575
|
ZodNativeEnum: Ti,
|
|
6576
6576
|
ZodPromise: fr,
|
|
6577
|
-
ZodEffects:
|
|
6578
|
-
ZodTransformer:
|
|
6577
|
+
ZodEffects: Ft,
|
|
6578
|
+
ZodTransformer: Ft,
|
|
6579
6579
|
ZodOptional: Jt,
|
|
6580
6580
|
ZodNullable: bn,
|
|
6581
6581
|
ZodDefault: Ei,
|
|
@@ -6635,7 +6635,7 @@ var d = /* @__PURE__ */ Object.freeze({
|
|
|
6635
6635
|
NEVER: Pg,
|
|
6636
6636
|
ZodIssueCode: A,
|
|
6637
6637
|
quotelessJson: Cv,
|
|
6638
|
-
ZodError:
|
|
6638
|
+
ZodError: ft
|
|
6639
6639
|
});
|
|
6640
6640
|
function Dg(n) {
|
|
6641
6641
|
var a, s, o;
|
|
@@ -6645,32 +6645,32 @@ function Dg(n) {
|
|
|
6645
6645
|
let r = la();
|
|
6646
6646
|
if (((a = n.dataType.entity) == null ? void 0 : a.type) === i.PrimitiveEntity)
|
|
6647
6647
|
switch (n.dataType.entity.name) {
|
|
6648
|
-
case
|
|
6648
|
+
case I.String:
|
|
6649
6649
|
r = va();
|
|
6650
6650
|
break;
|
|
6651
|
-
case
|
|
6651
|
+
case I.JSON:
|
|
6652
6652
|
r = qd(la());
|
|
6653
6653
|
break;
|
|
6654
|
-
case
|
|
6654
|
+
case I.Number:
|
|
6655
6655
|
r = So();
|
|
6656
6656
|
break;
|
|
6657
|
-
case
|
|
6657
|
+
case I.Boolean:
|
|
6658
6658
|
r = Oo();
|
|
6659
6659
|
break;
|
|
6660
|
-
case
|
|
6660
|
+
case I.Date:
|
|
6661
6661
|
r = Ud();
|
|
6662
6662
|
break;
|
|
6663
|
-
case
|
|
6663
|
+
case I.Enum: {
|
|
6664
6664
|
const l = n.dataType.options || [];
|
|
6665
6665
|
if (l.length === 0)
|
|
6666
6666
|
throw new Error(`Enum property ${n.name} has no options`);
|
|
6667
6667
|
r = Jd(l);
|
|
6668
6668
|
break;
|
|
6669
6669
|
}
|
|
6670
|
-
case
|
|
6670
|
+
case I.Null:
|
|
6671
6671
|
r = jd();
|
|
6672
6672
|
break;
|
|
6673
|
-
case
|
|
6673
|
+
case I.UUID:
|
|
6674
6674
|
r = va().uuid();
|
|
6675
6675
|
break;
|
|
6676
6676
|
}
|
|
@@ -7248,28 +7248,28 @@ function G9(n) {
|
|
|
7248
7248
|
return null;
|
|
7249
7249
|
switch (n.autogeneration.type) {
|
|
7250
7250
|
case Fe.CurrentDateAndTime:
|
|
7251
|
-
if (n.name ===
|
|
7251
|
+
if (n.name === I.Date)
|
|
7252
7252
|
return /* @__PURE__ */ new Date();
|
|
7253
7253
|
case Fe.Random: {
|
|
7254
|
-
if (n.name ===
|
|
7254
|
+
if (n.name === I.Date)
|
|
7255
7255
|
return wg(
|
|
7256
7256
|
n.autogeneration
|
|
7257
7257
|
);
|
|
7258
|
-
if (n.name ===
|
|
7258
|
+
if (n.name === I.Number)
|
|
7259
7259
|
return jI(
|
|
7260
7260
|
n.autogeneration
|
|
7261
7261
|
);
|
|
7262
|
-
if (n.name ===
|
|
7262
|
+
if (n.name === I.String)
|
|
7263
7263
|
return WI(
|
|
7264
7264
|
n.autogeneration
|
|
7265
7265
|
);
|
|
7266
|
-
if (n.name ===
|
|
7266
|
+
if (n.name === I.Boolean)
|
|
7267
7267
|
return HI(
|
|
7268
7268
|
n.autogeneration
|
|
7269
7269
|
);
|
|
7270
7270
|
}
|
|
7271
7271
|
case Fe.Unique:
|
|
7272
|
-
if (n.name ===
|
|
7272
|
+
if (n.name === I.UUID)
|
|
7273
7273
|
return GI();
|
|
7274
7274
|
default:
|
|
7275
7275
|
throw new Error(
|
|
@@ -7302,7 +7302,7 @@ const J = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", wo = "global-user-variable-id"
|
|
|
7302
7302
|
id: "alternative-relational-database-entity-identifier-property-data-type-default-value-id",
|
|
7303
7303
|
type: i.PrimitiveValue,
|
|
7304
7304
|
version: 1,
|
|
7305
|
-
name:
|
|
7305
|
+
name: I.String,
|
|
7306
7306
|
value: null,
|
|
7307
7307
|
parent: YI,
|
|
7308
7308
|
autogeneration: {
|
|
@@ -7428,7 +7428,7 @@ const tP = {
|
|
|
7428
7428
|
id: "alternative-relational-database-entity-min-size-property-data-type-default-value-id",
|
|
7429
7429
|
type: i.PrimitiveValue,
|
|
7430
7430
|
version: 1,
|
|
7431
|
-
name:
|
|
7431
|
+
name: I.Number,
|
|
7432
7432
|
value: 6,
|
|
7433
7433
|
parent: iP,
|
|
7434
7434
|
autogeneration: null,
|
|
@@ -7504,7 +7504,7 @@ const tP = {
|
|
|
7504
7504
|
type: i.PrimitiveValue,
|
|
7505
7505
|
version: 1,
|
|
7506
7506
|
value: null,
|
|
7507
|
-
name:
|
|
7507
|
+
name: I.EntityTemplate,
|
|
7508
7508
|
valueAsType: tu,
|
|
7509
7509
|
autogeneration: null,
|
|
7510
7510
|
parent: dP
|
|
@@ -7614,7 +7614,7 @@ const tP = {
|
|
|
7614
7614
|
id: "default-relational-database-entity-identifier-property-data-type-default-value-id",
|
|
7615
7615
|
type: i.PrimitiveValue,
|
|
7616
7616
|
version: 1,
|
|
7617
|
-
name:
|
|
7617
|
+
name: I.String,
|
|
7618
7618
|
value: "main",
|
|
7619
7619
|
parent: bP,
|
|
7620
7620
|
autogeneration: {
|
|
@@ -7672,7 +7672,7 @@ const PP = {
|
|
|
7672
7672
|
id: "default-relational-database-entity-username-property-data-type-default-value-id",
|
|
7673
7673
|
type: i.PrimitiveValue,
|
|
7674
7674
|
version: 1,
|
|
7675
|
-
name:
|
|
7675
|
+
name: I.String,
|
|
7676
7676
|
value: "root",
|
|
7677
7677
|
parent: DP,
|
|
7678
7678
|
autogeneration: null,
|
|
@@ -7721,7 +7721,7 @@ const OP = {
|
|
|
7721
7721
|
id: "default-relational-database-entity-password-property-data-type-default-value-id",
|
|
7722
7722
|
type: i.PrimitiveValue,
|
|
7723
7723
|
version: 1,
|
|
7724
|
-
name:
|
|
7724
|
+
name: I.String,
|
|
7725
7725
|
value: "password",
|
|
7726
7726
|
parent: CP,
|
|
7727
7727
|
autogeneration: null,
|
|
@@ -7768,7 +7768,7 @@ const OP = {
|
|
|
7768
7768
|
id: "default-relational-database-entity-min-size-property-data-type-default-value-id",
|
|
7769
7769
|
type: i.PrimitiveValue,
|
|
7770
7770
|
version: 1,
|
|
7771
|
-
name:
|
|
7771
|
+
name: I.Number,
|
|
7772
7772
|
value: 6,
|
|
7773
7773
|
parent: MP,
|
|
7774
7774
|
autogeneration: null,
|
|
@@ -7815,7 +7815,7 @@ const OP = {
|
|
|
7815
7815
|
id: "default-relational-database-entity-default-property-data-type-default-value-id",
|
|
7816
7816
|
type: i.PrimitiveValue,
|
|
7817
7817
|
version: 1,
|
|
7818
|
-
name:
|
|
7818
|
+
name: I.Boolean,
|
|
7819
7819
|
value: !0,
|
|
7820
7820
|
parent: $P,
|
|
7821
7821
|
autogeneration: null,
|
|
@@ -7862,7 +7862,7 @@ const OP = {
|
|
|
7862
7862
|
id: "default-relational-database-entity-autoscaling-property-data-type-default-value-id",
|
|
7863
7863
|
type: i.PrimitiveValue,
|
|
7864
7864
|
version: 1,
|
|
7865
|
-
name:
|
|
7865
|
+
name: I.Boolean,
|
|
7866
7866
|
value: !0,
|
|
7867
7867
|
parent: FP,
|
|
7868
7868
|
autogeneration: null,
|
|
@@ -7940,7 +7940,7 @@ const OP = {
|
|
|
7940
7940
|
type: i.PrimitiveValue,
|
|
7941
7941
|
version: 1,
|
|
7942
7942
|
value: null,
|
|
7943
|
-
name:
|
|
7943
|
+
name: I.EntityTemplate,
|
|
7944
7944
|
valueAsType: Bo,
|
|
7945
7945
|
autogeneration: null,
|
|
7946
7946
|
parent: JP
|
|
@@ -9320,7 +9320,7 @@ const OP = {
|
|
|
9320
9320
|
type: i.PrimitiveValue,
|
|
9321
9321
|
version: 1,
|
|
9322
9322
|
value: "https://api.publicapis.org/entries",
|
|
9323
|
-
name:
|
|
9323
|
+
name: I.String,
|
|
9324
9324
|
valueAsType: null,
|
|
9325
9325
|
parent: fS,
|
|
9326
9326
|
autogeneration: null
|
|
@@ -9550,7 +9550,7 @@ const OP = {
|
|
|
9550
9550
|
type: i.PrimitiveValue,
|
|
9551
9551
|
version: 1,
|
|
9552
9552
|
value: "?name=",
|
|
9553
|
-
name:
|
|
9553
|
+
name: I.String,
|
|
9554
9554
|
parent: US,
|
|
9555
9555
|
valueAsType: null,
|
|
9556
9556
|
autogeneration: null
|
|
@@ -10166,7 +10166,7 @@ const OP = {
|
|
|
10166
10166
|
id: "employee-prototype-parent-ref-id",
|
|
10167
10167
|
entityType: i.Project,
|
|
10168
10168
|
entityId: J
|
|
10169
|
-
},
|
|
10169
|
+
}, At = {
|
|
10170
10170
|
type: i.CustomEntity,
|
|
10171
10171
|
id: "employee-entity-id",
|
|
10172
10172
|
version: 1,
|
|
@@ -10311,7 +10311,7 @@ const OP = {
|
|
|
10311
10311
|
andChildrenGroup: null,
|
|
10312
10312
|
orChildrenGroup: null,
|
|
10313
10313
|
version: 1,
|
|
10314
|
-
entity:
|
|
10314
|
+
entity: At,
|
|
10315
10315
|
isList: !0,
|
|
10316
10316
|
asType: !1,
|
|
10317
10317
|
isNullable: !1,
|
|
@@ -10343,7 +10343,7 @@ const OP = {
|
|
|
10343
10343
|
id: "e3c03b6b-2ea0-4d99-865d-5e6a348672d0",
|
|
10344
10344
|
entityType: i.Project,
|
|
10345
10345
|
entityId: J
|
|
10346
|
-
},
|
|
10346
|
+
}, vt = {
|
|
10347
10347
|
type: i.CustomEntity,
|
|
10348
10348
|
id: "ed3a6098-12ee-4632-a6dd-c2e6c542f66d",
|
|
10349
10349
|
version: 1,
|
|
@@ -10540,7 +10540,7 @@ const fC = {
|
|
|
10540
10540
|
id: "getCompanyByIdEndpointPathParamsVariableDataTypeDefaultValueId",
|
|
10541
10541
|
type: i.PrimitiveValue,
|
|
10542
10542
|
version: 1,
|
|
10543
|
-
name:
|
|
10543
|
+
name: I.JSON,
|
|
10544
10544
|
value: {},
|
|
10545
10545
|
parent: OC,
|
|
10546
10546
|
autogeneration: null,
|
|
@@ -10577,7 +10577,7 @@ const fC = {
|
|
|
10577
10577
|
id: "getCompanyByIdEndpointRequestHeadersVariableDataTypeDefaultValueId",
|
|
10578
10578
|
type: i.PrimitiveValue,
|
|
10579
10579
|
version: 1,
|
|
10580
|
-
name:
|
|
10580
|
+
name: I.JSON,
|
|
10581
10581
|
value: {},
|
|
10582
10582
|
parent: MC,
|
|
10583
10583
|
autogeneration: null,
|
|
@@ -10641,7 +10641,7 @@ const fC = {
|
|
|
10641
10641
|
id: "getCompanyByIdEndpointRequestQueryParamsVariableDataTypeDefaultValueId",
|
|
10642
10642
|
type: i.PrimitiveValue,
|
|
10643
10643
|
version: 1,
|
|
10644
|
-
name:
|
|
10644
|
+
name: I.JSON,
|
|
10645
10645
|
value: {},
|
|
10646
10646
|
parent: LC,
|
|
10647
10647
|
autogeneration: null,
|
|
@@ -10753,7 +10753,7 @@ const fC = {
|
|
|
10753
10753
|
id: "getCompanyByIdEndpointResponseHeadersDataTypeDefaultValueId",
|
|
10754
10754
|
type: i.PrimitiveValue,
|
|
10755
10755
|
version: 1,
|
|
10756
|
-
name:
|
|
10756
|
+
name: I.JSON,
|
|
10757
10757
|
value: {},
|
|
10758
10758
|
parent: XC,
|
|
10759
10759
|
autogeneration: null,
|
|
@@ -10889,7 +10889,7 @@ const fC = {
|
|
|
10889
10889
|
id: "getCompanyByIdEndpointPathPropertyDataTypeDefaultValueId",
|
|
10890
10890
|
type: i.PrimitiveValue,
|
|
10891
10891
|
version: 1,
|
|
10892
|
-
name:
|
|
10892
|
+
name: I.String,
|
|
10893
10893
|
value: "/company/{id}",
|
|
10894
10894
|
parent: uw,
|
|
10895
10895
|
valueAsType: null,
|
|
@@ -10942,7 +10942,7 @@ const fC = {
|
|
|
10942
10942
|
type: i.PrimitiveValue,
|
|
10943
10943
|
version: 1,
|
|
10944
10944
|
value: "GET",
|
|
10945
|
-
name:
|
|
10945
|
+
name: I.Enum,
|
|
10946
10946
|
parent: mw,
|
|
10947
10947
|
valueAsType: null,
|
|
10948
10948
|
autogeneration: null
|
|
@@ -11030,7 +11030,7 @@ const fC = {
|
|
|
11030
11030
|
type: i.PrimitiveValue,
|
|
11031
11031
|
version: 1,
|
|
11032
11032
|
value: null,
|
|
11033
|
-
name:
|
|
11033
|
+
name: I.EntityTemplate,
|
|
11034
11034
|
valueAsType: Bo,
|
|
11035
11035
|
autogeneration: null,
|
|
11036
11036
|
parent: Pw
|
|
@@ -11159,7 +11159,7 @@ const fC = {
|
|
|
11159
11159
|
id: "validate-bitcoin-type-to-match-input-map-default-value-id",
|
|
11160
11160
|
type: i.PrimitiveValue,
|
|
11161
11161
|
version: 1,
|
|
11162
|
-
name:
|
|
11162
|
+
name: I.EntityTemplate,
|
|
11163
11163
|
valueAsType: bu,
|
|
11164
11164
|
value: null,
|
|
11165
11165
|
parent: $w,
|
|
@@ -11252,7 +11252,7 @@ const fC = {
|
|
|
11252
11252
|
type: i.PrimitiveValue,
|
|
11253
11253
|
version: 1,
|
|
11254
11254
|
value: "https://api.coindesk.com/v1/bpi/currentprice.json",
|
|
11255
|
-
name:
|
|
11255
|
+
name: I.String,
|
|
11256
11256
|
parent: Hw,
|
|
11257
11257
|
valueAsType: null,
|
|
11258
11258
|
autogeneration: null
|
|
@@ -11415,7 +11415,7 @@ const fC = {
|
|
|
11415
11415
|
calls: [dB, oB],
|
|
11416
11416
|
x: 0,
|
|
11417
11417
|
y: 0
|
|
11418
|
-
},
|
|
11418
|
+
}, _t = "abort-execution-func-declaration-id", Ui = "abort-execution-func-exec-var-declaration-id", Qa = "abort-execution-func-small-wait-op-id", Go = "abort-execution-func-long-wait-op-id", $u = "abort-execution-func-long-wait-process-output-id", Vu = "abort-execution-func-exec-var-instance-write-id", Gu = "abort-execution-func-long-wait-return-stmt-id", Lu = "abort-execution-func-small-wait-return-stmt-id", yB = "abort-execution-func-exec-var-instance-abort-call-id", Lo = "abort-execution-func-exec-var-instance-abort-internal-call-id", Fu = "abort-execution-func-exec-second-wait-op-id", hB = {
|
|
11419
11419
|
type: i.GenericReference,
|
|
11420
11420
|
id: "short-wait-return-statement-returned-hello-string-data-type-parent-ref-id",
|
|
11421
11421
|
entityType: i.ReturnDeclaration,
|
|
@@ -11439,7 +11439,7 @@ const fC = {
|
|
|
11439
11439
|
id: "short-wait-return-statement-returned-hello-string-data-type-default-value-id",
|
|
11440
11440
|
type: i.PrimitiveValue,
|
|
11441
11441
|
version: 1,
|
|
11442
|
-
name:
|
|
11442
|
+
name: I.String,
|
|
11443
11443
|
value: "Hello 2",
|
|
11444
11444
|
autogeneration: null,
|
|
11445
11445
|
valueAsType: null,
|
|
@@ -11473,7 +11473,7 @@ const fC = {
|
|
|
11473
11473
|
type: i.GenericReference,
|
|
11474
11474
|
id: "short-wait-return-statement-parent-ref-id",
|
|
11475
11475
|
entityType: i.FunctionDeclaration,
|
|
11476
|
-
entityId:
|
|
11476
|
+
entityId: _t
|
|
11477
11477
|
}, Uu = {
|
|
11478
11478
|
type: i.ReturnStatement,
|
|
11479
11479
|
id: Lu,
|
|
@@ -11512,7 +11512,7 @@ const fC = {
|
|
|
11512
11512
|
value: 2e3,
|
|
11513
11513
|
valueAsType: null,
|
|
11514
11514
|
autogeneration: null,
|
|
11515
|
-
name:
|
|
11515
|
+
name: I.Number,
|
|
11516
11516
|
parent: vB
|
|
11517
11517
|
},
|
|
11518
11518
|
index: 0,
|
|
@@ -11521,7 +11521,7 @@ const fC = {
|
|
|
11521
11521
|
type: i.GenericReference,
|
|
11522
11522
|
id: "small-wait-parent-ref-id",
|
|
11523
11523
|
entityType: i.FunctionDeclaration,
|
|
11524
|
-
entityId:
|
|
11524
|
+
entityId: _t
|
|
11525
11525
|
}, DB = {
|
|
11526
11526
|
type: i.GenericReference,
|
|
11527
11527
|
id: "small-wait-called-by-ref-one-id",
|
|
@@ -11531,7 +11531,7 @@ const fC = {
|
|
|
11531
11531
|
id: Fu,
|
|
11532
11532
|
type: i.Operation,
|
|
11533
11533
|
version: 1,
|
|
11534
|
-
declaration:
|
|
11534
|
+
declaration: ut,
|
|
11535
11535
|
inputs: [IB],
|
|
11536
11536
|
dynamicArguments: [],
|
|
11537
11537
|
outputs: [],
|
|
@@ -11559,7 +11559,7 @@ const fC = {
|
|
|
11559
11559
|
type: i.GenericReference,
|
|
11560
11560
|
id: "abort-exec-func-abort-call-var-instance-main-project-ref-id",
|
|
11561
11561
|
entityType: i.FunctionDeclaration,
|
|
11562
|
-
entityId:
|
|
11562
|
+
entityId: _t
|
|
11563
11563
|
}, wB = {
|
|
11564
11564
|
type: i.GenericReference,
|
|
11565
11565
|
id: "abort-exec-func-abort-call-var-instance-declaration-ref-id",
|
|
@@ -11611,7 +11611,7 @@ const fC = {
|
|
|
11611
11611
|
type: i.GenericReference,
|
|
11612
11612
|
id: "abort-exec-func-var-write-instance-main-project-ref-id",
|
|
11613
11613
|
entityType: i.FunctionDeclaration,
|
|
11614
|
-
entityId:
|
|
11614
|
+
entityId: _t
|
|
11615
11615
|
}, NB = {
|
|
11616
11616
|
type: i.GenericReference,
|
|
11617
11617
|
id: "abort-exec-func-var-write-instance-called-by-ref-one-id",
|
|
@@ -11621,7 +11621,7 @@ const fC = {
|
|
|
11621
11621
|
type: i.GenericReference,
|
|
11622
11622
|
id: "abort-exec-func-var-write-instance-called-by-ref-two-id",
|
|
11623
11623
|
entityType: i.FunctionDeclaration,
|
|
11624
|
-
entityId:
|
|
11624
|
+
entityId: _t
|
|
11625
11625
|
}, $B = {
|
|
11626
11626
|
type: i.GenericReference,
|
|
11627
11627
|
id: "abort-exec-func-abort-call-var-instance-declaration-ref-id",
|
|
@@ -11674,12 +11674,12 @@ const LB = {
|
|
|
11674
11674
|
type: i.GenericReference,
|
|
11675
11675
|
id: "abort-exec-func-var-decl-main-project-ref-id",
|
|
11676
11676
|
entityType: i.FunctionDeclaration,
|
|
11677
|
-
entityId:
|
|
11677
|
+
entityId: _t
|
|
11678
11678
|
}, UB = {
|
|
11679
11679
|
type: i.GenericReference,
|
|
11680
11680
|
id: "abort-exec-func-var-decl-called-by-ref-one-id",
|
|
11681
11681
|
entityType: i.FunctionDeclaration,
|
|
11682
|
-
entityId:
|
|
11682
|
+
entityId: _t
|
|
11683
11683
|
}, jB = {
|
|
11684
11684
|
id: Ui,
|
|
11685
11685
|
type: i.VariableDeclaration,
|
|
@@ -11724,7 +11724,7 @@ const LB = {
|
|
|
11724
11724
|
id: "long-wait-return-statement-returned-hello-string-data-type-default-value-id",
|
|
11725
11725
|
type: i.PrimitiveValue,
|
|
11726
11726
|
version: 1,
|
|
11727
|
-
name:
|
|
11727
|
+
name: I.String,
|
|
11728
11728
|
value: "Hello 1",
|
|
11729
11729
|
autogeneration: null,
|
|
11730
11730
|
valueAsType: null,
|
|
@@ -11758,7 +11758,7 @@ const LB = {
|
|
|
11758
11758
|
type: i.GenericReference,
|
|
11759
11759
|
id: "long-wait-return-statement-parent-ref-id",
|
|
11760
11760
|
entityType: i.FunctionDeclaration,
|
|
11761
|
-
entityId:
|
|
11761
|
+
entityId: _t
|
|
11762
11762
|
}, ku = {
|
|
11763
11763
|
type: i.ReturnStatement,
|
|
11764
11764
|
id: Gu,
|
|
@@ -11797,7 +11797,7 @@ const LB = {
|
|
|
11797
11797
|
value: 1500,
|
|
11798
11798
|
valueAsType: null,
|
|
11799
11799
|
autogeneration: null,
|
|
11800
|
-
name:
|
|
11800
|
+
name: I.Number,
|
|
11801
11801
|
parent: ZB
|
|
11802
11802
|
},
|
|
11803
11803
|
index: 0,
|
|
@@ -11806,12 +11806,12 @@ const LB = {
|
|
|
11806
11806
|
type: i.GenericReference,
|
|
11807
11807
|
id: "long-parent-ref-id",
|
|
11808
11808
|
entityType: i.FunctionDeclaration,
|
|
11809
|
-
entityId:
|
|
11809
|
+
entityId: _t
|
|
11810
11810
|
}, KB = {
|
|
11811
11811
|
type: i.GenericReference,
|
|
11812
11812
|
id: "long-called-by-ref-one-id",
|
|
11813
11813
|
entityType: i.FunctionDeclaration,
|
|
11814
|
-
entityId:
|
|
11814
|
+
entityId: _t
|
|
11815
11815
|
}, eM = {
|
|
11816
11816
|
id: $u,
|
|
11817
11817
|
type: i.OutputMap,
|
|
@@ -11824,7 +11824,7 @@ const LB = {
|
|
|
11824
11824
|
id: Go,
|
|
11825
11825
|
type: i.Operation,
|
|
11826
11826
|
version: 1,
|
|
11827
|
-
declaration:
|
|
11827
|
+
declaration: ut,
|
|
11828
11828
|
inputs: [XB],
|
|
11829
11829
|
dynamicArguments: [],
|
|
11830
11830
|
outputs: [],
|
|
@@ -11864,7 +11864,7 @@ const LB = {
|
|
|
11864
11864
|
value: 500,
|
|
11865
11865
|
valueAsType: null,
|
|
11866
11866
|
autogeneration: null,
|
|
11867
|
-
name:
|
|
11867
|
+
name: I.Number,
|
|
11868
11868
|
parent: nM
|
|
11869
11869
|
},
|
|
11870
11870
|
index: 0,
|
|
@@ -11873,17 +11873,17 @@ const LB = {
|
|
|
11873
11873
|
type: i.GenericReference,
|
|
11874
11874
|
id: "small-wait-parent-ref-id",
|
|
11875
11875
|
entityType: i.FunctionDeclaration,
|
|
11876
|
-
entityId:
|
|
11876
|
+
entityId: _t
|
|
11877
11877
|
}, sM = {
|
|
11878
11878
|
type: i.GenericReference,
|
|
11879
11879
|
id: "small-wait-called-by-ref-one-id",
|
|
11880
11880
|
entityType: i.FunctionDeclaration,
|
|
11881
|
-
entityId:
|
|
11881
|
+
entityId: _t
|
|
11882
11882
|
}, oM = {
|
|
11883
11883
|
id: Qa,
|
|
11884
11884
|
type: i.Operation,
|
|
11885
11885
|
version: 1,
|
|
11886
|
-
declaration:
|
|
11886
|
+
declaration: ut,
|
|
11887
11887
|
inputs: [iM],
|
|
11888
11888
|
dynamicArguments: [],
|
|
11889
11889
|
outputs: [],
|
|
@@ -12277,7 +12277,7 @@ const CM = {
|
|
|
12277
12277
|
id: "max-num-iterations-value-map-default-value-id",
|
|
12278
12278
|
type: i.PrimitiveValue,
|
|
12279
12279
|
version: 1,
|
|
12280
|
-
name:
|
|
12280
|
+
name: I.Number,
|
|
12281
12281
|
value: 10,
|
|
12282
12282
|
autogeneration: null,
|
|
12283
12283
|
valueAsType: null,
|
|
@@ -12321,7 +12321,7 @@ const CM = {
|
|
|
12321
12321
|
type: i.PrimitiveValue,
|
|
12322
12322
|
version: 1,
|
|
12323
12323
|
value: "Hello world ",
|
|
12324
|
-
name:
|
|
12324
|
+
name: I.String,
|
|
12325
12325
|
parent: JM,
|
|
12326
12326
|
valueAsType: null,
|
|
12327
12327
|
autogeneration: null
|
|
@@ -12595,7 +12595,7 @@ const o_ = {
|
|
|
12595
12595
|
andChildrenGroup: null,
|
|
12596
12596
|
orChildrenGroup: null,
|
|
12597
12597
|
version: 1,
|
|
12598
|
-
entity:
|
|
12598
|
+
entity: vt,
|
|
12599
12599
|
asType: !1,
|
|
12600
12600
|
isList: !1,
|
|
12601
12601
|
isNullable: !1,
|
|
@@ -12817,7 +12817,7 @@ const o_ = {
|
|
|
12817
12817
|
andChildrenGroup: null,
|
|
12818
12818
|
orChildrenGroup: null,
|
|
12819
12819
|
version: 1,
|
|
12820
|
-
entity:
|
|
12820
|
+
entity: vt,
|
|
12821
12821
|
asType: !1,
|
|
12822
12822
|
isList: !1,
|
|
12823
12823
|
isNullable: !1,
|
|
@@ -13015,7 +13015,7 @@ const o_ = {
|
|
|
13015
13015
|
andChildrenGroup: null,
|
|
13016
13016
|
orChildrenGroup: null,
|
|
13017
13017
|
version: 1,
|
|
13018
|
-
entity:
|
|
13018
|
+
entity: At,
|
|
13019
13019
|
asType: !1,
|
|
13020
13020
|
isList: !1,
|
|
13021
13021
|
isNullable: !0,
|
|
@@ -13063,7 +13063,7 @@ const Gp = {
|
|
|
13063
13063
|
id: Bp,
|
|
13064
13064
|
type: i.OutputMap,
|
|
13065
13065
|
version: 1,
|
|
13066
|
-
declaration:
|
|
13066
|
+
declaration: At.properties[2],
|
|
13067
13067
|
index: 3,
|
|
13068
13068
|
writesValues: [Gp],
|
|
13069
13069
|
parent: EN
|
|
@@ -13076,7 +13076,7 @@ const Gp = {
|
|
|
13076
13076
|
id: wp,
|
|
13077
13077
|
type: i.OutputMap,
|
|
13078
13078
|
version: 1,
|
|
13079
|
-
declaration:
|
|
13079
|
+
declaration: At.properties[0],
|
|
13080
13080
|
index: 2,
|
|
13081
13081
|
writesValues: [xp],
|
|
13082
13082
|
parent: bN
|
|
@@ -13117,7 +13117,7 @@ const Gp = {
|
|
|
13117
13117
|
andChildrenGroup: null,
|
|
13118
13118
|
orChildrenGroup: null,
|
|
13119
13119
|
version: 1,
|
|
13120
|
-
entity:
|
|
13120
|
+
entity: At,
|
|
13121
13121
|
asType: !1,
|
|
13122
13122
|
isList: !1,
|
|
13123
13123
|
isNullable: !0,
|
|
@@ -13175,7 +13175,7 @@ const Gp = {
|
|
|
13175
13175
|
orChildrenGroup: null,
|
|
13176
13176
|
id: "employee-dto-func-declaration-employee-input-declaration-data-type-id",
|
|
13177
13177
|
version: 1,
|
|
13178
|
-
entity:
|
|
13178
|
+
entity: At,
|
|
13179
13179
|
asType: !1,
|
|
13180
13180
|
isList: !1,
|
|
13181
13181
|
isNullable: !1,
|
|
@@ -13231,7 +13231,7 @@ const Gp = {
|
|
|
13231
13231
|
orChildrenGroup: null,
|
|
13232
13232
|
version: 1,
|
|
13233
13233
|
defaultValue: null,
|
|
13234
|
-
entity:
|
|
13234
|
+
entity: At,
|
|
13235
13235
|
isList: !1,
|
|
13236
13236
|
isNullable: !1,
|
|
13237
13237
|
asType: !1,
|
|
@@ -13363,7 +13363,7 @@ const Gp = {
|
|
|
13363
13363
|
orChildrenGroup: null,
|
|
13364
13364
|
version: 1,
|
|
13365
13365
|
defaultValue: null,
|
|
13366
|
-
entity:
|
|
13366
|
+
entity: At,
|
|
13367
13367
|
isList: !1,
|
|
13368
13368
|
isNullable: !1,
|
|
13369
13369
|
asType: !1,
|
|
@@ -13498,7 +13498,7 @@ const Gp = {
|
|
|
13498
13498
|
andChildrenGroup: null,
|
|
13499
13499
|
orChildrenGroup: null,
|
|
13500
13500
|
version: 1,
|
|
13501
|
-
entity:
|
|
13501
|
+
entity: vt,
|
|
13502
13502
|
asType: !1,
|
|
13503
13503
|
isList: !1,
|
|
13504
13504
|
isNullable: !0,
|
|
@@ -13561,7 +13561,7 @@ const qp = {
|
|
|
13561
13561
|
andChildrenGroup: null,
|
|
13562
13562
|
orChildrenGroup: null,
|
|
13563
13563
|
version: 1,
|
|
13564
|
-
entity:
|
|
13564
|
+
entity: vt,
|
|
13565
13565
|
asType: !1,
|
|
13566
13566
|
isList: !1,
|
|
13567
13567
|
isNullable: !0,
|
|
@@ -13609,7 +13609,7 @@ const Jp = {
|
|
|
13609
13609
|
id: mp,
|
|
13610
13610
|
type: i.OutputMap,
|
|
13611
13611
|
version: 1,
|
|
13612
|
-
declaration:
|
|
13612
|
+
declaration: vt.properties[2],
|
|
13613
13613
|
index: 4,
|
|
13614
13614
|
writesValues: [Jp],
|
|
13615
13615
|
parent: b0
|
|
@@ -13622,7 +13622,7 @@ const Jp = {
|
|
|
13622
13622
|
id: Ep,
|
|
13623
13623
|
type: i.OutputMap,
|
|
13624
13624
|
version: 1,
|
|
13625
|
-
declaration:
|
|
13625
|
+
declaration: vt.properties[2],
|
|
13626
13626
|
index: 3,
|
|
13627
13627
|
writesValues: [qp],
|
|
13628
13628
|
parent: g0
|
|
@@ -13635,7 +13635,7 @@ const Jp = {
|
|
|
13635
13635
|
id: fp,
|
|
13636
13636
|
type: i.OutputMap,
|
|
13637
13637
|
version: 1,
|
|
13638
|
-
declaration:
|
|
13638
|
+
declaration: vt.properties[0],
|
|
13639
13639
|
index: 2,
|
|
13640
13640
|
writesValues: [Ip],
|
|
13641
13641
|
parent: P0
|
|
@@ -13648,7 +13648,7 @@ const Jp = {
|
|
|
13648
13648
|
id: hp,
|
|
13649
13649
|
type: i.OutputMap,
|
|
13650
13650
|
version: 1,
|
|
13651
|
-
declaration:
|
|
13651
|
+
declaration: vt.properties[3],
|
|
13652
13652
|
index: 1,
|
|
13653
13653
|
writesValues: [kp],
|
|
13654
13654
|
parent: A0
|
|
@@ -13676,7 +13676,7 @@ const Jp = {
|
|
|
13676
13676
|
andChildrenGroup: null,
|
|
13677
13677
|
orChildrenGroup: null,
|
|
13678
13678
|
version: 1,
|
|
13679
|
-
entity:
|
|
13679
|
+
entity: vt,
|
|
13680
13680
|
asType: !1,
|
|
13681
13681
|
isList: !1,
|
|
13682
13682
|
isNullable: !0,
|
|
@@ -13739,7 +13739,7 @@ const Jp = {
|
|
|
13739
13739
|
orChildrenGroup: null,
|
|
13740
13740
|
id: "company-dto-func-declaration-company-input-declaration-data-type-id",
|
|
13741
13741
|
version: 1,
|
|
13742
|
-
entity:
|
|
13742
|
+
entity: vt,
|
|
13743
13743
|
asType: !1,
|
|
13744
13744
|
isList: !1,
|
|
13745
13745
|
isNullable: !1,
|
|
@@ -13794,7 +13794,7 @@ const Jp = {
|
|
|
13794
13794
|
andChildrenGroup: null,
|
|
13795
13795
|
orChildrenGroup: null,
|
|
13796
13796
|
version: 1,
|
|
13797
|
-
entity:
|
|
13797
|
+
entity: vt,
|
|
13798
13798
|
asType: !1,
|
|
13799
13799
|
isList: !1,
|
|
13800
13800
|
isNullable: !1,
|
|
@@ -14032,7 +14032,7 @@ const Jp = {
|
|
|
14032
14032
|
id: "last-timestamp-variable-default-value-id",
|
|
14033
14033
|
type: i.PrimitiveValue,
|
|
14034
14034
|
version: 1,
|
|
14035
|
-
name:
|
|
14035
|
+
name: I.Date,
|
|
14036
14036
|
value: null,
|
|
14037
14037
|
autogeneration: {
|
|
14038
14038
|
type: Fe.CurrentDateAndTime,
|
|
@@ -14093,7 +14093,7 @@ const Jp = {
|
|
|
14093
14093
|
value: 2e3,
|
|
14094
14094
|
valueAsType: null,
|
|
14095
14095
|
autogeneration: null,
|
|
14096
|
-
name:
|
|
14096
|
+
name: I.Number,
|
|
14097
14097
|
parent: p1
|
|
14098
14098
|
},
|
|
14099
14099
|
index: 0,
|
|
@@ -14161,7 +14161,7 @@ const Jp = {
|
|
|
14161
14161
|
rangeStart: 1e3,
|
|
14162
14162
|
rangeEnd: 4e3
|
|
14163
14163
|
},
|
|
14164
|
-
name:
|
|
14164
|
+
name: I.Number,
|
|
14165
14165
|
parent: E1
|
|
14166
14166
|
},
|
|
14167
14167
|
index: 0,
|
|
@@ -14227,7 +14227,7 @@ const Jp = {
|
|
|
14227
14227
|
id: "list-of-functions-variable-data-type-default-value-id",
|
|
14228
14228
|
type: i.PrimitiveValue,
|
|
14229
14229
|
version: 1,
|
|
14230
|
-
name:
|
|
14230
|
+
name: I.ActionDescriptor,
|
|
14231
14231
|
value: null,
|
|
14232
14232
|
valueAsType: [
|
|
14233
14233
|
sr,
|
|
@@ -14495,7 +14495,7 @@ const S1 = {
|
|
|
14495
14495
|
andChildrenGroup: null,
|
|
14496
14496
|
orChildrenGroup: null,
|
|
14497
14497
|
version: 1,
|
|
14498
|
-
entity:
|
|
14498
|
+
entity: vt,
|
|
14499
14499
|
isList: !1,
|
|
14500
14500
|
asType: !1,
|
|
14501
14501
|
isNullable: !1,
|
|
@@ -14587,7 +14587,7 @@ const S1 = {
|
|
|
14587
14587
|
type: i.PrimitiveValue,
|
|
14588
14588
|
version: 1,
|
|
14589
14589
|
value: null,
|
|
14590
|
-
name:
|
|
14590
|
+
name: I.Date,
|
|
14591
14591
|
valueAsType: null,
|
|
14592
14592
|
autogeneration: {
|
|
14593
14593
|
type: Fe.CurrentDateAndTime,
|
|
@@ -14960,7 +14960,7 @@ const ux = {
|
|
|
14960
14960
|
type: i.PrimitiveValue,
|
|
14961
14961
|
version: 1,
|
|
14962
14962
|
value: 1,
|
|
14963
|
-
name:
|
|
14963
|
+
name: I.Number,
|
|
14964
14964
|
parent: Ux,
|
|
14965
14965
|
valueAsType: null,
|
|
14966
14966
|
autogeneration: null
|
|
@@ -15053,7 +15053,7 @@ const ux = {
|
|
|
15053
15053
|
type: i.PrimitiveValue,
|
|
15054
15054
|
version: 1,
|
|
15055
15055
|
value: 5,
|
|
15056
|
-
name:
|
|
15056
|
+
name: I.Number,
|
|
15057
15057
|
parent: Zx,
|
|
15058
15058
|
valueAsType: null,
|
|
15059
15059
|
autogeneration: null
|
|
@@ -15087,11 +15087,11 @@ const ux = {
|
|
|
15087
15087
|
x: 0,
|
|
15088
15088
|
y: 0,
|
|
15089
15089
|
parent: Yx
|
|
15090
|
-
},
|
|
15090
|
+
}, gt = "replace-bank-account-in-company-func-declaration-id", al = "company-entity-to-modify-arg-declaration-id", t$ = "account-number-to-create-arg-decl-id", jr = "company-variable-id", kr = "search-person-by-id-id", Ry = "new-bank-account-owner-arg-decl-id", by = "search-person-by-id-output-declaration-id", sl = "search-person-by-id-output-entity-map-id", as = "person-not-empty-condition-id", ss = "create-new-bank-account-instance-operation-id", vy = "create-new-bank-account-instance-operation-output-entity-map-id", gy = "company-bank-account-output-map-id", ol = "old-bank-account-var-declaration-id", Iy = "old-bank-account-var-instance-id", Py = "company-variable-instance-id", ll = "delete-bank-account-internal-call-id", n$ = {
|
|
15091
15091
|
type: i.GenericReference,
|
|
15092
15092
|
id: "company-variable-instance-parent-ref-id",
|
|
15093
15093
|
entityType: i.FunctionDeclaration,
|
|
15094
|
-
entityId:
|
|
15094
|
+
entityId: gt
|
|
15095
15095
|
}, r$ = {
|
|
15096
15096
|
type: i.GenericReference,
|
|
15097
15097
|
id: "company-variable-instance-called-by-ref-id",
|
|
@@ -15169,7 +15169,7 @@ const ux = {
|
|
|
15169
15169
|
type: i.GenericReference,
|
|
15170
15170
|
id: "bank-account-variable-parent-ref-id",
|
|
15171
15171
|
entityType: i.FunctionDeclaration,
|
|
15172
|
-
entityId:
|
|
15172
|
+
entityId: gt
|
|
15173
15173
|
}, p$ = {
|
|
15174
15174
|
type: i.GenericReference,
|
|
15175
15175
|
id: "bank-account-variable-called-by-ref-id",
|
|
@@ -15196,7 +15196,7 @@ const h$ = {
|
|
|
15196
15196
|
type: i.GenericReference,
|
|
15197
15197
|
id: "bank-account-variable-parent-ref-two-id",
|
|
15198
15198
|
entityType: i.FunctionDeclaration,
|
|
15199
|
-
entityId:
|
|
15199
|
+
entityId: gt
|
|
15200
15200
|
}, T$ = {
|
|
15201
15201
|
type: i.GenericReference,
|
|
15202
15202
|
id: "old-bank-account-variable-trigger-delete-internal-call-ref-id",
|
|
@@ -15270,7 +15270,7 @@ const h$ = {
|
|
|
15270
15270
|
orChildrenGroup: null,
|
|
15271
15271
|
id: "company-variable-declaration-data-type-id",
|
|
15272
15272
|
version: 1,
|
|
15273
|
-
entity:
|
|
15273
|
+
entity: vt,
|
|
15274
15274
|
asType: !1,
|
|
15275
15275
|
isList: !1,
|
|
15276
15276
|
isNullable: !1,
|
|
@@ -15286,12 +15286,12 @@ const h$ = {
|
|
|
15286
15286
|
type: i.GenericReference,
|
|
15287
15287
|
id: "company-variable-declaration-parent-ref-id",
|
|
15288
15288
|
entityType: i.FunctionDeclaration,
|
|
15289
|
-
entityId:
|
|
15289
|
+
entityId: gt
|
|
15290
15290
|
}, I$ = {
|
|
15291
15291
|
type: i.GenericReference,
|
|
15292
15292
|
id: "company-variable-declaration-called-by-ref-id",
|
|
15293
15293
|
entityType: i.FunctionDeclaration,
|
|
15294
|
-
entityId:
|
|
15294
|
+
entityId: gt
|
|
15295
15295
|
}, P$ = {
|
|
15296
15296
|
type: i.GenericReference,
|
|
15297
15297
|
id: "company-bank-account-output-map-parent-ref-id",
|
|
@@ -15389,7 +15389,7 @@ const h$ = {
|
|
|
15389
15389
|
readsValue: null,
|
|
15390
15390
|
defaultValue: {
|
|
15391
15391
|
type: i.PrimitiveValue,
|
|
15392
|
-
name:
|
|
15392
|
+
name: I.EntityTemplate,
|
|
15393
15393
|
value: null,
|
|
15394
15394
|
valueAsType: Lr,
|
|
15395
15395
|
autogeneration: null
|
|
@@ -15417,7 +15417,7 @@ const h$ = {
|
|
|
15417
15417
|
type: i.GenericReference,
|
|
15418
15418
|
id: "create-new-bank-account-instance-operation-parent-ref-id",
|
|
15419
15419
|
entityType: i.FunctionDeclaration,
|
|
15420
|
-
entityId:
|
|
15420
|
+
entityId: gt
|
|
15421
15421
|
}, $$ = {
|
|
15422
15422
|
process: null,
|
|
15423
15423
|
id: ss,
|
|
@@ -15447,7 +15447,7 @@ const h$ = {
|
|
|
15447
15447
|
entityId: "person-not-found-thrown-error-id",
|
|
15448
15448
|
entityType: i.ReturnDeclaration
|
|
15449
15449
|
};
|
|
15450
|
-
i.DataType, i.PrimitiveValue,
|
|
15450
|
+
i.DataType, i.PrimitiveValue, I.String;
|
|
15451
15451
|
const L$ = {
|
|
15452
15452
|
id: "person-not-found-thrown-error-parent-ref-id",
|
|
15453
15453
|
type: i.GenericReference,
|
|
@@ -15473,7 +15473,7 @@ const L$ = {
|
|
|
15473
15473
|
}, j$ = {
|
|
15474
15474
|
id: "person-not-found-error-return-statement-parent-ref-id",
|
|
15475
15475
|
type: i.GenericReference,
|
|
15476
|
-
entityId:
|
|
15476
|
+
entityId: gt,
|
|
15477
15477
|
entityType: i.FunctionDeclaration
|
|
15478
15478
|
}, k$ = {
|
|
15479
15479
|
id: "person-not-found-error-return-statement-id",
|
|
@@ -15496,7 +15496,7 @@ const L$ = {
|
|
|
15496
15496
|
type: i.GenericReference,
|
|
15497
15497
|
id: "person-not-empty-condition-parent-ref-id",
|
|
15498
15498
|
entityType: i.FunctionDeclaration,
|
|
15499
|
-
entityId:
|
|
15499
|
+
entityId: gt
|
|
15500
15500
|
}, W$ = {
|
|
15501
15501
|
type: i.GenericReference,
|
|
15502
15502
|
id: "person-entity-to-check-map-reads-value-ref-id",
|
|
@@ -15647,12 +15647,12 @@ const tV = {
|
|
|
15647
15647
|
type: i.GenericReference,
|
|
15648
15648
|
id: "search-person-by-id-parent-ref-id",
|
|
15649
15649
|
entityType: i.FunctionDeclaration,
|
|
15650
|
-
entityId:
|
|
15650
|
+
entityId: gt
|
|
15651
15651
|
}, sV = {
|
|
15652
15652
|
type: i.GenericReference,
|
|
15653
15653
|
id: "search-person-by-id-called-by-ref-id",
|
|
15654
15654
|
entityType: i.FunctionDeclaration,
|
|
15655
|
-
entityId:
|
|
15655
|
+
entityId: gt
|
|
15656
15656
|
}, oV = {
|
|
15657
15657
|
type: i.Search,
|
|
15658
15658
|
id: kr,
|
|
@@ -15704,7 +15704,7 @@ const lV = {
|
|
|
15704
15704
|
parent: lV
|
|
15705
15705
|
}, dV = {
|
|
15706
15706
|
entityType: i.FunctionDeclaration,
|
|
15707
|
-
entityId:
|
|
15707
|
+
entityId: gt,
|
|
15708
15708
|
type: i.GenericReference,
|
|
15709
15709
|
id: "account-number-to-create-arg-decl-parent-ref-id"
|
|
15710
15710
|
}, uV = {
|
|
@@ -15740,7 +15740,7 @@ const pV = {
|
|
|
15740
15740
|
parent: pV
|
|
15741
15741
|
}, hV = {
|
|
15742
15742
|
entityType: i.FunctionDeclaration,
|
|
15743
|
-
entityId:
|
|
15743
|
+
entityId: gt,
|
|
15744
15744
|
type: i.GenericReference,
|
|
15745
15745
|
id: "new-bank-account-owner-arg-decl-parent-ref-id"
|
|
15746
15746
|
}, fV = {
|
|
@@ -15763,7 +15763,7 @@ const pV = {
|
|
|
15763
15763
|
type: i.GenericReference,
|
|
15764
15764
|
id: "company-entity-to-modify-parent-ref",
|
|
15765
15765
|
entityType: i.FunctionDeclaration,
|
|
15766
|
-
entityId:
|
|
15766
|
+
entityId: gt
|
|
15767
15767
|
};
|
|
15768
15768
|
i.GenericReference, i.DataType;
|
|
15769
15769
|
const EV = {
|
|
@@ -15797,7 +15797,7 @@ const EV = {
|
|
|
15797
15797
|
parent: TV
|
|
15798
15798
|
}, vV = {
|
|
15799
15799
|
type: i.FunctionDeclaration,
|
|
15800
|
-
id:
|
|
15800
|
+
id: gt,
|
|
15801
15801
|
version: 1,
|
|
15802
15802
|
name: "Replace bank account",
|
|
15803
15803
|
description: "This action takes an existing company and data to create a new bank account entity. It then creates a bank account, deletes the old one, and updates the company with the new bank account",
|
|
@@ -16188,7 +16188,7 @@ const VV = {
|
|
|
16188
16188
|
andChildrenGroup: null,
|
|
16189
16189
|
orChildrenGroup: null,
|
|
16190
16190
|
version: 1,
|
|
16191
|
-
entity:
|
|
16191
|
+
entity: At,
|
|
16192
16192
|
asType: !1,
|
|
16193
16193
|
isList: !1,
|
|
16194
16194
|
isNullable: !0,
|
|
@@ -16234,7 +16234,7 @@ const VV = {
|
|
|
16234
16234
|
id: ky,
|
|
16235
16235
|
type: i.OutputMap,
|
|
16236
16236
|
version: 1,
|
|
16237
|
-
declaration:
|
|
16237
|
+
declaration: At.properties[2],
|
|
16238
16238
|
index: 3,
|
|
16239
16239
|
writesValues: [Qy],
|
|
16240
16240
|
parent: dG
|
|
@@ -16247,7 +16247,7 @@ const VV = {
|
|
|
16247
16247
|
id: jy,
|
|
16248
16248
|
type: i.OutputMap,
|
|
16249
16249
|
version: 1,
|
|
16250
|
-
declaration:
|
|
16250
|
+
declaration: At.properties[0],
|
|
16251
16251
|
index: 2,
|
|
16252
16252
|
writesValues: [Yy],
|
|
16253
16253
|
parent: pG
|
|
@@ -16288,7 +16288,7 @@ const VV = {
|
|
|
16288
16288
|
andChildrenGroup: null,
|
|
16289
16289
|
orChildrenGroup: null,
|
|
16290
16290
|
version: 1,
|
|
16291
|
-
entity:
|
|
16291
|
+
entity: At,
|
|
16292
16292
|
asType: !1,
|
|
16293
16293
|
isList: !1,
|
|
16294
16294
|
isNullable: !0,
|
|
@@ -16333,7 +16333,7 @@ const VV = {
|
|
|
16333
16333
|
}, IG = {
|
|
16334
16334
|
type: i.PrimitiveValue,
|
|
16335
16335
|
id: "employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-id",
|
|
16336
|
-
name:
|
|
16336
|
+
name: I.Date,
|
|
16337
16337
|
version: 1,
|
|
16338
16338
|
valueAsType: null,
|
|
16339
16339
|
value: null,
|
|
@@ -16527,7 +16527,7 @@ const VV = {
|
|
|
16527
16527
|
parent: LG,
|
|
16528
16528
|
defaultValue: {
|
|
16529
16529
|
id: "is-test-environment-variable-dcl-datatype-default-value-id",
|
|
16530
|
-
name:
|
|
16530
|
+
name: I.Boolean,
|
|
16531
16531
|
version: 1,
|
|
16532
16532
|
value: null,
|
|
16533
16533
|
type: i.PrimitiveValue,
|
|
@@ -16599,13 +16599,13 @@ const VV = {
|
|
|
16599
16599
|
Mo,
|
|
16600
16600
|
ct,
|
|
16601
16601
|
_w,
|
|
16602
|
-
|
|
16602
|
+
At,
|
|
16603
16603
|
Za,
|
|
16604
16604
|
Ru,
|
|
16605
16605
|
bu,
|
|
16606
16606
|
Lr,
|
|
16607
16607
|
SC,
|
|
16608
|
-
|
|
16608
|
+
vt,
|
|
16609
16609
|
gw,
|
|
16610
16610
|
tu,
|
|
16611
16611
|
RP,
|
|
@@ -16905,7 +16905,7 @@ function lL() {
|
|
|
16905
16905
|
function cL() {
|
|
16906
16906
|
return d.object({
|
|
16907
16907
|
properties: d.array(Zn()),
|
|
16908
|
-
methods: d.array(
|
|
16908
|
+
methods: d.array(St()),
|
|
16909
16909
|
abstractMethods: d.array(Wt()),
|
|
16910
16910
|
extends: d.array(
|
|
16911
16911
|
d.union([
|
|
@@ -17034,7 +17034,7 @@ function TL() {
|
|
|
17034
17034
|
function EL() {
|
|
17035
17035
|
return d.object({
|
|
17036
17036
|
properties: d.array(Zn()),
|
|
17037
|
-
methods: d.array(
|
|
17037
|
+
methods: d.array(St()),
|
|
17038
17038
|
abstractMethods: d.array(Wt()),
|
|
17039
17039
|
extends: d.array(
|
|
17040
17040
|
d.union([
|
|
@@ -17101,7 +17101,7 @@ function gL() {
|
|
|
17101
17101
|
dynamicArgumentTypes: on().nullable(),
|
|
17102
17102
|
dynamicReturnTypes: on().nullable(),
|
|
17103
17103
|
parent: d.union([
|
|
17104
|
-
|
|
17104
|
+
Tt(),
|
|
17105
17105
|
tr(),
|
|
17106
17106
|
ds(),
|
|
17107
17107
|
cs()
|
|
@@ -17147,7 +17147,7 @@ function IL() {
|
|
|
17147
17147
|
function PL() {
|
|
17148
17148
|
return dh().merge(
|
|
17149
17149
|
d.object({
|
|
17150
|
-
declaration: d.union([d.string(),
|
|
17150
|
+
declaration: d.union([d.string(), St()])
|
|
17151
17151
|
// calledBySuccess: z.array(
|
|
17152
17152
|
// z.union([z.string(), getPassThroughCallableEntityReferenceSchema()])
|
|
17153
17153
|
// ),
|
|
@@ -17171,16 +17171,16 @@ function DL() {
|
|
|
17171
17171
|
calledByError: d.array(ge()),
|
|
17172
17172
|
calledByEntry: d.array(Ue()),
|
|
17173
17173
|
declaration: Wt(),
|
|
17174
|
-
inputs: d.array(
|
|
17174
|
+
inputs: d.array(Dt()),
|
|
17175
17175
|
outputs: d.array(st()),
|
|
17176
17176
|
outputsDeclarations: d.array(vi()),
|
|
17177
17177
|
successCalls: d.array(je()),
|
|
17178
17178
|
errorCalls: d.array(je()),
|
|
17179
17179
|
error: st(),
|
|
17180
|
-
body:
|
|
17180
|
+
body: St(),
|
|
17181
17181
|
parent: d.union([
|
|
17182
17182
|
On(),
|
|
17183
|
-
|
|
17183
|
+
Tt()
|
|
17184
17184
|
]),
|
|
17185
17185
|
breakStatements: d.array(zr()),
|
|
17186
17186
|
continueStatements: d.array(Wr())
|
|
@@ -17566,13 +17566,13 @@ function zL() {
|
|
|
17566
17566
|
calledByError: d.array(ge()),
|
|
17567
17567
|
calledByEntry: d.array(Ue()),
|
|
17568
17568
|
writesValues: d.array(Sn()),
|
|
17569
|
-
declaration:
|
|
17570
|
-
inputs: d.array(
|
|
17569
|
+
declaration: St(),
|
|
17570
|
+
inputs: d.array(Dt()),
|
|
17571
17571
|
outputs: d.array(st()),
|
|
17572
17572
|
error: d.optional(st()),
|
|
17573
17573
|
parent: d.union([
|
|
17574
17574
|
On(),
|
|
17575
|
-
|
|
17575
|
+
Tt()
|
|
17576
17576
|
])
|
|
17577
17577
|
});
|
|
17578
17578
|
}
|
|
@@ -17589,8 +17589,8 @@ function XL() {
|
|
|
17589
17589
|
Be.LessThanOrEqual,
|
|
17590
17590
|
Be.And,
|
|
17591
17591
|
Be.Or,
|
|
17592
|
-
|
|
17593
|
-
|
|
17592
|
+
Lt.Empty,
|
|
17593
|
+
Lt.NotEmpty
|
|
17594
17594
|
]);
|
|
17595
17595
|
}
|
|
17596
17596
|
function Zi() {
|
|
@@ -17651,12 +17651,12 @@ function eF() {
|
|
|
17651
17651
|
calledBySuccess: d.array(ge()),
|
|
17652
17652
|
calledByError: d.array(ge()),
|
|
17653
17653
|
calledByEntry: d.array(Ue()),
|
|
17654
|
-
leftValue:
|
|
17655
|
-
rightValue:
|
|
17654
|
+
leftValue: Dt(),
|
|
17655
|
+
rightValue: Dt().nullable(),
|
|
17656
17656
|
operator: XL(),
|
|
17657
17657
|
parent: d.union([
|
|
17658
17658
|
On(),
|
|
17659
|
-
|
|
17659
|
+
Tt()
|
|
17660
17660
|
])
|
|
17661
17661
|
});
|
|
17662
17662
|
}
|
|
@@ -17728,12 +17728,12 @@ function iF() {
|
|
|
17728
17728
|
calledByError: d.array(ge()),
|
|
17729
17729
|
calledByEntry: d.array(Ue()),
|
|
17730
17730
|
inputsDeclarations: d.array(er()),
|
|
17731
|
-
inputs: d.array(
|
|
17731
|
+
inputs: d.array(Dt()),
|
|
17732
17732
|
outputsDeclarations: d.array(vi()),
|
|
17733
17733
|
outputs: d.array(st()),
|
|
17734
17734
|
parent: d.union([
|
|
17735
17735
|
On(),
|
|
17736
|
-
|
|
17736
|
+
Tt()
|
|
17737
17737
|
]),
|
|
17738
17738
|
error: st().nullable()
|
|
17739
17739
|
});
|
|
@@ -17777,7 +17777,7 @@ function sF() {
|
|
|
17777
17777
|
function oF() {
|
|
17778
17778
|
return Cl().merge(
|
|
17779
17779
|
d.object({
|
|
17780
|
-
declaration: d.union([d.string(),
|
|
17780
|
+
declaration: d.union([d.string(), St()])
|
|
17781
17781
|
// calledBySuccess: z.array(
|
|
17782
17782
|
// z.union([z.string(), getPassThroughCallableEntityReferenceSchema()])
|
|
17783
17783
|
// ),
|
|
@@ -17802,8 +17802,8 @@ function lF() {
|
|
|
17802
17802
|
calledByError: d.array(ge()),
|
|
17803
17803
|
calledByEntry: d.array(Ue()),
|
|
17804
17804
|
writesValues: d.array(Sn()),
|
|
17805
|
-
declaration:
|
|
17806
|
-
inputs: d.array(
|
|
17805
|
+
declaration: St(),
|
|
17806
|
+
inputs: d.array(Dt()),
|
|
17807
17807
|
outputs: d.array(st()),
|
|
17808
17808
|
parent: Qn(),
|
|
17809
17809
|
error: d.optional(st())
|
|
@@ -17814,7 +17814,7 @@ function cF() {
|
|
|
17814
17814
|
lF()
|
|
17815
17815
|
);
|
|
17816
17816
|
}
|
|
17817
|
-
function
|
|
17817
|
+
function Dt() {
|
|
17818
17818
|
return d.union([
|
|
17819
17819
|
d.object({
|
|
17820
17820
|
type: d.literal(i.InputMap)
|
|
@@ -17878,7 +17878,7 @@ function pF() {
|
|
|
17878
17878
|
Qt(),
|
|
17879
17879
|
dn()
|
|
17880
17880
|
]),
|
|
17881
|
-
dynamicArguments: d.array(
|
|
17881
|
+
dynamicArguments: d.array(Dt())
|
|
17882
17882
|
});
|
|
17883
17883
|
}
|
|
17884
17884
|
function yF() {
|
|
@@ -17949,13 +17949,13 @@ function mF() {
|
|
|
17949
17949
|
calledByEntry: d.array(Ue()),
|
|
17950
17950
|
writesValues: d.array(Sn()),
|
|
17951
17951
|
declaration: Wt(),
|
|
17952
|
-
inputs: d.array(
|
|
17952
|
+
inputs: d.array(Dt()),
|
|
17953
17953
|
outputs: d.array(st()),
|
|
17954
17954
|
error: d.array(st()),
|
|
17955
|
-
dynamicArguments: d.array(
|
|
17955
|
+
dynamicArguments: d.array(Dt()),
|
|
17956
17956
|
parent: d.union([
|
|
17957
17957
|
On(),
|
|
17958
|
-
|
|
17958
|
+
Tt()
|
|
17959
17959
|
])
|
|
17960
17960
|
})
|
|
17961
17961
|
);
|
|
@@ -17994,17 +17994,17 @@ function hh() {
|
|
|
17994
17994
|
}
|
|
17995
17995
|
function fh() {
|
|
17996
17996
|
return d.enum([
|
|
17997
|
-
|
|
17998
|
-
|
|
17999
|
-
|
|
18000
|
-
|
|
18001
|
-
|
|
18002
|
-
|
|
18003
|
-
|
|
18004
|
-
|
|
18005
|
-
|
|
18006
|
-
|
|
18007
|
-
|
|
17997
|
+
I.String,
|
|
17998
|
+
I.Number,
|
|
17999
|
+
I.Boolean,
|
|
18000
|
+
I.Null,
|
|
18001
|
+
I.Date,
|
|
18002
|
+
I.JSON,
|
|
18003
|
+
I.Enum,
|
|
18004
|
+
I.File,
|
|
18005
|
+
I.UUID,
|
|
18006
|
+
I.EntityTemplate,
|
|
18007
|
+
I.ActionDescriptor
|
|
18008
18008
|
]);
|
|
18009
18009
|
}
|
|
18010
18010
|
function RF() {
|
|
@@ -18036,7 +18036,7 @@ function vF() {
|
|
|
18036
18036
|
})
|
|
18037
18037
|
);
|
|
18038
18038
|
}
|
|
18039
|
-
function
|
|
18039
|
+
function Ut() {
|
|
18040
18040
|
return d.object({
|
|
18041
18041
|
id: d.string(),
|
|
18042
18042
|
version: d.number(),
|
|
@@ -18052,78 +18052,78 @@ function jt() {
|
|
|
18052
18052
|
});
|
|
18053
18053
|
}
|
|
18054
18054
|
function gF() {
|
|
18055
|
-
return
|
|
18056
|
-
name: d.literal(
|
|
18055
|
+
return Ut().extend({
|
|
18056
|
+
name: d.literal(I.String),
|
|
18057
18057
|
value: d.string(),
|
|
18058
18058
|
autogeneration: rh.nullable()
|
|
18059
18059
|
});
|
|
18060
18060
|
}
|
|
18061
18061
|
function IF() {
|
|
18062
|
-
return
|
|
18063
|
-
name: d.literal(
|
|
18062
|
+
return Ut().extend({
|
|
18063
|
+
name: d.literal(I.Number),
|
|
18064
18064
|
value: d.number(),
|
|
18065
18065
|
autogeneration: ih.nullable()
|
|
18066
18066
|
});
|
|
18067
18067
|
}
|
|
18068
18068
|
function PF() {
|
|
18069
|
-
return
|
|
18070
|
-
name: d.literal(
|
|
18069
|
+
return Ut().extend({
|
|
18070
|
+
name: d.literal(I.Boolean),
|
|
18071
18071
|
value: d.boolean(),
|
|
18072
18072
|
autogeneration: nh.nullable()
|
|
18073
18073
|
});
|
|
18074
18074
|
}
|
|
18075
18075
|
function DF() {
|
|
18076
|
-
return
|
|
18077
|
-
name: d.literal(
|
|
18076
|
+
return Ut().extend({
|
|
18077
|
+
name: d.literal(I.Null),
|
|
18078
18078
|
value: d.null(),
|
|
18079
18079
|
autogeneration: d.null()
|
|
18080
18080
|
});
|
|
18081
18081
|
}
|
|
18082
18082
|
function AF() {
|
|
18083
|
-
return
|
|
18084
|
-
name: d.literal(
|
|
18083
|
+
return Ut().extend({
|
|
18084
|
+
name: d.literal(I.Date),
|
|
18085
18085
|
value: d.date(),
|
|
18086
18086
|
autogeneration: ah.nullable()
|
|
18087
18087
|
});
|
|
18088
18088
|
}
|
|
18089
18089
|
function SF() {
|
|
18090
|
-
return
|
|
18091
|
-
name: d.literal(
|
|
18090
|
+
return Ut().extend({
|
|
18091
|
+
name: d.literal(I.JSON),
|
|
18092
18092
|
value: yh(),
|
|
18093
18093
|
autogeneration: d.null()
|
|
18094
18094
|
});
|
|
18095
18095
|
}
|
|
18096
18096
|
function OF() {
|
|
18097
|
-
return
|
|
18098
|
-
name: d.literal(
|
|
18097
|
+
return Ut().extend({
|
|
18098
|
+
name: d.literal(I.Enum),
|
|
18099
18099
|
value: d.string(),
|
|
18100
18100
|
autogeneration: d.null()
|
|
18101
18101
|
});
|
|
18102
18102
|
}
|
|
18103
18103
|
function CF() {
|
|
18104
|
-
return
|
|
18105
|
-
name: d.literal(
|
|
18104
|
+
return Ut().extend({
|
|
18105
|
+
name: d.literal(I.File),
|
|
18106
18106
|
value: d.string(),
|
|
18107
18107
|
autogeneration: d.null()
|
|
18108
18108
|
});
|
|
18109
18109
|
}
|
|
18110
18110
|
function wF() {
|
|
18111
|
-
return
|
|
18112
|
-
name: d.literal(
|
|
18111
|
+
return Ut().extend({
|
|
18112
|
+
name: d.literal(I.UUID),
|
|
18113
18113
|
value: d.string(),
|
|
18114
18114
|
autogeneration: th.nullable()
|
|
18115
18115
|
});
|
|
18116
18116
|
}
|
|
18117
18117
|
function BF() {
|
|
18118
|
-
return
|
|
18119
|
-
name: d.literal(
|
|
18118
|
+
return Ut().extend({
|
|
18119
|
+
name: d.literal(I.EntityTemplate),
|
|
18120
18120
|
value: tr(),
|
|
18121
18121
|
autogeneration: d.null()
|
|
18122
18122
|
});
|
|
18123
18123
|
}
|
|
18124
18124
|
function MF() {
|
|
18125
|
-
return
|
|
18126
|
-
name: d.literal(
|
|
18125
|
+
return Ut().extend({
|
|
18126
|
+
name: d.literal(I.ActionDescriptor),
|
|
18127
18127
|
value: ea(),
|
|
18128
18128
|
autogeneration: d.null()
|
|
18129
18129
|
});
|
|
@@ -18268,7 +18268,7 @@ function FF() {
|
|
|
18268
18268
|
dataType: on().nullable(),
|
|
18269
18269
|
readsValue: Ts().nullable(),
|
|
18270
18270
|
writesValues: d.array(Sn()),
|
|
18271
|
-
inputs: d.array(
|
|
18271
|
+
inputs: d.array(Dt()),
|
|
18272
18272
|
outputs: d.array(st()),
|
|
18273
18273
|
successCalls: d.array(je()),
|
|
18274
18274
|
errorCalls: d.array(je()),
|
|
@@ -18278,7 +18278,7 @@ function FF() {
|
|
|
18278
18278
|
calledByEntry: d.array(Ue()),
|
|
18279
18279
|
parent: d.union([
|
|
18280
18280
|
On(),
|
|
18281
|
-
|
|
18281
|
+
Tt()
|
|
18282
18282
|
])
|
|
18283
18283
|
});
|
|
18284
18284
|
}
|
|
@@ -18346,7 +18346,7 @@ function JF() {
|
|
|
18346
18346
|
dataType: on().nullable(),
|
|
18347
18347
|
readsValue: Ts().nullable(),
|
|
18348
18348
|
writesValues: d.array(Sn()),
|
|
18349
|
-
inputs: d.array(
|
|
18349
|
+
inputs: d.array(Dt()),
|
|
18350
18350
|
outputs: d.array(st()),
|
|
18351
18351
|
successCalls: d.array(je()),
|
|
18352
18352
|
errorCalls: d.array(je()),
|
|
@@ -18356,7 +18356,7 @@ function JF() {
|
|
|
18356
18356
|
calledByEntry: d.array(Ue()),
|
|
18357
18357
|
parent: d.union([
|
|
18358
18358
|
On(),
|
|
18359
|
-
|
|
18359
|
+
Tt()
|
|
18360
18360
|
])
|
|
18361
18361
|
});
|
|
18362
18362
|
}
|
|
@@ -18401,11 +18401,11 @@ function zF() {
|
|
|
18401
18401
|
}
|
|
18402
18402
|
function ZF() {
|
|
18403
18403
|
return d.object({
|
|
18404
|
-
implements:
|
|
18404
|
+
implements: Tt(),
|
|
18405
18405
|
description: d.string().nullable(),
|
|
18406
|
-
functions: d.array(
|
|
18406
|
+
functions: d.array(St()),
|
|
18407
18407
|
events: d.array(Gl()),
|
|
18408
|
-
parent:
|
|
18408
|
+
parent: Tt()
|
|
18409
18409
|
});
|
|
18410
18410
|
}
|
|
18411
18411
|
function XF() {
|
|
@@ -18465,7 +18465,7 @@ function t4() {
|
|
|
18465
18465
|
inputs: d.array(er()),
|
|
18466
18466
|
calls: d.array(je()),
|
|
18467
18467
|
parent: d.union([
|
|
18468
|
-
|
|
18468
|
+
Tt(),
|
|
18469
18469
|
fs()
|
|
18470
18470
|
])
|
|
18471
18471
|
})
|
|
@@ -18489,7 +18489,7 @@ function Qn() {
|
|
|
18489
18489
|
function Sn() {
|
|
18490
18490
|
return d.union([
|
|
18491
18491
|
Kr(),
|
|
18492
|
-
|
|
18492
|
+
Dt(),
|
|
18493
18493
|
sn()
|
|
18494
18494
|
]);
|
|
18495
18495
|
}
|
|
@@ -18616,7 +18616,7 @@ function o4() {
|
|
|
18616
18616
|
}
|
|
18617
18617
|
function Kn() {
|
|
18618
18618
|
return d.union([
|
|
18619
|
-
|
|
18619
|
+
St(),
|
|
18620
18620
|
Ll()
|
|
18621
18621
|
]);
|
|
18622
18622
|
}
|
|
@@ -18727,10 +18727,10 @@ function i3() {
|
|
|
18727
18727
|
m4(),
|
|
18728
18728
|
Vl(),
|
|
18729
18729
|
Er(),
|
|
18730
|
-
|
|
18730
|
+
St(),
|
|
18731
18731
|
Ll(),
|
|
18732
18732
|
Kr(),
|
|
18733
|
-
|
|
18733
|
+
Dt(),
|
|
18734
18734
|
st(),
|
|
18735
18735
|
Zi(),
|
|
18736
18736
|
Xr(),
|
|
@@ -18755,7 +18755,7 @@ function i3() {
|
|
|
18755
18755
|
function a3() {
|
|
18756
18756
|
return d.union([
|
|
18757
18757
|
ds(),
|
|
18758
|
-
|
|
18758
|
+
Tt(),
|
|
18759
18759
|
fs(),
|
|
18760
18760
|
tr(),
|
|
18761
18761
|
ea(),
|
|
@@ -18787,7 +18787,7 @@ function s3() {
|
|
|
18787
18787
|
return d.union([
|
|
18788
18788
|
Vl(),
|
|
18789
18789
|
Er(),
|
|
18790
|
-
|
|
18790
|
+
St(),
|
|
18791
18791
|
Ll(),
|
|
18792
18792
|
Kr(),
|
|
18793
18793
|
Zi(),
|
|
@@ -18878,7 +18878,7 @@ function d4() {
|
|
|
18878
18878
|
function u4() {
|
|
18879
18879
|
return l4().merge(d4());
|
|
18880
18880
|
}
|
|
18881
|
-
function
|
|
18881
|
+
function St() {
|
|
18882
18882
|
return d.union([
|
|
18883
18883
|
d.object({
|
|
18884
18884
|
type: d.literal(i.FunctionDeclaration)
|
|
@@ -18922,7 +18922,7 @@ function h4() {
|
|
|
18922
18922
|
implements: Wt().nullable(),
|
|
18923
18923
|
returnStatements: d.array(Xn()),
|
|
18924
18924
|
parent: d.union([
|
|
18925
|
-
|
|
18925
|
+
Tt(),
|
|
18926
18926
|
fs(),
|
|
18927
18927
|
tr(),
|
|
18928
18928
|
Qt(),
|
|
@@ -18944,7 +18944,7 @@ function m4() {
|
|
|
18944
18944
|
d.record(d.string(), d.any())
|
|
18945
18945
|
]);
|
|
18946
18946
|
}
|
|
18947
|
-
function
|
|
18947
|
+
function Tt() {
|
|
18948
18948
|
return d.object({
|
|
18949
18949
|
entityType: d.literal(i.Project),
|
|
18950
18950
|
entityId: d.string(),
|
|
@@ -18973,7 +18973,7 @@ function E4() {
|
|
|
18973
18973
|
function R4() {
|
|
18974
18974
|
return d.object({
|
|
18975
18975
|
entities: d.array(Er()),
|
|
18976
|
-
functions: d.array(
|
|
18976
|
+
functions: d.array(St()),
|
|
18977
18977
|
events: d.array(Gl()),
|
|
18978
18978
|
projects: d.array(Vl()),
|
|
18979
18979
|
variableDeclarations: d.array(Nl()),
|
|
@@ -19044,12 +19044,12 @@ function g4() {
|
|
|
19044
19044
|
);
|
|
19045
19045
|
}
|
|
19046
19046
|
function I4() {
|
|
19047
|
-
return d.union([
|
|
19047
|
+
return d.union([Tt(), Ml()]);
|
|
19048
19048
|
}
|
|
19049
19049
|
function P4() {
|
|
19050
19050
|
return d.object({
|
|
19051
19051
|
properties: d.array(Zn()),
|
|
19052
|
-
methods: d.array(
|
|
19052
|
+
methods: d.array(St()),
|
|
19053
19053
|
abstractMethods: d.array(Wt()),
|
|
19054
19054
|
extends: d.array(
|
|
19055
19055
|
d.union([Er(), Tr()])
|
|
@@ -19478,7 +19478,7 @@ function q4(n, e = {}) {
|
|
|
19478
19478
|
unionSeparator: r,
|
|
19479
19479
|
includePath: o
|
|
19480
19480
|
}), u = L4(l, s, a);
|
|
19481
|
-
return new N4(u, { cause: new
|
|
19481
|
+
return new N4(u, { cause: new ft([n]) });
|
|
19482
19482
|
}
|
|
19483
19483
|
var Eh = "1.13.7", _c = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, Es = Array.prototype, zl = Object.prototype, Nc = typeof Symbol < "u" ? Symbol.prototype : null, J4 = Es.push, ta = Es.slice, gi = zl.toString, W4 = zl.hasOwnProperty, Rh = typeof ArrayBuffer < "u", H4 = typeof DataView < "u", Y4 = Array.isArray, xc = Object.keys, $c = Object.create, Vc = Rh && ArrayBuffer.isView, z4 = isNaN, Z4 = isFinite, bh = !{ toString: null }.propertyIsEnumerable("toString"), Gc = [
|
|
19484
19484
|
"valueOf",
|
|
@@ -19488,7 +19488,7 @@ var Eh = "1.13.7", _c = typeof self == "object" && self.self === self && self ||
|
|
|
19488
19488
|
"hasOwnProperty",
|
|
19489
19489
|
"toLocaleString"
|
|
19490
19490
|
], X4 = Math.pow(2, 53) - 1;
|
|
19491
|
-
function
|
|
19491
|
+
function Et(n, e) {
|
|
19492
19492
|
return e = e == null ? n.length - 1 : +e, function() {
|
|
19493
19493
|
for (var t = Math.max(arguments.length - e, 0), r = Array(t), a = 0; a < t; a++)
|
|
19494
19494
|
r[a] = arguments[a + e];
|
|
@@ -19576,7 +19576,7 @@ var lU = /\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Ar
|
|
|
19576
19576
|
function cU(n) {
|
|
19577
19577
|
return Vc ? Vc(n) && !Da(n) : oU(n) && lU.test(gi.call(n));
|
|
19578
19578
|
}
|
|
19579
|
-
const _h = Rh ? cU : wh(!1),
|
|
19579
|
+
const _h = Rh ? cU : wh(!1), Rt = Mh("length");
|
|
19580
19580
|
function dU(n) {
|
|
19581
19581
|
for (var e = {}, t = n.length, r = 0; r < t; ++r)
|
|
19582
19582
|
e[n[r]] = !0;
|
|
@@ -19608,8 +19608,8 @@ function ke(n) {
|
|
|
19608
19608
|
function si(n) {
|
|
19609
19609
|
if (n == null)
|
|
19610
19610
|
return !0;
|
|
19611
|
-
var e =
|
|
19612
|
-
return typeof e == "number" && (nr(n) || Zl(n) || Ql(n)) ? e === 0 :
|
|
19611
|
+
var e = Rt(n);
|
|
19612
|
+
return typeof e == "number" && (nr(n) || Zl(n) || Ql(n)) ? e === 0 : Rt(ke(n)) === 0;
|
|
19613
19613
|
}
|
|
19614
19614
|
function xh(n, e) {
|
|
19615
19615
|
var t = ke(e), r = t.length;
|
|
@@ -19728,12 +19728,12 @@ function na(n) {
|
|
|
19728
19728
|
return bh && Nh(n, e), e;
|
|
19729
19729
|
}
|
|
19730
19730
|
function Kl(n) {
|
|
19731
|
-
var e =
|
|
19731
|
+
var e = Rt(n);
|
|
19732
19732
|
return function(t) {
|
|
19733
19733
|
if (t == null)
|
|
19734
19734
|
return !1;
|
|
19735
19735
|
var r = na(t);
|
|
19736
|
-
if (
|
|
19736
|
+
if (Rt(r))
|
|
19737
19737
|
return !1;
|
|
19738
19738
|
for (var a = 0; a < e; a++)
|
|
19739
19739
|
if (!ot(t[n[a]]))
|
|
@@ -19872,11 +19872,11 @@ function sc(n, e) {
|
|
|
19872
19872
|
return Wh(n, e, 1 / 0);
|
|
19873
19873
|
}
|
|
19874
19874
|
K.iteratee = sc;
|
|
19875
|
-
function
|
|
19875
|
+
function It(n, e, t) {
|
|
19876
19876
|
return K.iteratee !== sc ? K.iteratee(n, e) : Wh(n, e, t);
|
|
19877
19877
|
}
|
|
19878
19878
|
function PU(n, e, t) {
|
|
19879
|
-
e =
|
|
19879
|
+
e = It(e, t);
|
|
19880
19880
|
for (var r = ke(n), a = r.length, s = {}, o = 0; o < a; o++) {
|
|
19881
19881
|
var l = r[o];
|
|
19882
19882
|
s[l] = e(n[l], l, n);
|
|
@@ -20003,7 +20003,7 @@ function Zh(n, e, t, r, a) {
|
|
|
20003
20003
|
var s = kh(n.prototype), o = n.apply(s, a);
|
|
20004
20004
|
return Cn(o) ? o : s;
|
|
20005
20005
|
}
|
|
20006
|
-
var ti =
|
|
20006
|
+
var ti = Et(function(n, e) {
|
|
20007
20007
|
var t = ti.placeholder, r = function() {
|
|
20008
20008
|
for (var a = 0, s = e.length, o = Array(s), l = 0; l < s; l++)
|
|
20009
20009
|
o[l] = e[l] === t ? arguments[a++] : e[l];
|
|
@@ -20014,22 +20014,22 @@ var ti = Rt(function(n, e) {
|
|
|
20014
20014
|
return r;
|
|
20015
20015
|
});
|
|
20016
20016
|
ti.placeholder = K;
|
|
20017
|
-
const Xh =
|
|
20017
|
+
const Xh = Et(function(n, e, t) {
|
|
20018
20018
|
if (!ot(n))
|
|
20019
20019
|
throw new TypeError("Bind must be called on a function");
|
|
20020
|
-
var r =
|
|
20020
|
+
var r = Et(function(a) {
|
|
20021
20021
|
return Zh(n, r, e, this, t.concat(a));
|
|
20022
20022
|
});
|
|
20023
20023
|
return r;
|
|
20024
|
-
}),
|
|
20024
|
+
}), Ot = Bh(Rt);
|
|
20025
20025
|
function rr(n, e, t, r) {
|
|
20026
20026
|
if (r = r || [], !e && e !== 0)
|
|
20027
20027
|
e = 1 / 0;
|
|
20028
20028
|
else if (e <= 0)
|
|
20029
20029
|
return r.concat(n);
|
|
20030
|
-
for (var a = r.length, s = 0, o =
|
|
20030
|
+
for (var a = r.length, s = 0, o = Rt(n); s < o; s++) {
|
|
20031
20031
|
var l = n[s];
|
|
20032
|
-
if (
|
|
20032
|
+
if (Ot(l) && (nr(l) || Ql(l)))
|
|
20033
20033
|
if (e > 1)
|
|
20034
20034
|
rr(l, e - 1, t, r), a = r.length;
|
|
20035
20035
|
else
|
|
@@ -20040,7 +20040,7 @@ function rr(n, e, t, r) {
|
|
|
20040
20040
|
}
|
|
20041
20041
|
return r;
|
|
20042
20042
|
}
|
|
20043
|
-
const FU =
|
|
20043
|
+
const FU = Et(function(n, e) {
|
|
20044
20044
|
e = rr(e, !1, !1);
|
|
20045
20045
|
var t = e.length;
|
|
20046
20046
|
if (t < 1)
|
|
@@ -20058,7 +20058,7 @@ function UU(n, e) {
|
|
|
20058
20058
|
};
|
|
20059
20059
|
return t.cache = {}, t;
|
|
20060
20060
|
}
|
|
20061
|
-
const Qh =
|
|
20061
|
+
const Qh = Et(function(n, e, t) {
|
|
20062
20062
|
return setTimeout(function() {
|
|
20063
20063
|
return n.apply(null, t);
|
|
20064
20064
|
}, e);
|
|
@@ -20082,7 +20082,7 @@ function qU(n, e, t) {
|
|
|
20082
20082
|
var r, a, s, o, l, u = function() {
|
|
20083
20083
|
var h = Pi() - a;
|
|
20084
20084
|
e > h ? r = setTimeout(u, e - h) : (r = null, t || (o = n.apply(l, s)), r || (s = l = null));
|
|
20085
|
-
}, p =
|
|
20085
|
+
}, p = Et(function(h) {
|
|
20086
20086
|
return l = this, s = h, a = Pi(), r || (r = setTimeout(u, e), t && (o = n.apply(l, s))), o;
|
|
20087
20087
|
});
|
|
20088
20088
|
return p.cancel = function() {
|
|
@@ -20119,15 +20119,15 @@ function Kh(n, e) {
|
|
|
20119
20119
|
}
|
|
20120
20120
|
const YU = ti(Kh, 2);
|
|
20121
20121
|
function ef(n, e, t) {
|
|
20122
|
-
e =
|
|
20122
|
+
e = It(e, t);
|
|
20123
20123
|
for (var r = ke(n), a, s = 0, o = r.length; s < o; s++)
|
|
20124
20124
|
if (a = r[s], e(n[a], a, n))
|
|
20125
20125
|
return a;
|
|
20126
20126
|
}
|
|
20127
20127
|
function tf(n) {
|
|
20128
20128
|
return function(e, t, r) {
|
|
20129
|
-
t =
|
|
20130
|
-
for (var a =
|
|
20129
|
+
t = It(t, r);
|
|
20130
|
+
for (var a = Rt(e), s = n > 0 ? 0 : a - 1; s >= 0 && s < a; s += n)
|
|
20131
20131
|
if (t(e[s], s, e))
|
|
20132
20132
|
return s;
|
|
20133
20133
|
return -1;
|
|
@@ -20135,8 +20135,8 @@ function tf(n) {
|
|
|
20135
20135
|
}
|
|
20136
20136
|
const lc = tf(1), nf = tf(-1);
|
|
20137
20137
|
function rf(n, e, t, r) {
|
|
20138
|
-
t =
|
|
20139
|
-
for (var a = t(e), s = 0, o =
|
|
20138
|
+
t = It(t, r, 1);
|
|
20139
|
+
for (var a = t(e), s = 0, o = Rt(n); s < o; ) {
|
|
20140
20140
|
var l = Math.floor((s + o) / 2);
|
|
20141
20141
|
t(n[l]) < a ? s = l + 1 : o = l;
|
|
20142
20142
|
}
|
|
@@ -20144,7 +20144,7 @@ function rf(n, e, t, r) {
|
|
|
20144
20144
|
}
|
|
20145
20145
|
function af(n, e, t) {
|
|
20146
20146
|
return function(r, a, s) {
|
|
20147
|
-
var o = 0, l =
|
|
20147
|
+
var o = 0, l = Rt(r);
|
|
20148
20148
|
if (typeof s == "number")
|
|
20149
20149
|
n > 0 ? o = s >= 0 ? s : Math.max(s + l, o) : l = s >= 0 ? Math.min(s + 1, l) : s + l + 1;
|
|
20150
20150
|
else if (t && s && l)
|
|
@@ -20159,7 +20159,7 @@ function af(n, e, t) {
|
|
|
20159
20159
|
}
|
|
20160
20160
|
const sf = af(1, lc, rf), zU = af(-1, nf);
|
|
20161
20161
|
function Qs(n, e, t) {
|
|
20162
|
-
var r =
|
|
20162
|
+
var r = Ot(n) ? lc : ef, a = r(n, e, t);
|
|
20163
20163
|
if (a !== void 0 && a !== -1)
|
|
20164
20164
|
return n[a];
|
|
20165
20165
|
}
|
|
@@ -20169,7 +20169,7 @@ function ZU(n, e) {
|
|
|
20169
20169
|
function ln(n, e, t) {
|
|
20170
20170
|
e = ia(e, t);
|
|
20171
20171
|
var r, a;
|
|
20172
|
-
if (
|
|
20172
|
+
if (Ot(n))
|
|
20173
20173
|
for (r = 0, a = n.length; r < a; r++)
|
|
20174
20174
|
e(n[r], r, n);
|
|
20175
20175
|
else {
|
|
@@ -20180,8 +20180,8 @@ function ln(n, e, t) {
|
|
|
20180
20180
|
return n;
|
|
20181
20181
|
}
|
|
20182
20182
|
function $n(n, e, t) {
|
|
20183
|
-
e =
|
|
20184
|
-
for (var r = !
|
|
20183
|
+
e = It(e, t);
|
|
20184
|
+
for (var r = !Ot(n) && ke(n), a = (r || n).length, s = Array(a), o = 0; o < a; o++) {
|
|
20185
20185
|
var l = r ? r[o] : o;
|
|
20186
20186
|
s[o] = e(n[l], l, n);
|
|
20187
20187
|
}
|
|
@@ -20189,7 +20189,7 @@ function $n(n, e, t) {
|
|
|
20189
20189
|
}
|
|
20190
20190
|
function of(n) {
|
|
20191
20191
|
var e = function(t, r, a, s) {
|
|
20192
|
-
var o = !
|
|
20192
|
+
var o = !Ot(t) && ke(t), l = (o || t).length, u = n > 0 ? 0 : l - 1;
|
|
20193
20193
|
for (s || (a = t[o ? o[u] : u], u += n); u >= 0 && u < l; u += n) {
|
|
20194
20194
|
var p = o ? o[u] : u;
|
|
20195
20195
|
a = r(a, t[p], p, t);
|
|
@@ -20204,16 +20204,16 @@ function of(n) {
|
|
|
20204
20204
|
const Ns = of(1), Uc = of(-1);
|
|
20205
20205
|
function Rr(n, e, t) {
|
|
20206
20206
|
var r = [];
|
|
20207
|
-
return e =
|
|
20207
|
+
return e = It(e, t), ln(n, function(a, s, o) {
|
|
20208
20208
|
e(a, s, o) && r.push(a);
|
|
20209
20209
|
}), r;
|
|
20210
20210
|
}
|
|
20211
20211
|
function XU(n, e, t) {
|
|
20212
|
-
return Rr(n, oc(
|
|
20212
|
+
return Rr(n, oc(It(e)), t);
|
|
20213
20213
|
}
|
|
20214
20214
|
function jc(n, e, t) {
|
|
20215
|
-
e =
|
|
20216
|
-
for (var r = !
|
|
20215
|
+
e = It(e, t);
|
|
20216
|
+
for (var r = !Ot(n) && ke(n), a = (r || n).length, s = 0; s < a; s++) {
|
|
20217
20217
|
var o = r ? r[s] : s;
|
|
20218
20218
|
if (!e(n[o], o, n))
|
|
20219
20219
|
return !1;
|
|
@@ -20221,8 +20221,8 @@ function jc(n, e, t) {
|
|
|
20221
20221
|
return !0;
|
|
20222
20222
|
}
|
|
20223
20223
|
function kc(n, e, t) {
|
|
20224
|
-
e =
|
|
20225
|
-
for (var r = !
|
|
20224
|
+
e = It(e, t);
|
|
20225
|
+
for (var r = !Ot(n) && ke(n), a = (r || n).length, s = 0; s < a; s++) {
|
|
20226
20226
|
var o = r ? r[s] : s;
|
|
20227
20227
|
if (e(n[o], o, n))
|
|
20228
20228
|
return !0;
|
|
@@ -20230,9 +20230,9 @@ function kc(n, e, t) {
|
|
|
20230
20230
|
return !1;
|
|
20231
20231
|
}
|
|
20232
20232
|
function tn(n, e, t, r) {
|
|
20233
|
-
return
|
|
20233
|
+
return Ot(n) || (n = ei(n)), (typeof t != "number" || r) && (t = 0), sf(n, e, t) >= 0;
|
|
20234
20234
|
}
|
|
20235
|
-
const QU =
|
|
20235
|
+
const QU = Et(function(n, e, t) {
|
|
20236
20236
|
var r, a;
|
|
20237
20237
|
return ot(e) ? a = e : (e = ra(e), r = e.slice(0, -1), e = e[e.length - 1]), $n(n, function(s) {
|
|
20238
20238
|
var o = a;
|
|
@@ -20253,11 +20253,11 @@ function KU(n, e) {
|
|
|
20253
20253
|
function lf(n, e, t) {
|
|
20254
20254
|
var r = -1 / 0, a = -1 / 0, s, o;
|
|
20255
20255
|
if (e == null || typeof e == "number" && typeof n[0] != "object" && n != null) {
|
|
20256
|
-
n =
|
|
20256
|
+
n = Ot(n) ? n : ei(n);
|
|
20257
20257
|
for (var l = 0, u = n.length; l < u; l++)
|
|
20258
20258
|
s = n[l], s != null && s > r && (r = s);
|
|
20259
20259
|
} else
|
|
20260
|
-
e =
|
|
20260
|
+
e = It(e, t), ln(n, function(p, h, f) {
|
|
20261
20261
|
o = e(p, h, f), (o > a || o === -1 / 0 && r === -1 / 0) && (r = p, a = o);
|
|
20262
20262
|
});
|
|
20263
20263
|
return r;
|
|
@@ -20265,23 +20265,23 @@ function lf(n, e, t) {
|
|
|
20265
20265
|
function e8(n, e, t) {
|
|
20266
20266
|
var r = 1 / 0, a = 1 / 0, s, o;
|
|
20267
20267
|
if (e == null || typeof e == "number" && typeof n[0] != "object" && n != null) {
|
|
20268
|
-
n =
|
|
20268
|
+
n = Ot(n) ? n : ei(n);
|
|
20269
20269
|
for (var l = 0, u = n.length; l < u; l++)
|
|
20270
20270
|
s = n[l], s != null && s < r && (r = s);
|
|
20271
20271
|
} else
|
|
20272
|
-
e =
|
|
20272
|
+
e = It(e, t), ln(n, function(p, h, f) {
|
|
20273
20273
|
o = e(p, h, f), (o < a || o === 1 / 0 && r === 1 / 0) && (r = p, a = o);
|
|
20274
20274
|
});
|
|
20275
20275
|
return r;
|
|
20276
20276
|
}
|
|
20277
20277
|
var t8 = /[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;
|
|
20278
20278
|
function cf(n) {
|
|
20279
|
-
return n ? nr(n) ? ta.call(n) : Zl(n) ? n.match(t8) :
|
|
20279
|
+
return n ? nr(n) ? ta.call(n) : Zl(n) ? n.match(t8) : Ot(n) ? $n(n, ic) : ei(n) : [];
|
|
20280
20280
|
}
|
|
20281
20281
|
function df(n, e, t) {
|
|
20282
20282
|
if (e == null || t)
|
|
20283
|
-
return
|
|
20284
|
-
var r = cf(n), a =
|
|
20283
|
+
return Ot(n) || (n = ei(n)), n[Xs(n.length - 1)];
|
|
20284
|
+
var r = cf(n), a = Rt(r);
|
|
20285
20285
|
e = Math.max(Math.min(e, a), 0);
|
|
20286
20286
|
for (var s = a - 1, o = 0; o < e; o++) {
|
|
20287
20287
|
var l = Xs(o, s), u = r[o];
|
|
@@ -20294,7 +20294,7 @@ function n8(n) {
|
|
|
20294
20294
|
}
|
|
20295
20295
|
function r8(n, e, t) {
|
|
20296
20296
|
var r = 0;
|
|
20297
|
-
return e =
|
|
20297
|
+
return e = It(e, t), cc($n(n, function(a, s, o) {
|
|
20298
20298
|
return {
|
|
20299
20299
|
value: a,
|
|
20300
20300
|
index: r++,
|
|
@@ -20314,7 +20314,7 @@ function r8(n, e, t) {
|
|
|
20314
20314
|
function Rs(n, e) {
|
|
20315
20315
|
return function(t, r, a) {
|
|
20316
20316
|
var s = e ? [[], []] : {};
|
|
20317
|
-
return r =
|
|
20317
|
+
return r = It(r, a), ln(t, function(o, l) {
|
|
20318
20318
|
var u = r(o, l, t);
|
|
20319
20319
|
n(s, o, u);
|
|
20320
20320
|
}), s;
|
|
@@ -20330,12 +20330,12 @@ const i8 = Rs(function(n, e, t) {
|
|
|
20330
20330
|
n[t ? 0 : 1].push(e);
|
|
20331
20331
|
}, !0);
|
|
20332
20332
|
function l8(n) {
|
|
20333
|
-
return n == null ? 0 :
|
|
20333
|
+
return n == null ? 0 : Ot(n) ? n.length : ke(n).length;
|
|
20334
20334
|
}
|
|
20335
20335
|
function c8(n, e, t) {
|
|
20336
20336
|
return e in t;
|
|
20337
20337
|
}
|
|
20338
|
-
const uf =
|
|
20338
|
+
const uf = Et(function(n, e) {
|
|
20339
20339
|
var t = {}, r = e[0];
|
|
20340
20340
|
if (n == null)
|
|
20341
20341
|
return t;
|
|
@@ -20345,7 +20345,7 @@ const uf = Rt(function(n, e) {
|
|
|
20345
20345
|
r(l, o, n) && (t[o] = l);
|
|
20346
20346
|
}
|
|
20347
20347
|
return t;
|
|
20348
|
-
}), d8 =
|
|
20348
|
+
}), d8 = Et(function(n, e) {
|
|
20349
20349
|
var t = e[0], r;
|
|
20350
20350
|
return ot(t) ? (t = oc(t), e.length > 1 && (r = e[1])) : (e = $n(rr(e, !1, !1), String), t = function(a, s) {
|
|
20351
20351
|
return !tn(e, s);
|
|
@@ -20369,26 +20369,26 @@ function p8(n) {
|
|
|
20369
20369
|
function y8(n, e) {
|
|
20370
20370
|
return rr(n, e, !1);
|
|
20371
20371
|
}
|
|
20372
|
-
const yf =
|
|
20372
|
+
const yf = Et(function(n, e) {
|
|
20373
20373
|
return e = rr(e, !0, !0), Rr(n, function(t) {
|
|
20374
20374
|
return !tn(e, t);
|
|
20375
20375
|
});
|
|
20376
|
-
}), h8 =
|
|
20376
|
+
}), h8 = Et(function(n, e) {
|
|
20377
20377
|
return yf(n, e);
|
|
20378
20378
|
});
|
|
20379
20379
|
function Ks(n, e, t, r) {
|
|
20380
|
-
gh(e) || (r = t, t = e, e = !1), t != null && (t =
|
|
20381
|
-
for (var a = [], s = [], o = 0, l =
|
|
20380
|
+
gh(e) || (r = t, t = e, e = !1), t != null && (t = It(t, r));
|
|
20381
|
+
for (var a = [], s = [], o = 0, l = Rt(n); o < l; o++) {
|
|
20382
20382
|
var u = n[o], p = t ? t(u, o, n) : u;
|
|
20383
20383
|
e && !t ? ((!o || s !== p) && a.push(u), s = p) : t ? tn(s, p) || (s.push(p), a.push(u)) : tn(a, u) || a.push(u);
|
|
20384
20384
|
}
|
|
20385
20385
|
return a;
|
|
20386
20386
|
}
|
|
20387
|
-
const f8 =
|
|
20387
|
+
const f8 = Et(function(n) {
|
|
20388
20388
|
return Ks(rr(n, !0, !0));
|
|
20389
20389
|
});
|
|
20390
20390
|
function m8(n) {
|
|
20391
|
-
for (var e = [], t = arguments.length, r = 0, a =
|
|
20391
|
+
for (var e = [], t = arguments.length, r = 0, a = Rt(n); r < a; r++) {
|
|
20392
20392
|
var s = n[r];
|
|
20393
20393
|
if (!tn(e, s)) {
|
|
20394
20394
|
var o;
|
|
@@ -20400,13 +20400,13 @@ function m8(n) {
|
|
|
20400
20400
|
return e;
|
|
20401
20401
|
}
|
|
20402
20402
|
function eo(n) {
|
|
20403
|
-
for (var e = n && lf(n,
|
|
20403
|
+
for (var e = n && lf(n, Rt).length || 0, t = Array(e), r = 0; r < e; r++)
|
|
20404
20404
|
t[r] = cc(n, r);
|
|
20405
20405
|
return t;
|
|
20406
20406
|
}
|
|
20407
|
-
const T8 =
|
|
20407
|
+
const T8 = Et(eo);
|
|
20408
20408
|
function E8(n, e) {
|
|
20409
|
-
for (var t = {}, r = 0, a =
|
|
20409
|
+
for (var t = {}, r = 0, a = Rt(n); r < a; r++)
|
|
20410
20410
|
e ? t[n[r]] = e[r] : t[n[r][0]] = n[r][1];
|
|
20411
20411
|
return t;
|
|
20412
20412
|
}
|
|
@@ -20567,7 +20567,7 @@ const v8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20567
20567
|
reduceRight: Uc,
|
|
20568
20568
|
reject: XU,
|
|
20569
20569
|
rest: ua,
|
|
20570
|
-
restArguments:
|
|
20570
|
+
restArguments: Et,
|
|
20571
20571
|
result: $U,
|
|
20572
20572
|
sample: df,
|
|
20573
20573
|
select: Rr,
|
|
@@ -20611,7 +20611,7 @@ function I8(n, e) {
|
|
|
20611
20611
|
throw new Error(
|
|
20612
20612
|
`Expected property entities for comparison. But got ${n.type} and ${e.type}.`
|
|
20613
20613
|
);
|
|
20614
|
-
return n === e || n.id === e.id ? !0 : n.name !== e.name || n.static !== e.static || n.abstract !== e.abstract ? !1 :
|
|
20614
|
+
return n === e || n.id === e.id ? !0 : n.name !== e.name || n.static !== e.static || n.abstract !== e.abstract ? !1 : kt(
|
|
20615
20615
|
n.dataType,
|
|
20616
20616
|
e.dataType
|
|
20617
20617
|
).compatible;
|
|
@@ -20645,8 +20645,8 @@ function P8(n, e) {
|
|
|
20645
20645
|
}
|
|
20646
20646
|
return !(r.length > 0);
|
|
20647
20647
|
}
|
|
20648
|
-
var
|
|
20649
|
-
function
|
|
20648
|
+
var Nt = /* @__PURE__ */ ((n) => (n.BothUnconstrained = "both-unconstrained", n.AConstraintBUnconstrained = "a-constraint-b-unconstrained", n.BConstraintAUnconstrained = "b-constraint-a-unconstrained", n.Same = "same", n.AIsListBIsNot = "a-is-list-b-is-not", n.BIsListAIsNot = "b-is-list-a-is-not", n.AIsNullableBIsNot = "a-is-nullable-b-is-not", n.BIsNullableAIsNot = "b-is-nullable-a-is-not", n.AIsTemplateBIsNot = "a-is-template-b-is-not", n.BIsTemplateAIsNot = "b-is-template-a-is-not", n.BothUntyped = "both-untyped", n.AIsUntypedBIsNot = "a-is-untyped-b-is-not", n.BIsUntypedAIsNot = "b-is-untyped-a-is-not", n.TypeEntityMismatch = "type-entity-mismatch", n.SameCustomEntities = "same-custom-entities", n.CompatibleCustomEntities = "compatible-custom-entities", n.IncompatibleCustomEntities = "incompatible-custom-entities", n.SamePrimitiveEntities = "same-primitive-entities", n.IncompatiblePrimitiveEntities = "incompatible-primitive-entities", n.SameBuiltInBaseEntities = "same-built-in-base-entities", n.IncompatibleBuiltInBaseEntities = "incompatible-built-in-base-entities", n.CheckUnknown = "check-unknown", n))(Nt || {});
|
|
20649
|
+
function kt(n, e) {
|
|
20650
20650
|
var t, r, a, s, o, l, u, p, h, f, R;
|
|
20651
20651
|
if (n && n.type !== i.DataType || e && e.type !== i.DataType)
|
|
20652
20652
|
throw new Error(
|
|
@@ -20871,10 +20871,10 @@ function mf(n, e) {
|
|
|
20871
20871
|
if (n.type === i.Project)
|
|
20872
20872
|
t.push(...n.variableDeclarations);
|
|
20873
20873
|
else {
|
|
20874
|
-
const a =
|
|
20874
|
+
const a = mt(De(n)).filter(
|
|
20875
20875
|
(s) => s.type === i.VariableDeclaration
|
|
20876
20876
|
);
|
|
20877
|
-
t.push(...a), n.parent && (
|
|
20877
|
+
t.push(...a), n.parent && (bt.includes(n.parent.type) || n.parent.type === i.Project) && t.push(
|
|
20878
20878
|
...mf(
|
|
20879
20879
|
n.parent
|
|
20880
20880
|
)
|
|
@@ -20907,10 +20907,10 @@ function cr(n, e = !0) {
|
|
|
20907
20907
|
if (n.dataType.entity.type === i.PrimitiveEntity) {
|
|
20908
20908
|
let t = n.dataType.entity.name;
|
|
20909
20909
|
switch (n.dataType.entity.name) {
|
|
20910
|
-
case
|
|
20910
|
+
case I.String:
|
|
20911
20911
|
t = "Text";
|
|
20912
20912
|
break;
|
|
20913
|
-
case
|
|
20913
|
+
case I.JSON:
|
|
20914
20914
|
t = e ? "Any data structure" : "Unknown data structure";
|
|
20915
20915
|
break;
|
|
20916
20916
|
default:
|
|
@@ -20941,7 +20941,7 @@ function M8(n) {
|
|
|
20941
20941
|
if (!n.entity)
|
|
20942
20942
|
return "Inherited";
|
|
20943
20943
|
if (n.entity.type === i.PrimitiveEntity) {
|
|
20944
|
-
const e = n.entity.name ===
|
|
20944
|
+
const e = n.entity.name === I.String ? "Text" : n.entity.name;
|
|
20945
20945
|
return n.isList ? `List of ${e}s` : (
|
|
20946
20946
|
// Upper case the first letter
|
|
20947
20947
|
`${e.slice(0, 1).toUpperCase()}${e.slice(1)}`
|
|
@@ -20968,7 +20968,7 @@ function _8(n) {
|
|
|
20968
20968
|
if (!n.dataType.entity)
|
|
20969
20969
|
return "Inherited";
|
|
20970
20970
|
if (n.dataType.entity.type === i.PrimitiveEntity) {
|
|
20971
|
-
const e = n.dataType.entity.name ===
|
|
20971
|
+
const e = n.dataType.entity.name === I.String ? "Text" : n.dataType.entity.name;
|
|
20972
20972
|
return n.dataType.isList ? `List of ${e}s` : (
|
|
20973
20973
|
// Upper case the first letter
|
|
20974
20974
|
`${e.slice(0, 1).toUpperCase()}${e.slice(1)}`
|
|
@@ -21028,9 +21028,9 @@ function $s(n) {
|
|
|
21028
21028
|
return "and";
|
|
21029
21029
|
case Be.Or:
|
|
21030
21030
|
return "or";
|
|
21031
|
-
case
|
|
21031
|
+
case Lt.Empty:
|
|
21032
21032
|
return "is empty";
|
|
21033
|
-
case
|
|
21033
|
+
case Lt.NotEmpty:
|
|
21034
21034
|
return "is not empty";
|
|
21035
21035
|
}
|
|
21036
21036
|
}
|
|
@@ -21054,42 +21054,42 @@ function Ef(n) {
|
|
|
21054
21054
|
const e = z6(n);
|
|
21055
21055
|
if (!e) {
|
|
21056
21056
|
const t = H6(n);
|
|
21057
|
-
return t.includes(x.HTTP_ENDPOINT) ? "HTTP endpoint" : t.includes(x.PERSISTED_ENTITY) ? "Persisted entity" : t.includes(x.CRON_JOB) ? "Scheduled execution" : t.includes(x.RELATIONAL_DATABASE) ? "Relational database" :
|
|
21057
|
+
return t.includes(x.HTTP_ENDPOINT) ? "HTTP endpoint" : t.includes(x.PERSISTED_ENTITY) ? "Persisted entity" : t.includes(x.CRON_JOB) ? "Scheduled execution" : t.includes(x.RELATIONAL_DATABASE) ? "Relational database" : P(n, n.project) + " entity";
|
|
21058
21058
|
}
|
|
21059
|
-
return
|
|
21059
|
+
return P(e, n.project) + " entity";
|
|
21060
21060
|
}
|
|
21061
21061
|
function $8(n) {
|
|
21062
21062
|
let e = "Find ";
|
|
21063
21063
|
return n.outputsDeclarations.forEach((t, r) => {
|
|
21064
21064
|
const a = uc(t), s = g8(
|
|
21065
|
-
a && a.entity ?
|
|
21065
|
+
a && a.entity ? P(a.entity, n.project) : "unstructured data"
|
|
21066
21066
|
);
|
|
21067
21067
|
r === 0 ? e += `${s} ` : r === n.outputsDeclarations.length - 1 ? e += `and ${s} ` : e += `, ${s} `;
|
|
21068
21068
|
}), e;
|
|
21069
21069
|
}
|
|
21070
21070
|
function V8(n) {
|
|
21071
21071
|
switch (n.name) {
|
|
21072
|
-
case
|
|
21072
|
+
case I.String:
|
|
21073
21073
|
return "Text";
|
|
21074
|
-
case
|
|
21074
|
+
case I.Number:
|
|
21075
21075
|
return "Number";
|
|
21076
|
-
case
|
|
21076
|
+
case I.Boolean:
|
|
21077
21077
|
return "Boolean";
|
|
21078
|
-
case
|
|
21078
|
+
case I.JSON:
|
|
21079
21079
|
return "Data structure";
|
|
21080
|
-
case
|
|
21080
|
+
case I.UUID:
|
|
21081
21081
|
return "Unique identifier";
|
|
21082
|
-
case
|
|
21082
|
+
case I.Date:
|
|
21083
21083
|
return "Date";
|
|
21084
|
-
case
|
|
21084
|
+
case I.EntityTemplate:
|
|
21085
21085
|
return "Entity as template";
|
|
21086
|
-
case
|
|
21086
|
+
case I.Enum:
|
|
21087
21087
|
return "Enumeration";
|
|
21088
|
-
case
|
|
21088
|
+
case I.File:
|
|
21089
21089
|
return "File";
|
|
21090
|
-
case
|
|
21090
|
+
case I.Null:
|
|
21091
21091
|
return "Empty";
|
|
21092
|
-
case
|
|
21092
|
+
case I.ActionDescriptor:
|
|
21093
21093
|
return "Action descriptor";
|
|
21094
21094
|
default:
|
|
21095
21095
|
return n.name;
|
|
@@ -21109,17 +21109,17 @@ function G8(n) {
|
|
|
21109
21109
|
return "Loop given number of times";
|
|
21110
21110
|
case X.String:
|
|
21111
21111
|
return "Loop over text characters";
|
|
21112
|
-
case
|
|
21112
|
+
case yt.Addition:
|
|
21113
21113
|
return "Sum numbers";
|
|
21114
|
-
case
|
|
21114
|
+
case yt.Substraction:
|
|
21115
21115
|
return "Subtract numbers";
|
|
21116
|
-
case
|
|
21116
|
+
case yt.Multiplication:
|
|
21117
21117
|
return "Multiply numbers";
|
|
21118
|
-
case
|
|
21118
|
+
case yt.Division:
|
|
21119
21119
|
return "Divide numbers";
|
|
21120
|
-
case
|
|
21120
|
+
case yt.Remainder:
|
|
21121
21121
|
return "Get remainder of numbers";
|
|
21122
|
-
case
|
|
21122
|
+
case yt.Exponentiation:
|
|
21123
21123
|
return "Get exponent of numbers";
|
|
21124
21124
|
case Pe.AddIndex:
|
|
21125
21125
|
return "Add at index position";
|
|
@@ -21201,17 +21201,17 @@ function G8(n) {
|
|
|
21201
21201
|
return (n.name.slice(0, 1).toUpperCase() + n.name.slice(1)).replaceAll("-", " ");
|
|
21202
21202
|
}
|
|
21203
21203
|
}
|
|
21204
|
-
function
|
|
21204
|
+
function P(n, e) {
|
|
21205
21205
|
var t;
|
|
21206
21206
|
if (i.FunctionDeclaration === n.type) {
|
|
21207
21207
|
const r = n.name;
|
|
21208
|
-
if (Object.values(
|
|
21208
|
+
if (Object.values(wt).includes(r))
|
|
21209
21209
|
switch (r) {
|
|
21210
|
-
case
|
|
21210
|
+
case wt.AbortExecution:
|
|
21211
21211
|
return "Abort execution";
|
|
21212
|
-
case
|
|
21212
|
+
case wt.DeletePersistedEntity:
|
|
21213
21213
|
return "Delete persisted entity";
|
|
21214
|
-
case
|
|
21214
|
+
case wt.SoftDeletePersistedEntity:
|
|
21215
21215
|
return "Soft delete persisted entity";
|
|
21216
21216
|
default:
|
|
21217
21217
|
return to(n.type).replaceAll("-", " ");
|
|
@@ -21228,34 +21228,34 @@ function I(n, e) {
|
|
|
21228
21228
|
case i.Operation:
|
|
21229
21229
|
case i.InternalCall:
|
|
21230
21230
|
case i.Loop:
|
|
21231
|
-
const r =
|
|
21232
|
-
return
|
|
21231
|
+
const r = Ct(n.declaration, e);
|
|
21232
|
+
return P(r, e);
|
|
21233
21233
|
case i.ActionDescriptor:
|
|
21234
21234
|
return G8(n);
|
|
21235
21235
|
case i.BreakStatement:
|
|
21236
|
-
const a =
|
|
21236
|
+
const a = Ct(
|
|
21237
21237
|
n.parent,
|
|
21238
21238
|
e
|
|
21239
21239
|
);
|
|
21240
|
-
return `Stop loop ${
|
|
21240
|
+
return `Stop loop ${P(a, e)}`;
|
|
21241
21241
|
case i.ContinueStatement:
|
|
21242
|
-
const s =
|
|
21242
|
+
const s = Ct(
|
|
21243
21243
|
n.parent,
|
|
21244
21244
|
e
|
|
21245
21245
|
);
|
|
21246
|
-
return `Execute next iteration of ${
|
|
21246
|
+
return `Execute next iteration of ${P(
|
|
21247
21247
|
s,
|
|
21248
21248
|
e
|
|
21249
21249
|
)}`;
|
|
21250
21250
|
case i.FunctionCall:
|
|
21251
|
-
return
|
|
21251
|
+
return Ct(
|
|
21252
21252
|
n.declaration,
|
|
21253
21253
|
e
|
|
21254
21254
|
).name;
|
|
21255
21255
|
case i.Condition: {
|
|
21256
21256
|
const l = n;
|
|
21257
21257
|
if ((t = n.inputs) != null && t.length) {
|
|
21258
|
-
const u =
|
|
21258
|
+
const u = P(
|
|
21259
21259
|
l.inputs[0],
|
|
21260
21260
|
l.project
|
|
21261
21261
|
);
|
|
@@ -21272,28 +21272,28 @@ function I(n, e) {
|
|
|
21272
21272
|
return `If ${$s(l)}`;
|
|
21273
21273
|
}
|
|
21274
21274
|
case i.ReturnStatement: {
|
|
21275
|
-
const l =
|
|
21276
|
-
return `Output of ${
|
|
21275
|
+
const l = Ct(n.parent, e);
|
|
21276
|
+
return `Output of ${P(l, e)}`;
|
|
21277
21277
|
}
|
|
21278
21278
|
case i.InputMap:
|
|
21279
21279
|
if (n.declaration) {
|
|
21280
|
-
const l =
|
|
21280
|
+
const l = Ct(
|
|
21281
21281
|
n.declaration,
|
|
21282
21282
|
e
|
|
21283
21283
|
);
|
|
21284
|
-
return
|
|
21284
|
+
return P(l, e) || "";
|
|
21285
21285
|
} else
|
|
21286
21286
|
return n.name || "";
|
|
21287
21287
|
case i.VariableInstance: {
|
|
21288
|
-
const l =
|
|
21288
|
+
const l = Ct(
|
|
21289
21289
|
n.declaration,
|
|
21290
21290
|
e
|
|
21291
21291
|
);
|
|
21292
|
-
return
|
|
21292
|
+
return P(l, e) || "";
|
|
21293
21293
|
}
|
|
21294
21294
|
case i.OutputMap:
|
|
21295
21295
|
if (n.declaration) {
|
|
21296
|
-
const l =
|
|
21296
|
+
const l = Ct(
|
|
21297
21297
|
n.declaration,
|
|
21298
21298
|
e
|
|
21299
21299
|
);
|
|
@@ -21379,7 +21379,7 @@ function bf(n, e) {
|
|
|
21379
21379
|
issue: null
|
|
21380
21380
|
})
|
|
21381
21381
|
);
|
|
21382
|
-
const r = n.parent &&
|
|
21382
|
+
const r = n.parent && Ct(n.parent, e) || e;
|
|
21383
21383
|
if (!r)
|
|
21384
21384
|
t.push(
|
|
21385
21385
|
new T({
|
|
@@ -21601,9 +21601,9 @@ function Jc(n, e) {
|
|
|
21601
21601
|
}
|
|
21602
21602
|
let a = "";
|
|
21603
21603
|
return r && (a = `${no(
|
|
21604
|
-
|
|
21604
|
+
P(r, e)
|
|
21605
21605
|
)}-`), t = `${a}${no(
|
|
21606
|
-
|
|
21606
|
+
P(n, e)
|
|
21607
21607
|
)}-id`, e.instances[t] ? M.UUID.uuid() : t;
|
|
21608
21608
|
}
|
|
21609
21609
|
function L8(n) {
|
|
@@ -21616,7 +21616,7 @@ function L8(n) {
|
|
|
21616
21616
|
if (n.id === "80c86e1b-caca-4ba5-9b1f-38f72d10e4a3") {
|
|
21617
21617
|
const l = k({
|
|
21618
21618
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
21619
|
-
message: `Property "${
|
|
21619
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
21620
21620
|
n,
|
|
21621
21621
|
n.project
|
|
21622
21622
|
)}" with id "${n.id}".`,
|
|
@@ -21637,7 +21637,7 @@ function F8(n) {
|
|
|
21637
21637
|
if (!t.abstract) {
|
|
21638
21638
|
const a = k({
|
|
21639
21639
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
21640
|
-
message: `Property "${
|
|
21640
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
21641
21641
|
t,
|
|
21642
21642
|
n.project
|
|
21643
21643
|
)}" with id "${t.id}".`,
|
|
@@ -21651,10 +21651,10 @@ function F8(n) {
|
|
|
21651
21651
|
if (n.static && !t.static) {
|
|
21652
21652
|
const a = k({
|
|
21653
21653
|
id: `${n.id}--${C.NonStaticPropertyImplementsStatic}`,
|
|
21654
|
-
message: `Static property "${
|
|
21654
|
+
message: `Static property "${P(
|
|
21655
21655
|
n,
|
|
21656
21656
|
n.project
|
|
21657
|
-
)}" with id "${n.id}" implements a non-static property "${
|
|
21657
|
+
)}" with id "${n.id}" implements a non-static property "${P(
|
|
21658
21658
|
t,
|
|
21659
21659
|
n.project
|
|
21660
21660
|
)}" with id "${t.id}".`,
|
|
@@ -21668,10 +21668,10 @@ function F8(n) {
|
|
|
21668
21668
|
if (!n.static && t.static) {
|
|
21669
21669
|
const a = k({
|
|
21670
21670
|
id: `${n.id}--${C.StaticPropertyImplementsNonStatic}`,
|
|
21671
|
-
message: `Non-static property "${
|
|
21671
|
+
message: `Non-static property "${P(
|
|
21672
21672
|
n,
|
|
21673
21673
|
n.project
|
|
21674
|
-
)}" with id "${n.id}" implements a static property "${
|
|
21674
|
+
)}" with id "${n.id}" implements a static property "${P(
|
|
21675
21675
|
t,
|
|
21676
21676
|
n.project
|
|
21677
21677
|
)}" with id "${t.id}".`,
|
|
@@ -21682,13 +21682,13 @@ function F8(n) {
|
|
|
21682
21682
|
});
|
|
21683
21683
|
e.push(a.error);
|
|
21684
21684
|
}
|
|
21685
|
-
if (!
|
|
21685
|
+
if (!kt(
|
|
21686
21686
|
n.dataType,
|
|
21687
21687
|
t.dataType
|
|
21688
21688
|
)) {
|
|
21689
21689
|
const a = k({
|
|
21690
21690
|
id: `${n.id}--${C.PropertyImplementsIncompatibleType}`,
|
|
21691
|
-
message: `Property "${
|
|
21691
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a property "${P(
|
|
21692
21692
|
t,
|
|
21693
21693
|
n.project
|
|
21694
21694
|
)}" with id "${t.id}" that has an incompatible data type.`,
|
|
@@ -21718,7 +21718,7 @@ function U8(n, e) {
|
|
|
21718
21718
|
else {
|
|
21719
21719
|
const s = Fn(a);
|
|
21720
21720
|
if (s) {
|
|
21721
|
-
const o = a !== s ? `The entity of type '${n.type}' with id '${n.id}' have 'parent' with id '${n.parent}' because the entity belongs to a built-in '${s.type}' entity with id '${s.id}' (${
|
|
21721
|
+
const o = a !== s ? `The entity of type '${n.type}' with id '${n.id}' have 'parent' with id '${n.parent}' because the entity belongs to a built-in '${s.type}' entity with id '${s.id}' (${P(
|
|
21722
21722
|
s,
|
|
21723
21723
|
a.project
|
|
21724
21724
|
)}) higher up in the tree.` : `The entity of type '${n.type}' with id '${n.id}' have 'parent' with id '${n.parent}' because it is a built-in entity of type ${s.type}.`;
|
|
@@ -21748,11 +21748,11 @@ function U8(n, e) {
|
|
|
21748
21748
|
if (l.length) {
|
|
21749
21749
|
let u = l.length > 1 ? `The entity of type '${n.type}' with id '${n.id}' can't be added to the 'parent' entity with id '${a.id}' because it extends or implements multiple '${i.BuiltInBaseEntity}' entities that are non-interactive ("${$(
|
|
21750
21750
|
l.map(
|
|
21751
|
-
(p) =>
|
|
21751
|
+
(p) => P(p, p.project)
|
|
21752
21752
|
),
|
|
21753
21753
|
'", "',
|
|
21754
21754
|
'" and "'
|
|
21755
|
-
)}").` : `The entity of type '${n.type}' with id '${n.id}' can't be added to the 'parent' entity with id '${a.id}' because it extends or implements a '${i.BuiltInBaseEntity}' entity that is non-interactive ("${
|
|
21755
|
+
)}").` : `The entity of type '${n.type}' with id '${n.id}' can't be added to the 'parent' entity with id '${a.id}' because it extends or implements a '${i.BuiltInBaseEntity}' entity that is non-interactive ("${P(
|
|
21756
21756
|
l[0],
|
|
21757
21757
|
l[0].project
|
|
21758
21758
|
)}").`;
|
|
@@ -22150,7 +22150,7 @@ ${ro}`,
|
|
|
22150
22150
|
clone(e = null, t = null, r = !0) {
|
|
22151
22151
|
var h;
|
|
22152
22152
|
const a = t || et(
|
|
22153
|
-
|
|
22153
|
+
P(this, this.project),
|
|
22154
22154
|
i.Property,
|
|
22155
22155
|
this.project
|
|
22156
22156
|
), s = a.split("-id"), o = s[s.length - 1 || 0] || a, l = {
|
|
@@ -22168,7 +22168,7 @@ ${ro}`,
|
|
|
22168
22168
|
dataType: null,
|
|
22169
22169
|
implements: null,
|
|
22170
22170
|
parent: e || this.parent
|
|
22171
|
-
}, u =
|
|
22171
|
+
}, u = jt(
|
|
22172
22172
|
l,
|
|
22173
22173
|
this.project
|
|
22174
22174
|
);
|
|
@@ -22227,13 +22227,13 @@ let br = oe;
|
|
|
22227
22227
|
function j8(n) {
|
|
22228
22228
|
const e = f4(), t = n.toJSON();
|
|
22229
22229
|
e.safeParse(t).success;
|
|
22230
|
-
const a = k8(n), s = q8(n), o =
|
|
22230
|
+
const a = k8(n), s = q8(n), o = Pt(n);
|
|
22231
22231
|
n.inputs.forEach((u) => u.validate()), o.forEach((u) => u.validate());
|
|
22232
22232
|
const l = [...a, ...s];
|
|
22233
22233
|
if (n.id === "getCompanyByIdEndpointReachedEntityEvent") {
|
|
22234
22234
|
const u = k({
|
|
22235
22235
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
22236
|
-
message: `Property "${
|
|
22236
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
22237
22237
|
n,
|
|
22238
22238
|
n.project
|
|
22239
22239
|
)}" with id "${n.id}".`,
|
|
@@ -22251,7 +22251,7 @@ function k8(n) {
|
|
|
22251
22251
|
if (!n.calls.length) {
|
|
22252
22252
|
const t = k({
|
|
22253
22253
|
id: `${n.id}--${C.ScopeWithoutLogic}`,
|
|
22254
|
-
message: `Action "${
|
|
22254
|
+
message: `Action "${P(n, n.project)}" with id "${n.id}" does not have any logic defined. So it doesn't do anything.`,
|
|
22255
22255
|
issue: null,
|
|
22256
22256
|
severity: m.Error,
|
|
22257
22257
|
code: C.ScopeWithoutLogic,
|
|
@@ -22373,11 +22373,11 @@ const le = class le {
|
|
|
22373
22373
|
if (b.length) {
|
|
22374
22374
|
let D = b.length > 1 ? `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${f.id}' because it extends or implements multiple '${i.BuiltInBaseEntity}' entities that are non-interactive ("${$(
|
|
22375
22375
|
b.map(
|
|
22376
|
-
(O) =>
|
|
22376
|
+
(O) => P(O, O.project)
|
|
22377
22377
|
),
|
|
22378
22378
|
'", "',
|
|
22379
22379
|
'" and "'
|
|
22380
|
-
)}").` : `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${f.id}' because it extends or implements a '${i.BuiltInBaseEntity}' entity that is non-interactive ("${
|
|
22380
|
+
)}").` : `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${f.id}' because it extends or implements a '${i.BuiltInBaseEntity}' entity that is non-interactive ("${P(
|
|
22381
22381
|
b[0],
|
|
22382
22382
|
b[0].project
|
|
22383
22383
|
)}").`;
|
|
@@ -22444,7 +22444,7 @@ If you want to modify the existing implementation, you can update the existing m
|
|
|
22444
22444
|
id: `${e.id}--${y.BuiltInEntityParent}`,
|
|
22445
22445
|
code: y.BuiltInEntityParent,
|
|
22446
22446
|
severity: m.Error,
|
|
22447
|
-
message: `The entity with id '${e.id}' and type '${e.type}', belongs to a built-in system entity "${
|
|
22447
|
+
message: `The entity with id '${e.id}' and type '${e.type}', belongs to a built-in system entity "${P(
|
|
22448
22448
|
p,
|
|
22449
22449
|
t
|
|
22450
22450
|
)}" with id '${p.id}', and therefore it cannot be created as it would affect a built in entity, which are inmutable.`,
|
|
@@ -22587,7 +22587,7 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
22587
22587
|
seenEntities: t
|
|
22588
22588
|
});
|
|
22589
22589
|
r.push(...l), a.push(...u);
|
|
22590
|
-
}),
|
|
22590
|
+
}), Pt(this).forEach((o) => {
|
|
22591
22591
|
const { affected: l, removed: u } = o.remove({
|
|
22592
22592
|
ignoreUpstream: !0,
|
|
22593
22593
|
seenEntities: t
|
|
@@ -22608,7 +22608,7 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
22608
22608
|
return e.has(this.id) ? { affected: [], self: this } : (e.add(this.id), this.subscribe(), this.inputs.forEach((a) => {
|
|
22609
22609
|
const { affected: s } = a.restore({ seenEntities: e });
|
|
22610
22610
|
t.push(...s);
|
|
22611
|
-
}),
|
|
22611
|
+
}), Pt(this).forEach((a) => {
|
|
22612
22612
|
const { affected: s } = a.restore({ seenEntities: e });
|
|
22613
22613
|
t.push(...s);
|
|
22614
22614
|
}), {
|
|
@@ -22620,7 +22620,7 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
22620
22620
|
if (e.has(this.id))
|
|
22621
22621
|
return [];
|
|
22622
22622
|
e.add(this.id);
|
|
22623
|
-
const t =
|
|
22623
|
+
const t = Pt(this);
|
|
22624
22624
|
return [
|
|
22625
22625
|
this,
|
|
22626
22626
|
...this.inputs.flatMap((a) => a.toFlat(e)),
|
|
@@ -22636,7 +22636,7 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
22636
22636
|
if (e.has(this.id))
|
|
22637
22637
|
return [];
|
|
22638
22638
|
e.add(this.id);
|
|
22639
|
-
const t =
|
|
22639
|
+
const t = Pt(this);
|
|
22640
22640
|
return [
|
|
22641
22641
|
this.id,
|
|
22642
22642
|
...this.inputs.flatMap((a) => a.toFlatIds(e)),
|
|
@@ -22748,7 +22748,7 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
22748
22748
|
}
|
|
22749
22749
|
// Returns the errors of this entity and all its nested entities recursively
|
|
22750
22750
|
getErrors() {
|
|
22751
|
-
const e =
|
|
22751
|
+
const e = Pt(this);
|
|
22752
22752
|
return [
|
|
22753
22753
|
...this.errors,
|
|
22754
22754
|
...this.inputs.flatMap((r) => r.getErrors()),
|
|
@@ -22762,14 +22762,14 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
22762
22762
|
clone(e = null, t = null, r = !0, a = !1) {
|
|
22763
22763
|
var f;
|
|
22764
22764
|
const s = this.toJSON(), o = t || et(
|
|
22765
|
-
|
|
22765
|
+
P(this, this.project),
|
|
22766
22766
|
i.FunctionDeclaration,
|
|
22767
22767
|
this.project
|
|
22768
22768
|
);
|
|
22769
22769
|
s.inputs = [];
|
|
22770
22770
|
const l = o.split("-id"), u = l[l.length - 1 || 0] || o;
|
|
22771
22771
|
s.id = o;
|
|
22772
|
-
const p =
|
|
22772
|
+
const p = jt(
|
|
22773
22773
|
s,
|
|
22774
22774
|
this.project
|
|
22775
22775
|
);
|
|
@@ -23092,7 +23092,7 @@ ${Gn}`,
|
|
|
23092
23092
|
id: `${e.id}--${y.BuiltInEntityParent}`,
|
|
23093
23093
|
code: y.BuiltInEntityParent,
|
|
23094
23094
|
severity: m.Error,
|
|
23095
|
-
message: `The entity with id '${e.id}' and type '${e.type}', belongs to a built-in system entity "${
|
|
23095
|
+
message: `The entity with id '${e.id}' and type '${e.type}', belongs to a built-in system entity "${P(
|
|
23096
23096
|
l,
|
|
23097
23097
|
t
|
|
23098
23098
|
)}" with id '${l.id}', and therefore it cannot be created as it would affect a built in entity, which are inmutable.`,
|
|
@@ -23479,7 +23479,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
23479
23479
|
this.project
|
|
23480
23480
|
), o = s.split("-id"), l = o[o.length - 1 || 0] || s;
|
|
23481
23481
|
a.id = s;
|
|
23482
|
-
const u =
|
|
23482
|
+
const u = jt(
|
|
23483
23483
|
a,
|
|
23484
23484
|
this.project
|
|
23485
23485
|
);
|
|
@@ -23572,7 +23572,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
23572
23572
|
id: this.id + "--infered-entity",
|
|
23573
23573
|
type: i.CustomEntity,
|
|
23574
23574
|
version: 1,
|
|
23575
|
-
name:
|
|
23575
|
+
name: P(this, this.project),
|
|
23576
23576
|
description: ((t = this.parent) == null ? void 0 : t.description) || null,
|
|
23577
23577
|
static: !0,
|
|
23578
23578
|
abstract: !1,
|
|
@@ -23640,7 +23640,7 @@ function H8(n) {
|
|
|
23640
23640
|
if (n.id === "exec-sequentially-operation-call-id") {
|
|
23641
23641
|
const u = k({
|
|
23642
23642
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
23643
|
-
message: `Property "${
|
|
23643
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
23644
23644
|
n,
|
|
23645
23645
|
n.project
|
|
23646
23646
|
)}" with id "${n.id}".`,
|
|
@@ -23753,7 +23753,7 @@ const te = class te {
|
|
|
23753
23753
|
{
|
|
23754
23754
|
parent: {
|
|
23755
23755
|
list: !1,
|
|
23756
|
-
types: [...
|
|
23756
|
+
types: [...bt, i.Project],
|
|
23757
23757
|
optional: !0
|
|
23758
23758
|
}
|
|
23759
23759
|
// calledByEntry: {
|
|
@@ -23792,7 +23792,7 @@ const te = class te {
|
|
|
23792
23792
|
const l = `
|
|
23793
23793
|
All built-in 'action-descriptor' entity ids are:
|
|
23794
23794
|
- ${t.operationDeclarations.map(
|
|
23795
|
-
(u) => `${u.id} (${
|
|
23795
|
+
(u) => `${u.id} (${P(u, t)})`
|
|
23796
23796
|
).join(`
|
|
23797
23797
|
- `)}.
|
|
23798
23798
|
`;
|
|
@@ -24292,7 +24292,7 @@ let gr = te;
|
|
|
24292
24292
|
function z8(n) {
|
|
24293
24293
|
const e = n4(), t = n.toJSON();
|
|
24294
24294
|
e.safeParse(t).success;
|
|
24295
|
-
const a =
|
|
24295
|
+
const a = Pt(n);
|
|
24296
24296
|
n.inputs.forEach((o) => o.validate()), a.forEach((o) => o.validate());
|
|
24297
24297
|
const s = [];
|
|
24298
24298
|
return ee(n.errors, s);
|
|
@@ -24553,7 +24553,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
|
|
|
24553
24553
|
seenEntities: t
|
|
24554
24554
|
});
|
|
24555
24555
|
r.push(...l), a.push(...u);
|
|
24556
|
-
}),
|
|
24556
|
+
}), Pt(this).forEach((o) => {
|
|
24557
24557
|
const { affected: l, removed: u } = o.remove({
|
|
24558
24558
|
ignoreUpstream: !0,
|
|
24559
24559
|
seenEntities: t
|
|
@@ -24574,7 +24574,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
|
|
|
24574
24574
|
return e.has(this.id) ? { affected: [], self: this } : (e.add(this.id), this.subscribe(), this.inputs.forEach((a) => {
|
|
24575
24575
|
const { affected: s } = a.restore({ seenEntities: e });
|
|
24576
24576
|
t.push(...s);
|
|
24577
|
-
}),
|
|
24577
|
+
}), Pt(this).forEach((a) => {
|
|
24578
24578
|
const { affected: s } = a.restore({ seenEntities: e });
|
|
24579
24579
|
t.push(...s);
|
|
24580
24580
|
}), {
|
|
@@ -24586,7 +24586,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
|
|
|
24586
24586
|
if (e.has(this.id))
|
|
24587
24587
|
return [];
|
|
24588
24588
|
e.add(this.id);
|
|
24589
|
-
const t =
|
|
24589
|
+
const t = Pt(this);
|
|
24590
24590
|
return [
|
|
24591
24591
|
this,
|
|
24592
24592
|
...this.inputs.flatMap((a) => a.toFlat(e)),
|
|
@@ -24602,7 +24602,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
|
|
|
24602
24602
|
if (e.has(this.id))
|
|
24603
24603
|
return [];
|
|
24604
24604
|
e.add(this.id);
|
|
24605
|
-
const t =
|
|
24605
|
+
const t = Pt(this);
|
|
24606
24606
|
return [
|
|
24607
24607
|
this.id,
|
|
24608
24608
|
...this.inputs.flatMap((a) => a.toFlatIds(e)),
|
|
@@ -24698,7 +24698,7 @@ You can attach new logic to the existing 'global-event' but creating a new calla
|
|
|
24698
24698
|
}
|
|
24699
24699
|
// Returns the errors of this entity and all its nested entities recursively
|
|
24700
24700
|
getErrors() {
|
|
24701
|
-
const e =
|
|
24701
|
+
const e = Pt(this);
|
|
24702
24702
|
return [
|
|
24703
24703
|
...this.errors,
|
|
24704
24704
|
...this.inputs.flatMap((r) => r.getErrors()),
|
|
@@ -24858,7 +24858,7 @@ const Y = class Y {
|
|
|
24858
24858
|
{
|
|
24859
24859
|
parent: {
|
|
24860
24860
|
list: !1,
|
|
24861
|
-
types: [...
|
|
24861
|
+
types: [...bt, i.Project],
|
|
24862
24862
|
optional: !0
|
|
24863
24863
|
},
|
|
24864
24864
|
// calledByEntry: {
|
|
@@ -24920,17 +24920,31 @@ ${Us(t)}`,
|
|
|
24920
24920
|
};
|
|
24921
24921
|
}
|
|
24922
24922
|
static fromReturnDeclarationToBodyArgumentDeclarationName(e) {
|
|
24923
|
-
return `Previous iteration results of '${
|
|
24923
|
+
return `Previous iteration results of '${P(
|
|
24924
24924
|
e,
|
|
24925
24925
|
e.project
|
|
24926
24926
|
)}'`;
|
|
24927
24927
|
}
|
|
24928
|
+
static fromBodyArgumentDeclarationToReturnDeclarationName(e) {
|
|
24929
|
+
const t = e.name.replace(
|
|
24930
|
+
"Previous iteration results of '",
|
|
24931
|
+
""
|
|
24932
|
+
);
|
|
24933
|
+
return t.slice(0, t.length - 1);
|
|
24934
|
+
}
|
|
24928
24935
|
static fromReturnDeclarationToLoopOutputDeclarationName(e) {
|
|
24929
|
-
return `Result list of '${
|
|
24936
|
+
return `Result list of '${P(
|
|
24930
24937
|
e,
|
|
24931
24938
|
e.project
|
|
24932
24939
|
)}'`;
|
|
24933
24940
|
}
|
|
24941
|
+
static fromLoopOutputDeclarationToReturnDeclarationName(e) {
|
|
24942
|
+
const t = e.name.replace(
|
|
24943
|
+
"Result list of '",
|
|
24944
|
+
""
|
|
24945
|
+
);
|
|
24946
|
+
return t.slice(0, t.length - 1);
|
|
24947
|
+
}
|
|
24934
24948
|
validateGeneratedUpdate(e) {
|
|
24935
24949
|
const t = [];
|
|
24936
24950
|
return e.parent && t.push(
|
|
@@ -25415,7 +25429,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25415
25429
|
].forEach((r) => {
|
|
25416
25430
|
r.outputs.forEach((s) => {
|
|
25417
25431
|
e.find(
|
|
25418
|
-
(l) => l === s ||
|
|
25432
|
+
(l) => l === s || P(l, this.project) === P(s, this.project) && kt(l.dataType, s.dataType)
|
|
25419
25433
|
) || e.push(s);
|
|
25420
25434
|
});
|
|
25421
25435
|
}), v(
|
|
@@ -25435,7 +25449,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25435
25449
|
}), s.forEach((o) => {
|
|
25436
25450
|
const l = o.outputs, u = a.filter(
|
|
25437
25451
|
(p) => !l.find(
|
|
25438
|
-
(h) =>
|
|
25452
|
+
(h) => P(p, this.project) === P(h, this.project) && kt(p.dataType, h.dataType)
|
|
25439
25453
|
)
|
|
25440
25454
|
);
|
|
25441
25455
|
u.length && e.push(o), u.forEach((p) => {
|
|
@@ -25460,9 +25474,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25460
25474
|
}), a.forEach((l) => {
|
|
25461
25475
|
const u = l.getDataType();
|
|
25462
25476
|
let h = s.find(
|
|
25463
|
-
(b) =>
|
|
25477
|
+
(b) => P(b, this.project) === Y.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
25464
25478
|
l
|
|
25465
|
-
) &&
|
|
25479
|
+
) && kt(b.dataType, l.dataType)
|
|
25466
25480
|
);
|
|
25467
25481
|
if (!h) {
|
|
25468
25482
|
const b = Y.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
@@ -25472,7 +25486,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25472
25486
|
version: 1,
|
|
25473
25487
|
type: i.ArgumentDeclaration,
|
|
25474
25488
|
name: b,
|
|
25475
|
-
description: `Aggretated list of all previously outputted values from each iteration by the output '${
|
|
25489
|
+
description: `Aggretated list of all previously outputted values from each iteration by the output '${P(
|
|
25476
25490
|
l,
|
|
25477
25491
|
this.project
|
|
25478
25492
|
)}'`,
|
|
@@ -25490,17 +25504,19 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25490
25504
|
h.index !== l.index && (h.sync({ index: l.index }), e.push(h));
|
|
25491
25505
|
const f = h.getDataType();
|
|
25492
25506
|
let R = f;
|
|
25493
|
-
if (u
|
|
25494
|
-
f
|
|
25495
|
-
|
|
25496
|
-
|
|
25497
|
-
|
|
25498
|
-
|
|
25499
|
-
|
|
25500
|
-
|
|
25501
|
-
|
|
25502
|
-
|
|
25503
|
-
|
|
25507
|
+
if (u)
|
|
25508
|
+
if (!f || !kt(
|
|
25509
|
+
f,
|
|
25510
|
+
u
|
|
25511
|
+
)) {
|
|
25512
|
+
if (!R) {
|
|
25513
|
+
const b = u.clone(h);
|
|
25514
|
+
b.addSelfToProject(), R = b, t.push(b), e.push(h);
|
|
25515
|
+
}
|
|
25516
|
+
R.merge(u), R.sync({ isList: !0 });
|
|
25517
|
+
} else
|
|
25518
|
+
R.isList || (R.sync({ isList: !0 }), e.push(R));
|
|
25519
|
+
if (!u && !R) {
|
|
25504
25520
|
const b = {
|
|
25505
25521
|
id: M.UUID.uuid(),
|
|
25506
25522
|
version: 1,
|
|
@@ -25518,12 +25534,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25518
25534
|
b,
|
|
25519
25535
|
this.project
|
|
25520
25536
|
);
|
|
25521
|
-
D.setParent(h), D.initChildren(), D.addSelfToProject();
|
|
25537
|
+
D.sync({ isList: !0 }), D.setParent(h), D.initChildren(), D.addSelfToProject();
|
|
25522
25538
|
const O = {
|
|
25523
25539
|
id: M.UUID.uuid(),
|
|
25524
25540
|
version: 1,
|
|
25525
25541
|
type: i.PrimitiveValue,
|
|
25526
|
-
name:
|
|
25542
|
+
name: I.JSON,
|
|
25527
25543
|
autogeneration: null,
|
|
25528
25544
|
valueAsType: null,
|
|
25529
25545
|
value: [],
|
|
@@ -25535,21 +25551,14 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25535
25551
|
N.setParent(D), N.initChildren(), N.addSelfToProject(), t.push(N), t.push(D);
|
|
25536
25552
|
}
|
|
25537
25553
|
}), s.filter((l) => l.name === "Current iteration number" || l.name === "Current value" ? !1 : !a.find(
|
|
25538
|
-
(p) =>
|
|
25539
|
-
p
|
|
25540
|
-
) && ut(l.dataType, p.dataType)
|
|
25554
|
+
(p) => P(l, this.project) === Y.fromReturnDeclarationToBodyArgumentDeclarationName(p)
|
|
25541
25555
|
)).forEach((l) => {
|
|
25542
25556
|
const { affected: u, removed: p } = l.remove({
|
|
25543
25557
|
ignoreUpstream: !1,
|
|
25544
25558
|
seenEntities: /* @__PURE__ */ new Set()
|
|
25545
25559
|
});
|
|
25546
25560
|
e.push(...u), r.push(...p);
|
|
25547
|
-
}),
|
|
25548
|
-
"all arguments after delete: ",
|
|
25549
|
-
this.body.inputs.map(
|
|
25550
|
-
(l) => l.id + " " + I(l, this.project)
|
|
25551
|
-
)
|
|
25552
|
-
), {
|
|
25561
|
+
}), {
|
|
25553
25562
|
updated: v(e),
|
|
25554
25563
|
added: v(t),
|
|
25555
25564
|
removed: v(r),
|
|
@@ -25566,17 +25575,14 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25566
25575
|
*/
|
|
25567
25576
|
syncOutputsDeclarations() {
|
|
25568
25577
|
const e = [], t = [], r = [], a = this.getUniqueReturnDeclarations(), s = this.outputsDeclarations;
|
|
25569
|
-
return
|
|
25570
|
-
"allOutputDeclarations BEFORE sync: ",
|
|
25571
|
-
s.map((l) => I(l, this.project))
|
|
25572
|
-
), a.forEach((l, u) => {
|
|
25578
|
+
return a.forEach((l, u) => {
|
|
25573
25579
|
l.index !== u && (l.sync({ index: u }), e.push(l));
|
|
25574
25580
|
}), a.forEach((l) => {
|
|
25575
25581
|
const u = l.getDataType();
|
|
25576
25582
|
let h = s.find(
|
|
25577
|
-
(b) =>
|
|
25583
|
+
(b) => P(b, this.project) === Y.fromReturnDeclarationToLoopOutputDeclarationName(
|
|
25578
25584
|
l
|
|
25579
|
-
) &&
|
|
25585
|
+
) && kt(b.dataType, l.dataType)
|
|
25580
25586
|
);
|
|
25581
25587
|
if (!h) {
|
|
25582
25588
|
const b = Y.fromReturnDeclarationToLoopOutputDeclarationName(
|
|
@@ -25586,7 +25592,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25586
25592
|
version: 1,
|
|
25587
25593
|
type: i.ValueDescriptor,
|
|
25588
25594
|
name: b,
|
|
25589
|
-
description: `Aggretated list of all previously outputted values from each iteration by the output '${
|
|
25595
|
+
description: `Aggretated list of all previously outputted values from each iteration by the output '${P(
|
|
25590
25596
|
l,
|
|
25591
25597
|
this.project
|
|
25592
25598
|
)}'`,
|
|
@@ -25601,21 +25607,22 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25601
25607
|
O.setParent(this), O.initChildren(), O.addSelfToProject(), t.push(O), h = O;
|
|
25602
25608
|
}
|
|
25603
25609
|
h.index !== l.index && (h.sync({ index: l.index }), e.push(h));
|
|
25604
|
-
|
|
25605
|
-
|
|
25606
|
-
|
|
25607
|
-
|
|
25608
|
-
|
|
25609
|
-
|
|
25610
|
-
|
|
25611
|
-
|
|
25612
|
-
|
|
25613
|
-
|
|
25614
|
-
|
|
25615
|
-
|
|
25616
|
-
|
|
25617
|
-
|
|
25618
|
-
|
|
25610
|
+
let R = h.getDataType();
|
|
25611
|
+
if (u)
|
|
25612
|
+
if (!R || !kt(
|
|
25613
|
+
R,
|
|
25614
|
+
u
|
|
25615
|
+
)) {
|
|
25616
|
+
if (!R) {
|
|
25617
|
+
const b = u.clone(
|
|
25618
|
+
h
|
|
25619
|
+
);
|
|
25620
|
+
b.addSelfToProject(), R = b, t.push(b), e.push(h);
|
|
25621
|
+
}
|
|
25622
|
+
R.merge(u), R.sync({ isList: !0 });
|
|
25623
|
+
} else
|
|
25624
|
+
R.isList || (R.sync({ isList: !0 }), e.push(R));
|
|
25625
|
+
if (!u && !R) {
|
|
25619
25626
|
const b = {
|
|
25620
25627
|
id: M.UUID.uuid(),
|
|
25621
25628
|
version: 1,
|
|
@@ -25633,12 +25640,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25633
25640
|
b,
|
|
25634
25641
|
this.project
|
|
25635
25642
|
);
|
|
25636
|
-
D.setParent(h), D.initChildren(), D.addSelfToProject();
|
|
25643
|
+
D.sync({ isList: !0 }), D.setParent(h), D.initChildren(), D.addSelfToProject();
|
|
25637
25644
|
const O = {
|
|
25638
25645
|
id: M.UUID.uuid(),
|
|
25639
25646
|
version: 1,
|
|
25640
25647
|
type: i.PrimitiveValue,
|
|
25641
|
-
name:
|
|
25648
|
+
name: I.JSON,
|
|
25642
25649
|
autogeneration: null,
|
|
25643
25650
|
valueAsType: null,
|
|
25644
25651
|
value: [],
|
|
@@ -25651,9 +25658,9 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25651
25658
|
}
|
|
25652
25659
|
}), s.filter(
|
|
25653
25660
|
(l) => !a.find(
|
|
25654
|
-
(p) =>
|
|
25661
|
+
(p) => P(l, this.project) === Y.fromReturnDeclarationToLoopOutputDeclarationName(
|
|
25655
25662
|
p
|
|
25656
|
-
)
|
|
25663
|
+
)
|
|
25657
25664
|
)
|
|
25658
25665
|
).forEach((l) => {
|
|
25659
25666
|
const { affected: u, removed: p } = l.remove({
|
|
@@ -25661,12 +25668,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25661
25668
|
seenEntities: /* @__PURE__ */ new Set()
|
|
25662
25669
|
});
|
|
25663
25670
|
e.push(...u), r.push(...p);
|
|
25664
|
-
}),
|
|
25665
|
-
"all outputs declarations after delete: ",
|
|
25666
|
-
this.outputsDeclarations.map(
|
|
25667
|
-
(l) => l.id + " " + I(l, this.project)
|
|
25668
|
-
)
|
|
25669
|
-
), {
|
|
25671
|
+
}), {
|
|
25670
25672
|
updated: v(e),
|
|
25671
25673
|
added: v(t),
|
|
25672
25674
|
removed: v(r),
|
|
@@ -25677,27 +25679,21 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25677
25679
|
// Pointing at the correct output declaration as its 'declaration' property
|
|
25678
25680
|
syncOutputMaps() {
|
|
25679
25681
|
const e = [], t = [], r = [], a = this.outputsDeclarations, s = this.outputs;
|
|
25680
|
-
|
|
25681
|
-
|
|
25682
|
-
s.map((l) => I(l, this.project))
|
|
25683
|
-
), a.forEach((l) => {
|
|
25684
|
-
var h, f;
|
|
25682
|
+
return a.forEach((l) => {
|
|
25683
|
+
var h;
|
|
25685
25684
|
let p = s.find(
|
|
25686
|
-
(
|
|
25687
|
-
var
|
|
25688
|
-
return ((
|
|
25689
|
-
(
|
|
25685
|
+
(f) => {
|
|
25686
|
+
var R, b;
|
|
25687
|
+
return ((R = f.declaration) == null ? void 0 : R.id) === l.id && kt(
|
|
25688
|
+
(b = f.declaration) == null ? void 0 : b.dataType,
|
|
25690
25689
|
l.dataType
|
|
25691
25690
|
);
|
|
25692
25691
|
}
|
|
25693
25692
|
);
|
|
25694
25693
|
if (p)
|
|
25695
|
-
((
|
|
25696
|
-
(f = p.declaration) == null ? void 0 : f.dataType,
|
|
25697
|
-
l.dataType
|
|
25698
|
-
)) && (p.setDeclaration(l), e.push(p));
|
|
25694
|
+
((h = p.declaration) == null ? void 0 : h.id) !== l.id && (p.setDeclaration(l), e.push(p));
|
|
25699
25695
|
else {
|
|
25700
|
-
const
|
|
25696
|
+
const f = {
|
|
25701
25697
|
id: M.UUID.uuid(),
|
|
25702
25698
|
version: 1,
|
|
25703
25699
|
type: i.OutputMap,
|
|
@@ -25705,52 +25701,25 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
25705
25701
|
declaration: l.toJSON(),
|
|
25706
25702
|
writesValues: [],
|
|
25707
25703
|
parent: this.toReference()
|
|
25708
|
-
},
|
|
25709
|
-
|
|
25704
|
+
}, R = E(
|
|
25705
|
+
f,
|
|
25710
25706
|
this.project
|
|
25711
25707
|
);
|
|
25712
|
-
|
|
25708
|
+
R.setParent(this), R.initChildren(), R.addSelfToProject(), t.push(R), p = R;
|
|
25713
25709
|
}
|
|
25714
25710
|
p.index !== l.index && (p.sync({ index: l.index }), e.push(p));
|
|
25715
|
-
})
|
|
25716
|
-
|
|
25717
|
-
|
|
25718
|
-
(
|
|
25719
|
-
|
|
25720
|
-
|
|
25721
|
-
(f = l.declaration) == null ? void 0 : f.dataType,
|
|
25722
|
-
p.dataType
|
|
25723
|
-
);
|
|
25724
|
-
}
|
|
25725
|
-
);
|
|
25726
|
-
return this.id === "manual-hello-world-loop-id" && (u ? console.log(
|
|
25727
|
-
"found matching declaration: ",
|
|
25728
|
-
u.id + " " + I(u, this.project),
|
|
25729
|
-
`
|
|
25730
|
-
output map: `,
|
|
25731
|
-
l.id + " " + I(l, this.project)
|
|
25732
|
-
) : console.log(
|
|
25733
|
-
"missing declaration for output map: ",
|
|
25734
|
-
l.id + " " + I(l, this.project)
|
|
25735
|
-
)), !u;
|
|
25736
|
-
});
|
|
25737
|
-
return this.id === "manual-hello-world-loop-id" && console.log(
|
|
25738
|
-
"output maps to remove: ",
|
|
25739
|
-
o.map(
|
|
25740
|
-
(l) => l.id + " " + I(l, this.project)
|
|
25741
|
-
)
|
|
25742
|
-
), o.forEach((l) => {
|
|
25711
|
+
}), s.filter((l) => !a.find(
|
|
25712
|
+
(p) => {
|
|
25713
|
+
var h;
|
|
25714
|
+
return ((h = l.declaration) == null ? void 0 : h.id) === p.id;
|
|
25715
|
+
}
|
|
25716
|
+
)).forEach((l) => {
|
|
25743
25717
|
const { affected: u, removed: p } = l.remove({
|
|
25744
25718
|
ignoreUpstream: !1,
|
|
25745
25719
|
seenEntities: /* @__PURE__ */ new Set()
|
|
25746
25720
|
});
|
|
25747
25721
|
e.push(...u), r.push(...p);
|
|
25748
|
-
}),
|
|
25749
|
-
"allOutputMaps after sync: ",
|
|
25750
|
-
this.outputs.map(
|
|
25751
|
-
(l) => l.id + " " + I(l, this.project)
|
|
25752
|
-
)
|
|
25753
|
-
), {
|
|
25722
|
+
}), {
|
|
25754
25723
|
updated: v(e),
|
|
25755
25724
|
added: v(t),
|
|
25756
25725
|
removed: v(r),
|
|
@@ -26143,7 +26112,7 @@ const de = class de {
|
|
|
26143
26112
|
{
|
|
26144
26113
|
parent: {
|
|
26145
26114
|
list: !1,
|
|
26146
|
-
types: [...
|
|
26115
|
+
types: [...bt, i.Project],
|
|
26147
26116
|
optional: !0
|
|
26148
26117
|
}
|
|
26149
26118
|
// calledByEntry: {
|
|
@@ -26586,7 +26555,7 @@ class bs {
|
|
|
26586
26555
|
e.project
|
|
26587
26556
|
);
|
|
26588
26557
|
else if (e.initialData.readsValue && e.initialData.readsValue.type === i.GenericReference) {
|
|
26589
|
-
const t =
|
|
26558
|
+
const t = Ct(
|
|
26590
26559
|
e.initialData.readsValue,
|
|
26591
26560
|
e.project
|
|
26592
26561
|
);
|
|
@@ -26595,7 +26564,7 @@ class bs {
|
|
|
26595
26564
|
if (e.readsValue) {
|
|
26596
26565
|
if (Ge.includes(e.readsValue.type)) {
|
|
26597
26566
|
let t = e.parent;
|
|
26598
|
-
|
|
26567
|
+
bt.includes(t.type) || (t = t.parent), e.readsValue.setParent(
|
|
26599
26568
|
t
|
|
26600
26569
|
), e.readsValue.initChildren(), t.detachedChildren.includes(e) ? t.replaceDetachedChild(
|
|
26601
26570
|
e,
|
|
@@ -26640,7 +26609,7 @@ function K8(n) {
|
|
|
26640
26609
|
if (n.id === "random-company-employee-test-variable-id") {
|
|
26641
26610
|
const u = k({
|
|
26642
26611
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
26643
|
-
message: `Property "${
|
|
26612
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
26644
26613
|
n,
|
|
26645
26614
|
n.project
|
|
26646
26615
|
)}" with id "${n.id}".`,
|
|
@@ -26654,7 +26623,7 @@ function K8(n) {
|
|
|
26654
26623
|
if (n.id === "company-dto-variable-one-id") {
|
|
26655
26624
|
const u = k({
|
|
26656
26625
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
26657
|
-
message: `Property "${
|
|
26626
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
26658
26627
|
n,
|
|
26659
26628
|
n.project
|
|
26660
26629
|
)}" with id "${n.id}".`,
|
|
@@ -26768,7 +26737,7 @@ const re = class re {
|
|
|
26768
26737
|
{
|
|
26769
26738
|
parent: {
|
|
26770
26739
|
list: !1,
|
|
26771
|
-
types: [...
|
|
26740
|
+
types: [...bt, i.Project],
|
|
26772
26741
|
optional: !0
|
|
26773
26742
|
}
|
|
26774
26743
|
// calledByEntry: {
|
|
@@ -27013,7 +26982,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
27013
26982
|
...this.inputs,
|
|
27014
26983
|
...this.variableInstances.flatMap((a) => a.inputs)
|
|
27015
26984
|
]).find(
|
|
27016
|
-
(a) =>
|
|
26985
|
+
(a) => P(a, this.project) === P(e, this.project) && !!a.readsValue
|
|
27017
26986
|
) || e;
|
|
27018
26987
|
}
|
|
27019
26988
|
// On dynamically typed variable declarations, where any new property can be written to any of the instances,
|
|
@@ -27052,7 +27021,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
27052
27021
|
]), t = [];
|
|
27053
27022
|
return e.forEach((s) => {
|
|
27054
27023
|
t.find(
|
|
27055
|
-
(l) =>
|
|
27024
|
+
(l) => P(l, this.project) === P(s, this.project)
|
|
27056
27025
|
) || t.push(s);
|
|
27057
27026
|
}), t.length ? ((a = this.dataType) == null || a.inferFromInputs(t), this.dataType ? (this.generateUnusedInputs(), this.generateUnusedOutputs(), this.variableInstances.forEach((s) => {
|
|
27058
27027
|
s.generateUnusedInputs(), s.generateUnusedOutputs();
|
|
@@ -27387,7 +27356,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
27387
27356
|
(s) => !s.getDataType()
|
|
27388
27357
|
).forEach((s) => {
|
|
27389
27358
|
const o = this.inputs.find(
|
|
27390
|
-
(p) =>
|
|
27359
|
+
(p) => P(p, this.project) === P(s, this.project)
|
|
27391
27360
|
);
|
|
27392
27361
|
if (!o)
|
|
27393
27362
|
return;
|
|
@@ -27427,7 +27396,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
27427
27396
|
(s) => !s.declaration
|
|
27428
27397
|
).forEach((s) => {
|
|
27429
27398
|
const o = e.find(
|
|
27430
|
-
(l) =>
|
|
27399
|
+
(l) => P(l, this.project) === P(s, this.project)
|
|
27431
27400
|
);
|
|
27432
27401
|
o && s.setDeclaration(o);
|
|
27433
27402
|
});
|
|
@@ -27570,7 +27539,7 @@ function e6(n) {
|
|
|
27570
27539
|
if (n.id === "exec-sequentially-result-variable-id") {
|
|
27571
27540
|
const l = k({
|
|
27572
27541
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
27573
|
-
message: `Property "${
|
|
27542
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
27574
27543
|
n,
|
|
27575
27544
|
n.project
|
|
27576
27545
|
)}" with id "${n.id}".`,
|
|
@@ -27680,7 +27649,7 @@ const ie = class ie {
|
|
|
27680
27649
|
{
|
|
27681
27650
|
parent: {
|
|
27682
27651
|
list: !1,
|
|
27683
|
-
types: [...
|
|
27652
|
+
types: [...bt, i.Project],
|
|
27684
27653
|
optional: !0
|
|
27685
27654
|
},
|
|
27686
27655
|
// calledByEntry: {
|
|
@@ -28230,7 +28199,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28230
28199
|
(s) => !s.getDataType()
|
|
28231
28200
|
).forEach((s) => {
|
|
28232
28201
|
const o = this.inputs.find(
|
|
28233
|
-
(p) =>
|
|
28202
|
+
(p) => P(p, this.project) === P(s, this.project)
|
|
28234
28203
|
);
|
|
28235
28204
|
if (!o)
|
|
28236
28205
|
return;
|
|
@@ -28270,7 +28239,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28270
28239
|
(s) => !s.declaration
|
|
28271
28240
|
).forEach((s) => {
|
|
28272
28241
|
const o = e.find(
|
|
28273
|
-
(l) =>
|
|
28242
|
+
(l) => P(l, this.project) === P(s, this.project)
|
|
28274
28243
|
);
|
|
28275
28244
|
o && s.setDeclaration(o);
|
|
28276
28245
|
});
|
|
@@ -28409,7 +28378,7 @@ function t6(n) {
|
|
|
28409
28378
|
if (n.id === "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id") {
|
|
28410
28379
|
const o = k({
|
|
28411
28380
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
28412
|
-
message: `Property "${
|
|
28381
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
28413
28382
|
n,
|
|
28414
28383
|
n.project
|
|
28415
28384
|
)}" with id "${n.id}".`,
|
|
@@ -28848,14 +28817,14 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
28848
28817
|
clone(e = null, t = null, r = !0) {
|
|
28849
28818
|
var h;
|
|
28850
28819
|
const a = this.toJSON(), s = t || et(
|
|
28851
|
-
|
|
28820
|
+
P(this, this.project),
|
|
28852
28821
|
i.ReturnDeclaration,
|
|
28853
28822
|
this.project
|
|
28854
28823
|
);
|
|
28855
28824
|
a.dataType = null;
|
|
28856
28825
|
const o = s.split("-id"), l = o[o.length - 1 || 0] || s;
|
|
28857
28826
|
a.id = s;
|
|
28858
|
-
const u =
|
|
28827
|
+
const u = jt(
|
|
28859
28828
|
a,
|
|
28860
28829
|
this.project
|
|
28861
28830
|
);
|
|
@@ -28917,7 +28886,7 @@ c(ue, "MUTABLE_DOWNSTREAM_PROPERTIES", []), c(ue, "INMUTABLE_DOWNSTREAM_PROPERTI
|
|
|
28917
28886
|
...ue.UPSTREAM_PROPERTIES,
|
|
28918
28887
|
...ue.DOWNSTREAM_PROPERTIES
|
|
28919
28888
|
]);
|
|
28920
|
-
let
|
|
28889
|
+
let Bt = ue;
|
|
28921
28890
|
function n6(n) {
|
|
28922
28891
|
var o;
|
|
28923
28892
|
const e = aF(), t = n.toJSON();
|
|
@@ -28926,7 +28895,7 @@ function n6(n) {
|
|
|
28926
28895
|
if (n.id === "search-person-by-id-id") {
|
|
28927
28896
|
const l = k({
|
|
28928
28897
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
28929
|
-
message: `Property "${
|
|
28898
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
28930
28899
|
n,
|
|
28931
28900
|
n.project
|
|
28932
28901
|
)}" with id "${n.id}".`,
|
|
@@ -29028,7 +28997,7 @@ const Ie = class Ie {
|
|
|
29028
28997
|
{
|
|
29029
28998
|
parent: {
|
|
29030
28999
|
list: !1,
|
|
29031
|
-
types: [...
|
|
29000
|
+
types: [...bt, i.Project],
|
|
29032
29001
|
optional: !0
|
|
29033
29002
|
}
|
|
29034
29003
|
// calledByEntry: {
|
|
@@ -29555,9 +29524,9 @@ c(Ie, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
29555
29524
|
...Ie.MUTABLE_DOWNSTREAM_PROPERTIES,
|
|
29556
29525
|
...Ie.INMUTABLE_DOWNSTREAM_PROPERTIES
|
|
29557
29526
|
]), c(Ie, "PROPERTIES", [
|
|
29558
|
-
...
|
|
29559
|
-
...
|
|
29560
|
-
...
|
|
29527
|
+
...Bt.META_PROPERTIES,
|
|
29528
|
+
...Bt.UPSTREAM_PROPERTIES,
|
|
29529
|
+
...Bt.DOWNSTREAM_PROPERTIES
|
|
29561
29530
|
]);
|
|
29562
29531
|
let Sr = Ie;
|
|
29563
29532
|
function r6(n) {
|
|
@@ -30288,7 +30257,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
30288
30257
|
);
|
|
30289
30258
|
this.setParent(e), this.parent.initChildren(), this.parent.addInternalCall(this);
|
|
30290
30259
|
const t = this.calledBy.find(
|
|
30291
|
-
(r) => !!r.parent &&
|
|
30260
|
+
(r) => !!r.parent && bt.includes(r.parent.type)
|
|
30292
30261
|
);
|
|
30293
30262
|
if (t) {
|
|
30294
30263
|
const r = E(
|
|
@@ -30648,7 +30617,7 @@ function s6(n) {
|
|
|
30648
30617
|
if (n.id === "exec-sequentially-argument-map-id") {
|
|
30649
30618
|
const s = k({
|
|
30650
30619
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
30651
|
-
message: `Property "${
|
|
30620
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
30652
30621
|
n,
|
|
30653
30622
|
n.project
|
|
30654
30623
|
)}" with id "${n.id}".`,
|
|
@@ -31153,14 +31122,14 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
31153
31122
|
clone(e = null, t = null, r = !0) {
|
|
31154
31123
|
var h;
|
|
31155
31124
|
const a = this.toJSON(), s = t || et(
|
|
31156
|
-
|
|
31125
|
+
P(this, this.project),
|
|
31157
31126
|
i.InputMap,
|
|
31158
31127
|
this.project
|
|
31159
31128
|
);
|
|
31160
31129
|
a.defaultValue = null;
|
|
31161
31130
|
const o = s.split("-id"), l = o[o.length - 1 || 0] || s;
|
|
31162
31131
|
a.id = s;
|
|
31163
|
-
const u =
|
|
31132
|
+
const u = jt(
|
|
31164
31133
|
a,
|
|
31165
31134
|
this.project
|
|
31166
31135
|
);
|
|
@@ -31255,7 +31224,7 @@ function o6(n) {
|
|
|
31255
31224
|
if (n.id === "exec-sequentially-return-map-id") {
|
|
31256
31225
|
const s = k({
|
|
31257
31226
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
31258
|
-
message: `Property "${
|
|
31227
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
31259
31228
|
n,
|
|
31260
31229
|
n.project
|
|
31261
31230
|
)}" with id "${n.id}".`,
|
|
@@ -31693,7 +31662,7 @@ function l6(n) {
|
|
|
31693
31662
|
if (n.id === "company-dto-func-declaration-argument-dcl-id") {
|
|
31694
31663
|
const o = k({
|
|
31695
31664
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
31696
|
-
message: `Property "${
|
|
31665
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
31697
31666
|
n,
|
|
31698
31667
|
n.project
|
|
31699
31668
|
)}" with id "${n.id}".`,
|
|
@@ -31707,7 +31676,7 @@ function l6(n) {
|
|
|
31707
31676
|
if (n.id === "manual-hello-world-loop-current-iteration-number-output-map-id") {
|
|
31708
31677
|
const o = k({
|
|
31709
31678
|
id: `${n.id}--${C.PropertyImplementsNonAbstact}`,
|
|
31710
|
-
message: `Property "${
|
|
31679
|
+
message: `Property "${P(n, n.project)}" with id "${n.id}" implements a non-abstract property "${P(
|
|
31711
31680
|
n,
|
|
31712
31681
|
n.project
|
|
31713
31682
|
)}" with id "${n.id}".`,
|
|
@@ -32104,14 +32073,14 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
32104
32073
|
clone(e = null, t = null, r = !0) {
|
|
32105
32074
|
var h;
|
|
32106
32075
|
const a = this.toJSON(), s = t || et(
|
|
32107
|
-
|
|
32076
|
+
P(this, this.project),
|
|
32108
32077
|
i.ArgumentDeclaration,
|
|
32109
32078
|
this.project
|
|
32110
32079
|
);
|
|
32111
32080
|
a.dataType = null;
|
|
32112
32081
|
const o = s.split("-id"), l = o[o.length - 1 || 0] || s;
|
|
32113
32082
|
a.id = s;
|
|
32114
|
-
const u =
|
|
32083
|
+
const u = jt(
|
|
32115
32084
|
a,
|
|
32116
32085
|
this.project
|
|
32117
32086
|
);
|
|
@@ -32499,7 +32468,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
32499
32468
|
clone(e = null, t = null, r = !0) {
|
|
32500
32469
|
const a = this.toJSON(), s = t || et(this.name, i.PrimitiveValue, this.project);
|
|
32501
32470
|
a.id = s;
|
|
32502
|
-
const o =
|
|
32471
|
+
const o = jt(
|
|
32503
32472
|
a,
|
|
32504
32473
|
this.project
|
|
32505
32474
|
);
|
|
@@ -32945,7 +32914,7 @@ c(me, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), c(me, "INMUTABLE_
|
|
|
32945
32914
|
...me.UPSTREAM_PROPERTIES,
|
|
32946
32915
|
...me.DOWNSTREAM_PROPERTIES
|
|
32947
32916
|
]);
|
|
32948
|
-
let
|
|
32917
|
+
let pt = me;
|
|
32949
32918
|
const Ke = class Ke {
|
|
32950
32919
|
constructor(e, t) {
|
|
32951
32920
|
c(this, "initialData");
|
|
@@ -33017,7 +32986,7 @@ const Ke = class Ke {
|
|
|
33017
32986
|
{
|
|
33018
32987
|
parent: {
|
|
33019
32988
|
list: !1,
|
|
33020
|
-
types:
|
|
32989
|
+
types: bt
|
|
33021
32990
|
}
|
|
33022
32991
|
// calledByEntry: {
|
|
33023
32992
|
// list: true,
|
|
@@ -33317,15 +33286,15 @@ Specifically for return statements the parent needs to always be the 'function-d
|
|
|
33317
33286
|
}
|
|
33318
33287
|
};
|
|
33319
33288
|
c(Ke, "MUTABLE_BASE_PROPERTIES", []), c(Ke, "INMUTABLE_BASE_PROPERTIES", ["id", "version", "type"]), c(Ke, "BASE_PROPERTIES", [
|
|
33320
|
-
...
|
|
33321
|
-
...
|
|
33289
|
+
...pt.MUTABLE_BASE_PROPERTIES,
|
|
33290
|
+
...pt.INMUTABLE_BASE_PROPERTIES
|
|
33322
33291
|
]), // Includes the base properties and the meta properties
|
|
33323
33292
|
// Often contains properties related to UX, not necessary for the logic
|
|
33324
33293
|
c(Ke, "MUTABLE_META_PROPERTIES", ["x", "y"]), c(Ke, "INMUTABLE_META_PROPERTIES", [
|
|
33325
|
-
...
|
|
33294
|
+
...pt.INMUTABLE_BASE_PROPERTIES
|
|
33326
33295
|
]), c(Ke, "META_PROPERTIES", [
|
|
33327
|
-
...
|
|
33328
|
-
...
|
|
33296
|
+
...pt.MUTABLE_META_PROPERTIES,
|
|
33297
|
+
...pt.INMUTABLE_META_PROPERTIES
|
|
33329
33298
|
]), // Properties pointing to nested entities that are declared before the entity itself
|
|
33330
33299
|
c(Ke, "MUTABLE_UPSTREAM_PROPERTIES", [
|
|
33331
33300
|
"calledBySuccess",
|
|
@@ -33333,16 +33302,16 @@ c(Ke, "MUTABLE_UPSTREAM_PROPERTIES", [
|
|
|
33333
33302
|
"calledByEntry",
|
|
33334
33303
|
"parent"
|
|
33335
33304
|
]), c(Ke, "INMUTABLE_UPSTREAM_PROPERTIES", []), c(Ke, "UPSTREAM_PROPERTIES", [
|
|
33336
|
-
...
|
|
33337
|
-
...
|
|
33305
|
+
...pt.MUTABLE_UPSTREAM_PROPERTIES,
|
|
33306
|
+
...pt.INMUTABLE_UPSTREAM_PROPERTIES
|
|
33338
33307
|
]), // Properties pointing to nested entities that are declared after the entity itself or are direct children
|
|
33339
33308
|
c(Ke, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), c(Ke, "INMUTABLE_DOWNSTREAM_PROPERTIES", []), c(Ke, "DOWNSTREAM_PROPERTIES", [
|
|
33340
|
-
...
|
|
33341
|
-
...
|
|
33309
|
+
...pt.MUTABLE_DOWNSTREAM_PROPERTIES,
|
|
33310
|
+
...pt.INMUTABLE_DOWNSTREAM_PROPERTIES
|
|
33342
33311
|
]), c(Ke, "PROPERTIES", [
|
|
33343
|
-
...
|
|
33344
|
-
...
|
|
33345
|
-
...
|
|
33312
|
+
...Bt.META_PROPERTIES,
|
|
33313
|
+
...Bt.UPSTREAM_PROPERTIES,
|
|
33314
|
+
...Bt.DOWNSTREAM_PROPERTIES
|
|
33346
33315
|
]);
|
|
33347
33316
|
let wr = Ke;
|
|
33348
33317
|
function y6(n) {
|
|
@@ -33839,11 +33808,11 @@ const Ee = class Ee {
|
|
|
33839
33808
|
if (p.length) {
|
|
33840
33809
|
let h = p.length > 1 ? `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements multiple '${i.BuiltInBaseEntity}' entities that are non-interactive ("${$(
|
|
33841
33810
|
p.map(
|
|
33842
|
-
(f) =>
|
|
33811
|
+
(f) => P(f, f.project)
|
|
33843
33812
|
),
|
|
33844
33813
|
'", "',
|
|
33845
33814
|
'" and "'
|
|
33846
|
-
)}").` : `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements a '${i.BuiltInBaseEntity}' entity that is non-interactive ("${
|
|
33815
|
+
)}").` : `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${l.id}' because it extends or implements a '${i.BuiltInBaseEntity}' entity that is non-interactive ("${P(
|
|
33847
33816
|
p[0],
|
|
33848
33817
|
p[0].project
|
|
33849
33818
|
)}").`;
|
|
@@ -34519,14 +34488,14 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
34519
34488
|
clone(e = null, t = null, r = !0) {
|
|
34520
34489
|
var f, R;
|
|
34521
34490
|
const a = this.toJSON(), s = t || et(
|
|
34522
|
-
|
|
34491
|
+
P(this, this.project),
|
|
34523
34492
|
i.ActionDescriptor,
|
|
34524
34493
|
this.project
|
|
34525
34494
|
);
|
|
34526
34495
|
a.fixedArguments = [], a.fixedReturns = [], a.dynamicArgumentTypes = null, a.dynamicReturnTypes = null, a.error = null;
|
|
34527
34496
|
const o = s.split("-id"), l = o[o.length - 1 || 0] || s;
|
|
34528
34497
|
a.id = s;
|
|
34529
|
-
const u =
|
|
34498
|
+
const u = jt(
|
|
34530
34499
|
a,
|
|
34531
34500
|
this.project
|
|
34532
34501
|
);
|
|
@@ -34916,12 +34885,12 @@ ${en(
|
|
|
34916
34885
|
clone(e = null, t = null, r = !0) {
|
|
34917
34886
|
var h;
|
|
34918
34887
|
const a = t || et(
|
|
34919
|
-
|
|
34888
|
+
P(this, this.project),
|
|
34920
34889
|
i.ValueDescriptor,
|
|
34921
34890
|
this.project
|
|
34922
34891
|
), s = a.split("-id"), o = s[s.length - 1 || 0] || a, l = this.toJSON();
|
|
34923
34892
|
l.id = a;
|
|
34924
|
-
const u =
|
|
34893
|
+
const u = jt(
|
|
34925
34894
|
l,
|
|
34926
34895
|
this.project
|
|
34927
34896
|
);
|
|
@@ -35141,7 +35110,7 @@ If you are trying to create a new entity, please use a different id, for example
|
|
|
35141
35110
|
e
|
|
35142
35111
|
);
|
|
35143
35112
|
case i.ReturnDeclaration:
|
|
35144
|
-
return
|
|
35113
|
+
return Bt.validateGenerationTarget(
|
|
35145
35114
|
t,
|
|
35146
35115
|
e
|
|
35147
35116
|
);
|
|
@@ -35183,7 +35152,7 @@ If you are trying to create a new entity, please use a different id, for example
|
|
|
35183
35152
|
e
|
|
35184
35153
|
);
|
|
35185
35154
|
case i.ContinueStatement:
|
|
35186
|
-
return
|
|
35155
|
+
return pt.validateGenerationTarget(
|
|
35187
35156
|
t,
|
|
35188
35157
|
e
|
|
35189
35158
|
);
|
|
@@ -36219,7 +36188,7 @@ function I6(n, e) {
|
|
|
36219
36188
|
issue: null
|
|
36220
36189
|
})
|
|
36221
36190
|
);
|
|
36222
|
-
const o =
|
|
36191
|
+
const o = ht(r, e);
|
|
36223
36192
|
r.type === i.ReturnStatement && o && !Me.includes(o.type) ? t.push(
|
|
36224
36193
|
new T({
|
|
36225
36194
|
id: `${r.id}--${y.IncompatibleScope}`,
|
|
@@ -36265,7 +36234,7 @@ function I6(n, e) {
|
|
|
36265
36234
|
);
|
|
36266
36235
|
return;
|
|
36267
36236
|
}
|
|
36268
|
-
const R =
|
|
36237
|
+
const R = ht(f, e);
|
|
36269
36238
|
if (o)
|
|
36270
36239
|
Ca(
|
|
36271
36240
|
o,
|
|
@@ -36529,7 +36498,7 @@ All value writting entity types are: ${$(
|
|
|
36529
36498
|
issue: null
|
|
36530
36499
|
})
|
|
36531
36500
|
);
|
|
36532
|
-
const r =
|
|
36501
|
+
const r = ht(n, e.project), a = ht(
|
|
36533
36502
|
e,
|
|
36534
36503
|
e.project
|
|
36535
36504
|
);
|
|
@@ -36542,14 +36511,14 @@ All value writting entity types are: ${$(
|
|
|
36542
36511
|
if (!s.compatible) {
|
|
36543
36512
|
const { type: o } = s;
|
|
36544
36513
|
let l = "";
|
|
36545
|
-
const u = `But they are nested under different subscopes. The reader is in the scope of the '${r.type}' (${
|
|
36514
|
+
const u = `But they are nested under different subscopes. The reader is in the scope of the '${r.type}' (${P(
|
|
36546
36515
|
r,
|
|
36547
36516
|
e.project
|
|
36548
|
-
)}) with id '${r.id}', and the writter is in the scope of the '${a.type}' (${
|
|
36517
|
+
)}) with id '${r.id}', and the writter is in the scope of the '${a.type}' (${P(
|
|
36549
36518
|
a,
|
|
36550
36519
|
e.project
|
|
36551
36520
|
)}) with id '${a.id}'.`;
|
|
36552
|
-
o === so.ParallelInCommonParent ? (l = `The reader and the writter entities are both in the scope of the '${s.commonAncestorScope.type}' (${
|
|
36521
|
+
o === so.ParallelInCommonParent ? (l = `The reader and the writter entities are both in the scope of the '${s.commonAncestorScope.type}' (${P(
|
|
36553
36522
|
s.commonAncestorScope,
|
|
36554
36523
|
e.project
|
|
36555
36524
|
)}) with id '${s.commonAncestorScope.id}'.`, l += `
|
|
@@ -36957,27 +36926,27 @@ All value writting entity types are: ${$(
|
|
|
36957
36926
|
}
|
|
36958
36927
|
function P6(n) {
|
|
36959
36928
|
return n.functions.length ? `All global 'function-declaration' entity ids are:
|
|
36960
|
-
- ${n.functions.map((t) => `${t.id} (${
|
|
36929
|
+
- ${n.functions.map((t) => `${t.id} (${P(t, n)})`).join(`
|
|
36961
36930
|
- `)}.` : "The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.";
|
|
36962
36931
|
}
|
|
36963
36932
|
function Fs(n) {
|
|
36964
36933
|
return `All reserved action decriptor ids for '${i.GlobalEvent}' entities are:
|
|
36965
|
-
- ${n.globalEventActionDescriptors.map((e) => `${e.id} (${
|
|
36934
|
+
- ${n.globalEventActionDescriptors.map((e) => `${e.id} (${P(e, n)})`).join(`
|
|
36966
36935
|
- `)}`;
|
|
36967
36936
|
}
|
|
36968
36937
|
function Us(n) {
|
|
36969
36938
|
return `All reserved action decriptor ids for '${i.Loop}' entities are:
|
|
36970
|
-
- ${n.loopDeclarations.map((e) => `${e.id} (${
|
|
36939
|
+
- ${n.loopDeclarations.map((e) => `${e.id} (${P(e, n)})`).join(`
|
|
36971
36940
|
- `)}`;
|
|
36972
36941
|
}
|
|
36973
36942
|
function $3(n) {
|
|
36974
36943
|
return `All reserved action decriptor ids for '${i.Operation}' entities are:
|
|
36975
|
-
- ${n.operationDeclarations.map((e) => `${e.id} (${
|
|
36944
|
+
- ${n.operationDeclarations.map((e) => `${e.id} (${P(e, n)})`).join(`
|
|
36976
36945
|
- `)}`;
|
|
36977
36946
|
}
|
|
36978
36947
|
function js(n) {
|
|
36979
36948
|
return `All reserved action decriptor ids for '${i.Condition}' entities are:
|
|
36980
|
-
- ${n.conditionDeclarations.map((e) => `${e.id} (${
|
|
36949
|
+
- ${n.conditionDeclarations.map((e) => `${e.id} (${P(e, n)})`).join(`
|
|
36981
36950
|
- `)}`;
|
|
36982
36951
|
}
|
|
36983
36952
|
function D6(n, e) {
|
|
@@ -37075,7 +37044,7 @@ function A6(n, e) {
|
|
|
37075
37044
|
), a = `
|
|
37076
37045
|
All built-in 'action-descriptor' entities that define 'operation' entity, are (IDs):
|
|
37077
37046
|
- ${e.operationDeclarations.map(
|
|
37078
|
-
(s) => `${s.id} (${
|
|
37047
|
+
(s) => `${s.id} (${P(s, e)}).`
|
|
37079
37048
|
).join(`
|
|
37080
37049
|
- `)}
|
|
37081
37050
|
`;
|
|
@@ -37124,7 +37093,7 @@ function V3(n, e) {
|
|
|
37124
37093
|
), a = `
|
|
37125
37094
|
All built-in 'action-descriptor' entities that define 'condition' entity, are (IDs):
|
|
37126
37095
|
- ${e.conditionDeclarations.map(
|
|
37127
|
-
(s) => `${s.id} (${
|
|
37096
|
+
(s) => `${s.id} (${P(s, e)}).`
|
|
37128
37097
|
).join(`
|
|
37129
37098
|
- `)}
|
|
37130
37099
|
`;
|
|
@@ -37172,7 +37141,7 @@ function G3(n, e) {
|
|
|
37172
37141
|
n
|
|
37173
37142
|
), a = `
|
|
37174
37143
|
All built-in 'action-descriptor' entities that define 'loop' entity, are (IDs):
|
|
37175
|
-
- ${e.loopDeclarations.map((s) => `${s.id} (${
|
|
37144
|
+
- ${e.loopDeclarations.map((s) => `${s.id} (${P(s, e)}).`).join(`
|
|
37176
37145
|
- `)}`;
|
|
37177
37146
|
return r ? r.type === i.FunctionDeclaration ? t.push(
|
|
37178
37147
|
new T({
|
|
@@ -37217,16 +37186,16 @@ function S6(n, e, t) {
|
|
|
37217
37186
|
const r = `entity of type "${n.type}" with id "${n.id}"`, a = `entity with id "${n.id}"`, s = `entity of type "${e.type}" with id "${e.id}"`, o = `entity with id "${e.id}"`, l = to(
|
|
37218
37187
|
`${r} and ${s} have incompatible data types and cannot be connected as value-reader and value-writter.`
|
|
37219
37188
|
);
|
|
37220
|
-
return t.type ===
|
|
37221
|
-
${a} is a list, but ${o} is not. A list can't be connected to a single value.` : t.type ===
|
|
37222
|
-
${a} is not a list, but ${o} is. A single value can't be connected to a list.` : t.type ===
|
|
37223
|
-
${a} is nullable, but ${o} is not. A nullable value can't be connected to a non-nullable value since an empty value might be incorrectly provided.` : t.type ===
|
|
37224
|
-
${a} is not nullable, but ${o} is. A non-nullable value can't be connected to a nullable value since an empty value might be incorrectly provided.` : t.type ===
|
|
37225
|
-
${a} is a template, but ${o} is not. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type ===
|
|
37226
|
-
${a} is not a template, but ${o} is. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type ===
|
|
37227
|
-
Their 'entity' property is of different types. They must be of the same type to be connected. For example, the 'entity' can be a '${i.CustomEntity}' or a '${i.PrimitiveEntity}'.` : t.type ===
|
|
37228
|
-
Both point to custom entities, but they are not compatible to be connected. They must be either the same custom entity, or a custom entity that has equivalent shape, which includes the same properties all with compatible data types with the properties in the counterpart entity.` : t.type ===
|
|
37229
|
-
${a} is of primitive type '${((u = n.getDataType()) == null ? void 0 : u.entity).name}' and ${o} is of primitive type '${((p = e.getDataType()) == null ? void 0 : p.entity).name}'. They must be of the same primitive type to be connected.` : t.type ===
|
|
37189
|
+
return t.type === Nt.AIsListBIsNot ? `${l}
|
|
37190
|
+
${a} is a list, but ${o} is not. A list can't be connected to a single value.` : t.type === Nt.BIsListAIsNot ? `${l}
|
|
37191
|
+
${a} is not a list, but ${o} is. A single value can't be connected to a list.` : t.type === Nt.AIsNullableBIsNot ? `${l}
|
|
37192
|
+
${a} is nullable, but ${o} is not. A nullable value can't be connected to a non-nullable value since an empty value might be incorrectly provided.` : t.type === Nt.BIsNullableAIsNot ? `${l}
|
|
37193
|
+
${a} is not nullable, but ${o} is. A non-nullable value can't be connected to a nullable value since an empty value might be incorrectly provided.` : t.type === Nt.AIsTemplateBIsNot ? `${l}
|
|
37194
|
+
${a} is a template, but ${o} is not. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type === Nt.BIsTemplateAIsNot ? `${l}
|
|
37195
|
+
${a} is not a template, but ${o} is. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type === Nt.TypeEntityMismatch ? `${l}
|
|
37196
|
+
Their 'entity' property is of different types. They must be of the same type to be connected. For example, the 'entity' can be a '${i.CustomEntity}' or a '${i.PrimitiveEntity}'.` : t.type === Nt.IncompatibleCustomEntities ? `${l}
|
|
37197
|
+
Both point to custom entities, but they are not compatible to be connected. They must be either the same custom entity, or a custom entity that has equivalent shape, which includes the same properties all with compatible data types with the properties in the counterpart entity.` : t.type === Nt.IncompatiblePrimitiveEntities ? `${l}
|
|
37198
|
+
${a} is of primitive type '${((u = n.getDataType()) == null ? void 0 : u.entity).name}' and ${o} is of primitive type '${((p = e.getDataType()) == null ? void 0 : p.entity).name}'. They must be of the same primitive type to be connected.` : t.type === Nt.IncompatibleBuiltInBaseEntities ? `${l}
|
|
37230
37199
|
Both point to a built-in-base-entity. But${a} is of built-in base type '${((h = n.getDataType()) == null ? void 0 : h.entity).name}' and ${o} is of built-in base type '${((f = e.getDataType()) == null ? void 0 : f.entity).name}'. They must be of the same built-in base type to be connected.` : l;
|
|
37231
37200
|
}
|
|
37232
37201
|
function Is(n, e) {
|
|
@@ -37265,7 +37234,7 @@ function Is(n, e) {
|
|
|
37265
37234
|
id: `${e.id}--${y.InvalidBuiltInEntityReference}`,
|
|
37266
37235
|
code: y.InvalidBuiltInEntityReference,
|
|
37267
37236
|
severity: m.Error,
|
|
37268
|
-
message: `The entity of type '${e.type}' with id '${e.id}' cannot update 'readsValue' to entity with id '${n.readsValue}' because the entity belongs to a built-in '${s.type}' entity with id '${s.id}' (${
|
|
37237
|
+
message: `The entity of type '${e.type}' with id '${e.id}' cannot update 'readsValue' to entity with id '${n.readsValue}' because the entity belongs to a built-in '${s.type}' entity with id '${s.id}' (${P(
|
|
37269
37238
|
s,
|
|
37270
37239
|
e.project
|
|
37271
37240
|
)}) higher up in the tree.`,
|
|
@@ -37281,7 +37250,7 @@ function Is(n, e) {
|
|
|
37281
37250
|
r
|
|
37282
37251
|
);
|
|
37283
37252
|
t.push(...o);
|
|
37284
|
-
const l =
|
|
37253
|
+
const l = kt(
|
|
37285
37254
|
e.getDataType(),
|
|
37286
37255
|
r.getDataType()
|
|
37287
37256
|
);
|
|
@@ -37311,7 +37280,7 @@ function Bn(n) {
|
|
|
37311
37280
|
id: `${n.id}--${C.DisconnectedCallableEntity}`,
|
|
37312
37281
|
code: C.DisconnectedCallableEntity,
|
|
37313
37282
|
severity: m.Warning,
|
|
37314
|
-
message: `This '${n.type}' entity "${
|
|
37283
|
+
message: `This '${n.type}' entity "${P(
|
|
37315
37284
|
n,
|
|
37316
37285
|
n.project
|
|
37317
37286
|
)}" with id "${n.id}" is globally declared and isn't called by any other entity.
|
|
@@ -37326,10 +37295,10 @@ Or for a logic that the user is going to manually test themselves by clicking on
|
|
|
37326
37295
|
else {
|
|
37327
37296
|
const t = pa(n);
|
|
37328
37297
|
if (!t.reachable) {
|
|
37329
|
-
let r = `This '${n.type}' entity "${
|
|
37298
|
+
let r = `This '${n.type}' entity "${P(
|
|
37330
37299
|
n,
|
|
37331
37300
|
n.project
|
|
37332
|
-
)}" with id "${n.id}" is not reachable from the project's closest entry point '${t.entryPoint.type}' "${
|
|
37301
|
+
)}" with id "${n.id}" is not reachable from the project's closest entry point '${t.entryPoint.type}' "${P(t.entryPoint, n.project)}".`;
|
|
37333
37302
|
r += `
|
|
37334
37303
|
This is because there are termination statements in the call chain before reaching this '${n.type}'.
|
|
37335
37304
|
If a caller entity calls a termination statement, it will always prevent all other calls from executing.`;
|
|
@@ -37337,7 +37306,7 @@ If a caller entity calls a termination statement, it will always prevent all oth
|
|
|
37337
37306
|
This '${n.type}' is blocked `;
|
|
37338
37307
|
t.blocks.forEach((s, o) => {
|
|
37339
37308
|
const l = s.blockedByCaller, u = s.blockedByCalling;
|
|
37340
|
-
o === 0 ? a += "by " : o === t.blocks.length - 1 && (a += "and by "), a += `its ancestor "${
|
|
37309
|
+
o === 0 ? a += "by " : o === t.blocks.length - 1 && (a += "and by "), a += `its ancestor "${P(
|
|
37341
37310
|
l,
|
|
37342
37311
|
n.project
|
|
37343
37312
|
)}" with id "${l.id}" that calls a '${u.type}' entity with id "${u.id}"`, o < t.blocks.length - 1 ? a += ", " : a += ".";
|
|
@@ -37362,7 +37331,7 @@ function wf(n) {
|
|
|
37362
37331
|
if (n.readsValue) {
|
|
37363
37332
|
const t = k({
|
|
37364
37333
|
id: `${n.id}--${C.VariableReadsValueAndInternalCall}`,
|
|
37365
|
-
message: `Variable "${
|
|
37334
|
+
message: `Variable "${P(n, n.project)}" with id "${n.id}" reads a value. A variable with internal calls can't read a value.`,
|
|
37366
37335
|
issue: null,
|
|
37367
37336
|
severity: m.Error,
|
|
37368
37337
|
code: C.VariableReadsValueAndInternalCall,
|
|
@@ -37373,7 +37342,7 @@ function wf(n) {
|
|
|
37373
37342
|
if (n.writesValues.length) {
|
|
37374
37343
|
const t = k({
|
|
37375
37344
|
id: `${n.id}--${C.VariableWritesValuesAndInternalCall}`,
|
|
37376
|
-
message: `Variable "${
|
|
37345
|
+
message: `Variable "${P(n, n.project)}" with id "${n.id}" writes values. A variable with internal calls can't write a value.`,
|
|
37377
37346
|
issue: null,
|
|
37378
37347
|
severity: m.Error,
|
|
37379
37348
|
code: C.VariableWritesValuesAndInternalCall,
|
|
@@ -37384,7 +37353,7 @@ function wf(n) {
|
|
|
37384
37353
|
if (n.getUsedInputs().length) {
|
|
37385
37354
|
const t = k({
|
|
37386
37355
|
id: `${n.id}--${C.VariableHasInputsAndInternalCall}`,
|
|
37387
|
-
message: `Variable "${
|
|
37356
|
+
message: `Variable "${P(n, n.project)}" with id "${n.id}" has inputs. A variable with internal calls can't have inputs.`,
|
|
37388
37357
|
issue: null,
|
|
37389
37358
|
severity: m.Error,
|
|
37390
37359
|
code: C.VariableHasInputsAndInternalCall,
|
|
@@ -37395,7 +37364,7 @@ function wf(n) {
|
|
|
37395
37364
|
if (n.getUsedOutputs().length) {
|
|
37396
37365
|
const t = k({
|
|
37397
37366
|
id: `${n.id}--${C.VariableHasOutputsAndInternalCall}`,
|
|
37398
|
-
message: `Variable "${
|
|
37367
|
+
message: `Variable "${P(n, n.project)}" with id "${n.id}" has outputs. A variable with internal calls can't have outputs.`,
|
|
37399
37368
|
issue: null,
|
|
37400
37369
|
severity: m.Error,
|
|
37401
37370
|
code: C.VariableHasOutputsAndInternalCall,
|
|
@@ -37406,7 +37375,7 @@ function wf(n) {
|
|
|
37406
37375
|
if (n.calledBy.length) {
|
|
37407
37376
|
const t = k({
|
|
37408
37377
|
id: `${n.id}--${C.VariableIsCalledAndHasInternalCall}`,
|
|
37409
|
-
message: `Variable "${
|
|
37378
|
+
message: `Variable "${P(n, n.project)}" with id "${n.id}" is called by other entities. A variable with internal calls can't be called by other entities.`,
|
|
37410
37379
|
issue: null,
|
|
37411
37380
|
severity: m.Error,
|
|
37412
37381
|
code: C.VariableIsCalledAndHasInternalCall,
|
|
@@ -37417,7 +37386,7 @@ function wf(n) {
|
|
|
37417
37386
|
if ([...n.successCalls, ...n.errorCalls].length) {
|
|
37418
37387
|
const t = k({
|
|
37419
37388
|
id: `${n.id}--${C.VariableCallsOthersAndHasInternalCall}`,
|
|
37420
|
-
message: `Variable "${
|
|
37389
|
+
message: `Variable "${P(n, n.project)}" with id "${n.id}" calls other entities. A variable with internal calls can't call other entities.`,
|
|
37421
37390
|
issue: null,
|
|
37422
37391
|
severity: m.Error,
|
|
37423
37392
|
code: C.VariableCallsOthersAndHasInternalCall,
|
|
@@ -37519,7 +37488,7 @@ const be = class be {
|
|
|
37519
37488
|
{
|
|
37520
37489
|
parent: {
|
|
37521
37490
|
list: !1,
|
|
37522
|
-
types: [...
|
|
37491
|
+
types: [...bt, i.Project],
|
|
37523
37492
|
optional: !0
|
|
37524
37493
|
}
|
|
37525
37494
|
// calledByEntry: {
|
|
@@ -37557,7 +37526,7 @@ const be = class be {
|
|
|
37557
37526
|
} else {
|
|
37558
37527
|
const l = t.functions.length ? `
|
|
37559
37528
|
All global 'function-declaration' entity ids are:
|
|
37560
|
-
- ${t.functions.map((u) => `${u.id} (${
|
|
37529
|
+
- ${t.functions.map((u) => `${u.id} (${P(u, t)})`).join(`
|
|
37561
37530
|
- `)}.` : `
|
|
37562
37531
|
The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.`;
|
|
37563
37532
|
a.push(
|
|
@@ -38084,7 +38053,7 @@ function C6(n) {
|
|
|
38084
38053
|
id: b + "-default-value-id",
|
|
38085
38054
|
version: 1,
|
|
38086
38055
|
type: i.PrimitiveValue,
|
|
38087
|
-
name:
|
|
38056
|
+
name: I.EntityTemplate,
|
|
38088
38057
|
autogeneration: null,
|
|
38089
38058
|
value: !0,
|
|
38090
38059
|
valueAsType: null,
|
|
@@ -38116,7 +38085,7 @@ function C6(n) {
|
|
|
38116
38085
|
id: h + "-default-value-id",
|
|
38117
38086
|
version: 1,
|
|
38118
38087
|
type: i.PrimitiveValue,
|
|
38119
|
-
name:
|
|
38088
|
+
name: I.EntityTemplate,
|
|
38120
38089
|
autogeneration: null,
|
|
38121
38090
|
value: !0,
|
|
38122
38091
|
valueAsType: null,
|
|
@@ -38161,7 +38130,7 @@ function w6(n) {
|
|
|
38161
38130
|
id: u + "-default-value-id",
|
|
38162
38131
|
version: 1,
|
|
38163
38132
|
type: i.PrimitiveValue,
|
|
38164
|
-
name:
|
|
38133
|
+
name: I.EntityTemplate,
|
|
38165
38134
|
autogeneration: null,
|
|
38166
38135
|
value: null,
|
|
38167
38136
|
valueAsType: s,
|
|
@@ -38217,7 +38186,7 @@ function hc(n, e, t) {
|
|
|
38217
38186
|
p.setParent(n.project), p.initChildren();
|
|
38218
38187
|
const h = n.properties.map((b) => {
|
|
38219
38188
|
const D = s + "-" + et(
|
|
38220
|
-
|
|
38189
|
+
P(b, n.project),
|
|
38221
38190
|
i.Property,
|
|
38222
38191
|
n.project
|
|
38223
38192
|
), O = b.clone(p, D);
|
|
@@ -38369,7 +38338,7 @@ function k3(n) {
|
|
|
38369
38338
|
t.push([r]);
|
|
38370
38339
|
}), t;
|
|
38371
38340
|
}
|
|
38372
|
-
function
|
|
38341
|
+
function mt(n) {
|
|
38373
38342
|
const e = n.map(
|
|
38374
38343
|
(t) => Ye(t)
|
|
38375
38344
|
);
|
|
@@ -38377,13 +38346,13 @@ function Tt(n) {
|
|
|
38377
38346
|
}
|
|
38378
38347
|
function Mf(n) {
|
|
38379
38348
|
return $e.includes(n.type) ? [
|
|
38380
|
-
...
|
|
38349
|
+
...mt(
|
|
38381
38350
|
n.successCalls
|
|
38382
38351
|
),
|
|
38383
|
-
...
|
|
38352
|
+
...mt(
|
|
38384
38353
|
n.errorCalls
|
|
38385
38354
|
)
|
|
38386
|
-
] : Me.includes(n.type) ?
|
|
38355
|
+
] : Me.includes(n.type) ? mt(
|
|
38387
38356
|
n.calls
|
|
38388
38357
|
) : [];
|
|
38389
38358
|
}
|
|
@@ -38426,17 +38395,17 @@ function G6(n = []) {
|
|
|
38426
38395
|
function De(n) {
|
|
38427
38396
|
return $e.includes(n.type) ? [
|
|
38428
38397
|
...rn(
|
|
38429
|
-
|
|
38398
|
+
mt(
|
|
38430
38399
|
n.successCalls
|
|
38431
38400
|
)
|
|
38432
38401
|
),
|
|
38433
38402
|
...rn(
|
|
38434
|
-
|
|
38403
|
+
mt(
|
|
38435
38404
|
n.errorCalls
|
|
38436
38405
|
)
|
|
38437
38406
|
)
|
|
38438
38407
|
] : Me.includes(n.type) ? rn(
|
|
38439
|
-
|
|
38408
|
+
mt(
|
|
38440
38409
|
n.calls
|
|
38441
38410
|
)
|
|
38442
38411
|
) : [];
|
|
@@ -38444,17 +38413,17 @@ function De(n) {
|
|
|
38444
38413
|
function H3(n) {
|
|
38445
38414
|
return $e.includes(n.type) ? [
|
|
38446
38415
|
...rn(
|
|
38447
|
-
|
|
38416
|
+
mt(
|
|
38448
38417
|
n.successCalls
|
|
38449
38418
|
)
|
|
38450
38419
|
),
|
|
38451
38420
|
...rn(
|
|
38452
|
-
|
|
38421
|
+
mt(
|
|
38453
38422
|
n.errorCalls
|
|
38454
38423
|
)
|
|
38455
38424
|
)
|
|
38456
38425
|
] : Me.includes(n.type) ? rn(
|
|
38457
|
-
|
|
38426
|
+
mt(
|
|
38458
38427
|
n.calls
|
|
38459
38428
|
)
|
|
38460
38429
|
) : [];
|
|
@@ -38565,11 +38534,11 @@ function Q(n, e = /* @__PURE__ */ new Set()) {
|
|
|
38565
38534
|
}
|
|
38566
38535
|
return [];
|
|
38567
38536
|
}
|
|
38568
|
-
function
|
|
38537
|
+
function Pt(n, e = /* @__PURE__ */ new Set()) {
|
|
38569
38538
|
return e.has(n.id) ? [] : (e.add(n.id), [...Ln(n).reduce((a, s) => [
|
|
38570
38539
|
...a,
|
|
38571
38540
|
s,
|
|
38572
|
-
...
|
|
38541
|
+
...Pt(s, e)
|
|
38573
38542
|
], [])]);
|
|
38574
38543
|
}
|
|
38575
38544
|
function rn(n) {
|
|
@@ -38588,19 +38557,19 @@ function U6(n) {
|
|
|
38588
38557
|
...u,
|
|
38589
38558
|
...io(p.inputs),
|
|
38590
38559
|
...rn(
|
|
38591
|
-
|
|
38560
|
+
mt(p.calls)
|
|
38592
38561
|
),
|
|
38593
38562
|
...p.returnStatements
|
|
38594
38563
|
], []), o = n.functions.reduce((u, p) => [
|
|
38595
38564
|
...u,
|
|
38596
38565
|
...rn(
|
|
38597
|
-
|
|
38566
|
+
mt(p.calls)
|
|
38598
38567
|
),
|
|
38599
38568
|
...p.returnStatements
|
|
38600
38569
|
], []), l = n.events.reduce((u, p) => [
|
|
38601
38570
|
...u,
|
|
38602
38571
|
...rn(
|
|
38603
|
-
|
|
38572
|
+
mt(p.calls)
|
|
38604
38573
|
),
|
|
38605
38574
|
...p.returnStatements
|
|
38606
38575
|
], []);
|
|
@@ -38700,7 +38669,7 @@ function Zc(n) {
|
|
|
38700
38669
|
function q6(n) {
|
|
38701
38670
|
const e = n.internalCalls || [];
|
|
38702
38671
|
return v(
|
|
38703
|
-
|
|
38672
|
+
mt(
|
|
38704
38673
|
v(
|
|
38705
38674
|
e.flatMap((t) => [...t.successCalls, ...t.errorCalls])
|
|
38706
38675
|
)
|
|
@@ -38747,7 +38716,7 @@ function Ln(n, e = !1) {
|
|
|
38747
38716
|
...(n == null ? void 0 : n.functionCalls) || [],
|
|
38748
38717
|
...(n == null ? void 0 : n.events) || [],
|
|
38749
38718
|
...(n == null ? void 0 : n.projects) || []
|
|
38750
|
-
),
|
|
38719
|
+
), bt.includes(n.type) && t.push(
|
|
38751
38720
|
...(n == null ? void 0 : n.detachedChildren) || []
|
|
38752
38721
|
), n.type === i.CustomEntity) {
|
|
38753
38722
|
const r = [
|
|
@@ -39032,7 +39001,7 @@ function Ec(n) {
|
|
|
39032
39001
|
case i.ArgumentDeclaration:
|
|
39033
39002
|
return Cr;
|
|
39034
39003
|
case i.ReturnDeclaration:
|
|
39035
|
-
return
|
|
39004
|
+
return Bt;
|
|
39036
39005
|
case i.Property:
|
|
39037
39006
|
return br;
|
|
39038
39007
|
case i.InstalledProject:
|
|
@@ -39040,13 +39009,13 @@ function Ec(n) {
|
|
|
39040
39009
|
case i.Project:
|
|
39041
39010
|
return M;
|
|
39042
39011
|
case i.BuiltInBaseEntity:
|
|
39043
|
-
return
|
|
39012
|
+
return Vt;
|
|
39044
39013
|
default:
|
|
39045
39014
|
return null;
|
|
39046
39015
|
}
|
|
39047
39016
|
}
|
|
39048
|
-
function
|
|
39049
|
-
if (
|
|
39017
|
+
function ht(n, e) {
|
|
39018
|
+
if (bt.includes(n.type))
|
|
39050
39019
|
return n;
|
|
39051
39020
|
if (Bi.includes(n.type))
|
|
39052
39021
|
return null;
|
|
@@ -39058,23 +39027,23 @@ function ft(n, e) {
|
|
|
39058
39027
|
if (!r)
|
|
39059
39028
|
return null;
|
|
39060
39029
|
const a = e.get(r);
|
|
39061
|
-
return a ?
|
|
39030
|
+
return a ? ht(a, e) : null;
|
|
39062
39031
|
} else
|
|
39063
|
-
return t === e ? e :
|
|
39032
|
+
return t === e ? e : ht(t, e);
|
|
39064
39033
|
}
|
|
39065
39034
|
function Uf(n, e) {
|
|
39066
39035
|
if (Bi.includes(n.type) || e.getAllBuiltInIds().includes(n.id))
|
|
39067
39036
|
return null;
|
|
39068
|
-
const r =
|
|
39037
|
+
const r = Ct(
|
|
39069
39038
|
n.parent,
|
|
39070
39039
|
e
|
|
39071
39040
|
);
|
|
39072
|
-
return r ? r === e ?
|
|
39041
|
+
return r ? r === e ? bt.includes(n.type) ? n : null : r.type === i.CustomEntity ? n : Uf(r, e) : null;
|
|
39073
39042
|
}
|
|
39074
39043
|
function ao(n, e, t) {
|
|
39075
39044
|
if (n === e || e === t || n === t)
|
|
39076
39045
|
return !1;
|
|
39077
|
-
const r =
|
|
39046
|
+
const r = ht(
|
|
39078
39047
|
e.parent,
|
|
39079
39048
|
t
|
|
39080
39049
|
);
|
|
@@ -39082,7 +39051,7 @@ function ao(n, e, t) {
|
|
|
39082
39051
|
}
|
|
39083
39052
|
var so = /* @__PURE__ */ ((n) => (n.SameBothLocal = "same-both-local", n.AInB = "a-in-b", n.BInA = "b-in-a", n.ParallelInCommonParent = "parallel-in-common-parent", n.ParallelInProject = "parallel-in-project", n.AIsGlobalBIsNot = "a-is-global-b-is-not", n.BIsGlobalAIsNot = "b-is-global-a-is-not", n.SameBothGlobal = "same-both-global", n))(so || {});
|
|
39084
39053
|
function Ca(n, e, t) {
|
|
39085
|
-
const r =
|
|
39054
|
+
const r = ht(n, t), a = ht(e, t);
|
|
39086
39055
|
if (!r)
|
|
39087
39056
|
throw new Error("Could not find scope owner for the entity: " + n.id);
|
|
39088
39057
|
if (!a)
|
|
@@ -39131,7 +39100,7 @@ function Ca(n, e, t) {
|
|
|
39131
39100
|
} : l ? {
|
|
39132
39101
|
compatible: !1,
|
|
39133
39102
|
type: "parallel-in-common-parent",
|
|
39134
|
-
commonAncestorScope:
|
|
39103
|
+
commonAncestorScope: ht(
|
|
39135
39104
|
l,
|
|
39136
39105
|
t
|
|
39137
39106
|
)
|
|
@@ -39151,7 +39120,7 @@ function e9(n, e, t) {
|
|
|
39151
39120
|
return null;
|
|
39152
39121
|
if (n === e)
|
|
39153
39122
|
return n;
|
|
39154
|
-
let a =
|
|
39123
|
+
let a = ht(n.parent, t);
|
|
39155
39124
|
if (a) {
|
|
39156
39125
|
if (a === e)
|
|
39157
39126
|
return e;
|
|
@@ -39167,12 +39136,12 @@ function e9(n, e, t) {
|
|
|
39167
39136
|
return n;
|
|
39168
39137
|
} else
|
|
39169
39138
|
return n;
|
|
39170
|
-
a =
|
|
39139
|
+
a = ht(
|
|
39171
39140
|
a.parent,
|
|
39172
39141
|
t
|
|
39173
39142
|
);
|
|
39174
39143
|
}
|
|
39175
|
-
let s =
|
|
39144
|
+
let s = ht(e.parent, t);
|
|
39176
39145
|
if (s) {
|
|
39177
39146
|
if (s === n)
|
|
39178
39147
|
return n;
|
|
@@ -39188,7 +39157,7 @@ function e9(n, e, t) {
|
|
|
39188
39157
|
return e;
|
|
39189
39158
|
} else
|
|
39190
39159
|
return e;
|
|
39191
|
-
s =
|
|
39160
|
+
s = ht(
|
|
39192
39161
|
s.parent,
|
|
39193
39162
|
t
|
|
39194
39163
|
);
|
|
@@ -39201,7 +39170,7 @@ function t9(n) {
|
|
|
39201
39170
|
return !a || a === r ? t : r;
|
|
39202
39171
|
}, n[0]);
|
|
39203
39172
|
}
|
|
39204
|
-
function
|
|
39173
|
+
function Ct(n, e) {
|
|
39205
39174
|
let t;
|
|
39206
39175
|
return typeof n == "string" ? t = n : n.type === i.GenericReference ? t = S(n) : t = n.id, t === e.id ? e : e.get(t);
|
|
39207
39176
|
}
|
|
@@ -39218,7 +39187,7 @@ function Fn(n) {
|
|
|
39218
39187
|
function Ps(n, e) {
|
|
39219
39188
|
var t;
|
|
39220
39189
|
if (n.readsValue) {
|
|
39221
|
-
const r =
|
|
39190
|
+
const r = Ct(
|
|
39222
39191
|
n.readsValue,
|
|
39223
39192
|
e.project
|
|
39224
39193
|
);
|
|
@@ -39946,14 +39915,14 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
39946
39915
|
clone(e = null, t = null, r = !0) {
|
|
39947
39916
|
var R, b, D;
|
|
39948
39917
|
const a = this.toJSON(), s = t || et(
|
|
39949
|
-
|
|
39918
|
+
P(this, this.project),
|
|
39950
39919
|
i.CustomEntity,
|
|
39951
39920
|
this.project
|
|
39952
39921
|
);
|
|
39953
39922
|
a.properties = [], a.methods = [], a.abstractMethods = [];
|
|
39954
39923
|
const o = s.split("-id"), l = o[o.length - 1 || 0] || s;
|
|
39955
39924
|
a.id = s;
|
|
39956
|
-
const u =
|
|
39925
|
+
const u = jt(
|
|
39957
39926
|
a,
|
|
39958
39927
|
this.project
|
|
39959
39928
|
);
|
|
@@ -40010,7 +39979,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
40010
39979
|
const t = [];
|
|
40011
39980
|
e.forEach((s) => {
|
|
40012
39981
|
t.find(
|
|
40013
|
-
(l) =>
|
|
39982
|
+
(l) => P(l, this.project) === P(s, this.project)
|
|
40014
39983
|
) || t.push(s);
|
|
40015
39984
|
});
|
|
40016
39985
|
const r = this.properties.filter(
|
|
@@ -40018,7 +39987,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
40018
39987
|
);
|
|
40019
39988
|
t.forEach((s) => {
|
|
40020
39989
|
const o = r.find(
|
|
40021
|
-
(f) =>
|
|
39990
|
+
(f) => P(f, this.project) === P(s, this.project)
|
|
40022
39991
|
);
|
|
40023
39992
|
if (!o)
|
|
40024
39993
|
return;
|
|
@@ -40043,7 +40012,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
40043
40012
|
}
|
|
40044
40013
|
}), a.length === 0 ? this : (a.forEach((s) => {
|
|
40045
40014
|
const o = this.properties.find(
|
|
40046
|
-
(b) =>
|
|
40015
|
+
(b) => P(b, this.project) === P(s, this.project)
|
|
40047
40016
|
);
|
|
40048
40017
|
if (o) {
|
|
40049
40018
|
if (s.setDeclaration(o), !o.getDataType()) {
|
|
@@ -40066,7 +40035,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
40066
40035
|
id: s.id + "--inferred-property",
|
|
40067
40036
|
type: i.Property,
|
|
40068
40037
|
version: 1,
|
|
40069
|
-
name:
|
|
40038
|
+
name: P(s, this.project),
|
|
40070
40039
|
description: s.description,
|
|
40071
40040
|
static: !0,
|
|
40072
40041
|
abstract: !1,
|
|
@@ -40140,7 +40109,7 @@ function r9(n) {
|
|
|
40140
40109
|
const a = [];
|
|
40141
40110
|
return ee(n.errors, a);
|
|
40142
40111
|
}
|
|
40143
|
-
class
|
|
40112
|
+
class Vt {
|
|
40144
40113
|
constructor(e, t) {
|
|
40145
40114
|
c(this, "initialData");
|
|
40146
40115
|
c(this, "id");
|
|
@@ -40346,7 +40315,7 @@ class Gt {
|
|
|
40346
40315
|
return this.errors;
|
|
40347
40316
|
}
|
|
40348
40317
|
clone() {
|
|
40349
|
-
return new
|
|
40318
|
+
return new Vt(this.toJSON(), this.project);
|
|
40350
40319
|
}
|
|
40351
40320
|
// Assuming the current entity is an abstract entity, it creates a new entity which implements it and all its properties and methods
|
|
40352
40321
|
implement(e, t) {
|
|
@@ -40359,7 +40328,7 @@ class Gt {
|
|
|
40359
40328
|
return this.interactive && (e.push(...this.methods), this.extends.filter(
|
|
40360
40329
|
(r) => r.type === i.BuiltInBaseEntity && r.interactive || r.type === i.PrimitiveEntity
|
|
40361
40330
|
).forEach((r) => {
|
|
40362
|
-
r instanceof
|
|
40331
|
+
r instanceof Vt && e.push(...r.getAllInteractiveMethods());
|
|
40363
40332
|
})), v(e);
|
|
40364
40333
|
}
|
|
40365
40334
|
}
|
|
@@ -40369,7 +40338,7 @@ function i9(n) {
|
|
|
40369
40338
|
const a = [];
|
|
40370
40339
|
return ee(n.errors, a);
|
|
40371
40340
|
}
|
|
40372
|
-
class
|
|
40341
|
+
class xt {
|
|
40373
40342
|
constructor(e, t) {
|
|
40374
40343
|
c(this, "initialData");
|
|
40375
40344
|
c(this, "id");
|
|
@@ -40569,7 +40538,7 @@ class $t {
|
|
|
40569
40538
|
return this.errors;
|
|
40570
40539
|
}
|
|
40571
40540
|
clone() {
|
|
40572
|
-
return new
|
|
40541
|
+
return new xt(this.toJSON(), this.project);
|
|
40573
40542
|
}
|
|
40574
40543
|
// Returns all methods, own, or inherited from the entities this entity extends
|
|
40575
40544
|
// That can be called interactively during runtime
|
|
@@ -40578,11 +40547,11 @@ class $t {
|
|
|
40578
40547
|
return e.push(...this.methods), this.extends.filter(
|
|
40579
40548
|
(r) => r.type === i.BuiltInBaseEntity && r.interactive || r.type === i.PrimitiveEntity
|
|
40580
40549
|
).forEach((r) => {
|
|
40581
|
-
r instanceof
|
|
40550
|
+
r instanceof Vt && e.push(...r.getAllInteractiveMethods());
|
|
40582
40551
|
}), v(e);
|
|
40583
40552
|
}
|
|
40584
40553
|
}
|
|
40585
|
-
function
|
|
40554
|
+
function jt(n, e) {
|
|
40586
40555
|
if (!n)
|
|
40587
40556
|
throw new Error("Entity is null");
|
|
40588
40557
|
const t = e.findSubscribedInstance(n);
|
|
@@ -40592,7 +40561,7 @@ function kt(n, e) {
|
|
|
40592
40561
|
case i.CustomEntity:
|
|
40593
40562
|
return t || new _r(n, e);
|
|
40594
40563
|
case i.PrimitiveEntity:
|
|
40595
|
-
return t || new
|
|
40564
|
+
return t || new xt(n, e);
|
|
40596
40565
|
case i.FunctionDeclaration:
|
|
40597
40566
|
return t || new vr(n, e);
|
|
40598
40567
|
case i.GlobalEvent:
|
|
@@ -40614,7 +40583,7 @@ function kt(n, e) {
|
|
|
40614
40583
|
case i.OutputMap:
|
|
40615
40584
|
return t || new In(n, e);
|
|
40616
40585
|
case i.ReturnDeclaration:
|
|
40617
|
-
return t || new
|
|
40586
|
+
return t || new Bt(n, e);
|
|
40618
40587
|
case i.ArgumentDeclaration:
|
|
40619
40588
|
return t || new Cr(n, e);
|
|
40620
40589
|
case i.InputMap:
|
|
@@ -40634,11 +40603,11 @@ function kt(n, e) {
|
|
|
40634
40603
|
case i.ValueDescriptor:
|
|
40635
40604
|
return t || new Br(n, e);
|
|
40636
40605
|
case i.BuiltInBaseEntity:
|
|
40637
|
-
return t || new
|
|
40606
|
+
return t || new Vt(n, e);
|
|
40638
40607
|
case i.InternalCall:
|
|
40639
40608
|
return t || new Si(n, e);
|
|
40640
40609
|
case i.ContinueStatement:
|
|
40641
|
-
return t || new
|
|
40610
|
+
return t || new pt(n, e);
|
|
40642
40611
|
case i.BreakStatement:
|
|
40643
40612
|
return t || new Ci(n, e);
|
|
40644
40613
|
default:
|
|
@@ -40648,7 +40617,7 @@ function kt(n, e) {
|
|
|
40648
40617
|
function E(n, e) {
|
|
40649
40618
|
if (!n)
|
|
40650
40619
|
throw new Error("Entity is null");
|
|
40651
|
-
const t =
|
|
40620
|
+
const t = jt(n, e);
|
|
40652
40621
|
return t.subscribe(), t;
|
|
40653
40622
|
}
|
|
40654
40623
|
function i5(n, e) {
|
|
@@ -40692,7 +40661,7 @@ function i5(n, e) {
|
|
|
40692
40661
|
case i.OutputMap:
|
|
40693
40662
|
return In.fromGenerationTarget(n, e);
|
|
40694
40663
|
case i.ReturnDeclaration:
|
|
40695
|
-
return
|
|
40664
|
+
return Bt.fromGenerationTarget(
|
|
40696
40665
|
n,
|
|
40697
40666
|
e
|
|
40698
40667
|
);
|
|
@@ -40730,7 +40699,7 @@ function i5(n, e) {
|
|
|
40730
40699
|
case i.InternalCall:
|
|
40731
40700
|
return Si.fromGenerationTarget(n, e);
|
|
40732
40701
|
case i.ContinueStatement:
|
|
40733
|
-
return
|
|
40702
|
+
return pt.fromGenerationTarget(
|
|
40734
40703
|
n,
|
|
40735
40704
|
e
|
|
40736
40705
|
);
|
|
@@ -41804,13 +41773,13 @@ class a9 extends Ve {
|
|
|
41804
41773
|
}
|
|
41805
41774
|
class s9 extends Ve {
|
|
41806
41775
|
constructor(t) {
|
|
41807
|
-
super(
|
|
41808
|
-
c(this, "id",
|
|
41809
|
-
c(this, "name",
|
|
41810
|
-
c(this, "description",
|
|
41811
|
-
c(this, "version",
|
|
41776
|
+
super(ut, t);
|
|
41777
|
+
c(this, "id", ut.id);
|
|
41778
|
+
c(this, "name", ut.name);
|
|
41779
|
+
c(this, "description", ut.description);
|
|
41780
|
+
c(this, "version", ut.version);
|
|
41812
41781
|
c(this, "autoexecutable", !1);
|
|
41813
|
-
c(this, "initialData",
|
|
41782
|
+
c(this, "initialData", ut);
|
|
41814
41783
|
c(this, "type", i.ActionDescriptor);
|
|
41815
41784
|
// Nested entities
|
|
41816
41785
|
c(this, "fixedArguments", []);
|
|
@@ -41820,20 +41789,20 @@ class s9 extends Ve {
|
|
|
41820
41789
|
c(this, "dynamicReturnTypes", null);
|
|
41821
41790
|
// Parent project full state
|
|
41822
41791
|
c(this, "project");
|
|
41823
|
-
this.project = t, this.fixedArguments =
|
|
41792
|
+
this.project = t, this.fixedArguments = ut.fixedArguments.map((r) => {
|
|
41824
41793
|
const a = E(
|
|
41825
41794
|
r,
|
|
41826
41795
|
this.project
|
|
41827
41796
|
);
|
|
41828
41797
|
return a.setParent(this), a.initChildren(), a;
|
|
41829
|
-
}), this.fixedReturns =
|
|
41798
|
+
}), this.fixedReturns = ut.fixedReturns.map((r) => {
|
|
41830
41799
|
const a = E(
|
|
41831
41800
|
r,
|
|
41832
41801
|
this.project
|
|
41833
41802
|
);
|
|
41834
41803
|
return a.setParent(this), a.initChildren(), a;
|
|
41835
|
-
}), this.error =
|
|
41836
|
-
|
|
41804
|
+
}), this.error = ut.error ? E(
|
|
41805
|
+
ut.error,
|
|
41837
41806
|
this.project
|
|
41838
41807
|
) : null;
|
|
41839
41808
|
}
|
|
@@ -41919,7 +41888,7 @@ function l9(n) {
|
|
|
41919
41888
|
t.initChildren(), n.subscribeBuiltInInstance(t);
|
|
41920
41889
|
}), n.operationDeclarations = e, e;
|
|
41921
41890
|
}
|
|
41922
|
-
class c9 extends
|
|
41891
|
+
class c9 extends Vt {
|
|
41923
41892
|
constructor(t) {
|
|
41924
41893
|
super(_e, t);
|
|
41925
41894
|
c(this, "initialData");
|
|
@@ -41962,10 +41931,10 @@ class c9 extends Gt {
|
|
|
41962
41931
|
function d9(n) {
|
|
41963
41932
|
const e = [
|
|
41964
41933
|
new c9(n),
|
|
41965
|
-
new
|
|
41966
|
-
new
|
|
41967
|
-
new
|
|
41968
|
-
new
|
|
41934
|
+
new Vt(Ro, n),
|
|
41935
|
+
new Vt(qn, n),
|
|
41936
|
+
new Vt(Cd, n),
|
|
41937
|
+
new Vt(Eo, n)
|
|
41969
41938
|
];
|
|
41970
41939
|
return e.forEach((t) => {
|
|
41971
41940
|
n.subscribeBuiltInInstance(t);
|
|
@@ -41973,14 +41942,14 @@ function d9(n) {
|
|
|
41973
41942
|
}
|
|
41974
41943
|
function u9(n) {
|
|
41975
41944
|
const e = [
|
|
41976
|
-
new
|
|
41977
|
-
new
|
|
41978
|
-
new
|
|
41979
|
-
new
|
|
41980
|
-
new
|
|
41981
|
-
new
|
|
41982
|
-
new
|
|
41983
|
-
new
|
|
41945
|
+
new xt(F, n),
|
|
41946
|
+
new xt(jn, n),
|
|
41947
|
+
new xt(Se, n),
|
|
41948
|
+
new xt(lt, n),
|
|
41949
|
+
new xt(kn, n),
|
|
41950
|
+
new xt(Pn, n),
|
|
41951
|
+
new xt(oo, n),
|
|
41952
|
+
new xt(ed, n)
|
|
41984
41953
|
];
|
|
41985
41954
|
return e.forEach((t) => {
|
|
41986
41955
|
n.subscribeBuiltInInstance(t);
|
|
@@ -42085,7 +42054,7 @@ export {
|
|
|
42085
42054
|
f3 as BaseState,
|
|
42086
42055
|
hd as BaseValueDescriptorIds,
|
|
42087
42056
|
Ci as BreakStatementState,
|
|
42088
|
-
|
|
42057
|
+
Vt as BuiltInBaseEntityState,
|
|
42089
42058
|
dr as CACHED_PROJECTS_BY_ID,
|
|
42090
42059
|
w3 as CALLABLE_ENTITIES_EXPLANATION,
|
|
42091
42060
|
Un as CALLABLE_TYPES,
|
|
@@ -42100,7 +42069,7 @@ export {
|
|
|
42100
42069
|
T3 as ChildEntityState,
|
|
42101
42070
|
Be as ComparisonOperatorTypes,
|
|
42102
42071
|
Pr as ConditionState,
|
|
42103
|
-
|
|
42072
|
+
pt as ContinueStatementState,
|
|
42104
42073
|
dE as CreateNewInputIds,
|
|
42105
42074
|
uE as CreateNewOutputIds,
|
|
42106
42075
|
_r as CustomEntityState,
|
|
@@ -42109,12 +42078,12 @@ export {
|
|
|
42109
42078
|
Kc as DRAGGABLE_ELEMENT_TYPES,
|
|
42110
42079
|
I9 as DRAGGABLE_EXECUTABLE_TYPES,
|
|
42111
42080
|
Xc as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
|
|
42112
|
-
|
|
42081
|
+
Nt as DataTypeCompatibilityTypes,
|
|
42113
42082
|
We as DataTypeParentChildRelation,
|
|
42114
42083
|
Di as DataTypeState,
|
|
42115
42084
|
ro as ENTITIES_WITH_VALLUES_EXPLANATION,
|
|
42116
42085
|
P9 as ENTITY_TYPES,
|
|
42117
|
-
|
|
42086
|
+
bt as ENTITY_WITH_LOGIC_SCOPE_TYPES,
|
|
42118
42087
|
Hf as ENTITY_WITH_NAMES_TYPES,
|
|
42119
42088
|
Jf as ENTITY_WITH_VALUE_TYPES,
|
|
42120
42089
|
gs as ENTRY_POINT_ENTITIES_EXPLANATION,
|
|
@@ -42157,7 +42126,7 @@ export {
|
|
|
42157
42126
|
pm as NUMBER_OPERATIONS,
|
|
42158
42127
|
Kf as NumberAdditionOperationInputIds,
|
|
42159
42128
|
em as NumberAdditionOperationOutputIds,
|
|
42160
|
-
|
|
42129
|
+
yt as NumberOperations,
|
|
42161
42130
|
A9 as OPERATION_DECLARATIONS,
|
|
42162
42131
|
gr as OperationState,
|
|
42163
42132
|
qf as OutputMapParentChildRelation,
|
|
@@ -42171,14 +42140,14 @@ export {
|
|
|
42171
42140
|
xT as ParallelExecutionOperationOutputIds,
|
|
42172
42141
|
b3 as PassThroughCallableEntityClass,
|
|
42173
42142
|
c9 as PersistedEntity,
|
|
42174
|
-
|
|
42175
|
-
|
|
42176
|
-
|
|
42143
|
+
wt as PersistedEntityMethods,
|
|
42144
|
+
xt as PrimitiveEntityState,
|
|
42145
|
+
I as PrimitiveTypes,
|
|
42177
42146
|
Oi as PrimitiveValueState,
|
|
42178
42147
|
M as ProjectState,
|
|
42179
42148
|
br as PropertyState,
|
|
42180
42149
|
B3 as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
|
|
42181
|
-
|
|
42150
|
+
Bt as ReturnDeclarationState,
|
|
42182
42151
|
wr as ReturnStatementState,
|
|
42183
42152
|
vv as STANDALONE_CONDITIONS,
|
|
42184
42153
|
Am as STRING_OPERATIONS,
|
|
@@ -42191,7 +42160,7 @@ export {
|
|
|
42191
42160
|
Q8 as SharedStateFunctionality,
|
|
42192
42161
|
km as SplitListOperationInputIds,
|
|
42193
42162
|
qm as SplitListOperationOutputIds,
|
|
42194
|
-
|
|
42163
|
+
Lt as StandaloneOperatorTypes,
|
|
42195
42164
|
Pe as StringOperations,
|
|
42196
42165
|
we as TERMINATION_TYPES,
|
|
42197
42166
|
D9 as USER_MANAGED_ENTITY_TYPES,
|
|
@@ -42250,7 +42219,7 @@ export {
|
|
|
42250
42219
|
jn as booleanPrototype,
|
|
42251
42220
|
to as capitalizeFirstLetter,
|
|
42252
42221
|
P8 as checkAreCustomEntitiesCompatibleAsDataType,
|
|
42253
|
-
|
|
42222
|
+
kt as checkAreDataTypesCompatible,
|
|
42254
42223
|
I8 as checkArePropertiesCompatibleAsDataType,
|
|
42255
42224
|
Oa as checkIsBranchDependentButNotDirectlyOnBranch,
|
|
42256
42225
|
L3 as checkIsBranchDependentOnBranch,
|
|
@@ -42275,7 +42244,7 @@ export {
|
|
|
42275
42244
|
hE as createNewInstanceOperationRef,
|
|
42276
42245
|
et as createSemanticId,
|
|
42277
42246
|
i5 as createStateFromGenerationTargetType,
|
|
42278
|
-
|
|
42247
|
+
jt as createStateFromType,
|
|
42279
42248
|
E as createStateFromTypeAndSubscribe,
|
|
42280
42249
|
Cd as cronJobBuiltInBaseEntity,
|
|
42281
42250
|
mv as cronJobBuiltInBaseEntityExpressionProperty,
|
|
@@ -42361,7 +42330,7 @@ export {
|
|
|
42361
42330
|
$f as flattenCustomEntityExtensions,
|
|
42362
42331
|
Vf as flattenCustomEntityImplementations,
|
|
42363
42332
|
mc as flattenCustomEntityImplementionTypes,
|
|
42364
|
-
|
|
42333
|
+
Pt as flattenDerivedCanvasEntities,
|
|
42365
42334
|
Q6 as flattenDetachedBranch,
|
|
42366
42335
|
De as flattenElementCalls,
|
|
42367
42336
|
H3 as flattenElementCallsOnTheSameScope,
|
|
@@ -42459,7 +42428,7 @@ export {
|
|
|
42459
42428
|
uT as getLastInListOperationOutputElementReturnRef,
|
|
42460
42429
|
W3 as getLinkedEntitiesFromArgumentDeclaration,
|
|
42461
42430
|
Y6 as getLowestPersistedEntityImplementation,
|
|
42462
|
-
|
|
42431
|
+
mt as getParentCanvasEntities,
|
|
42463
42432
|
Ye as getParentCanvasEntity,
|
|
42464
42433
|
F3 as getParentEntryPoint,
|
|
42465
42434
|
ge as getPassThroughCallableEntityReferenceSchema,
|
|
@@ -42474,7 +42443,7 @@ export {
|
|
|
42474
42443
|
ni as getRelatedCanvasElementsOnTheLeft,
|
|
42475
42444
|
Ln as getRelatedCanvasElementsOnTheRight,
|
|
42476
42445
|
Uf as getRootEntryPointScopeOwner,
|
|
42477
|
-
|
|
42446
|
+
ht as getScopeOwner,
|
|
42478
42447
|
r3 as getTerminationReferenceSchema,
|
|
42479
42448
|
n3 as getTerminationTypeSchema,
|
|
42480
42449
|
z3 as getUsedArgFromDeclaration,
|
|
@@ -42688,7 +42657,7 @@ export {
|
|
|
42688
42657
|
uc as resolveDataType,
|
|
42689
42658
|
M8 as resolveDataTypeLabel,
|
|
42690
42659
|
N8 as resolveEntityDataTypeLabel,
|
|
42691
|
-
|
|
42660
|
+
P as resolveEntityName,
|
|
42692
42661
|
q3 as resolveFirstCallsSecond,
|
|
42693
42662
|
J3 as resolveFirstWritesSecond,
|
|
42694
42663
|
V8 as resolvePrimitiveEntityName,
|
|
@@ -42737,7 +42706,7 @@ export {
|
|
|
42737
42706
|
Jc as suggestNewIdForEntity,
|
|
42738
42707
|
o5 as test_primitive_entities_export,
|
|
42739
42708
|
d3 as toCamelCase,
|
|
42740
|
-
|
|
42709
|
+
Ct as toEntityState,
|
|
42741
42710
|
w8 as toKebabCase,
|
|
42742
42711
|
no as toLowerCaseKebabCase,
|
|
42743
42712
|
u3 as toPascalCase,
|
|
@@ -42808,7 +42777,7 @@ export {
|
|
|
42808
42777
|
QG as valueAutogenerationRandomTextUntilSchema,
|
|
42809
42778
|
ga as valueAutogenerationRangeValueTypesSchema,
|
|
42810
42779
|
th as valueAutogenerationUniqueSchema,
|
|
42811
|
-
|
|
42780
|
+
ut as waitOperation,
|
|
42812
42781
|
Nr as waitOperationMillisecondsNumberArgument,
|
|
42813
42782
|
HT as waitOperationMillisecondsNumberArgumentRef,
|
|
42814
42783
|
YT as waitOperationMillisecondsNumberDataType,
|