@elyx-code/project-logic-tree 0.0.6067 → 0.0.6068
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 +359 -357
- package/dist/index.umd.cjs +55 -55
- package/dist/tree/state/action-descriptor/action-descriptor.d.ts +8 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54,7 +54,7 @@ const jn = [
|
|
|
54
54
|
], oT = [
|
|
55
55
|
...wd,
|
|
56
56
|
...Le
|
|
57
|
-
],
|
|
57
|
+
], c2 = [...Xn, ...Le], d2 = [
|
|
58
58
|
...Bd,
|
|
59
59
|
...Le
|
|
60
60
|
], gt = [
|
|
@@ -64,7 +64,7 @@ const jn = [
|
|
|
64
64
|
n.ReturnStatement,
|
|
65
65
|
n.BreakStatement,
|
|
66
66
|
n.ContinueStatement
|
|
67
|
-
],
|
|
67
|
+
], u2 = [
|
|
68
68
|
n.CustomEntity,
|
|
69
69
|
n.BuiltInBaseEntity,
|
|
70
70
|
n.Project,
|
|
@@ -122,7 +122,7 @@ const jn = [
|
|
|
122
122
|
], Hi = [
|
|
123
123
|
n.BuiltInBaseEntity,
|
|
124
124
|
n.PrimitiveEntity
|
|
125
|
-
],
|
|
125
|
+
], p2 = [
|
|
126
126
|
n.CustomEntity,
|
|
127
127
|
n.FunctionDeclaration,
|
|
128
128
|
n.ArgumentDeclaration,
|
|
@@ -606,7 +606,7 @@ const C = {
|
|
|
606
606
|
extends: [],
|
|
607
607
|
properties: [],
|
|
608
608
|
methods: []
|
|
609
|
-
},
|
|
609
|
+
}, y2 = {
|
|
610
610
|
type: n.PrimitiveEntity,
|
|
611
611
|
id: jt.null.id,
|
|
612
612
|
description: "An explicitly empty value.",
|
|
@@ -1415,7 +1415,7 @@ const C = {
|
|
|
1415
1415
|
id: "split-string-operation-second-part-result-string-return-parent-ref",
|
|
1416
1416
|
entityId: Z.Join,
|
|
1417
1417
|
entityType: n.ActionDescriptor
|
|
1418
|
-
},
|
|
1418
|
+
}, h2 = {
|
|
1419
1419
|
parentRelationType: A.FixedReturns,
|
|
1420
1420
|
id: fn.outputs.secondPartResult.id,
|
|
1421
1421
|
type: n.ValueDescriptor,
|
|
@@ -3021,7 +3021,7 @@ const bv = {
|
|
|
3021
3021
|
parent: null
|
|
3022
3022
|
}, gR = {
|
|
3023
3023
|
[at.HttpRequest]: Qa
|
|
3024
|
-
},
|
|
3024
|
+
}, f2 = {
|
|
3025
3025
|
...Ob,
|
|
3026
3026
|
...kT,
|
|
3027
3027
|
...VE,
|
|
@@ -4020,7 +4020,7 @@ const bv = {
|
|
|
4020
4020
|
outputs: [lI],
|
|
4021
4021
|
error: null,
|
|
4022
4022
|
parent: null
|
|
4023
|
-
}, Na = C[n.BuiltInBaseEntity][G.KEY_VALUE_PARAM],
|
|
4023
|
+
}, Na = C[n.BuiltInBaseEntity][G.KEY_VALUE_PARAM], m2 = {
|
|
4024
4024
|
id: "key-value-param-built-in-base-entity-name-property-data-type-ref",
|
|
4025
4025
|
type: n.GenericReference,
|
|
4026
4026
|
entityId: "key-value-param-built-in-base-entity-name-property-data-type",
|
|
@@ -4065,7 +4065,7 @@ const bv = {
|
|
|
4065
4065
|
dataType: dI,
|
|
4066
4066
|
description: "The name of the path parameter",
|
|
4067
4067
|
parent: uI
|
|
4068
|
-
},
|
|
4068
|
+
}, T2 = {
|
|
4069
4069
|
id: "key-value-param-built-in-base-entity-value-property-data-type-ref",
|
|
4070
4070
|
type: n.GenericReference,
|
|
4071
4071
|
entityId: "key-value-param-built-in-base-entity-value-property-data-type",
|
|
@@ -4707,7 +4707,7 @@ const bv = {
|
|
|
4707
4707
|
dataType: iD,
|
|
4708
4708
|
description: "The name of the main database inside of the server instance where the data will be stored.",
|
|
4709
4709
|
parent: Xi
|
|
4710
|
-
},
|
|
4710
|
+
}, b2 = {
|
|
4711
4711
|
id: "relational-database-built-in-base-entity-username-property-data-type-ref-id",
|
|
4712
4712
|
type: n.GenericReference,
|
|
4713
4713
|
entityId: "relational-database-built-in-base-entity-username-property-data-type-idd",
|
|
@@ -4761,7 +4761,7 @@ const bv = {
|
|
|
4761
4761
|
dataType: sD,
|
|
4762
4762
|
description: "The username that will be used to connect to the database.",
|
|
4763
4763
|
parent: Xi
|
|
4764
|
-
},
|
|
4764
|
+
}, E2 = {
|
|
4765
4765
|
id: "relational-database-built-in-base-entity-password-property-data-type-ref-id",
|
|
4766
4766
|
type: n.GenericReference,
|
|
4767
4767
|
entityId: "relational-database-built-in-base-entity-password-property-data-type-id",
|
|
@@ -5015,7 +5015,7 @@ const bv = {
|
|
|
5015
5015
|
private: !1,
|
|
5016
5016
|
x: 0,
|
|
5017
5017
|
y: 0
|
|
5018
|
-
}, Ou = C[n.BuiltInBaseEntity][G.PERSISTED_ENTITY].properties,
|
|
5018
|
+
}, Ou = C[n.BuiltInBaseEntity][G.PERSISTED_ENTITY].properties, v2 = {
|
|
5019
5019
|
id: "persisted-built-in-base-entity-database-property-data-type-ref-id",
|
|
5020
5020
|
type: n.GenericReference,
|
|
5021
5021
|
entityId: "persisted-built-in-base-entity-database-property-data-type-id",
|
|
@@ -5118,7 +5118,7 @@ const bv = {
|
|
|
5118
5118
|
dataType: SD,
|
|
5119
5119
|
description: "Auto-generated unique identifier for the entity, can be used to identify the entity among other entities of the same type.",
|
|
5120
5120
|
parent: OD
|
|
5121
|
-
},
|
|
5121
|
+
}, R2 = {
|
|
5122
5122
|
id: "persisted-built-in-base-entity-deleted-at-property-data-type-ref-id",
|
|
5123
5123
|
type: n.GenericReference,
|
|
5124
5124
|
entityId: "persisted-built-in-base-entity-deleted-at-property-data-type-id",
|
|
@@ -5163,7 +5163,7 @@ const bv = {
|
|
|
5163
5163
|
dataType: BD,
|
|
5164
5164
|
description: "The date and time when the entity was deleted.",
|
|
5165
5165
|
parent: _D
|
|
5166
|
-
},
|
|
5166
|
+
}, g2 = {
|
|
5167
5167
|
id: "persisted-built-in-base-entity-created-at-property-data-type-ref-id",
|
|
5168
5168
|
type: n.GenericReference,
|
|
5169
5169
|
entityId: "persisted-built-in-base-entity-created-at-property-data-type-id",
|
|
@@ -5208,7 +5208,7 @@ const bv = {
|
|
|
5208
5208
|
dataType: VD,
|
|
5209
5209
|
description: "The date and time when the entity was created.",
|
|
5210
5210
|
parent: xD
|
|
5211
|
-
},
|
|
5211
|
+
}, I2 = {
|
|
5212
5212
|
id: "persisted-built-in-base-entity-updated-at-property-data-type-ref-id",
|
|
5213
5213
|
type: n.GenericReference,
|
|
5214
5214
|
entityId: "persisted-built-in-base-entity-updated-at-property-data-type-id",
|
|
@@ -5287,7 +5287,7 @@ const bv = {
|
|
|
5287
5287
|
error: null,
|
|
5288
5288
|
outputs: [],
|
|
5289
5289
|
parent: jD
|
|
5290
|
-
}, wu = C[n.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY,
|
|
5290
|
+
}, wu = C[n.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY, D2 = {
|
|
5291
5291
|
id: "cron-job-built-in-base-entity-expression-property-data-type-ref",
|
|
5292
5292
|
type: n.GenericReference,
|
|
5293
5293
|
entityId: "cron-job-built-in-base-entity-expression-property-data-type",
|
|
@@ -5454,7 +5454,7 @@ const bv = {
|
|
|
5454
5454
|
error: null
|
|
5455
5455
|
}, nP = {
|
|
5456
5456
|
[xe.MoreThanOrEqual]: Qi
|
|
5457
|
-
},
|
|
5457
|
+
}, P2 = {
|
|
5458
5458
|
...KD,
|
|
5459
5459
|
...nP
|
|
5460
5460
|
}, Qo = {
|
|
@@ -5467,7 +5467,7 @@ const bv = {
|
|
|
5467
5467
|
inputs: [],
|
|
5468
5468
|
outputs: [],
|
|
5469
5469
|
error: null
|
|
5470
|
-
},
|
|
5470
|
+
}, A2 = {
|
|
5471
5471
|
[gn.PROJECT_PUBLICATION_COMPLETED]: Qo
|
|
5472
5472
|
}, el = C[n.ValueDescriptor][Md.ActionOngoingProcessOutputValue], rP = {
|
|
5473
5473
|
type: n.GenericReference,
|
|
@@ -8985,7 +8985,7 @@ function gS(r) {
|
|
|
8985
8985
|
function IS(r) {
|
|
8986
8986
|
return Math.random() >= 0.5;
|
|
8987
8987
|
}
|
|
8988
|
-
function
|
|
8988
|
+
function S2(r) {
|
|
8989
8989
|
if (!r || !r.autogeneration)
|
|
8990
8990
|
return null;
|
|
8991
8991
|
switch (r.autogeneration.type) {
|
|
@@ -19204,7 +19204,7 @@ class Cr {
|
|
|
19204
19204
|
});
|
|
19205
19205
|
}
|
|
19206
19206
|
}
|
|
19207
|
-
function
|
|
19207
|
+
function O2(r) {
|
|
19208
19208
|
const e = /* @__PURE__ */ new Set();
|
|
19209
19209
|
return r.filter((t) => e.has(t.id) ? !1 : (e.add(t.id), !0));
|
|
19210
19210
|
}
|
|
@@ -19212,7 +19212,7 @@ function Y(r) {
|
|
|
19212
19212
|
const e = r.entity.errors.find((i) => i.id === r.id);
|
|
19213
19213
|
return e ? { new: !1, error: e } : { new: !0, error: new Cr(r) };
|
|
19214
19214
|
}
|
|
19215
|
-
function
|
|
19215
|
+
function C2(r, e) {
|
|
19216
19216
|
const t = /* @__PURE__ */ new Map();
|
|
19217
19217
|
return r.forEach((i) => {
|
|
19218
19218
|
t.set(i.id, i);
|
|
@@ -21003,7 +21003,7 @@ function Gs() {
|
|
|
21003
21003
|
ui()
|
|
21004
21004
|
]);
|
|
21005
21005
|
}
|
|
21006
|
-
function
|
|
21006
|
+
function w2() {
|
|
21007
21007
|
return d.union([
|
|
21008
21008
|
yr(),
|
|
21009
21009
|
Pc(),
|
|
@@ -21013,7 +21013,7 @@ function C2() {
|
|
|
21013
21013
|
fa()
|
|
21014
21014
|
]);
|
|
21015
21015
|
}
|
|
21016
|
-
function
|
|
21016
|
+
function B2() {
|
|
21017
21017
|
return d.union([
|
|
21018
21018
|
fr(),
|
|
21019
21019
|
ct(),
|
|
@@ -21119,55 +21119,55 @@ function Je() {
|
|
|
21119
21119
|
Rc()
|
|
21120
21120
|
]);
|
|
21121
21121
|
}
|
|
21122
|
-
function
|
|
21122
|
+
function _2() {
|
|
21123
21123
|
return d.union([
|
|
21124
21124
|
gc(),
|
|
21125
21125
|
hr()
|
|
21126
21126
|
]);
|
|
21127
21127
|
}
|
|
21128
|
-
function
|
|
21128
|
+
function M2() {
|
|
21129
21129
|
return d.union([
|
|
21130
21130
|
Ce(),
|
|
21131
21131
|
Je()
|
|
21132
21132
|
]);
|
|
21133
21133
|
}
|
|
21134
|
-
function
|
|
21134
|
+
function N2() {
|
|
21135
21135
|
return d.union([
|
|
21136
21136
|
Ic(),
|
|
21137
21137
|
hr()
|
|
21138
21138
|
]);
|
|
21139
21139
|
}
|
|
21140
|
-
function
|
|
21140
|
+
function V2() {
|
|
21141
21141
|
return d.union([
|
|
21142
21142
|
Dc(),
|
|
21143
21143
|
Je()
|
|
21144
21144
|
]);
|
|
21145
21145
|
}
|
|
21146
|
-
function
|
|
21146
|
+
function x2() {
|
|
21147
21147
|
return d.union([
|
|
21148
21148
|
$6(),
|
|
21149
21149
|
hr()
|
|
21150
21150
|
]);
|
|
21151
21151
|
}
|
|
21152
|
-
function
|
|
21152
|
+
function $2() {
|
|
21153
21153
|
return d.union([
|
|
21154
21154
|
Ye(),
|
|
21155
21155
|
Je()
|
|
21156
21156
|
]);
|
|
21157
21157
|
}
|
|
21158
|
-
function
|
|
21158
|
+
function L2() {
|
|
21159
21159
|
return d.union([
|
|
21160
21160
|
L6(),
|
|
21161
21161
|
hr()
|
|
21162
21162
|
]);
|
|
21163
21163
|
}
|
|
21164
|
-
function
|
|
21164
|
+
function G2() {
|
|
21165
21165
|
return d.union([
|
|
21166
21166
|
G6(),
|
|
21167
21167
|
Je()
|
|
21168
21168
|
]);
|
|
21169
21169
|
}
|
|
21170
|
-
function
|
|
21170
|
+
function F2() {
|
|
21171
21171
|
return d.union([hr(), si()]);
|
|
21172
21172
|
}
|
|
21173
21173
|
function xn() {
|
|
@@ -21176,45 +21176,45 @@ function xn() {
|
|
|
21176
21176
|
rn()
|
|
21177
21177
|
]);
|
|
21178
21178
|
}
|
|
21179
|
-
function
|
|
21179
|
+
function U2() {
|
|
21180
21180
|
return d.union([
|
|
21181
21181
|
gc(),
|
|
21182
21182
|
hr()
|
|
21183
21183
|
]);
|
|
21184
21184
|
}
|
|
21185
|
-
function
|
|
21185
|
+
function j2() {
|
|
21186
21186
|
return d.union([
|
|
21187
21187
|
Ce(),
|
|
21188
21188
|
Je()
|
|
21189
21189
|
]);
|
|
21190
21190
|
}
|
|
21191
|
-
function
|
|
21191
|
+
function k2() {
|
|
21192
21192
|
return d.union([
|
|
21193
21193
|
Ic(),
|
|
21194
21194
|
hr()
|
|
21195
21195
|
]);
|
|
21196
21196
|
}
|
|
21197
|
-
function
|
|
21197
|
+
function q2() {
|
|
21198
21198
|
return d.union([
|
|
21199
21199
|
Dc(),
|
|
21200
21200
|
Je()
|
|
21201
21201
|
]);
|
|
21202
21202
|
}
|
|
21203
|
-
function
|
|
21203
|
+
function J2() {
|
|
21204
21204
|
return d.union([
|
|
21205
21205
|
ur(),
|
|
21206
21206
|
di(),
|
|
21207
21207
|
oi()
|
|
21208
21208
|
]);
|
|
21209
21209
|
}
|
|
21210
|
-
function
|
|
21210
|
+
function W2() {
|
|
21211
21211
|
return d.union([
|
|
21212
21212
|
ci(),
|
|
21213
21213
|
bn(),
|
|
21214
21214
|
li()
|
|
21215
21215
|
]);
|
|
21216
21216
|
}
|
|
21217
|
-
function
|
|
21217
|
+
function Y2() {
|
|
21218
21218
|
return d.union([
|
|
21219
21219
|
wr(),
|
|
21220
21220
|
H6(),
|
|
@@ -21245,7 +21245,7 @@ function W2() {
|
|
|
21245
21245
|
Ea()
|
|
21246
21246
|
]);
|
|
21247
21247
|
}
|
|
21248
|
-
function
|
|
21248
|
+
function H2() {
|
|
21249
21249
|
return d.union([
|
|
21250
21250
|
_s(),
|
|
21251
21251
|
Et(),
|
|
@@ -21276,7 +21276,7 @@ function Y2() {
|
|
|
21276
21276
|
cc()
|
|
21277
21277
|
]);
|
|
21278
21278
|
}
|
|
21279
|
-
function
|
|
21279
|
+
function z2() {
|
|
21280
21280
|
return d.union([
|
|
21281
21281
|
bc(),
|
|
21282
21282
|
Br(),
|
|
@@ -21293,7 +21293,7 @@ function H2() {
|
|
|
21293
21293
|
Ta()
|
|
21294
21294
|
]);
|
|
21295
21295
|
}
|
|
21296
|
-
function
|
|
21296
|
+
function Z2() {
|
|
21297
21297
|
return d.union([
|
|
21298
21298
|
$s(),
|
|
21299
21299
|
mr(),
|
|
@@ -23269,7 +23269,7 @@ function Ht(r, e) {
|
|
|
23269
23269
|
/* CheckUnknown */
|
|
23270
23270
|
};
|
|
23271
23271
|
}
|
|
23272
|
-
function
|
|
23272
|
+
function K2(r) {
|
|
23273
23273
|
const e = r.project.builtInBaseEntities.find(
|
|
23274
23274
|
(a) => a.id === G.EXECUTION
|
|
23275
23275
|
), t = {
|
|
@@ -23380,7 +23380,7 @@ function _(r) {
|
|
|
23380
23380
|
function Pr(r) {
|
|
23381
23381
|
return r.declaration || r;
|
|
23382
23382
|
}
|
|
23383
|
-
function
|
|
23383
|
+
function X2(r) {
|
|
23384
23384
|
return r.type === n.VariableDeclaration ? r.parent === r.project ? "global-declaration" : "local-declaration" : r.declaration.parent === r.project ? "global-instance" : "local-instance";
|
|
23385
23385
|
}
|
|
23386
23386
|
function Bm(r, e) {
|
|
@@ -23399,12 +23399,12 @@ function Bm(r, e) {
|
|
|
23399
23399
|
}
|
|
23400
23400
|
return t;
|
|
23401
23401
|
}
|
|
23402
|
-
function
|
|
23402
|
+
function Q2(r) {
|
|
23403
23403
|
return r.replace(/(?:^\w|[A-Z]|\b\w)/g, function(e, t) {
|
|
23404
23404
|
return t === 0 ? e.toLowerCase() : e.toUpperCase();
|
|
23405
23405
|
}).replace(/\s+/g, "");
|
|
23406
23406
|
}
|
|
23407
|
-
function
|
|
23407
|
+
function e7(r) {
|
|
23408
23408
|
return r.split(/\s+/).map(
|
|
23409
23409
|
(i) => i[0].toUpperCase() + i.slice(1).toLowerCase()
|
|
23410
23410
|
).join("");
|
|
@@ -23443,7 +23443,7 @@ function _m(r) {
|
|
|
23443
23443
|
`${r.entity.name.slice(0, 1).toUpperCase() + r.entity.name.slice(1)} entity`
|
|
23444
23444
|
);
|
|
23445
23445
|
}
|
|
23446
|
-
function
|
|
23446
|
+
function t7(r) {
|
|
23447
23447
|
if (!r)
|
|
23448
23448
|
return "Any data type";
|
|
23449
23449
|
const e = r.getDataType();
|
|
@@ -23490,9 +23490,9 @@ function y5(r) {
|
|
|
23490
23490
|
return "Entity";
|
|
23491
23491
|
}
|
|
23492
23492
|
function h5(r) {
|
|
23493
|
-
const e =
|
|
23493
|
+
const e = wk(r);
|
|
23494
23494
|
if (!e) {
|
|
23495
|
-
const t =
|
|
23495
|
+
const t = Ok(r);
|
|
23496
23496
|
return t.includes(G.HTTP_ENDPOINT) ? "HTTP endpoint" : t.includes(G.PERSISTED_ENTITY) ? "Persisted entity" : t.includes(G.CRON_JOB) ? "Scheduled execution" : t.includes(G.RELATIONAL_DATABASE) ? "Relational database" : O(r, r.project) + " entity";
|
|
23497
23497
|
}
|
|
23498
23498
|
return O(e, r.project) + " entity";
|
|
@@ -24008,7 +24008,7 @@ Please provide a unique 'name' string.`,
|
|
|
24008
24008
|
}
|
|
24009
24009
|
return t;
|
|
24010
24010
|
}
|
|
24011
|
-
function
|
|
24011
|
+
function n7(r, e) {
|
|
24012
24012
|
switch (r.type) {
|
|
24013
24013
|
case n.CustomEntity:
|
|
24014
24014
|
return Yc(r, e);
|
|
@@ -26295,7 +26295,7 @@ const se = class se {
|
|
|
26295
26295
|
i.declaration
|
|
26296
26296
|
);
|
|
26297
26297
|
if (o) {
|
|
26298
|
-
const l =
|
|
26298
|
+
const l = sk(
|
|
26299
26299
|
o,
|
|
26300
26300
|
t
|
|
26301
26301
|
);
|
|
@@ -29617,23 +29617,23 @@ class B5 {
|
|
|
29617
29617
|
c(this, "initialData");
|
|
29618
29618
|
}
|
|
29619
29619
|
}
|
|
29620
|
-
class
|
|
29621
|
-
}
|
|
29622
|
-
class r7 extends B5 {
|
|
29620
|
+
class r7 {
|
|
29623
29621
|
}
|
|
29624
|
-
class i7 {
|
|
29622
|
+
class i7 extends B5 {
|
|
29625
29623
|
}
|
|
29626
29624
|
class a7 {
|
|
29627
29625
|
}
|
|
29628
29626
|
class s7 {
|
|
29629
29627
|
}
|
|
29630
|
-
class
|
|
29628
|
+
class o7 {
|
|
29631
29629
|
}
|
|
29632
|
-
class
|
|
29630
|
+
class Lm {
|
|
29633
29631
|
}
|
|
29634
29632
|
class l7 extends Lm {
|
|
29635
29633
|
}
|
|
29636
|
-
class c7 {
|
|
29634
|
+
class c7 extends Lm {
|
|
29635
|
+
}
|
|
29636
|
+
class d7 {
|
|
29637
29637
|
}
|
|
29638
29638
|
class js {
|
|
29639
29639
|
static initReadsValue(e) {
|
|
@@ -29691,7 +29691,7 @@ class ks {
|
|
|
29691
29691
|
]), e.writesValues;
|
|
29692
29692
|
}
|
|
29693
29693
|
}
|
|
29694
|
-
class
|
|
29694
|
+
class u7 {
|
|
29695
29695
|
}
|
|
29696
29696
|
function _5(r) {
|
|
29697
29697
|
var l;
|
|
@@ -34274,7 +34274,7 @@ c(be, "MUTABLE_DOWNSTREAM_PROPERTIES", ["defaultValue"]), c(be, "INMUTABLE_DOWNS
|
|
|
34274
34274
|
...be.DOWNSTREAM_PROPERTIES
|
|
34275
34275
|
]);
|
|
34276
34276
|
let Cn = be;
|
|
34277
|
-
class
|
|
34277
|
+
class p7 extends Cn {
|
|
34278
34278
|
constructor(t, i) {
|
|
34279
34279
|
super(t, i);
|
|
34280
34280
|
// @ts-ignore
|
|
@@ -34287,7 +34287,7 @@ class u7 extends Cn {
|
|
|
34287
34287
|
return super.toJSON();
|
|
34288
34288
|
}
|
|
34289
34289
|
}
|
|
34290
|
-
class
|
|
34290
|
+
class y7 extends Cn {
|
|
34291
34291
|
constructor(t, i) {
|
|
34292
34292
|
super(t, i);
|
|
34293
34293
|
c(this, "name", null);
|
|
@@ -34725,7 +34725,7 @@ c(ue, "MUTABLE_DOWNSTREAM_PROPERTIES", ["writesValues"]), c(ue, "INMUTABLE_DOWNS
|
|
|
34725
34725
|
...ue.DOWNSTREAM_PROPERTIES
|
|
34726
34726
|
]);
|
|
34727
34727
|
let wn = ue;
|
|
34728
|
-
class
|
|
34728
|
+
class h7 extends wn {
|
|
34729
34729
|
constructor(t, i) {
|
|
34730
34730
|
super(t, i);
|
|
34731
34731
|
// @ts-ignore
|
|
@@ -34738,7 +34738,7 @@ class y7 extends wn {
|
|
|
34738
34738
|
return super.toJSON();
|
|
34739
34739
|
}
|
|
34740
34740
|
}
|
|
34741
|
-
class
|
|
34741
|
+
class f7 extends wn {
|
|
34742
34742
|
constructor(t, i) {
|
|
34743
34743
|
super(t, i);
|
|
34744
34744
|
// @ts-ignore
|
|
@@ -36882,6 +36882,7 @@ function Y5(r) {
|
|
|
36882
36882
|
const a = [];
|
|
36883
36883
|
return ae(r.errors, a);
|
|
36884
36884
|
}
|
|
36885
|
+
var H5 = /* @__PURE__ */ ((r) => (r.Success = "success", r.Error = "error", r.Break = "break", r.Continue = "continue", r.Return = "return", r))(H5 || {});
|
|
36885
36886
|
const Ie = class Ie {
|
|
36886
36887
|
constructor(e, t) {
|
|
36887
36888
|
c(this, "initialData");
|
|
@@ -37674,7 +37675,7 @@ c(Ie, "MUTABLE_DOWNSTREAM_PROPERTIES", ["inputs", "outputs"]), c(Ie, "INMUTABLE_
|
|
|
37674
37675
|
...Ie.DOWNSTREAM_PROPERTIES
|
|
37675
37676
|
]);
|
|
37676
37677
|
let te = Ie;
|
|
37677
|
-
function
|
|
37678
|
+
function z5(r) {
|
|
37678
37679
|
var s;
|
|
37679
37680
|
const e = L8(), t = r.toJSON();
|
|
37680
37681
|
e.safeParse(t).success, (s = r.dataType) == null || s.validate();
|
|
@@ -37958,7 +37959,7 @@ ${sn(
|
|
|
37958
37959
|
return this.errors = [], (e = this.dataType) == null || e.clearErrors(), this;
|
|
37959
37960
|
}
|
|
37960
37961
|
validate() {
|
|
37961
|
-
const e =
|
|
37962
|
+
const e = z5(this);
|
|
37962
37963
|
return this.errors = e, { success: !0, error: null, data: this.toJSON() };
|
|
37963
37964
|
}
|
|
37964
37965
|
// Returns the errors of this entity and all its nested entities recursively
|
|
@@ -38035,7 +38036,7 @@ c(De, "MUTABLE_DOWNSTREAM_PROPERTIES", ["dataType"]), c(De, "INMUTABLE_DOWNSTREA
|
|
|
38035
38036
|
...De.DOWNSTREAM_PROPERTIES
|
|
38036
38037
|
]);
|
|
38037
38038
|
let qr = De;
|
|
38038
|
-
function
|
|
38039
|
+
function m7(r, e) {
|
|
38039
38040
|
if (!r.type && !r.id)
|
|
38040
38041
|
return {
|
|
38041
38042
|
errors: [
|
|
@@ -38323,7 +38324,7 @@ And there are no upstream references that can be updated.` : `
|
|
|
38323
38324
|
There are no upstream references that can be updated.`;
|
|
38324
38325
|
return a;
|
|
38325
38326
|
}
|
|
38326
|
-
function
|
|
38327
|
+
function T7(r, e) {
|
|
38327
38328
|
const t = [];
|
|
38328
38329
|
let i = !1;
|
|
38329
38330
|
if (Hi.includes(e.type) && t.push(
|
|
@@ -38490,7 +38491,7 @@ If you need to update this property, you should delete the entity and create a n
|
|
|
38490
38491
|
modifiedData: null,
|
|
38491
38492
|
messageAddition: i ? ao(e) : ""
|
|
38492
38493
|
};
|
|
38493
|
-
const s =
|
|
38494
|
+
const s = Z5(e), o = s == null ? void 0 : s.partial(), l = o == null ? void 0 : o.safeParse(r), u = {
|
|
38494
38495
|
...r,
|
|
38495
38496
|
id: e.id,
|
|
38496
38497
|
type: e.type
|
|
@@ -38514,7 +38515,7 @@ If you need to update this property, you should delete the entity and create a n
|
|
|
38514
38515
|
messageAddition: i ? ao(e) : ""
|
|
38515
38516
|
};
|
|
38516
38517
|
}
|
|
38517
|
-
function
|
|
38518
|
+
function Z5(r) {
|
|
38518
38519
|
switch (r.type) {
|
|
38519
38520
|
case n.PrimitiveValue:
|
|
38520
38521
|
return qa();
|
|
@@ -38574,7 +38575,7 @@ function z5(r) {
|
|
|
38574
38575
|
return null;
|
|
38575
38576
|
}
|
|
38576
38577
|
}
|
|
38577
|
-
function
|
|
38578
|
+
function K5(r) {
|
|
38578
38579
|
switch (r.type) {
|
|
38579
38580
|
case n.PrimitiveValue:
|
|
38580
38581
|
return Q9();
|
|
@@ -38692,7 +38693,7 @@ function Gm(r, e) {
|
|
|
38692
38693
|
);
|
|
38693
38694
|
}
|
|
38694
38695
|
function Ne(r, e) {
|
|
38695
|
-
const t = [], i =
|
|
38696
|
+
const t = [], i = K5(r);
|
|
38696
38697
|
if (i) {
|
|
38697
38698
|
const s = i.safeParse(r);
|
|
38698
38699
|
t.push(...Gm(r, s));
|
|
@@ -38728,7 +38729,7 @@ To modify '${l}', target the entity that it points to and its equivalent propert
|
|
|
38728
38729
|
}
|
|
38729
38730
|
return t;
|
|
38730
38731
|
}
|
|
38731
|
-
function
|
|
38732
|
+
function b7(r, e) {
|
|
38732
38733
|
const t = [];
|
|
38733
38734
|
if (!r.parent)
|
|
38734
38735
|
return t;
|
|
@@ -38914,24 +38915,24 @@ All pass-through callable entities are: ${F(
|
|
|
38914
38915
|
Le,
|
|
38915
38916
|
", ",
|
|
38916
38917
|
" and "
|
|
38917
|
-
)}. They aren't explicitly called by any entities. Rather, they can be called implicitly by the system, or as a function-call somewhere else in the case of a function-declaration. `,
|
|
38918
|
+
)}. They aren't explicitly called by any entities. Rather, they can be called implicitly by the system, or as a function-call somewhere else in the case of a function-declaration. `, X5 = `Caller entities are entities that can call other entities. Regarless of whether they are entry-point entities or pass-through callable entities. All caller entity types are: ${F(
|
|
38918
38919
|
In,
|
|
38919
38920
|
", ",
|
|
38920
38921
|
" and "
|
|
38921
|
-
)}.`,
|
|
38922
|
+
)}.`, E7 = `Callable entities are entities that can be called by other entities. They can be called by an entry-point, a success caller, or an error caller.
|
|
38922
38923
|
All callable entity types are: ${F(
|
|
38923
38924
|
Xn,
|
|
38924
38925
|
", ",
|
|
38925
38926
|
" and "
|
|
38926
38927
|
)}.`, Un = `Caller to callee relationships can be updated with the 'add_caller' and 'remove_caller' generation action with the properties: 'callerEntityId', a 'calleeEntityId'. For adding a caller, you can optionally add a boolean property 'fromError' (if the caller calls when an error occured in its execution).
|
|
38927
38928
|
Either of these two actions will only affect the one relationship between the given caller and callee and ignore any others present in either entity.`, Ad = `Break and continue statements need to have exactly one 'return-declaration' entity each. It represents the result of the current iteration of the loop. It can have any name and have any 'data-type' but it needs to be identical among all statements in the same loop.
|
|
38928
|
-
Meaning, if the return declaration in one 'break-statement' is named 'result' and has a 'data-type' of 'number', all other 'break-statements' and 'continue-statements' in the same loop need to have a 'return-declaration' with the same name and 'data-type'.`,
|
|
38929
|
+
Meaning, if the return declaration in one 'break-statement' is named 'result' and has a 'data-type' of 'number', all other 'break-statements' and 'continue-statements' in the same loop need to have a 'return-declaration' with the same name and 'data-type'.`, v7 = `Return statements need to be identical inside the same scope. For example if a 'return-statement' belongs to a function, with multiple branches of logic, leading to multiple 'return-statement' entities, all of them need to have the exact same amount of 'return-declaration' entities, sharing the same name and an equivalent 'data-type' entity.
|
|
38929
38930
|
Furthermore, some 'function-declarations' and all 'global-events' might be implementing a base 'action-descriptor' entity, which defines exactly the shape and number of the return declarations.`, Sd = `A variable without a data type which reads an-untyped object value, or has object properties written into it as input-map writes, will infere its data-type. This means that a 'data-type' will be created, with an implicitly declared 'custom-entity' as its 'entity' property, defining the structure of the object.
|
|
38930
38931
|
This data type entity is what will define which properties are available to be read from the variable or any of its instances as 'output-map' entities.`, zn = `Entities of type '${n.BuiltInBaseEntity}' that have the 'interactive' property set to false cannot be used programmatically during runtime. They can't be used as data types or instanciated in variables. Their methods can't be called by the code, and are only called by the system in the background. Their properties' values are constant and set only once when declared. They also can't be extended with unrecognized properties or methods that aren't part of the base out-of-the-box entity.`, Um = `Entities that read values from other entities, can be connected with entities that write values to them. Value reading entity types are: '${F(
|
|
38931
38932
|
jn,
|
|
38932
38933
|
"', '",
|
|
38933
38934
|
"' and '"
|
|
38934
|
-
)}'.`,
|
|
38935
|
+
)}'.`, Q5 = `Entities that write values to other entities, can be connected with entities that read values from them. Value writing entity types are: '${F(
|
|
38935
38936
|
Ue,
|
|
38936
38937
|
"', '",
|
|
38937
38938
|
"' and '"
|
|
@@ -38945,7 +38946,7 @@ When a 'custom-entity' is instantiated as a variable, any writes or reads to its
|
|
|
38945
38946
|
)}'.
|
|
38946
38947
|
Some entities with values can both write and read values, while others can only do one of the two.
|
|
38947
38948
|
${Um}
|
|
38948
|
-
${
|
|
38949
|
+
${Q5}.
|
|
38949
38950
|
${jm}`, Od = `To establish a connection of a reader and writter value during the generation process you can use the 'connect_values' generation action, like so:
|
|
38950
38951
|
\`\`\`json
|
|
38951
38952
|
{
|
|
@@ -38962,7 +38963,7 @@ function sn(r) {
|
|
|
38962
38963
|
${typeof r == "string" ? r : JSON.stringify(r, null, 2)}
|
|
38963
38964
|
\`\`\``;
|
|
38964
38965
|
}
|
|
38965
|
-
function
|
|
38966
|
+
function R7(r, e) {
|
|
38966
38967
|
let t = {};
|
|
38967
38968
|
switch (r) {
|
|
38968
38969
|
case "add_caller":
|
|
@@ -39000,7 +39001,7 @@ function v7(r, e) {
|
|
|
39000
39001
|
return "";
|
|
39001
39002
|
}
|
|
39002
39003
|
}
|
|
39003
|
-
function
|
|
39004
|
+
function ek(r, e) {
|
|
39004
39005
|
const t = JSON.parse(
|
|
39005
39006
|
JSON.stringify(r)
|
|
39006
39007
|
), i = [];
|
|
@@ -39074,7 +39075,7 @@ ${Hn}`,
|
|
|
39074
39075
|
), { errors: i, modifiedData: t };
|
|
39075
39076
|
return { errors: i, modifiedData: t };
|
|
39076
39077
|
}
|
|
39077
|
-
function
|
|
39078
|
+
function tk(r, e) {
|
|
39078
39079
|
const t = [];
|
|
39079
39080
|
if (Le.includes(e.type))
|
|
39080
39081
|
t.push(
|
|
@@ -39143,7 +39144,7 @@ ${Hn}`,
|
|
|
39143
39144
|
), t;
|
|
39144
39145
|
return t;
|
|
39145
39146
|
}
|
|
39146
|
-
function
|
|
39147
|
+
function nk(r, e) {
|
|
39147
39148
|
const t = [];
|
|
39148
39149
|
if (Ve.includes(e.type)) {
|
|
39149
39150
|
const i = e.calledBy || [], a = i.length ? `
|
|
@@ -39203,7 +39204,7 @@ ${Hn}`,
|
|
|
39203
39204
|
), t;
|
|
39204
39205
|
return t;
|
|
39205
39206
|
}
|
|
39206
|
-
function
|
|
39207
|
+
function rk(r, e) {
|
|
39207
39208
|
const t = [];
|
|
39208
39209
|
let i = JSON.parse(
|
|
39209
39210
|
JSON.stringify(r)
|
|
@@ -39220,7 +39221,7 @@ function nk(r, e) {
|
|
|
39220
39221
|
t.push(...o.errors);
|
|
39221
39222
|
return;
|
|
39222
39223
|
}
|
|
39223
|
-
const l =
|
|
39224
|
+
const l = ek(
|
|
39224
39225
|
i,
|
|
39225
39226
|
o.entityState
|
|
39226
39227
|
);
|
|
@@ -39238,7 +39239,7 @@ function nk(r, e) {
|
|
|
39238
39239
|
t.push(...o.errors);
|
|
39239
39240
|
return;
|
|
39240
39241
|
}
|
|
39241
|
-
const l =
|
|
39242
|
+
const l = tk(
|
|
39242
39243
|
i,
|
|
39243
39244
|
o.entityState
|
|
39244
39245
|
);
|
|
@@ -39256,7 +39257,7 @@ function nk(r, e) {
|
|
|
39256
39257
|
t.push(...o.errors);
|
|
39257
39258
|
return;
|
|
39258
39259
|
}
|
|
39259
|
-
const l =
|
|
39260
|
+
const l = nk(
|
|
39260
39261
|
i,
|
|
39261
39262
|
o.entityState
|
|
39262
39263
|
);
|
|
@@ -39459,7 +39460,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
39459
39460
|
(f) => f.scope !== e
|
|
39460
39461
|
);
|
|
39461
39462
|
if (h.length) {
|
|
39462
|
-
const f =
|
|
39463
|
+
const f = xk(
|
|
39463
39464
|
h.map((b) => b.scope)
|
|
39464
39465
|
);
|
|
39465
39466
|
i.parent = f.id;
|
|
@@ -39473,7 +39474,7 @@ To add a caller, use the 'add_caller' action with the properties: 'callerEntityI
|
|
|
39473
39474
|
Return statements need to have a caller when created, since their purpose is to terminate a call chain.` : i.type === n.ContinueStatement ? s += `
|
|
39474
39475
|
Continue statements need to have a caller when created, since they are used to skip the rest of the current iteration of a loop and can't be detached from a call chain.` : i.type === n.BreakStatement && (s += `
|
|
39475
39476
|
Break statements need to have a caller when created, since they are used to exit a loop and can't be detached from a call chain.`), s += `
|
|
39476
|
-
${
|
|
39477
|
+
${X5}`, Ve.includes(i.type) || (s += `
|
|
39477
39478
|
It is recommended to have a caller reference already at the moment of creation in the payload of the generation action.`), t.push(
|
|
39478
39479
|
new T({
|
|
39479
39480
|
id: `${i.id}--${S.MissingCaller}`,
|
|
@@ -39711,7 +39712,7 @@ ${Od}`,
|
|
|
39711
39712
|
issue: null
|
|
39712
39713
|
})
|
|
39713
39714
|
), delete s.writesValues);
|
|
39714
|
-
const u =
|
|
39715
|
+
const u = rk(o, t);
|
|
39715
39716
|
delete s.calledByError, delete s.calledBySuccess, delete s.calledByEntry, a.push(...u.errors), o = u.modifiedData;
|
|
39716
39717
|
}
|
|
39717
39718
|
const l = Object.entries(s);
|
|
@@ -39776,7 +39777,7 @@ ${Od}`,
|
|
|
39776
39777
|
modifiedData: o
|
|
39777
39778
|
};
|
|
39778
39779
|
}
|
|
39779
|
-
function
|
|
39780
|
+
function g7(r, e, t = "calledBy") {
|
|
39780
39781
|
const i = [];
|
|
39781
39782
|
if (!r)
|
|
39782
39783
|
return [];
|
|
@@ -39835,7 +39836,7 @@ All caller entity types are: ${F(
|
|
|
39835
39836
|
);
|
|
39836
39837
|
return i;
|
|
39837
39838
|
}
|
|
39838
|
-
function
|
|
39839
|
+
function I7(r, e, t = "calledByError") {
|
|
39839
39840
|
const i = [];
|
|
39840
39841
|
if (!r)
|
|
39841
39842
|
return [];
|
|
@@ -39900,7 +39901,7 @@ ${Hn}`,
|
|
|
39900
39901
|
);
|
|
39901
39902
|
return i;
|
|
39902
39903
|
}
|
|
39903
|
-
function
|
|
39904
|
+
function D7(r, e) {
|
|
39904
39905
|
const t = [], i = e.get(
|
|
39905
39906
|
r
|
|
39906
39907
|
);
|
|
@@ -40015,7 +40016,7 @@ All value writting entity types are: ${F(
|
|
|
40015
40016
|
);
|
|
40016
40017
|
return t;
|
|
40017
40018
|
}
|
|
40018
|
-
function
|
|
40019
|
+
function ik(r) {
|
|
40019
40020
|
return r.functions.length ? `All global 'function-declaration' entity ids are:
|
|
40020
40021
|
- ${r.functions.map((t) => `${t.id} (${O(t, r)})`).join(`
|
|
40021
40022
|
- `)}.` : "The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.";
|
|
@@ -40030,7 +40031,7 @@ function co(r) {
|
|
|
40030
40031
|
- ${r.loopDeclarations.map((e) => `${e.id} (${O(e, r)})`).join(`
|
|
40031
40032
|
- `)}`;
|
|
40032
40033
|
}
|
|
40033
|
-
function
|
|
40034
|
+
function P7(r) {
|
|
40034
40035
|
return `All reserved action decriptor ids for '${n.Operation}' entities are:
|
|
40035
40036
|
- ${r.operationDeclarations.map((e) => `${e.id} (${O(e, r)})`).join(`
|
|
40036
40037
|
- `)}`;
|
|
@@ -40040,13 +40041,13 @@ function uo(r) {
|
|
|
40040
40041
|
- ${r.conditionDeclarations.map((e) => `${e.id} (${O(e, r)})`).join(`
|
|
40041
40042
|
- `)}`;
|
|
40042
40043
|
}
|
|
40043
|
-
function
|
|
40044
|
+
function ak(r, e) {
|
|
40044
40045
|
const t = [];
|
|
40045
40046
|
if (!r)
|
|
40046
40047
|
return [];
|
|
40047
40048
|
const i = e.get(
|
|
40048
40049
|
r
|
|
40049
|
-
), a =
|
|
40050
|
+
), a = ik(e);
|
|
40050
40051
|
if (!i)
|
|
40051
40052
|
t.push(
|
|
40052
40053
|
new T({
|
|
@@ -40126,7 +40127,7 @@ ${a}`,
|
|
|
40126
40127
|
);
|
|
40127
40128
|
return t;
|
|
40128
40129
|
}
|
|
40129
|
-
function
|
|
40130
|
+
function sk(r, e) {
|
|
40130
40131
|
const t = [];
|
|
40131
40132
|
if (!r)
|
|
40132
40133
|
return [];
|
|
@@ -40175,7 +40176,7 @@ All built-in 'action-descriptor' entities that define 'operation' entity, are (I
|
|
|
40175
40176
|
})
|
|
40176
40177
|
), t;
|
|
40177
40178
|
}
|
|
40178
|
-
function
|
|
40179
|
+
function A7(r, e) {
|
|
40179
40180
|
const t = [];
|
|
40180
40181
|
if (!r)
|
|
40181
40182
|
return [];
|
|
@@ -40224,7 +40225,7 @@ All built-in 'action-descriptor' entities that define 'condition' entity, are (I
|
|
|
40224
40225
|
})
|
|
40225
40226
|
), t;
|
|
40226
40227
|
}
|
|
40227
|
-
function
|
|
40228
|
+
function S7(r, e) {
|
|
40228
40229
|
const t = [];
|
|
40229
40230
|
if (!r)
|
|
40230
40231
|
return [];
|
|
@@ -40270,7 +40271,7 @@ All built-in 'action-descriptor' entities that define 'loop' entity, are (IDs):
|
|
|
40270
40271
|
})
|
|
40271
40272
|
), t;
|
|
40272
40273
|
}
|
|
40273
|
-
function
|
|
40274
|
+
function ok(r, e, t) {
|
|
40274
40275
|
var u, p, h, f;
|
|
40275
40276
|
if (t.compatible)
|
|
40276
40277
|
return "";
|
|
@@ -40350,7 +40351,7 @@ function Js(r, e) {
|
|
|
40350
40351
|
id: `${e.id}--${S.ReaderWriterIncompatibleDataType}`,
|
|
40351
40352
|
code: S.ReaderWriterIncompatibleDataType,
|
|
40352
40353
|
severity: m.Error,
|
|
40353
|
-
message:
|
|
40354
|
+
message: ok(
|
|
40354
40355
|
e,
|
|
40355
40356
|
i,
|
|
40356
40357
|
l
|
|
@@ -40487,7 +40488,7 @@ function qm(r) {
|
|
|
40487
40488
|
}
|
|
40488
40489
|
return e;
|
|
40489
40490
|
}
|
|
40490
|
-
function
|
|
40491
|
+
function lk(r) {
|
|
40491
40492
|
var o;
|
|
40492
40493
|
const e = O9(), t = r.toJSON();
|
|
40493
40494
|
e.safeParse(t).success, r.inputs.forEach((l) => l.validate()), r.outputs.forEach((l) => l.validate()), (o = r.error) == null || o.validate();
|
|
@@ -40609,7 +40610,7 @@ const Pe = class Pe {
|
|
|
40609
40610
|
i.declaration
|
|
40610
40611
|
);
|
|
40611
40612
|
if (o) {
|
|
40612
|
-
const l =
|
|
40613
|
+
const l = ak(
|
|
40613
40614
|
o,
|
|
40614
40615
|
t
|
|
40615
40616
|
);
|
|
@@ -41068,7 +41069,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
41068
41069
|
return this.errors = [], this.inputs.forEach((i) => i.clearErrors()), this.outputs.forEach((i) => i.clearErrors()), this.successCalls.forEach((i) => i.clearErrors()), this.errorCalls.forEach((i) => i.clearErrors()), (e = this.process) == null || e.clearErrors(), (t = this.error) == null || t.clearErrors(), this;
|
|
41069
41070
|
}
|
|
41070
41071
|
validate() {
|
|
41071
|
-
const e =
|
|
41072
|
+
const e = lk(this);
|
|
41072
41073
|
return this.errors = e, { success: !0, error: null, data: this.toJSON() };
|
|
41073
41074
|
}
|
|
41074
41075
|
// Returns the errors of this entity and all its nested entities recursively
|
|
@@ -41124,7 +41125,7 @@ c(Pe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
41124
41125
|
...Pe.DOWNSTREAM_PROPERTIES
|
|
41125
41126
|
]);
|
|
41126
41127
|
let Jr = Pe;
|
|
41127
|
-
function
|
|
41128
|
+
function ck(r) {
|
|
41128
41129
|
var e, t, i;
|
|
41129
41130
|
switch (r.id) {
|
|
41130
41131
|
case C["built-in-base-entity"].BUILT_IN_PERSISTED_ENTITY_ENTITY.id: {
|
|
@@ -41197,7 +41198,7 @@ function lk(r) {
|
|
|
41197
41198
|
newEntities: []
|
|
41198
41199
|
};
|
|
41199
41200
|
}
|
|
41200
|
-
function
|
|
41201
|
+
function dk(r) {
|
|
41201
41202
|
return r.implements.filter(
|
|
41202
41203
|
(t) => t.type === n.BuiltInBaseEntity
|
|
41203
41204
|
).map((t) => {
|
|
@@ -41272,7 +41273,7 @@ function zc(r, e, t) {
|
|
|
41272
41273
|
deleted: []
|
|
41273
41274
|
}
|
|
41274
41275
|
};
|
|
41275
|
-
const u =
|
|
41276
|
+
const u = ck(r), p = E(
|
|
41276
41277
|
o,
|
|
41277
41278
|
r.project
|
|
41278
41279
|
);
|
|
@@ -41307,7 +41308,7 @@ function zc(r, e, t) {
|
|
|
41307
41308
|
}
|
|
41308
41309
|
);
|
|
41309
41310
|
o.properties = h, o.methods = f;
|
|
41310
|
-
const b =
|
|
41311
|
+
const b = dk(p);
|
|
41311
41312
|
return {
|
|
41312
41313
|
implemented: p,
|
|
41313
41314
|
errors: [],
|
|
@@ -41330,7 +41331,7 @@ function Jm(r, e) {
|
|
|
41330
41331
|
return l && p;
|
|
41331
41332
|
}) || null;
|
|
41332
41333
|
}
|
|
41333
|
-
function
|
|
41334
|
+
function uk(r, e, t = Ke.OrDataTypeGroup) {
|
|
41334
41335
|
const i = [], a = [], s = [], l = {
|
|
41335
41336
|
id: e.id + "--nested-data-type-id-" + r.id,
|
|
41336
41337
|
version: 1,
|
|
@@ -41517,7 +41518,7 @@ function Wm(r, e, t, i) {
|
|
|
41517
41518
|
e.project
|
|
41518
41519
|
);
|
|
41519
41520
|
if (g) {
|
|
41520
|
-
const x =
|
|
41521
|
+
const x = uk(
|
|
41521
41522
|
g || R[0],
|
|
41522
41523
|
e,
|
|
41523
41524
|
Ke.OrDataTypeGroup
|
|
@@ -41707,10 +41708,10 @@ function Zc(r, e) {
|
|
|
41707
41708
|
last: i
|
|
41708
41709
|
};
|
|
41709
41710
|
}
|
|
41710
|
-
function
|
|
41711
|
+
function pk(r, e, t = /* @__PURE__ */ new Set()) {
|
|
41711
41712
|
const i = Zn(r), a = Zn(e), s = i.filter((u) => !a.includes(u)), o = i.filter((u) => a.includes(u)), l = s.reduce((u, p) => t.has(p.id) ? u : (t.add(p.id), v([
|
|
41712
41713
|
...u,
|
|
41713
|
-
...
|
|
41714
|
+
...pk(p, e, t)
|
|
41714
41715
|
])), []);
|
|
41715
41716
|
return v([
|
|
41716
41717
|
...o,
|
|
@@ -41721,10 +41722,10 @@ function za(r, e) {
|
|
|
41721
41722
|
const t = Zc(r, e);
|
|
41722
41723
|
return t.last === e && t.list.length > 0 && t.list[0] !== e;
|
|
41723
41724
|
}
|
|
41724
|
-
function
|
|
41725
|
+
function O7(r, e) {
|
|
41725
41726
|
return !!Zc(r, e).last;
|
|
41726
41727
|
}
|
|
41727
|
-
function
|
|
41728
|
+
function C7(r) {
|
|
41728
41729
|
if (Le.includes(r.type))
|
|
41729
41730
|
return r;
|
|
41730
41731
|
if ([...Xn, n.VariableDeclaration].includes(r.type)) {
|
|
@@ -41771,13 +41772,13 @@ function Xe(r) {
|
|
|
41771
41772
|
return e ? Xe(e) : null;
|
|
41772
41773
|
}
|
|
41773
41774
|
}
|
|
41774
|
-
function
|
|
41775
|
+
function w7(r) {
|
|
41775
41776
|
return r.type === n.VariableDeclaration ? [r] : je.includes(r.type) ? [
|
|
41776
41777
|
...r.inputs,
|
|
41777
41778
|
...r.outputs || []
|
|
41778
41779
|
] : r.type === n.ReturnStatement ? r.outputs : Yi.includes(r.type) || r.type === n.FunctionDeclaration ? r.inputs : [];
|
|
41779
41780
|
}
|
|
41780
|
-
function
|
|
41781
|
+
function B7(r) {
|
|
41781
41782
|
const e = Zn(r), t = [], i = [];
|
|
41782
41783
|
oT.includes(r.type) && t.push(...Hm(r));
|
|
41783
41784
|
const a = e.filter((s) => {
|
|
@@ -41786,11 +41787,11 @@ function w7(r) {
|
|
|
41786
41787
|
});
|
|
41787
41788
|
return t.sort((s, o) => za(o, s) ? -1 : 0), i.sort((s, o) => za(o, s) ? -1 : 0), [...t, ...i, ...a];
|
|
41788
41789
|
}
|
|
41789
|
-
function
|
|
41790
|
+
function yk(r) {
|
|
41790
41791
|
return [...r].sort((e, t) => za(t, e) ? -1 : 0);
|
|
41791
41792
|
}
|
|
41792
|
-
function
|
|
41793
|
-
const e =
|
|
41793
|
+
function _7(r) {
|
|
41794
|
+
const e = yk(r), t = [];
|
|
41794
41795
|
return e.forEach((i) => {
|
|
41795
41796
|
const a = t[t.length - 1];
|
|
41796
41797
|
if (a) {
|
|
@@ -41818,41 +41819,41 @@ function Hm(r) {
|
|
|
41818
41819
|
r.calls
|
|
41819
41820
|
) : [];
|
|
41820
41821
|
}
|
|
41821
|
-
function
|
|
41822
|
+
function M7(r, e) {
|
|
41822
41823
|
return Hm(r).includes(e);
|
|
41823
41824
|
}
|
|
41824
41825
|
function zm(r) {
|
|
41825
41826
|
return r.writesValues || [];
|
|
41826
41827
|
}
|
|
41827
|
-
function
|
|
41828
|
+
function N7(r, e) {
|
|
41828
41829
|
return zm(r).includes(e);
|
|
41829
41830
|
}
|
|
41830
|
-
function
|
|
41831
|
+
function hk(r) {
|
|
41831
41832
|
var e;
|
|
41832
41833
|
return $e.includes((e = r == null ? void 0 : r.readsValue) == null ? void 0 : e.type) ? r.readsValue : null;
|
|
41833
41834
|
}
|
|
41834
|
-
function
|
|
41835
|
+
function V7(r) {
|
|
41835
41836
|
return r.writesValues;
|
|
41836
41837
|
}
|
|
41837
|
-
function
|
|
41838
|
-
return r.map(
|
|
41838
|
+
function fk(r = []) {
|
|
41839
|
+
return r.map(hk).filter((e) => !!e);
|
|
41839
41840
|
}
|
|
41840
41841
|
function Oo(r = []) {
|
|
41841
41842
|
return r.map((e) => e.writesValues).flat().filter((e) => $e.includes(e.type));
|
|
41842
41843
|
}
|
|
41843
|
-
function
|
|
41844
|
+
function mk(r = []) {
|
|
41844
41845
|
return r.map((e) => e.readsValue).filter(
|
|
41845
41846
|
(e) => !!e && $e.includes(e.type)
|
|
41846
41847
|
);
|
|
41847
41848
|
}
|
|
41848
|
-
function
|
|
41849
|
+
function Tk(r) {
|
|
41849
41850
|
return $e.includes(r.type) ? r : null;
|
|
41850
41851
|
}
|
|
41851
|
-
function
|
|
41852
|
-
return r.writesValues.map(
|
|
41852
|
+
function bk(r) {
|
|
41853
|
+
return r.writesValues.map(Tk).filter((e) => !!e);
|
|
41853
41854
|
}
|
|
41854
|
-
function
|
|
41855
|
-
return r.reduce((e, t) => t.type === n.OutputMap ? [...e, ...
|
|
41855
|
+
function Ek(r = []) {
|
|
41856
|
+
return r.reduce((e, t) => t.type === n.OutputMap ? [...e, ...bk(t)] : e, []);
|
|
41856
41857
|
}
|
|
41857
41858
|
function _e(r) {
|
|
41858
41859
|
return je.includes(r.type) ? [
|
|
@@ -41872,7 +41873,7 @@ function _e(r) {
|
|
|
41872
41873
|
)
|
|
41873
41874
|
) : [];
|
|
41874
41875
|
}
|
|
41875
|
-
function
|
|
41876
|
+
function x7(r) {
|
|
41876
41877
|
return je.includes(r.type) ? [
|
|
41877
41878
|
...cn(
|
|
41878
41879
|
bt(
|
|
@@ -41890,12 +41891,12 @@ function V7(r) {
|
|
|
41890
41891
|
)
|
|
41891
41892
|
) : [];
|
|
41892
41893
|
}
|
|
41893
|
-
function
|
|
41894
|
+
function vk(r, e = /* @__PURE__ */ new Set()) {
|
|
41894
41895
|
return r.writesValues.filter(
|
|
41895
41896
|
(i) => $e.includes(i.type) && !e.has(i.id)
|
|
41896
41897
|
).reduce((i, a) => e.has(a.id) ? i : [...i, ...re(a, e)], []);
|
|
41897
41898
|
}
|
|
41898
|
-
function
|
|
41899
|
+
function Rk(r, e = /* @__PURE__ */ new Set()) {
|
|
41899
41900
|
var i;
|
|
41900
41901
|
return (((i = r.readsValue) == null ? void 0 : i.writesValues) || []).filter(
|
|
41901
41902
|
(a) => $e.includes(a.type) && !e.has(a.id)
|
|
@@ -41905,7 +41906,7 @@ function re(r, e = /* @__PURE__ */ new Set()) {
|
|
|
41905
41906
|
if (e.has(r.id))
|
|
41906
41907
|
return [];
|
|
41907
41908
|
if (r.type === n.ReturnStatement)
|
|
41908
|
-
return
|
|
41909
|
+
return mk(
|
|
41909
41910
|
r.outputs
|
|
41910
41911
|
).reduce((i, a) => [...i, ...re(a, e)], []);
|
|
41911
41912
|
if (r.type === n.FunctionCall || r.type === n.Operation || r.type === n.Condition)
|
|
@@ -41923,8 +41924,8 @@ function re(r, e = /* @__PURE__ */ new Set()) {
|
|
|
41923
41924
|
},
|
|
41924
41925
|
[]
|
|
41925
41926
|
),
|
|
41926
|
-
...
|
|
41927
|
-
...
|
|
41927
|
+
...fk(r.inputs),
|
|
41928
|
+
...Ek(r.outputs)
|
|
41928
41929
|
].reduce((s, o) => [...s, ...re(o, e)], []);
|
|
41929
41930
|
if (Yi.includes(r.type)) {
|
|
41930
41931
|
const t = Oo(
|
|
@@ -41984,11 +41985,11 @@ function re(r, e = /* @__PURE__ */ new Set()) {
|
|
|
41984
41985
|
return [
|
|
41985
41986
|
r,
|
|
41986
41987
|
...i,
|
|
41987
|
-
...
|
|
41988
|
+
...Rk(
|
|
41988
41989
|
r,
|
|
41989
41990
|
e
|
|
41990
41991
|
),
|
|
41991
|
-
...
|
|
41992
|
+
...vk(
|
|
41992
41993
|
r,
|
|
41993
41994
|
e
|
|
41994
41995
|
)
|
|
@@ -42009,7 +42010,7 @@ function cn(r) {
|
|
|
42009
42010
|
[]
|
|
42010
42011
|
);
|
|
42011
42012
|
}
|
|
42012
|
-
function
|
|
42013
|
+
function gk(r) {
|
|
42013
42014
|
const e = r.entities || [], t = [
|
|
42014
42015
|
...e,
|
|
42015
42016
|
...r.functions || [],
|
|
@@ -42045,7 +42046,7 @@ function Rk(r) {
|
|
|
42045
42046
|
...l
|
|
42046
42047
|
];
|
|
42047
42048
|
}
|
|
42048
|
-
function
|
|
42049
|
+
function Ik(r, e) {
|
|
42049
42050
|
return e.filter((i) => {
|
|
42050
42051
|
if (!i)
|
|
42051
42052
|
return !1;
|
|
@@ -42057,7 +42058,7 @@ function gk(r, e) {
|
|
|
42057
42058
|
case n.Operation:
|
|
42058
42059
|
return i.outputs.find((a) => a.id === r.id) !== void 0;
|
|
42059
42060
|
case n.VariableDeclaration:
|
|
42060
|
-
return je.includes(r.type) ?
|
|
42061
|
+
return je.includes(r.type) ? Dk(
|
|
42061
42062
|
r
|
|
42062
42063
|
).find((s) => {
|
|
42063
42064
|
var o;
|
|
@@ -42072,9 +42073,9 @@ function gk(r, e) {
|
|
|
42072
42073
|
}
|
|
42073
42074
|
});
|
|
42074
42075
|
}
|
|
42075
|
-
function
|
|
42076
|
-
const e =
|
|
42077
|
-
return
|
|
42076
|
+
function $7(r) {
|
|
42077
|
+
const e = gk(r.project);
|
|
42078
|
+
return Ik(r, e);
|
|
42078
42079
|
}
|
|
42079
42080
|
function Ti(r) {
|
|
42080
42081
|
const e = [];
|
|
@@ -42106,10 +42107,10 @@ function Zm(r) {
|
|
|
42106
42107
|
r.type
|
|
42107
42108
|
) ? r.declaration.inputs : r.type === n.FunctionDeclaration || Yi.includes(r.type) ? r.inputs : r.type === n.Search ? r.inputsDeclarations : [];
|
|
42108
42109
|
}
|
|
42109
|
-
function
|
|
42110
|
+
function L7(r, e) {
|
|
42110
42111
|
return e.type === n.Condition ? e.inputs.find((t) => t.declaration.id === r.id) : e.type === n.FunctionCall || e.type === n.Operation ? e.inputs.find((t) => t.declaration.id === r.id) : null;
|
|
42111
42112
|
}
|
|
42112
|
-
function
|
|
42113
|
+
function Dk(r) {
|
|
42113
42114
|
return je.includes(r.type) ? r.inputs : [];
|
|
42114
42115
|
}
|
|
42115
42116
|
function Km(r) {
|
|
@@ -42118,17 +42119,17 @@ function Km(r) {
|
|
|
42118
42119
|
r.type
|
|
42119
42120
|
) ? r.declaration.outputs : r.type === n.Search ? r.outputsDeclarations : Ve.includes(r.type) ? r.outputs : [];
|
|
42120
42121
|
}
|
|
42121
|
-
function
|
|
42122
|
+
function G7(r, e) {
|
|
42122
42123
|
return e.type === n.Condition ? null : e.type === n.FunctionCall || e.type === n.Operation ? e.outputs.find((t) => t.declaration.id === r.id) : null;
|
|
42123
42124
|
}
|
|
42124
|
-
function
|
|
42125
|
+
function F7(r) {
|
|
42125
42126
|
return r.type === n.Condition ? [] : je.includes(r.type) ? r.outputs : [];
|
|
42126
42127
|
}
|
|
42127
42128
|
function Cd(r) {
|
|
42128
42129
|
const e = r.readsValue;
|
|
42129
42130
|
return e ? Xe(e) : null;
|
|
42130
42131
|
}
|
|
42131
|
-
function
|
|
42132
|
+
function Pk(r) {
|
|
42132
42133
|
const e = r.internalCalls || [];
|
|
42133
42134
|
return v(
|
|
42134
42135
|
bt(
|
|
@@ -42215,7 +42216,7 @@ function Zn(r, e = !1) {
|
|
|
42215
42216
|
if ($e.includes(r.type)) {
|
|
42216
42217
|
const i = Ei(
|
|
42217
42218
|
r
|
|
42218
|
-
), a =
|
|
42219
|
+
), a = Pk(r);
|
|
42219
42220
|
t.push(
|
|
42220
42221
|
...i,
|
|
42221
42222
|
...a
|
|
@@ -42256,7 +42257,7 @@ function Zn(r, e = !1) {
|
|
|
42256
42257
|
t
|
|
42257
42258
|
);
|
|
42258
42259
|
}
|
|
42259
|
-
function
|
|
42260
|
+
function Ak(r, e = !1) {
|
|
42260
42261
|
const t = Zn(
|
|
42261
42262
|
r,
|
|
42262
42263
|
e
|
|
@@ -42264,15 +42265,15 @@ function Pk(r, e = !1) {
|
|
|
42264
42265
|
...t,
|
|
42265
42266
|
...t.reduce((a, s) => [
|
|
42266
42267
|
...a,
|
|
42267
|
-
...
|
|
42268
|
+
...Ak(s, e)
|
|
42268
42269
|
], [])
|
|
42269
42270
|
];
|
|
42270
42271
|
return v(i);
|
|
42271
42272
|
}
|
|
42272
|
-
function
|
|
42273
|
+
function Sk(r) {
|
|
42273
42274
|
const e = Ti(r), t = [
|
|
42274
42275
|
...e,
|
|
42275
|
-
...e.reduce((i, a) => [...i, ...
|
|
42276
|
+
...e.reduce((i, a) => [...i, ...Sk(a)], [])
|
|
42276
42277
|
];
|
|
42277
42278
|
return v(t);
|
|
42278
42279
|
}
|
|
@@ -42308,13 +42309,13 @@ function Qm(r) {
|
|
|
42308
42309
|
...Xm(t)
|
|
42309
42310
|
] : [...e, t], []);
|
|
42310
42311
|
}
|
|
42311
|
-
function
|
|
42312
|
+
function Ok(r) {
|
|
42312
42313
|
return [
|
|
42313
42314
|
...Xc(r),
|
|
42314
42315
|
...Kc(r)
|
|
42315
42316
|
].filter((t, i, a) => a.indexOf(t) === i);
|
|
42316
42317
|
}
|
|
42317
|
-
function
|
|
42318
|
+
function Ck(r) {
|
|
42318
42319
|
return r.implements.length === 0 && r.extends.length === 0 ? null : r.implements.find(
|
|
42319
42320
|
(i) => i.type === n.BuiltInBaseEntity && i.name === G.PERSISTED_ENTITY
|
|
42320
42321
|
) ? r : [
|
|
@@ -42323,7 +42324,7 @@ function Ok(r) {
|
|
|
42323
42324
|
].reduce(
|
|
42324
42325
|
(i, a) => {
|
|
42325
42326
|
if (a.type === n.CustomEntity) {
|
|
42326
|
-
const s =
|
|
42327
|
+
const s = Ck(
|
|
42327
42328
|
a
|
|
42328
42329
|
);
|
|
42329
42330
|
if (s)
|
|
@@ -42335,19 +42336,19 @@ function Ok(r) {
|
|
|
42335
42336
|
null
|
|
42336
42337
|
);
|
|
42337
42338
|
}
|
|
42338
|
-
function
|
|
42339
|
+
function U7(r) {
|
|
42339
42340
|
const e = r.extends.find(
|
|
42340
42341
|
(t) => t.type === n.BuiltInBaseEntity
|
|
42341
42342
|
);
|
|
42342
42343
|
return e && e.type === n.BuiltInBaseEntity ? e : null;
|
|
42343
42344
|
}
|
|
42344
|
-
function
|
|
42345
|
+
function j7(r) {
|
|
42345
42346
|
const e = r.implements.find(
|
|
42346
42347
|
(t) => t.type === n.BuiltInBaseEntity
|
|
42347
42348
|
);
|
|
42348
42349
|
return e && e.type === n.BuiltInBaseEntity ? e : null;
|
|
42349
42350
|
}
|
|
42350
|
-
function
|
|
42351
|
+
function wk(r) {
|
|
42351
42352
|
const e = r.extends.find(
|
|
42352
42353
|
(t) => t.type === n.CustomEntity
|
|
42353
42354
|
);
|
|
@@ -42368,13 +42369,13 @@ function eT(r) {
|
|
|
42368
42369
|
(i) => !i.interactive
|
|
42369
42370
|
);
|
|
42370
42371
|
}
|
|
42371
|
-
function
|
|
42372
|
+
function k7(r) {
|
|
42372
42373
|
return r.parent === r.project && r.project.variableDeclarations.includes(r);
|
|
42373
42374
|
}
|
|
42374
42375
|
function tT(r) {
|
|
42375
42376
|
return r.parent !== r.project ? !1 : n.VariableDeclaration === r.type ? r.project.variableDeclarations.includes(r) : n.VariableInstance === r.type ? r.project.variableInstances.includes(r) : n.FunctionCall === r.type ? r.project.functionCalls.includes(r) : n.Condition === r.type ? r.project.conditions.includes(r) : n.Operation === r.type ? r.project.operations.includes(r) : n.Loop === r.type ? r.project.loops.includes(r) : n.Search === r.type ? r.project.searches.includes(r) : !1;
|
|
42376
42377
|
}
|
|
42377
|
-
function
|
|
42378
|
+
function Bk(r) {
|
|
42378
42379
|
if ([
|
|
42379
42380
|
...Le,
|
|
42380
42381
|
n.CustomEntity,
|
|
@@ -42385,7 +42386,7 @@ function wk(r) {
|
|
|
42385
42386
|
))
|
|
42386
42387
|
return !1;
|
|
42387
42388
|
const e = Ti(r);
|
|
42388
|
-
return e.length === 0 ? !0 : e.some((t) =>
|
|
42389
|
+
return e.length === 0 ? !0 : e.some((t) => Bk(t));
|
|
42389
42390
|
}
|
|
42390
42391
|
function nT(r) {
|
|
42391
42392
|
return [
|
|
@@ -42397,31 +42398,31 @@ function nT(r) {
|
|
|
42397
42398
|
r
|
|
42398
42399
|
) ? !1 : Ti(r).length === 0;
|
|
42399
42400
|
}
|
|
42400
|
-
function
|
|
42401
|
+
function _k(r, e = 0) {
|
|
42401
42402
|
if (nT(r)) {
|
|
42402
42403
|
const t = Ti(r);
|
|
42403
|
-
return t.length === 0 ? r : t.map((a) =>
|
|
42404
|
+
return t.length === 0 ? r : t.map((a) => _k(a, e + 1)).reduce((a, s) => a ? s && s.x < a.x ? s : a : s, null);
|
|
42404
42405
|
}
|
|
42405
42406
|
return null;
|
|
42406
42407
|
}
|
|
42407
|
-
function
|
|
42408
|
+
function Mk(r) {
|
|
42408
42409
|
const e = [];
|
|
42409
42410
|
if (nT(r))
|
|
42410
42411
|
e.push(r);
|
|
42411
42412
|
else
|
|
42412
42413
|
return [];
|
|
42413
42414
|
return Ti(r).forEach((i) => {
|
|
42414
|
-
e.push(...
|
|
42415
|
+
e.push(...Mk(i));
|
|
42415
42416
|
}), e;
|
|
42416
42417
|
}
|
|
42417
|
-
function
|
|
42418
|
+
function Nk(r) {
|
|
42418
42419
|
return r.type === n.FunctionDeclaration && r.parent !== r.project && !![
|
|
42419
42420
|
n.CustomEntity,
|
|
42420
42421
|
n.Loop,
|
|
42421
42422
|
n.InstalledProject
|
|
42422
42423
|
].includes(r.parent.type);
|
|
42423
42424
|
}
|
|
42424
|
-
function
|
|
42425
|
+
function q7(r, e) {
|
|
42425
42426
|
const t = /* @__PURE__ */ new Map();
|
|
42426
42427
|
return r.forEach((i) => {
|
|
42427
42428
|
t.set(i.id, i);
|
|
@@ -42567,7 +42568,7 @@ function Za(r, e, t) {
|
|
|
42567
42568
|
commonAncestorScope: t
|
|
42568
42569
|
};
|
|
42569
42570
|
}
|
|
42570
|
-
function
|
|
42571
|
+
function Vk(r, e, t) {
|
|
42571
42572
|
const i = Za(
|
|
42572
42573
|
r,
|
|
42573
42574
|
e,
|
|
@@ -42621,9 +42622,9 @@ function Nk(r, e, t) {
|
|
|
42621
42622
|
}
|
|
42622
42623
|
return null;
|
|
42623
42624
|
}
|
|
42624
|
-
function
|
|
42625
|
+
function xk(r) {
|
|
42625
42626
|
return r.length === 0 ? null : r.length === 1 ? r[0] : r.reduce((t, i) => {
|
|
42626
|
-
const a =
|
|
42627
|
+
const a = Vk(t, i, i.project);
|
|
42627
42628
|
return !a || a === i ? t : i;
|
|
42628
42629
|
}, r[0]);
|
|
42629
42630
|
}
|
|
@@ -42730,10 +42731,10 @@ function Ma(r) {
|
|
|
42730
42731
|
blocks: e
|
|
42731
42732
|
};
|
|
42732
42733
|
}
|
|
42733
|
-
function q7(r) {
|
|
42734
|
-
return _d.includes(r.type) ? r.type === n.FunctionDeclaration ? !Mk(r) : !0 : !1;
|
|
42735
|
-
}
|
|
42736
42734
|
function J7(r) {
|
|
42735
|
+
return _d.includes(r.type) ? r.type === n.FunctionDeclaration ? !Nk(r) : !0 : !1;
|
|
42736
|
+
}
|
|
42737
|
+
function W7(r) {
|
|
42737
42738
|
if (n.ActionDescriptor === r.type) {
|
|
42738
42739
|
if (r.project.operationDeclarations.find(
|
|
42739
42740
|
(s) => s.id === r.id
|
|
@@ -42754,7 +42755,7 @@ function J7(r) {
|
|
|
42754
42755
|
}
|
|
42755
42756
|
return r.type;
|
|
42756
42757
|
}
|
|
42757
|
-
function
|
|
42758
|
+
function $k(r, e) {
|
|
42758
42759
|
const t = [];
|
|
42759
42760
|
if (r.parent)
|
|
42760
42761
|
if (r.id === r.parent)
|
|
@@ -42950,7 +42951,7 @@ const Ae = class Ae {
|
|
|
42950
42951
|
let i = JSON.parse(
|
|
42951
42952
|
JSON.stringify(e)
|
|
42952
42953
|
);
|
|
42953
|
-
const a = [], s =
|
|
42954
|
+
const a = [], s = $k(i, t), o = Yc(i, t);
|
|
42954
42955
|
a.push(
|
|
42955
42956
|
...s,
|
|
42956
42957
|
...o,
|
|
@@ -43564,7 +43565,7 @@ c(Ae, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
43564
43565
|
...Ae.DOWNSTREAM_PROPERTIES
|
|
43565
43566
|
]);
|
|
43566
43567
|
let Wr = Ae;
|
|
43567
|
-
function
|
|
43568
|
+
function Lk(r) {
|
|
43568
43569
|
const e = K8(), t = r.toJSON();
|
|
43569
43570
|
e.safeParse(t).success;
|
|
43570
43571
|
const a = [];
|
|
@@ -43759,7 +43760,7 @@ class Gt {
|
|
|
43759
43760
|
return this.errors = [], this.properties.forEach((e) => e.clearErrors()), this.methods.forEach((e) => e.clearErrors()), this.abstractMethods.forEach((e) => e.clearErrors()), this;
|
|
43760
43761
|
}
|
|
43761
43762
|
validate() {
|
|
43762
|
-
const e =
|
|
43763
|
+
const e = Lk(this);
|
|
43763
43764
|
return this.errors = e, { success: !0, error: null, data: this.toJSON() };
|
|
43764
43765
|
}
|
|
43765
43766
|
// Returns the errors of this entity and all its nested entities recursively
|
|
@@ -43793,7 +43794,7 @@ class Gt {
|
|
|
43793
43794
|
})), v(e);
|
|
43794
43795
|
}
|
|
43795
43796
|
}
|
|
43796
|
-
function
|
|
43797
|
+
function Gk(r) {
|
|
43797
43798
|
const e = j8(), t = r.toJSON();
|
|
43798
43799
|
e.safeParse(t).success;
|
|
43799
43800
|
const a = [];
|
|
@@ -43982,7 +43983,7 @@ class $t {
|
|
|
43982
43983
|
return this.errors = [], this.properties.forEach((e) => e.clearErrors()), this.methods.forEach((e) => e.clearErrors()), this.abstractMethods.forEach((e) => e.clearErrors()), this;
|
|
43983
43984
|
}
|
|
43984
43985
|
validate() {
|
|
43985
|
-
const e =
|
|
43986
|
+
const e = Gk(this);
|
|
43986
43987
|
return this.errors = e, { success: !0, error: null, data: this.toJSON() };
|
|
43987
43988
|
}
|
|
43988
43989
|
// Returns the errors of this entity and all its nested entities recursively
|
|
@@ -44081,7 +44082,7 @@ function E(r, e) {
|
|
|
44081
44082
|
const t = Yt(r, e);
|
|
44082
44083
|
return t.subscribe(), t;
|
|
44083
44084
|
}
|
|
44084
|
-
function
|
|
44085
|
+
function Y7(r, e) {
|
|
44085
44086
|
if (!r)
|
|
44086
44087
|
throw new Error("Entity is null");
|
|
44087
44088
|
switch (r.type) {
|
|
@@ -45189,7 +45190,7 @@ c(X, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
45189
45190
|
...X.DOWNSTREAM_PROPERTIES
|
|
45190
45191
|
]);
|
|
45191
45192
|
let B = X;
|
|
45192
|
-
class
|
|
45193
|
+
class Fk extends te {
|
|
45193
45194
|
constructor(t) {
|
|
45194
45195
|
super(zt, t);
|
|
45195
45196
|
c(this, "id", Me.Parallel);
|
|
@@ -45240,7 +45241,7 @@ class Gk extends te {
|
|
|
45240
45241
|
// // return [result];
|
|
45241
45242
|
// };
|
|
45242
45243
|
}
|
|
45243
|
-
class
|
|
45244
|
+
class Uk extends te {
|
|
45244
45245
|
constructor(t) {
|
|
45245
45246
|
super(ht, t);
|
|
45246
45247
|
c(this, "id", ht.id);
|
|
@@ -45286,7 +45287,7 @@ class Fk extends te {
|
|
|
45286
45287
|
// return [result];
|
|
45287
45288
|
// };
|
|
45288
45289
|
}
|
|
45289
|
-
class
|
|
45290
|
+
class jk extends te {
|
|
45290
45291
|
constructor(t) {
|
|
45291
45292
|
super(En, t);
|
|
45292
45293
|
c(this, "id", Me.Sequential);
|
|
@@ -45334,17 +45335,17 @@ class Uk extends te {
|
|
|
45334
45335
|
// return [results];
|
|
45335
45336
|
// };
|
|
45336
45337
|
}
|
|
45337
|
-
class
|
|
45338
|
+
class kk extends te {
|
|
45338
45339
|
constructor(e) {
|
|
45339
45340
|
super(Qa, e);
|
|
45340
45341
|
}
|
|
45341
45342
|
}
|
|
45342
|
-
class
|
|
45343
|
+
class qk extends te {
|
|
45343
45344
|
constructor(e) {
|
|
45344
45345
|
super(Hr, e);
|
|
45345
45346
|
}
|
|
45346
45347
|
}
|
|
45347
|
-
class
|
|
45348
|
+
class Jk extends te {
|
|
45348
45349
|
constructor(t) {
|
|
45349
45350
|
super(Zr, t);
|
|
45350
45351
|
c(this, "autoexecutable", !0);
|
|
@@ -45519,50 +45520,50 @@ class qk extends te {
|
|
|
45519
45520
|
return ((i = t.declaration) == null ? void 0 : i.id) === C.operation[Se.Validate].outputs.outputEntity.id ? this.syncOutputDataOutputMapDataType(t) : null;
|
|
45520
45521
|
}
|
|
45521
45522
|
}
|
|
45522
|
-
class
|
|
45523
|
+
class Wk extends te {
|
|
45523
45524
|
constructor(e) {
|
|
45524
45525
|
super(jd, e);
|
|
45525
45526
|
}
|
|
45526
45527
|
}
|
|
45527
|
-
class
|
|
45528
|
+
class Yk extends te {
|
|
45528
45529
|
constructor(e) {
|
|
45529
45530
|
super(qd, e);
|
|
45530
45531
|
}
|
|
45531
45532
|
}
|
|
45532
|
-
class
|
|
45533
|
+
class Hk extends te {
|
|
45533
45534
|
constructor(e) {
|
|
45534
45535
|
super(Jd, e);
|
|
45535
45536
|
}
|
|
45536
45537
|
}
|
|
45537
|
-
class
|
|
45538
|
+
class zk extends te {
|
|
45538
45539
|
constructor(e) {
|
|
45539
45540
|
super(Vo, e);
|
|
45540
45541
|
}
|
|
45541
45542
|
}
|
|
45542
|
-
class
|
|
45543
|
+
class Zk extends te {
|
|
45543
45544
|
constructor(e) {
|
|
45544
45545
|
super(_o, e);
|
|
45545
45546
|
}
|
|
45546
45547
|
}
|
|
45547
|
-
class
|
|
45548
|
+
class Kk extends te {
|
|
45548
45549
|
constructor(e) {
|
|
45549
45550
|
super(Xa, e);
|
|
45550
45551
|
}
|
|
45551
45552
|
}
|
|
45552
|
-
function
|
|
45553
|
+
function Xk(r) {
|
|
45553
45554
|
const e = [
|
|
45554
|
-
new Uk(r),
|
|
45555
|
-
new Gk(r),
|
|
45556
|
-
new Fk(r),
|
|
45557
45555
|
new jk(r),
|
|
45556
|
+
new Fk(r),
|
|
45557
|
+
new Uk(r),
|
|
45558
45558
|
new kk(r),
|
|
45559
45559
|
new qk(r),
|
|
45560
|
-
new Hk(r),
|
|
45561
45560
|
new Jk(r),
|
|
45562
|
-
new Yk(r),
|
|
45563
|
-
new Wk(r),
|
|
45564
45561
|
new zk(r),
|
|
45562
|
+
new Wk(r),
|
|
45563
|
+
new Hk(r),
|
|
45564
|
+
new Yk(r),
|
|
45565
45565
|
new Zk(r),
|
|
45566
|
+
new Kk(r),
|
|
45566
45567
|
new te(Ud, r),
|
|
45567
45568
|
new te(Fd, r)
|
|
45568
45569
|
];
|
|
@@ -45570,7 +45571,7 @@ function Kk(r) {
|
|
|
45570
45571
|
t.initChildren(), r.subscribeBuiltInInstance(t);
|
|
45571
45572
|
}), r.operationDeclarations = e, e;
|
|
45572
45573
|
}
|
|
45573
|
-
class
|
|
45574
|
+
class Qk extends Gt {
|
|
45574
45575
|
constructor(t) {
|
|
45575
45576
|
super(Ge, t);
|
|
45576
45577
|
c(this, "initialData");
|
|
@@ -45610,9 +45611,9 @@ class Xk extends Gt {
|
|
|
45610
45611
|
}), this.extends = this.initialData.extends.map((i) => E(i, this.project));
|
|
45611
45612
|
}
|
|
45612
45613
|
}
|
|
45613
|
-
function
|
|
45614
|
+
function e2(r) {
|
|
45614
45615
|
const e = [
|
|
45615
|
-
new
|
|
45616
|
+
new Qk(r),
|
|
45616
45617
|
new Gt(Ho, r),
|
|
45617
45618
|
new Gt(ar, r),
|
|
45618
45619
|
new Gt(Bu, r),
|
|
@@ -45622,7 +45623,7 @@ function Qk(r) {
|
|
|
45622
45623
|
r.subscribeBuiltInInstance(t);
|
|
45623
45624
|
}), r.builtInBaseEntities = e, e;
|
|
45624
45625
|
}
|
|
45625
|
-
function
|
|
45626
|
+
function t2(r) {
|
|
45626
45627
|
const e = [
|
|
45627
45628
|
new $t(j, r),
|
|
45628
45629
|
new $t(Qn, r),
|
|
@@ -45637,7 +45638,7 @@ function e2(r) {
|
|
|
45637
45638
|
r.subscribeBuiltInInstance(t);
|
|
45638
45639
|
}), r.primitives = e, e;
|
|
45639
45640
|
}
|
|
45640
|
-
function
|
|
45641
|
+
function n2(r) {
|
|
45641
45642
|
const e = [
|
|
45642
45643
|
new te(Qo, r)
|
|
45643
45644
|
];
|
|
@@ -45645,7 +45646,7 @@ function t2(r) {
|
|
|
45645
45646
|
t.initChildren(), r.subscribeBuiltInInstance(t);
|
|
45646
45647
|
}), r.globalEventActionDescriptors = e, e;
|
|
45647
45648
|
}
|
|
45648
|
-
function
|
|
45649
|
+
function r2(r) {
|
|
45649
45650
|
const e = [
|
|
45650
45651
|
new te(Wo, r),
|
|
45651
45652
|
new te(Kr, r),
|
|
@@ -45684,7 +45685,7 @@ function n2(r) {
|
|
|
45684
45685
|
i.initChildren(), r.subscribeBuiltInInstance(i);
|
|
45685
45686
|
}), r.loopDeclarationsBodies = t, e;
|
|
45686
45687
|
}
|
|
45687
|
-
function
|
|
45688
|
+
function i2(r) {
|
|
45688
45689
|
const e = [
|
|
45689
45690
|
new qr(Vu, r)
|
|
45690
45691
|
];
|
|
@@ -45692,7 +45693,7 @@ function r2(r) {
|
|
|
45692
45693
|
t.initChildren(), r.subscribeBuiltInInstance(t);
|
|
45693
45694
|
}), r.valueDescriptors = e, e;
|
|
45694
45695
|
}
|
|
45695
|
-
function
|
|
45696
|
+
function a2(r) {
|
|
45696
45697
|
const e = [
|
|
45697
45698
|
new te(Xr, r),
|
|
45698
45699
|
new te(Qi, r)
|
|
@@ -45702,7 +45703,7 @@ function i2(r) {
|
|
|
45702
45703
|
}), r.conditionDeclarations = e, e;
|
|
45703
45704
|
}
|
|
45704
45705
|
const Ir = {}, Oa = {};
|
|
45705
|
-
async function
|
|
45706
|
+
async function s2(r, e = {}) {
|
|
45706
45707
|
const t = {
|
|
45707
45708
|
...I8
|
|
45708
45709
|
};
|
|
@@ -45727,59 +45728,59 @@ async function a2(r, e = {}) {
|
|
|
45727
45728
|
}
|
|
45728
45729
|
} : { data: t };
|
|
45729
45730
|
}
|
|
45730
|
-
function
|
|
45731
|
+
function o2(r) {
|
|
45731
45732
|
const e = new B(r);
|
|
45732
|
-
return
|
|
45733
|
+
return t2(e), e2(e), Xk(e), n2(e), r2(e), i2(e), a2(e), e.getAllBuiltIn().forEach((i) => {
|
|
45733
45734
|
e.builtInInstances[i.id] || (e.builtInInstances[i.id] = i, delete e.instances[i.id]);
|
|
45734
45735
|
}), e.initChildren(), e;
|
|
45735
45736
|
}
|
|
45736
|
-
async function
|
|
45737
|
+
async function H7(r, e = {}) {
|
|
45737
45738
|
if (r.id && Ir[r.id])
|
|
45738
45739
|
return Ir[r.id];
|
|
45739
45740
|
if (r.id && Oa[r.id])
|
|
45740
45741
|
return await Oa[r.id], Ir[r.id];
|
|
45741
|
-
const t =
|
|
45742
|
+
const t = s2(r, e);
|
|
45742
45743
|
r.id && (Oa[r.id] = t);
|
|
45743
45744
|
const i = await t;
|
|
45744
45745
|
if (i.data) {
|
|
45745
|
-
const a =
|
|
45746
|
+
const a = o2(i.data);
|
|
45746
45747
|
return Ir[r.id] = a, r.id && delete Oa[r.id], a;
|
|
45747
45748
|
}
|
|
45748
45749
|
return null;
|
|
45749
45750
|
}
|
|
45750
|
-
function
|
|
45751
|
+
function z7(r) {
|
|
45751
45752
|
return Ir[r.id] && delete Ir[r.id], null;
|
|
45752
45753
|
}
|
|
45753
|
-
const
|
|
45754
|
+
const Z7 = "test_primitive_entities_export";
|
|
45754
45755
|
export {
|
|
45755
45756
|
Od as AI_VALUE_CONNECTION_GENERATION_ACTION_EXPLANATION,
|
|
45756
45757
|
te as ActionDescriptorState,
|
|
45757
|
-
|
|
45758
|
-
|
|
45758
|
+
y7 as ActionInputMapState,
|
|
45759
|
+
f7 as ActionOutputMapState,
|
|
45759
45760
|
RE as AppendToListOperationInputIds,
|
|
45760
45761
|
gE as AppendToListOperationOutputIds,
|
|
45761
45762
|
jr as ArgumentDeclarationState,
|
|
45762
45763
|
Ad as BREAK_AND_CONTINUE_STATEMENTS_RETURN_DECLARATIONS_EXPLANATION,
|
|
45763
45764
|
C as BUILT_IN_BASE_ENTITY_IDS,
|
|
45764
45765
|
Hi as BUILT_IN_ENTITY_TYPES,
|
|
45765
|
-
|
|
45766
|
+
a7 as BaseCanvasDraggableState,
|
|
45766
45767
|
G as BaseEntityNames,
|
|
45767
|
-
|
|
45768
|
+
i7 as BaseState,
|
|
45768
45769
|
Md as BaseValueDescriptorIds,
|
|
45769
45770
|
Wi as BreakStatementState,
|
|
45770
45771
|
Gt as BuiltInBaseEntityState,
|
|
45771
45772
|
Ir as CACHED_PROJECTS_BY_ID,
|
|
45772
|
-
|
|
45773
|
+
E7 as CALLABLE_ENTITIES_EXPLANATION,
|
|
45773
45774
|
Xn as CALLABLE_TYPES,
|
|
45774
|
-
|
|
45775
|
+
X5 as CALLER_ENTITIES_EXPLANATION,
|
|
45775
45776
|
In as CALLER_TYPES,
|
|
45776
45777
|
Un as CALLS_UPDATE_EXPLANATION,
|
|
45777
45778
|
nP as COMPARISON_CONDITIONS,
|
|
45778
|
-
|
|
45779
|
+
P2 as CONDITIONS,
|
|
45779
45780
|
jv as CUSTOM_ENTITY_OPERATIONS,
|
|
45780
|
-
|
|
45781
|
+
o7 as CallableEntityClass,
|
|
45781
45782
|
Lm as CallerEntityClass,
|
|
45782
|
-
|
|
45783
|
+
s7 as ChildEntityState,
|
|
45783
45784
|
xe as ComparisonOperatorTypes,
|
|
45784
45785
|
$r as ConditionState,
|
|
45785
45786
|
ft as ContinueStatementState,
|
|
@@ -45789,20 +45790,20 @@ export {
|
|
|
45789
45790
|
Bd as DRAGGABLE_CALLABLE_TYPES,
|
|
45790
45791
|
oT as DRAGGABLE_CALLER_TYPES,
|
|
45791
45792
|
_d as DRAGGABLE_ELEMENT_TYPES,
|
|
45792
|
-
|
|
45793
|
+
d2 as DRAGGABLE_EXECUTABLE_TYPES,
|
|
45793
45794
|
wd as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
|
|
45794
45795
|
xt as DataTypeCompatibilityTypes,
|
|
45795
45796
|
Ke as DataTypeParentChildRelation,
|
|
45796
45797
|
ji as DataTypeState,
|
|
45797
45798
|
So as ENTITIES_WITH_VALLUES_EXPLANATION,
|
|
45798
|
-
|
|
45799
|
+
u2 as ENTITY_TYPES,
|
|
45799
45800
|
gt as ENTITY_WITH_LOGIC_SCOPE_TYPES,
|
|
45800
45801
|
lT as ENTITY_WITH_NAMES_TYPES,
|
|
45801
45802
|
sT as ENTITY_WITH_VALUE_TYPES,
|
|
45802
45803
|
qs as ENTRY_POINT_ENTITIES_EXPLANATION,
|
|
45803
45804
|
Le as ENTRY_POINT_TYPES,
|
|
45804
45805
|
Yi as EVENT_TYPES,
|
|
45805
|
-
|
|
45806
|
+
c2 as EXECUTABLE_TYPES,
|
|
45806
45807
|
fv as EXECUTION_OPERATIONS,
|
|
45807
45808
|
Cr as EntityError,
|
|
45808
45809
|
m as EntityErrorSeverity,
|
|
@@ -45811,13 +45812,14 @@ export {
|
|
|
45811
45812
|
M as EntityInstanceErrorCode,
|
|
45812
45813
|
Se as EntityOperations,
|
|
45813
45814
|
n as EntityType,
|
|
45814
|
-
|
|
45815
|
-
|
|
45816
|
-
|
|
45815
|
+
u7 as EntityWithLogicScopeClass,
|
|
45816
|
+
d7 as EntityWithValueClass,
|
|
45817
|
+
l7 as EntryPointEntityClass,
|
|
45817
45818
|
Me as ExecutionOperations,
|
|
45819
|
+
H5 as ExecutionTerminationType,
|
|
45818
45820
|
Jr as FunctionCallState,
|
|
45819
45821
|
Nr as FunctionDeclarationState,
|
|
45820
|
-
|
|
45822
|
+
A2 as GLOBAL_EVENT_DECLARATIONS,
|
|
45821
45823
|
cE as GetLastInListOperationInputIds,
|
|
45822
45824
|
dE as GetLastInListOperationOutputIds,
|
|
45823
45825
|
gn as GlobalEventNames,
|
|
@@ -45836,7 +45838,7 @@ export {
|
|
|
45836
45838
|
zn as NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION,
|
|
45837
45839
|
kT as NUMBER_OPERATIONS,
|
|
45838
45840
|
Oe as NumberOperations,
|
|
45839
|
-
|
|
45841
|
+
f2 as OPERATION_DECLARATIONS,
|
|
45840
45842
|
Vr as OperationState,
|
|
45841
45843
|
gi as OutputMapParentChildRelation,
|
|
45842
45844
|
wn as OutputMapState,
|
|
@@ -45844,25 +45846,25 @@ export {
|
|
|
45844
45846
|
Hn as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
|
|
45845
45847
|
je as PASS_THROUGH_CALLABLE_TYPES,
|
|
45846
45848
|
jm as PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION,
|
|
45847
|
-
|
|
45849
|
+
Fk as ParallelExecutionOperation,
|
|
45848
45850
|
xE as ParallelExecutionOperationInputIds,
|
|
45849
45851
|
$E as ParallelExecutionOperationOutputIds,
|
|
45850
|
-
|
|
45851
|
-
|
|
45852
|
+
c7 as PassThroughCallableEntityClass,
|
|
45853
|
+
Qk as PersistedEntity,
|
|
45852
45854
|
wt as PersistedEntityMethods,
|
|
45853
45855
|
$t as PrimitiveEntityState,
|
|
45854
45856
|
I as PrimitiveTypes,
|
|
45855
45857
|
Ji as PrimitiveValueState,
|
|
45856
45858
|
B as ProjectState,
|
|
45857
45859
|
Mr as PropertyState,
|
|
45858
|
-
|
|
45860
|
+
v7 as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
|
|
45859
45861
|
Bt as ReturnDeclarationState,
|
|
45860
45862
|
kr as ReturnStatementState,
|
|
45861
45863
|
KD as STANDALONE_CONDITIONS,
|
|
45862
45864
|
Ob as STRING_OPERATIONS,
|
|
45863
45865
|
wo as ScopeCompatibilityType,
|
|
45864
45866
|
Fr as SearchState,
|
|
45865
|
-
|
|
45867
|
+
jk as SequentialExecutionOperation,
|
|
45866
45868
|
nv as SequentialExecutionOperationInputIds,
|
|
45867
45869
|
rv as SequentialExecutionOperationOutputIds,
|
|
45868
45870
|
S as SharedEntityErrorCode,
|
|
@@ -45872,11 +45874,11 @@ export {
|
|
|
45872
45874
|
Ut as StandaloneOperatorTypes,
|
|
45873
45875
|
Z as StringOperations,
|
|
45874
45876
|
Ve as TERMINATION_TYPES,
|
|
45875
|
-
|
|
45876
|
-
|
|
45877
|
+
p2 as USER_MANAGED_ENTITY_TYPES,
|
|
45878
|
+
r7 as UserManagedEntityStateFunctionality,
|
|
45877
45879
|
Um as VALUE_READING_ENTITIES_EXPLANATION,
|
|
45878
45880
|
jn as VALUE_READING_TYPES,
|
|
45879
|
-
|
|
45881
|
+
Q5 as VALUE_WRITING_ENTITIES_EXPLANATION,
|
|
45880
45882
|
Ue as VALUE_WRITING_TYPES,
|
|
45881
45883
|
Sd as VARIABLE_DATA_TYPE_INFERRANCE_EXPLANATION,
|
|
45882
45884
|
$e as VARIABLE_TYPES,
|
|
@@ -45886,10 +45888,10 @@ export {
|
|
|
45886
45888
|
js as ValueReadingEntityClass,
|
|
45887
45889
|
ks as ValueWritingEntityClass,
|
|
45888
45890
|
Lr as VariableDeclarationState,
|
|
45889
|
-
|
|
45891
|
+
p7 as VariableInputMapState,
|
|
45890
45892
|
Gr as VariableInstanceState,
|
|
45891
|
-
|
|
45892
|
-
|
|
45893
|
+
h7 as VariableOutputMapState,
|
|
45894
|
+
Uk as WaitOperation,
|
|
45893
45895
|
zE as WaitOperationInputIds,
|
|
45894
45896
|
ZE as WaitOperationOutputIds,
|
|
45895
45897
|
Vo as appendToListOperation,
|
|
@@ -45914,14 +45916,14 @@ export {
|
|
|
45914
45916
|
Ht as checkAreDataTypesCompatible,
|
|
45915
45917
|
i5 as checkArePropertiesCompatibleAsDataType,
|
|
45916
45918
|
za as checkIsBranchDependentButNotDirectlyOnBranch,
|
|
45917
|
-
|
|
45919
|
+
O7 as checkIsBranchDependentOnBranch,
|
|
45918
45920
|
Ma as checkIsCallableEntityReachable,
|
|
45919
|
-
|
|
45920
|
-
|
|
45921
|
+
J7 as checkIsCanvasEntity,
|
|
45922
|
+
Bk as checkIsDetachedBranch,
|
|
45921
45923
|
nT as checkIsDetachedBranchShallow,
|
|
45922
|
-
|
|
45924
|
+
k7 as checkIsGlobalVariable,
|
|
45923
45925
|
tT as checkIsGloballyDeclared,
|
|
45924
|
-
|
|
45926
|
+
Nk as checkIsMethod,
|
|
45925
45927
|
Co as checkIsNestedScope,
|
|
45926
45928
|
Za as checkScopeCompatibility,
|
|
45927
45929
|
Wo as countedLoopActionDescriptor,
|
|
@@ -45944,7 +45946,7 @@ export {
|
|
|
45944
45946
|
iI as countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef,
|
|
45945
45947
|
po as createCustomEntityFromJSONObject,
|
|
45946
45948
|
Y as createEntityError,
|
|
45947
|
-
|
|
45949
|
+
uk as createNestedDataTypeForEntity,
|
|
45948
45950
|
Hr as createNewInstanceOperation,
|
|
45949
45951
|
Pv as createNewInstanceOperationEntityToInstanciateArgument,
|
|
45950
45952
|
gv as createNewInstanceOperationEntityToInstanciateArgumentRef,
|
|
@@ -45959,23 +45961,23 @@ export {
|
|
|
45959
45961
|
Av as createNewInstanceOperationOutputEntityDeclarationParentRef,
|
|
45960
45962
|
Dv as createNewInstanceOperationRef,
|
|
45961
45963
|
We as createSemanticId,
|
|
45962
|
-
|
|
45964
|
+
Y7 as createStateFromGenerationTargetType,
|
|
45963
45965
|
Yt as createStateFromType,
|
|
45964
45966
|
E as createStateFromTypeAndSubscribe,
|
|
45965
45967
|
Bu as cronJobBuiltInBaseEntity,
|
|
45966
45968
|
WD as cronJobBuiltInBaseEntityExpressionProperty,
|
|
45967
|
-
|
|
45969
|
+
D2 as cronJobBuiltInBaseEntityExpressionPropertyDataTypeRef,
|
|
45968
45970
|
kD as cronJobBuiltInBaseEntityExpressionPropertyRef,
|
|
45969
45971
|
JD as cronJobBuiltInBaseEntityRef,
|
|
45970
45972
|
Cu as cronJobTriggeredFunctionDeclarationBlueprint,
|
|
45971
45973
|
jD as cronJobTriggeredFunctionDeclarationBlueprintParentRef,
|
|
45972
45974
|
nA as customEntityToZodSchema,
|
|
45973
|
-
|
|
45975
|
+
ok as dataTypeCompatibilityToErrorExplanation,
|
|
45974
45976
|
Bn as datePrototype,
|
|
45975
45977
|
Ef as dateValueAutogenerationSchema,
|
|
45976
45978
|
Su as deletePersistedEntityMethod,
|
|
45977
45979
|
ED as deletePersistedEntityMethodParentRef,
|
|
45978
|
-
|
|
45980
|
+
z7 as deleteRootProject,
|
|
45979
45981
|
Ho as endpointBuiltInBaseEntity,
|
|
45980
45982
|
vI as endpointBuiltInBaseEntityRef,
|
|
45981
45983
|
tD as endpointBuiltInBaseEntityRefFour,
|
|
@@ -46036,31 +46038,31 @@ export {
|
|
|
46036
46038
|
_u as executionBuiltInEntityAbortMethod,
|
|
46037
46039
|
YD as executionBuiltInEntityAbortMethodParentRef,
|
|
46038
46040
|
v as filterOutDuplicateEntities,
|
|
46039
|
-
|
|
46041
|
+
O2 as filterOutDuplicateErrors,
|
|
46040
46042
|
Jm as findEntityFromKeys,
|
|
46041
|
-
|
|
46042
|
-
|
|
46043
|
+
Ik as findReferenceToSelfInList,
|
|
46044
|
+
$7 as findReferencesToSelfInProject,
|
|
46043
46045
|
cn as flattenCalls,
|
|
46044
46046
|
Zc as flattenCanvasAncestorsUntil,
|
|
46045
|
-
|
|
46047
|
+
Ok as flattenCustomEntityExtensionAndImplementationTypes,
|
|
46046
46048
|
Xc as flattenCustomEntityExtensionTypes,
|
|
46047
46049
|
Xm as flattenCustomEntityExtensions,
|
|
46048
46050
|
Qm as flattenCustomEntityImplementations,
|
|
46049
46051
|
Kc as flattenCustomEntityImplementionTypes,
|
|
46050
46052
|
At as flattenDerivedCanvasEntities,
|
|
46051
|
-
|
|
46053
|
+
Mk as flattenDetachedBranch,
|
|
46052
46054
|
_e as flattenElementCalls,
|
|
46053
|
-
|
|
46054
|
-
|
|
46055
|
-
|
|
46056
|
-
|
|
46057
|
-
|
|
46058
|
-
|
|
46055
|
+
x7 as flattenElementCallsOnTheSameScope,
|
|
46056
|
+
gk as flattenProjectElements,
|
|
46057
|
+
Sk as flattenRelatedCanvasElementsOnTheLeft,
|
|
46058
|
+
Ak as flattenRelatedCanvasElementsOnTheRight,
|
|
46059
|
+
Rk as flattenVariableReads,
|
|
46060
|
+
vk as flattenVariableWrites,
|
|
46059
46061
|
re as flattenVariables,
|
|
46060
46062
|
Gm as fromZodParseToEntityGenerationErrors,
|
|
46061
|
-
|
|
46062
|
-
|
|
46063
|
-
|
|
46063
|
+
S2 as generate,
|
|
46064
|
+
R7 as generateActionExample,
|
|
46065
|
+
K2 as generateExecutionDataType,
|
|
46064
46066
|
ao as generateMutablePropertiesExplanation,
|
|
46065
46067
|
IS as generateRandomBoolean,
|
|
46066
46068
|
sA as generateRandomDate,
|
|
@@ -46079,58 +46081,58 @@ export {
|
|
|
46079
46081
|
uo as getAllActionDescriptorsForConditions,
|
|
46080
46082
|
lo as getAllActionDescriptorsForGlobalEvents,
|
|
46081
46083
|
co as getAllActionDescriptorsForLoops,
|
|
46082
|
-
|
|
46083
|
-
|
|
46084
|
+
P7 as getAllActionDescriptorsForOperations,
|
|
46085
|
+
ik as getAllGloballyDeclaredFunctionDeclarationsExplanation,
|
|
46084
46086
|
Er as getBaseBuiltInEntities,
|
|
46085
|
-
|
|
46087
|
+
Z5 as getBaseSchemaBasedOnType,
|
|
46086
46088
|
Kn as getBuiltInEntityOwner,
|
|
46087
46089
|
Ye as getCallableEntityReferenceSchema,
|
|
46088
46090
|
$6 as getCallableEntityTypeSchema,
|
|
46089
|
-
|
|
46090
|
-
|
|
46091
|
+
M2 as getCallerEntityReferenceSchema,
|
|
46092
|
+
_2 as getCallerEntityTypeSchema,
|
|
46091
46093
|
Hm as getCalls,
|
|
46092
|
-
|
|
46094
|
+
Pk as getCanvasEntitiesDerivedFromInternalCalls,
|
|
46093
46095
|
Ei as getCanvasEntitiesDerivedFromWrites,
|
|
46094
46096
|
Cd as getCanvasEntityDerivedFromValueReadingEntity,
|
|
46095
|
-
|
|
46096
|
-
|
|
46097
|
-
|
|
46097
|
+
Z2 as getCanvasEntityReferenceSchema,
|
|
46098
|
+
z2 as getCanvasEntityTypeSchema,
|
|
46099
|
+
w7 as getChildrenEntityWithValues,
|
|
46098
46100
|
Ym as getCommonAncestor,
|
|
46099
|
-
|
|
46101
|
+
pk as getCommonChildren,
|
|
46100
46102
|
Pr as getDeclaration,
|
|
46101
|
-
|
|
46103
|
+
xk as getDeepestScope,
|
|
46102
46104
|
G6 as getDraggableCallableEntityReferenceSchema,
|
|
46103
46105
|
L6 as getDraggableCallableEntityTypeSchema,
|
|
46104
|
-
|
|
46105
|
-
|
|
46106
|
-
|
|
46107
|
-
|
|
46106
|
+
V2 as getDraggableCallerEntityReferenceSchema,
|
|
46107
|
+
N2 as getDraggableCallerEntityTypeSchema,
|
|
46108
|
+
G2 as getDraggableExecutableEntityReferenceSchema,
|
|
46109
|
+
L2 as getDraggableExecutableEntityTypeSchema,
|
|
46108
46110
|
Dc as getDraggablePassThroughCallableEntityReferenceSchema,
|
|
46109
46111
|
Ic as getDraggablePassThroughCallableEntityTypeSchema,
|
|
46110
|
-
|
|
46111
|
-
|
|
46112
|
+
q2 as getDraggablePlayableEntityReferenceSchema,
|
|
46113
|
+
k2 as getDraggablePlayableEntityTypeSchema,
|
|
46112
46114
|
Zm as getEntityArgumentDeclarations,
|
|
46113
|
-
|
|
46114
|
-
|
|
46115
|
-
|
|
46115
|
+
Dk as getEntityInputMaps,
|
|
46116
|
+
F7 as getEntityOutputMaps,
|
|
46117
|
+
H2 as getEntityReferenceSchema,
|
|
46116
46118
|
Km as getEntityReturnDeclarations,
|
|
46117
|
-
|
|
46119
|
+
Y2 as getEntityTypeSchema,
|
|
46118
46120
|
xn as getEntityWithLogicScopeReferenceSchema,
|
|
46119
|
-
|
|
46121
|
+
F2 as getEntityWithLogicScopeTypeSchema,
|
|
46120
46122
|
x6 as getEntityWithValueReferenceSchema,
|
|
46121
|
-
|
|
46123
|
+
B2 as getEntityWithValueTypeSchema,
|
|
46122
46124
|
Je as getEntryPointEntityReferenceSchema,
|
|
46123
46125
|
hr as getEntryPointEntityTypeSchema,
|
|
46124
46126
|
Rc as getEventEntityReferenceSchema,
|
|
46125
46127
|
vc as getEventEntityTypeSchema,
|
|
46126
|
-
|
|
46127
|
-
|
|
46128
|
-
|
|
46129
|
-
|
|
46130
|
-
|
|
46131
|
-
|
|
46132
|
-
|
|
46133
|
-
|
|
46128
|
+
$2 as getExecutableEntityReferenceSchema,
|
|
46129
|
+
x2 as getExecutableEntityTypeSchema,
|
|
46130
|
+
U7 as getExtendedBuiltInEntity,
|
|
46131
|
+
wk as getExtendedCustomEntity,
|
|
46132
|
+
K5 as getGenerationTargetSchemaBasedOnType,
|
|
46133
|
+
_k as getHeadIfPartOfDetachedBranch,
|
|
46134
|
+
Vk as getHighestScope,
|
|
46135
|
+
j7 as getImplementedBuiltInEntity,
|
|
46134
46136
|
eT as getIsInteractive,
|
|
46135
46137
|
Jd as getLastInListOperation,
|
|
46136
46138
|
vE as getLastInListOperationError,
|
|
@@ -46143,16 +46145,16 @@ export {
|
|
|
46143
46145
|
bE as getLastInListOperationOutputElementReturn,
|
|
46144
46146
|
TE as getLastInListOperationOutputElementReturnParentRef,
|
|
46145
46147
|
yE as getLastInListOperationOutputElementReturnRef,
|
|
46146
|
-
|
|
46147
|
-
|
|
46148
|
+
V7 as getLinkedEntitiesFromArgumentDeclaration,
|
|
46149
|
+
Ck as getLowestPersistedEntityImplementation,
|
|
46148
46150
|
bt as getParentCanvasEntities,
|
|
46149
46151
|
Xe as getParentCanvasEntity,
|
|
46150
|
-
|
|
46152
|
+
C7 as getParentEntryPoint,
|
|
46151
46153
|
Ce as getPassThroughCallableEntityReferenceSchema,
|
|
46152
46154
|
gc as getPassThroughCallableEntityTypeSchema,
|
|
46153
|
-
|
|
46154
|
-
|
|
46155
|
-
|
|
46155
|
+
j2 as getPlayableEntityReferenceSchema,
|
|
46156
|
+
U2 as getPlayableEntityTypeSchema,
|
|
46157
|
+
H7 as getProject,
|
|
46156
46158
|
Qc as getPrototypeByType,
|
|
46157
46159
|
_ as getReferenceEntityId,
|
|
46158
46160
|
so as getReferencedEntitiesStateOrErrors,
|
|
@@ -46161,28 +46163,28 @@ export {
|
|
|
46161
46163
|
Zn as getRelatedCanvasElementsOnTheRight,
|
|
46162
46164
|
rT as getRootEntryPointScopeOwner,
|
|
46163
46165
|
mt as getScopeOwner,
|
|
46164
|
-
|
|
46165
|
-
|
|
46166
|
-
|
|
46167
|
-
|
|
46166
|
+
W2 as getTerminationReferenceSchema,
|
|
46167
|
+
J2 as getTerminationTypeSchema,
|
|
46168
|
+
L7 as getUsedArgFromDeclaration,
|
|
46169
|
+
G7 as getUsedReturnFromDeclaration,
|
|
46168
46170
|
V6 as getValueReadingEntityReferenceSchema,
|
|
46169
46171
|
Vn as getValueReadingEntityTypeSchema,
|
|
46170
|
-
|
|
46172
|
+
w2 as getValueWritingEntityReferenceSchema,
|
|
46171
46173
|
Gs as getValueWritingEntityTypeSchema,
|
|
46172
|
-
|
|
46173
|
-
|
|
46174
|
+
hk as getVariableFromInputMapping,
|
|
46175
|
+
Tk as getVariableFromReturnVariablePointer,
|
|
46174
46176
|
yr as getVariableReferenceSchema,
|
|
46175
46177
|
hi as getVariableTypeSchema,
|
|
46176
46178
|
Oo as getVariablesFromArgumentDeclarations,
|
|
46177
|
-
|
|
46178
|
-
|
|
46179
|
-
|
|
46180
|
-
|
|
46179
|
+
fk as getVariablesFromInputMaps,
|
|
46180
|
+
bk as getVariablesFromOutputMapping,
|
|
46181
|
+
Ek as getVariablesFromOutputMaps,
|
|
46182
|
+
mk as getVariablesFromReturnDeclarations,
|
|
46181
46183
|
Bm as getVariablesInSameOrHigherScope,
|
|
46182
46184
|
zm as getWrites,
|
|
46183
|
-
|
|
46184
|
-
|
|
46185
|
-
|
|
46185
|
+
_7 as groupCallsBasedOnParallelizableExecution,
|
|
46186
|
+
dk as handleAfterEntityImplementationSideEffects,
|
|
46187
|
+
ck as handleBeforeEntityImplementationSideEffects,
|
|
46186
46188
|
Go as httpRequestBodyArgument,
|
|
46187
46189
|
tR as httpRequestBodyArgumentRef,
|
|
46188
46190
|
nR as httpRequestBodyDataType,
|
|
@@ -46234,7 +46236,7 @@ export {
|
|
|
46234
46236
|
d5 as inferValueDescriptorDataType,
|
|
46235
46237
|
l5 as inferVariableDeclarationDataType,
|
|
46236
46238
|
o5 as inferVariableInstanceDataType,
|
|
46237
|
-
|
|
46239
|
+
o2 as initProject,
|
|
46238
46240
|
xR as iterateOverListActionDescriptorListArgumentDeclaration,
|
|
46239
46241
|
NR as iterateOverListActionDescriptorListArgumentDeclarationDataType,
|
|
46240
46242
|
MR as iterateOverListActionDescriptorListArgumentDeclarationDataTypeParentRef,
|
|
@@ -46359,11 +46361,11 @@ export {
|
|
|
46359
46361
|
Nd as jsonPrototype,
|
|
46360
46362
|
Yo as keyValueParamBuiltInBaseEntity,
|
|
46361
46363
|
pI as keyValueParamBuiltInBaseEntityNameProperty,
|
|
46362
|
-
|
|
46364
|
+
m2 as keyValueParamBuiltInBaseEntityNamePropertyDataTypeRef,
|
|
46363
46365
|
uI as keyValueParamBuiltInBaseEntityNamePropertyParentRef,
|
|
46364
46366
|
cI as keyValueParamBuiltInBaseEntityNamePropertyRef,
|
|
46365
46367
|
mI as keyValueParamBuiltInBaseEntityValueProperty,
|
|
46366
|
-
|
|
46368
|
+
T2 as keyValueParamBuiltInBaseEntityValuePropertyDataTypeRef,
|
|
46367
46369
|
fI as keyValueParamBuiltInBaseEntityValuePropertyParentRef,
|
|
46368
46370
|
yI as keyValueParamBuiltInBaseEntityValuePropertyRef,
|
|
46369
46371
|
r5 as lowercaseFirstLetter,
|
|
@@ -46379,9 +46381,9 @@ export {
|
|
|
46379
46381
|
CR as manualFlowLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
|
|
46380
46382
|
_R as manualFlowLoopBodyActionDescriptorAnyDynamicReturn,
|
|
46381
46383
|
BR as manualFlowLoopBodyActionDescriptorAnyDynamicReturnParentRef,
|
|
46382
|
-
|
|
46383
|
-
|
|
46384
|
-
|
|
46384
|
+
W7 as mapActionDescriptorToTypeItRepresents,
|
|
46385
|
+
C2 as mergeEntityErrorsList,
|
|
46386
|
+
q7 as mergeListOfEntities,
|
|
46385
46387
|
Zv as methodDefaultValue,
|
|
46386
46388
|
I8 as mockClientProject,
|
|
46387
46389
|
Qi as moreThanOrEqualCondition,
|
|
@@ -46392,7 +46394,7 @@ export {
|
|
|
46392
46394
|
Xr as notEmptyCondition,
|
|
46393
46395
|
ZD as notEmptyConditionArgument,
|
|
46394
46396
|
zD as notEmptyConditionRef,
|
|
46395
|
-
|
|
46397
|
+
y2 as nullPrototype,
|
|
46396
46398
|
_o as numberAdditionOperation,
|
|
46397
46399
|
AT as numberAdditionOperationDynamicSummandArgument,
|
|
46398
46400
|
PT as numberAdditionOperationDynamicSummandArgumentType,
|
|
@@ -46448,16 +46450,16 @@ export {
|
|
|
46448
46450
|
Ge as persistedBuiltInBaseEntity,
|
|
46449
46451
|
$D as persistedBuiltInBaseEntityCreatedAtProperty,
|
|
46450
46452
|
VD as persistedBuiltInBaseEntityCreatedAtPropertyDataType,
|
|
46451
|
-
|
|
46453
|
+
g2 as persistedBuiltInBaseEntityCreatedAtPropertyDataTypeRef,
|
|
46452
46454
|
xD as persistedBuiltInBaseEntityCreatedAtPropertyParentRef,
|
|
46453
46455
|
ND as persistedBuiltInBaseEntityCreatedAtPropertyRef,
|
|
46454
46456
|
ns as persistedBuiltInBaseEntityDatabaseProperty,
|
|
46455
|
-
|
|
46457
|
+
v2 as persistedBuiltInBaseEntityDatabasePropertyDataTypeRef,
|
|
46456
46458
|
DD as persistedBuiltInBaseEntityDatabasePropertyParentRef,
|
|
46457
46459
|
gD as persistedBuiltInBaseEntityDatabasePropertyRef,
|
|
46458
46460
|
MD as persistedBuiltInBaseEntityDeletedAtProperty,
|
|
46459
46461
|
BD as persistedBuiltInBaseEntityDeletedAtPropertyDataType,
|
|
46460
|
-
|
|
46462
|
+
R2 as persistedBuiltInBaseEntityDeletedAtPropertyDataTypeRef,
|
|
46461
46463
|
_D as persistedBuiltInBaseEntityDeletedAtPropertyParentRef,
|
|
46462
46464
|
wD as persistedBuiltInBaseEntityDeletedAtPropertyRef,
|
|
46463
46465
|
CD as persistedBuiltInBaseEntityIdentifierProperty,
|
|
@@ -46466,7 +46468,7 @@ export {
|
|
|
46466
46468
|
AD as persistedBuiltInBaseEntityIdentifierPropertyRef,
|
|
46467
46469
|
UD as persistedBuiltInBaseEntityUpdatedAtProperty,
|
|
46468
46470
|
GD as persistedBuiltInBaseEntityUpdatedAtPropertyDataType,
|
|
46469
|
-
|
|
46471
|
+
I2 as persistedBuiltInBaseEntityUpdatedAtPropertyDataTypeRef,
|
|
46470
46472
|
FD as persistedBuiltInBaseEntityUpdatedAtPropertyParentRef,
|
|
46471
46473
|
LD as persistedBuiltInBaseEntityUpdatedAtPropertyRef,
|
|
46472
46474
|
iP as processOutputGlobalValueDescriptorDataType,
|
|
@@ -46489,11 +46491,11 @@ export {
|
|
|
46489
46491
|
cD as relationalDatabaseBuiltInBaseEntityMinSizePropertyDataTypeRef,
|
|
46490
46492
|
dD as relationalDatabaseBuiltInBaseEntityMinSizePropertyRef,
|
|
46491
46493
|
Ko as relationalDatabaseBuiltInBaseEntityPasswordProperty,
|
|
46492
|
-
|
|
46494
|
+
E2 as relationalDatabaseBuiltInBaseEntityPasswordPropertyDataTypeRef,
|
|
46493
46495
|
oD as relationalDatabaseBuiltInBaseEntityPasswordPropertyRef,
|
|
46494
46496
|
Xi as relationalDatabaseBuiltInBaseEntityRef,
|
|
46495
46497
|
Zo as relationalDatabaseBuiltInBaseEntityUsernameProperty,
|
|
46496
|
-
|
|
46498
|
+
b2 as relationalDatabaseBuiltInBaseEntityUsernamePropertyDataTypeRef,
|
|
46497
46499
|
aD as relationalDatabaseBuiltInBaseEntityUsernamePropertyRef,
|
|
46498
46500
|
T5 as resolveActionDescriptorName,
|
|
46499
46501
|
p5 as resolveBaseEntityName,
|
|
@@ -46503,13 +46505,13 @@ export {
|
|
|
46503
46505
|
Wc as resolveDataType,
|
|
46504
46506
|
Wm as resolveDataTypeEntityOrNestedChildrenFromLiteralValue,
|
|
46505
46507
|
_m as resolveDataTypeLabel,
|
|
46506
|
-
|
|
46508
|
+
t7 as resolveEntityDataTypeLabel,
|
|
46507
46509
|
O as resolveEntityName,
|
|
46508
|
-
|
|
46509
|
-
|
|
46510
|
+
M7 as resolveFirstCallsSecond,
|
|
46511
|
+
N7 as resolveFirstWritesSecond,
|
|
46510
46512
|
m5 as resolvePrimitiveEntityName,
|
|
46511
46513
|
f5 as resolveSearchName,
|
|
46512
|
-
|
|
46514
|
+
X2 as resolveVariableScope,
|
|
46513
46515
|
En as sequentialExecutionOperation,
|
|
46514
46516
|
hv as sequentialExecutionOperationError,
|
|
46515
46517
|
yv as sequentialExecutionOperationErrorParentRef,
|
|
@@ -46526,8 +46528,8 @@ export {
|
|
|
46526
46528
|
iv as sequentialExecutionOperationListOfFunctionsBlueprintDynamicOutput,
|
|
46527
46529
|
RD as softDeletePersistedEntityMethod,
|
|
46528
46530
|
vD as softDeletePersistedEntityMethodParentRef,
|
|
46529
|
-
|
|
46530
|
-
|
|
46531
|
+
yk as sortCallsBasedOnExecutionDependencies,
|
|
46532
|
+
B7 as sortChildrenEntitiesBasedOnExecutionDependencies,
|
|
46531
46533
|
qd as splitListOperation,
|
|
46532
46534
|
lE as splitListOperationError,
|
|
46533
46535
|
oE as splitListOperationErrorParentRef,
|
|
@@ -46558,7 +46560,7 @@ export {
|
|
|
46558
46560
|
yb as splitStringOperationIndexArgumentRef,
|
|
46559
46561
|
hb as splitStringOperationIndexDataType,
|
|
46560
46562
|
bb as splitStringOperationSecondPartResultStringDataType,
|
|
46561
|
-
|
|
46563
|
+
h2 as splitStringOperationSecondPartResultStringReturn,
|
|
46562
46564
|
Ib as splitStringOperationSecondPartResultStringReturnParentRef,
|
|
46563
46565
|
Tb as splitStringOperationSecondPartResultStringReturnRef,
|
|
46564
46566
|
vb as splitStringOperationStringArgument,
|
|
@@ -46568,22 +46570,22 @@ export {
|
|
|
46568
46570
|
j as stringPrototype,
|
|
46569
46571
|
Tf as stringValueAutogenerationSchema,
|
|
46570
46572
|
Dd as suggestNewIdForEntity,
|
|
46571
|
-
|
|
46572
|
-
|
|
46573
|
+
Z7 as test_primitive_entities_export,
|
|
46574
|
+
Q2 as toCamelCase,
|
|
46573
46575
|
Ct as toEntityState,
|
|
46574
46576
|
u5 as toKebabCase,
|
|
46575
46577
|
Ao as toLowerCaseKebabCase,
|
|
46576
|
-
|
|
46578
|
+
e7 as toPascalCase,
|
|
46577
46579
|
Qe as untypedObjectPrototype,
|
|
46578
46580
|
ae as updateErrorsList,
|
|
46579
46581
|
Ws as updateValueReader,
|
|
46580
46582
|
qv as urlDefaultValue,
|
|
46581
46583
|
Bo as uuidPrototype,
|
|
46582
46584
|
xm as validateArgumentDeclarationName,
|
|
46583
|
-
|
|
46584
|
-
|
|
46585
|
-
|
|
46586
|
-
|
|
46585
|
+
I7 as validateCalledByErrorIdInAction,
|
|
46586
|
+
g7 as validateCalledByIdInAction,
|
|
46587
|
+
rk as validateCallers,
|
|
46588
|
+
A7 as validateConditionEntityDeclaration,
|
|
46587
46589
|
Yc as validateCustomEntityName,
|
|
46588
46590
|
Zr as validateDataOperation,
|
|
46589
46591
|
Mv as validateDataOperationDataToValidateArgument,
|
|
@@ -46598,25 +46600,25 @@ export {
|
|
|
46598
46600
|
Fv as validateDataOperationErrorParentRef,
|
|
46599
46601
|
Gv as validateDataOperationOutputEntityDeclaration,
|
|
46600
46602
|
Lv as validateDataOperationOutputEntityDeclarationParentRef,
|
|
46601
|
-
|
|
46602
|
-
|
|
46603
|
-
|
|
46603
|
+
nk as validateEntryCaller,
|
|
46604
|
+
tk as validateErrorCaller,
|
|
46605
|
+
ak as validateFunctionCallDeclaration,
|
|
46604
46606
|
Mm as validateFunctionDeclarationName,
|
|
46605
|
-
|
|
46606
|
-
|
|
46607
|
+
b7 as validateGeneratedEntityParentIsNotBuiltInEntity,
|
|
46608
|
+
m7 as validateGeneration,
|
|
46607
46609
|
Ne as validateGenerationTarget,
|
|
46608
|
-
|
|
46609
|
-
|
|
46610
|
-
|
|
46611
|
-
|
|
46610
|
+
T7 as validateGenerationUpdate,
|
|
46611
|
+
S7 as validateLoopEntityDeclaration,
|
|
46612
|
+
n7 as validateName,
|
|
46613
|
+
sk as validateOperationEntityDeclaration,
|
|
46612
46614
|
Vm as validatePropertyName,
|
|
46613
46615
|
Gn as validateReachability,
|
|
46614
|
-
|
|
46616
|
+
D7 as validateReadsValueInActionPayload,
|
|
46615
46617
|
Hc as validateReferenceObject,
|
|
46616
46618
|
Pd as validateReferenceToOne,
|
|
46617
46619
|
qe as validateReferences,
|
|
46618
46620
|
$m as validateReturnDeclarationName,
|
|
46619
|
-
|
|
46621
|
+
ek as validateSuccessCaller,
|
|
46620
46622
|
Js as validateValueReaderGenerationUpdate,
|
|
46621
46623
|
km as validateValueWritter,
|
|
46622
46624
|
Nm as validateVariableDeclarationName,
|