@elyx-code/project-logic-tree 0.0.6737 → 0.0.6738
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.cjs +3 -3
- package/dist/index.d.ts +4 -0
- package/dist/index.js +79 -71
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9694,12 +9694,16 @@ export declare function checkIsDetachedBranchShallow(entity: CanvasEntityState):
|
|
|
9694
9694
|
|
|
9695
9695
|
export declare function checkIsEmptyValue(value: LiteralValueType | undefined): boolean;
|
|
9696
9696
|
|
|
9697
|
+
export declare function checkIsExplicitlyEmpty(value: LiteralValueType | undefined): boolean;
|
|
9698
|
+
|
|
9697
9699
|
export declare function checkIsGloballyDeclared(entity: ConditionState | FunctionCallState | OperationState | VariableDeclarationState | VariableInstanceState | FunctionCallState | LoopState | SearchState): boolean;
|
|
9698
9700
|
|
|
9699
9701
|
export declare function checkIsGlobalVariable(entity: VariableDeclarationState): boolean;
|
|
9700
9702
|
|
|
9701
9703
|
export declare function checkIsLiteralValueEmpty(value: LiteralValueState | null): boolean;
|
|
9702
9704
|
|
|
9705
|
+
export declare function checkIsLiteralValueExplicitlyEmpty(value: LiteralValueState | null): boolean;
|
|
9706
|
+
|
|
9703
9707
|
export declare function checkIsMethod(entity: EntityState): boolean;
|
|
9704
9708
|
|
|
9705
9709
|
export declare function checkIsNestedScope(parent: EntityWithLogicScopeState | ProjectState, child: EntityWithLogicScopeState | ProjectState, project: ProjectState): boolean;
|
package/dist/index.js
CHANGED
|
@@ -178965,7 +178965,7 @@ class Ybi extends ki {
|
|
|
178965
178965
|
)) {
|
|
178966
178966
|
var c, e, y;
|
|
178967
178967
|
if (((c = i.declaration) == null ? void 0 : c.id) === X.operation[Oe.Validate].inputs.entityToMatch.id) {
|
|
178968
|
-
const { added: m, updated: v, removed: b, affected: E } = this.syncEntityToMatchInputMapDataType(i, n);
|
|
178968
|
+
const { added: m, updated: v, removed: b, affected: E } = n ? this.syncEntityToMatchInputMapDataType(i, n) : { added: [], updated: [], removed: [], affected: [] };
|
|
178969
178969
|
return n == null || n.attemptAutoclose("infer-input-map-data-type", this.id), {
|
|
178970
178970
|
updated: D(
|
|
178971
178971
|
v
|
|
@@ -180166,9 +180166,15 @@ function xji(o) {
|
|
|
180166
180166
|
function V3(o) {
|
|
180167
180167
|
return o == null || o === "";
|
|
180168
180168
|
}
|
|
180169
|
+
function $ji(o) {
|
|
180170
|
+
return o === null;
|
|
180171
|
+
}
|
|
180169
180172
|
function Gr(o) {
|
|
180170
180173
|
return o != null && o.valueAsType ? !1 : V3(o == null ? void 0 : o.value);
|
|
180171
180174
|
}
|
|
180175
|
+
function Lji(o) {
|
|
180176
|
+
return o ? o.valueAsType === null && o.value === null : !1;
|
|
180177
|
+
}
|
|
180172
180178
|
function dEi(o, p) {
|
|
180173
180179
|
if (o === p || !o && !p)
|
|
180174
180180
|
return !0;
|
|
@@ -182903,7 +182909,7 @@ Down inputs: `,
|
|
|
182903
182909
|
n
|
|
182904
182910
|
), e;
|
|
182905
182911
|
}
|
|
182906
|
-
function
|
|
182912
|
+
function Gji(o, p, i) {
|
|
182907
182913
|
const {
|
|
182908
182914
|
updatedEntityVersion: n,
|
|
182909
182915
|
newestOpenRowTransformer: s,
|
|
@@ -182993,7 +182999,7 @@ function Hp(o, p) {
|
|
|
182993
182999
|
callType: s
|
|
182994
183000
|
};
|
|
182995
183001
|
}
|
|
182996
|
-
function
|
|
183002
|
+
function Mji(o, p) {
|
|
182997
183003
|
if (o === p)
|
|
182998
183004
|
return "same-entity";
|
|
182999
183005
|
if (!Yr.includes(o.type) || !hl(
|
|
@@ -183580,7 +183586,7 @@ function Lf(o, p, i = !1) {
|
|
|
183580
183586
|
callType: $
|
|
183581
183587
|
};
|
|
183582
183588
|
}
|
|
183583
|
-
function
|
|
183589
|
+
function Bji(o) {
|
|
183584
183590
|
if (![
|
|
183585
183591
|
...ym,
|
|
183586
183592
|
d.OutputMap
|
|
@@ -183982,7 +183988,7 @@ function x3(o, p) {
|
|
|
183982
183988
|
return null;
|
|
183983
183989
|
return x3(i, n);
|
|
183984
183990
|
}
|
|
183985
|
-
function
|
|
183991
|
+
function kji(o, p, i = !0) {
|
|
183986
183992
|
if (!o || !p)
|
|
183987
183993
|
throw new Error("Both entities must be defined to find a common ancestor");
|
|
183988
183994
|
if (o === p)
|
|
@@ -184252,13 +184258,13 @@ function EAi(o) {
|
|
|
184252
184258
|
const p = o.parent;
|
|
184253
184259
|
return p ? EAi(p) : null;
|
|
184254
184260
|
}
|
|
184255
|
-
function
|
|
184261
|
+
function Uji(o) {
|
|
184256
184262
|
return o.type === d.VariableDeclaration ? [o] : ei.includes(o.type) ? [
|
|
184257
184263
|
...o.inputs,
|
|
184258
184264
|
...o.outputs || []
|
|
184259
184265
|
] : Ht.includes(o.type) ? o.outputs : mu.includes(o.type) || o.type === d.FunctionDeclaration ? o.inputs : [];
|
|
184260
184266
|
}
|
|
184261
|
-
function
|
|
184267
|
+
function jji(o) {
|
|
184262
184268
|
const p = vo(o), i = [], n = [];
|
|
184263
184269
|
SWe.includes(o.type) && i.push(...n_(o));
|
|
184264
184270
|
const s = p.filter((c) => {
|
|
@@ -184270,7 +184276,7 @@ function kji(o) {
|
|
|
184270
184276
|
function AAi(o) {
|
|
184271
184277
|
return [...o].sort((p, i) => ry(i, p) ? -1 : 0);
|
|
184272
184278
|
}
|
|
184273
|
-
function
|
|
184279
|
+
function Kji(o) {
|
|
184274
184280
|
const p = AAi(o), i = [];
|
|
184275
184281
|
return p.forEach((n) => {
|
|
184276
184282
|
const s = i[i.length - 1];
|
|
@@ -184299,20 +184305,20 @@ function n_(o) {
|
|
|
184299
184305
|
o.calls
|
|
184300
184306
|
) : [];
|
|
184301
184307
|
}
|
|
184302
|
-
function
|
|
184308
|
+
function Fji(o, p) {
|
|
184303
184309
|
return n_(o).includes(p);
|
|
184304
184310
|
}
|
|
184305
184311
|
function a_(o) {
|
|
184306
184312
|
return o.writesValues || [];
|
|
184307
184313
|
}
|
|
184308
|
-
function
|
|
184314
|
+
function Sji(o, p) {
|
|
184309
184315
|
return a_(o).includes(p);
|
|
184310
184316
|
}
|
|
184311
184317
|
function IAi(o) {
|
|
184312
184318
|
var p;
|
|
184313
184319
|
return jt.includes((p = o == null ? void 0 : o.readsValue) == null ? void 0 : p.type) ? o.readsValue : null;
|
|
184314
184320
|
}
|
|
184315
|
-
function
|
|
184321
|
+
function qji(o) {
|
|
184316
184322
|
return o.writesValues;
|
|
184317
184323
|
}
|
|
184318
184324
|
function gAi(o = []) {
|
|
@@ -184378,7 +184384,7 @@ async function $3(o, p = {}) {
|
|
|
184378
184384
|
})
|
|
184379
184385
|
) : [];
|
|
184380
184386
|
}
|
|
184381
|
-
function
|
|
184387
|
+
function Zji(o) {
|
|
184382
184388
|
return ei.includes(o.type) ? [
|
|
184383
184389
|
...Tn(o.successCalls),
|
|
184384
184390
|
...Tn(o.errorCalls)
|
|
@@ -184591,7 +184597,7 @@ function PAi(o, p) {
|
|
|
184591
184597
|
}
|
|
184592
184598
|
});
|
|
184593
184599
|
}
|
|
184594
|
-
function
|
|
184600
|
+
function Hji(o) {
|
|
184595
184601
|
const p = VAi(o.project);
|
|
184596
184602
|
return PAi(o, p);
|
|
184597
184603
|
}
|
|
@@ -184748,7 +184754,7 @@ function du(o, p = {}, i = {}) {
|
|
|
184748
184754
|
downstream: ie
|
|
184749
184755
|
};
|
|
184750
184756
|
}
|
|
184751
|
-
function
|
|
184757
|
+
function Wji(o, p) {
|
|
184752
184758
|
const i = [];
|
|
184753
184759
|
if (Jr.includes(o.type)) {
|
|
184754
184760
|
GAi(o).forEach((c) => {
|
|
@@ -184869,13 +184875,13 @@ function L3(o) {
|
|
|
184869
184875
|
o.type
|
|
184870
184876
|
) ? o.declaration.inputs : o.type === d.FunctionDeclaration || mu.includes(o.type) ? o.inputs : o.type === d.Search ? o.inputsDeclarations : [];
|
|
184871
184877
|
}
|
|
184872
|
-
function
|
|
184878
|
+
function zji(o, p) {
|
|
184873
184879
|
return p.type === d.Condition ? p.inputs.find((i) => i.declaration.id === o.id) : p.type === d.FunctionCall || p.type === d.Operation ? p.inputs.find((i) => i.declaration.id === o.id) : null;
|
|
184874
184880
|
}
|
|
184875
184881
|
function MAi(o) {
|
|
184876
184882
|
return ei.includes(o.type) ? o.inputs : [];
|
|
184877
184883
|
}
|
|
184878
|
-
function
|
|
184884
|
+
function Jji(o) {
|
|
184879
184885
|
var p;
|
|
184880
184886
|
if (o.type === d.FunctionCall)
|
|
184881
184887
|
return o.declaration.implements && o.declaration.implements.dataType && o.declaration.implements.dataType.entity && o.declaration.implements.dataType.entity.type === d.DefinitionEntity && o.declaration.implements.dataType.entity.properties.length ? o.declaration.implements.dataType.entity.properties : ((p = o.declaration.returnStatements[0]) == null ? void 0 : p.outputs.map((i) => i.declaration).filter((i) => !!i)) || [];
|
|
@@ -184887,13 +184893,13 @@ function Wji(o) {
|
|
|
184887
184893
|
}
|
|
184888
184894
|
return Ht.includes(o.type) ? o.outputs.map((i) => i.declaration).filter((i) => !!i) || [] : [];
|
|
184889
184895
|
}
|
|
184890
|
-
function
|
|
184896
|
+
function Yji(o, p) {
|
|
184891
184897
|
return p.type === d.Condition ? null : (p.type === d.FunctionCall || p.type === d.Operation) && p.outputs.find((i) => {
|
|
184892
184898
|
var n;
|
|
184893
184899
|
return ((n = i.declaration) == null ? void 0 : n.id) === o.id;
|
|
184894
184900
|
}) || null;
|
|
184895
184901
|
}
|
|
184896
|
-
function
|
|
184902
|
+
function Xji(o) {
|
|
184897
184903
|
return o.type === d.Condition ? [] : ei.includes(o.type) ? o.outputs : [];
|
|
184898
184904
|
}
|
|
184899
184905
|
function Dm(o) {
|
|
@@ -185636,10 +185642,10 @@ function k3(o) {
|
|
|
185636
185642
|
return n;
|
|
185637
185643
|
}, null);
|
|
185638
185644
|
}
|
|
185639
|
-
function
|
|
185645
|
+
function Qji(o) {
|
|
185640
185646
|
return o.extends && o.extends.type === d.BuiltInBaseEntity ? o.extends : null;
|
|
185641
185647
|
}
|
|
185642
|
-
function
|
|
185648
|
+
function eKi(o) {
|
|
185643
185649
|
const p = o.implements.find(
|
|
185644
185650
|
(i) => i.type === d.BuiltInBaseEntity
|
|
185645
185651
|
);
|
|
@@ -185680,7 +185686,7 @@ function vh(o) {
|
|
|
185680
185686
|
return vh(o.declaration);
|
|
185681
185687
|
return !0;
|
|
185682
185688
|
}
|
|
185683
|
-
function
|
|
185689
|
+
function tKi(o) {
|
|
185684
185690
|
return [
|
|
185685
185691
|
d.DefinitionEntity,
|
|
185686
185692
|
d.BuiltInBaseEntity,
|
|
@@ -185692,7 +185698,7 @@ function Qji(o) {
|
|
|
185692
185698
|
o
|
|
185693
185699
|
) : !0;
|
|
185694
185700
|
}
|
|
185695
|
-
function
|
|
185701
|
+
function iKi(o) {
|
|
185696
185702
|
return o.parent === o.project && o.project.variableDeclarations.includes(o);
|
|
185697
185703
|
}
|
|
185698
185704
|
function U3(o) {
|
|
@@ -185745,7 +185751,7 @@ function K3(o) {
|
|
|
185745
185751
|
d.InstalledProject
|
|
185746
185752
|
].includes(o.parent.type);
|
|
185747
185753
|
}
|
|
185748
|
-
function
|
|
185754
|
+
function rKi(o, p) {
|
|
185749
185755
|
const i = /* @__PURE__ */ new Map();
|
|
185750
185756
|
return o.forEach((n) => {
|
|
185751
185757
|
i.set(n.id, n);
|
|
@@ -186151,10 +186157,10 @@ function nE(o) {
|
|
|
186151
186157
|
blocks: []
|
|
186152
186158
|
};
|
|
186153
186159
|
}
|
|
186154
|
-
function
|
|
186160
|
+
function nKi(o) {
|
|
186155
186161
|
return _E.includes(o.type) ? o.type === d.FunctionDeclaration ? !K3(o) : !0 : !1;
|
|
186156
186162
|
}
|
|
186157
|
-
function
|
|
186163
|
+
function aKi(o) {
|
|
186158
186164
|
if (d.ActionDescriptor === o.type) {
|
|
186159
186165
|
if (o.project.operationDeclarations.find(
|
|
186160
186166
|
(c) => c.id === o.id
|
|
@@ -186178,10 +186184,10 @@ function rKi(o) {
|
|
|
186178
186184
|
function l_(o, p) {
|
|
186179
186185
|
return o.type === d.BuiltInBaseEntity ? o.name === p : !!cc(o).includes(p);
|
|
186180
186186
|
}
|
|
186181
|
-
function
|
|
186187
|
+
function sKi(o, p) {
|
|
186182
186188
|
return o.type === d.BuiltInBaseEntity ? o.name === p : !!YA(o).includes(p);
|
|
186183
186189
|
}
|
|
186184
|
-
function
|
|
186190
|
+
function lKi(o) {
|
|
186185
186191
|
const p = [];
|
|
186186
186192
|
return o.entities.forEach((i) => {
|
|
186187
186193
|
if (l_(i, Re.PERSISTED_ENTITY)) {
|
|
@@ -186192,7 +186198,7 @@ function aKi(o) {
|
|
|
186192
186198
|
p
|
|
186193
186199
|
);
|
|
186194
186200
|
}
|
|
186195
|
-
function
|
|
186201
|
+
function oKi(o) {
|
|
186196
186202
|
const p = [];
|
|
186197
186203
|
return o.entities.forEach((i) => {
|
|
186198
186204
|
if (l_(i, Re.RELATIONAL_DATABASE)) {
|
|
@@ -186232,7 +186238,7 @@ function An(o) {
|
|
|
186232
186238
|
) && !n.abstract);
|
|
186233
186239
|
return p.push(...i), p;
|
|
186234
186240
|
}
|
|
186235
|
-
function
|
|
186241
|
+
function dKi(o) {
|
|
186236
186242
|
var i;
|
|
186237
186243
|
if (!o || o.type !== d.DefinitionEntity || !Qi(o, Re.PERSISTED_ENTITY))
|
|
186238
186244
|
return null;
|
|
@@ -186250,7 +186256,7 @@ function Nr(o, p) {
|
|
|
186250
186256
|
let i = p.project;
|
|
186251
186257
|
return o.type === d.Project ? i = o : (((n = p.project) == null ? void 0 : n.id) !== o.project.id || p.project !== o.project) && (i = o.project), i;
|
|
186252
186258
|
}
|
|
186253
|
-
function
|
|
186259
|
+
function uKi(o) {
|
|
186254
186260
|
switch (o) {
|
|
186255
186261
|
case d.Project:
|
|
186256
186262
|
return x;
|
|
@@ -186305,7 +186311,7 @@ function oKi(o) {
|
|
|
186305
186311
|
}
|
|
186306
186312
|
return null;
|
|
186307
186313
|
}
|
|
186308
|
-
function
|
|
186314
|
+
function pKi(o) {
|
|
186309
186315
|
const p = {
|
|
186310
186316
|
added: {},
|
|
186311
186317
|
updated: {},
|
|
@@ -186362,7 +186368,7 @@ function F3(o, p = {}) {
|
|
|
186362
186368
|
const n = p[i];
|
|
186363
186369
|
return n ? [n.id, ...F3(n, p)] : [];
|
|
186364
186370
|
}
|
|
186365
|
-
function
|
|
186371
|
+
function cKi(o) {
|
|
186366
186372
|
const p = [], i = /* @__PURE__ */ new Set();
|
|
186367
186373
|
return [
|
|
186368
186374
|
...o.listAdded,
|
|
@@ -186383,7 +186389,7 @@ function uKi(o) {
|
|
|
186383
186389
|
i.add(c.id), i.add(s.id), p.push(e);
|
|
186384
186390
|
}), D(p);
|
|
186385
186391
|
}
|
|
186386
|
-
function
|
|
186392
|
+
function fKi(o) {
|
|
186387
186393
|
if (o.type === d.Condition)
|
|
186388
186394
|
return null;
|
|
186389
186395
|
if (o.type === d.Search)
|
|
@@ -186464,7 +186470,7 @@ function HD(o) {
|
|
|
186464
186470
|
}
|
|
186465
186471
|
return !0;
|
|
186466
186472
|
}
|
|
186467
|
-
function
|
|
186473
|
+
function yKi(o, p, i) {
|
|
186468
186474
|
const n = p, s = i, c = !!i, e = [];
|
|
186469
186475
|
return n.forEach((y) => {
|
|
186470
186476
|
var m;
|
|
@@ -186562,7 +186568,7 @@ function o_(o, p, i, n = /* @__PURE__ */ new Set()) {
|
|
|
186562
186568
|
);
|
|
186563
186569
|
});
|
|
186564
186570
|
}
|
|
186565
|
-
function
|
|
186571
|
+
function hKi(o, p, i = /* @__PURE__ */ new Set()) {
|
|
186566
186572
|
o_(
|
|
186567
186573
|
o,
|
|
186568
186574
|
p,
|
|
@@ -186570,7 +186576,7 @@ function fKi(o, p, i = /* @__PURE__ */ new Set()) {
|
|
|
186570
186576
|
i
|
|
186571
186577
|
);
|
|
186572
186578
|
}
|
|
186573
|
-
function
|
|
186579
|
+
function mKi(o, p, i = /* @__PURE__ */ new Set()) {
|
|
186574
186580
|
o_(
|
|
186575
186581
|
o,
|
|
186576
186582
|
p,
|
|
@@ -204317,27 +204323,29 @@ export {
|
|
|
204317
204323
|
Qi as checkHasBaseEntity,
|
|
204318
204324
|
Ur as checkHasMetadataChanged,
|
|
204319
204325
|
ru as checkImplementationsOverlap,
|
|
204320
|
-
|
|
204326
|
+
sKi as checkImplementsBaseEntity,
|
|
204321
204327
|
ry as checkIsBranchDependentButNotDirectlyOnBranch,
|
|
204322
204328
|
zG as checkIsBranchDependentOnBranch,
|
|
204323
204329
|
tD as checkIsBuiltIn,
|
|
204324
204330
|
nE as checkIsCallableEntityReachable,
|
|
204325
204331
|
jD as checkIsCallerBranchDependentOnBranch,
|
|
204326
|
-
|
|
204332
|
+
nKi as checkIsCanvasEntity,
|
|
204327
204333
|
KG as checkIsDefEntityInlineDeclaredForSearchOutputType,
|
|
204328
204334
|
SAi as checkIsDetachedBranch,
|
|
204329
204335
|
j3 as checkIsDetachedBranchShallow,
|
|
204330
204336
|
V3 as checkIsEmptyValue,
|
|
204331
|
-
|
|
204337
|
+
$ji as checkIsExplicitlyEmpty,
|
|
204338
|
+
iKi as checkIsGlobalVariable,
|
|
204332
204339
|
U3 as checkIsGloballyDeclared,
|
|
204333
204340
|
Gr as checkIsLiteralValueEmpty,
|
|
204341
|
+
Lji as checkIsLiteralValueExplicitlyEmpty,
|
|
204334
204342
|
K3 as checkIsMethod,
|
|
204335
204343
|
lm as checkIsNestedScope,
|
|
204336
204344
|
m2 as checkIsNullable,
|
|
204337
204345
|
fp as checkIsRequiredValue,
|
|
204338
204346
|
oAi as checkIsRowTransformerUpToDate,
|
|
204339
204347
|
d3 as checkParentEntryPointRequiresTermination,
|
|
204340
|
-
|
|
204348
|
+
Mji as checkReachesOrIsTarget,
|
|
204341
204349
|
Ns as checkScopeCompatibility,
|
|
204342
204350
|
XA as checkShouldInputOrOutputBePartOfFinalVariableObjectValue,
|
|
204343
204351
|
HD as checkShouldPropertyBePartOfFinalVariableObjectValue,
|
|
@@ -204439,7 +204447,7 @@ export {
|
|
|
204439
204447
|
GR as createDefinitionEntityFromJSONObject,
|
|
204440
204448
|
_t as createEntityError,
|
|
204441
204449
|
lli as createNestedDataTypeForEntity,
|
|
204442
|
-
|
|
204450
|
+
Gji as createOrUpdateRowTransformer,
|
|
204443
204451
|
wri as createPersistedEntityMethod,
|
|
204444
204452
|
gri as createPersistedEntityMethodParentRef,
|
|
204445
204453
|
Dri as createPersistedEntityMethodVoidDataType,
|
|
@@ -204798,7 +204806,7 @@ export {
|
|
|
204798
204806
|
yAi as findNextCombinedSingleCallerAncestor,
|
|
204799
204807
|
Lf as findNextSingleCallerAncestor,
|
|
204800
204808
|
PAi as findReferenceToSelfInList,
|
|
204801
|
-
|
|
204809
|
+
Hji as findReferencesToSelfInProject,
|
|
204802
204810
|
uEi as flattenActionDescriptor,
|
|
204803
204811
|
GEi as flattenActionDescriptorAsync,
|
|
204804
204812
|
pEi as flattenArgumentDeclaration,
|
|
@@ -204830,7 +204838,7 @@ export {
|
|
|
204830
204838
|
ZAi as flattenDetachedBranch,
|
|
204831
204839
|
Ot as flattenElementCalls,
|
|
204832
204840
|
$3 as flattenElementCallsAsync,
|
|
204833
|
-
|
|
204841
|
+
Zji as flattenElementCallsOnTheSameScope,
|
|
204834
204842
|
hl as flattenElementCallsWithCallType,
|
|
204835
204843
|
Ge as flattenEntity,
|
|
204836
204844
|
Le as flattenEntityAsync,
|
|
@@ -204890,9 +204898,9 @@ export {
|
|
|
204890
204898
|
jDt as formatDateFormatDT,
|
|
204891
204899
|
HDt as formatDateOperation,
|
|
204892
204900
|
SDt as formatDateResponseDT,
|
|
204893
|
-
|
|
204901
|
+
hKi as freezeDownstreamEntitiesFromGiven,
|
|
204894
204902
|
So as fromBytes,
|
|
204895
|
-
|
|
204903
|
+
pKi as fromChangeSetToRecordChangeSet,
|
|
204896
204904
|
UG as fromLiteralValueTypeToPrimitiveType,
|
|
204897
204905
|
adi as fromNow,
|
|
204898
204906
|
MIt as fromNowDateArgument,
|
|
@@ -205012,7 +205020,7 @@ export {
|
|
|
205012
205020
|
i_ as getAllBuiltInEntityIds,
|
|
205013
205021
|
r_ as getAllBuiltInEntityIdsAsync,
|
|
205014
205022
|
Obi as getAllGloballyDeclaredFunctionDeclarationsExplanation,
|
|
205015
|
-
|
|
205023
|
+
yKi as getAllVariablesInScope,
|
|
205016
205024
|
ea as getBaseBuiltInEntities,
|
|
205017
205025
|
sUi as getBaseBuiltInNameFromIntegrationName,
|
|
205018
205026
|
au as getBaseEntity,
|
|
@@ -205033,7 +205041,7 @@ export {
|
|
|
205033
205041
|
BAi as getCanvasEntityDerivedFromValueReadingEntityFromTransfer,
|
|
205034
205042
|
zUi as getCanvasEntityReferenceSchema,
|
|
205035
205043
|
WUi as getCanvasEntityTypeSchema,
|
|
205036
|
-
|
|
205044
|
+
Uji as getChildrenEntityWithValues,
|
|
205037
205045
|
An as getColumnProperties,
|
|
205038
205046
|
x3 as getCommonAncestor,
|
|
205039
205047
|
UD as getCommonChildren,
|
|
@@ -205047,8 +205055,8 @@ export {
|
|
|
205047
205055
|
YDt as getCurrentTimestampError,
|
|
205048
205056
|
XDt as getCurrentTimestampOperation,
|
|
205049
205057
|
zDt as getCurrentTimestampResponseDT,
|
|
205050
|
-
|
|
205051
|
-
|
|
205058
|
+
oKi as getDatabaseEntities,
|
|
205059
|
+
dKi as getDatabaseEntity,
|
|
205052
205060
|
woi as getDate,
|
|
205053
205061
|
COt as getDateDateArg,
|
|
205054
205062
|
wOt as getDateDateDT,
|
|
@@ -205060,7 +205068,7 @@ export {
|
|
|
205060
205068
|
Loi as getDaysInMonth,
|
|
205061
205069
|
nOt as getDaysInMonthOperation,
|
|
205062
205070
|
ia as getDeclaration,
|
|
205063
|
-
|
|
205071
|
+
fKi as getDeclarationOutputedError,
|
|
205064
205072
|
WAi as getDeepestScope,
|
|
205065
205073
|
YAi as getDefaultRelationalDatabaseEntityOrFirst,
|
|
205066
205074
|
eOt as getDimDateArg,
|
|
@@ -205081,15 +205089,15 @@ export {
|
|
|
205081
205089
|
qO as getDraggablePassThroughCallableEntityTypeSchema,
|
|
205082
205090
|
FUi as getDraggablePlayableEntityReferenceSchema,
|
|
205083
205091
|
KUi as getDraggablePlayableEntityTypeSchema,
|
|
205084
|
-
|
|
205085
|
-
|
|
205092
|
+
kji as getEarliestCommonCallerAncestor,
|
|
205093
|
+
Bji as getEarliestSingleCallerAncestorOfValueWriterAndItsValueReaders,
|
|
205086
205094
|
Th as getEntitiesCreatedSinceInitialization,
|
|
205087
205095
|
sd as getEntitiesToPropagateValuesTo,
|
|
205088
205096
|
L3 as getEntityArgumentDeclarations,
|
|
205089
205097
|
MAi as getEntityInputMaps,
|
|
205090
|
-
|
|
205098
|
+
Xji as getEntityOutputMaps,
|
|
205091
205099
|
HUi as getEntityReferenceSchema,
|
|
205092
|
-
|
|
205100
|
+
Jji as getEntityReturnDeclarations,
|
|
205093
205101
|
ZUi as getEntityTypeSchema,
|
|
205094
205102
|
kUi as getEntityWithLogicScopeReferenceSchema,
|
|
205095
205103
|
BUi as getEntityWithLogicScopeTypeSchema,
|
|
@@ -205102,7 +205110,7 @@ export {
|
|
|
205102
205110
|
tUi as getEventNameFromDefinition,
|
|
205103
205111
|
LUi as getExecutableEntityReferenceSchema,
|
|
205104
205112
|
$Ui as getExecutableEntityTypeSchema,
|
|
205105
|
-
|
|
205113
|
+
Qji as getExtendedBuiltInEntity,
|
|
205106
205114
|
s_ as getExtendedDefinitionEntity,
|
|
205107
205115
|
Q0i as getExternalIntegrationIdFromAction,
|
|
205108
205116
|
W2 as getExternalIntegrationNameFromBuiltInBaseName,
|
|
@@ -205153,12 +205161,12 @@ export {
|
|
|
205153
205161
|
kOt as getHourError,
|
|
205154
205162
|
UOt as getHourOperation,
|
|
205155
205163
|
MOt as getHourResponseDT,
|
|
205156
|
-
|
|
205164
|
+
eKi as getImplementedBuiltInEntity,
|
|
205157
205165
|
Pui as getIndexItem,
|
|
205158
205166
|
X0i as getIntegrationIdFromDefinitionEntity,
|
|
205159
205167
|
lUi as getIntegrationIdFromEntity,
|
|
205160
205168
|
vh as getIsInteractive,
|
|
205161
|
-
|
|
205169
|
+
tKi as getIsInteractiveOrTrue,
|
|
205162
205170
|
qOt as getIsoWdDateArg,
|
|
205163
205171
|
SOt as getIsoWdDateDT,
|
|
205164
205172
|
WOt as getIsoWdError,
|
|
@@ -205166,7 +205174,7 @@ export {
|
|
|
205166
205174
|
Poi as getIsoWeekday,
|
|
205167
205175
|
zOt as getIsoWeekdayOperation,
|
|
205168
205176
|
xui as getLast,
|
|
205169
|
-
|
|
205177
|
+
qji as getLinkedEntitiesFromArgumentDeclaration,
|
|
205170
205178
|
Bui as getListFirstN,
|
|
205171
205179
|
kui as getListLastN,
|
|
205172
205180
|
Gui as getListLength,
|
|
@@ -205202,7 +205210,7 @@ export {
|
|
|
205202
205210
|
bAi as getParentPassthroughCallableEntity,
|
|
205203
205211
|
SO as getPassThroughCallableEntityReferenceSchema,
|
|
205204
205212
|
FO as getPassThroughCallableEntityTypeSchema,
|
|
205205
|
-
|
|
205213
|
+
lKi as getPeristedEntities,
|
|
205206
205214
|
jUi as getPlayableEntityReferenceSchema,
|
|
205207
205215
|
UUi as getPlayableEntityTypeSchema,
|
|
205208
205216
|
Nji as getProject,
|
|
@@ -205225,7 +205233,7 @@ export {
|
|
|
205225
205233
|
qD as getRelatedCallableElementsOnTheRightAsync,
|
|
205226
205234
|
$c as getRelatedCanvasElementsOnTheLeft,
|
|
205227
205235
|
$Ai as getRelatedCanvasElementsOnTheLeftAsync,
|
|
205228
|
-
|
|
205236
|
+
Wji as getRelatedCanvasElementsOnTheLeftFromTransfer,
|
|
205229
205237
|
vo as getRelatedCanvasElementsOnTheRight,
|
|
205230
205238
|
gE as getRelatedCanvasElementsOnTheRightAsync,
|
|
205231
205239
|
bO as getRelationalDBInstanceNameFromEntityId,
|
|
@@ -205238,7 +205246,7 @@ export {
|
|
|
205238
205246
|
A_t as getSecondError,
|
|
205239
205247
|
I_t as getSecondOperation,
|
|
205240
205248
|
b_t as getSecondResponseDT,
|
|
205241
|
-
|
|
205249
|
+
uKi as getStateClassFromType,
|
|
205242
205250
|
eUi as getStepNameFromDefinition,
|
|
205243
205251
|
qUi as getTerminationReferenceSchema,
|
|
205244
205252
|
SUi as getTerminationTypeSchema,
|
|
@@ -205246,15 +205254,15 @@ export {
|
|
|
205246
205254
|
TDt as getTimezoneOffsetOperation,
|
|
205247
205255
|
JG as getTopLevelFunctionDeclarationOrActionDescriptor,
|
|
205248
205256
|
XAi as getTopLevelParentEntityId,
|
|
205249
|
-
|
|
205257
|
+
cKi as getTouchedCanvasEntitiesFromChangeSet,
|
|
205250
205258
|
fDt as getTzOffsetAtArg,
|
|
205251
205259
|
pDt as getTzOffsetAtDT,
|
|
205252
205260
|
mDt as getTzOffsetError,
|
|
205253
205261
|
yDt as getTzOffsetResponseDT,
|
|
205254
205262
|
cDt as getTzOffsetTimezoneArg,
|
|
205255
205263
|
xB as getTzOffsetTimezoneDT,
|
|
205256
|
-
|
|
205257
|
-
|
|
205264
|
+
zji as getUsedArgFromDeclaration,
|
|
205265
|
+
Yji as getUsedReturnFromDeclaration,
|
|
205258
205266
|
obi as getValueReadingEntityReferenceSchema,
|
|
205259
205267
|
lbi as getValueReadingEntityTypeSchema,
|
|
205260
205268
|
CUi as getValueWritingEntityReferenceSchema,
|
|
@@ -205426,7 +205434,7 @@ export {
|
|
|
205426
205434
|
o8t as googleSlidesAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyDefaultValueParentRef,
|
|
205427
205435
|
u8t as googleSlidesAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyParentRef,
|
|
205428
205436
|
s8t as googleSlidesAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyRef,
|
|
205429
|
-
|
|
205437
|
+
Kji as groupCallsBasedOnParallelizableExecution,
|
|
205430
205438
|
sli as handleAfterEntityImplementationSideEffects,
|
|
205431
205439
|
ali as handleBeforeEntityImplementationSideEffects,
|
|
205432
205440
|
_ki as handleLiteralValueChange,
|
|
@@ -206064,7 +206072,7 @@ export {
|
|
|
206064
206072
|
zei as manualFlowLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
|
|
206065
206073
|
Yei as manualFlowLoopBodyDataType,
|
|
206066
206074
|
Sei as manualFlowLoopDataType,
|
|
206067
|
-
|
|
206075
|
+
aKi as mapActionDescriptorToTypeItRepresents,
|
|
206068
206076
|
Vci as mapRange,
|
|
206069
206077
|
NAi as mapRecord,
|
|
206070
206078
|
ndi as maxOf,
|
|
@@ -206077,7 +206085,7 @@ export {
|
|
|
206077
206085
|
Wki as mergeArraysOfStringsWithoutDuplicates,
|
|
206078
206086
|
Hk as mergeDefinitionEntities,
|
|
206079
206087
|
W4i as mergeEntityErrorsList,
|
|
206080
|
-
|
|
206088
|
+
rKi as mergeListOfEntities,
|
|
206081
206089
|
yhi as mergeObjects,
|
|
206082
206090
|
$R as mergeProperties,
|
|
206083
206091
|
jl as messagesActionRef,
|
|
@@ -206842,8 +206850,8 @@ export {
|
|
|
206842
206850
|
Y4i as resolveEntityDataTypeLabel,
|
|
206843
206851
|
se as resolveEntityName,
|
|
206844
206852
|
Bki as resolveEntitySubheader,
|
|
206845
|
-
|
|
206846
|
-
|
|
206853
|
+
Fji as resolveFirstCallsSecond,
|
|
206854
|
+
Sji as resolveFirstWritesSecond,
|
|
206847
206855
|
Lj as resolveFunctionDeclarationCardSubheader,
|
|
206848
206856
|
RA as resolveInputMapNextStandaloneValue,
|
|
206849
206857
|
ID as resolveInputMapNextValue,
|
|
@@ -207115,7 +207123,7 @@ export {
|
|
|
207115
207123
|
wQt as smartFetchTitlePropertyTransfer,
|
|
207116
207124
|
Oci as snapToStep,
|
|
207117
207125
|
AAi as sortCallsBasedOnExecutionDependencies,
|
|
207118
|
-
|
|
207126
|
+
jji as sortChildrenEntitiesBasedOnExecutionDependencies,
|
|
207119
207127
|
qui as sortList,
|
|
207120
207128
|
Iui as splitList,
|
|
207121
207129
|
lrt as splitStringAtAllSeparatorsOperation,
|
|
@@ -207608,7 +207616,7 @@ export {
|
|
|
207608
207616
|
Fki as translateLogicErrorCodeShortWithEntityName,
|
|
207609
207617
|
Ski as translateLogicErrorCodeWithEntityName,
|
|
207610
207618
|
E2 as traverseChangeSet,
|
|
207611
|
-
|
|
207619
|
+
mKi as unfreezeDownstreamEntitiesFromGiven,
|
|
207612
207620
|
Fui as uniqueList,
|
|
207613
207621
|
Tt as untypedDataPrototype,
|
|
207614
207622
|
Rni as upSqlRowTransformerEntityMethod,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6738",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|