@elyx-code/project-logic-tree 0.0.6346 → 0.0.6348

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 CHANGED
@@ -36,7 +36,7 @@ const Da = [
36
36
  ], st = [
37
37
  f.VariableDeclaration,
38
38
  f.VariableInstance
39
- ], pwt = [
39
+ ], cwt = [
40
40
  f.FunctionDeclaration,
41
41
  f.Condition,
42
42
  f.Loop,
@@ -61,7 +61,7 @@ const Da = [
61
61
  f.InputMap,
62
62
  f.OutputMap,
63
63
  f.ReturnDeclaration
64
- ], fwt = [
64
+ ], pwt = [
65
65
  f.FunctionDeclaration,
66
66
  f.Property,
67
67
  f.ArgumentDeclaration,
@@ -72,7 +72,7 @@ const Da = [
72
72
  f.InputMap,
73
73
  f.OutputMap,
74
74
  f.InternalCall
75
- ], hwt = [
75
+ ], fwt = [
76
76
  ...H6e,
77
77
  f.Condition,
78
78
  f.Loop,
@@ -113,7 +113,7 @@ const Da = [
113
113
  ], Q6e = [
114
114
  ...YT,
115
115
  ...Yt
116
- ], ywt = [...Nn, ...Yt], mwt = [
116
+ ], hwt = [...Nn, ...Yt], ywt = [
117
117
  ...ZC,
118
118
  ...Yt
119
119
  ], Ar = [
@@ -123,7 +123,7 @@ const Da = [
123
123
  f.ReturnStatement,
124
124
  f.BreakStatement,
125
125
  f.ContinueStatement
126
- ], vwt = [
126
+ ], mwt = [
127
127
  f.DefinitionEntity,
128
128
  f.BuiltInBaseEntity,
129
129
  f.Project,
@@ -215,7 +215,7 @@ const Da = [
215
215
  f.VariableInstance,
216
216
  f.LiteralValue,
217
217
  f.InternalCall
218
- ], Ewt = [
218
+ ], vwt = [
219
219
  f.FunctionDeclaration,
220
220
  f.InstalledProject,
221
221
  f.DataType,
@@ -1926,7 +1926,7 @@ const ve = {
1926
1926
  entityId: Nt.Join,
1927
1927
  version: "1",
1928
1928
  entityType: f.ActionDescriptor
1929
- }, Twt = {
1929
+ }, Ewt = {
1930
1930
  parentRelationType: ue.FixedReturns,
1931
1931
  id: ia.outputs.secondPartResult.id,
1932
1932
  type: f.ValueDescriptor,
@@ -6477,7 +6477,7 @@ const h7e = {
6477
6477
  dataType: Yke,
6478
6478
  description: "The name of the main database inside of the server instance where the data will be stored.",
6479
6479
  parent: vp
6480
- }, bwt = {
6480
+ }, Twt = {
6481
6481
  id: "relational-database-built-in-base-entity-username-property-data-type-ref-id",
6482
6482
  type: f.GenericReference,
6483
6483
  entityId: "relational-database-built-in-base-entity-username-property-data-type-idd",
@@ -6555,7 +6555,7 @@ const h7e = {
6555
6555
  dataType: Hke,
6556
6556
  description: "The username that will be used to connect to the database.",
6557
6557
  parent: vp
6558
- }, wwt = {
6558
+ }, bwt = {
6559
6559
  id: "relational-database-built-in-base-entity-password-property-data-type-ref-id",
6560
6560
  type: f.GenericReference,
6561
6561
  entityId: "relational-database-built-in-base-entity-password-property-data-type-id",
@@ -6906,7 +6906,7 @@ const h7e = {
6906
6906
  private: !1,
6907
6907
  x: 0,
6908
6908
  y: 0
6909
- }, xO = ve[f.BuiltInBaseEntity][Ce.PERSISTED_ENTITY].properties, Awt = {
6909
+ }, xO = ve[f.BuiltInBaseEntity][Ce.PERSISTED_ENTITY].properties, wwt = {
6910
6910
  id: "persisted-built-in-base-entity-database-property-data-type-ref-id",
6911
6911
  type: f.GenericReference,
6912
6912
  entityId: "persisted-built-in-base-entity-database-property-data-type-id",
@@ -7144,7 +7144,7 @@ const h7e = {
7144
7144
  version: "1",
7145
7145
  entityType: f.BuiltInBaseEntity,
7146
7146
  id: Os.SoftDeletePersistedEntity
7147
- }, Iwt = {
7147
+ }, Awt = {
7148
7148
  extends: null,
7149
7149
  type: f.FunctionDeclaration,
7150
7150
  id: Os.SoftDeletePersistedEntity,
@@ -7186,7 +7186,7 @@ const h7e = {
7186
7186
  error: null,
7187
7187
  outputs: [],
7188
7188
  parent: gqe
7189
- }, jO = ve[f.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY, Rwt = {
7189
+ }, jO = ve[f.BuiltInBaseEntity].BUILT_IN_CRON_JOB_ENTITY, Iwt = {
7190
7190
  id: "cron-job-built-in-base-entity-expression-property-data-type-ref",
7191
7191
  type: f.GenericReference,
7192
7192
  entityId: "cron-job-built-in-base-entity-expression-property-data-type",
@@ -25874,7 +25874,7 @@ class Jt {
25874
25874
  });
25875
25875
  }
25876
25876
  }
25877
- function _wt(d) {
25877
+ function Rwt(d) {
25878
25878
  const u = /* @__PURE__ */ new Set();
25879
25879
  return d.filter((i) => u.has(i.id) ? !1 : (u.add(i.id), !0));
25880
25880
  }
@@ -25882,7 +25882,7 @@ function at(d) {
25882
25882
  const u = d.entity.errors.find((a) => a.id === d.id);
25883
25883
  return u ? { new: !1, error: u } : { new: !0, error: new Jt(d) };
25884
25884
  }
25885
- function gwt(d, u) {
25885
+ function _wt(d, u) {
25886
25886
  const i = /* @__PURE__ */ new Map();
25887
25887
  return d.forEach((a) => {
25888
25888
  i.set(a.id, a);
@@ -27674,7 +27674,7 @@ function hm() {
27674
27674
  Zd()
27675
27675
  ]);
27676
27676
  }
27677
- function Dwt() {
27677
+ function gwt() {
27678
27678
  return M.union([
27679
27679
  al(),
27680
27680
  Xw(),
@@ -27684,7 +27684,7 @@ function Dwt() {
27684
27684
  Mp()
27685
27685
  ]);
27686
27686
  }
27687
- function $wt() {
27687
+ function Dwt() {
27688
27688
  return M.union([
27689
27689
  ll(),
27690
27690
  Vi(),
@@ -27790,55 +27790,55 @@ function Zr() {
27790
27790
  Ww()
27791
27791
  ]);
27792
27792
  }
27793
- function Cwt() {
27793
+ function $wt() {
27794
27794
  return M.union([
27795
27795
  Yw(),
27796
27796
  ol()
27797
27797
  ]);
27798
27798
  }
27799
- function Owt() {
27799
+ function Cwt() {
27800
27800
  return M.union([
27801
27801
  fr(),
27802
27802
  Zr()
27803
27803
  ]);
27804
27804
  }
27805
- function Pwt() {
27805
+ function Owt() {
27806
27806
  return M.union([
27807
27807
  zw(),
27808
27808
  ol()
27809
27809
  ]);
27810
27810
  }
27811
- function Vwt() {
27811
+ function Pwt() {
27812
27812
  return M.union([
27813
27813
  Hw(),
27814
27814
  Zr()
27815
27815
  ]);
27816
27816
  }
27817
- function Nwt() {
27817
+ function Vwt() {
27818
27818
  return M.union([
27819
27819
  jht(),
27820
27820
  ol()
27821
27821
  ]);
27822
27822
  }
27823
- function Mwt() {
27823
+ function Nwt() {
27824
27824
  return M.union([
27825
27825
  ei(),
27826
27826
  Zr()
27827
27827
  ]);
27828
27828
  }
27829
- function Lwt() {
27829
+ function Mwt() {
27830
27830
  return M.union([
27831
27831
  Fht(),
27832
27832
  ol()
27833
27833
  ]);
27834
27834
  }
27835
- function Bwt() {
27835
+ function Lwt() {
27836
27836
  return M.union([
27837
27837
  Ght(),
27838
27838
  Zr()
27839
27839
  ]);
27840
27840
  }
27841
- function xwt() {
27841
+ function Bwt() {
27842
27842
  return M.union([ol(), Fd()]);
27843
27843
  }
27844
27844
  function Ja() {
@@ -27847,45 +27847,45 @@ function Ja() {
27847
27847
  jn()
27848
27848
  ]);
27849
27849
  }
27850
- function Uwt() {
27850
+ function xwt() {
27851
27851
  return M.union([
27852
27852
  Yw(),
27853
27853
  ol()
27854
27854
  ]);
27855
27855
  }
27856
- function jwt() {
27856
+ function Uwt() {
27857
27857
  return M.union([
27858
27858
  fr(),
27859
27859
  Zr()
27860
27860
  ]);
27861
27861
  }
27862
- function Fwt() {
27862
+ function jwt() {
27863
27863
  return M.union([
27864
27864
  zw(),
27865
27865
  ol()
27866
27866
  ]);
27867
27867
  }
27868
- function Gwt() {
27868
+ function Fwt() {
27869
27869
  return M.union([
27870
27870
  Hw(),
27871
27871
  Zr()
27872
27872
  ]);
27873
27873
  }
27874
- function Kwt() {
27874
+ function Gwt() {
27875
27875
  return M.union([
27876
27876
  sl(),
27877
27877
  qd(),
27878
27878
  Gd()
27879
27879
  ]);
27880
27880
  }
27881
- function kwt() {
27881
+ function Kwt() {
27882
27882
  return M.union([
27883
27883
  kd(),
27884
27884
  aa(),
27885
27885
  Kd()
27886
27886
  ]);
27887
27887
  }
27888
- function qwt() {
27888
+ function kwt() {
27889
27889
  return M.union([
27890
27890
  Ed(),
27891
27891
  zht(),
@@ -27916,7 +27916,7 @@ function qwt() {
27916
27916
  Up()
27917
27917
  ]);
27918
27918
  }
27919
- function Zwt() {
27919
+ function qwt() {
27920
27920
  return M.union([
27921
27921
  om(),
27922
27922
  Yi(),
@@ -27947,7 +27947,7 @@ function Zwt() {
27947
27947
  Bw()
27948
27948
  ]);
27949
27949
  }
27950
- function Jwt() {
27950
+ function Zwt() {
27951
27951
  return M.union([
27952
27952
  Zw(),
27953
27953
  Td(),
@@ -27964,7 +27964,7 @@ function Jwt() {
27964
27964
  Bp()
27965
27965
  ]);
27966
27966
  }
27967
- function Swt() {
27967
+ function Jwt() {
27968
27968
  return M.union([
27969
27969
  pm(),
27970
27970
  dl(),
@@ -29628,7 +29628,7 @@ function Js(d, u) {
29628
29628
  /* CheckUnknown */
29629
29629
  };
29630
29630
  }
29631
- function Wwt(d, u) {
29631
+ function Swt(d, u) {
29632
29632
  const i = d.project.builtInBaseEntities.find(
29633
29633
  (p) => p.id === Ce.EXECUTION
29634
29634
  ), a = {
@@ -29760,7 +29760,7 @@ function S(d) {
29760
29760
  function mi(d) {
29761
29761
  return d.declaration || d;
29762
29762
  }
29763
- function Ywt(d) {
29763
+ function Wwt(d) {
29764
29764
  return d.type === f.VariableDeclaration ? d.parent === d.project ? "global-declaration" : "local-declaration" : d.declaration.parent === d.project ? "global-instance" : "local-instance";
29765
29765
  }
29766
29766
  function C4(d, u) {
@@ -29867,7 +29867,7 @@ function ip(d) {
29867
29867
  `${te(d.entity, d.project).slice(0, 1).toUpperCase() + te(d.entity, d.project).slice(1)} value${u}`
29868
29868
  );
29869
29869
  }
29870
- function zwt(d) {
29870
+ function Ywt(d) {
29871
29871
  if (!d)
29872
29872
  return "Any data type";
29873
29873
  const u = d.getDataType(null);
@@ -29913,7 +29913,7 @@ function a0t(d) {
29913
29913
  }
29914
29914
  return "Entity";
29915
29915
  }
29916
- function Hwt(d) {
29916
+ function zwt(d) {
29917
29917
  const u = LA(d);
29918
29918
  if (!u) {
29919
29919
  const i = lp(d);
@@ -30436,7 +30436,7 @@ Please provide a unique 'name' string.`,
30436
30436
  }
30437
30437
  return i;
30438
30438
  }
30439
- function Xwt(d, u) {
30439
+ function Hwt(d, u) {
30440
30440
  switch (d.type) {
30441
30441
  case f.DefinitionEntity:
30442
30442
  return O4(d, u);
@@ -30624,7 +30624,7 @@ function x4(d) {
30624
30624
  }
30625
30625
  return Ht(d.errors, u);
30626
30626
  }
30627
- const Qwt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
30627
+ const Xwt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
30628
30628
  __proto__: null,
30629
30629
  validate: B4,
30630
30630
  validateImplementation: x4
@@ -31248,7 +31248,7 @@ class F {
31248
31248
  return !!this.affected[u];
31249
31249
  }
31250
31250
  }
31251
- function eAt(d) {
31251
+ function Qwt(d) {
31252
31252
  return /* @__PURE__ */ new Set([
31253
31253
  ...Object.keys(d.added),
31254
31254
  ...Object.keys(d.updated),
@@ -31546,7 +31546,7 @@ function j4(d) {
31546
31546
  const l = [];
31547
31547
  return Ht(d.errors, l);
31548
31548
  }
31549
- const tAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
31549
+ const eAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
31550
31550
  __proto__: null,
31551
31551
  validate: j4
31552
31552
  }, Symbol.toStringTag, { value: "Module" }));
@@ -34045,7 +34045,7 @@ function T0t(d) {
34045
34045
  const u = [];
34046
34046
  return d.implements, Ht(d.errors, u);
34047
34047
  }
34048
- const rAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34048
+ const tAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34049
34049
  __proto__: null,
34050
34050
  validate: F4
34051
34051
  }, Symbol.toStringTag, { value: "Module" }));
@@ -35454,7 +35454,7 @@ function G4(d) {
35454
35454
  }
35455
35455
  return Ht(d.errors, l);
35456
35456
  }
35457
- const iAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
35457
+ const rAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
35458
35458
  __proto__: null,
35459
35459
  validate: G4
35460
35460
  }, Symbol.toStringTag, { value: "Module" }));
@@ -36933,7 +36933,7 @@ function A0t(d) {
36933
36933
  i.validate();
36934
36934
  }), Ht(d.errors, u);
36935
36935
  }
36936
- const sAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36936
+ const iAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36937
36937
  __proto__: null,
36938
36938
  validate: k4
36939
36939
  }, Symbol.toStringTag, { value: "Module" }));
@@ -38584,7 +38584,7 @@ function q4(d) {
38584
38584
  }
38585
38585
  return Ht(d.errors, l);
38586
38586
  }
38587
- const nAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
38587
+ const sAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
38588
38588
  __proto__: null,
38589
38589
  validate: q4
38590
38590
  }, Symbol.toStringTag, { value: "Module" }));
@@ -39909,7 +39909,7 @@ function Z4(d) {
39909
39909
  const l = [];
39910
39910
  return Ht(d.errors, l);
39911
39911
  }
39912
- const aAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
39912
+ const nAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
39913
39913
  __proto__: null,
39914
39914
  validate: Z4
39915
39915
  }, Symbol.toStringTag, { value: "Module" }));
@@ -39920,7 +39920,7 @@ function J4(d) {
39920
39920
  const l = [];
39921
39921
  return Ht(d.errors, l);
39922
39922
  }
39923
- const oAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
39923
+ const aAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
39924
39924
  __proto__: null,
39925
39925
  validate: J4
39926
39926
  }, Symbol.toStringTag, { value: "Module" }));
@@ -42142,7 +42142,7 @@ function W4(d) {
42142
42142
  const p = [];
42143
42143
  return Ht(d.errors, p);
42144
42144
  }
42145
- const lAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
42145
+ const oAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
42146
42146
  __proto__: null,
42147
42147
  validate: W4
42148
42148
  }, Symbol.toStringTag, { value: "Module" })), Et = class Et extends hr {
@@ -43232,7 +43232,7 @@ function bA(d) {
43232
43232
  function g0t(d) {
43233
43233
  return bA(d);
43234
43234
  }
43235
- const dAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
43235
+ const lAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
43236
43236
  __proto__: null,
43237
43237
  validate: bA,
43238
43238
  validateListLoop: g0t
@@ -43243,7 +43243,7 @@ function Y4(d) {
43243
43243
  const l = [];
43244
43244
  return Ht(d.errors, l);
43245
43245
  }
43246
- const uAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
43246
+ const dAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
43247
43247
  __proto__: null,
43248
43248
  validate: Y4
43249
43249
  }, Symbol.toStringTag, { value: "Module" }));
@@ -47779,7 +47779,7 @@ function z4(d) {
47779
47779
  const p = [...Wa(d)];
47780
47780
  return Ht(d.errors, p);
47781
47781
  }
47782
- const cAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47782
+ const uAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47783
47783
  __proto__: null,
47784
47784
  validate: z4
47785
47785
  }, Symbol.toStringTag, { value: "Module" }));
@@ -49150,7 +49150,7 @@ function H4(d) {
49150
49150
  const t = NL(d);
49151
49151
  return p.push(...t), Ht(d.errors, p);
49152
49152
  }
49153
- const pAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49153
+ const cAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49154
49154
  __proto__: null,
49155
49155
  validate: H4
49156
49156
  }, Symbol.toStringTag, { value: "Module" }));
@@ -49175,7 +49175,7 @@ function X4(d) {
49175
49175
  const t = NL(d);
49176
49176
  return p.push(...t), Ht(d.errors, p);
49177
49177
  }
49178
- const fAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49178
+ const pAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49179
49179
  __proto__: null,
49180
49180
  validate: X4
49181
49181
  }, Symbol.toStringTag, { value: "Module" }));
@@ -53577,7 +53577,7 @@ function eM(d) {
53577
53577
  const p = [...Wa(d)];
53578
53578
  return Ht(d.errors, p);
53579
53579
  }
53580
- const hAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53580
+ const fAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53581
53581
  __proto__: null,
53582
53582
  validate: eM
53583
53583
  }, Symbol.toStringTag, { value: "Module" }));
@@ -72499,7 +72499,7 @@ Im.validDialectNames = {
72499
72499
  }
72500
72500
  d.show = T;
72501
72501
  })(wd);
72502
- const mEt = /* @__PURE__ */ Db(wd), yAt = /* @__PURE__ */ z6e({
72502
+ const mEt = /* @__PURE__ */ Db(wd), hAt = /* @__PURE__ */ z6e({
72503
72503
  __proto__: null,
72504
72504
  default: mEt
72505
72505
  }, [wd]);
@@ -73377,7 +73377,7 @@ class rL {
73377
73377
  this.asList = u;
73378
73378
  }
73379
73379
  }
73380
- const mAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
73380
+ const yAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
73381
73381
  __proto__: null,
73382
73382
  AggregationStatement: zh,
73383
73383
  AggregationStatementType: pd,
@@ -74478,7 +74478,7 @@ function ap(d, u, i = null, a = !1) {
74478
74478
  errors: l
74479
74479
  };
74480
74480
  }
74481
- const vAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
74481
+ const mAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
74482
74482
  __proto__: null,
74483
74483
  FORBIDDEN_SQL_KEYWORDS: vEt,
74484
74484
  flattenBinaryExprComparisonsToWhereStatements: CA,
@@ -76468,7 +76468,7 @@ function bL(d) {
76468
76468
  const l = [];
76469
76469
  return Ht(d.errors, l);
76470
76470
  }
76471
- const EAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76471
+ const vAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76472
76472
  __proto__: null,
76473
76473
  validate: bL
76474
76474
  }, Symbol.toStringTag, { value: "Module" })), Ot = class Ot extends hr {
@@ -77404,7 +77404,7 @@ The declaration of the internal-call must be a 'function-declaration' entity whi
77404
77404
  }
77405
77405
  return u;
77406
77406
  }
77407
- const TAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
77407
+ const EAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
77408
77408
  __proto__: null,
77409
77409
  validate: wL,
77410
77410
  validateParentRelation: AL
@@ -79124,7 +79124,7 @@ function IL(d) {
79124
79124
  }
79125
79125
  return Ht(d.errors, l);
79126
79126
  }
79127
- const bAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
79127
+ const TAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
79128
79128
  __proto__: null,
79129
79129
  validate: IL
79130
79130
  }, Symbol.toStringTag, { value: "Module" }));
@@ -80324,7 +80324,7 @@ D(It, "MUTABLE_DOWNSTREAM_PROPERTIES", ["defaultValue"]), D(It, "INMUTABLE_DOWNS
80324
80324
  ...It.DOWNSTREAM_PROPERTIES
80325
80325
  ]);
80326
80326
  let en = It;
80327
- class wAt extends en {
80327
+ class bAt extends en {
80328
80328
  constructor(i, a) {
80329
80329
  super(i, a);
80330
80330
  // @ts-ignore
@@ -80337,7 +80337,7 @@ class wAt extends en {
80337
80337
  return super.toJSON(i);
80338
80338
  }
80339
80339
  }
80340
- class AAt extends en {
80340
+ class wAt extends en {
80341
80341
  constructor(i, a) {
80342
80342
  super(i, a);
80343
80343
  D(this, "name", null);
@@ -80372,7 +80372,7 @@ function RL(d) {
80372
80372
  }
80373
80373
  return Ht(d.errors, l);
80374
80374
  }
80375
- const IAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
80375
+ const AAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
80376
80376
  __proto__: null,
80377
80377
  validate: RL
80378
80378
  }, Symbol.toStringTag, { value: "Module" }));
@@ -81480,7 +81480,7 @@ D(Rt, "MUTABLE_DOWNSTREAM_PROPERTIES", ["writesValues"]), D(Rt, "INMUTABLE_DOWNS
81480
81480
  ...Rt.DOWNSTREAM_PROPERTIES
81481
81481
  ]);
81482
81482
  let Pn = Rt;
81483
- class RAt extends Pn {
81483
+ class IAt extends Pn {
81484
81484
  constructor(i, a) {
81485
81485
  super(i, a);
81486
81486
  // @ts-ignore
@@ -81493,7 +81493,7 @@ class RAt extends Pn {
81493
81493
  return super.toJSON(i);
81494
81494
  }
81495
81495
  }
81496
- class _At extends Pn {
81496
+ class RAt extends Pn {
81497
81497
  constructor(i, a) {
81498
81498
  super(i, a);
81499
81499
  // @ts-ignore
@@ -81541,7 +81541,7 @@ function _L(d) {
81541
81541
  }
81542
81542
  return Ht(d.errors, l);
81543
81543
  }
81544
- const gAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
81544
+ const _At = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
81545
81545
  __proto__: null,
81546
81546
  validate: _L
81547
81547
  }, Symbol.toStringTag, { value: "Module" }));
@@ -82655,7 +82655,7 @@ function gL(d) {
82655
82655
  const l = [];
82656
82656
  return Ht(d.errors, l);
82657
82657
  }
82658
- const DAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
82658
+ const gAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
82659
82659
  __proto__: null,
82660
82660
  validate: gL
82661
82661
  }, Symbol.toStringTag, { value: "Module" }));
@@ -83716,7 +83716,7 @@ function DL(d) {
83716
83716
  const l = [];
83717
83717
  return Ht(d.errors, l);
83718
83718
  }
83719
- const $At = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
83719
+ const DAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
83720
83720
  __proto__: null,
83721
83721
  validate: DL
83722
83722
  }, Symbol.toStringTag, { value: "Module" }));
@@ -84732,7 +84732,7 @@ D(gt, "MUTABLE_DOWNSTREAM_PROPERTIES", ["dataType", "defaultValue"]), D(gt, "INM
84732
84732
  ...gt.DOWNSTREAM_PROPERTIES
84733
84733
  ]);
84734
84734
  let Vn = gt;
84735
- function CAt(d, u) {
84735
+ function $At(d, u) {
84736
84736
  let i = null;
84737
84737
  const a = [];
84738
84738
  if (!d.id)
@@ -85142,7 +85142,7 @@ And there are no upstream references that can be updated.` : `
85142
85142
  There are no upstream references that can be updated.`;
85143
85143
  return l;
85144
85144
  }
85145
- function OAt(d, u) {
85145
+ function CAt(d, u) {
85146
85146
  const i = [];
85147
85147
  let a = !1;
85148
85148
  if (cs.includes(u.type) && i.push(
@@ -85547,7 +85547,7 @@ To modify '${y}', target the entity that it points to and its equivalent propert
85547
85547
  }
85548
85548
  return i;
85549
85549
  }
85550
- function PAt(d, u) {
85550
+ function OAt(d, u) {
85551
85551
  const i = [];
85552
85552
  if (!d.parent)
85553
85553
  return i;
@@ -85739,14 +85739,14 @@ All pass-through callable entities are: ${ke(
85739
85739
  $n,
85740
85740
  ", ",
85741
85741
  " and "
85742
- )}.`, VAt = `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.
85742
+ )}.`, PAt = `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.
85743
85743
  All callable entity types are: ${ke(
85744
85744
  Nn,
85745
85745
  ", ",
85746
85746
  " and "
85747
85747
  )}.`, wo = `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).
85748
85748
  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.`, OC = `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.
85749
- 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'.`, NAt = `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.
85749
+ 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'.`, VAt = `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.
85750
85750
  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.`, PC = `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 'definition-entity' as its 'entity' property, defining the structure of the object.
85751
85751
  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.`, ko = `Entities of type '${f.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.`, OL = `Entities that read values from other entities, can be connected with entities that write values to them. Value reading entity types are: '${ke(
85752
85752
  Da,
@@ -85783,7 +85783,7 @@ function Yn(d) {
85783
85783
  ${typeof d == "string" ? d : JSON.stringify(d, null, 2)}
85784
85784
  \`\`\``;
85785
85785
  }
85786
- function MAt(d, u) {
85786
+ function NAt(d, u) {
85787
85787
  let i = {};
85788
85788
  switch (d) {
85789
85789
  case "add_caller":
@@ -86599,7 +86599,7 @@ ${VC}`,
86599
86599
  modifiedData: t
86600
86600
  };
86601
86601
  }
86602
- function LAt(d, u, i = "calledBy") {
86602
+ function MAt(d, u, i = "calledBy") {
86603
86603
  const a = [];
86604
86604
  if (!d)
86605
86605
  return [];
@@ -86658,7 +86658,7 @@ All caller entity types are: ${ke(
86658
86658
  );
86659
86659
  return a;
86660
86660
  }
86661
- function BAt(d, u, i = "calledByError") {
86661
+ function LAt(d, u, i = "calledByError") {
86662
86662
  const a = [];
86663
86663
  if (!d)
86664
86664
  return [];
@@ -86723,7 +86723,7 @@ ${Ko}`,
86723
86723
  );
86724
86724
  return a;
86725
86725
  }
86726
- function xAt(d, u) {
86726
+ function BAt(d, u) {
86727
86727
  const i = [], a = u.get(
86728
86728
  d
86729
86729
  );
@@ -86853,7 +86853,7 @@ function vT(d) {
86853
86853
  - ${d.loopDeclarations.map((u) => `${u.id} (${te(u, d)})`).join(`
86854
86854
  - `)}`;
86855
86855
  }
86856
- function UAt(d) {
86856
+ function xAt(d) {
86857
86857
  return `All reserved action decriptor ids for '${f.Operation}' entities are:
86858
86858
  - ${d.operationDeclarations.map((u) => `${u.id} (${te(u, d)})`).join(`
86859
86859
  - `)}`;
@@ -86998,7 +86998,7 @@ All built-in 'action-descriptor' entities that define 'operation' entity, are (I
86998
86998
  })
86999
86999
  ), i;
87000
87000
  }
87001
- function jAt(d, u) {
87001
+ function UAt(d, u) {
87002
87002
  const i = [];
87003
87003
  if (!d)
87004
87004
  return [];
@@ -87047,7 +87047,7 @@ All built-in 'action-descriptor' entities that define 'condition' entity, are (I
87047
87047
  })
87048
87048
  ), i;
87049
87049
  }
87050
- function FAt(d, u) {
87050
+ function jAt(d, u) {
87051
87051
  const i = [];
87052
87052
  if (!d)
87053
87053
  return [];
@@ -87317,7 +87317,7 @@ function ML(d) {
87317
87317
  const p = [...Wa(d)];
87318
87318
  return Ht(d.errors, p);
87319
87319
  }
87320
- const GAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
87320
+ const FAt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
87321
87321
  __proto__: null,
87322
87322
  validate: ML
87323
87323
  }, Symbol.toStringTag, { value: "Module" }));
@@ -88976,7 +88976,7 @@ let qo = Vt;
88976
88976
  function NC(d) {
88977
88977
  return d && typeof d.then == "function";
88978
88978
  }
88979
- function KAt(d) {
88979
+ function GAt(d) {
88980
88980
  const u = new xa(d[0]), i = d.map((l) => l.id), a = {};
88981
88981
  return d.forEach((l) => {
88982
88982
  a[l.id] = l;
@@ -89815,7 +89815,7 @@ function ga(d, u, i, a) {
89815
89815
  overlap: !!l.length
89816
89816
  });
89817
89817
  }
89818
- function kAt(d, u) {
89818
+ function KAt(d, u) {
89819
89819
  return d.abstract || (d.properties.forEach((a) => {
89820
89820
  a.abstract || a.metaSync(
89821
89821
  {
@@ -89832,7 +89832,7 @@ function kAt(d, u) {
89832
89832
  u
89833
89833
  )), d;
89834
89834
  }
89835
- function qAt(d, u) {
89835
+ function kAt(d, u) {
89836
89836
  return d.abstract && (d.properties.forEach((a) => {
89837
89837
  a.abstract && a.metaSync(
89838
89838
  {
@@ -89853,7 +89853,7 @@ function qAt(d, u) {
89853
89853
  u
89854
89854
  )), d;
89855
89855
  }
89856
- function ZAt(d, u) {
89856
+ function qAt(d, u) {
89857
89857
  return d.static || (d.properties.forEach((a) => {
89858
89858
  a.static || a.metaSync(
89859
89859
  {
@@ -89868,7 +89868,7 @@ function ZAt(d, u) {
89868
89868
  u
89869
89869
  )), d;
89870
89870
  }
89871
- function JAt(d, u) {
89871
+ function ZAt(d, u) {
89872
89872
  return d.static && d.metaSync(
89873
89873
  {
89874
89874
  static: !1
@@ -90057,7 +90057,7 @@ function Rd(d, u) {
90057
90057
  function BC(d, u) {
90058
90058
  return !!op(d, u).last;
90059
90059
  }
90060
- function SAt(d) {
90060
+ function JAt(d) {
90061
90061
  if (Yt.includes(d.type))
90062
90062
  return d;
90063
90063
  if ([...Nn, f.VariableDeclaration].includes(d.type)) {
@@ -90163,7 +90163,7 @@ function SEt(d) {
90163
90163
  ...d.outputs || []
90164
90164
  ] : ar.includes(d.type) ? d.outputs : up.includes(d.type) || d.type === f.FunctionDeclaration ? d.inputs : [];
90165
90165
  }
90166
- function WAt(d) {
90166
+ function SAt(d) {
90167
90167
  const u = Dn(d), i = [], a = [];
90168
90168
  Q6e.includes(d.type) && i.push(...MA(d));
90169
90169
  const l = u.filter((p) => {
@@ -90204,20 +90204,20 @@ function MA(d) {
90204
90204
  d.calls
90205
90205
  ) : [];
90206
90206
  }
90207
- function YAt(d, u) {
90207
+ function WAt(d, u) {
90208
90208
  return MA(d).includes(u);
90209
90209
  }
90210
90210
  function UL(d) {
90211
90211
  return d.writesValues || [];
90212
90212
  }
90213
- function zAt(d, u) {
90213
+ function YAt(d, u) {
90214
90214
  return UL(d).includes(u);
90215
90215
  }
90216
90216
  function YEt(d) {
90217
90217
  var u;
90218
90218
  return st.includes((u = d == null ? void 0 : d.readsValue) == null ? void 0 : u.type) ? d.readsValue : null;
90219
90219
  }
90220
- function HAt(d) {
90220
+ function zAt(d) {
90221
90221
  return d.writesValues;
90222
90222
  }
90223
90223
  function zEt(d = []) {
@@ -90272,7 +90272,7 @@ function ut(d) {
90272
90272
  )
90273
90273
  ) : [];
90274
90274
  }
90275
- function XAt(d) {
90275
+ function HAt(d) {
90276
90276
  return rr.includes(d.type) ? [
90277
90277
  ...Ws(
90278
90278
  Xr(
@@ -90472,7 +90472,7 @@ function sTt(d, u) {
90472
90472
  }
90473
90473
  });
90474
90474
  }
90475
- function QAt(d) {
90475
+ function XAt(d) {
90476
90476
  const u = iTt(d.project);
90477
90477
  return sTt(d, u);
90478
90478
  }
@@ -90591,7 +90591,7 @@ function xc(d, u = {}, i = {}) {
90591
90591
  downstream: ce
90592
90592
  };
90593
90593
  }
90594
- function eIt(d, u) {
90594
+ function QAt(d, u) {
90595
90595
  const i = [];
90596
90596
  if (Nn.includes(d.type)) {
90597
90597
  Ms(d).forEach((p) => {
@@ -91205,7 +91205,7 @@ function jL(d) {
91205
91205
  d.type
91206
91206
  ) ? d.declaration.inputs : d.type === f.FunctionDeclaration || up.includes(d.type) ? d.inputs : d.type === f.Search ? d.inputsDeclarations : [];
91207
91207
  }
91208
- function tIt(d, u) {
91208
+ function eIt(d, u) {
91209
91209
  return u.type === f.Condition ? u.inputs.find((i) => i.declaration.id === d.id) : u.type === f.FunctionCall || u.type === f.Operation ? u.inputs.find((i) => i.declaration.id === d.id) : null;
91210
91210
  }
91211
91211
  function NTt(d) {
@@ -91217,10 +91217,10 @@ function MTt(d) {
91217
91217
  d.type
91218
91218
  ) ? d.declaration.outputs : d.type === f.Search ? d.outputsDeclarations : ar.includes(d.type) ? d.outputs : [];
91219
91219
  }
91220
- function rIt(d, u) {
91220
+ function tIt(d, u) {
91221
91221
  return u.type === f.Condition ? null : u.type === f.FunctionCall || u.type === f.Operation ? u.outputs.find((i) => i.declaration.id === d.id) : null;
91222
91222
  }
91223
- function iIt(d) {
91223
+ function rIt(d) {
91224
91224
  return d.type === f.Condition ? [] : rr.includes(d.type) ? d.outputs : [];
91225
91225
  }
91226
91226
  function FT(d) {
@@ -91434,13 +91434,13 @@ function KL(d) {
91434
91434
  return a;
91435
91435
  }, null);
91436
91436
  }
91437
- function sIt(d) {
91437
+ function iIt(d) {
91438
91438
  const u = d.extends.find(
91439
91439
  (i) => i.type === f.BuiltInBaseEntity
91440
91440
  );
91441
91441
  return u && u.type === f.BuiltInBaseEntity ? u : null;
91442
91442
  }
91443
- function nIt(d) {
91443
+ function sIt(d) {
91444
91444
  const u = d.implements.find(
91445
91445
  (i) => i.type === f.BuiltInBaseEntity
91446
91446
  );
@@ -91471,7 +91471,7 @@ function Cm(d) {
91471
91471
  (a) => !a.interactive
91472
91472
  );
91473
91473
  }
91474
- function aIt(d) {
91474
+ function nIt(d) {
91475
91475
  return d.parent === d.project && d.project.variableDeclarations.includes(d);
91476
91476
  }
91477
91477
  function kL(d) {
@@ -91524,7 +91524,7 @@ function ZL(d) {
91524
91524
  f.InstalledProject
91525
91525
  ].includes(d.parent.type);
91526
91526
  }
91527
- function oIt(d, u) {
91527
+ function aIt(d, u) {
91528
91528
  const i = /* @__PURE__ */ new Map();
91529
91529
  return d.forEach((a) => {
91530
91530
  i.set(a.id, a);
@@ -91874,10 +91874,10 @@ function Qh(d) {
91874
91874
  blocks: u
91875
91875
  };
91876
91876
  }
91877
- function lIt(d) {
91877
+ function oIt(d) {
91878
91878
  return zT.includes(d.type) ? d.type === f.FunctionDeclaration ? !ZL(d) : !0 : !1;
91879
91879
  }
91880
- function dIt(d) {
91880
+ function lIt(d) {
91881
91881
  if (f.ActionDescriptor === d.type) {
91882
91882
  if (d.project.operationDeclarations.find(
91883
91883
  (p) => p.id === d.id
@@ -91901,13 +91901,13 @@ function dIt(d) {
91901
91901
  function BA(d, u) {
91902
91902
  return d.type === f.BuiltInBaseEntity ? d.name === u : !!$m(d).includes(u);
91903
91903
  }
91904
- function uIt(d, u) {
91904
+ function dIt(d, u) {
91905
91905
  return d.type === f.BuiltInBaseEntity ? d.name === u : !!Dm(d).includes(u);
91906
91906
  }
91907
91907
  function Ss(d, u) {
91908
91908
  return d.type === f.BuiltInBaseEntity ? d.name === u : !!lp(d).includes(u);
91909
91909
  }
91910
- function cIt(d) {
91910
+ function uIt(d) {
91911
91911
  const u = [];
91912
91912
  return d.entities.forEach((i) => {
91913
91913
  if (BA(i, Ce.PERSISTED_ENTITY)) {
@@ -91918,7 +91918,7 @@ function cIt(d) {
91918
91918
  u
91919
91919
  );
91920
91920
  }
91921
- function pIt(d) {
91921
+ function cIt(d) {
91922
91922
  const u = [];
91923
91923
  return d.entities.forEach((i) => {
91924
91924
  if (BA(i, Ce.RELATIONAL_DATABASE)) {
@@ -91927,7 +91927,7 @@ function pIt(d) {
91927
91927
  }
91928
91928
  }), R(u);
91929
91929
  }
91930
- function fIt(d) {
91930
+ function pIt(d) {
91931
91931
  return d.type !== f.DefinitionEntity || d.abstract || !BA(d, Ce.PERSISTED_ENTITY) ? null : (d == null ? void 0 : d.properties.find(
91932
91932
  (i) => {
91933
91933
  var a;
@@ -91961,7 +91961,7 @@ function dp(d) {
91961
91961
  });
91962
91962
  return u.push(...i), u;
91963
91963
  }
91964
- function hIt(d) {
91964
+ function fIt(d) {
91965
91965
  var i;
91966
91966
  if (!d || d.type !== f.DefinitionEntity || !Ss(d, Ce.PERSISTED_ENTITY))
91967
91967
  return null;
@@ -91980,7 +91980,7 @@ function Rr(d, u) {
91980
91980
  let i = u.project;
91981
91981
  return d.type === f.Project ? i = d : ((a = u.project) == null ? void 0 : a.id) !== d.project.id && (i = d.project), i;
91982
91982
  }
91983
- function yIt(d) {
91983
+ function hIt(d) {
91984
91984
  switch (d) {
91985
91985
  case f.Project:
91986
91986
  return O;
@@ -92037,7 +92037,7 @@ function yIt(d) {
92037
92037
  }
92038
92038
  return null;
92039
92039
  }
92040
- function mIt(d) {
92040
+ function yIt(d) {
92041
92041
  const u = {
92042
92042
  added: {},
92043
92043
  updated: {},
@@ -92078,7 +92078,7 @@ function xA(d, u = {}) {
92078
92078
  const a = u[i];
92079
92079
  return a ? [a.id, ...xA(a, u)] : [];
92080
92080
  }
92081
- function vIt(d) {
92081
+ function mIt(d) {
92082
92082
  const u = [], i = /* @__PURE__ */ new Set();
92083
92083
  return [
92084
92084
  ...d.listAdded,
@@ -92089,7 +92089,7 @@ function vIt(d) {
92089
92089
  !l || i.has(l.id) || (i.add(l.id), u.push(l));
92090
92090
  }), R(u);
92091
92091
  }
92092
- function EIt(d) {
92092
+ function vIt(d) {
92093
92093
  if (d.type === f.Condition)
92094
92094
  return null;
92095
92095
  if (d.type === f.Search)
@@ -92896,7 +92896,7 @@ function tbt(d) {
92896
92896
  }
92897
92897
  }), u;
92898
92898
  }
92899
- const TIt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
92899
+ const EIt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
92900
92900
  __proto__: null,
92901
92901
  getBaseMethodsNotImplemented: YL,
92902
92902
  getBasePropertiesNotImplemented: WL,
@@ -95521,7 +95521,7 @@ function Q(d, u) {
95521
95521
  const i = qt(d, u);
95522
95522
  return i.subscribe(), i;
95523
95523
  }
95524
- function bIt(d, u) {
95524
+ function TIt(d, u) {
95525
95525
  if (!d)
95526
95526
  throw new Error("Entity is null");
95527
95527
  switch (d.type) {
@@ -95627,7 +95627,7 @@ const he = {
95627
95627
  cascade: !1
95628
95628
  }, abt = {
95629
95629
  APILoad: async (d, ...u) => null
95630
- }, wIt = {
95630
+ }, bIt = {
95631
95631
  APICreate: async (d, ...u) => d,
95632
95632
  APIUpdate: async (d, ...u) => d,
95633
95633
  APIDelete: async (d, ...u) => d,
@@ -95636,23 +95636,23 @@ const he = {
95636
95636
  APILoadVersion: async (d, u, ...i) => null,
95637
95637
  ...abt
95638
95638
  };
95639
- class AIt {
95639
+ class wIt {
95640
95640
  }
95641
- class IIt extends nbt {
95641
+ class AIt extends nbt {
95642
+ }
95643
+ class IIt {
95642
95644
  }
95643
95645
  class RIt {
95644
95646
  }
95645
95647
  class _It {
95646
95648
  }
95647
- class gIt {
95648
- }
95649
95649
  class zL {
95650
95650
  }
95651
- class DIt extends zL {
95651
+ class gIt extends zL {
95652
95652
  }
95653
- class $It extends zL {
95653
+ class DIt extends zL {
95654
95654
  }
95655
- class CIt {
95655
+ class $It {
95656
95656
  }
95657
95657
  class Pm {
95658
95658
  static initReadsValue(u) {
@@ -95711,7 +95711,7 @@ class Vm {
95711
95711
  ]), u.writesValues;
95712
95712
  }
95713
95713
  }
95714
- class OIt {
95714
+ class CIt {
95715
95715
  }
95716
95716
  var obt = Object.defineProperty, lbt = (d, u, i) => u in d ? obt(d, u, { enumerable: !0, configurable: !0, writable: !0, value: i }) : d[u] = i, Ro = (d, u, i) => (lbt(d, typeof u != "symbol" ? u + "" : u, i), i);
95717
95717
  class dbt {
@@ -97389,7 +97389,7 @@ const Ge = class Ge extends hr {
97389
97389
  undo() {
97390
97390
  console.log("Undoing, from: ", this.undoableStackValueIndex), this.undoableStackValueIndex = this.undoableStackValueIndex - 1, console.log("To: ", this.undoableStackValueIndex);
97391
97391
  const i = this.history[this.undoableStackValueIndex + 1], a = this.history[this.undoableStackValueIndex];
97392
- return console.log("Current change set: ", i), console.log("Change set to restore: ", a), // @ts-ignore
97392
+ return console.log("Current change set: ", i), console.log("Change set to restore: ", a.toJSON()), // @ts-ignore
97393
97393
  O$(
97394
97394
  // @ts-ignore
97395
97395
  i || "initial",
@@ -97401,7 +97401,7 @@ const Ge = class Ge extends hr {
97401
97401
  redo() {
97402
97402
  console.log("Undoing, from: ", this.undoableStackValueIndex), this.undoableStackValueIndex = this.undoableStackValueIndex + 1, console.log("To: ", this.undoableStackValueIndex);
97403
97403
  const i = this.history[this.undoableStackValueIndex - 1], a = this.history[this.undoableStackValueIndex];
97404
- return console.log("Current change set: ", i), console.log("Change set to restore: ", a), O$(
97404
+ return console.log("Current change set: ", i), console.log("Change set to restore: ", a.toJSON()), O$(
97405
97405
  // @ts-ignore
97406
97406
  i || "initial",
97407
97407
  a || "initial",
@@ -97416,7 +97416,7 @@ const Ge = class Ge extends hr {
97416
97416
  */
97417
97417
  applyExternalChangeSet(i) {
97418
97418
  const a = i.payload, l = this.addChangeSet(
97419
- new F(this, i.author, i.timestamp, this)
97419
+ new F(this, i.userAuthor, i.emittedAt, this)
97420
97420
  ), p = a.updated[this.id];
97421
97421
  if (!p)
97422
97422
  throw new Error(
@@ -97577,8 +97577,7 @@ D(Ge, "MUTABLE_DOWNSTREAM_PROPERTIES", [
97577
97577
  ...Ge.DOWNSTREAM_PROPERTIES
97578
97578
  ]);
97579
97579
  let O = Ge;
97580
- var ubt = /* @__PURE__ */ ((d) => (d.PersistChangeSet = "persist-change-set", d.CreateSingle = "create-single", d.CreateBulk = "create-bulk", d.CreateSingleNested = "create-single-nested", d.CreateBulkNested = "create-bulk-nested", d.Update = "update", d.Clone = "clone", d.Delete = "delete", d.Load = "load", d.LoadNested = "load-nested", d.LoadVersion = "load-version", d))(ubt || {});
97581
- class cbt extends Ut {
97580
+ class ubt extends Ut {
97582
97581
  constructor(i) {
97583
97582
  super(wn, i);
97584
97583
  D(this, "id", lr.Parallel);
@@ -97629,7 +97628,7 @@ class cbt extends Ut {
97629
97628
  // // return [result];
97630
97629
  // };
97631
97630
  }
97632
- class pbt extends Ut {
97631
+ class cbt extends Ut {
97633
97632
  constructor(i) {
97634
97633
  super(qi, i);
97635
97634
  D(this, "id", qi.id);
@@ -97675,7 +97674,7 @@ class pbt extends Ut {
97675
97674
  // return [result];
97676
97675
  // };
97677
97676
  }
97678
- class fbt extends Ut {
97677
+ class pbt extends Ut {
97679
97678
  constructor(i) {
97680
97679
  super(_a, i);
97681
97680
  D(this, "id", lr.Sequential);
@@ -97721,17 +97720,17 @@ class fbt extends Ut {
97721
97720
  // return [results];
97722
97721
  // };
97723
97722
  }
97724
- class hbt extends Ut {
97723
+ class fbt extends Ut {
97725
97724
  constructor(u) {
97726
97725
  super(_y, u);
97727
97726
  }
97728
97727
  }
97729
- class ybt extends Ut {
97728
+ class hbt extends Ut {
97730
97729
  constructor(u) {
97731
97730
  super(Dd, u);
97732
97731
  }
97733
97732
  }
97734
- class mbt extends Ut {
97733
+ class ybt extends Ut {
97735
97734
  constructor(i) {
97736
97735
  super(Cd, i);
97737
97736
  D(this, "autoexecutable", !0);
@@ -98242,50 +98241,50 @@ class mbt extends Ut {
98242
98241
  };
98243
98242
  }
98244
98243
  }
98245
- class vbt extends Ut {
98244
+ class mbt extends Ut {
98246
98245
  constructor(u) {
98247
98246
  super(eO, u);
98248
98247
  }
98249
98248
  }
98250
- class Ebt extends Ut {
98249
+ class vbt extends Ut {
98251
98250
  constructor(u) {
98252
98251
  super(rO, u);
98253
98252
  }
98254
98253
  }
98255
- class Tbt extends Ut {
98254
+ class Ebt extends Ut {
98256
98255
  constructor(u) {
98257
98256
  super(iO, u);
98258
98257
  }
98259
98258
  }
98260
- class bbt extends Ut {
98259
+ class Tbt extends Ut {
98261
98260
  constructor(u) {
98262
98261
  super(eb, u);
98263
98262
  }
98264
98263
  }
98265
- class wbt extends Ut {
98264
+ class bbt extends Ut {
98266
98265
  constructor(u) {
98267
98266
  super(HT, u);
98268
98267
  }
98269
98268
  }
98270
- class Abt extends Ut {
98269
+ class wbt extends Ut {
98271
98270
  constructor(u) {
98272
98271
  super(Ry, u);
98273
98272
  }
98274
98273
  }
98275
- function Ibt(d) {
98274
+ function Abt(d) {
98276
98275
  const u = [
98277
- new fbt(d),
98278
- new cbt(d),
98279
98276
  new pbt(d),
98277
+ new ubt(d),
98278
+ new cbt(d),
98279
+ new fbt(d),
98280
98280
  new hbt(d),
98281
98281
  new ybt(d),
98282
- new mbt(d),
98283
- new bbt(d),
98284
- new vbt(d),
98285
98282
  new Tbt(d),
98283
+ new mbt(d),
98286
98284
  new Ebt(d),
98285
+ new vbt(d),
98286
+ new bbt(d),
98287
98287
  new wbt(d),
98288
- new Abt(d),
98289
98288
  new Ut(QC, d),
98290
98289
  new Ut(XC, d)
98291
98290
  ];
@@ -98293,7 +98292,7 @@ function Ibt(d) {
98293
98292
  i.initChildren(null), d.subscribeBuiltInInstance(i);
98294
98293
  }), d.operationDeclarations = u, u;
98295
98294
  }
98296
- class Rbt extends ta {
98295
+ class Ibt extends ta {
98297
98296
  constructor(i) {
98298
98297
  super(di, i);
98299
98298
  D(this, "initialData");
@@ -98333,8 +98332,8 @@ class Rbt extends ta {
98333
98332
  }), this.extends = this.initialData.extends.map((a) => Q(a, this.project));
98334
98333
  }
98335
98334
  }
98336
- var _bt = /* @__PURE__ */ ((d) => (d.StatusCodeMustBeNumber = "status-code-must-be-number", d.StatusCodeMustBeBetween100And599 = "status-code-must-be-between-100-and-599", d))(_bt || {});
98337
- function gbt(d, u) {
98335
+ var Rbt = /* @__PURE__ */ ((d) => (d.StatusCodeMustBeNumber = "status-code-must-be-number", d.StatusCodeMustBeBetween100And599 = "status-code-must-be-between-100-and-599", d))(Rbt || {});
98336
+ function _bt(d, u) {
98338
98337
  const i = [];
98339
98338
  if (typeof u != "number") {
98340
98339
  const a = new Jt({
@@ -98377,7 +98376,7 @@ function gbt(d, u) {
98377
98376
  override: u
98378
98377
  };
98379
98378
  }
98380
- class Dbt extends ta {
98379
+ class gbt extends ta {
98381
98380
  constructor(i) {
98382
98381
  super(os, i);
98383
98382
  D(this, "initialData");
@@ -98431,11 +98430,11 @@ class Dbt extends ta {
98431
98430
  );
98432
98431
  if (!p)
98433
98432
  throw new Error("Status code output not found in handler method");
98434
- p.codeNativeValueValidation = (t, y) => gbt(t, y);
98433
+ p.codeNativeValueValidation = (t, y) => _bt(t, y);
98435
98434
  }
98436
98435
  }
98437
- const PIt = "test_primitive_entities_export";
98438
- class $bt extends ta {
98436
+ const OIt = "test_primitive_entities_export";
98437
+ class Dbt extends ta {
98439
98438
  constructor(i) {
98440
98439
  super(Yr, i);
98441
98440
  D(this, "initialData");
@@ -98481,11 +98480,11 @@ class $bt extends ta {
98481
98480
  a._codeNativeValueValidation = (l, p) => kEt(l, p);
98482
98481
  }
98483
98482
  }
98484
- function Cbt(d) {
98483
+ function $bt(d) {
98485
98484
  const u = [
98486
- new Rbt(d),
98485
+ new Ibt(d),
98486
+ new gbt(d),
98487
98487
  new Dbt(d),
98488
- new $bt(d),
98489
98488
  new ta(Eb, d)
98490
98489
  // new BuiltInBaseEntityState(keyValueParamBuiltInBaseEntity, project),
98491
98490
  ];
@@ -98493,7 +98492,7 @@ function Cbt(d) {
98493
98492
  d.subscribeBuiltInInstance(i);
98494
98493
  }), d.builtInBaseEntities = u, u;
98495
98494
  }
98496
- function Obt(d) {
98495
+ function Cbt(d) {
98497
98496
  const u = [
98498
98497
  new Zi(Ze, d),
98499
98498
  new Zi(ja, d),
@@ -98509,7 +98508,7 @@ function Obt(d) {
98509
98508
  d.subscribeBuiltInInstance(i);
98510
98509
  }), d.primitives = u, u;
98511
98510
  }
98512
- function Pbt(d) {
98511
+ function Obt(d) {
98513
98512
  const u = [
98514
98513
  new Ut(bb, d)
98515
98514
  ];
@@ -98517,7 +98516,7 @@ function Pbt(d) {
98517
98516
  i.initChildren(null), d.subscribeBuiltInInstance(i);
98518
98517
  }), d.globalEventActionDescriptors = u, u;
98519
98518
  }
98520
- function Vbt(d) {
98519
+ function Pbt(d) {
98521
98520
  const u = [
98522
98521
  new Ut($y, d),
98523
98522
  new Ut(Wo, d),
@@ -98556,7 +98555,7 @@ function Vbt(d) {
98556
98555
  a.initChildren(null), d.subscribeBuiltInInstance(a);
98557
98556
  }), d.loopDeclarationsBodies = i, u;
98558
98557
  }
98559
- function Nbt(d) {
98558
+ function Vbt(d) {
98560
98559
  const u = [
98561
98560
  new Vn(Ab, d),
98562
98561
  new Vn(GO, d)
@@ -98565,7 +98564,7 @@ function Nbt(d) {
98565
98564
  i.initChildren(null), d.subscribeBuiltInInstance(i);
98566
98565
  }), d.valueDescriptors = u, u;
98567
98566
  }
98568
- function Mbt(d) {
98567
+ function Nbt(d) {
98569
98568
  const u = [
98570
98569
  new Ut(Od, d),
98571
98570
  new Ut(bp, d)
@@ -98582,7 +98581,7 @@ const ud = {}, kh = {}, Ey = {
98582
98581
  onFetch: async () => null,
98583
98582
  manuallyInit: !1
98584
98583
  };
98585
- function Lbt(d, u = {
98584
+ function Mbt(d, u = {
98586
98585
  enrich: !0,
98587
98586
  shallowErrors: !1
98588
98587
  }) {
@@ -98651,7 +98650,7 @@ function Lbt(d, u = {
98651
98650
  I.id
98652
98651
  ), I;
98653
98652
  }
98654
- async function Bbt(d, u = Ey) {
98653
+ async function Lbt(d, u = Ey) {
98655
98654
  const i = {
98656
98655
  ...Ey,
98657
98656
  ...u
@@ -98714,7 +98713,7 @@ async function Bbt(d, u = Ey) {
98714
98713
  }
98715
98714
  function UA(d) {
98716
98715
  const u = new O(d);
98717
- return Obt(u), Cbt(u), Ibt(u), Pbt(u), Vbt(u), Nbt(u), Mbt(u), Array.from(
98716
+ return Cbt(u), $bt(u), Abt(u), Obt(u), Pbt(u), Vbt(u), Nbt(u), Array.from(
98718
98717
  /* @__PURE__ */ new Set([...u.getAllBuiltInIds(), ...tn()])
98719
98718
  ).forEach((a) => {
98720
98719
  if (!u.builtInInstances[a] && u.instances[a])
@@ -98730,7 +98729,7 @@ function jA(d, u) {
98730
98729
  (a) => N(a.createdAt).isAfter(N(u) || !!a.previousVersion)
98731
98730
  );
98732
98731
  }
98733
- function VIt(d, {
98732
+ function PIt(d, {
98734
98733
  enrich: u
98735
98734
  } = { enrich: !0 }) {
98736
98735
  const i = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), l = Array.from(
@@ -98810,7 +98809,7 @@ function VIt(d, {
98810
98809
  I.previousVersion = null;
98811
98810
  }), v == null || v.attemptAutoclose("project-clone", y.id), y;
98812
98811
  }
98813
- function xbt(d, {
98812
+ function Bbt(d, {
98814
98813
  enrich: u
98815
98814
  } = { enrich: !0 }) {
98816
98815
  const i = UA(d), a = N().toISOString(), l = u ? i.addChangeSet(
@@ -98847,7 +98846,7 @@ function xbt(d, {
98847
98846
  v.initialized = !0, v.captureVersion();
98848
98847
  })), i.initialized = !0, l == null || l.attemptAutoclose("project-init", i.id), i;
98849
98848
  }
98850
- async function NIt(d, u = Ey) {
98849
+ async function VIt(d, u = Ey) {
98851
98850
  const i = {
98852
98851
  ...Ey,
98853
98852
  ...u
@@ -98856,24 +98855,24 @@ async function NIt(d, u = Ey) {
98856
98855
  return ud[d.id];
98857
98856
  if (d.id && kh[d.id] && !i.ignoreCache)
98858
98857
  return await kh[d.id], ud[d.id];
98859
- const a = Bbt(d, i);
98858
+ const a = Lbt(d, i);
98860
98859
  d.id && (kh[d.id] = a);
98861
98860
  const l = await a;
98862
98861
  if (l.data) {
98863
98862
  let p;
98864
- return i.mock ? p = xbt(u2, {
98863
+ return i.mock ? p = Bbt(u2, {
98865
98864
  enrich: !!i.enrich
98866
- }) : l.data instanceof O ? p = l.data : p = Lbt(l.data, {
98865
+ }) : l.data instanceof O ? p = l.data : p = Mbt(l.data, {
98867
98866
  enrich: !!i.enrich
98868
98867
  }), ud[d.id] = p, d.id && delete kh[d.id], p;
98869
98868
  }
98870
98869
  return null;
98871
98870
  }
98872
- function MIt(d) {
98871
+ function NIt(d) {
98873
98872
  return ud[d.id] && delete ud[d.id], null;
98874
98873
  }
98875
98874
  var be = /* @__PURE__ */ ((d) => (d.Inherited = "inherited", d.DefaultValue = "default-value", d.Missing = "missing", d.Empty = "empty", d.AutoCalculated = "auto-calculated", d.QueuedAutocalculation = "queued-autocalculation", d.External = "external", d.Testing = "testing", d.ExecutionResult = "execution-result", d))(be || {});
98876
- const Ubt = {
98875
+ const xbt = {
98877
98876
  initialized: !1,
98878
98877
  id: "",
98879
98878
  project: null,
@@ -98897,9 +98896,9 @@ const Ubt = {
98897
98896
  clear: () => {
98898
98897
  }
98899
98898
  };
98900
- function LIt(d, u) {
98899
+ function MIt(d, u) {
98901
98900
  return {
98902
- ...Ubt,
98901
+ ...xbt,
98903
98902
  id: d,
98904
98903
  project: u
98905
98904
  };
@@ -98947,7 +98946,7 @@ class qh {
98947
98946
  p.standalone = !0, p.setStandaloneParent(v), p.hydrateAncestors(), p.initChildren(null);
98948
98947
  }
98949
98948
  i[a] = p;
98950
- const t = p.parent || p.standaloneParent, y = Fbt(
98949
+ const t = p.parent || p.standaloneParent, y = jbt(
98951
98950
  p,
98952
98951
  t,
98953
98952
  this.project
@@ -99029,11 +99028,11 @@ function Hd(d) {
99029
99028
  var u;
99030
99029
  return !!(d.required || (u = d.declaration) != null && u.required);
99031
99030
  }
99032
- function jbt(d) {
99031
+ function Ubt(d) {
99033
99032
  return V2(d) || d === void 0 || d === "";
99034
99033
  }
99035
99034
  function jC(d) {
99036
- return d ? d.valueAsType ? !1 : jbt(d.value) : !0;
99035
+ return d ? d.valueAsType ? !1 : Ubt(d.value) : !0;
99037
99036
  }
99038
99037
  function Fn(d, u, i, a) {
99039
99038
  var y;
@@ -99138,7 +99137,7 @@ function In(d, u, i = /* @__PURE__ */ new Set()) {
99138
99137
  ]);
99139
99138
  return [d];
99140
99139
  }
99141
- function Fbt(d, u, i) {
99140
+ function jbt(d, u, i) {
99142
99141
  return d;
99143
99142
  }
99144
99143
  function Hp(d, u) {
@@ -99302,7 +99301,7 @@ function Zh(d, u, i) {
99302
99301
  }
99303
99302
  return a;
99304
99303
  }
99305
- function Gbt(d, u) {
99304
+ function Fbt(d, u) {
99306
99305
  var y, v, T, I, w, P, V;
99307
99306
  let i = {};
99308
99307
  if (((v = (y = d.dataType) == null ? void 0 : y.entity) == null ? void 0 : v.type) === f.DefinitionEntity && (i = {
@@ -99421,7 +99420,7 @@ function Gbt(d, u) {
99421
99420
  inheritanceLink: null
99422
99421
  };
99423
99422
  }
99424
- function Kbt(d, u) {
99423
+ function Gbt(d, u) {
99425
99424
  var l, p, t, y, v;
99426
99425
  let i = {};
99427
99426
  if (((p = (l = d.dataType) == null ? void 0 : l.entity) == null ? void 0 : p.type) === f.DefinitionEntity && (i = {
@@ -99504,7 +99503,7 @@ function Kbt(d, u) {
99504
99503
  function Nm(d, u) {
99505
99504
  var y, v, T, I, w, P;
99506
99505
  if ((y = d.dataType) != null && y.isObject())
99507
- return Gbt(d, u);
99506
+ return Fbt(d, u);
99508
99507
  const i = cr(d), a = !!((v = u.execution) != null && v.entities.length), l = (T = u.execution) == null ? void 0 : T.hasEntity(i), p = d.readsValue;
99509
99508
  let t = null;
99510
99509
  if (p) {
@@ -99547,7 +99546,7 @@ function Nm(d, u) {
99547
99546
  function HL(d, u) {
99548
99547
  var a, l, p, t;
99549
99548
  if (d.id === "ad7eae6d-c691-40a5-943b-f72008cdc3b0" && console.log("resolveVarDeclarationValue", d), (a = d.dataType) != null && a.isObject())
99550
- return d.id === "ad7eae6d-c691-40a5-943b-f72008cdc3b0" && console.log("current value is object"), Kbt(d, u);
99549
+ return d.id === "ad7eae6d-c691-40a5-943b-f72008cdc3b0" && console.log("current value is object"), Gbt(d, u);
99551
99550
  if (u.execution && u.execution.hasEntity(d)) {
99552
99551
  const y = (l = u.lastExecutionResults) == null ? void 0 : l.readValue(
99553
99552
  d.id
@@ -99635,7 +99634,7 @@ function FA(d, u) {
99635
99634
  inheritanceLink: null
99636
99635
  };
99637
99636
  }
99638
- function kbt(d, u) {
99637
+ function Kbt(d, u) {
99639
99638
  return HL(
99640
99639
  d.declaration,
99641
99640
  u
@@ -99995,7 +99994,7 @@ function eB(d, u) {
99995
99994
  }
99996
99995
  return null;
99997
99996
  }
99998
- function qbt(d, u) {
99997
+ function kbt(d, u) {
99999
99998
  var y, v;
100000
99999
  if (!st.includes(d.parent.type))
100001
100000
  return null;
@@ -100023,7 +100022,7 @@ function qbt(d, u) {
100023
100022
  }
100024
100023
  }) : null;
100025
100024
  }
100026
- function Zbt(d, u) {
100025
+ function qbt(d, u) {
100027
100026
  var y, v;
100028
100027
  if (!st.includes(d.parent.type))
100029
100028
  return null;
@@ -100123,13 +100122,13 @@ function rB(d, u) {
100123
100122
  }
100124
100123
  function Ty(d, u) {
100125
100124
  var i;
100126
- return st.includes(d.parent.type) && (i = mi(d.parent).dataType) != null && i.isObject() ? qbt(d, u) : tB(d, u);
100125
+ return st.includes(d.parent.type) && (i = mi(d.parent).dataType) != null && i.isObject() ? kbt(d, u) : tB(d, u);
100127
100126
  }
100128
- function Jbt(d, u) {
100127
+ function Zbt(d, u) {
100129
100128
  var i;
100130
- return st.includes(d.parent.type) && (i = mi(d.parent).dataType) != null && i.isObject() ? Zbt(d, u) : rB(d, u);
100129
+ return st.includes(d.parent.type) && (i = mi(d.parent).dataType) != null && i.isObject() ? qbt(d, u) : rB(d, u);
100131
100130
  }
100132
- function Sbt(d, u) {
100131
+ function Jbt(d, u) {
100133
100132
  var t, y, v;
100134
100133
  if (!d.static)
100135
100134
  return null;
@@ -100171,7 +100170,7 @@ function Sbt(d, u) {
100171
100170
  inheritanceLink: null
100172
100171
  } : a;
100173
100172
  }
100174
- function Wbt(d, u) {
100173
+ function Sbt(d, u) {
100175
100174
  var t, y, v, T, I, w, P;
100176
100175
  if (u.execution && u.execution.hasEntity(d)) {
100177
100176
  const V = (t = u.lastExecutionResults) == null ? void 0 : t.readValue(
@@ -100216,19 +100215,19 @@ function Jo(d, u) {
100216
100215
  case f.ArgumentDeclaration:
100217
100216
  return XL(d, u);
100218
100217
  case f.InputMap:
100219
- return Jbt(d, u);
100218
+ return Zbt(d, u);
100220
100219
  case f.VariableDeclaration:
100221
100220
  return HL(d, u);
100222
100221
  case f.VariableInstance:
100223
- return kbt(d, u);
100222
+ return Kbt(d, u);
100224
100223
  case f.OutputMap:
100225
100224
  return eB(d, u);
100226
100225
  case f.ReturnDeclaration:
100227
100226
  return QL(d, u);
100228
100227
  case f.Property:
100229
- return Sbt(d, u);
100228
+ return Jbt(d, u);
100230
100229
  case f.ValueDescriptor:
100231
- return Wbt(d, u);
100230
+ return Sbt(d, u);
100232
100231
  default:
100233
100232
  return null;
100234
100233
  }
@@ -100247,7 +100246,7 @@ function JT(d, u) {
100247
100246
  return null;
100248
100247
  }
100249
100248
  }
100250
- function BIt(d) {
100249
+ function LIt(d) {
100251
100250
  var u;
100252
100251
  if (d && d.type === be.DefaultValue && d.value && d.valueOwner && ((u = d.valueOwner.defaultValue) == null ? void 0 : u.id) === d.value.id) {
100253
100252
  const i = ze(
@@ -100360,7 +100359,7 @@ function by(d, u, i, a) {
100360
100359
  }
100361
100360
  return p;
100362
100361
  }
100363
- function Ybt(d, u, i) {
100362
+ function Wbt(d, u, i) {
100364
100363
  var t, y, v, T;
100365
100364
  let a = !1, l = null, p = null;
100366
100365
  if (i instanceof F ? (a = !0, l = i, p = null) : (l = null, p = i), st.includes(d.type)) {
@@ -100427,7 +100426,7 @@ function Ybt(d, u, i) {
100427
100426
  );
100428
100427
  return l;
100429
100428
  }
100430
- function zbt(d, u, i, a) {
100429
+ function Ybt(d, u, i, a) {
100431
100430
  var y, v, T, I, w, P;
100432
100431
  let l = !1, p = null, t = null;
100433
100432
  if (a instanceof F ? (l = !0, p = a, t = null) : (p = null, t = a), st.includes(u.type)) {
@@ -100504,7 +100503,7 @@ function zbt(d, u, i, a) {
100504
100503
  );
100505
100504
  return p;
100506
100505
  }
100507
- function Hbt(d, u, i) {
100506
+ function zbt(d, u, i) {
100508
100507
  const a = In(d, u);
100509
100508
  let l = !1, p = null, t = null;
100510
100509
  return i instanceof F ? (l = !0, p = i, t = null) : (p = null, t = i), a.forEach((y) => {
@@ -100528,12 +100527,12 @@ function Hbt(d, u, i) {
100528
100527
  value: null
100529
100528
  },
100530
100529
  p
100531
- ), l || t == null || t.removeValue(y.id), Ybt(y, u, i);
100530
+ ), l || t == null || t.removeValue(y.id), Wbt(y, u, i);
100532
100531
  }), p;
100533
100532
  }
100534
- function xIt(d, u, i, a) {
100533
+ function BIt(d, u, i, a) {
100535
100534
  if (d === "" || d === null || d === void 0)
100536
- return Hbt(u, i, a);
100535
+ return zbt(u, i, a);
100537
100536
  const l = In(u, i);
100538
100537
  let p = !1, t = null, y = null;
100539
100538
  return a instanceof F ? (p = !0, t = a, y = null) : (t = null, y = a), l.forEach((v) => {
@@ -100557,7 +100556,7 @@ function xIt(d, u, i, a) {
100557
100556
  value: d
100558
100557
  },
100559
100558
  t
100560
- ), p || y == null || y.writeValue(v, T), zbt(
100559
+ ), p || y == null || y.writeValue(v, T), Ybt(
100561
100560
  d,
100562
100561
  v,
100563
100562
  i,
@@ -100655,7 +100654,7 @@ function wy(d, u, i, a) {
100655
100654
  }
100656
100655
  return p;
100657
100656
  }
100658
- function Xbt(d, u, i) {
100657
+ function Hbt(d, u, i) {
100659
100658
  var a, l, p;
100660
100659
  return d.type === f.InputMap ? ((a = d.declaration) == null ? void 0 : a.type) === f.Property && d.declaration.static ? hd(
100661
100660
  d.declaration,
@@ -100684,7 +100683,7 @@ function Xbt(d, u, i) {
100684
100683
  i
100685
100684
  ), i;
100686
100685
  }
100687
- function Qbt(d, u, i, a) {
100686
+ function Xbt(d, u, i, a) {
100688
100687
  var l, p, t;
100689
100688
  return u.type === f.InputMap ? ((l = u.declaration) == null ? void 0 : l.type) === f.Property && u.declaration.static ? hd(
100690
100689
  u.declaration,
@@ -100713,7 +100712,7 @@ function Qbt(d, u, i, a) {
100713
100712
  a
100714
100713
  ), a;
100715
100714
  }
100716
- function ewt(d, u, i) {
100715
+ function Qbt(d, u, i) {
100717
100716
  const a = In(d, u);
100718
100717
  let l = !1, p = null, t = null;
100719
100718
  return i instanceof F ? (l = !0, p = i, t = null) : (p = null, t = i), a.forEach((y) => {
@@ -100732,16 +100731,16 @@ function ewt(d, u, i) {
100732
100731
  y.getDataType(null),
100733
100732
  y,
100734
100733
  u
100735
- ), v == null || v.setValueAsTypeSingle(null, p), v == null || v.setValueAsTypeList(null, p), l || t == null || t.removeValue(y.id), Xbt(
100734
+ ), v == null || v.setValueAsTypeSingle(null, p), v == null || v.setValueAsTypeList(null, p), l || t == null || t.removeValue(y.id), Hbt(
100736
100735
  y,
100737
100736
  u,
100738
100737
  i
100739
100738
  );
100740
100739
  }), p;
100741
100740
  }
100742
- function UIt(d, u, i, a) {
100741
+ function xIt(d, u, i, a) {
100743
100742
  if (d == null)
100744
- return ewt(u, i, a);
100743
+ return Qbt(u, i, a);
100745
100744
  const l = In(u, i);
100746
100745
  let p = !1, t = null, y = null;
100747
100746
  return a instanceof F ? (p = !0, t = a, y = null) : (t = null, y = a), l.forEach((v) => {
@@ -100760,7 +100759,7 @@ function UIt(d, u, i, a) {
100760
100759
  v.getDataType(null),
100761
100760
  v,
100762
100761
  i
100763
- ), Array.isArray(d) ? T == null || T.setValueAsTypeList(d, t) : T == null || T.setValueAsTypeSingle(d, t), p || y == null || y.writeValue(v, T), Qbt(
100762
+ ), Array.isArray(d) ? T == null || T.setValueAsTypeList(d, t) : T == null || T.setValueAsTypeSingle(d, t), p || y == null || y.writeValue(v, T), Xbt(
100764
100763
  d,
100765
100764
  v,
100766
100765
  i,
@@ -100768,12 +100767,12 @@ function UIt(d, u, i, a) {
100768
100767
  );
100769
100768
  }), t;
100770
100769
  }
100771
- function twt(d, u) {
100770
+ function ewt(d, u) {
100772
100771
  return SEt(d).map((a) => Jo(a, u));
100773
100772
  }
100774
- function jIt(d, u) {
100773
+ function UIt(d, u) {
100775
100774
  return d.reduce((a, l) => {
100776
- const p = twt(l, u);
100775
+ const p = ewt(l, u);
100777
100776
  return [
100778
100777
  ...a,
100779
100778
  ...p.filter((t) => (t == null ? void 0 : t.type) === be.Missing)
@@ -102678,7 +102677,7 @@ D(as, "searchImplementation", async () => ({
102678
102677
  error: "Search module not implemented"
102679
102678
  }));
102680
102679
  let FC = as;
102681
- function FIt(d) {
102680
+ function jIt(d) {
102682
102681
  var u, i;
102683
102682
  if (d.isList)
102684
102683
  return "list";
@@ -102875,13 +102874,13 @@ function nB(d) {
102875
102874
  let i = "";
102876
102875
  return d.abstract && (i = "Template "), d.static && (i += i ? " single copy " : "Single copy "), i ? i + "definition" : "Definition";
102877
102876
  }
102878
- function rwt(d) {
102877
+ function twt(d) {
102879
102878
  return d.parent.type === f.DefinitionEntity || d.parent.type === f.InstalledProject ? "Internal action of " + te(d.parent, d.project) : d.parent.type === f.Loop ? "Action repeated on every iteration" : "Internal action of entity";
102880
102879
  }
102881
102880
  function aB(d) {
102882
- return ZL(d) ? rwt(d) : "Custom trigger";
102881
+ return ZL(d) ? twt(d) : "Custom trigger";
102883
102882
  }
102884
- function GIt(d) {
102883
+ function FIt(d) {
102885
102884
  var u;
102886
102885
  switch (d.type) {
102887
102886
  case f.DefinitionEntity:
@@ -102891,7 +102890,7 @@ function GIt(d) {
102891
102890
  }
102892
102891
  return (u = sB[d.type]) == null ? void 0 : u.singular;
102893
102892
  }
102894
- function KIt(d) {
102893
+ function GIt(d) {
102895
102894
  var u;
102896
102895
  switch (d.type) {
102897
102896
  case f.DefinitionEntity:
@@ -102901,18 +102900,18 @@ function KIt(d) {
102901
102900
  }
102902
102901
  return (u = sB[d.type]) == null ? void 0 : u.singular;
102903
102902
  }
102904
- const oB = 4e4, iwt = 280, kIt = 300, lB = 65, Pc = 32, wT = 39, swt = 26, nwt = 49, ST = 44, qIt = 35, AT = 52, dB = 10, Ra = dB * 2, WT = 38, IT = 90, GC = 270, awt = oB / 2 + 120, owt = oB / 2 + 180;
102905
- function lwt(d) {
102903
+ const oB = 4e4, rwt = 280, KIt = 300, lB = 65, Pc = 32, wT = 39, iwt = 26, swt = 49, ST = 44, kIt = 35, AT = 52, dB = 10, Ra = dB * 2, WT = 38, IT = 90, GC = 270, nwt = oB / 2 + 120, awt = oB / 2 + 180;
102904
+ function owt(d) {
102906
102905
  let i = Pc + ST + WT + dB;
102907
102906
  const a = [...d.inputs];
102908
102907
  return a.length && (i += Ra, a.forEach(() => {
102909
- i += swt;
102908
+ i += iwt;
102910
102909
  })), {
102911
102910
  height: i,
102912
102911
  width: 280
102913
102912
  };
102914
102913
  }
102915
- function dwt(d) {
102914
+ function lwt(d) {
102916
102915
  let i = lB;
102917
102916
  const a = [];
102918
102917
  if ([f.DefinitionEntity].includes(d.type)) {
@@ -102921,7 +102920,7 @@ function dwt(d) {
102921
102920
  ...d.properties || []
102922
102921
  ];
102923
102922
  v.length && (i += Ra, v.forEach((T) => {
102924
- i += T.static ? nwt : wT;
102923
+ i += T.static ? swt : wT;
102925
102924
  }));
102926
102925
  }
102927
102926
  if ([
@@ -102936,7 +102935,7 @@ function dwt(d) {
102936
102935
  ...d.body ? [d.body] : []
102937
102936
  ];
102938
102937
  v.length && (i += Ra, v.forEach((T) => {
102939
- const I = lwt(T);
102938
+ const I = owt(T);
102940
102939
  i += I.height;
102941
102940
  }));
102942
102941
  }
@@ -102982,7 +102981,7 @@ function dwt(d) {
102982
102981
  function Mm(d) {
102983
102982
  return `${d.split("-").map((a, l) => l === 0 ? a.charAt(0).toUpperCase() + a.slice(1) : a.toLowerCase()).join(" ")}.`;
102984
102983
  }
102985
- function ZIt(d) {
102984
+ function qIt(d) {
102986
102985
  switch (d.code) {
102987
102986
  case se.AbstractEntityWithNonAbstractMethods:
102988
102987
  return "This template entity has non-template actions";
@@ -103052,7 +103051,7 @@ function ZIt(d) {
103052
103051
  return Mm(d.code);
103053
103052
  }
103054
103053
  }
103055
- function JIt(d) {
103054
+ function ZIt(d) {
103056
103055
  switch (d.code) {
103057
103056
  case se.AbstractEntityWithNonAbstractMethods:
103058
103057
  return "Non-template actions";
@@ -103124,7 +103123,7 @@ function JIt(d) {
103124
103123
  return Mm(d.code);
103125
103124
  }
103126
103125
  }
103127
- function SIt(d) {
103126
+ function JIt(d) {
103128
103127
  switch (d.code) {
103129
103128
  case se.AbstractEntityWithNonAbstractMethods:
103130
103129
  return `${te(
@@ -103298,7 +103297,7 @@ function SIt(d) {
103298
103297
  )} Error: ${Mm(d.code)}`;
103299
103298
  }
103300
103299
  }
103301
- function WIt(d) {
103300
+ function SIt(d) {
103302
103301
  var u, i, a, l;
103303
103302
  switch (d.code) {
103304
103303
  case se.AbstractEntityWithNonAbstractMethods:
@@ -103480,29 +103479,29 @@ function WIt(d) {
103480
103479
  }
103481
103480
  }
103482
103481
  var uB = /* @__PURE__ */ ((d) => (d.ValuesAlreadyConnected = "values-already-connected", d.CannotReadMoreThanOneValue = "cannot-read-more-than-one-value", d.CannotReadValueFromChildren = "cannot-read-value-from-children", d.CannotWriteValueToChildren = "cannot-write-value-to-children", d.CannotBeCalledByChildren = "cannot-be-called-by-children", d.ExecutionsAlreadyConnected = "executions-already-connected", d.DataTypesNotCompatible = "data-types-not-compatible", d.CannotCallAncestor = "cannot-call-ancestor", d.CannotWriteValueToAncestor = "cannot-write-value-to-ancestor", d.NotInScope = "not-in-scope", d.IsNotValueWrittingEntity = "is-not-value-writting-entity", d.IsNotValueReadingEntity = "is-not-value-reading-entity", d.ContinueOrBreakStatementCalledFromOutsideLoop = "continue-or-break-statement-called-from-outside-loop", d.ElementInLoopBodyCallingOutsideLoop = "element-in-loop-body-calling-outside-loop", d.CallerIsInHigherScope = "caller-is-in-higher-scope", d.CallerIsInLowerScope = "caller-is-in-lower-scope", d.CallIsInHigherScope = "call-is-in-higher-scope", d.CallIsInLowerScope = "call-is-in-lower-scope", d.OtherIncompatibleScopeReason = "other-incompatible-scope-reason", d))(uB || {});
103483
- const YIt = Object.values(
103482
+ const WIt = Object.values(
103484
103483
  uB
103485
103484
  );
103486
103485
  var cB = /* @__PURE__ */ ((d) => (d.NotPartOfOngoingTest = "not-part-of-ongoing-test", d.CannotBeAddedToTest = "cannot-be-added-to-test", d))(cB || {});
103487
- const zIt = Object.values(
103486
+ const YIt = Object.values(
103488
103487
  cB
103489
103488
  );
103490
103489
  var pB = /* @__PURE__ */ ((d) => (d.Suggestion = "suggestion", d.CanvasGloballyDisabled = "canvas-globally-disabled", d))(pB || {});
103491
- const HIt = Object.values(
103490
+ const zIt = Object.values(
103492
103491
  pB
103493
103492
  );
103494
- function XIt(d, u) {
103493
+ function HIt(d, u) {
103495
103494
  const i = [...d, ...u];
103496
103495
  return Array.from(new Set(i));
103497
103496
  }
103498
- function QIt(d, u) {
103497
+ function XIt(d, u) {
103499
103498
  const i = [...d, ...u], a = Array.from(new Set(i));
103500
103499
  return {
103501
103500
  hasChanged: a.length !== d.length,
103502
103501
  reasons: a
103503
103502
  };
103504
103503
  }
103505
- function e1t(d, u) {
103504
+ function QIt(d, u) {
103506
103505
  const i = d.filter(
103507
103506
  (l) => !u.includes(l)
103508
103507
  );
@@ -103511,7 +103510,7 @@ function e1t(d, u) {
103511
103510
  reasons: i
103512
103511
  };
103513
103512
  }
103514
- function uwt(d, u) {
103513
+ function dwt(d, u) {
103515
103514
  return d.find((i) => i.entity.id === u) || null;
103516
103515
  }
103517
103516
  function KC(d) {
@@ -103552,7 +103551,7 @@ class Wr {
103552
103551
  this.calculateCardSize(), this.getSortedChildren();
103553
103552
  }
103554
103553
  static autoGenerateLayout(u, i, a) {
103555
- const l = awt - GC - iwt, p = owt - IT - lB;
103554
+ const l = nwt - GC - rwt, p = awt - IT - lB;
103556
103555
  u.metaSync(
103557
103556
  {
103558
103557
  x: u.x || l,
@@ -103691,7 +103690,7 @@ class Wr {
103691
103690
  // This is an approximation and the actual height of the card
103692
103691
  // Calculated based on the entity type and data
103693
103692
  calculateCardSize() {
103694
- const u = dwt(this.entity);
103693
+ const u = lwt(this.entity);
103695
103694
  this.entityCardWidth = u.width, this.entityCardHeight = u.height;
103696
103695
  }
103697
103696
  // It takes the biggest top, left, bottom, right coordinates of two areas
@@ -103824,7 +103823,7 @@ class Wr {
103824
103823
  return this.children.forEach((l) => {
103825
103824
  if (Wr.getEarliestParentInChain(l) !== this)
103826
103825
  return;
103827
- const t = uwt(
103826
+ const t = dwt(
103828
103827
  a,
103829
103828
  l.entity.id
103830
103829
  );
@@ -104052,12 +104051,12 @@ export {
104052
104051
  lFe as ALL_BUILT_IN_PRIMITIVE_ENTITIES,
104053
104052
  tZe as ALL_BUILT_IN_TOP_LEVEL_ENTITIES,
104054
104053
  eZe as ALL_BUILT_IN_VALUE_DESCRIPTORS,
104055
- YIt as ALL_CONNECTION_DISABLED_REASONS,
104056
- HIt as ALL_OTHER_DISABLED_REASONS,
104057
- zIt as ALL_TESTING_DISABLED_REASONS,
104054
+ WIt as ALL_CONNECTION_DISABLED_REASONS,
104055
+ zIt as ALL_OTHER_DISABLED_REASONS,
104056
+ YIt as ALL_TESTING_DISABLED_REASONS,
104058
104057
  Ut as ActionDescriptorState,
104059
- AAt as ActionInputMapState,
104060
- _At as ActionOutputMapState,
104058
+ wAt as ActionInputMapState,
104059
+ RAt as ActionOutputMapState,
104061
104060
  mKe as AppendToListOperationInputIds,
104062
104061
  vKe as AppendToListOperationOutputIds,
104063
104062
  Wr as Area,
@@ -104066,24 +104065,24 @@ export {
104066
104065
  OC as BREAK_AND_CONTINUE_STATEMENTS_RETURN_DECLARATIONS_EXPLANATION,
104067
104066
  ve as BUILT_IN_BASE_ENTITY_IDS,
104068
104067
  cs as BUILT_IN_ENTITY_TYPES,
104069
- RIt as BaseCanvasDraggableState,
104068
+ IIt as BaseCanvasDraggableState,
104070
104069
  Ce as BaseEntityNames,
104071
- IIt as BaseState,
104070
+ AIt as BaseState,
104072
104071
  cp as BaseValueDescriptorIds,
104073
104072
  IEt as BreakStatementDependencyField,
104074
104073
  Go as BreakStatementState,
104075
104074
  ta as BuiltInBaseEntityState,
104076
104075
  ud as CACHED_PROJECTS_BY_ID,
104077
- VAt as CALLABLE_ENTITIES_EXPLANATION,
104076
+ PAt as CALLABLE_ENTITIES_EXPLANATION,
104078
104077
  Nn as CALLABLE_TYPES,
104079
104078
  DEt as CALLER_ENTITIES_EXPLANATION,
104080
104079
  $n as CALLER_TYPES,
104081
104080
  wo as CALLS_UPDATE_EXPLANATION,
104082
- awt as CANVAS_BASE_X,
104083
- owt as CANVAS_BASE_Y,
104081
+ nwt as CANVAS_BASE_X,
104082
+ awt as CANVAS_BASE_Y,
104084
104083
  Pc as CANVAS_CARD_HEADER_CENTER_HEIGHT,
104085
- iwt as CANVAS_CARD_WIDTH,
104086
- kIt as CANVAS_COMPLEX_CARD_HEIGHT,
104084
+ rwt as CANVAS_CARD_WIDTH,
104085
+ KIt as CANVAS_COMPLEX_CARD_HEIGHT,
104087
104086
  GC as CANVAS_HORIZONTAL_BUFFER_BETWEEN_CARDS,
104088
104087
  lB as CANVAS_SIMPLE_CARD_HEIGHT,
104089
104088
  oB as CANVAS_SIZE,
@@ -104091,11 +104090,11 @@ export {
104091
104090
  WT as CARD_FOOTER_HEIGHT,
104092
104091
  Ra as CARD_PROPERTIES_SECTION_PADDING,
104093
104092
  dB as CARD_PROPERTIES_SECTION_SINGLE_PADDING,
104094
- Ewt as CHILDREN_TYPES,
104093
+ vwt as CHILDREN_TYPES,
104095
104094
  Zqe as COMPARISON_CONDITIONS,
104096
104095
  Jqe as CONDITIONS,
104097
104096
  U7e as CUSTOM_ENTITY_OPERATIONS,
104098
- gIt as CallableEntityClass,
104097
+ _It as CallableEntityClass,
104099
104098
  zL as CallerEntityClass,
104100
104099
  uB as CanvasEntityConnectionDisabledReason,
104101
104100
  pB as CanvasEntityOtherDisabledReason,
@@ -104103,7 +104102,7 @@ export {
104103
104102
  F as ChangeSet,
104104
104103
  U4 as ChangeSetChangeCaptureType,
104105
104104
  G as ChangeSetEntityChangeType,
104106
- _It as ChildEntityBaseClass,
104105
+ RIt as ChildEntityBaseClass,
104107
104106
  GEt as CommonStringValidationErrorCodes,
104108
104107
  ur as ComparisonOperatorTypes,
104109
104108
  $0t as ConditionDependencyField,
@@ -104115,7 +104114,7 @@ export {
104115
104114
  ZC as DRAGGABLE_CALLABLE_TYPES,
104116
104115
  Q6e as DRAGGABLE_CALLER_TYPES,
104117
104116
  zT as DRAGGABLE_ELEMENT_TYPES,
104118
- mwt as DRAGGABLE_EXECUTABLE_TYPES,
104117
+ ywt as DRAGGABLE_EXECUTABLE_TYPES,
104119
104118
  YT as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
104120
104119
  qC as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES_WITH_OUTPUTS,
104121
104120
  Zs as DataTypeCompatibilityTypes,
@@ -104125,28 +104124,27 @@ export {
104125
104124
  qT as DefinitionEntityDependencyField,
104126
104125
  Ua as DefinitionEntityState,
104127
104126
  be as DynamicValueTypes,
104128
- wIt as EDITABLE_PERSISTANCE_REPOSITORY_DEFAULTS,
104127
+ bIt as EDITABLE_PERSISTANCE_REPOSITORY_DEFAULTS,
104129
104128
  xT as ENTITIES_WITH_VALLUES_EXPLANATION,
104130
104129
  he as ENTITY_PERSISTANCE_OPTIONS_DEFAULTS,
104131
104130
  Ve as ENTITY_RECUSION_OPTIONS_DEFAULTS,
104132
- vwt as ENTITY_TYPES,
104131
+ mwt as ENTITY_TYPES,
104133
104132
  tFe as ENTITY_WITH_CODE_NAMES_TYPES,
104134
- hwt as ENTITY_WITH_DECLARATION_TYPES,
104133
+ fwt as ENTITY_WITH_DECLARATION_TYPES,
104135
104134
  Ar as ENTITY_WITH_LOGIC_SCOPE_TYPES,
104136
104135
  eFe as ENTITY_WITH_NAMES_TYPES,
104137
- pwt as ENTITY_WITH_PARENT_TYPES,
104136
+ cwt as ENTITY_WITH_PARENT_TYPES,
104138
104137
  H6e as ENTITY_WITH_USER_MANAGED_DECLARATION_TYPES,
104139
- fwt as ENTITY_WITH_USER_MANAGED_SINGLE_IMPLEMENTS_TYPES,
104138
+ pwt as ENTITY_WITH_USER_MANAGED_SINGLE_IMPLEMENTS_TYPES,
104140
104139
  kC as ENTITY_WITH_VALUE_TYPES,
104141
104140
  _m as ENTRY_POINT_ENTITIES_EXPLANATION,
104142
104141
  Yt as ENTRY_POINT_TYPES,
104143
104142
  AT as ERROR_PROPERTY_HEIGHT,
104144
104143
  up as EVENT_TYPES,
104145
- ywt as EXECUTABLE_TYPES,
104144
+ hwt as EXECUTABLE_TYPES,
104146
104145
  c7e as EXECUTION_OPERATIONS,
104147
104146
  qh as EfimeralValueStore,
104148
- Dbt as EndpointEntity,
104149
- ubt as EntityAction,
104147
+ gbt as EndpointEntity,
104150
104148
  Jt as EntityError,
104151
104149
  Z as EntityErrorSeverity,
104152
104150
  X as EntityGenerationError,
@@ -104154,9 +104152,9 @@ export {
104154
104152
  se as EntityInstanceErrorCode,
104155
104153
  or as EntityOperations,
104156
104154
  f as EntityType,
104157
- OIt as EntityWithLogicScopeClass,
104158
- CIt as EntityWithValueClass,
104159
- DIt as EntryPointEntityClass,
104155
+ CIt as EntityWithLogicScopeClass,
104156
+ $It as EntityWithValueClass,
104157
+ gIt as EntryPointEntityClass,
104160
104158
  FC as Execution,
104161
104159
  lr as ExecutionOperations,
104162
104160
  iB as ExecutionState,
@@ -104172,7 +104170,7 @@ export {
104172
104170
  Ca as GlobalEventNames,
104173
104171
  Mo as GlobalEventState,
104174
104172
  vi as HTTPOperations,
104175
- _bt as HTTPStatucCodeValidationErrorCodes,
104173
+ Rbt as HTTPStatucCodeValidationErrorCodes,
104176
104174
  E9e as HTTP_OPERATIONS,
104177
104175
  bEt as InputMapDependencyField,
104178
104176
  en as InputMapState,
@@ -104189,8 +104187,8 @@ export {
104189
104187
  Di as LoopState,
104190
104188
  Ue as LoopTypes,
104191
104189
  ST as MAIN_VALUE_PROPERTY_HEADER_HEIGHT,
104192
- qIt as MAIN_VALUE_SUB_PROPERTY_HEIGHT,
104193
- swt as NESTED_PROPERTY_HEIGHT,
104190
+ kIt as MAIN_VALUE_SUB_PROPERTY_HEIGHT,
104191
+ iwt as NESTED_PROPERTY_HEIGHT,
104194
104192
  ko as NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION,
104195
104193
  UFe as NUMBER_OPERATIONS,
104196
104194
  pr as NumberOperations,
@@ -104204,12 +104202,12 @@ export {
104204
104202
  Ko as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
104205
104203
  rr as PASS_THROUGH_CALLABLE_TYPES,
104206
104204
  X6e as PASS_THROUGH_CALLABLE_TYPES_WITH_OUTPUTS,
104207
- Ubt as PLACEHOLDER_VALUE_STORE_CLIENT,
104205
+ xbt as PLACEHOLDER_VALUE_STORE_CLIENT,
104208
104206
  wT as PROPERTY_HEIGHT,
104209
104207
  PL as PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION,
104210
- cbt as ParallelExecutionOperation,
104211
- $It as PassThroughCallableEntityClass,
104212
- Rbt as PersistedEntity,
104208
+ ubt as ParallelExecutionOperation,
104209
+ DIt as PassThroughCallableEntityClass,
104210
+ Ibt as PersistedEntity,
104213
104211
  Os as PersistedEntityMethods,
104214
104212
  Zi as PrimitiveEntityState,
104215
104213
  H as PrimitiveTypes,
@@ -104219,19 +104217,19 @@ export {
104219
104217
  La as PropertyState,
104220
104218
  sB as READABLE_ENTITY_TYPES,
104221
104219
  abt as READ_ONLY_ENTITY_PERSISTANCE_REPOSITORY,
104222
- NAt as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
104220
+ VAt as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
104223
104221
  R0t as ReturnDeclarationDependencyField,
104224
104222
  Wi as ReturnDeclarationState,
104225
104223
  S4 as ReturnStatementDependencyField,
104226
104224
  No as ReturnStatementState,
104227
- yAt as SQLAST,
104225
+ hAt as SQLAST,
104228
104226
  Bqe as STANDALONE_CONDITIONS,
104229
- nwt as STATIC_PROPERTY_HEIGHT,
104227
+ swt as STATIC_PROPERTY_HEIGHT,
104230
104228
  IGe as STRING_OPERATIONS,
104231
104229
  kT as ScopeCompatibilityType,
104232
104230
  EEt as SearchDependencyField,
104233
104231
  Uo as SearchState,
104234
- fbt as SequentialExecutionOperation,
104232
+ pbt as SequentialExecutionOperation,
104235
104233
  XKe as SequentialExecutionOperationInputIds,
104236
104234
  QKe as SequentialExecutionOperationOutputIds,
104237
104235
  ae as SharedEntityErrorCode,
@@ -104243,7 +104241,7 @@ export {
104243
104241
  ar as TERMINATION_TYPES,
104244
104242
  xa as Traverser,
104245
104243
  rFe as USER_MANAGED_ENTITY_TYPES,
104246
- AIt as UserManagedEntityStateTemplate,
104244
+ wIt as UserManagedEntityStateTemplate,
104247
104245
  OL as VALUE_READING_ENTITIES_EXPLANATION,
104248
104246
  Da as VALUE_READING_TYPES,
104249
104247
  $Et as VALUE_WRITING_ENTITIES_EXPLANATION,
@@ -104258,19 +104256,19 @@ export {
104258
104256
  Vm as ValueWritingEntityClass,
104259
104257
  C0t as VariableDeclarationDependencyField,
104260
104258
  xo as VariableDeclarationState,
104261
- wAt as VariableInputMapState,
104259
+ bAt as VariableInputMapState,
104262
104260
  Q4 as VariableInstanceDependencyField,
104263
104261
  Bo as VariableInstanceState,
104264
- RAt as VariableOutputMapState,
104265
- pbt as WaitOperation,
104262
+ IAt as VariableOutputMapState,
104263
+ cbt as WaitOperation,
104266
104264
  ZKe as WaitOperationInputIds,
104267
104265
  JKe as WaitOperationOutputIds,
104268
- uAt as actionDescriptorValidation,
104269
- QIt as addDisabledReasons,
104270
- Qbt as afterLiteralValueAsTypeChangeSideEffects,
104271
- Xbt as afterLiteralValueAsTypeDeleteSideEffects,
104272
- zbt as afterLiteralValueChangeSideEffects,
104273
- Ybt as afterLiteralValueDeleteSideEffects,
104266
+ dAt as actionDescriptorValidation,
104267
+ XIt as addDisabledReasons,
104268
+ Xbt as afterLiteralValueAsTypeChangeSideEffects,
104269
+ Hbt as afterLiteralValueAsTypeDeleteSideEffects,
104270
+ Ybt as afterLiteralValueChangeSideEffects,
104271
+ Wbt as afterLiteralValueDeleteSideEffects,
104274
104272
  Zh as aggregateVariableInputsNextValues,
104275
104273
  bT as aggregateVariableInputsValues,
104276
104274
  eb as appendToListOperation,
@@ -104289,17 +104287,17 @@ export {
104289
104287
  AKe as appendToListOperationResultListReturnRef,
104290
104288
  wKe as appendToListOperationSecondListDataType,
104291
104289
  xe as applyNewScope,
104292
- gAt as argumentDeclarationValidation,
104290
+ _At as argumentDeclarationValidation,
104293
104291
  Yn as asGenerationActionExample,
104294
104292
  Fn as assembleAndAddLiteralValueFromDataType,
104295
104293
  ze as assembleStandaloneLiteralValueFromDataType,
104296
104294
  ja as booleanPrototype,
104297
- DAt as breakStatementValidation,
104298
- dwt as calculateCardSize,
104299
- lwt as calculateMethodCardSize,
104295
+ gAt as breakStatementValidation,
104296
+ lwt as calculateCardSize,
104297
+ owt as calculateMethodCardSize,
104300
104298
  LC as calculateNewParentBasedOnCallers,
104301
104299
  Hr as capitalizeFirstLetter,
104302
- eAt as changeSetJSONRecordToUniqueIds,
104300
+ Qwt as changeSetJSONRecordToUniqueIds,
104303
104301
  Js as checkAreDataTypesCompatible,
104304
104302
  Xmt as checkAreDefinitionEntitiesCompatibleAsDataType,
104305
104303
  Hmt as checkArePropertiesCompatibleAsDataType,
@@ -104307,30 +104305,30 @@ export {
104307
104305
  Ss as checkHasBaseEntity,
104308
104306
  br as checkHasMetadataChanged,
104309
104307
  ga as checkImplementationsOverlap,
104310
- uIt as checkImplementsBaseEntity,
104308
+ dIt as checkImplementsBaseEntity,
104311
104309
  Rd as checkIsBranchDependentButNotDirectlyOnBranch,
104312
104310
  BC as checkIsBranchDependentOnBranch,
104313
104311
  UC as checkIsBuiltIn,
104314
104312
  Qh as checkIsCallableEntityReachable,
104315
- lIt as checkIsCanvasEntity,
104313
+ oIt as checkIsCanvasEntity,
104316
104314
  DC as checkIsDefEntityInlineDeclaredForSearchOutputType,
104317
104315
  UTt as checkIsDetachedBranch,
104318
104316
  qL as checkIsDetachedBranchShallow,
104319
- jbt as checkIsEmptyValue,
104320
- aIt as checkIsGlobalVariable,
104317
+ Ubt as checkIsEmptyValue,
104318
+ nIt as checkIsGlobalVariable,
104321
104319
  kL as checkIsGloballyDeclared,
104322
104320
  jC as checkIsLiteralValueEmpty,
104323
104321
  ZL as checkIsMethod,
104324
104322
  KT as checkIsNestedScope,
104325
104323
  Hd as checkIsRequiredValue,
104326
104324
  vy as checkScopeCompatibility,
104327
- VIt as cloneProject,
104328
- cAt as conditionValidation,
104329
- oAt as continueStatementValidation,
104330
- kAt as convertToAbstract,
104331
- qAt as convertToNonAbstract,
104332
- JAt as convertToNonStatic,
104333
- ZAt as convertToStatic,
104325
+ PIt as cloneProject,
104326
+ uAt as conditionValidation,
104327
+ aAt as continueStatementValidation,
104328
+ KAt as convertToAbstract,
104329
+ kAt as convertToNonAbstract,
104330
+ ZAt as convertToNonStatic,
104331
+ qAt as convertToStatic,
104334
104332
  $y as countedLoopActionDescriptor,
104335
104333
  H8e as countedLoopActionDescriptorDynamicReturnDeclaration,
104336
104334
  z8e as countedLoopActionDescriptorDynamicReturnDeclarationParentRef,
@@ -104366,25 +104364,25 @@ export {
104366
104364
  A7e as createNewInstanceOperationOutputEntityDeclarationParentRef,
104367
104365
  b7e as createNewInstanceOperationRef,
104368
104366
  u0t as createSemanticId,
104369
- bIt as createStateFromGenerationTargetType,
104367
+ TIt as createStateFromGenerationTargetType,
104370
104368
  qt as createStateFromType,
104371
104369
  Q as createStateFromTypeAndSubscribe,
104372
104370
  Eb as cronJobBuiltInBaseEntity,
104373
104371
  Oqe as cronJobBuiltInBaseEntityExpressionProperty,
104374
- Rwt as cronJobBuiltInBaseEntityExpressionPropertyDataTypeRef,
104372
+ Iwt as cronJobBuiltInBaseEntityExpressionPropertyDataTypeRef,
104375
104373
  Dqe as cronJobBuiltInBaseEntityExpressionPropertyRef,
104376
104374
  Cqe as cronJobBuiltInBaseEntityRef,
104377
104375
  UO as cronJobTriggeredFunctionDeclarationBlueprint,
104378
104376
  gqe as cronJobTriggeredFunctionDeclarationBlueprintParentRef,
104379
104377
  BEt as dataTypeCompatibilityToErrorExplanation,
104380
- iAt as dataTypeValidation,
104378
+ rAt as dataTypeValidation,
104381
104379
  ra as datePrototype,
104382
104380
  m2 as dateValueAutogenerationSchema,
104383
104381
  nJe as definitionEntityToZodSchema,
104384
- TIt as definitionEntityValidation,
104382
+ EIt as definitionEntityValidation,
104385
104383
  BO as deletePersistedEntityMethod,
104386
104384
  cqe as deletePersistedEntityMethodParentRef,
104387
- MIt as deleteRootProject,
104385
+ NIt as deleteRootProject,
104388
104386
  h0t as emitSideEffects,
104389
104387
  os as endpointBuiltInBaseEntity,
104390
104388
  uke as endpointBuiltInBaseEntityRef,
@@ -104449,10 +104447,10 @@ export {
104449
104447
  FO as executionBuiltInEntityAbortMethod,
104450
104448
  Pqe as executionBuiltInEntityAbortMethodParentRef,
104451
104449
  R as filterOutDuplicateEntities,
104452
- _wt as filterOutDuplicateErrors,
104450
+ Rwt as filterOutDuplicateErrors,
104453
104451
  LL as findEntityFromKeys,
104454
104452
  sTt as findReferenceToSelfInList,
104455
- QAt as findReferencesToSelfInProject,
104453
+ XAt as findReferencesToSelfInProject,
104456
104454
  aTt as flattenActionDescriptor,
104457
104455
  oTt as flattenArgumentDeclaration,
104458
104456
  lTt as flattenBreakStatement,
@@ -104471,7 +104469,7 @@ export {
104471
104469
  ls as flattenDerivedCanvasEntities,
104472
104470
  FTt as flattenDetachedBranch,
104473
104471
  ut as flattenElementCalls,
104474
- XAt as flattenElementCallsOnTheSameScope,
104472
+ HAt as flattenElementCallsOnTheSameScope,
104475
104473
  fe as flattenEntity,
104476
104474
  hTt as flattenFunctionCall,
104477
104475
  yTt as flattenFunctionDeclaration,
@@ -104498,17 +104496,17 @@ export {
104498
104496
  rTt as flattenVariableReads,
104499
104497
  tTt as flattenVariableWrites,
104500
104498
  Wt as flattenVariables,
104501
- mIt as fromChangeSetToRecordChangeSet,
104499
+ yIt as fromChangeSetToRecordChangeSet,
104502
104500
  _C as fromLiteralValueTypeToPrimitiveType,
104503
104501
  $L as fromZodParseToEntityGenerationErrors,
104504
- GAt as functionCallValidation,
104505
- rAt as functionDeclarationValidation,
104502
+ FAt as functionCallValidation,
104503
+ tAt as functionDeclarationValidation,
104506
104504
  Cb as generate,
104507
- MAt as generateActionExample,
104508
- Wwt as generateExecutionDataType,
104505
+ NAt as generateActionExample,
104506
+ Swt as generateExecutionDataType,
104509
104507
  Ir as generateIdFromStrategy,
104510
104508
  fT as generateMutablePropertiesExplanation,
104511
- LIt as generatePlaceholderValueStore,
104509
+ MIt as generatePlaceholderValueStore,
104512
104510
  _Se as generateRandomBoolean,
104513
104511
  dJe as generateRandomDate,
104514
104512
  aJe as generateRandomDateAfter,
@@ -104522,12 +104520,12 @@ export {
104522
104520
  wSe as generateRandomTextAfter,
104523
104521
  ASe as generateRandomTextBefore,
104524
104522
  ISe as generateRandomTextBetweenRange,
104525
- BIt as generateStandaloneIfDefault,
104523
+ LIt as generateStandaloneIfDefault,
104526
104524
  mSe as generateUniqueUUID,
104527
104525
  ET as getAllActionDescriptorsForConditions,
104528
104526
  mT as getAllActionDescriptorsForGlobalEvents,
104529
104527
  vT as getAllActionDescriptorsForLoops,
104530
- UAt as getAllActionDescriptorsForOperations,
104528
+ xAt as getAllActionDescriptorsForOperations,
104531
104529
  tn as getAllBuiltInEntityIds,
104532
104530
  NEt as getAllGloballyDeclaredFunctionDeclarationsExplanation,
104533
104531
  Ci as getBaseBuiltInEntities,
@@ -104536,60 +104534,60 @@ export {
104536
104534
  ei as getCallableEntityReferenceSchema,
104537
104535
  jht as getCallableEntityTypeSchema,
104538
104536
  Ms as getCalledBy,
104539
- Owt as getCallerEntityReferenceSchema,
104540
- Cwt as getCallerEntityTypeSchema,
104537
+ Cwt as getCallerEntityReferenceSchema,
104538
+ $wt as getCallerEntityTypeSchema,
104541
104539
  MA as getCalls,
104542
104540
  BTt as getCanvasEntitiesDerivedFromInternalCalls,
104543
104541
  $c as getCanvasEntitiesDerivedFromWrites,
104544
104542
  FT as getCanvasEntityDerivedFromValueReadingEntity,
104545
104543
  LTt as getCanvasEntityDerivedFromValueReadingEntityFromTransfer,
104546
- Swt as getCanvasEntityReferenceSchema,
104547
- Jwt as getCanvasEntityTypeSchema,
104544
+ Jwt as getCanvasEntityReferenceSchema,
104545
+ Zwt as getCanvasEntityTypeSchema,
104548
104546
  SEt as getChildrenEntityWithValues,
104549
104547
  dp as getColumnProperties,
104550
104548
  xL as getCommonAncestor,
104551
104549
  UT as getCommonChildren,
104552
- pIt as getDatabaseEntities,
104553
- hIt as getDatabaseEntity,
104550
+ cIt as getDatabaseEntities,
104551
+ fIt as getDatabaseEntity,
104554
104552
  mi as getDeclaration,
104555
- EIt as getDeclarationOutputedError,
104553
+ vIt as getDeclarationOutputedError,
104556
104554
  KTt as getDeepestScope,
104557
104555
  qTt as getDefaultRelationalDatabaseEntityOrFirst,
104558
104556
  Ght as getDraggableCallableEntityReferenceSchema,
104559
104557
  Fht as getDraggableCallableEntityTypeSchema,
104560
- Vwt as getDraggableCallerEntityReferenceSchema,
104561
- Pwt as getDraggableCallerEntityTypeSchema,
104562
- Bwt as getDraggableExecutableEntityReferenceSchema,
104563
- Lwt as getDraggableExecutableEntityTypeSchema,
104558
+ Pwt as getDraggableCallerEntityReferenceSchema,
104559
+ Owt as getDraggableCallerEntityTypeSchema,
104560
+ Lwt as getDraggableExecutableEntityReferenceSchema,
104561
+ Mwt as getDraggableExecutableEntityTypeSchema,
104564
104562
  Hw as getDraggablePassThroughCallableEntityReferenceSchema,
104565
104563
  zw as getDraggablePassThroughCallableEntityTypeSchema,
104566
- Gwt as getDraggablePlayableEntityReferenceSchema,
104567
- Fwt as getDraggablePlayableEntityTypeSchema,
104564
+ Fwt as getDraggablePlayableEntityReferenceSchema,
104565
+ jwt as getDraggablePlayableEntityTypeSchema,
104568
104566
  jA as getEntitiesCreatedSinceInitialization,
104569
104567
  In as getEntitiesToPropagateValuesTo,
104570
104568
  jL as getEntityArgumentDeclarations,
104571
104569
  NTt as getEntityInputMaps,
104572
- iIt as getEntityOutputMaps,
104573
- Zwt as getEntityReferenceSchema,
104570
+ rIt as getEntityOutputMaps,
104571
+ qwt as getEntityReferenceSchema,
104574
104572
  MTt as getEntityReturnDeclarations,
104575
- qwt as getEntityTypeSchema,
104573
+ kwt as getEntityTypeSchema,
104576
104574
  Ja as getEntityWithLogicScopeReferenceSchema,
104577
- xwt as getEntityWithLogicScopeTypeSchema,
104575
+ Bwt as getEntityWithLogicScopeTypeSchema,
104578
104576
  Uht as getEntityWithValueReferenceSchema,
104579
- $wt as getEntityWithValueTypeSchema,
104577
+ Dwt as getEntityWithValueTypeSchema,
104580
104578
  Zr as getEntryPointEntityReferenceSchema,
104581
104579
  ol as getEntryPointEntityTypeSchema,
104582
104580
  Ww as getEventEntityReferenceSchema,
104583
104581
  Sw as getEventEntityTypeSchema,
104584
- Mwt as getExecutableEntityReferenceSchema,
104585
- Nwt as getExecutableEntityTypeSchema,
104586
- sIt as getExtendedBuiltInEntity,
104582
+ Nwt as getExecutableEntityReferenceSchema,
104583
+ Vwt as getExecutableEntityTypeSchema,
104584
+ iIt as getExtendedBuiltInEntity,
104587
104585
  LA as getExtendedDefinitionEntity,
104588
104586
  Nr as getFirstNonLoopScopeOwner,
104589
104587
  gEt as getGenerationTargetSchemaBasedOnType,
104590
104588
  jTt as getHeadIfPartOfDetachedBranch,
104591
104589
  GTt as getHighestScope,
104592
- nIt as getImplementedBuiltInEntity,
104590
+ sIt as getImplementedBuiltInEntity,
104593
104591
  Cm as getIsInteractive,
104594
104592
  iO as getLastInListOperation,
104595
104593
  yKe as getLastInListOperationError,
@@ -104602,7 +104600,7 @@ export {
104602
104600
  fKe as getLastInListOperationOutputElementReturn,
104603
104601
  pKe as getLastInListOperationOutputElementReturnParentRef,
104604
104602
  lKe as getLastInListOperationOutputElementReturnRef,
104605
- HAt as getLinkedEntitiesFromArgumentDeclaration,
104603
+ zAt as getLinkedEntitiesFromArgumentDeclaration,
104606
104604
  od as getLiteralValueNameFromDataType,
104607
104605
  KL as getLowestPersistedEntityImplementation,
104608
104606
  qEt as getParentCallableEntity,
@@ -104610,14 +104608,14 @@ export {
104610
104608
  Xr as getParentCanvasEntities,
104611
104609
  cr as getParentCanvasEntity,
104612
104610
  NA as getParentCanvasEntityFromTransfer,
104613
- SAt as getParentEntryPoint,
104611
+ JAt as getParentEntryPoint,
104614
104612
  ZEt as getParentPassthroughCallableEntity,
104615
104613
  fr as getPassThroughCallableEntityReferenceSchema,
104616
104614
  Yw as getPassThroughCallableEntityTypeSchema,
104617
- cIt as getPeristedEntities,
104618
- jwt as getPlayableEntityReferenceSchema,
104619
- Uwt as getPlayableEntityTypeSchema,
104620
- NIt as getProject,
104615
+ uIt as getPeristedEntities,
104616
+ Uwt as getPlayableEntityReferenceSchema,
104617
+ xwt as getPlayableEntityTypeSchema,
104618
+ VIt as getProject,
104621
104619
  Om as getPrototypeByType,
104622
104620
  xA as getRecusriveParentsIds,
104623
104621
  S as getReferenceEntityId,
@@ -104625,20 +104623,20 @@ export {
104625
104623
  CL as getReferencedEntityStateOrErrors,
104626
104624
  xc as getReferencedIds,
104627
104625
  pl as getRelatedCanvasElementsOnTheLeft,
104628
- eIt as getRelatedCanvasElementsOnTheLeftFromTransfer,
104626
+ QAt as getRelatedCanvasElementsOnTheLeftFromTransfer,
104629
104627
  Dn as getRelatedCanvasElementsOnTheRight,
104630
104628
  JL as getRootEntryPointScopeOwner,
104631
104629
  Oi as getScopeOwner,
104632
- yIt as getStateClassFromType,
104633
- kwt as getTerminationReferenceSchema,
104634
- Kwt as getTerminationTypeSchema,
104630
+ hIt as getStateClassFromType,
104631
+ Kwt as getTerminationReferenceSchema,
104632
+ Gwt as getTerminationTypeSchema,
104635
104633
  ZTt as getTopLevelParentEntityId,
104636
- vIt as getTouchedCanvasEntitiesFromChangeSet,
104637
- tIt as getUsedArgFromDeclaration,
104638
- rIt as getUsedReturnFromDeclaration,
104634
+ mIt as getTouchedCanvasEntitiesFromChangeSet,
104635
+ eIt as getUsedArgFromDeclaration,
104636
+ tIt as getUsedReturnFromDeclaration,
104639
104637
  xht as getValueReadingEntityReferenceSchema,
104640
104638
  Za as getValueReadingEntityTypeSchema,
104641
- Dwt as getValueWritingEntityReferenceSchema,
104639
+ gwt as getValueWritingEntityReferenceSchema,
104642
104640
  hm as getValueWritingEntityTypeSchema,
104643
104641
  YEt as getVariableFromInputMapping,
104644
104642
  XEt as getVariableFromReturnVariablePointer,
@@ -104651,14 +104649,14 @@ export {
104651
104649
  HEt as getVariablesFromReturnDeclarations,
104652
104650
  C4 as getVariablesInSameOrHigherScope,
104653
104651
  UL as getWrites,
104654
- lAt as globalEventValidation,
104652
+ oAt as globalEventValidation,
104655
104653
  xC as groupCallsBasedOnParallelizableExecution,
104656
104654
  jEt as handleAfterEntityImplementationSideEffects,
104657
104655
  UEt as handleBeforeEntityImplementationSideEffects,
104658
- xIt as handleLiteralValueChange,
104659
- Hbt as handleLiteralValueDelete,
104660
- UIt as handleValueAsTypeChange,
104661
- ewt as handleValueAsTypeDelete,
104656
+ BIt as handleLiteralValueChange,
104657
+ zbt as handleLiteralValueDelete,
104658
+ xIt as handleValueAsTypeChange,
104659
+ Qbt as handleValueAsTypeDelete,
104662
104660
  sb as httpRequestBodyArgument,
104663
104661
  H7e as httpRequestBodyArgumentRef,
104664
104662
  X7e as httpRequestBodyDataType,
@@ -104700,8 +104698,8 @@ export {
104700
104698
  t9e as httpResponseHeadersDataTypeRef,
104701
104699
  ab as httpResponseHeadersReturn,
104702
104700
  r9e as httpResponseHeadersReturnRef,
104703
- gbt as httpStatusCodeValueValidation,
104704
- Fbt as hydrateOrDiscardLiteralValue,
104701
+ _bt as httpStatusCodeValueValidation,
104702
+ jbt as hydrateOrDiscardLiteralValue,
104705
104703
  VA as implement,
104706
104704
  Qmt as inferArgumentDeclarationDataType,
104707
104705
  gn as inferDataType,
@@ -104713,11 +104711,11 @@ export {
104713
104711
  t0t as inferVariableDeclarationDataType,
104714
104712
  e0t as inferVariableInstanceDataType,
104715
104713
  UA as initBaseProjectEntity,
104716
- xbt as initProject,
104717
- Lbt as initProjectFromFetchResult,
104718
- bAt as inputMapValidation,
104719
- EAt as installedProjectValidation,
104720
- TAt as internalCallValidation,
104714
+ Bbt as initProject,
104715
+ Mbt as initProjectFromFetchResult,
104716
+ TAt as inputMapValidation,
104717
+ vAt as installedProjectValidation,
104718
+ EAt as internalCallValidation,
104721
104719
  NC as isPromise,
104722
104720
  p0t as isUUID,
104723
104721
  z9e as iterateOverListActionDescriptorListArgumentDeclaration,
@@ -104842,8 +104840,8 @@ export {
104842
104840
  WFe as joinStringsOperationSeparatorStringDataTypeDefaultValue,
104843
104841
  SFe as joinStringsOperationSeparatorStringDataTypeDefaultValueParentRef,
104844
104842
  pp as keyValuePrototype,
104845
- tAt as literalValueValidation,
104846
- dAt as loopValidation,
104843
+ eAt as literalValueValidation,
104844
+ lAt as loopValidation,
104847
104845
  Mc as lowercaseFirstLetter,
104848
104846
  pO as manualFlowActionDescriptorDeclarationArgumentDeclaration,
104849
104847
  _9e as manualFlowActionDescriptorDeclarationArgumentDeclarationDataType,
@@ -104857,11 +104855,11 @@ export {
104857
104855
  D9e as manualFlowLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
104858
104856
  O9e as manualFlowLoopBodyActionDescriptorAnyDynamicReturn,
104859
104857
  C9e as manualFlowLoopBodyActionDescriptorAnyDynamicReturnParentRef,
104860
- dIt as mapActionDescriptorToTypeItRepresents,
104858
+ lIt as mapActionDescriptorToTypeItRepresents,
104861
104859
  nTt as mapRecord,
104862
- XIt as mergeArraysOfStringsWithoutDuplicates,
104863
- gwt as mergeEntityErrorsList,
104864
- oIt as mergeListOfEntities,
104860
+ HIt as mergeArraysOfStringsWithoutDuplicates,
104861
+ _wt as mergeEntityErrorsList,
104862
+ aIt as mergeListOfEntities,
104865
104863
  J7e as methodDefaultValue,
104866
104864
  u2 as mockClientProject,
104867
104865
  bp as moreThanOrEqualCondition,
@@ -104917,9 +104915,9 @@ export {
104917
104915
  RFe as numberSubtractionOperationSecondNumberArgumentRef,
104918
104916
  _Fe as numberSubtractionOperationSecondNumberDataType,
104919
104917
  y2 as numberValueAutogenerationSchema,
104920
- sAt as operationValidation,
104921
- KAt as orderEntitiesForTraversal,
104922
- IAt as outputMapValidation,
104918
+ iAt as operationValidation,
104919
+ GAt as orderEntitiesForTraversal,
104920
+ AAt as outputMapValidation,
104923
104921
  wn as parallelExecutionOperation,
104924
104922
  qKe as parallelExecutionOperationError,
104925
104923
  kKe as parallelExecutionOperationErrorParentRef,
@@ -104940,7 +104938,7 @@ export {
104940
104938
  di as persistedBuiltInBaseEntity,
104941
104939
  Ep as persistedBuiltInBaseEntityDatabaseProperty,
104942
104940
  fqe as persistedBuiltInBaseEntityDatabasePropertyDataType,
104943
- Awt as persistedBuiltInBaseEntityDatabasePropertyDataTypeRef,
104941
+ wwt as persistedBuiltInBaseEntityDatabasePropertyDataTypeRef,
104944
104942
  hqe as persistedBuiltInBaseEntityDatabasePropertyParentRef,
104945
104943
  pqe as persistedBuiltInBaseEntityDatabasePropertyRef,
104946
104944
  Tp as persistedBuiltInBaseEntityPrimaryKeyProperty,
@@ -104963,7 +104961,7 @@ export {
104963
104961
  hd as propagateNewStaticPropertyValueAsTypeToVariables,
104964
104962
  fd as propagateNewStaticPropertyValueToVariables,
104965
104963
  sJe as propertyToZodSchema,
104966
- Qwt as propertyValidation,
104964
+ Xwt as propertyValidation,
104967
104965
  Hp as readValueFromWritter,
104968
104966
  V$ as rebaseStack,
104969
104967
  Yr as relationalDatabaseBuiltInBaseEntity,
@@ -104986,68 +104984,68 @@ export {
104986
104984
  rqe as relationalDatabaseBuiltInBaseEntityMinSizePropertyRef,
104987
104985
  mb as relationalDatabaseBuiltInBaseEntityPasswordProperty,
104988
104986
  Qke as relationalDatabaseBuiltInBaseEntityPasswordPropertyDataType,
104989
- wwt as relationalDatabaseBuiltInBaseEntityPasswordPropertyDataTypeRef,
104987
+ bwt as relationalDatabaseBuiltInBaseEntityPasswordPropertyDataTypeRef,
104990
104988
  eqe as relationalDatabaseBuiltInBaseEntityPasswordPropertyDefaultValueParentRef,
104991
104989
  Xke as relationalDatabaseBuiltInBaseEntityPasswordPropertyRef,
104992
104990
  vp as relationalDatabaseBuiltInBaseEntityRef,
104993
104991
  yb as relationalDatabaseBuiltInBaseEntityUsernameProperty,
104994
104992
  Hke as relationalDatabaseBuiltInBaseEntityUsernamePropertyDataType,
104995
- bwt as relationalDatabaseBuiltInBaseEntityUsernamePropertyDataTypeRef,
104993
+ Twt as relationalDatabaseBuiltInBaseEntityUsernamePropertyDataTypeRef,
104996
104994
  zke as relationalDatabaseBuiltInBaseEntityUsernamePropertyRef,
104997
- e1t as removeDisabledReasons,
104995
+ QIt as removeDisabledReasons,
104998
104996
  d0t as resolveActionDescriptorName,
104999
104997
  XL as resolveArgumentDeclarationValue,
105000
104998
  n0t as resolveBaseEntityName,
105001
104999
  a0t as resolveBuiltInBaseEntityDataTypeLabel,
105002
- GIt as resolveCardSubheader,
105000
+ FIt as resolveCardSubheader,
105003
105001
  Rr as resolveClonedEntityProject,
105004
105002
  dT as resolveConditionOperatorLabel,
105005
105003
  TA as resolveDataType,
105006
105004
  BL as resolveDataTypeEntityOrNestedChildrenFromLiteralValue,
105007
105005
  ip as resolveDataTypeLabel,
105008
- FIt as resolveDatatypeIconName,
105009
- Hwt as resolveDefinitionEntityDataTypeLabel,
105006
+ jIt as resolveDatatypeIconName,
105007
+ zwt as resolveDefinitionEntityDataTypeLabel,
105010
105008
  nB as resolveDefinitionEntitySubheader,
105011
105009
  $$ as resolveEntityCodeName,
105012
- zwt as resolveEntityDataTypeLabel,
105010
+ Ywt as resolveEntityDataTypeLabel,
105013
105011
  te as resolveEntityName,
105014
- KIt as resolveEntitySubheader,
105015
- YAt as resolveFirstCallsSecond,
105016
- zAt as resolveFirstWritesSecond,
105012
+ GIt as resolveEntitySubheader,
105013
+ WAt as resolveFirstCallsSecond,
105014
+ YAt as resolveFirstWritesSecond,
105017
105015
  aB as resolveFunctionDeclarationCardSubheader,
105018
105016
  tB as resolveInputMapNextStandaloneValue,
105019
105017
  Ty as resolveInputMapNextValue,
105020
- qbt as resolveInputMapNextValueAsPropertyOfAnObject,
105018
+ kbt as resolveInputMapNextValueAsPropertyOfAnObject,
105021
105019
  rB as resolveInputMapStandaloneValue,
105022
- Jbt as resolveInputMapValue,
105023
- Zbt as resolveInputMapValueAsPropertyOfAnObject,
105024
- rwt as resolveMethodCardSubheader,
105020
+ Zbt as resolveInputMapValue,
105021
+ qbt as resolveInputMapValueAsPropertyOfAnObject,
105022
+ twt as resolveMethodCardSubheader,
105025
105023
  JT as resolveNextValue,
105026
105024
  eB as resolveOutputMapValue,
105027
105025
  kTt as resolvePersistedDefinitionEntityDatabaseEntity,
105028
- fIt as resolvePrimaryKeyProperty,
105026
+ pIt as resolvePrimaryKeyProperty,
105029
105027
  gC as resolvePrimitiveEntityForSearchLiteralValueType,
105030
105028
  l0t as resolvePrimitiveEntityName,
105031
- Sbt as resolvePropertyValue,
105029
+ Jbt as resolvePropertyValue,
105032
105030
  QL as resolveReturnDeclarationValue,
105033
105031
  o0t as resolveSearchName,
105034
105032
  Jo as resolveValue,
105035
- Wbt as resolveValueDescriptorValue,
105036
- Kbt as resolveVarDeclarationAggregateObjectValue,
105037
- Gbt as resolveVarDeclarationNextAggregateObjectValue,
105033
+ Sbt as resolveValueDescriptorValue,
105034
+ Gbt as resolveVarDeclarationAggregateObjectValue,
105035
+ Fbt as resolveVarDeclarationNextAggregateObjectValue,
105038
105036
  Nm as resolveVarDeclarationNextValue,
105039
105037
  HL as resolveVarDeclarationValue,
105040
105038
  FA as resolveVarInstanceNextValue,
105041
- kbt as resolveVarInstanceValue,
105042
- Ywt as resolveVariableScope,
105043
- nAt as returnDeclarationValidation,
105044
- aAt as returnStatementValidation,
105039
+ Kbt as resolveVarInstanceValue,
105040
+ Wwt as resolveVariableScope,
105041
+ sAt as returnDeclarationValidation,
105042
+ nAt as returnStatementValidation,
105045
105043
  GO as searchStatementErrorGlobalValueDescriptor,
105046
105044
  Qqe as searchStatementErrorGlobalValueDescriptorDataType,
105047
105045
  Xqe as searchStatementErrorGlobalValueDescriptorRef,
105048
- mAt as searchStatementState,
105049
- vAt as searchStatementUtils,
105050
- hAt as searchValidation,
105046
+ yAt as searchStatementState,
105047
+ mAt as searchStatementUtils,
105048
+ fAt as searchValidation,
105051
105049
  _a as sequentialExecutionOperation,
105052
105050
  u7e as sequentialExecutionOperationError,
105053
105051
  d7e as sequentialExecutionOperationErrorParentRef,
@@ -105062,10 +105060,10 @@ export {
105062
105060
  r7e as sequentialExecutionOperationListOfFunctionsBlueprint,
105063
105061
  t7e as sequentialExecutionOperationListOfFunctionsBlueprintDynamicInput,
105064
105062
  e7e as sequentialExecutionOperationListOfFunctionsBlueprintDynamicOutput,
105065
- Iwt as softDeletePersistedEntityMethod,
105063
+ Awt as softDeletePersistedEntityMethod,
105066
105064
  Rqe as softDeletePersistedEntityMethodParentRef,
105067
105065
  WEt as sortCallsBasedOnExecutionDependencies,
105068
- WAt as sortChildrenEntitiesBasedOnExecutionDependencies,
105066
+ SAt as sortChildrenEntitiesBasedOnExecutionDependencies,
105069
105067
  rO as splitListOperation,
105070
105068
  iKe as splitListOperationError,
105071
105069
  rKe as splitListOperationErrorParentRef,
@@ -105096,7 +105094,7 @@ export {
105096
105094
  lGe as splitStringOperationIndexArgumentRef,
105097
105095
  dGe as splitStringOperationIndexDataType,
105098
105096
  fGe as splitStringOperationSecondPartResultStringDataType,
105099
- Twt as splitStringOperationSecondPartResultStringReturn,
105097
+ Ewt as splitStringOperationSecondPartResultStringReturn,
105100
105098
  EGe as splitStringOperationSecondPartResultStringReturnParentRef,
105101
105099
  pGe as splitStringOperationSecondPartResultStringReturnRef,
105102
105100
  yGe as splitStringOperationStringArgument,
@@ -105107,27 +105105,27 @@ export {
105107
105105
  h2 as stringValueAutogenerationSchema,
105108
105106
  C$ as suggestNewIdForEntity,
105109
105107
  $C as syncSearchEntityOutput,
105110
- PIt as test_primitive_entities_export,
105108
+ OIt as test_primitive_entities_export,
105111
105109
  qr as toCamelCase,
105112
105110
  $i as toEntityState,
105113
105111
  s0t as toKebabCase,
105114
105112
  LT as toLowerCaseKebabCase,
105115
105113
  rp as toPascalCase,
105116
105114
  O$ as transitionProjectVersion,
105117
- ZIt as translateLogicErrorCode,
105118
- JIt as translateLogicErrorCodeShort,
105119
- SIt as translateLogicErrorCodeShortWithEntityName,
105120
- WIt as translateLogicErrorCodeWithEntityName,
105115
+ qIt as translateLogicErrorCode,
105116
+ ZIt as translateLogicErrorCodeShort,
105117
+ JIt as translateLogicErrorCodeShortWithEntityName,
105118
+ SIt as translateLogicErrorCodeWithEntityName,
105121
105119
  P$ as traverseChangeSet,
105122
105120
  ri as untypedDataPrototype,
105123
105121
  Ht as updateErrorsList,
105124
105122
  F7e as urlDefaultValue,
105125
105123
  Ga as uuidPrototype,
105126
105124
  M4 as validateArgumentDeclarationName,
105127
- BAt as validateCalledByErrorIdInAction,
105128
- LAt as validateCalledByIdInAction,
105125
+ LAt as validateCalledByErrorIdInAction,
105126
+ MAt as validateCalledByIdInAction,
105129
105127
  VEt as validateCallers,
105130
- jAt as validateConditionEntityDeclaration,
105128
+ UAt as validateConditionEntityDeclaration,
105131
105129
  Cd as validateDataOperation,
105132
105130
  C7e as validateDataOperationDataToValidateArgument,
105133
105131
  $7e as validateDataOperationDataToValidateArgumentParentRef,
@@ -105142,22 +105140,22 @@ export {
105142
105140
  L7e as validateDataOperationOutputEntityDeclaration,
105143
105141
  M7e as validateDataOperationOutputEntityDeclarationParentRef,
105144
105142
  O4 as validateDefinitionEntityName,
105145
- twt as validateEntityValues,
105143
+ ewt as validateEntityValues,
105146
105144
  PEt as validateEntryCaller,
105147
105145
  OEt as validateErrorCaller,
105148
105146
  MEt as validateFunctionCallDeclaration,
105149
105147
  P4 as validateFunctionDeclarationName,
105150
- PAt as validateGeneratedEntityParentIsNotBuiltInEntity,
105151
- CAt as validateGeneration,
105148
+ OAt as validateGeneratedEntityParentIsNotBuiltInEntity,
105149
+ $At as validateGeneration,
105152
105150
  Tr as validateGenerationTarget,
105153
- OAt as validateGenerationUpdate,
105154
- jIt as validateLogic,
105155
- FAt as validateLoopEntityDeclaration,
105156
- Xwt as validateName,
105151
+ CAt as validateGenerationUpdate,
105152
+ UIt as validateLogic,
105153
+ jAt as validateLoopEntityDeclaration,
105154
+ Hwt as validateName,
105157
105155
  LEt as validateOperationEntityDeclaration,
105158
105156
  N4 as validatePropertyName,
105159
105157
  Wa as validateReachability,
105160
- xAt as validateReadsValueInActionPayload,
105158
+ BAt as validateReadsValueInActionPayload,
105161
105159
  PA as validateReferenceObject,
105162
105160
  CC as validateReferenceToOne,
105163
105161
  Kr as validateReferences,
@@ -105187,9 +105185,9 @@ export {
105187
105185
  Npt as valueAutogenerationRandomTextUntilSchema,
105188
105186
  ly as valueAutogenerationRangeValueTypesSchema,
105189
105187
  p2 as valueAutogenerationUniqueSchema,
105190
- $At as valueDescriptorValidation,
105191
- pAt as variableDeclarationValidation,
105192
- fAt as variableInstanceValidation,
105188
+ DAt as valueDescriptorValidation,
105189
+ cAt as variableDeclarationValidation,
105190
+ pAt as variableInstanceValidation,
105193
105191
  qi as waitOperation,
105194
105192
  gd as waitOperationMillisecondsNumberArgument,
105195
105193
  SKe as waitOperationMillisecondsNumberArgumentRef,