@elyx-code/project-logic-tree 0.0.6253 → 0.0.6254

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
@@ -72,11 +72,11 @@ const $r = [
72
72
  ], Zv = [
73
73
  ...Hp,
74
74
  n.InternalCall
75
- ], kl = [
75
+ ], gl = [
76
76
  ...Hp,
77
77
  n.Condition
78
78
  ], dt = [
79
- ...kl,
79
+ ...gl,
80
80
  n.InternalCall
81
81
  ], lt = [
82
82
  n.FunctionDeclaration,
@@ -87,7 +87,7 @@ const $r = [
87
87
  n.BreakStatement,
88
88
  n.ContinueStatement
89
89
  ], Kp = [
90
- ...kl,
90
+ ...gl,
91
91
  n.ReturnStatement,
92
92
  n.BreakStatement,
93
93
  n.ContinueStatement
@@ -95,7 +95,7 @@ const $r = [
95
95
  ...dt,
96
96
  ...lt
97
97
  ], Jv = [
98
- ...kl,
98
+ ...gl,
99
99
  ...lt
100
100
  ], $q = [...ar, ...lt], Gq = [
101
101
  ...Kp,
@@ -135,7 +135,7 @@ const $r = [
135
135
  n.Search,
136
136
  n.Loop,
137
137
  n.InternalCall
138
- ], Zl = [
138
+ ], kl = [
139
139
  n.DefinitionEntity,
140
140
  n.GlobalEvent,
141
141
  n.FunctionDeclaration,
@@ -1120,7 +1120,7 @@ const g = {
1120
1120
  required: !0,
1121
1121
  index: 2,
1122
1122
  parent: ec
1123
- }, Jl = {
1123
+ }, Zl = {
1124
1124
  id: it.Addition,
1125
1125
  type: n.ActionDescriptor,
1126
1126
  description: "Sum numbers",
@@ -1373,7 +1373,7 @@ const g = {
1373
1373
  outputs: [bT],
1374
1374
  parent: null
1375
1375
  }, VT = {
1376
- [it.Addition]: Jl,
1376
+ [it.Addition]: Zl,
1377
1377
  [it.Subtraction]: rc
1378
1378
  }, Ai = g[n.Operation][ke.Join], CT = {
1379
1379
  type: n.GenericReference,
@@ -1465,7 +1465,7 @@ const g = {
1465
1465
  entityId: ke.Join,
1466
1466
  version: "1",
1467
1467
  entityType: n.ActionDescriptor
1468
- }, ql = {
1468
+ }, Jl = {
1469
1469
  id: Ai.inputs.first.id,
1470
1470
  type: n.ValueDescriptor,
1471
1471
  version: "1",
@@ -1557,7 +1557,7 @@ const g = {
1557
1557
  entityId: ke.Join,
1558
1558
  version: "1",
1559
1559
  entityType: n.ActionDescriptor
1560
- }, Wl = {
1560
+ }, ql = {
1561
1561
  id: Ai.inputs.second.id,
1562
1562
  type: n.ValueDescriptor,
1563
1563
  version: "1",
@@ -1679,8 +1679,8 @@ const g = {
1679
1679
  description: "Join text values together, to form a single resulting text value.",
1680
1680
  inputs: [
1681
1681
  gT,
1682
+ Jl,
1682
1683
  ql,
1683
- Wl,
1684
1684
  HT
1685
1685
  ],
1686
1686
  outputs: [eo],
@@ -2669,7 +2669,7 @@ const lI = {
2669
2669
  required: !0,
2670
2670
  index: 1,
2671
2671
  parent: TI
2672
- }, zl = {
2672
+ }, Wl = {
2673
2673
  id: he.Append,
2674
2674
  type: n.ActionDescriptor,
2675
2675
  version: "1",
@@ -2690,7 +2690,7 @@ const lI = {
2690
2690
  [he.Join]: sc,
2691
2691
  [he.Split]: oc,
2692
2692
  [he.GetLast]: lc,
2693
- [he.Append]: zl
2693
+ [he.Append]: Wl
2694
2694
  }, qn = g[n.Operation][Qe.Parallel], AI = {
2695
2695
  id: "parallel-execution-list-of-functions-blueprint-dynamic-output-parent-ref",
2696
2696
  type: n.GenericReference,
@@ -3793,7 +3793,7 @@ const nA = {
3793
3793
  version: "1",
3794
3794
  entityType: n.ActionDescriptor,
3795
3795
  entityId: gt.HttpRequest
3796
- }, Yl = {
3796
+ }, zl = {
3797
3797
  id: It.inputs.method.id,
3798
3798
  type: n.ValueDescriptor,
3799
3799
  description: "A single word that represents the type of request you want to make. For example: GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE, CONNECT, CUSTOM",
@@ -3815,7 +3815,7 @@ const nA = {
3815
3815
  version: "1",
3816
3816
  entityType: n.ActionDescriptor,
3817
3817
  entityId: gt.HttpRequest
3818
- }, Hl = {
3818
+ }, Yl = {
3819
3819
  id: It.inputs.url.id,
3820
3820
  type: n.ValueDescriptor,
3821
3821
  description: "The base domain, or address where the request is being sent to. For example: https://some-url.com",
@@ -3859,7 +3859,7 @@ const nA = {
3859
3859
  version: "1",
3860
3860
  entityType: n.ActionDescriptor,
3861
3861
  entityId: gt.HttpRequest
3862
- }, Kl = {
3862
+ }, Hl = {
3863
3863
  id: It.inputs.headers.id,
3864
3864
  type: n.ValueDescriptor,
3865
3865
  description: "A set of any properties, with names and values that represent metadata about the request, such as the server, date, content type, and more, that you want to send alongside your request data.",
@@ -3881,7 +3881,7 @@ const nA = {
3881
3881
  version: "1",
3882
3882
  entityType: n.ActionDescriptor,
3883
3883
  entityId: gt.HttpRequest
3884
- }, Sl = {
3884
+ }, Kl = {
3885
3885
  id: It.inputs.body.id,
3886
3886
  type: n.ValueDescriptor,
3887
3887
  description: "The main data payload of the request. This is the data that you want to send to the server. It could be anything, but it is usually a KeyValue data structure or a text value.",
@@ -3903,7 +3903,7 @@ const nA = {
3903
3903
  version: "1",
3904
3904
  entityType: n.ActionDescriptor,
3905
3905
  entityId: gt.HttpRequest
3906
- }, Xl = {
3906
+ }, Sl = {
3907
3907
  id: It.outputs.code.id,
3908
3908
  type: n.ValueDescriptor,
3909
3909
  description: 'A standardized status code of the response. It is a 3-digit number that represents the response status. For example, 200 means "OK", 404 means "Not Found", and 500 means "Internal Server Error".',
@@ -3925,7 +3925,7 @@ const nA = {
3925
3925
  version: "1",
3926
3926
  entityType: n.ActionDescriptor,
3927
3927
  entityId: gt.HttpRequest
3928
- }, Ql = {
3928
+ }, Xl = {
3929
3929
  parentRelationType: N.FixedReturns,
3930
3930
  id: It.outputs.headers.id,
3931
3931
  type: n.ValueDescriptor,
@@ -3961,7 +3961,7 @@ const nA = {
3961
3961
  version: "1",
3962
3962
  entityType: n.ActionDescriptor,
3963
3963
  entityId: gt.HttpRequest
3964
- }, ed = {
3964
+ }, Ql = {
3965
3965
  id: It.outputs.body.id,
3966
3966
  type: n.ValueDescriptor,
3967
3967
  description: "The main data payload of the response. This is the data that the server sent back to you. It could be anything, but it is usually a KeyValue data structure or a text value.",
@@ -4052,16 +4052,16 @@ const nA = {
4052
4052
  previousVersion: null,
4053
4053
  deleted: !1,
4054
4054
  inputs: [
4055
+ zl,
4055
4056
  Yl,
4056
- Hl,
4057
4057
  yc,
4058
- Kl,
4059
- Sl
4058
+ Hl,
4059
+ Kl
4060
4060
  ],
4061
4061
  outputs: [
4062
+ Sl,
4062
4063
  Xl,
4063
- Ql,
4064
- ed
4064
+ Ql
4065
4065
  ],
4066
4066
  error: mc,
4067
4067
  parent: null
@@ -4096,7 +4096,7 @@ const nA = {
4096
4096
  index: 0,
4097
4097
  parent: cb,
4098
4098
  parentRelationType: N.DynamicReturn
4099
- }, td = {
4099
+ }, ed = {
4100
4100
  id: ee.ManualFlow,
4101
4101
  type: n.ActionDescriptor,
4102
4102
  version: "1",
@@ -4204,7 +4204,7 @@ const nA = {
4204
4204
  index: 0,
4205
4205
  parentRelationType: N.DynamicReturn,
4206
4206
  parent: Eb
4207
- }, id = {
4207
+ }, td = {
4208
4208
  id: zs.body.id,
4209
4209
  type: n.ActionDescriptor,
4210
4210
  version: "1",
@@ -4451,7 +4451,7 @@ const nA = {
4451
4451
  index: 0,
4452
4452
  parentRelationType: N.DynamicReturn,
4453
4453
  parent: jb
4454
- }, rd = {
4454
+ }, id = {
4455
4455
  id: fn.body.id,
4456
4456
  type: n.ActionDescriptor,
4457
4457
  version: "1",
@@ -4589,7 +4589,7 @@ const nA = {
4589
4589
  entityId: yn.body.id,
4590
4590
  version: "1",
4591
4591
  entityType: n.ActionDescriptor
4592
- }, nd = {
4592
+ }, rd = {
4593
4593
  id: yn.body.inputs.currentValue.id,
4594
4594
  type: n.ValueDescriptor,
4595
4595
  version: "1",
@@ -4711,7 +4711,7 @@ const nA = {
4711
4711
  description: "Describes the body of the list loop.",
4712
4712
  inputs: [
4713
4713
  Hb,
4714
- nd,
4714
+ rd,
4715
4715
  Sb
4716
4716
  ],
4717
4717
  outputs: [Qb],
@@ -5217,10 +5217,10 @@ const nA = {
5217
5217
  outputs: [NR],
5218
5218
  error: null,
5219
5219
  parent: null
5220
- }, sd = g[n.Loop]["counted-loop"], UR = {
5220
+ }, nd = g[n.Loop]["counted-loop"], UR = {
5221
5221
  id: "counted-loop-string-argument-declaration-data-type-default-value-parent-ref-id",
5222
5222
  type: n.GenericReference,
5223
- entityId: sd.inputs.number.id,
5223
+ entityId: nd.inputs.number.id,
5224
5224
  version: "1",
5225
5225
  entityType: n.ValueDescriptor
5226
5226
  }, jR = {
@@ -5272,7 +5272,7 @@ const nA = {
5272
5272
  version: "1",
5273
5273
  entityType: n.ActionDescriptor
5274
5274
  }, GR = {
5275
- id: sd.inputs.number.id,
5275
+ id: nd.inputs.number.id,
5276
5276
  type: n.ValueDescriptor,
5277
5277
  version: "1",
5278
5278
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -5294,7 +5294,7 @@ const nA = {
5294
5294
  version: "1",
5295
5295
  entityType: n.ActionDescriptor
5296
5296
  }, gR = {
5297
- id: sd.outputs.results.id,
5297
+ id: nd.outputs.results.id,
5298
5298
  type: n.ValueDescriptor,
5299
5299
  version: "1",
5300
5300
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -5417,7 +5417,7 @@ const nA = {
5417
5417
  index: 0,
5418
5418
  parentRelationType: N.DynamicReturn,
5419
5419
  parent: zR
5420
- }, ad = {
5420
+ }, sd = {
5421
5421
  id: Ks.body.id,
5422
5422
  type: n.ActionDescriptor,
5423
5423
  version: "1",
@@ -5435,19 +5435,19 @@ const nA = {
5435
5435
  error: null,
5436
5436
  parent: null
5437
5437
  }, HR = [
5438
- td,
5438
+ ed,
5439
5439
  hn,
5440
5440
  ro,
5441
5441
  Ys,
5442
5442
  Hs,
5443
5443
  so
5444
5444
  ], KR = [
5445
- id,
5445
+ td,
5446
5446
  no,
5447
- rd,
5447
+ id,
5448
5448
  Dc,
5449
5449
  Pc,
5450
- ad
5450
+ sd
5451
5451
  ], Pr = g[n.BuiltInBaseEntity][Y.HTTP_ENDPOINT].properties, fi = g[n.BuiltInBaseEntity][Y.HTTP_ENDPOINT].methods, SR = {
5452
5452
  id: "endpointBuiltInCorsPropertyDataTypeRef",
5453
5453
  type: n.GenericReference,
@@ -6224,7 +6224,7 @@ const nA = {
6224
6224
  entityId: Y.PERSISTED_ENTITY,
6225
6225
  version: "1",
6226
6226
  entityType: n.BuiltInBaseEntity
6227
- }, od = {
6227
+ }, ad = {
6228
6228
  constant: !0,
6229
6229
  id: Vt.properties.identifier.id,
6230
6230
  hidden: !1,
@@ -6297,7 +6297,7 @@ const nA = {
6297
6297
  entity: se,
6298
6298
  asType: !1,
6299
6299
  parent: FD
6300
- }, ld = {
6300
+ }, od = {
6301
6301
  constant: !0,
6302
6302
  hidden: !1,
6303
6303
  required: !0,
@@ -6378,7 +6378,7 @@ const nA = {
6378
6378
  entityId: Vt.properties.password.id,
6379
6379
  version: "1",
6380
6380
  entityType: n.Property
6381
- }, dd = {
6381
+ }, ld = {
6382
6382
  constant: !0,
6383
6383
  hidden: !1,
6384
6384
  required: !0,
@@ -6447,7 +6447,7 @@ const nA = {
6447
6447
  entity: Te,
6448
6448
  asType: !1,
6449
6449
  parent: WD
6450
- }, ud = {
6450
+ }, dd = {
6451
6451
  constant: !0,
6452
6452
  hidden: !0,
6453
6453
  required: !0,
@@ -6640,10 +6640,10 @@ const nA = {
6640
6640
  static: !0,
6641
6641
  interactive: !1,
6642
6642
  properties: [
6643
+ ad,
6643
6644
  od,
6644
6645
  ld,
6645
6646
  dd,
6646
- ud,
6647
6647
  Gc,
6648
6648
  Fc
6649
6649
  ],
@@ -7009,7 +7009,7 @@ const nA = {
7009
7009
  dataType: T1,
7010
7010
  description: "The cron-job expression that defines when the cron-job job should be triggered. The expression should be in the format of a cron-job expression.",
7011
7011
  parent: E1
7012
- }, pd = {
7012
+ }, ud = {
7013
7013
  id: Y.CRON_JOB,
7014
7014
  version: "1",
7015
7015
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -7051,7 +7051,7 @@ const nA = {
7051
7051
  x: 0,
7052
7052
  y: 0,
7053
7053
  parent: A1
7054
- }, ao = {
7054
+ }, pd = {
7055
7055
  id: Y.EXECUTION,
7056
7056
  type: n.BuiltInBaseEntity,
7057
7057
  version: "1",
@@ -7072,8 +7072,8 @@ const nA = {
7072
7072
  di,
7073
7073
  Rt,
7074
7074
  Nt,
7075
- pd,
7076
- ao
7075
+ ud,
7076
+ pd
7077
7077
  ], R1 = g[n.Condition]["not-empty"], D1 = {
7078
7078
  type: n.GenericReference,
7079
7079
  id: "not-empty-condition-ref",
@@ -7274,7 +7274,7 @@ const nA = {
7274
7274
  author: "1",
7275
7275
  previousVersion: null,
7276
7276
  deleted: !1,
7277
- entity: ao,
7277
+ entity: pd,
7278
7278
  asType: !1,
7279
7279
  isList: !1,
7280
7280
  parent: F1
@@ -7318,7 +7318,7 @@ const nA = {
7318
7318
  author: "1",
7319
7319
  previousVersion: null,
7320
7320
  deleted: !1,
7321
- entity: ao,
7321
+ entity: null,
7322
7322
  asType: !1,
7323
7323
  isList: !1,
7324
7324
  parent: k1
@@ -7387,14 +7387,14 @@ var ze;
7387
7387
  }
7388
7388
  r.joinValues = t, r.jsonStringifyReplacer = (i, s) => typeof s == "bigint" ? s.toString() : s;
7389
7389
  })(ze || (ze = {}));
7390
- var Rl;
7390
+ var bl;
7391
7391
  (function(r) {
7392
7392
  r.mergeShapes = (a, e) => ({
7393
7393
  ...a,
7394
7394
  ...e
7395
7395
  // second overwrites first
7396
7396
  });
7397
- })(Rl || (Rl = {}));
7397
+ })(bl || (bl = {}));
7398
7398
  const H = ze.arrayToEnum([
7399
7399
  "string",
7400
7400
  "nan",
@@ -7660,7 +7660,7 @@ class kt {
7660
7660
  }
7661
7661
  const fe = Object.freeze({
7662
7662
  status: "aborted"
7663
- }), jn = (r) => ({ status: "dirty", value: r }), Yt = (r) => ({ status: "valid", value: r }), Dl = (r) => r.status === "aborted", Ol = (r) => r.status === "dirty", gr = (r) => r.status === "valid", ws = (r) => typeof Promise < "u" && r instanceof Promise;
7663
+ }), jn = (r) => ({ status: "dirty", value: r }), Yt = (r) => ({ status: "valid", value: r }), Rl = (r) => r.status === "aborted", Dl = (r) => r.status === "dirty", gr = (r) => r.status === "valid", ws = (r) => typeof Promise < "u" && r instanceof Promise;
7664
7664
  function xa(r, a, e, t) {
7665
7665
  if (e === "a" && !t)
7666
7666
  throw new TypeError("Private accessor was defined without a getter");
@@ -7938,7 +7938,7 @@ class Ze {
7938
7938
  }
7939
7939
  }
7940
7940
  const H1 = /^c[^\s-]{8,}$/i, K1 = /^[0-9a-z]+$/, S1 = /^[0-9A-HJKMNP-TV-Z]{26}$/i, X1 = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, Q1 = /^[a-z0-9_-]{21}$/i, eO = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, tO = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, iO = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, rO = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
7941
- let rl;
7941
+ let il;
7942
7942
  const nO = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, sO = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, aO = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, oO = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, lO = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, dO = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, Hc = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", uO = new RegExp(`^${Hc}$`);
7943
7943
  function Kc(r) {
7944
7944
  let a = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
@@ -8023,7 +8023,7 @@ class Vi extends Ze {
8023
8023
  message: s.message
8024
8024
  }), t.dirty());
8025
8025
  else if (s.kind === "emoji")
8026
- rl || (rl = new RegExp(rO, "u")), rl.test(a.data) || (i = this._getOrReturnCtx(a, i), W(i, {
8026
+ il || (il = new RegExp(rO, "u")), il.test(a.data) || (i = this._getOrReturnCtx(a, i), W(i, {
8027
8027
  validation: "emoji",
8028
8028
  code: k.invalid_string,
8029
8029
  message: s.message
@@ -9322,7 +9322,7 @@ _s.create = (r, a) => new _s({
9322
9322
  ...ve(a)
9323
9323
  });
9324
9324
  const Hi = (r) => r instanceof Ns ? Hi(r.schema) : r instanceof Mi ? Hi(r.innerType()) : r instanceof Us ? [r.value] : r instanceof Er ? r.options : r instanceof js ? ze.objectValues(r.enum) : r instanceof Ls ? Hi(r._def.innerType) : r instanceof Vs ? [void 0] : r instanceof Cs ? [null] : r instanceof Li ? [void 0, ...Hi(r.unwrap())] : r instanceof Ir ? [null, ...Hi(r.unwrap())] : r instanceof md || r instanceof $s ? Hi(r.unwrap()) : r instanceof xs ? Hi(r._def.innerType) : [];
9325
- class oo extends Ze {
9325
+ class ao extends Ze {
9326
9326
  _parse(a) {
9327
9327
  const { ctx: e } = this._processInputParams(a);
9328
9328
  if (e.parsedType !== H.object)
@@ -9375,7 +9375,7 @@ class oo extends Ze {
9375
9375
  i.set(o, s);
9376
9376
  }
9377
9377
  }
9378
- return new oo({
9378
+ return new ao({
9379
9379
  typeName: pe.ZodDiscriminatedUnion,
9380
9380
  discriminator: a,
9381
9381
  options: e,
@@ -9384,14 +9384,14 @@ class oo extends Ze {
9384
9384
  });
9385
9385
  }
9386
9386
  }
9387
- function wl(r, a) {
9387
+ function Ol(r, a) {
9388
9388
  const e = Ki(r), t = Ki(a);
9389
9389
  if (r === a)
9390
9390
  return { valid: !0, data: r };
9391
9391
  if (e === H.object && t === H.object) {
9392
9392
  const i = ze.objectKeys(a), s = ze.objectKeys(r).filter((o) => i.indexOf(o) !== -1), l = { ...r, ...a };
9393
9393
  for (const o of s) {
9394
- const d = wl(r[o], a[o]);
9394
+ const d = Ol(r[o], a[o]);
9395
9395
  if (!d.valid)
9396
9396
  return { valid: !1 };
9397
9397
  l[o] = d.data;
@@ -9402,7 +9402,7 @@ function wl(r, a) {
9402
9402
  return { valid: !1 };
9403
9403
  const i = [];
9404
9404
  for (let s = 0; s < r.length; s++) {
9405
- const l = r[s], o = a[s], d = wl(l, o);
9405
+ const l = r[s], o = a[s], d = Ol(l, o);
9406
9406
  if (!d.valid)
9407
9407
  return { valid: !1 };
9408
9408
  i.push(d.data);
@@ -9414,10 +9414,10 @@ function wl(r, a) {
9414
9414
  class Ms extends Ze {
9415
9415
  _parse(a) {
9416
9416
  const { status: e, ctx: t } = this._processInputParams(a), i = (s, l) => {
9417
- if (Dl(s) || Dl(l))
9417
+ if (Rl(s) || Rl(l))
9418
9418
  return fe;
9419
- const o = wl(s.value, l.value);
9420
- return o.valid ? ((Ol(s) || Ol(l)) && e.dirty(), { status: e.value, value: o.data }) : (W(t, {
9419
+ const o = Ol(s.value, l.value);
9420
+ return o.valid ? ((Dl(s) || Dl(l)) && e.dirty(), { status: e.value, value: o.data }) : (W(t, {
9421
9421
  code: k.invalid_intersection_types
9422
9422
  }), fe);
9423
9423
  };
@@ -10193,7 +10193,7 @@ var pe;
10193
10193
  })(pe || (pe = {}));
10194
10194
  const TO = (r, a = {
10195
10195
  message: `Input not instance of ${r.name}`
10196
- }) => Qc((e) => e instanceof r, a), ka = Vi.create, vd = vr.create, EO = ga.create, IO = Tr.create, Td = Ps.create, ef = kr.create, AO = $a.create, bO = Vs.create, tf = Cs.create, RO = Fn.create, Va = Gr.create, DO = er.create, OO = Ga.create, wO = Ci.create, rf = mt.create, PO = mt.strictCreate, VO = _s.create, CO = oo.create, _O = Ms.create, MO = Fi.create, nf = Bs.create, BO = Fa.create, NO = Zr.create, UO = xn.create, jO = Ns.create, LO = Us.create, sf = Er.create, xO = js.create, $O = gn.create, Ap = Mi.create, GO = Li.create, FO = Ir.create, gO = Mi.createWithPreprocess, kO = ta.create, ZO = () => ka().optional(), JO = () => vd().optional(), qO = () => Td().optional(), WO = {
10196
+ }) => Qc((e) => e instanceof r, a), ka = Vi.create, vd = vr.create, EO = ga.create, IO = Tr.create, Td = Ps.create, ef = kr.create, AO = $a.create, bO = Vs.create, tf = Cs.create, RO = Fn.create, Va = Gr.create, DO = er.create, OO = Ga.create, wO = Ci.create, rf = mt.create, PO = mt.strictCreate, VO = _s.create, CO = ao.create, _O = Ms.create, MO = Fi.create, nf = Bs.create, BO = Fa.create, NO = Zr.create, UO = xn.create, jO = Ns.create, LO = Us.create, sf = Er.create, xO = js.create, $O = gn.create, Ap = Mi.create, GO = Li.create, FO = Ir.create, gO = Mi.createWithPreprocess, kO = ta.create, ZO = () => ka().optional(), JO = () => vd().optional(), qO = () => Td().optional(), WO = {
10197
10197
  string: (r) => Vi.create({ ...r, coerce: !0 }),
10198
10198
  number: (r) => vr.create({ ...r, coerce: !0 }),
10199
10199
  boolean: (r) => Ps.create({
@@ -10215,15 +10215,15 @@ var m = /* @__PURE__ */ Object.freeze({
10215
10215
  INVALID: fe,
10216
10216
  DIRTY: jn,
10217
10217
  OK: Yt,
10218
- isAborted: Dl,
10219
- isDirty: Ol,
10218
+ isAborted: Rl,
10219
+ isDirty: Dl,
10220
10220
  isValid: gr,
10221
10221
  isAsync: ws,
10222
10222
  get util() {
10223
10223
  return ze;
10224
10224
  },
10225
10225
  get objectUtil() {
10226
- return Rl;
10226
+ return bl;
10227
10227
  },
10228
10228
  ZodParsedType: H,
10229
10229
  getParsedType: Ki,
@@ -10244,7 +10244,7 @@ var m = /* @__PURE__ */ Object.freeze({
10244
10244
  ZodArray: Ci,
10245
10245
  ZodObject: mt,
10246
10246
  ZodUnion: _s,
10247
- ZodDiscriminatedUnion: oo,
10247
+ ZodDiscriminatedUnion: ao,
10248
10248
  ZodIntersection: Ms,
10249
10249
  ZodTuple: Fi,
10250
10250
  ZodRecord: Bs,
@@ -10395,11 +10395,11 @@ var ew = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
10395
10395
  function af(r) {
10396
10396
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
10397
10397
  }
10398
- var of = {}, lo = {}, uo = {};
10399
- Object.defineProperty(uo, "__esModule", {
10398
+ var of = {}, oo = {}, lo = {};
10399
+ Object.defineProperty(lo, "__esModule", {
10400
10400
  value: !0
10401
10401
  });
10402
- uo.default = iw;
10402
+ lo.default = iw;
10403
10403
  let Oa;
10404
10404
  const tw = new Uint8Array(16);
10405
10405
  function iw() {
@@ -10407,18 +10407,18 @@ function iw() {
10407
10407
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
10408
10408
  return Oa(tw);
10409
10409
  }
10410
- var Vr = {}, Tn = {}, po = {};
10411
- Object.defineProperty(po, "__esModule", {
10410
+ var Vr = {}, Tn = {}, uo = {};
10411
+ Object.defineProperty(uo, "__esModule", {
10412
10412
  value: !0
10413
10413
  });
10414
- po.default = void 0;
10414
+ uo.default = void 0;
10415
10415
  var rw = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
10416
- po.default = rw;
10416
+ uo.default = rw;
10417
10417
  Object.defineProperty(Tn, "__esModule", {
10418
10418
  value: !0
10419
10419
  });
10420
10420
  Tn.default = void 0;
10421
- var nw = sw(po);
10421
+ var nw = sw(uo);
10422
10422
  function sw(r) {
10423
10423
  return r && r.__esModule ? r : { default: r };
10424
10424
  }
@@ -10450,29 +10450,29 @@ function uw(r, a = 0) {
10450
10450
  }
10451
10451
  var pw = uw;
10452
10452
  Vr.default = pw;
10453
- Object.defineProperty(lo, "__esModule", {
10453
+ Object.defineProperty(oo, "__esModule", {
10454
10454
  value: !0
10455
10455
  });
10456
- lo.default = void 0;
10457
- var cw = hw(uo), fw = Vr;
10456
+ oo.default = void 0;
10457
+ var cw = hw(lo), fw = Vr;
10458
10458
  function hw(r) {
10459
10459
  return r && r.__esModule ? r : { default: r };
10460
10460
  }
10461
- let bp, nl, sl = 0, al = 0;
10461
+ let bp, rl, nl = 0, sl = 0;
10462
10462
  function yw(r, a, e) {
10463
10463
  let t = a && e || 0;
10464
10464
  const i = a || new Array(16);
10465
10465
  r = r || {};
10466
- let s = r.node || bp, l = r.clockseq !== void 0 ? r.clockseq : nl;
10466
+ let s = r.node || bp, l = r.clockseq !== void 0 ? r.clockseq : rl;
10467
10467
  if (s == null || l == null) {
10468
10468
  const T = r.random || (r.rng || cw.default)();
10469
- s == null && (s = bp = [T[0] | 1, T[1], T[2], T[3], T[4], T[5]]), l == null && (l = nl = (T[6] << 8 | T[7]) & 16383);
10469
+ s == null && (s = bp = [T[0] | 1, T[1], T[2], T[3], T[4], T[5]]), l == null && (l = rl = (T[6] << 8 | T[7]) & 16383);
10470
10470
  }
10471
- let o = r.msecs !== void 0 ? r.msecs : Date.now(), d = r.nsecs !== void 0 ? r.nsecs : al + 1;
10472
- const u = o - sl + (d - al) / 1e4;
10473
- if (u < 0 && r.clockseq === void 0 && (l = l + 1 & 16383), (u < 0 || o > sl) && r.nsecs === void 0 && (d = 0), d >= 1e4)
10471
+ let o = r.msecs !== void 0 ? r.msecs : Date.now(), d = r.nsecs !== void 0 ? r.nsecs : sl + 1;
10472
+ const u = o - nl + (d - sl) / 1e4;
10473
+ if (u < 0 && r.clockseq === void 0 && (l = l + 1 & 16383), (u < 0 || o > nl) && r.nsecs === void 0 && (d = 0), d >= 1e4)
10474
10474
  throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
10475
- sl = o, al = d, nl = l, o += 122192928e5;
10475
+ nl = o, sl = d, rl = l, o += 122192928e5;
10476
10476
  const h = ((o & 268435455) * 1e4 + d) % 4294967296;
10477
10477
  i[t++] = h >>> 24 & 255, i[t++] = h >>> 16 & 255, i[t++] = h >>> 8 & 255, i[t++] = h & 255;
10478
10478
  const c = o / 4294967296 * 1e4 & 268435455;
@@ -10482,8 +10482,8 @@ function yw(r, a, e) {
10482
10482
  return a || (0, fw.unsafeStringify)(i);
10483
10483
  }
10484
10484
  var mw = yw;
10485
- lo.default = mw;
10486
- var co = {}, Ar = {}, ia = {};
10485
+ oo.default = mw;
10486
+ var po = {}, Ar = {}, ia = {};
10487
10487
  Object.defineProperty(ia, "__esModule", {
10488
10488
  value: !0
10489
10489
  });
@@ -10541,11 +10541,11 @@ function Ow(r, a, e) {
10541
10541
  }
10542
10542
  return t.DNS = df, t.URL = uf, t;
10543
10543
  }
10544
- var fo = {};
10545
- Object.defineProperty(fo, "__esModule", {
10544
+ var co = {};
10545
+ Object.defineProperty(co, "__esModule", {
10546
10546
  value: !0
10547
10547
  });
10548
- fo.default = void 0;
10548
+ co.default = void 0;
10549
10549
  function ww(r) {
10550
10550
  if (typeof r == "string") {
10551
10551
  const a = unescape(encodeURIComponent(r));
@@ -10590,49 +10590,49 @@ function yr(r, a) {
10590
10590
  function _w(r, a) {
10591
10591
  return r << a | r >>> 32 - a;
10592
10592
  }
10593
- function ho(r, a, e, t, i, s) {
10593
+ function fo(r, a, e, t, i, s) {
10594
10594
  return yr(_w(yr(yr(a, r), yr(t, s)), i), e);
10595
10595
  }
10596
10596
  function jt(r, a, e, t, i, s, l) {
10597
- return ho(a & e | ~a & t, r, a, i, s, l);
10597
+ return fo(a & e | ~a & t, r, a, i, s, l);
10598
10598
  }
10599
10599
  function Lt(r, a, e, t, i, s, l) {
10600
- return ho(a & t | e & ~t, r, a, i, s, l);
10600
+ return fo(a & t | e & ~t, r, a, i, s, l);
10601
10601
  }
10602
10602
  function xt(r, a, e, t, i, s, l) {
10603
- return ho(a ^ e ^ t, r, a, i, s, l);
10603
+ return fo(a ^ e ^ t, r, a, i, s, l);
10604
10604
  }
10605
10605
  function $t(r, a, e, t, i, s, l) {
10606
- return ho(e ^ (a | ~t), r, a, i, s, l);
10606
+ return fo(e ^ (a | ~t), r, a, i, s, l);
10607
10607
  }
10608
10608
  var Mw = ww;
10609
- fo.default = Mw;
10610
- Object.defineProperty(co, "__esModule", {
10609
+ co.default = Mw;
10610
+ Object.defineProperty(po, "__esModule", {
10611
10611
  value: !0
10612
10612
  });
10613
- co.default = void 0;
10614
- var Bw = cf(Ar), Nw = cf(fo);
10613
+ po.default = void 0;
10614
+ var Bw = cf(Ar), Nw = cf(co);
10615
10615
  function cf(r) {
10616
10616
  return r && r.__esModule ? r : { default: r };
10617
10617
  }
10618
10618
  const Uw = (0, Bw.default)("v3", 48, Nw.default);
10619
10619
  var jw = Uw;
10620
- co.default = jw;
10621
- var yo = {}, mo = {};
10622
- Object.defineProperty(mo, "__esModule", {
10620
+ po.default = jw;
10621
+ var ho = {}, yo = {};
10622
+ Object.defineProperty(yo, "__esModule", {
10623
10623
  value: !0
10624
10624
  });
10625
- mo.default = void 0;
10625
+ yo.default = void 0;
10626
10626
  const Lw = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
10627
10627
  var xw = {
10628
10628
  randomUUID: Lw
10629
10629
  };
10630
- mo.default = xw;
10631
- Object.defineProperty(yo, "__esModule", {
10630
+ yo.default = xw;
10631
+ Object.defineProperty(ho, "__esModule", {
10632
10632
  value: !0
10633
10633
  });
10634
- yo.default = void 0;
10635
- var Rp = ff(mo), $w = ff(uo), Gw = Vr;
10634
+ ho.default = void 0;
10635
+ var Rp = ff(yo), $w = ff(lo), Gw = Vr;
10636
10636
  function ff(r) {
10637
10637
  return r && r.__esModule ? r : { default: r };
10638
10638
  }
@@ -10650,12 +10650,12 @@ function Fw(r, a, e) {
10650
10650
  return (0, Gw.unsafeStringify)(t);
10651
10651
  }
10652
10652
  var gw = Fw;
10653
- yo.default = gw;
10654
- var vo = {}, To = {};
10655
- Object.defineProperty(To, "__esModule", {
10653
+ ho.default = gw;
10654
+ var mo = {}, vo = {};
10655
+ Object.defineProperty(vo, "__esModule", {
10656
10656
  value: !0
10657
10657
  });
10658
- To.default = void 0;
10658
+ vo.default = void 0;
10659
10659
  function kw(r, a, e, t) {
10660
10660
  switch (r) {
10661
10661
  case 0:
@@ -10668,7 +10668,7 @@ function kw(r, a, e, t) {
10668
10668
  return a ^ e ^ t;
10669
10669
  }
10670
10670
  }
10671
- function ol(r, a) {
10671
+ function al(r, a) {
10672
10672
  return r << a | r >>> 32 - a;
10673
10673
  }
10674
10674
  function Zw(r) {
@@ -10694,41 +10694,41 @@ function Zw(r) {
10694
10694
  for (let E = 0; E < 16; ++E)
10695
10695
  o[E] = s[l][E];
10696
10696
  for (let E = 16; E < 80; ++E)
10697
- o[E] = ol(o[E - 3] ^ o[E - 8] ^ o[E - 14] ^ o[E - 16], 1);
10697
+ o[E] = al(o[E - 3] ^ o[E - 8] ^ o[E - 14] ^ o[E - 16], 1);
10698
10698
  let d = e[0], u = e[1], h = e[2], c = e[3], T = e[4];
10699
10699
  for (let E = 0; E < 80; ++E) {
10700
- const R = Math.floor(E / 20), O = ol(d, 5) + kw(R, u, h, c) + T + a[R] + o[E] >>> 0;
10701
- T = c, c = h, h = ol(u, 30) >>> 0, u = d, d = O;
10700
+ const R = Math.floor(E / 20), O = al(d, 5) + kw(R, u, h, c) + T + a[R] + o[E] >>> 0;
10701
+ T = c, c = h, h = al(u, 30) >>> 0, u = d, d = O;
10702
10702
  }
10703
10703
  e[0] = e[0] + d >>> 0, e[1] = e[1] + u >>> 0, e[2] = e[2] + h >>> 0, e[3] = e[3] + c >>> 0, e[4] = e[4] + T >>> 0;
10704
10704
  }
10705
10705
  return [e[0] >> 24 & 255, e[0] >> 16 & 255, e[0] >> 8 & 255, e[0] & 255, e[1] >> 24 & 255, e[1] >> 16 & 255, e[1] >> 8 & 255, e[1] & 255, e[2] >> 24 & 255, e[2] >> 16 & 255, e[2] >> 8 & 255, e[2] & 255, e[3] >> 24 & 255, e[3] >> 16 & 255, e[3] >> 8 & 255, e[3] & 255, e[4] >> 24 & 255, e[4] >> 16 & 255, e[4] >> 8 & 255, e[4] & 255];
10706
10706
  }
10707
10707
  var Jw = Zw;
10708
- To.default = Jw;
10709
- Object.defineProperty(vo, "__esModule", {
10708
+ vo.default = Jw;
10709
+ Object.defineProperty(mo, "__esModule", {
10710
10710
  value: !0
10711
10711
  });
10712
- vo.default = void 0;
10713
- var qw = hf(Ar), Ww = hf(To);
10712
+ mo.default = void 0;
10713
+ var qw = hf(Ar), Ww = hf(vo);
10714
10714
  function hf(r) {
10715
10715
  return r && r.__esModule ? r : { default: r };
10716
10716
  }
10717
10717
  const zw = (0, qw.default)("v5", 80, Ww.default);
10718
10718
  var Yw = zw;
10719
- vo.default = Yw;
10720
- var Eo = {};
10721
- Object.defineProperty(Eo, "__esModule", {
10719
+ mo.default = Yw;
10720
+ var To = {};
10721
+ Object.defineProperty(To, "__esModule", {
10722
10722
  value: !0
10723
10723
  });
10724
- Eo.default = void 0;
10724
+ To.default = void 0;
10725
10725
  var Hw = "00000000-0000-0000-0000-000000000000";
10726
- Eo.default = Hw;
10727
- var Io = {};
10728
- Object.defineProperty(Io, "__esModule", {
10726
+ To.default = Hw;
10727
+ var Eo = {};
10728
+ Object.defineProperty(Eo, "__esModule", {
10729
10729
  value: !0
10730
10730
  });
10731
- Io.default = void 0;
10731
+ Eo.default = void 0;
10732
10732
  var Kw = Sw(Tn);
10733
10733
  function Sw(r) {
10734
10734
  return r && r.__esModule ? r : { default: r };
@@ -10739,7 +10739,7 @@ function Xw(r) {
10739
10739
  return parseInt(r.slice(14, 15), 16);
10740
10740
  }
10741
10741
  var Qw = Xw;
10742
- Io.default = Qw;
10742
+ Eo.default = Qw;
10743
10743
  (function(r) {
10744
10744
  Object.defineProperty(r, "__esModule", {
10745
10745
  value: !0
@@ -10789,7 +10789,7 @@ Io.default = Qw;
10789
10789
  return l.default;
10790
10790
  }
10791
10791
  });
10792
- var a = h(lo), e = h(co), t = h(yo), i = h(vo), s = h(Eo), l = h(Io), o = h(Tn), d = h(Vr), u = h(ia);
10792
+ var a = h(oo), e = h(po), t = h(ho), i = h(mo), s = h(To), l = h(Eo), o = h(Tn), d = h(Vr), u = h(ia);
10793
10793
  function h(c) {
10794
10794
  return c && c.__esModule ? c : { default: c };
10795
10795
  }
@@ -10832,14 +10832,14 @@ ra.OCT = "01234567";
10832
10832
  ra.DEC = "0123456789";
10833
10833
  ra.HEX = "0123456789abcdef";
10834
10834
  var iP = ra;
10835
- const { v4: ll, validate: rP } = of, wa = iP, dl = {
10835
+ const { v4: ol, validate: rP } = of, wa = iP, ll = {
10836
10836
  cookieBase90: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~",
10837
10837
  flickrBase58: "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ",
10838
10838
  uuid25Base36: "0123456789abcdefghijklmnopqrstuvwxyz"
10839
10839
  }, nP = {
10840
10840
  consistentLength: !0
10841
10841
  };
10842
- let ul;
10842
+ let dl;
10843
10843
  const Dp = (r, a, e) => {
10844
10844
  const t = a(r.toLowerCase().replace(/-/g, ""));
10845
10845
  return !e || !e.consistentLength ? t : t.padStart(
@@ -10852,21 +10852,21 @@ const Dp = (r, a, e) => {
10852
10852
  }, sP = (r) => Math.ceil(Math.log(2 ** 128) / Math.log(r));
10853
10853
  var aP = (() => {
10854
10854
  const r = (a, e) => {
10855
- const t = a || dl.flickrBase58, i = { ...nP, ...e };
10855
+ const t = a || ll.flickrBase58, i = { ...nP, ...e };
10856
10856
  if ([...new Set(Array.from(t))].length !== t.length)
10857
10857
  throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");
10858
10858
  const s = sP(t.length), l = {
10859
10859
  shortIdLength: s,
10860
10860
  consistentLength: i.consistentLength,
10861
10861
  paddingChar: t[0]
10862
- }, o = wa(wa.HEX, t), d = wa(t, wa.HEX), u = () => Dp(ll(), o, l), c = {
10862
+ }, o = wa(wa.HEX, t), d = wa(t, wa.HEX), u = () => Dp(ol(), o, l), c = {
10863
10863
  alphabet: t,
10864
10864
  fromUUID: (T) => Dp(T, o, l),
10865
10865
  maxLength: s,
10866
10866
  generate: u,
10867
10867
  new: u,
10868
10868
  toUUID: (T) => Op(T, d),
10869
- uuid: ll,
10869
+ uuid: ol,
10870
10870
  validate: (T, E = !1) => {
10871
10871
  if (!T || typeof T != "string")
10872
10872
  return !1;
@@ -10876,7 +10876,7 @@ var aP = (() => {
10876
10876
  };
10877
10877
  return Object.freeze(c), c;
10878
10878
  };
10879
- return r.constants = dl, r.uuid = ll, r.generate = () => (ul || (ul = r(dl.flickrBase58).generate), ul()), r;
10879
+ return r.constants = ll, r.uuid = ol, r.generate = () => (dl || (dl = r(ll.flickrBase58).generate), dl()), r;
10880
10880
  })();
10881
10881
  const Ca = /* @__PURE__ */ af(aP);
10882
10882
  function oP() {
@@ -10994,7 +10994,7 @@ const ce = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", yf = "global-user-variable-id
10994
10994
  entity: se,
10995
10995
  asType: !1,
10996
10996
  parent: TP
10997
- }, Ao = {
10997
+ }, Io = {
10998
10998
  id: "alternative-relational-database-entity-ref-id",
10999
10999
  type: n.GenericReference,
11000
11000
  entityId: "alternative-relational-database-entity-id",
@@ -11014,7 +11014,7 @@ const ce = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", yf = "global-user-variable-id
11014
11014
  type: n.Property,
11015
11015
  private: !1,
11016
11016
  abstract: !1,
11017
- implements: od,
11017
+ implements: ad,
11018
11018
  static: !0,
11019
11019
  index: 0,
11020
11020
  defaultValue: {
@@ -11038,7 +11038,7 @@ const ce = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", yf = "global-user-variable-id
11038
11038
  },
11039
11039
  dataType: EP,
11040
11040
  description: "The name of the main database inside of the server instance where the data will be stored.",
11041
- parent: Ao
11041
+ parent: Io
11042
11042
  };
11043
11043
  n.GenericReference, n.ValueDescriptor;
11044
11044
  const AP = {
@@ -11083,13 +11083,13 @@ const AP = {
11083
11083
  type: n.Property,
11084
11084
  private: !1,
11085
11085
  abstract: !1,
11086
- implements: ld,
11086
+ implements: od,
11087
11087
  static: !0,
11088
11088
  index: 1,
11089
11089
  defaultValue: null,
11090
11090
  dataType: bP,
11091
11091
  description: "The username that will be used to connect to the database.",
11092
- parent: Ao
11092
+ parent: Io
11093
11093
  };
11094
11094
  n.GenericReference, n.ValueDescriptor;
11095
11095
  const DP = {
@@ -11134,13 +11134,13 @@ const DP = {
11134
11134
  type: n.Property,
11135
11135
  private: !1,
11136
11136
  abstract: !1,
11137
- implements: dd,
11137
+ implements: ld,
11138
11138
  static: !0,
11139
11139
  index: 2,
11140
11140
  defaultValue: null,
11141
11141
  dataType: OP,
11142
11142
  description: "The password that will be used to connect to the database.",
11143
- parent: Ao
11143
+ parent: Io
11144
11144
  }, PP = {
11145
11145
  id: "alternative-relational-database-entity-min-size-property-data-type-ref-id",
11146
11146
  type: n.GenericReference,
@@ -11189,7 +11189,7 @@ const DP = {
11189
11189
  type: n.Property,
11190
11190
  private: !1,
11191
11191
  abstract: !1,
11192
- implements: ud,
11192
+ implements: dd,
11193
11193
  static: !0,
11194
11194
  index: 3,
11195
11195
  defaultValue: {
@@ -11209,7 +11209,7 @@ const DP = {
11209
11209
  },
11210
11210
  dataType: CP,
11211
11211
  description: "The minimum size of the database in GB.",
11212
- parent: Ao
11212
+ parent: Io
11213
11213
  }, MP = {
11214
11214
  id: "alternative-relational-database-entity-parent-ref-id",
11215
11215
  type: n.GenericReference,
@@ -11719,7 +11719,7 @@ const rV = {
11719
11719
  type: n.Property,
11720
11720
  private: !1,
11721
11721
  abstract: !1,
11722
- implements: od,
11722
+ implements: ad,
11723
11723
  static: !0,
11724
11724
  index: 0,
11725
11725
  defaultValue: {
@@ -11794,7 +11794,7 @@ const cV = {
11794
11794
  type: n.Property,
11795
11795
  private: !1,
11796
11796
  abstract: !1,
11797
- implements: ld,
11797
+ implements: od,
11798
11798
  defaultValue: {
11799
11799
  id: "default-relational-database-entity-username-property-data-type-default-value-id",
11800
11800
  type: n.LiteralValue,
@@ -11865,7 +11865,7 @@ const mV = {
11865
11865
  type: n.Property,
11866
11866
  private: !1,
11867
11867
  abstract: !1,
11868
- implements: dd,
11868
+ implements: ld,
11869
11869
  static: !0,
11870
11870
  index: 2,
11871
11871
  defaultValue: {
@@ -11934,7 +11934,7 @@ const mV = {
11934
11934
  type: n.Property,
11935
11935
  private: !1,
11936
11936
  abstract: !1,
11937
- implements: ud,
11937
+ implements: dd,
11938
11938
  static: !0,
11939
11939
  index: 3,
11940
11940
  defaultValue: {
@@ -13032,7 +13032,7 @@ const mV = {
13032
13032
  x: 0,
13033
13033
  y: 0,
13034
13034
  parent: gC
13035
- }, sa = "bitcoin-api-response-id", If = "time-property-id", Af = "disclaimer-property-id", bf = "chart-name-property-id", Rf = "bpi-property-id", bo = "bpi-entity-id", Df = "usd-property-id", Of = "gbp-property-id", wf = "eur-property-id", es = "currency-entity-id", Pf = "currency-code-property-id", Vf = "currency-symbol-property-id", Cf = "currency-rate-property-id", _f = "currency-description-property-id", Mf = "currency-rate-number-property-id", kC = {
13035
+ }, sa = "bitcoin-api-response-id", If = "time-property-id", Af = "disclaimer-property-id", bf = "chart-name-property-id", Rf = "bpi-property-id", Ao = "bpi-entity-id", Df = "usd-property-id", Of = "gbp-property-id", wf = "eur-property-id", es = "currency-entity-id", Pf = "currency-code-property-id", Vf = "currency-symbol-property-id", Cf = "currency-rate-property-id", _f = "currency-description-property-id", Mf = "currency-rate-number-property-id", kC = {
13036
13036
  type: n.GenericReference,
13037
13037
  id: "code-property-data-type-parent-ref-id",
13038
13038
  version: "1",
@@ -13313,7 +13313,7 @@ const mV = {
13313
13313
  version: "1",
13314
13314
  entityType: n.Project,
13315
13315
  entityId: ce
13316
- }, Ro = {
13316
+ }, bo = {
13317
13317
  type: n.DefinitionEntity,
13318
13318
  id: es,
13319
13319
  version: "1",
@@ -13363,7 +13363,7 @@ const mV = {
13363
13363
  author: "1",
13364
13364
  previousVersion: null,
13365
13365
  deleted: !1,
13366
- entity: Ro,
13366
+ entity: bo,
13367
13367
  isList: !1,
13368
13368
  asType: !1,
13369
13369
  parent: d_
@@ -13372,7 +13372,7 @@ const mV = {
13372
13372
  id: "usd-property-parent-ref-id",
13373
13373
  version: "1",
13374
13374
  entityType: n.DefinitionEntity,
13375
- entityId: bo
13375
+ entityId: Ao
13376
13376
  }, c_ = {
13377
13377
  constant: !1,
13378
13378
  hidden: !1,
@@ -13418,7 +13418,7 @@ const mV = {
13418
13418
  author: "1",
13419
13419
  previousVersion: null,
13420
13420
  deleted: !1,
13421
- entity: Ro,
13421
+ entity: bo,
13422
13422
  isList: !1,
13423
13423
  asType: !1,
13424
13424
  parent: f_
@@ -13427,7 +13427,7 @@ const mV = {
13427
13427
  id: "gbp-property-parent-ref-id",
13428
13428
  version: "1",
13429
13429
  entityType: n.DefinitionEntity,
13430
- entityId: bo
13430
+ entityId: Ao
13431
13431
  }, m_ = {
13432
13432
  constant: !1,
13433
13433
  hidden: !1,
@@ -13473,7 +13473,7 @@ const mV = {
13473
13473
  author: "1",
13474
13474
  previousVersion: null,
13475
13475
  deleted: !1,
13476
- entity: Ro,
13476
+ entity: bo,
13477
13477
  isList: !1,
13478
13478
  asType: !1,
13479
13479
  parent: v_
@@ -13482,7 +13482,7 @@ const mV = {
13482
13482
  id: "eur-property-parent-ref-id",
13483
13483
  version: "1",
13484
13484
  entityType: n.DefinitionEntity,
13485
- entityId: bo
13485
+ entityId: Ao
13486
13486
  }, I_ = {
13487
13487
  constant: !1,
13488
13488
  hidden: !1,
@@ -13512,7 +13512,7 @@ const mV = {
13512
13512
  entityId: ce
13513
13513
  }, Bf = {
13514
13514
  type: n.DefinitionEntity,
13515
- id: bo,
13515
+ id: Ao,
13516
13516
  version: "1",
13517
13517
  createdAt: "2024-01-01T00:00:00.000Z",
13518
13518
  author: "1",
@@ -14156,7 +14156,7 @@ const mV = {
14156
14156
  author: "1",
14157
14157
  previousVersion: null,
14158
14158
  deleted: !1,
14159
- declaration: Hl,
14159
+ declaration: Yl,
14160
14160
  name: null,
14161
14161
  description: null,
14162
14162
  readsValue: null,
@@ -14192,7 +14192,7 @@ const mV = {
14192
14192
  previousVersion: null,
14193
14193
  deleted: !1,
14194
14194
  defaultValue: null,
14195
- declaration: ed,
14195
+ declaration: Ql,
14196
14196
  index: 2,
14197
14197
  writesValues: [xf],
14198
14198
  parent: yM
@@ -14210,7 +14210,7 @@ const mV = {
14210
14210
  author: "1",
14211
14211
  previousVersion: null,
14212
14212
  deleted: !1,
14213
- declaration: Yl,
14213
+ declaration: zl,
14214
14214
  name: null,
14215
14215
  description: null,
14216
14216
  readsValue: null,
@@ -14233,7 +14233,7 @@ const mV = {
14233
14233
  deleted: !1,
14234
14234
  name: null,
14235
14235
  description: null,
14236
- declaration: Kl,
14236
+ declaration: Hl,
14237
14237
  index: 3,
14238
14238
  readsValue: null,
14239
14239
  defaultValue: null,
@@ -14252,7 +14252,7 @@ const mV = {
14252
14252
  author: "1",
14253
14253
  previousVersion: null,
14254
14254
  deleted: !1,
14255
- declaration: Sl,
14255
+ declaration: Kl,
14256
14256
  name: null,
14257
14257
  description: null,
14258
14258
  readsValue: null,
@@ -14274,7 +14274,7 @@ const mV = {
14274
14274
  previousVersion: null,
14275
14275
  deleted: !1,
14276
14276
  defaultValue: null,
14277
- declaration: Ql,
14277
+ declaration: Xl,
14278
14278
  index: 1,
14279
14279
  writesValues: [],
14280
14280
  parent: RM
@@ -14293,7 +14293,7 @@ const mV = {
14293
14293
  previousVersion: null,
14294
14294
  deleted: !1,
14295
14295
  defaultValue: null,
14296
- declaration: Xl,
14296
+ declaration: Sl,
14297
14297
  index: 0,
14298
14298
  writesValues: [],
14299
14299
  parent: OM
@@ -14461,7 +14461,7 @@ const mV = {
14461
14461
  author: "1",
14462
14462
  previousVersion: null,
14463
14463
  deleted: !1,
14464
- declaration: ql,
14464
+ declaration: Jl,
14465
14465
  name: null,
14466
14466
  description: null,
14467
14467
  readsValue: null,
@@ -14606,7 +14606,7 @@ const mV = {
14606
14606
  previousVersion: null,
14607
14607
  deleted: !1,
14608
14608
  type: n.InputMap,
14609
- declaration: Wl,
14609
+ declaration: ql,
14610
14610
  name: null,
14611
14611
  description: null,
14612
14612
  readsValue: KM,
@@ -15824,7 +15824,7 @@ const vN = {
15824
15824
  abstract: !1,
15825
15825
  abstractMethods: [],
15826
15826
  extends: [],
15827
- implements: [pd],
15827
+ implements: [ud],
15828
15828
  methods: [ON],
15829
15829
  x: 0,
15830
15830
  y: 0,
@@ -15855,7 +15855,7 @@ const vN = {
15855
15855
  x: 0,
15856
15856
  y: 0,
15857
15857
  parent: VN
15858
- }, Do = "f558fbf8-67de-4545-9804-6ae621e0b2d4", _N = {
15858
+ }, Ro = "f558fbf8-67de-4545-9804-6ae621e0b2d4", _N = {
15859
15859
  id: "getCompanyByIdEndpointPathParamsVariableDataTypeRef",
15860
15860
  type: n.GenericReference,
15861
15861
  version: "1",
@@ -16321,7 +16321,7 @@ const uU = {
16321
16321
  type: n.GenericReference,
16322
16322
  version: "1",
16323
16323
  entityType: n.BuiltInBaseEntity,
16324
- entityId: Do
16324
+ entityId: Ro
16325
16325
  }, pU = {
16326
16326
  id: "getCompanyByIdEndpointReachedEntityEvent",
16327
16327
  name: "Endpoint reached",
@@ -16385,7 +16385,7 @@ const uU = {
16385
16385
  type: n.GenericReference,
16386
16386
  version: "1",
16387
16387
  entityType: n.DefinitionEntity,
16388
- entityId: Do
16388
+ entityId: Ro
16389
16389
  }, mU = {
16390
16390
  constant: !1,
16391
16391
  id: "getCompanyByIdEndpointPathProperty",
@@ -16471,7 +16471,7 @@ const uU = {
16471
16471
  type: n.GenericReference,
16472
16472
  version: "1",
16473
16473
  entityType: n.DefinitionEntity,
16474
- entityId: Do
16474
+ entityId: Ro
16475
16475
  }, AU = {
16476
16476
  constant: !1,
16477
16477
  hidden: !1,
@@ -16515,7 +16515,7 @@ const uU = {
16515
16515
  entityId: ce
16516
16516
  }, RU = {
16517
16517
  type: n.DefinitionEntity,
16518
- id: Do,
16518
+ id: Ro,
16519
16519
  version: "1",
16520
16520
  createdAt: "2024-01-01T00:00:00.000Z",
16521
16521
  author: "1",
@@ -16931,7 +16931,7 @@ const uU = {
16931
16931
  x: 0,
16932
16932
  y: 0,
16933
16933
  parent: JU
16934
- }, ts = "project-loaded-event-id", dr = "get-bitcoin-price-http-call-operation-id", zf = "get-bitcoin-price-http-call-response-body-id", Oo = "validate-bitcoin-price-response-operation-ids", SU = {
16934
+ }, ts = "project-loaded-event-id", dr = "get-bitcoin-price-http-call-operation-id", zf = "get-bitcoin-price-http-call-response-body-id", Do = "validate-bitcoin-price-response-operation-ids", SU = {
16935
16935
  type: n.GenericReference,
16936
16936
  id: "validate-bitcoin-data-to-validate-input-map-reads-value-ref-id",
16937
16937
  version: "1",
@@ -16942,7 +16942,7 @@ const uU = {
16942
16942
  id: "validate-bitcoin-data-to-validate-input-map-parent-ref-id",
16943
16943
  version: "1",
16944
16944
  entityType: n.Operation,
16945
- entityId: Oo
16945
+ entityId: Do
16946
16946
  }, Yf = {
16947
16947
  id: "validate-bitcoin-data-to-validate-input-map-id",
16948
16948
  type: n.InputMap,
@@ -16969,7 +16969,7 @@ const uU = {
16969
16969
  id: "validate-bitcoin-type-to-match-input-map-parent-ref-id",
16970
16970
  version: "1",
16971
16971
  entityType: n.Operation,
16972
- entityId: Oo
16972
+ entityId: Do
16973
16973
  }, tj = {
16974
16974
  id: "validate-bitcoin-type-to-match-input-map-id",
16975
16975
  type: n.InputMap,
@@ -17004,7 +17004,7 @@ const uU = {
17004
17004
  id: "validate-bitcoin-validated-entity-output-map-parent-ref-id",
17005
17005
  version: "1",
17006
17006
  entityType: n.Operation,
17007
- entityId: Oo
17007
+ entityId: Do
17008
17008
  }, rj = {
17009
17009
  id: "validate-bitcoin-validated-entity-output-map-id",
17010
17010
  type: n.OutputMap,
@@ -17032,7 +17032,7 @@ const uU = {
17032
17032
  entityId: dr
17033
17033
  }, aj = {
17034
17034
  type: n.Operation,
17035
- id: Oo,
17035
+ id: Do,
17036
17036
  version: "1",
17037
17037
  createdAt: "2024-01-01T00:00:00.000Z",
17038
17038
  author: "1",
@@ -17068,7 +17068,7 @@ const uU = {
17068
17068
  previousVersion: null,
17069
17069
  deleted: !1,
17070
17070
  type: n.InputMap,
17071
- declaration: Yl,
17071
+ declaration: zl,
17072
17072
  name: null,
17073
17073
  description: null,
17074
17074
  readsValue: null,
@@ -17095,7 +17095,7 @@ const uU = {
17095
17095
  previousVersion: null,
17096
17096
  deleted: !1,
17097
17097
  type: n.InputMap,
17098
- declaration: Hl,
17098
+ declaration: Yl,
17099
17099
  name: null,
17100
17100
  description: null,
17101
17101
  readsValue: null,
@@ -17130,7 +17130,7 @@ const uU = {
17130
17130
  previousVersion: null,
17131
17131
  deleted: !1,
17132
17132
  type: n.InputMap,
17133
- declaration: Kl,
17133
+ declaration: Hl,
17134
17134
  name: null,
17135
17135
  description: null,
17136
17136
  readsValue: null,
@@ -17151,7 +17151,7 @@ const uU = {
17151
17151
  previousVersion: null,
17152
17152
  deleted: !1,
17153
17153
  type: n.InputMap,
17154
- declaration: Sl,
17154
+ declaration: Kl,
17155
17155
  name: null,
17156
17156
  description: null,
17157
17157
  readsValue: null,
@@ -17173,7 +17173,7 @@ const uU = {
17173
17173
  deleted: !1,
17174
17174
  type: n.OutputMap,
17175
17175
  defaultValue: null,
17176
- declaration: Ql,
17176
+ declaration: Xl,
17177
17177
  writesValues: [],
17178
17178
  index: 1,
17179
17179
  parent: mj
@@ -17192,7 +17192,7 @@ const uU = {
17192
17192
  deleted: !1,
17193
17193
  type: n.OutputMap,
17194
17194
  defaultValue: null,
17195
- declaration: Xl,
17195
+ declaration: Sl,
17196
17196
  writesValues: [],
17197
17197
  index: 0,
17198
17198
  parent: Tj
@@ -17211,7 +17211,7 @@ const uU = {
17211
17211
  author: "1",
17212
17212
  previousVersion: null,
17213
17213
  deleted: !1,
17214
- declaration: ed,
17214
+ declaration: Ql,
17215
17215
  writesValues: [Yf],
17216
17216
  index: 2,
17217
17217
  parent: Ij
@@ -17638,7 +17638,7 @@ const rL = {
17638
17638
  implementationChooseOne: !1,
17639
17639
  andChildrenGroup: null,
17640
17640
  orChildrenGroup: null,
17641
- entity: ao,
17641
+ entity: pd,
17642
17642
  version: "1",
17643
17643
  createdAt: "2024-01-01T00:00:00.000Z",
17644
17644
  author: "1",
@@ -18005,7 +18005,7 @@ const rL = {
18005
18005
  x: 0,
18006
18006
  y: 0,
18007
18007
  parent: VL
18008
- }, wo = "manual-hello-world-loop-func-decl-id", ih = "manual-hello-world-loop-func-return-statement-id", qi = "manual-hello-world-loop-id", oa = "manual-hello-world-loop-body-id", Nd = "manual-hello-world-loop-break-statement-id", la = "manual-hello-world-loop-current-iteration-number-output-map-id", Ud = "manual-hello-world-loop-previous-iterations-results-output-map-id", jd = "assembled-hello-world-text-output-id", _L = "assembled-hello-world-list-output-id", da = "iteration-number-is-equal-or-greater-than-10-condition-id", Po = "join-hello-world-and-number-operation-id", Vo = "append-string-to-list-operation-id", rh = "hello-world-loop-output-map-id", ML = {
18008
+ }, Oo = "manual-hello-world-loop-func-decl-id", ih = "manual-hello-world-loop-func-return-statement-id", qi = "manual-hello-world-loop-id", oa = "manual-hello-world-loop-body-id", Nd = "manual-hello-world-loop-break-statement-id", la = "manual-hello-world-loop-current-iteration-number-output-map-id", Ud = "manual-hello-world-loop-previous-iterations-results-output-map-id", jd = "assembled-hello-world-text-output-id", _L = "assembled-hello-world-list-output-id", da = "iteration-number-is-equal-or-greater-than-10-condition-id", wo = "join-hello-world-and-number-operation-id", Po = "append-string-to-list-operation-id", rh = "hello-world-loop-output-map-id", ML = {
18009
18009
  type: n.GenericReference,
18010
18010
  id: "manual-hello-world-loop-function-declaration-output-declaration-parent-ref",
18011
18011
  version: "1",
@@ -18075,7 +18075,7 @@ const rL = {
18075
18075
  id: "manual-hello-world-loop-function-declaration-parent-ref",
18076
18076
  version: "1",
18077
18077
  entityType: n.FunctionDeclaration,
18078
- entityId: wo
18078
+ entityId: Oo
18079
18079
  }, xL = {
18080
18080
  type: n.ReturnStatement,
18081
18081
  id: ih,
@@ -18188,7 +18188,7 @@ const JL = {
18188
18188
  id: "append-string-to-list-base-string-map-parent-ref-id",
18189
18189
  version: "1",
18190
18190
  entityType: n.Operation,
18191
- entityId: Vo
18191
+ entityId: Po
18192
18192
  }, qL = {
18193
18193
  type: n.GenericReference,
18194
18194
  id: "base-string-map-reads-value-ref-id",
@@ -18215,7 +18215,7 @@ const JL = {
18215
18215
  id: "assembly-string-map-parent-ref-id",
18216
18216
  version: "1",
18217
18217
  entityType: n.Operation,
18218
- entityId: Vo
18218
+ entityId: Po
18219
18219
  }, zL = {
18220
18220
  id: _L,
18221
18221
  type: n.OutputMap,
@@ -18246,7 +18246,7 @@ const JL = {
18246
18246
  id: "62b4afb0-6c21-4b0f-abd3-cebef7b17c28",
18247
18247
  version: "1",
18248
18248
  entityType: n.Operation,
18249
- entityId: Vo
18249
+ entityId: Po
18250
18250
  }, lh = {
18251
18251
  id: "latest-string-to-add-input-map-id",
18252
18252
  version: "1",
@@ -18270,8 +18270,8 @@ const JL = {
18270
18270
  entityId: qi
18271
18271
  }, XL = {
18272
18272
  type: n.Operation,
18273
- id: Vo,
18274
- declaration: zl,
18273
+ id: Po,
18274
+ declaration: Wl,
18275
18275
  version: "1",
18276
18276
  createdAt: "2024-01-01T00:00:00.000Z",
18277
18277
  author: "1",
@@ -18479,7 +18479,7 @@ const JL = {
18479
18479
  id: "join-hello-world-and-number-base-string-map-parent-ref-id",
18480
18480
  version: "1",
18481
18481
  entityType: n.Operation,
18482
- entityId: Po
18482
+ entityId: wo
18483
18483
  }, yx = {
18484
18484
  id: "join-hello-world-and-number-base-string-map-id",
18485
18485
  type: n.InputMap,
@@ -18488,7 +18488,7 @@ const JL = {
18488
18488
  author: "1",
18489
18489
  previousVersion: null,
18490
18490
  deleted: !1,
18491
- declaration: ql,
18491
+ declaration: Jl,
18492
18492
  name: null,
18493
18493
  description: null,
18494
18494
  readsValue: null,
@@ -18514,7 +18514,7 @@ const JL = {
18514
18514
  id: "assembly-string-map-parent-ref-id",
18515
18515
  version: "1",
18516
18516
  entityType: n.Operation,
18517
- entityId: Po
18517
+ entityId: wo
18518
18518
  }, vx = {
18519
18519
  id: jd,
18520
18520
  type: n.OutputMap,
@@ -18545,7 +18545,7 @@ const JL = {
18545
18545
  id: "62b4afb0-6c21-4b0f-abd3-cebef7b17c28",
18546
18546
  version: "1",
18547
18547
  entityType: n.Operation,
18548
- entityId: Po
18548
+ entityId: wo
18549
18549
  }, ph = {
18550
18550
  id: "current-iteration-number-input-map-id",
18551
18551
  version: "1",
@@ -18554,7 +18554,7 @@ const JL = {
18554
18554
  previousVersion: null,
18555
18555
  deleted: !1,
18556
18556
  type: n.InputMap,
18557
- declaration: Wl,
18557
+ declaration: ql,
18558
18558
  name: null,
18559
18559
  description: null,
18560
18560
  readsValue: Ex,
@@ -18569,7 +18569,7 @@ const JL = {
18569
18569
  entityId: qi
18570
18570
  }, bx = {
18571
18571
  type: n.Operation,
18572
- id: Po,
18572
+ id: wo,
18573
18573
  declaration: to,
18574
18574
  version: "1",
18575
18575
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -18702,7 +18702,7 @@ const Cx = {
18702
18702
  cx,
18703
18703
  bx
18704
18704
  ],
18705
- implements: id,
18705
+ implements: td,
18706
18706
  collapsed: !1,
18707
18707
  private: !1,
18708
18708
  index: 0,
@@ -18753,13 +18753,13 @@ const Cx = {
18753
18753
  }, jx = {
18754
18754
  id: "manual-hello-world-loop-parent-ref-id",
18755
18755
  type: n.GenericReference,
18756
- entityId: wo,
18756
+ entityId: Oo,
18757
18757
  version: "1",
18758
18758
  entityType: n.FunctionDeclaration
18759
18759
  }, Lx = {
18760
18760
  id: "manual-hello-world-loop-called-by-ref-id",
18761
18761
  type: n.GenericReference,
18762
- entityId: wo,
18762
+ entityId: Oo,
18763
18763
  version: "1",
18764
18764
  entityType: n.FunctionDeclaration
18765
18765
  }, xx = {
@@ -18770,7 +18770,7 @@ const Cx = {
18770
18770
  author: "1",
18771
18771
  previousVersion: null,
18772
18772
  deleted: !1,
18773
- declaration: td,
18773
+ declaration: ed,
18774
18774
  inputs: [],
18775
18775
  outputsDeclarations: [ch],
18776
18776
  outputs: [Ux],
@@ -18793,7 +18793,7 @@ const Cx = {
18793
18793
  entityId: ce
18794
18794
  }, fh = {
18795
18795
  type: n.FunctionDeclaration,
18796
- id: wo,
18796
+ id: Oo,
18797
18797
  version: "1",
18798
18798
  createdAt: "2024-01-01T00:00:00.000Z",
18799
18799
  author: "1",
@@ -18837,7 +18837,7 @@ const Cx = {
18837
18837
  x: 0,
18838
18838
  y: 0,
18839
18839
  parent: Gx
18840
- }, ur = "company-dto-function-declaration-id", Ld = "company-dto-func-declaration-argument-dcl-id", Wi = "company-dto-function-company-variable-id", Cr = "company-dto-function-company-dto-variable-id", is = "iterate-over-employee-list-loop-id", hh = "iterate-over-employee-list-loop-employee-dto-output-map-id", xd = "iterate-over-employee-list-loop-body-current-employee-argument-declaration-id", Co = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-id", yh = "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id", mh = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id", vh = "iterate-over-employee-list-continue-statement-id", _o = "iterate-over-employee-list-loop-body-id", Th = "company-dto-func-declaration-return-statement-id", Eh = "company-dto-func-declaration-return-decl-id", Ih = "company-dto-func-declaration-company-variable-id-output-map-id", Ah = "company-dto-func-declaration-company-variable-employess-output-map-id", bh = "company-dto-func-declaration-company-variable-name-output-map-id", gx = "company-dto-func-declaration-company-dto-variable-input-map-id", kx = "company-dto-func-declaration-company-dto-variable-employess-input-map-id", Zx = "company-dto-func-declaration-company-dto-variable-name-input-map-id", Mo = "company-dto-func-declaration-owner-variable-id", Jx = "company-dto-func-declaration-company-dto-variable-owner-input-map-id", Rh = "company-dto-func-declaration-company-variable-owner-output-map-id", Dh = "company-dto-func-declaration-owner-variable-id-output-map-id", Bo = "company-dto-func-declaration-bank-account-variable-id", qx = "company-dto-func-declaration-company-dto-variable-bank-account-input-map-id", Oh = "company-dto-func-declaration-company-variable-bank-account-output-map-id", wh = "company-dto-func-declaration-bank-account-variable-id-output-map-id", Wx = {
18840
+ }, ur = "company-dto-function-declaration-id", Ld = "company-dto-func-declaration-argument-dcl-id", Wi = "company-dto-function-company-variable-id", Cr = "company-dto-function-company-dto-variable-id", is = "iterate-over-employee-list-loop-id", hh = "iterate-over-employee-list-loop-employee-dto-output-map-id", xd = "iterate-over-employee-list-loop-body-current-employee-argument-declaration-id", Vo = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-id", yh = "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id", mh = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id", vh = "iterate-over-employee-list-continue-statement-id", Co = "iterate-over-employee-list-loop-body-id", Th = "company-dto-func-declaration-return-statement-id", Eh = "company-dto-func-declaration-return-decl-id", Ih = "company-dto-func-declaration-company-variable-id-output-map-id", Ah = "company-dto-func-declaration-company-variable-employess-output-map-id", bh = "company-dto-func-declaration-company-variable-name-output-map-id", gx = "company-dto-func-declaration-company-dto-variable-input-map-id", kx = "company-dto-func-declaration-company-dto-variable-employess-input-map-id", Zx = "company-dto-func-declaration-company-dto-variable-name-input-map-id", _o = "company-dto-func-declaration-owner-variable-id", Jx = "company-dto-func-declaration-company-dto-variable-owner-input-map-id", Rh = "company-dto-func-declaration-company-variable-owner-output-map-id", Dh = "company-dto-func-declaration-owner-variable-id-output-map-id", Mo = "company-dto-func-declaration-bank-account-variable-id", qx = "company-dto-func-declaration-company-dto-variable-bank-account-input-map-id", Oh = "company-dto-func-declaration-company-variable-bank-account-output-map-id", wh = "company-dto-func-declaration-bank-account-variable-id-output-map-id", Wx = {
18841
18841
  type: n.GenericReference,
18842
18842
  id: "company-dto-func-company-dto-variable-owner-input-map-reads-value-ref-id",
18843
18843
  version: "1",
@@ -19070,13 +19070,13 @@ const Cx = {
19070
19070
  id: "company-dto-func-company-dto-variable-called-by-ref-one-id",
19071
19071
  version: "1",
19072
19072
  entityType: n.VariableDeclaration,
19073
- entityId: Bo
19073
+ entityId: Mo
19074
19074
  }, u$ = {
19075
19075
  type: n.GenericReference,
19076
19076
  id: "company-dto-func-company-dto-variable-called-by-ref-two-id",
19077
19077
  version: "1",
19078
19078
  entityType: n.VariableDeclaration,
19079
- entityId: Mo
19079
+ entityId: _o
19080
19080
  }, p$ = {
19081
19081
  type: n.GenericReference,
19082
19082
  id: "company-dto-func-company-dto-variable-called-by-ref-three-id",
@@ -19120,7 +19120,7 @@ const Cx = {
19120
19120
  parent: l$,
19121
19121
  x: 0,
19122
19122
  y: 0
19123
- }, En = "employee-dto-func-declaration-id", Gd = "employee-dto-func-declaration-argument-dcl-id", Uh = "employee-dto-func-declaration-return-statement-id", jh = "employee-dto-func-declaration-return-decl-id", In = "employee-dto-func-declaration-employee-variable-id", An = "employee-dto-func-declaration-employee-dto-variable-id", No = "employee-dto-func-declaration-manager-variable-id", Lh = "employee-dto-func-declaration-employee-variable-id-output-map-id", xh = "employee-dto-func-declaration-employee-variable-birth-date-output-map-id", $h = "employee-dto-func-declaration-employee-variable-department-output-map-id", Gh = "employee-dto-func-declaration-employee-variable-manager-output-map-id", Fh = "employee-dto-func-declaration-manager-variable-id-output-map-id", c$ = "employee-dto-func-declaration-employee-dto-variable-input-map-id", f$ = "employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id", h$ = "employee-dto-func-declaration-employee-dto-variable-department-input-map-id", y$ = "employee-dto-func-declaration-employee-dto-variable-manager-input-map-id", m$ = {
19123
+ }, En = "employee-dto-func-declaration-id", Gd = "employee-dto-func-declaration-argument-dcl-id", Uh = "employee-dto-func-declaration-return-statement-id", jh = "employee-dto-func-declaration-return-decl-id", In = "employee-dto-func-declaration-employee-variable-id", An = "employee-dto-func-declaration-employee-dto-variable-id", Bo = "employee-dto-func-declaration-manager-variable-id", Lh = "employee-dto-func-declaration-employee-variable-id-output-map-id", xh = "employee-dto-func-declaration-employee-variable-birth-date-output-map-id", $h = "employee-dto-func-declaration-employee-variable-department-output-map-id", Gh = "employee-dto-func-declaration-employee-variable-manager-output-map-id", Fh = "employee-dto-func-declaration-manager-variable-id-output-map-id", c$ = "employee-dto-func-declaration-employee-dto-variable-input-map-id", f$ = "employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id", h$ = "employee-dto-func-declaration-employee-dto-variable-department-input-map-id", y$ = "employee-dto-func-declaration-employee-dto-variable-manager-input-map-id", m$ = {
19124
19124
  type: n.GenericReference,
19125
19125
  id: "employee-dto-func-employee-dto-variable-manager-input-map-reads-value-ref-id",
19126
19126
  version: "1",
@@ -19326,7 +19326,7 @@ const Cx = {
19326
19326
  id: "employee-dto-func-employee-dto-variable-called-by-ref-id",
19327
19327
  version: "1",
19328
19328
  entityType: n.VariableDeclaration,
19329
- entityId: No
19329
+ entityId: Bo
19330
19330
  }, B$ = {
19331
19331
  constant: !0,
19332
19332
  required: !0,
@@ -19364,7 +19364,7 @@ const Cx = {
19364
19364
  id: "employee-dto-func-manager-variable-id-output-map-parent-ref-id",
19365
19365
  version: "1",
19366
19366
  entityType: n.VariableDeclaration,
19367
- entityId: No
19367
+ entityId: Bo
19368
19368
  }, U$ = {
19369
19369
  id: Fh,
19370
19370
  type: n.OutputMap,
@@ -19383,7 +19383,7 @@ const Cx = {
19383
19383
  id: "employee-dto-func-manager-variable-data-type-parent-ref-id",
19384
19384
  version: "1",
19385
19385
  entityType: n.VariableDeclaration,
19386
- entityId: No
19386
+ entityId: Bo
19387
19387
  }, L$ = {
19388
19388
  like: !1,
19389
19389
  staticEntities: null,
@@ -19423,7 +19423,7 @@ n.GenericReference, n.VariableDeclaration;
19423
19423
  const zh = {
19424
19424
  constant: !0,
19425
19425
  required: !0,
19426
- id: No,
19426
+ id: Bo,
19427
19427
  type: n.VariableDeclaration,
19428
19428
  version: "1",
19429
19429
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -19740,7 +19740,7 @@ const zh = {
19740
19740
  }, o2 = {
19741
19741
  id: "iterate-over-employee-list-continue-statement-called-by-ref-id",
19742
19742
  type: n.GenericReference,
19743
- entityId: Co,
19743
+ entityId: Vo,
19744
19744
  version: "1",
19745
19745
  entityType: n.FunctionCall
19746
19746
  }, l2 = {
@@ -19768,7 +19768,7 @@ const zh = {
19768
19768
  }, u2 = {
19769
19769
  id: "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-parent-ref-id",
19770
19770
  type: n.GenericReference,
19771
- entityId: Co,
19771
+ entityId: Vo,
19772
19772
  version: "1",
19773
19773
  entityType: n.FunctionCall
19774
19774
  }, p2 = {
@@ -19795,7 +19795,7 @@ const zh = {
19795
19795
  }, f2 = {
19796
19796
  id: "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-input-map-parent-ref-id",
19797
19797
  type: n.GenericReference,
19798
- entityId: Co,
19798
+ entityId: Vo,
19799
19799
  version: "1",
19800
19800
  entityType: n.FunctionCall
19801
19801
  }, Kh = {
@@ -19816,17 +19816,17 @@ const zh = {
19816
19816
  }, h2 = {
19817
19817
  id: "iterate-over-employee-list-loop-body-map-employee-dto-function-call-called-by-ref-id",
19818
19818
  type: n.GenericReference,
19819
- entityId: _o,
19819
+ entityId: Co,
19820
19820
  version: "1",
19821
19821
  entityType: n.FunctionDeclaration
19822
19822
  }, y2 = {
19823
19823
  id: "iterate-over-employee-list-loop-body-map-employee-dto-function-call-parent-ref-id",
19824
19824
  type: n.GenericReference,
19825
- entityId: _o,
19825
+ entityId: Co,
19826
19826
  version: "1",
19827
19827
  entityType: n.FunctionDeclaration
19828
19828
  }, m2 = {
19829
- id: Co,
19829
+ id: Vo,
19830
19830
  type: n.FunctionCall,
19831
19831
  version: "1",
19832
19832
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -19883,7 +19883,7 @@ const zh = {
19883
19883
  }, E2 = {
19884
19884
  id: "iterate-over-employee-list-loop-body-current-employee-argument-declaration-parent-ref-id",
19885
19885
  type: n.GenericReference,
19886
- entityId: _o,
19886
+ entityId: Co,
19887
19887
  version: "1",
19888
19888
  entityType: n.FunctionDeclaration
19889
19889
  }, I2 = {
@@ -19900,7 +19900,7 @@ const zh = {
19900
19900
  defaultValue: null,
19901
19901
  dataType: T2,
19902
19902
  required: !0,
19903
- implements: nd,
19903
+ implements: rd,
19904
19904
  index: 0,
19905
19905
  writesValues: [
19906
19906
  Kh
@@ -19913,7 +19913,7 @@ const zh = {
19913
19913
  version: "1",
19914
19914
  entityType: n.Loop
19915
19915
  }, b2 = {
19916
- id: _o,
19916
+ id: Co,
19917
19917
  type: n.FunctionDeclaration,
19918
19918
  version: "1",
19919
19919
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -20017,7 +20017,7 @@ const zh = {
20017
20017
  id: "company-dto-func-bank-account-variable-id-output-map-parent-ref-id",
20018
20018
  version: "1",
20019
20019
  entityType: n.VariableDeclaration,
20020
- entityId: Bo
20020
+ entityId: Mo
20021
20021
  }, M2 = {
20022
20022
  id: wh,
20023
20023
  type: n.OutputMap,
@@ -20036,7 +20036,7 @@ const zh = {
20036
20036
  id: "company-dto-func-bank-account-variable-data-type-parent-ref-id",
20037
20037
  version: "1",
20038
20038
  entityType: n.VariableDeclaration,
20039
- entityId: Bo
20039
+ entityId: Mo
20040
20040
  }, N2 = {
20041
20041
  like: !1,
20042
20042
  staticEntities: null,
@@ -20076,7 +20076,7 @@ n.GenericReference, n.VariableDeclaration;
20076
20076
  const Xh = {
20077
20077
  constant: !0,
20078
20078
  required: !0,
20079
- id: Bo,
20079
+ id: Mo,
20080
20080
  type: n.VariableDeclaration,
20081
20081
  version: "1",
20082
20082
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -20105,7 +20105,7 @@ const Xh = {
20105
20105
  id: "company-dto-func-owner-variable-id-output-map-parent-ref-id",
20106
20106
  version: "1",
20107
20107
  entityType: n.VariableDeclaration,
20108
- entityId: Mo
20108
+ entityId: _o
20109
20109
  }, x2 = {
20110
20110
  id: Dh,
20111
20111
  type: n.OutputMap,
@@ -20124,7 +20124,7 @@ const Xh = {
20124
20124
  id: "company-dto-func-owner-variable-data-type-parent-ref-id",
20125
20125
  version: "1",
20126
20126
  entityType: n.VariableDeclaration,
20127
- entityId: Mo
20127
+ entityId: _o
20128
20128
  }, G2 = {
20129
20129
  like: !1,
20130
20130
  staticEntities: null,
@@ -20164,7 +20164,7 @@ n.GenericReference, n.VariableDeclaration;
20164
20164
  const Qh = {
20165
20165
  constant: !0,
20166
20166
  required: !0,
20167
- id: Mo,
20167
+ id: _o,
20168
20168
  type: n.VariableDeclaration,
20169
20169
  version: "1",
20170
20170
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -20443,7 +20443,7 @@ const Qh = {
20443
20443
  x: 0,
20444
20444
  y: 0,
20445
20445
  parent: o4
20446
- }, ua = "exec-in-parallel-operation-call-id", pa = "exec-sequentially-operation-call-id", Xt = "concurrency-and-wait-function-declaration-id", ty = "concurrency-and-wait-return-statement-id", iy = "concurrency-and-wait-return-declaration-id", kd = "exec-in-parallel-argument-map-id", ry = "exec-sequentially-argument-map-id", Zd = "wait-for-2-seconds-operation-id", ny = "wait-for-2-seconds-argument-map-id", Jd = "map-company-dto-function-call-id", sy = "map-company-dto-function-call-company-dto-output-map-id", Uo = "company-dto-variable-one-id", qd = "company-dto-variable-one-instance-id", ay = "company-dto-variable-two-id", l4 = {
20446
+ }, ua = "exec-in-parallel-operation-call-id", pa = "exec-sequentially-operation-call-id", Xt = "concurrency-and-wait-function-declaration-id", ty = "concurrency-and-wait-return-statement-id", iy = "concurrency-and-wait-return-declaration-id", kd = "exec-in-parallel-argument-map-id", ry = "exec-sequentially-argument-map-id", Zd = "wait-for-2-seconds-operation-id", ny = "wait-for-2-seconds-argument-map-id", Jd = "map-company-dto-function-call-id", sy = "map-company-dto-function-call-company-dto-output-map-id", No = "company-dto-variable-one-id", qd = "company-dto-variable-one-instance-id", ay = "company-dto-variable-two-id", l4 = {
20447
20447
  type: n.GenericReference,
20448
20448
  id: "returned-company-dto-data-type-parent-ref-id",
20449
20449
  version: "1",
@@ -20581,13 +20581,13 @@ const Qh = {
20581
20581
  id: "company-dto-variable-one-instance-called-by-ref-id",
20582
20582
  version: "1",
20583
20583
  entityType: n.VariableDeclaration,
20584
- entityId: Uo
20584
+ entityId: No
20585
20585
  }, E4 = {
20586
20586
  type: n.GenericReference,
20587
20587
  id: "company-dto-variable-one-instance-reads-value-ref-id",
20588
20588
  version: "1",
20589
20589
  entityType: n.VariableDeclaration,
20590
- entityId: Uo
20590
+ entityId: No
20591
20591
  }, I4 = {
20592
20592
  type: n.GenericReference,
20593
20593
  id: "company-dto-variable-one-instance-parent-ref-id",
@@ -20599,7 +20599,7 @@ const Qh = {
20599
20599
  id: "company-dto-variable-one-instance-declaration-ref-id",
20600
20600
  version: "1",
20601
20601
  entityType: n.VariableDeclaration,
20602
- entityId: Uo
20602
+ entityId: No
20603
20603
  }, Pp = {
20604
20604
  id: qd,
20605
20605
  type: n.VariableInstance,
@@ -20644,7 +20644,7 @@ const Qh = {
20644
20644
  }, ly = {
20645
20645
  constant: !0,
20646
20646
  required: !0,
20647
- id: Uo,
20647
+ id: No,
20648
20648
  type: n.VariableDeclaration,
20649
20649
  version: "1",
20650
20650
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -21958,7 +21958,7 @@ const FG = {
21958
21958
  }, mF = {
21959
21959
  type: n.Operation,
21960
21960
  id: "e8c8c0a3-2e3e-4f6a-8e3d-8e0a0f9d7d8e",
21961
- declaration: Jl,
21961
+ declaration: Zl,
21962
21962
  version: "1",
21963
21963
  createdAt: "2024-01-01T00:00:00.000Z",
21964
21964
  author: "1",
@@ -22195,7 +22195,7 @@ const FG = {
22195
22195
  x: 0,
22196
22196
  y: 0,
22197
22197
  parent: DF
22198
- }, Qt = "replace-bank-account-in-company-func-declaration-id", Sd = "company-entity-to-modify-arg-declaration-id", Xd = "account-number-to-create-arg-decl-id", rs = "company-main-variable-id", ns = "search-person-by-id-id", by = "new-bank-account-owner-arg-decl-id", Ry = "search-person-by-id-output-declaration-id", Qd = "search-person-by-id-output-entity-map-id", ca = "person-not-empty-condition-id", jo = "create-new-bank-account-instance-operation-id", Dy = "create-new-bank-account-instance-operation-output-entity-map-id", Oy = "company-bank-account-output-map-id", eu = "old-bank-account-var-declaration-id", wy = "old-bank-account-var-instance-id", Py = "company-variable-instance-id", tu = "delete-bank-account-internal-call-id", fa = "new-bank-account-data-variable-declaration-id", MF = {
22198
+ }, Qt = "replace-bank-account-in-company-func-declaration-id", Sd = "company-entity-to-modify-arg-declaration-id", Xd = "account-number-to-create-arg-decl-id", rs = "company-main-variable-id", ns = "search-person-by-id-id", by = "new-bank-account-owner-arg-decl-id", Ry = "search-person-by-id-output-declaration-id", Qd = "search-person-by-id-output-entity-map-id", ca = "person-not-empty-condition-id", Uo = "create-new-bank-account-instance-operation-id", Dy = "create-new-bank-account-instance-operation-output-entity-map-id", Oy = "company-bank-account-output-map-id", eu = "old-bank-account-var-declaration-id", wy = "old-bank-account-var-instance-id", Py = "company-variable-instance-id", tu = "delete-bank-account-internal-call-id", fa = "new-bank-account-data-variable-declaration-id", MF = {
22199
22199
  type: n.GenericReference,
22200
22200
  id: "company-variable-instance-parent-ref-id",
22201
22201
  version: "1",
@@ -22314,7 +22314,7 @@ const FG = {
22314
22314
  id: "delete-bank-account-internal-call-called-by-ref-id",
22315
22315
  version: "1",
22316
22316
  entityType: n.Operation,
22317
- entityId: jo
22317
+ entityId: Uo
22318
22318
  };
22319
22319
  n.GenericReference, n.VariableInstance;
22320
22320
  const ZF = {
@@ -22565,7 +22565,7 @@ const ZF = {
22565
22565
  id: "create-new-bank-account-instance-operation-entity-to-create-input-map-parent-ref-id",
22566
22566
  version: "1",
22567
22567
  entityType: n.Operation,
22568
- entityId: jo
22568
+ entityId: Uo
22569
22569
  }, sg = {
22570
22570
  id: "create-new-bank-account-instance-operation-entity-to-create-input-map-id",
22571
22571
  version: "1",
@@ -22627,7 +22627,7 @@ const ZF = {
22627
22627
  id: "create-new-bank-account-instance-operation-output-entity-map-parent-ref-id",
22628
22628
  version: "1",
22629
22629
  entityType: n.Operation,
22630
- entityId: jo
22630
+ entityId: Uo
22631
22631
  }, lg = {
22632
22632
  id: Dy,
22633
22633
  version: "1",
@@ -22661,7 +22661,7 @@ const ZF = {
22661
22661
  entityId: Qt
22662
22662
  }, Ly = {
22663
22663
  process: null,
22664
- id: jo,
22664
+ id: Uo,
22665
22665
  type: n.Operation,
22666
22666
  version: "1",
22667
22667
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -23362,7 +23362,7 @@ const Sg = {
23362
23362
  description: "This function is called once for each iteration of the loop.",
23363
23363
  inputs: [lk],
23364
23364
  calls: [],
23365
- implements: ad,
23365
+ implements: sd,
23366
23366
  collapsed: !1,
23367
23367
  private: !1,
23368
23368
  index: 0,
@@ -23718,10 +23718,10 @@ const vk = {
23718
23718
  x: 0,
23719
23719
  y: 0,
23720
23720
  parent: Gk
23721
- }, ou = "global-test-iterate-over-string-loop-id", lu = "global-test-iterate-over-string-loop-body-id", Lo = "global-test-iterate-over-string-loop-body-current-iteration-value-argument-declaration-id", sm = "global-test-iterate-over-string-loop-iteration-list-input-map-id", gk = {
23721
+ }, ou = "global-test-iterate-over-string-loop-id", lu = "global-test-iterate-over-string-loop-body-id", jo = "global-test-iterate-over-string-loop-body-current-iteration-value-argument-declaration-id", sm = "global-test-iterate-over-string-loop-iteration-list-input-map-id", gk = {
23722
23722
  type: n.GenericReference,
23723
23723
  id: "global-test-iterate-over-string-loop-body-current-iteration-value-argument-declaration-data-type-parent-ref-id",
23724
- entityId: Lo,
23724
+ entityId: jo,
23725
23725
  version: "1",
23726
23726
  entityType: n.ArgumentDeclaration
23727
23727
  }, kk = {
@@ -23754,7 +23754,7 @@ const vk = {
23754
23754
  entityType: n.FunctionDeclaration
23755
23755
  }, Jk = {
23756
23756
  constant: !0,
23757
- id: Lo,
23757
+ id: jo,
23758
23758
  type: n.ArgumentDeclaration,
23759
23759
  version: "1",
23760
23760
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -23773,7 +23773,7 @@ const vk = {
23773
23773
  }, qk = {
23774
23774
  type: n.GenericReference,
23775
23775
  id: "global-test-iterate-over-string-loop-body-current-iteration-value-argument-declaration-data-type-parent-ref-id",
23776
- entityId: Lo,
23776
+ entityId: jo,
23777
23777
  version: "1",
23778
23778
  entityType: n.ArgumentDeclaration
23779
23779
  }, Wk = {
@@ -23806,7 +23806,7 @@ const vk = {
23806
23806
  entityType: n.FunctionDeclaration
23807
23807
  }, Yk = {
23808
23808
  constant: !0,
23809
- id: Lo,
23809
+ id: jo,
23810
23810
  type: n.ArgumentDeclaration,
23811
23811
  version: "1",
23812
23812
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -23843,7 +23843,7 @@ const vk = {
23843
23843
  Jk
23844
23844
  ],
23845
23845
  calls: [],
23846
- implements: rd,
23846
+ implements: id,
23847
23847
  collapsed: !1,
23848
23848
  private: !1,
23849
23849
  index: 0,
@@ -23971,7 +23971,7 @@ const vk = {
23971
23971
  description: "The current value being processed.",
23972
23972
  defaultValue: null,
23973
23973
  dataType: n9,
23974
- implements: nd,
23974
+ implements: rd,
23975
23975
  required: !0,
23976
23976
  index: 0,
23977
23977
  writesValues: [],
@@ -24881,7 +24881,7 @@ LIMIT 10 OFFSET 0;`, h9 = {
24881
24881
  St,
24882
24882
  KU,
24883
24883
  bi,
24884
- Ro,
24884
+ bo,
24885
24885
  Bf,
24886
24886
  Nf,
24887
24887
  Qn,
@@ -25323,7 +25323,7 @@ const Za = m.union([
25323
25323
  type: v8,
25324
25324
  rangeStart: Za.nullable(),
25325
25325
  rangeEnd: Za.nullable()
25326
- }), xo = uu.extend(
25326
+ }), Lo = uu.extend(
25327
25327
  {
25328
25328
  type: m.literal(Tt.Random),
25329
25329
  rangeStart: Za,
@@ -25339,7 +25339,7 @@ const Za = m.union([
25339
25339
  type: m.literal(Tt.CurrentDateAndTime),
25340
25340
  rangeStart: m.null(),
25341
25341
  rangeEnd: m.null()
25342
- }), pu = xo.extend({
25342
+ }), pu = Lo.extend({
25343
25343
  rangeStart: m.number().nullable(),
25344
25344
  rangeEnd: m.number().nullable()
25345
25345
  }), E8 = pu.extend({
@@ -25351,7 +25351,7 @@ const Za = m.union([
25351
25351
  }), A8 = pu.extend({
25352
25352
  rangeStart: m.number(),
25353
25353
  rangeEnd: m.number()
25354
- }), cu = xo.extend({
25354
+ }), cu = Lo.extend({
25355
25355
  rangeStart: m.number().nullable(),
25356
25356
  rangeEnd: m.number().nullable()
25357
25357
  }), b8 = cu.extend({
@@ -25363,7 +25363,7 @@ const Za = m.union([
25363
25363
  }), D8 = cu.extend({
25364
25364
  rangeStart: m.number(),
25365
25365
  rangeEnd: m.number()
25366
- }), fu = xo.extend({
25366
+ }), fu = Lo.extend({
25367
25367
  rangeStart: m.date().nullable(),
25368
25368
  rangeEnd: m.date().nullable()
25369
25369
  }), O8 = fu.extend({
@@ -25375,7 +25375,7 @@ const Za = m.union([
25375
25375
  }), P8 = fu.extend({
25376
25376
  rangeStart: m.date(),
25377
25377
  rangeEnd: m.date()
25378
- }), Im = xo.extend({
25378
+ }), Im = Lo.extend({
25379
25379
  rangeStart: m.null(),
25380
25380
  rangeEnd: m.null()
25381
25381
  }), Am = m.union([
@@ -25446,7 +25446,7 @@ function _8() {
25446
25446
  function M8() {
25447
25447
  return V8().merge(_8());
25448
25448
  }
25449
- function $o() {
25449
+ function xo() {
25450
25450
  return m.union([
25451
25451
  m.object({
25452
25452
  type: m.literal(n.PrimitiveEntity)
@@ -25454,7 +25454,7 @@ function $o() {
25454
25454
  m.record(m.string(), m.any())
25455
25455
  ]);
25456
25456
  }
25457
- function Go() {
25457
+ function $o() {
25458
25458
  return m.object({
25459
25459
  id: m.string(),
25460
25460
  type: m.literal(n.GenericReference),
@@ -25499,7 +25499,7 @@ function U8() {
25499
25499
  abstractMethods: m.array(xi()),
25500
25500
  extends: m.array(
25501
25501
  m.union([
25502
- $o(),
25502
+ xo(),
25503
25503
  kn()
25504
25504
  ])
25505
25505
  )
@@ -25561,8 +25561,8 @@ function $8() {
25561
25561
  implements: Rn().nullable(),
25562
25562
  parent: m.union([
25563
25563
  Cn(),
25564
- Go(),
25565
- Fo()
25564
+ $o(),
25565
+ Go()
25566
25566
  ])
25567
25567
  });
25568
25568
  }
@@ -25586,7 +25586,7 @@ function kn() {
25586
25586
  m.record(m.string(), m.any())
25587
25587
  ]);
25588
25588
  }
25589
- function Fo() {
25589
+ function Go() {
25590
25590
  return m.object({
25591
25591
  id: m.string(),
25592
25592
  type: m.literal(n.GenericReference),
@@ -25629,7 +25629,7 @@ function Z8() {
25629
25629
  extends: m.array(
25630
25630
  m.union([
25631
25631
  kn(),
25632
- $o()
25632
+ xo()
25633
25633
  ])
25634
25634
  )
25635
25635
  });
@@ -25682,8 +25682,8 @@ function z8() {
25682
25682
  parent: m.union([
25683
25683
  si(),
25684
25684
  Cn(),
25685
- Fo(),
25686
- Go()
25685
+ Go(),
25686
+ $o()
25687
25687
  ]).nullable()
25688
25688
  });
25689
25689
  }
@@ -25948,7 +25948,7 @@ function o6() {
25948
25948
  function l6() {
25949
25949
  return m.object({
25950
25950
  dataType: On().nullable(),
25951
- readsValue: zo().nullable(),
25951
+ readsValue: Wo().nullable(),
25952
25952
  parent: m.union([
25953
25953
  ds(),
25954
25954
  Fr(),
@@ -26180,7 +26180,7 @@ function ya() {
26180
26180
  m.record(m.string(), m.any())
26181
26181
  ]);
26182
26182
  }
26183
- function go() {
26183
+ function Fo() {
26184
26184
  return m.object({
26185
26185
  id: m.string(),
26186
26186
  type: m.literal(n.GenericReference),
@@ -26401,7 +26401,7 @@ function Bi() {
26401
26401
  m.record(m.string(), m.any())
26402
26402
  ]);
26403
26403
  }
26404
- function ko() {
26404
+ function go() {
26405
26405
  return m.object({
26406
26406
  id: m.string(),
26407
26407
  type: m.literal(n.GenericReference),
@@ -26450,10 +26450,10 @@ function x6() {
26450
26450
  return m.object({
26451
26451
  defaultValue: Cu().nullable(),
26452
26452
  declaration: m.union([Vn(), Rn()]).nullable(),
26453
- readsValue: zo().nullable(),
26453
+ readsValue: Wo().nullable(),
26454
26454
  parent: m.union([
26455
26455
  nt(),
26456
- ko(),
26456
+ go(),
26457
26457
  Yi(),
26458
26458
  pr()
26459
26459
  ])
@@ -26478,14 +26478,14 @@ function fs() {
26478
26478
  entityType: m.literal(n.Operation)
26479
26479
  });
26480
26480
  }
26481
- function Zo() {
26481
+ function ko() {
26482
26482
  return m.object({
26483
26483
  id: m.string(),
26484
26484
  type: m.literal(n.Operation)
26485
26485
  });
26486
26486
  }
26487
26487
  function G6() {
26488
- return Zo().merge(
26488
+ return ko().merge(
26489
26489
  m.object({
26490
26490
  version: m.number(),
26491
26491
  x: m.number(),
@@ -26494,7 +26494,7 @@ function G6() {
26494
26494
  );
26495
26495
  }
26496
26496
  function F6() {
26497
- return Zo().merge(
26497
+ return ko().merge(
26498
26498
  m.object({
26499
26499
  // declaration: z.union([
26500
26500
  // z.string(),
@@ -26518,7 +26518,7 @@ function F6() {
26518
26518
  );
26519
26519
  }
26520
26520
  function g6() {
26521
- return Zo().merge(
26521
+ return ko().merge(
26522
26522
  m.object({
26523
26523
  successCalls: m.array(Ct()),
26524
26524
  errorCalls: m.array(Ct()),
@@ -26542,30 +26542,30 @@ function k6() {
26542
26542
  g6()
26543
26543
  );
26544
26544
  }
26545
- function Jo() {
26545
+ function Zo() {
26546
26546
  return m.union([m.string(), m.number(), m.boolean(), m.null(), m.date()]);
26547
26547
  }
26548
26548
  function _m() {
26549
- return m.record(m.string(), Jo());
26549
+ return m.record(m.string(), Zo());
26550
26550
  }
26551
26551
  function Z6() {
26552
26552
  return m.array(
26553
26553
  m.union([
26554
- Jo(),
26554
+ Zo(),
26555
26555
  _m()
26556
26556
  ])
26557
26557
  );
26558
26558
  }
26559
26559
  function Mm() {
26560
26560
  return m.union([
26561
- Jo(),
26561
+ Zo(),
26562
26562
  _m(),
26563
26563
  Z6()
26564
26564
  ]);
26565
26565
  }
26566
26566
  function Bm() {
26567
26567
  return m.union([
26568
- Jo(),
26568
+ Zo(),
26569
26569
  Mm()
26570
26570
  ]);
26571
26571
  }
@@ -26625,7 +26625,7 @@ function Ni() {
26625
26625
  autogeneration: Dm.nullable(),
26626
26626
  parent: m.union([
26627
26627
  _u(),
26628
- ko()
26628
+ go()
26629
26629
  ])
26630
26630
  });
26631
26631
  }
@@ -26774,7 +26774,7 @@ function s3() {
26774
26774
  entity: m.union([
26775
26775
  Zn(),
26776
26776
  kn(),
26777
- $o(),
26777
+ xo(),
26778
26778
  xi()
26779
26779
  ]).nullable(),
26780
26780
  parent: m.union([
@@ -26843,7 +26843,7 @@ function d3() {
26843
26843
  function u3() {
26844
26844
  return m.object({
26845
26845
  dataType: On().nullable(),
26846
- readsValue: zo().nullable(),
26846
+ readsValue: Wo().nullable(),
26847
26847
  writesValues: m.array(_r()),
26848
26848
  inputs: m.array(Bi()),
26849
26849
  outputs: m.array(Ht()),
@@ -26921,7 +26921,7 @@ function y3() {
26921
26921
  return m.object({
26922
26922
  declaration: Bu(),
26923
26923
  dataType: On().nullable(),
26924
- readsValue: zo().nullable(),
26924
+ readsValue: Wo().nullable(),
26925
26925
  writesValues: m.array(_r()),
26926
26926
  inputs: m.array(Bi()),
26927
26927
  outputs: m.array(Ht()),
@@ -26950,7 +26950,7 @@ function ju() {
26950
26950
  m.record(m.string(), m.any())
26951
26951
  ]);
26952
26952
  }
26953
- function qo() {
26953
+ function Jo() {
26954
26954
  return m.object({
26955
26955
  id: m.string(),
26956
26956
  type: m.literal(n.GenericReference),
@@ -27004,7 +27004,7 @@ function b3() {
27004
27004
  entityType: m.literal(n.GlobalEvent)
27005
27005
  });
27006
27006
  }
27007
- function Wo() {
27007
+ function qo() {
27008
27008
  return m.object({
27009
27009
  id: m.string(),
27010
27010
  type: m.literal(n.GlobalEvent),
@@ -27013,7 +27013,7 @@ function Wo() {
27013
27013
  });
27014
27014
  }
27015
27015
  function R3() {
27016
- return Wo().merge(
27016
+ return qo().merge(
27017
27017
  m.object({
27018
27018
  version: m.number(),
27019
27019
  x: m.number(),
@@ -27022,7 +27022,7 @@ function R3() {
27022
27022
  );
27023
27023
  }
27024
27024
  function D3() {
27025
- return Wo().merge(
27025
+ return qo().merge(
27026
27026
  m.object({
27027
27027
  // extends: z.array(
27028
27028
  // z.union([
@@ -27035,7 +27035,7 @@ function D3() {
27035
27035
  );
27036
27036
  }
27037
27037
  function O3() {
27038
- return Wo().merge(
27038
+ return qo().merge(
27039
27039
  m.object({
27040
27040
  returnStatements: m.array(Dn()),
27041
27041
  implements: m.array(Pm()),
@@ -27043,7 +27043,7 @@ function O3() {
27043
27043
  calls: m.array(Ct()),
27044
27044
  parent: m.union([
27045
27045
  si(),
27046
- qo()
27046
+ Jo()
27047
27047
  ])
27048
27048
  })
27049
27049
  );
@@ -27073,11 +27073,11 @@ function _r() {
27073
27073
  function P3() {
27074
27074
  return m.union([
27075
27075
  wn(),
27076
- ko(),
27076
+ go(),
27077
27077
  Cm()
27078
27078
  ]);
27079
27079
  }
27080
- function zo() {
27080
+ function Wo() {
27081
27081
  return m.union([
27082
27082
  hs(),
27083
27083
  Vn(),
@@ -27132,7 +27132,7 @@ function nt() {
27132
27132
  return m.union([
27133
27133
  fs(),
27134
27134
  ha(),
27135
- go(),
27135
+ Fo(),
27136
27136
  va(),
27137
27137
  wn(),
27138
27138
  wu(),
@@ -27153,7 +27153,7 @@ function gu() {
27153
27153
  return m.union([
27154
27154
  fs(),
27155
27155
  ha(),
27156
- go(),
27156
+ Fo(),
27157
27157
  va(),
27158
27158
  wn(),
27159
27159
  Yi()
@@ -27314,7 +27314,7 @@ function fW() {
27314
27314
  ps(),
27315
27315
  tr(),
27316
27316
  Vn(),
27317
- $o(),
27317
+ xo(),
27318
27318
  On(),
27319
27319
  Rn(),
27320
27320
  xi(),
@@ -27331,21 +27331,21 @@ function fW() {
27331
27331
  }
27332
27332
  function hW() {
27333
27333
  return m.union([
27334
- Fo(),
27334
+ Go(),
27335
27335
  si(),
27336
- qo(),
27336
+ Jo(),
27337
27337
  Cn(),
27338
27338
  Ea(),
27339
27339
  $u(),
27340
27340
  wn(),
27341
- ko(),
27342
- Au(),
27343
27341
  go(),
27342
+ Au(),
27343
+ Fo(),
27344
27344
  fs(),
27345
27345
  ha(),
27346
27346
  Cm(),
27347
27347
  ku(),
27348
- Go(),
27348
+ $o(),
27349
27349
  _u(),
27350
27350
  wm(),
27351
27351
  Fr(),
@@ -27379,12 +27379,12 @@ function yW() {
27379
27379
  }
27380
27380
  function mW() {
27381
27381
  return m.union([
27382
- qo(),
27382
+ Jo(),
27383
27383
  Cn(),
27384
27384
  Ea(),
27385
27385
  $u(),
27386
27386
  wn(),
27387
- go(),
27387
+ Fo(),
27388
27388
  fs(),
27389
27389
  ha(),
27390
27390
  ds(),
@@ -27500,11 +27500,11 @@ function $3() {
27500
27500
  returnStatements: m.array(Dn()),
27501
27501
  parent: m.union([
27502
27502
  si(),
27503
- qo(),
27503
+ Jo(),
27504
27504
  Cn(),
27505
27505
  Yi(),
27506
- Fo(),
27507
- Go()
27506
+ Go(),
27507
+ $o()
27508
27508
  ])
27509
27509
  });
27510
27510
  }
@@ -27763,7 +27763,7 @@ function d5(r, a = {}) {
27763
27763
  function u5(r) {
27764
27764
  return "messageBuilder" in r ? r.messageBuilder : o5(r);
27765
27765
  }
27766
- var Lm = "1.13.7", _p = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, Yo = Array.prototype, zu = Object.prototype, Mp = typeof Symbol < "u" ? Symbol.prototype : null, p5 = Yo.push, Ia = Yo.slice, Fs = zu.toString, c5 = zu.hasOwnProperty, xm = typeof ArrayBuffer < "u", f5 = typeof DataView < "u", h5 = Array.isArray, Bp = Object.keys, Np = Object.create, Up = xm && ArrayBuffer.isView, y5 = isNaN, m5 = isFinite, $m = !{ toString: null }.propertyIsEnumerable("toString"), jp = [
27766
+ var Lm = "1.13.7", _p = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, zo = Array.prototype, zu = Object.prototype, Mp = typeof Symbol < "u" ? Symbol.prototype : null, p5 = zo.push, Ia = zo.slice, Fs = zu.toString, c5 = zu.hasOwnProperty, xm = typeof ArrayBuffer < "u", f5 = typeof DataView < "u", h5 = Array.isArray, Bp = Object.keys, Np = Object.create, Up = xm && ArrayBuffer.isView, y5 = isNaN, m5 = isFinite, $m = !{ toString: null }.propertyIsEnumerable("toString"), jp = [
27767
27767
  "valueOf",
27768
27768
  "isPrototypeOf",
27769
27769
  "toString",
@@ -27825,13 +27825,13 @@ const Wa = Wm ? O5 : D5, _n = h5 || Zt("Array");
27825
27825
  function Nr(r, a) {
27826
27826
  return r != null && c5.call(r, a);
27827
27827
  }
27828
- var Pl = Zt("Arguments");
27828
+ var wl = Zt("Arguments");
27829
27829
  (function() {
27830
- Pl(arguments) || (Pl = function(r) {
27830
+ wl(arguments) || (wl = function(r) {
27831
27831
  return Nr(r, "callee");
27832
27832
  });
27833
27833
  })();
27834
- const Ku = Pl;
27834
+ const Ku = wl;
27835
27835
  function w5(r) {
27836
27836
  return !km(r) && m5(r) && !isNaN(parseFloat(r));
27837
27837
  }
@@ -27928,7 +27928,7 @@ function Lp(r) {
27928
27928
  );
27929
27929
  }
27930
27930
  var xp = "[object DataView]";
27931
- function Vl(r, a, e, t) {
27931
+ function Pl(r, a, e, t) {
27932
27932
  if (r === a)
27933
27933
  return r !== 0 || 1 / r === 1 / a;
27934
27934
  if (r == null || a == null)
@@ -27987,20 +27987,20 @@ function e0(r, a, e, t) {
27987
27987
  if (u = r.length, u !== a.length)
27988
27988
  return !1;
27989
27989
  for (; u--; )
27990
- if (!Vl(r[u], a[u], e, t))
27990
+ if (!Pl(r[u], a[u], e, t))
27991
27991
  return !1;
27992
27992
  } else {
27993
27993
  var h = _t(r), c;
27994
27994
  if (u = h.length, _t(a).length !== u)
27995
27995
  return !1;
27996
27996
  for (; u--; )
27997
- if (c = h[u], !(Nr(a, c) && Vl(r[c], a[c], e, t)))
27997
+ if (c = h[u], !(Nr(a, c) && Pl(r[c], a[c], e, t)))
27998
27998
  return !1;
27999
27999
  }
28000
28000
  return e.pop(), t.pop(), !0;
28001
28001
  }
28002
28002
  function M5(r, a) {
28003
- return Vl(r, a);
28003
+ return Pl(r, a);
28004
28004
  }
28005
28005
  function Aa(r) {
28006
28006
  if (!Br(r))
@@ -28041,7 +28041,7 @@ function n0(r) {
28041
28041
  a[r[e[t]]] = e[t];
28042
28042
  return a;
28043
28043
  }
28044
- function Cl(r) {
28044
+ function Vl(r) {
28045
28045
  var a = [];
28046
28046
  for (var e in r)
28047
28047
  Kt(r[e]) && a.push(e);
@@ -28180,7 +28180,7 @@ function W5(r, a, e) {
28180
28180
  t[i] = a(i);
28181
28181
  return t;
28182
28182
  }
28183
- function _l(r, a) {
28183
+ function Cl(r, a) {
28184
28184
  return a == null && (a = r, r = 0), r + Math.floor(Math.random() * (a - r + 1));
28185
28185
  }
28186
28186
  const ks = Date.now || function() {
@@ -28206,7 +28206,7 @@ const f0 = {
28206
28206
  interpolate: /<%=([\s\S]+?)%>/g,
28207
28207
  escape: /<%-([\s\S]+?)%>/g
28208
28208
  };
28209
- var pl = /(.)^/, S5 = {
28209
+ var ul = /(.)^/, S5 = {
28210
28210
  "'": "'",
28211
28211
  "\\": "\\",
28212
28212
  "\r": "r",
@@ -28221,9 +28221,9 @@ var eZ = /^\s*(\w|\$)+\s*$/;
28221
28221
  function tZ(r, a, e) {
28222
28222
  !a && e && (a = e), a = a0({}, a, Ke.templateSettings);
28223
28223
  var t = RegExp([
28224
- (a.escape || pl).source,
28225
- (a.interpolate || pl).source,
28226
- (a.evaluate || pl).source
28224
+ (a.escape || ul).source,
28225
+ (a.interpolate || ul).source,
28226
+ (a.evaluate || ul).source
28227
28227
  ].join("|") + "|$", "g"), i = 0, s = "__p+='";
28228
28228
  r.replace(t, function(u, h, c, T, E) {
28229
28229
  return s += r.slice(i, E).replace(X5, Q5), i = E + u.length, h ? s += `'+
@@ -28441,13 +28441,13 @@ function b0(r, a, e) {
28441
28441
  };
28442
28442
  }
28443
28443
  const R0 = b0(1, ap, A0), yZ = b0(-1, I0);
28444
- function Ml(r, a, e) {
28444
+ function _l(r, a, e) {
28445
28445
  var t = vi(r) ? ap : T0, i = t(r, a, e);
28446
28446
  if (i !== void 0 && i !== -1)
28447
28447
  return r[i];
28448
28448
  }
28449
28449
  function mZ(r, a) {
28450
- return Ml(r, gs(a));
28450
+ return _l(r, gs(a));
28451
28451
  }
28452
28452
  function ir(r, a, e) {
28453
28453
  a = Ra(a, e);
@@ -28484,7 +28484,7 @@ function D0(r) {
28484
28484
  return a(e, Ra(t, s, 4), i, l);
28485
28485
  };
28486
28486
  }
28487
- const cl = D0(1), $p = D0(-1);
28487
+ const pl = D0(1), $p = D0(-1);
28488
28488
  function Jn(r, a, e) {
28489
28489
  var t = [];
28490
28490
  return a = li(a, e), ir(r, function(i, s, l) {
@@ -28563,11 +28563,11 @@ function w0(r) {
28563
28563
  }
28564
28564
  function P0(r, a, e) {
28565
28565
  if (a == null || e)
28566
- return vi(r) || (r = ys(r)), r[_l(r.length - 1)];
28566
+ return vi(r) || (r = ys(r)), r[Cl(r.length - 1)];
28567
28567
  var t = w0(r), i = oi(t);
28568
28568
  a = Math.max(Math.min(a, i), 0);
28569
28569
  for (var s = i - 1, l = 0; l < a; l++) {
28570
- var o = _l(l, s), d = t[l];
28570
+ var o = Cl(l, s), d = t[l];
28571
28571
  t[l] = t[o], t[o] = d;
28572
28572
  }
28573
28573
  return t.slice(0, a);
@@ -28594,7 +28594,7 @@ function RZ(r, a, e) {
28594
28594
  return i.index - s.index;
28595
28595
  }), "value");
28596
28596
  }
28597
- function Ho(r, a) {
28597
+ function Yo(r, a) {
28598
28598
  return function(e, t, i) {
28599
28599
  var s = a ? [[], []] : {};
28600
28600
  return t = li(t, i), ir(e, function(l, o) {
@@ -28603,13 +28603,13 @@ function Ho(r, a) {
28603
28603
  }), s;
28604
28604
  };
28605
28605
  }
28606
- const DZ = Ho(function(r, a, e) {
28606
+ const DZ = Yo(function(r, a, e) {
28607
28607
  Nr(r, e) ? r[e].push(a) : r[e] = [a];
28608
- }), OZ = Ho(function(r, a, e) {
28608
+ }), OZ = Yo(function(r, a, e) {
28609
28609
  r[e] = a;
28610
- }), wZ = Ho(function(r, a, e) {
28610
+ }), wZ = Yo(function(r, a, e) {
28611
28611
  Nr(r, e) ? r[e]++ : r[e] = 1;
28612
- }), PZ = Ho(function(r, a, e) {
28612
+ }), PZ = Yo(function(r, a, e) {
28613
28613
  r[e ? 0 : 1].push(a);
28614
28614
  }, !0);
28615
28615
  function VZ(r) {
@@ -28637,7 +28637,7 @@ const V0 = ai(function(r, a) {
28637
28637
  function C0(r, a, e) {
28638
28638
  return Ia.call(r, 0, Math.max(0, r.length - (a == null || e ? 1 : a)));
28639
28639
  }
28640
- function fl(r, a, e) {
28640
+ function cl(r, a, e) {
28641
28641
  return r == null || r.length < 1 ? a == null || e ? void 0 : [] : a == null || e ? r[0] : C0(r, r.length - a);
28642
28642
  }
28643
28643
  function Ma(r, a, e) {
@@ -28659,7 +28659,7 @@ const _0 = ai(function(r, a) {
28659
28659
  }), UZ = ai(function(r, a) {
28660
28660
  return _0(r, a);
28661
28661
  });
28662
- function Bl(r, a, e, t) {
28662
+ function Ml(r, a, e, t) {
28663
28663
  Fm(a) || (t = e, e = a, a = !1), e != null && (e = li(e, t));
28664
28664
  for (var i = [], s = [], l = 0, o = oi(r); l < o; l++) {
28665
28665
  var d = r[l], u = e ? e(d, l, r) : d;
@@ -28668,7 +28668,7 @@ function Bl(r, a, e, t) {
28668
28668
  return i;
28669
28669
  }
28670
28670
  const jZ = ai(function(r) {
28671
- return Bl(Mn(r, !0, !0));
28671
+ return Ml(Mn(r, !0, !0));
28672
28672
  });
28673
28673
  function LZ(r) {
28674
28674
  for (var a = [], e = arguments.length, t = 0, i = oi(r); t < i; t++) {
@@ -28682,12 +28682,12 @@ function LZ(r) {
28682
28682
  }
28683
28683
  return a;
28684
28684
  }
28685
- function Nl(r) {
28685
+ function Bl(r) {
28686
28686
  for (var a = r && O0(r, oi).length || 0, e = Array(a), t = 0; t < a; t++)
28687
28687
  e[t] = op(r, t);
28688
28688
  return e;
28689
28689
  }
28690
- const xZ = ai(Nl);
28690
+ const xZ = ai(Bl);
28691
28691
  function $Z(r, a) {
28692
28692
  for (var e = {}, t = 0, i = oi(r); t < i; t++)
28693
28693
  a ? e[r[t]] = a[t] : e[r[t][0]] = r[t][1];
@@ -28710,7 +28710,7 @@ function lp(r, a) {
28710
28710
  return r._chain ? Ke(a).chain() : a;
28711
28711
  }
28712
28712
  function M0(r) {
28713
- return ir(Cl(r), function(a) {
28713
+ return ir(Vl(r), function(a) {
28714
28714
  var e = Ke[a] = r[a];
28715
28715
  Ke.prototype[a] = function() {
28716
28716
  var t = [this._wrapped];
@@ -28719,14 +28719,14 @@ function M0(r) {
28719
28719
  }), Ke;
28720
28720
  }
28721
28721
  ir(["pop", "push", "reverse", "shift", "sort", "splice", "unshift"], function(r) {
28722
- var a = Yo[r];
28722
+ var a = zo[r];
28723
28723
  Ke.prototype[r] = function() {
28724
28724
  var e = this._wrapped;
28725
28725
  return e != null && (a.apply(e, arguments), (r === "shift" || r === "splice") && e.length === 0 && delete e[0]), lp(this, e);
28726
28726
  };
28727
28727
  });
28728
28728
  ir(["concat", "join", "slice"], function(r) {
28729
- var a = Yo[r];
28729
+ var a = zo[r];
28730
28730
  Ke.prototype[r] = function() {
28731
28731
  var e = this._wrapped;
28732
28732
  return e != null && (e = a.apply(e, arguments)), lp(this, e);
@@ -28758,7 +28758,7 @@ const gZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28758
28758
  defaults: a0,
28759
28759
  defer: lZ,
28760
28760
  delay: m0,
28761
- detect: Ml,
28761
+ detect: _l,
28762
28762
  difference: _0,
28763
28763
  drop: Ma,
28764
28764
  each: ir,
@@ -28767,28 +28767,28 @@ const gZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28767
28767
  extend: s0,
28768
28768
  extendOwn: Ya,
28769
28769
  filter: Jn,
28770
- find: Ml,
28770
+ find: _l,
28771
28771
  findIndex: ap,
28772
28772
  findKey: T0,
28773
28773
  findLastIndex: I0,
28774
28774
  findWhere: mZ,
28775
- first: fl,
28775
+ first: cl,
28776
28776
  flatten: NZ,
28777
- foldl: cl,
28777
+ foldl: pl,
28778
28778
  foldr: $p,
28779
28779
  forEach: ir,
28780
- functions: Cl,
28780
+ functions: Vl,
28781
28781
  get: d0,
28782
28782
  groupBy: DZ,
28783
28783
  has: Z5,
28784
- head: fl,
28784
+ head: cl,
28785
28785
  identity: ip,
28786
28786
  include: Xi,
28787
28787
  includes: Xi,
28788
28788
  indexBy: OZ,
28789
28789
  indexOf: R0,
28790
28790
  initial: C0,
28791
- inject: cl,
28791
+ inject: pl,
28792
28792
  intersection: LZ,
28793
28793
  invert: n0,
28794
28794
  invoke: TZ,
@@ -28828,7 +28828,7 @@ const gZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28828
28828
  matches: gs,
28829
28829
  max: O0,
28830
28830
  memoize: oZ,
28831
- methods: Cl,
28831
+ methods: Vl,
28832
28832
  min: IZ,
28833
28833
  mixin: M0,
28834
28834
  negate: sp,
@@ -28844,9 +28844,9 @@ const gZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28844
28844
  pluck: op,
28845
28845
  property: rp,
28846
28846
  propertyOf: q5,
28847
- random: _l,
28847
+ random: Cl,
28848
28848
  range: GZ,
28849
- reduce: cl,
28849
+ reduce: pl,
28850
28850
  reduceRight: $p,
28851
28851
  reject: vZ,
28852
28852
  rest: Ma,
@@ -28860,7 +28860,7 @@ const gZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28860
28860
  sortBy: RZ,
28861
28861
  sortedIndex: A0,
28862
28862
  tail: Ma,
28863
- take: fl,
28863
+ take: cl,
28864
28864
  tap: k5,
28865
28865
  template: tZ,
28866
28866
  templateSettings: K5,
@@ -28868,13 +28868,13 @@ const gZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28868
28868
  times: W5,
28869
28869
  toArray: w0,
28870
28870
  toPath: l0,
28871
- transpose: Nl,
28871
+ transpose: Bl,
28872
28872
  unescape: H5,
28873
28873
  union: jZ,
28874
- uniq: Bl,
28875
- unique: Bl,
28874
+ uniq: Ml,
28875
+ unique: Ml,
28876
28876
  uniqueId: nZ,
28877
- unzip: Nl,
28877
+ unzip: Bl,
28878
28878
  values: ys,
28879
28879
  where: EZ,
28880
28880
  without: UZ,
@@ -29190,10 +29190,10 @@ function HZ(r) {
29190
29190
  var a;
29191
29191
  return (a = r.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g)) == null ? void 0 : a.map((e) => e.toLowerCase()).join("-");
29192
29192
  }
29193
- function Ul(r) {
29193
+ function Nl(r) {
29194
29194
  return HZ(r).toLowerCase();
29195
29195
  }
29196
- function jl(r) {
29196
+ function Ul(r) {
29197
29197
  var e, t, i, s;
29198
29198
  if (!r)
29199
29199
  return "Any data type";
@@ -29204,10 +29204,10 @@ function jl(r) {
29204
29204
  return l ? `List of an any data type${a}` : `Any data type${a}`;
29205
29205
  let o = "", d = !1, u = !1;
29206
29206
  return (r.andChildrenGroup || []).forEach((h) => {
29207
- const c = jl(h), T = Ba(c);
29207
+ const c = Ul(h), T = Ba(c);
29208
29208
  d && (o += " and "), h.isGroup ? o += "(" + T + ")" : d ? o += T : o += c, d = !0, u = !0;
29209
29209
  }), (r.orChildrenGroup || []).forEach((h) => {
29210
- const c = jl(h), T = Ba(c);
29210
+ const c = Ul(h), T = Ba(c);
29211
29211
  d && (u && (o += ","), o += " or "), h.isGroup ? o += "(" + T + ")" : d ? o += T : o += c, d = !0;
29212
29212
  }), l ? `List of ${Ba(o)}` : o;
29213
29213
  }
@@ -29265,9 +29265,9 @@ function AW(r) {
29265
29265
  if (!r)
29266
29266
  return "Any data type";
29267
29267
  const a = r.getDataType(null);
29268
- return jl(a);
29268
+ return Ul(a);
29269
29269
  }
29270
- function hl(r) {
29270
+ function fl(r) {
29271
29271
  switch (r.declaration.id) {
29272
29272
  case ft.Equal:
29273
29273
  return "is equal to";
@@ -29522,15 +29522,15 @@ function F(r, a) {
29522
29522
  );
29523
29523
  if (o.inputs[1]) {
29524
29524
  const u = o.inputs[1].declaration.name;
29525
- return `If ${d} ${hl(
29525
+ return `If ${d} ${fl(
29526
29526
  o
29527
29527
  )} ${u}`;
29528
29528
  }
29529
- return `If ${d} ${hl(
29529
+ return `If ${d} ${fl(
29530
29530
  o
29531
29531
  )}`;
29532
29532
  } else
29533
- return `If ${hl(o)}`;
29533
+ return `If ${fl(o)}`;
29534
29534
  }
29535
29535
  case n.ReturnStatement: {
29536
29536
  const o = Ei(r.parent, a);
@@ -29849,7 +29849,7 @@ function RW(r, a) {
29849
29849
  }
29850
29850
  }
29851
29851
  function t7(r, a, e) {
29852
- const i = `${Ul(r)}-${a}-id`;
29852
+ const i = `${Nl(r)}-${a}-id`;
29853
29853
  return e.instances[i] ? y.UUID.uuid() : i;
29854
29854
  }
29855
29855
  function kp(r, a) {
@@ -29861,9 +29861,9 @@ function kp(r, a) {
29861
29861
  s && (t = s);
29862
29862
  }
29863
29863
  let i = "";
29864
- return t && (i = `${Ul(
29864
+ return t && (i = `${Nl(
29865
29865
  F(t, a)
29866
- )}-`), e = `${i}${Ul(
29866
+ )}-`), e = `${i}${Nl(
29867
29867
  F(r, a)
29868
29868
  )}-id`, a.instances[e] ? y.UUID.uuid() : e;
29869
29869
  }
@@ -30664,7 +30664,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
30664
30664
  code: L.InvalidObjectStructure,
30665
30665
  severity: D.Error,
30666
30666
  message: `Entity of type '${this.type}' with id '${this.id}' is not a value reading or writing entity.
30667
- ${Ll}`,
30667
+ ${jl}`,
30668
30668
  issue: null
30669
30669
  })
30670
30670
  ), { errors: t, modifiedData: e };
@@ -31758,7 +31758,7 @@ ${x}`,
31758
31758
  let i = JSON.parse(
31759
31759
  JSON.stringify(e)
31760
31760
  );
31761
- const s = So(
31761
+ const s = Ko(
31762
31762
  i,
31763
31763
  this
31764
31764
  );
@@ -39118,7 +39118,7 @@ const BW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
39118
39118
  code: L.InvalidObjectStructure,
39119
39119
  severity: D.Error,
39120
39120
  message: `Entity of type '${e.type}' with id '${e.id}' is missing the 'implements' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for 'global-event' entities.
39121
- ${Tl(
39121
+ ${vl(
39122
39122
  t
39123
39123
  )}`,
39124
39124
  issue: null
@@ -39133,7 +39133,7 @@ ${Tl(
39133
39133
  code: b.ReferencedEntityNotFound,
39134
39134
  severity: D.Error,
39135
39135
  message: `Entity of type '${e.type}' with id '${e.id}' has an 'implements' property that isn't found in the project. The 'implements' property must point to one of the built-in action descriptors reserved for 'global-event' entities.
39136
- ${Tl(
39136
+ ${vl(
39137
39137
  t
39138
39138
  )}`,
39139
39139
  issue: null
@@ -39148,7 +39148,7 @@ ${Tl(
39148
39148
  code: b.InvalidImplementsReference,
39149
39149
  severity: D.Error,
39150
39150
  message: `Entity of type '${e.type}' with id '${e.id}' has an 'implements' property that isn't pointing to an action descriptor reserved for 'global-event' entities.
39151
- ${Tl(
39151
+ ${vl(
39152
39152
  t
39153
39153
  )}`,
39154
39154
  issue: null
@@ -42653,7 +42653,7 @@ const oe = class oe extends st {
42653
42653
  code: b.InvalidImplementsReference,
42654
42654
  severity: D.Error,
42655
42655
  message: `Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't pointing to an action descriptor reserved for '${n.Condition}' entities.
42656
- ${El(t)}`,
42656
+ ${Tl(t)}`,
42657
42657
  issue: null
42658
42658
  })
42659
42659
  ) : s.push(
@@ -42662,7 +42662,7 @@ ${El(t)}`,
42662
42662
  code: b.ReferencedEntityNotFound,
42663
42663
  severity: D.Error,
42664
42664
  message: `Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't found in the project. The 'declaration' property must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
42665
- ${El(t)}`,
42665
+ ${Tl(t)}`,
42666
42666
  issue: null
42667
42667
  })
42668
42668
  ) : s.push(
@@ -42671,7 +42671,7 @@ ${El(t)}`,
42671
42671
  code: L.InvalidObjectStructure,
42672
42672
  severity: D.Error,
42673
42673
  message: `Entity of type '${e.type}' with id '${e.id}' is missing the 'declaration' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
42674
- ${El(t)}`,
42674
+ ${Tl(t)}`,
42675
42675
  issue: null
42676
42676
  })
42677
42677
  ), {
@@ -45534,7 +45534,7 @@ const Ge = class Ge extends st {
45534
45534
  code: b.InvalidImplementsReference,
45535
45535
  severity: D.Error,
45536
45536
  message: `Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't pointing to an action descriptor reserved for '${n.Condition}' entities.
45537
- ${Il(t)}`,
45537
+ ${El(t)}`,
45538
45538
  issue: null
45539
45539
  })
45540
45540
  ) : s.push(
@@ -45543,7 +45543,7 @@ ${Il(t)}`,
45543
45543
  code: b.ReferencedEntityNotFound,
45544
45544
  severity: D.Error,
45545
45545
  message: `Entity of type '${e.type}' with id '${e.id}' has an 'declaration' property that isn't found in the project. The 'declaration' property must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
45546
- ${Il(t)}`,
45546
+ ${El(t)}`,
45547
45547
  issue: null
45548
45548
  })
45549
45549
  ) : s.push(
@@ -45552,7 +45552,7 @@ ${Il(t)}`,
45552
45552
  code: L.InvalidObjectStructure,
45553
45553
  severity: D.Error,
45554
45554
  message: `Entity of type '${e.type}' with id '${e.id}' is missing the 'declaration' property. This property is required for a '${e.type}' entity and must point to one of the built-in action descriptors reserved for '${n.Condition}' entities.
45555
- ${Il(t)}`,
45555
+ ${El(t)}`,
45556
45556
  issue: null
45557
45557
  })
45558
45558
  ), {
@@ -46861,7 +46861,7 @@ const Ve = class Ve extends st {
46861
46861
  let i = JSON.parse(
46862
46862
  JSON.stringify(e)
46863
46863
  );
46864
- const s = So(
46864
+ const s = Ko(
46865
46865
  i,
46866
46866
  this
46867
46867
  );
@@ -47492,7 +47492,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
47492
47492
  this.initialData.declaration,
47493
47493
  this.project
47494
47494
  ), this.declaration.setParent(this.parent, null), this.declaration.initChildren(e);
47495
- return il.initWritesValues(this, this.parent), Rr.initReadsValue(this), this.initialData.inputs.forEach((t) => {
47495
+ return tl.initWritesValues(this, this.parent), Rr.initReadsValue(this), this.initialData.inputs.forEach((t) => {
47496
47496
  const i = P(
47497
47497
  t,
47498
47498
  this.project
@@ -48662,7 +48662,7 @@ const Ce = class Ce extends st {
48662
48662
  let i = JSON.parse(
48663
48663
  JSON.stringify(e)
48664
48664
  );
48665
- const s = So(
48665
+ const s = Ko(
48666
48666
  i,
48667
48667
  this
48668
48668
  );
@@ -49254,7 +49254,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
49254
49254
  ), this.defaultValue.setParent(this, null), this.defaultValue.initChildren(e)), this.initialData.dataType && (this.dataType = P(
49255
49255
  this.initialData.dataType,
49256
49256
  this.project
49257
- ), this.dataType.setParent(this, null), this.dataType.initChildren(e)), il.initWritesValues(this, this.parent), Rr.initReadsValue(this), this.successCalls = this.initialData.successCalls.map((t) => {
49257
+ ), this.dataType.setParent(this, null), this.dataType.initChildren(e)), tl.initWritesValues(this, this.parent), Rr.initReadsValue(this), this.successCalls = this.initialData.successCalls.map((t) => {
49258
49258
  const i = P(
49259
49259
  t,
49260
49260
  this.project
@@ -52772,7 +52772,7 @@ This variable's data-type has an 'entity' field that references an entity with i
52772
52772
  }).error
52773
52773
  );
52774
52774
  else {
52775
- const i = el(t), s = [];
52775
+ const i = Qo(t), s = [];
52776
52776
  [
52777
52777
  n.DefinitionEntity,
52778
52778
  n.BuiltInBaseEntity,
@@ -52993,7 +52993,7 @@ This variable's data-type has an 'entity' field that references an entity with i
52993
52993
  })
52994
52994
  );
52995
52995
  else {
52996
- const c = el(
52996
+ const c = Qo(
52997
52997
  h
52998
52998
  );
52999
52999
  let T = "";
@@ -54712,7 +54712,7 @@ ${R}`,
54712
54712
  let i = JSON.parse(
54713
54713
  JSON.stringify(e)
54714
54714
  );
54715
- const s = So(
54715
+ const s = Ko(
54716
54716
  i,
54717
54717
  this
54718
54718
  );
@@ -56170,7 +56170,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
56170
56170
  return this.initialized || this.startedInitialization ? this : (this.startedInitialization = !0, this.initialData.defaultValue && (this.defaultValue = P(
56171
56171
  this.initialData.defaultValue,
56172
56172
  this.project
56173
- ), this.defaultValue.setParent(this, null), this.defaultValue.initChildren(e)), il.initWritesValues(this, this.parent.parent), this.initialData.declaration && (this.declaration = P(
56173
+ ), this.defaultValue.setParent(this, null), this.defaultValue.initChildren(e)), tl.initWritesValues(this, this.parent.parent), this.initialData.declaration && (this.declaration = P(
56174
56174
  this.initialData.declaration,
56175
56175
  this.project
56176
56176
  )), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this);
@@ -57220,7 +57220,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
57220
57220
  );
57221
57221
  this.setImplements(t, null);
57222
57222
  }
57223
- return il.initWritesValues(this, this.parent), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this;
57223
+ return tl.initWritesValues(this, this.parent), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this;
57224
57224
  }
57225
57225
  subscribe() {
57226
57226
  return this.activeVersion = !0, this.project.subscribeInstance(this), this;
@@ -57944,7 +57944,7 @@ const Ue = class Ue extends st {
57944
57944
  */
57945
57945
  get isFinal() {
57946
57946
  var e;
57947
- return !!(this.parent.type === n.Property && (this.parent.constant || (e = this.parent.implements) != null && e.constant) || this.parent.type === n.Property && this.parent.parent.type === n.DefinitionEntity && !el(this.parent.parent));
57947
+ return !!(this.parent.type === n.Property && (this.parent.constant || (e = this.parent.implements) != null && e.constant) || this.parent.type === n.Property && this.parent.parent.type === n.DefinitionEntity && !Qo(this.parent.parent));
57948
57948
  }
57949
57949
  validateGeneratedUpdate(e) {
57950
57950
  const t = [];
@@ -60001,8 +60001,8 @@ ${o}`,
60001
60001
  }
60002
60002
  }
60003
60003
  }
60004
- function yl(r) {
60005
- const a = tl(
60004
+ function hl(r) {
60005
+ const a = el(
60006
60006
  r.type
60007
60007
  ), e = a.MUTABLE_BASE_PROPERTIES, t = a.MUTABLE_UPSTREAM_PROPERTIES;
60008
60008
  let i = `Only mutable core metadata properties can be updated, no nested entities or references. You can alternatively delete the entity and create a new one with the updated values.
@@ -60128,7 +60128,7 @@ ${xr}`,
60128
60128
  modifiedData: null,
60129
60129
  messageAddition: ""
60130
60130
  };
60131
- const i = tl(a.type);
60131
+ const i = el(a.type);
60132
60132
  if (i) {
60133
60133
  (i.INMUTABLE_META_PROPERTIES || []).forEach((V) => {
60134
60134
  ["type", "id"].includes(V) || // @ts-ignore
@@ -60188,7 +60188,7 @@ If you need to update this property, you should delete the entity and create a n
60188
60188
  return {
60189
60189
  errors: e,
60190
60190
  modifiedData: null,
60191
- messageAddition: t ? yl(a) : ""
60191
+ messageAddition: t ? hl(a) : ""
60192
60192
  };
60193
60193
  const s = D7(a), l = s == null ? void 0 : s.partial(), o = l == null ? void 0 : l.safeParse(r), d = {
60194
60194
  ...r,
@@ -60202,7 +60202,7 @@ If you need to update this property, you should delete the entity and create a n
60202
60202
  return {
60203
60203
  errors: e,
60204
60204
  modifiedData: null,
60205
- messageAddition: t ? yl(a) : ""
60205
+ messageAddition: t ? hl(a) : ""
60206
60206
  };
60207
60207
  const c = (
60208
60208
  // @ts-ignore
@@ -60211,7 +60211,7 @@ If you need to update this property, you should delete the entity and create a n
60211
60211
  return {
60212
60212
  errors: [...e, ...c.errors],
60213
60213
  modifiedData: c.modifiedData,
60214
- messageAddition: t ? yl(a) : ""
60214
+ messageAddition: t ? hl(a) : ""
60215
60215
  };
60216
60216
  }
60217
60217
  function D7(r) {
@@ -60225,7 +60225,7 @@ function D7(r) {
60225
60225
  case n.FunctionDeclaration:
60226
60226
  return Ju();
60227
60227
  case n.GlobalEvent:
60228
- return Wo();
60228
+ return qo();
60229
60229
  case n.DataType:
60230
60230
  return Mu();
60231
60231
  case n.Property:
@@ -60235,7 +60235,7 @@ function D7(r) {
60235
60235
  case n.Condition:
60236
60236
  return Du();
60237
60237
  case n.Operation:
60238
- return Zo();
60238
+ return ko();
60239
60239
  case n.VariableDeclaration:
60240
60240
  return Nu();
60241
60241
  case n.VariableInstance:
@@ -60397,7 +60397,7 @@ function pt(r, a) {
60397
60397
  const s = t.safeParse(r);
60398
60398
  e.push(...mv(r, s));
60399
60399
  }
60400
- const i = tl(r.type);
60400
+ const i = el(r.type);
60401
60401
  if (i) {
60402
60402
  (i.DOWNSTREAM_PROPERTIES || []).forEach((o) => {
60403
60403
  r[o] && !Ds(r[o]) && e.push(
@@ -60512,7 +60512,7 @@ function vv(r, a, e) {
60512
60512
  })
60513
60513
  ), { entityState: l, errors: t };
60514
60514
  }
60515
- function ml(r, a, e) {
60515
+ function yl(r, a, e) {
60516
60516
  const t = [], i = r[a];
60517
60517
  return i ? Array.isArray(i) ? { entities: i.map((l) => {
60518
60518
  let o = null;
@@ -60609,7 +60609,7 @@ All pass-through callable entities are: ${ne(
60609
60609
  dt,
60610
60610
  ", ",
60611
60611
  " and "
60612
- )}.`, Ko = `Entry point entities are the entities which start the execution of a logic chain. They are ${ne(
60612
+ )}.`, Ho = `Entry point entities are the entities which start the execution of a logic chain. They are ${ne(
60613
60613
  lt,
60614
60614
  ", ",
60615
60615
  " and "
@@ -60637,7 +60637,7 @@ This data type entity is what will define which properties are available to be r
60637
60637
  )}'.`, Ev = `A property entity, is neither a value reading, or a value writting entity, but they are often confused with one.
60638
60638
  A 'property' can have a default value through its nested 'data-type' entity.
60639
60639
  The 'property' entity only represents the data field in the declaration, and it can't write or read values.
60640
- When a 'definition-entity' is instantiated as a variable, any writes or reads to its properties are done through 'input-map's and 'output-map's.`, Ll = `Some entities can hold values during runtime, they often can be given a hardcoded "default value" either directly or on their declarations, and can be connected to other entities that write or read values to and from them. Entities that can hold values are: '${ne(
60640
+ When a 'definition-entity' is instantiated as a variable, any writes or reads to its properties are done through 'input-map's and 'output-map's.`, jl = `Some entities can hold values during runtime, they often can be given a hardcoded "default value" either directly or on their declarations, and can be connected to other entities that write or read values to and from them. Entities that can hold values are: '${ne(
60641
60641
  gv,
60642
60642
  "', '",
60643
60643
  "' and '"
@@ -60654,7 +60654,7 @@ ${Ev}`, Wp = `To establish a connection of a reader and writter value during the
60654
60654
  }
60655
60655
  }
60656
60656
  \`\`\`
60657
- You can use the 'disconnect_values' generation action to remove the connection between two value holding entities in the same way.`, vl = `If an explicit 'parent' isn't given for a callable entity, the scope will be auto-calculated to match the parent scope of the caller entity.
60657
+ You can use the 'disconnect_values' generation action to remove the connection between two value holding entities in the same way.`, ml = `If an explicit 'parent' isn't given for a callable entity, the scope will be auto-calculated to match the parent scope of the caller entity.
60658
60658
  If the entity that should be the parent of a callable entity is unclear, you can always skip the 'parent' property and the system will automatically calculate the parent based on the caller entity.`;
60659
60659
  function Si(r) {
60660
60660
  return `\`\`\`json
@@ -60711,7 +60711,7 @@ function V7(r, a) {
60711
60711
  severity: D.Warning,
60712
60712
  message: `Entity of type "${r.type}" with id "${r.id}", has a reference to an entry-point entity at 'calledBySuccess' with id "${a.id}".
60713
60713
  Entry-point entities can only be referenced as 'calledByEntry'.
60714
- ${Ko}
60714
+ ${Ho}
60715
60715
  We have moved the reference to 'calledByEntry' for you.`,
60716
60716
  issue: null
60717
60717
  })
@@ -60783,7 +60783,7 @@ function C7(r, a) {
60783
60783
  severity: D.Error,
60784
60784
  message: `Entity of type "${r.type}" with id "${r.id}", has a reference to an entry-point entity at 'calledByError' with id "${a.id}".
60785
60785
  Entry-point entities can only be referenced as 'calledByEntry'.
60786
- ${Ko}`,
60786
+ ${Ho}`,
60787
60787
  issue: null
60788
60788
  })
60789
60789
  );
@@ -60877,7 +60877,7 @@ Termination entities are ${ne(
60877
60877
  severity: D.Warning,
60878
60878
  message: `Entity of type "${r.type}" with id "${r.id}", has a reference to a caller entity at 'calledByEntry' with id "${a.id}" that is a pass-through callable entity, not an entry-point entity.
60879
60879
  ${on}.
60880
- ${Ko}.
60880
+ ${Ho}.
60881
60881
 
60882
60882
  We have moved the reference to 'calledBySuccess' for you.`,
60883
60883
  issue: null
@@ -60909,7 +60909,7 @@ function M7(r, a) {
60909
60909
  );
60910
60910
  if (ar.includes(t.type)) {
60911
60911
  if (t.calledBySuccess) {
60912
- const s = ml(
60912
+ const s = yl(
60913
60913
  t,
60914
60914
  "calledBySuccess",
60915
60915
  a
@@ -60927,7 +60927,7 @@ function M7(r, a) {
60927
60927
  }) : e.push(...s.errors);
60928
60928
  }
60929
60929
  if (t.calledByError) {
60930
- const s = ml(
60930
+ const s = yl(
60931
60931
  t,
60932
60932
  "calledByError",
60933
60933
  a
@@ -60945,7 +60945,7 @@ function M7(r, a) {
60945
60945
  }) : e.push(...s.errors);
60946
60946
  }
60947
60947
  if (t.calledByEntry) {
60948
- const s = ml(
60948
+ const s = yl(
60949
60949
  t,
60950
60950
  "calledByEntry",
60951
60951
  a
@@ -60988,7 +60988,7 @@ function M7(r, a) {
60988
60988
  lt,
60989
60989
  "', '",
60990
60990
  "' or '"
60991
- )}' entity. A return statement's parent should always be resolved to a function declaration or global event.${vl}`,
60991
+ )}' entity. A return statement's parent should always be resolved to a function declaration or global event.${ml}`,
60992
60992
  issue: null
60993
60993
  })
60994
60994
  ) : t.type === n.ContinueStatement && l && l.type !== n.Loop ? e.push(
@@ -60996,7 +60996,7 @@ function M7(r, a) {
60996
60996
  id: `${t.id}--${b.IncompatibleScope}`,
60997
60997
  code: b.IncompatibleScope,
60998
60998
  severity: D.Error,
60999
- message: `Entity of type "${t.type}" with id "${t.id}" has an explicitly set parent, but it isn't a '${n.Loop}' entity. A continue statement's parent should always be resolved to a loop entity.${vl}`,
60999
+ message: `Entity of type "${t.type}" with id "${t.id}" has an explicitly set parent, but it isn't a '${n.Loop}' entity. A continue statement's parent should always be resolved to a loop entity.${ml}`,
61000
61000
  issue: null
61001
61001
  })
61002
61002
  ) : t.type === n.BreakStatement && l && l.type !== n.Loop && e.push(
@@ -61004,7 +61004,7 @@ function M7(r, a) {
61004
61004
  id: `${t.id}--${b.IncompatibleScope}`,
61005
61005
  code: b.IncompatibleScope,
61006
61006
  severity: D.Error,
61007
- message: `Entity of type "${t.type}" with id "${t.id}" has an explicitly set parent, but it isn't a '${n.Loop}' entity. A break statement's parent should always be resolved to a loop entity.${vl}`,
61007
+ message: `Entity of type "${t.type}" with id "${t.id}" has an explicitly set parent, but it isn't a '${n.Loop}' entity. A break statement's parent should always be resolved to a loop entity.${ml}`,
61008
61008
  issue: null
61009
61009
  })
61010
61010
  );
@@ -61308,11 +61308,11 @@ All value writting entity types are: ${ne(
61308
61308
  i,
61309
61309
  a.project
61310
61310
  )}) with id '${i.id}'.`;
61311
- l === Fl.ParallelInCommonParent ? (o = `The reader and the writter entities are both in the scope of the '${s.commonAncestorScope.type}' (${F(
61311
+ l === Gl.ParallelInCommonParent ? (o = `The reader and the writter entities are both in the scope of the '${s.commonAncestorScope.type}' (${F(
61312
61312
  s.commonAncestorScope,
61313
61313
  a.project
61314
61314
  )}) with id '${s.commonAncestorScope.id}'.`, o += `
61315
- ${d}`) : l === Fl.ParallelInProject && (o = "The reader and the writter entities are both in separate scopes in the project that have no common ancestor.", o += `
61315
+ ${d}`) : l === Gl.ParallelInProject && (o = "The reader and the writter entities are both in separate scopes in the project that have no common ancestor.", o += `
61316
61316
  ${d}`), o += `
61317
61317
  Two value holding entities need to be in the same scope or in scopes nested inside of eachother to be able to read and write to each other.`, e.push(
61318
61318
  new w({
@@ -61360,7 +61360,7 @@ function bt(r, a, e, t = !1) {
61360
61360
  ", ",
61361
61361
  " and "
61362
61362
  )}.
61363
- ${Ll}`,
61363
+ ${jl}`,
61364
61364
  issue: null
61365
61365
  })
61366
61366
  ) : n.Property === l.type ? i.push(
@@ -61405,7 +61405,7 @@ ${Wp}`,
61405
61405
  code: b.InvalidReference,
61406
61406
  severity: D.Warning,
61407
61407
  message: `Entity of type "${l.type}" with id "${l.id}" has a 'writesValues' property. This property is managed by the downstream entity, the value reader, and should not be present in the payload of the generation action.
61408
- ${Ll}
61408
+ ${jl}
61409
61409
  ${Wp}`,
61410
61410
  issue: null
61411
61411
  })
@@ -61583,7 +61583,7 @@ Termination entities are ${ne(
61583
61583
  code: b.InvalidReference,
61584
61584
  severity: D.Error,
61585
61585
  message: `Entity with id '${i.id}' referenced in '${e}' property is of type '${i.type}' which is an entry-point entity and doesn't thrown errors.
61586
- ${Ko}`,
61586
+ ${Ho}`,
61587
61587
  issue: null
61588
61588
  })
61589
61589
  ) : t.push(
@@ -61719,12 +61719,12 @@ function B7(r) {
61719
61719
  - ${r.functions.map((e) => `${e.id} (${F(e, r)})`).join(`
61720
61720
  - `)}.` : "The project currently has no global 'function-declaration' entities that can be called as 'function-call' entities.";
61721
61721
  }
61722
- function Tl(r) {
61722
+ function vl(r) {
61723
61723
  return `All reserved action decriptor ids for '${n.GlobalEvent}' entities are:
61724
61724
  - ${r.globalEventActionDescriptors.map((a) => `${a.id} (${F(a, r)})`).join(`
61725
61725
  - `)}`;
61726
61726
  }
61727
- function El(r) {
61727
+ function Tl(r) {
61728
61728
  return `All reserved action decriptor ids for '${n.Loop}' entities are:
61729
61729
  - ${r.loopDeclarations.map((a) => `${a.id} (${F(a, r)})`).join(`
61730
61730
  - `)}`;
@@ -61734,7 +61734,7 @@ function az(r) {
61734
61734
  - ${r.operationDeclarations.map((a) => `${a.id} (${F(a, r)})`).join(`
61735
61735
  - `)}`;
61736
61736
  }
61737
- function Il(r) {
61737
+ function El(r) {
61738
61738
  return `All reserved action decriptor ids for '${n.Condition}' entities are:
61739
61739
  - ${r.conditionDeclarations.map((a) => `${a.id} (${F(a, r)})`).join(`
61740
61740
  - `)}`;
@@ -61988,7 +61988,7 @@ Both point to definition entities, but they are not compatible to be connected.
61988
61988
  ${i} is of primitive type '${((d = r.getDataType(null)) == null ? void 0 : d.entity).name}' and ${l} is of primitive type '${((u = a.getDataType(null)) == null ? void 0 : u.entity).name}'. They must be of the same primitive type to be connected.` : e.type === Oi.IncompatibleBuiltInBaseEntities ? `${o}
61989
61989
  Both point to a built-in-base-entity. But${i} is of built-in base type '${((h = r.getDataType(null)) == null ? void 0 : h.entity).name}' and ${l} is of built-in base type '${((c = a.getDataType(null)) == null ? void 0 : c.entity).name}'. They must be of the same built-in base type to be connected.` : o;
61990
61990
  }
61991
- function So(r, a) {
61991
+ function Ko(r, a) {
61992
61992
  const e = [];
61993
61993
  if (r.readsValue) {
61994
61994
  const t = a.project.get(
@@ -63753,7 +63753,7 @@ class fp {
63753
63753
  moveEntityAfterDependencies(a) {
63754
63754
  const {
63755
63755
  upstream: e
63756
- } = bl(a, this.flatRecord, {
63756
+ } = Al(a, this.flatRecord, {
63757
63757
  ignoreBuiltInBaseEntities: !0,
63758
63758
  allBuiltInEntityIds: this.allBuiltInEntityIds
63759
63759
  });
@@ -63776,7 +63776,7 @@ class fp {
63776
63776
  a && this.orderEntities();
63777
63777
  }
63778
63778
  getUpstreamOngoingDependenciesVisits(a, e) {
63779
- const { upstream: t } = bl(
63779
+ const { upstream: t } = Al(
63780
63780
  this.flatRecord[a],
63781
63781
  this.flatRecord,
63782
63782
  {
@@ -63798,7 +63798,7 @@ class fp {
63798
63798
  const t = Object.keys(this.onGoingVisits[e] || {}), i = new Set(
63799
63799
  t.flatMap(
63800
63800
  (l) => Object.keys(
63801
- bl(this.flatRecord[l], this.flatRecord, {
63801
+ Al(this.flatRecord[l], this.flatRecord, {
63802
63802
  ignoreBuiltInBaseEntities: !0,
63803
63803
  allBuiltInEntityIds: this.allBuiltInEntityIds
63804
63804
  }).downstream
@@ -64175,7 +64175,7 @@ function Dv(r, a, e, t, i) {
64175
64175
  C.forEach((ue) => {
64176
64176
  var me, X, ae, Jt;
64177
64177
  if (Array.isArray(ue) && (q = !0), typeof ue == "object" && !Array.isArray(ue) && ue !== null) {
64178
- const Ui = Al(
64178
+ const Ui = Il(
64179
64179
  ue,
64180
64180
  a.project,
64181
64181
  {
@@ -64316,7 +64316,7 @@ function Dv(r, a, e, t, i) {
64316
64316
  });
64317
64317
  }
64318
64318
  } else {
64319
- const C = Al(
64319
+ const C = Il(
64320
64320
  r[0],
64321
64321
  a.project,
64322
64322
  {
@@ -64329,7 +64329,7 @@ function Dv(r, a, e, t, i) {
64329
64329
  break;
64330
64330
  }
64331
64331
  else {
64332
- const C = Al(
64332
+ const C = Il(
64333
64333
  r,
64334
64334
  a.project,
64335
64335
  {
@@ -64350,7 +64350,7 @@ function Dv(r, a, e, t, i) {
64350
64350
  self: a
64351
64351
  };
64352
64352
  }
64353
- function Al(r, a, e, t, i) {
64353
+ function Il(r, a, e, t, i) {
64354
64354
  const s = [], l = [], o = [], d = [], u = Object.keys(r), h = Rv(u, a);
64355
64355
  if (h)
64356
64356
  return {
@@ -64561,7 +64561,7 @@ function pz(r, a) {
64561
64561
  a
64562
64562
  );
64563
64563
  }), Object.values(r.detachedDependents).forEach((t) => {
64564
- (t.field === gl.Implements || t.field === gl.Extends) && t.entity.onDetachedDependencyRemoved(
64564
+ (t.field === Fl.Implements || t.field === Fl.Extends) && t.entity.onDetachedDependencyRemoved(
64565
64565
  r,
64566
64566
  t.field,
64567
64567
  a
@@ -64791,7 +64791,7 @@ function Ov(r, a) {
64791
64791
  return Ov(e, t);
64792
64792
  }
64793
64793
  function Pt(r) {
64794
- if (Zl.includes(r.type)) {
64794
+ if (kl.includes(r.type)) {
64795
64795
  if (r.type === n.FunctionDeclaration) {
64796
64796
  const a = r.parent;
64797
64797
  if (a.type === n.DefinitionEntity)
@@ -64809,7 +64809,7 @@ function yp(r, a) {
64809
64809
  const e = Na(r, a);
64810
64810
  if (!e)
64811
64811
  return null;
64812
- if (Zl.includes(e.type)) {
64812
+ if (kl.includes(e.type)) {
64813
64813
  if (e.type === n.FunctionDeclaration) {
64814
64814
  const t = Na(e.parent, a);
64815
64815
  if (t) {
@@ -64919,7 +64919,7 @@ function Az(r) {
64919
64919
  function H7(r = []) {
64920
64920
  return r.map(Y7).filter((a) => !!a);
64921
64921
  }
64922
- function xl(r = []) {
64922
+ function Ll(r = []) {
64923
64923
  return r.map((a) => a.writesValues).flat().filter((a) => tt.includes(a.type));
64924
64924
  }
64925
64925
  function K7(r = []) {
@@ -65023,7 +65023,7 @@ function He(r, a = /* @__PURE__ */ new Set()) {
65023
65023
  ...Q7(r.outputs)
65024
65024
  ].reduce((s, l) => [...s, ...He(l, a)], []);
65025
65025
  if (Js.includes(r.type)) {
65026
- const e = xl(
65026
+ const e = Ll(
65027
65027
  r.inputs
65028
65028
  ), i = Je(r).reduce(
65029
65029
  (s, l) => {
@@ -65042,7 +65042,7 @@ function He(r, a = /* @__PURE__ */ new Set()) {
65042
65042
  }
65043
65043
  if (r.type === n.FunctionDeclaration) {
65044
65044
  const e = [
65045
- ...xl(
65045
+ ...Ll(
65046
65046
  r.inputs
65047
65047
  )
65048
65048
  ], i = Je(
@@ -65113,7 +65113,7 @@ function iJ(r) {
65113
65113
  ...r.projects || []
65114
65114
  ], t = a.reduce((d, u) => [...d, ...u.properties], []), i = a.reduce((d, u) => [...d, ...u.methods], []), s = i.reduce((d, u) => [
65115
65115
  ...d,
65116
- ...xl(u.inputs),
65116
+ ...Ll(u.inputs),
65117
65117
  ...Pi(
65118
65118
  Ft(u.calls)
65119
65119
  ),
@@ -65175,7 +65175,7 @@ function Rz(r) {
65175
65175
  function Na(r, a) {
65176
65176
  return r ? typeof r == "string" ? a[r] : r.type === n.GenericReference ? a[r.entityId] : a[r.id] ? a[r.id] : null : null;
65177
65177
  }
65178
- function bl(r, a = {}, e = {
65178
+ function Al(r, a = {}, e = {
65179
65179
  ignoreBuiltInBaseEntities: !1,
65180
65180
  allBuiltInEntityIds: []
65181
65181
  }) {
@@ -65289,7 +65289,7 @@ function Dz(r, a) {
65289
65289
  );
65290
65290
  }
65291
65291
  if (tt.includes(r.type)) {
65292
- const t = $l(r);
65292
+ const t = xl(r);
65293
65293
  t && e.push(t);
65294
65294
  }
65295
65295
  return p(e);
@@ -65304,7 +65304,7 @@ function vs(r) {
65304
65304
  const t = [
65305
65305
  ...r.inputs || [],
65306
65306
  ...r.outputs || []
65307
- ].map((i) => $l(i)).filter((i) => i !== null);
65307
+ ].map((i) => xl(i)).filter((i) => i !== null);
65308
65308
  a.push(
65309
65309
  ...p(
65310
65310
  t
@@ -65312,7 +65312,7 @@ function vs(r) {
65312
65312
  );
65313
65313
  }
65314
65314
  if (tt.includes(r.type)) {
65315
- const e = $l(r);
65315
+ const e = xl(r);
65316
65316
  e && a.push(e);
65317
65317
  }
65318
65318
  return p(
@@ -65896,7 +65896,7 @@ function wz(r, a) {
65896
65896
  function Pz(r) {
65897
65897
  return r.type === n.Condition ? [] : dt.includes(r.type) ? r.outputs : [];
65898
65898
  }
65899
- function $l(r) {
65899
+ function xl(r) {
65900
65900
  const a = r.readsValue;
65901
65901
  return a ? Pt(a) : null;
65902
65902
  }
@@ -66052,20 +66052,20 @@ function LJ(r) {
66052
66052
  ];
66053
66053
  return p(e);
66054
66054
  }
66055
- function Xo(r) {
66055
+ function So(r) {
66056
66056
  return r.implements.reduce((a, e) => e.type === n.DefinitionEntity ? [
66057
66057
  ...a,
66058
66058
  n.DefinitionEntity,
66059
- ...Xo(e),
66060
- ...Qo(e)
66059
+ ...So(e),
66060
+ ...Xo(e)
66061
66061
  ] : [...a, e.name], []);
66062
66062
  }
66063
- function Qo(r) {
66063
+ function Xo(r) {
66064
66064
  return r.extends.reduce((a, e) => e.type === n.DefinitionEntity ? [
66065
66065
  ...a,
66066
66066
  n.DefinitionEntity,
66067
- ...Qo(e),
66068
- ...Xo(e)
66067
+ ...Xo(e),
66068
+ ...So(e)
66069
66069
  ] : [...a, e.name], []);
66070
66070
  }
66071
66071
  function Cv(r) {
@@ -66086,8 +66086,8 @@ function _v(r) {
66086
66086
  }
66087
66087
  function Mv(r) {
66088
66088
  return [
66089
- ...Qo(r),
66090
- ...Xo(r)
66089
+ ...Xo(r),
66090
+ ...So(r)
66091
66091
  ].filter((e, t, i) => i.indexOf(e) === t);
66092
66092
  }
66093
66093
  function xJ(r) {
@@ -66137,7 +66137,7 @@ function qt(r) {
66137
66137
  );
66138
66138
  return p(a);
66139
66139
  }
66140
- function el(r) {
66140
+ function Qo(r) {
66141
66141
  return r.type === n.PrimitiveEntity ? !0 : r.type === n.BuiltInBaseEntity ? r.interactive : !qt(
66142
66142
  r
66143
66143
  ).find(
@@ -66205,7 +66205,7 @@ function Mz(r, a) {
66205
66205
  e.set(t.id, t);
66206
66206
  }), Array.from(e.values());
66207
66207
  }
66208
- function tl(r) {
66208
+ function el(r) {
66209
66209
  switch (r) {
66210
66210
  case n.DefinitionEntity:
66211
66211
  return cn;
@@ -66318,16 +66318,16 @@ function Uv(r, a) {
66318
66318
  );
66319
66319
  return e ? e === a ? ut.includes(r.type) ? r : null : e.type === n.DefinitionEntity ? r : Uv(e, a) : null;
66320
66320
  }
66321
- function Gl(r, a, e) {
66321
+ function $l(r, a, e) {
66322
66322
  if (r === a || a === e || r === e)
66323
66323
  return !1;
66324
66324
  const t = zt(
66325
66325
  a.parent,
66326
66326
  e
66327
66327
  );
66328
- return t === r ? !0 : Gl(t, a, e);
66328
+ return t === r ? !0 : $l(t, a, e);
66329
66329
  }
66330
- var Fl = /* @__PURE__ */ ((r) => (r.SameBothLocal = "same-both-local", r.AInB = "a-in-b", r.BInA = "b-in-a", r.ParallelInCommonParent = "parallel-in-common-parent", r.ParallelInProject = "parallel-in-project", r.AIsGlobalBIsNot = "a-is-global-b-is-not", r.BIsGlobalAIsNot = "b-is-global-a-is-not", r.SameBothGlobal = "same-both-global", r))(Fl || {});
66330
+ var Gl = /* @__PURE__ */ ((r) => (r.SameBothLocal = "same-both-local", r.AInB = "a-in-b", r.BInA = "b-in-a", r.ParallelInCommonParent = "parallel-in-common-parent", r.ParallelInProject = "parallel-in-project", r.AIsGlobalBIsNot = "a-is-global-b-is-not", r.BIsGlobalAIsNot = "b-is-global-a-is-not", r.SameBothGlobal = "same-both-global", r))(Gl || {});
66331
66331
  function Ka(r, a, e) {
66332
66332
  const t = zt(r, e), i = zt(a, e);
66333
66333
  if (!t)
@@ -66358,13 +66358,13 @@ function Ka(r, a, e) {
66358
66358
  type: "b-is-global-a-is-not",
66359
66359
  commonAncestorScope: i
66360
66360
  };
66361
- if (Gl(t, i, e))
66361
+ if ($l(t, i, e))
66362
66362
  return {
66363
66363
  compatible: !0,
66364
66364
  type: "b-in-a",
66365
66365
  commonAncestorScope: t
66366
66366
  };
66367
- if (Gl(i, t, e))
66367
+ if ($l(i, t, e))
66368
66368
  return {
66369
66369
  compatible: !0,
66370
66370
  type: "a-in-b",
@@ -66542,7 +66542,7 @@ function Ua(r) {
66542
66542
  };
66543
66543
  }
66544
66544
  function Bz(r) {
66545
- return Zl.includes(r.type) ? r.type === n.FunctionDeclaration ? !kJ(r) : !0 : !1;
66545
+ return kl.includes(r.type) ? r.type === n.FunctionDeclaration ? !kJ(r) : !0 : !1;
66546
66546
  }
66547
66547
  function Nz(r) {
66548
66548
  if (n.ActionDescriptor === r.type) {
@@ -66566,10 +66566,10 @@ function Nz(r) {
66566
66566
  return r.type;
66567
66567
  }
66568
66568
  function mp(r, a) {
66569
- return r.type === n.BuiltInBaseEntity ? r.name === a : !!Qo(r).includes(a);
66569
+ return r.type === n.BuiltInBaseEntity ? r.name === a : !!Xo(r).includes(a);
66570
66570
  }
66571
66571
  function Uz(r, a) {
66572
- return r.type === n.BuiltInBaseEntity ? r.name === a : !!Xo(r).includes(a);
66572
+ return r.type === n.BuiltInBaseEntity ? r.name === a : !!So(r).includes(a);
66573
66573
  }
66574
66574
  function Sa(r, a) {
66575
66575
  return r.type === n.BuiltInBaseEntity ? r.name === a : !!Mv(r).includes(a);
@@ -66711,7 +66711,7 @@ function gz(r) {
66711
66711
  ), a;
66712
66712
  }
66713
66713
  function ct(r, a) {
66714
- const e = tl(
66714
+ const e = el(
66715
66715
  r.type
66716
66716
  );
66717
66717
  return e ? !e.MUTABLE_META_PROPERTIES.every(
@@ -67259,7 +67259,7 @@ function KJ(r, a, e = !1) {
67259
67259
  });
67260
67260
  t.push(h.error);
67261
67261
  }
67262
- if (!el(a)) {
67262
+ if (!Qo(a)) {
67263
67263
  const h = de({
67264
67264
  id: r.id + "--" + a.id + "--" + G.ExtendingNonInteractiveEntity,
67265
67265
  message: `Entity "${r.name}" with id "${r.id}" is extending an non-interactive entity "${a.name}" with id "${a.id}"`,
@@ -67660,7 +67660,7 @@ function tq(r, a) {
67660
67660
  );
67661
67661
  }), e;
67662
67662
  }
67663
- var gl = /* @__PURE__ */ ((r) => (r.Extends = "extends", r.Implements = "implements", r))(gl || {});
67663
+ var Fl = /* @__PURE__ */ ((r) => (r.Extends = "extends", r.Implements = "implements", r))(Fl || {});
67664
67664
  const Le = class Le extends st {
67665
67665
  constructor(e, t) {
67666
67666
  super(e);
@@ -70264,7 +70264,7 @@ class Rr {
70264
70264
  return a.readsValue;
70265
70265
  }
70266
70266
  }
70267
- class il {
70267
+ class tl {
70268
70268
  static initWritesValues(a, e) {
70269
70269
  const t = a.initialData.writesValues.reduce((s, l) => {
70270
70270
  if (l.type === n.GenericReference || a.writesValues.some((d) => d.id === l.id))
@@ -72624,12 +72624,12 @@ class yq extends We {
72624
72624
  }
72625
72625
  class mq extends We {
72626
72626
  constructor(a) {
72627
- super(zl, a);
72627
+ super(Wl, a);
72628
72628
  }
72629
72629
  }
72630
72630
  class vq extends We {
72631
72631
  constructor(a) {
72632
- super(Jl, a);
72632
+ super(Zl, a);
72633
72633
  }
72634
72634
  }
72635
72635
  class Tq extends We {
@@ -72852,7 +72852,7 @@ function Oq(r) {
72852
72852
  new Rq(r),
72853
72853
  new Dq(r),
72854
72854
  new ki(Rt, r),
72855
- new ki(pd, r)
72855
+ new ki(ud, r)
72856
72856
  // new BuiltInBaseEntityState(keyValueParamBuiltInBaseEntity, project),
72857
72857
  ];
72858
72858
  return a.forEach((e) => {
@@ -72896,16 +72896,16 @@ function Vq(r) {
72896
72896
  Hs,
72897
72897
  r
72898
72898
  ),
72899
- new We(td, r)
72899
+ new We(ed, r)
72900
72900
  ];
72901
72901
  a.forEach((t) => {
72902
72902
  t.initChildren(null), r.subscribeBuiltInInstance(t);
72903
72903
  }), r.loopDeclarations = a;
72904
72904
  const e = [
72905
- new We(ad, r),
72905
+ new We(sd, r),
72906
72906
  new We(no, r),
72907
72907
  new We(
72908
- rd,
72908
+ id,
72909
72909
  r
72910
72910
  ),
72911
72911
  new We(
@@ -72916,7 +72916,7 @@ function Vq(r) {
72916
72916
  Pc,
72917
72917
  r
72918
72918
  ),
72919
- new We(id, r)
72919
+ new We(td, r)
72920
72920
  ];
72921
72921
  return e.forEach((t) => {
72922
72922
  t.initChildren(null), r.subscribeBuiltInInstance(t);
@@ -73245,18 +73245,18 @@ export {
73245
73245
  rA as CreateNewOutputIds,
73246
73246
  Kp as DRAGGABLE_CALLABLE_TYPES,
73247
73247
  Jv as DRAGGABLE_CALLER_TYPES,
73248
- Zl as DRAGGABLE_ELEMENT_TYPES,
73248
+ kl as DRAGGABLE_ELEMENT_TYPES,
73249
73249
  Gq as DRAGGABLE_EXECUTABLE_TYPES,
73250
- kl as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
73250
+ gl as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
73251
73251
  Hp as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES_WITH_OUTPUTS,
73252
73252
  Oi as DataTypeCompatibilityTypes,
73253
73253
  S0 as DataTypeDependencyField,
73254
73254
  wt as DataTypeParentChildRelation,
73255
73255
  Yr as DataTypeState,
73256
- gl as DefinitionEntityDependencyField,
73256
+ Fl as DefinitionEntityDependencyField,
73257
73257
  cn as DefinitionEntityState,
73258
73258
  Wz as EDITABLE_PERSISTANCE_REPOSITORY_DEFAULTS,
73259
- Ll as ENTITIES_WITH_VALLUES_EXPLANATION,
73259
+ jl as ENTITIES_WITH_VALLUES_EXPLANATION,
73260
73260
  j as ENTITY_PERSISTANCE_OPTIONS_DEFAULTS,
73261
73261
  J as ENTITY_RECUSION_OPTIONS_DEFAULTS,
73262
73262
  Fq as ENTITY_TYPES,
@@ -73267,7 +73267,7 @@ export {
73267
73267
  kv as ENTITY_WITH_USER_MANAGED_DECLARATION_TYPES,
73268
73268
  Lq as ENTITY_WITH_USER_MANAGED_SINGLE_IMPLEMENTS_TYPES,
73269
73269
  gv as ENTITY_WITH_VALUE_TYPES,
73270
- Ko as ENTRY_POINT_ENTITIES_EXPLANATION,
73270
+ Ho as ENTRY_POINT_ENTITIES_EXPLANATION,
73271
73271
  lt as ENTRY_POINT_TYPES,
73272
73272
  Js as EVENT_TYPES,
73273
73273
  $q as EXECUTABLE_TYPES,
@@ -73322,7 +73322,7 @@ export {
73322
73322
  E7 as OutputMapDependencyField,
73323
73323
  Rs as OutputMapParentChildRelation,
73324
73324
  nr as OutputMapState,
73325
- vl as PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION,
73325
+ ml as PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION,
73326
73326
  on as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
73327
73327
  dt as PASS_THROUGH_CALLABLE_TYPES,
73328
73328
  Zv as PASS_THROUGH_CALLABLE_TYPES_WITH_OUTPUTS,
@@ -73344,7 +73344,7 @@ export {
73344
73344
  Wr as ReturnStatementState,
73345
73345
  w1 as STANDALONE_CONDITIONS,
73346
73346
  fE as STRING_OPERATIONS,
73347
- Fl as ScopeCompatibilityType,
73347
+ Gl as ScopeCompatibilityType,
73348
73348
  m7 as SearchDependencyField,
73349
73349
  rn as SearchState,
73350
73350
  dq as SequentialExecutionOperation,
@@ -73371,7 +73371,7 @@ export {
73371
73371
  N as ValueDescriptorParentChildRelation,
73372
73372
  sr as ValueDescriptorState,
73373
73373
  Rr as ValueReadingEntityClass,
73374
- il as ValueWritingEntityClass,
73374
+ tl as ValueWritingEntityClass,
73375
73375
  y7 as VariableDeclarationDependencyField,
73376
73376
  tn as VariableDeclarationState,
73377
73377
  ZW as VariableInputMapState,
@@ -73382,7 +73382,7 @@ export {
73382
73382
  jI as WaitOperationInputIds,
73383
73383
  LI as WaitOperationOutputIds,
73384
73384
  jW as actionDescriptorValidation,
73385
- zl as appendToListOperation,
73385
+ Wl as appendToListOperation,
73386
73386
  uc as appendToListOperationElementToAppendArgument,
73387
73387
  yI as appendToListOperationElementToAppendArgumentParentRef,
73388
73388
  uI as appendToListOperationElementToAppendArgumentRef,
@@ -73422,7 +73422,7 @@ export {
73422
73422
  _z as checkIsGlobalVariable,
73423
73423
  Bv as checkIsGloballyDeclared,
73424
73424
  kJ as checkIsMethod,
73425
- Gl as checkIsNestedScope,
73425
+ $l as checkIsNestedScope,
73426
73426
  Ka as checkScopeCompatibility,
73427
73427
  rY as cloneProject,
73428
73428
  LW as conditionValidation,
@@ -73440,7 +73440,7 @@ export {
73440
73440
  UR as countedLoopActionDescriptorStringArgumentDeclarationDataTypeDefaultValueParentRef,
73441
73441
  LR as countedLoopActionDescriptorStringArgumentDeclarationDataTypeParentRef,
73442
73442
  $R as countedLoopActionDescriptorStringArgumentDeclarationParentRef,
73443
- ad as countedLoopBodyActionDescriptor,
73443
+ sd as countedLoopBodyActionDescriptor,
73444
73444
  WR as countedLoopBodyActionDescriptorAnyDynamicArgument,
73445
73445
  qR as countedLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
73446
73446
  YR as countedLoopBodyActionDescriptorAnyDynamicReturn,
@@ -73449,7 +73449,7 @@ export {
73449
73449
  ZR as countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataType,
73450
73450
  kR as countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationDataTypeParentRef,
73451
73451
  JR as countedLoopBodyActionDescriptorIterationNumberArgumentDeclarationParentRef,
73452
- Al as createDefinitionEntityFromJSONObject,
73452
+ Il as createDefinitionEntityFromJSONObject,
73453
73453
  de as createEntityError,
73454
73454
  G7 as createNestedDataTypeForEntity,
73455
73455
  zn as createNewInstanceOperation,
@@ -73469,7 +73469,7 @@ export {
73469
73469
  qz as createStateFromGenerationTargetType,
73470
73470
  rt as createStateFromType,
73471
73471
  P as createStateFromTypeAndSubscribe,
73472
- pd as cronJobBuiltInBaseEntity,
73472
+ ud as cronJobBuiltInBaseEntity,
73473
73473
  I1 as cronJobBuiltInBaseEntityExpressionProperty,
73474
73474
  Wq as cronJobBuiltInBaseEntityExpressionPropertyDataTypeRef,
73475
73475
  v1 as cronJobBuiltInBaseEntityExpressionPropertyRef,
@@ -73543,7 +73543,7 @@ export {
73543
73543
  Yv as enumOptionsPropertyRef,
73544
73544
  Or as enumPrototype,
73545
73545
  Kv as enumPrototypeRef,
73546
- ao as executionBuiltInBaseEntity,
73546
+ pd as executionBuiltInBaseEntity,
73547
73547
  qc as executionBuiltInEntityAbortMethod,
73548
73548
  A1 as executionBuiltInEntityAbortMethodParentRef,
73549
73549
  p as filterOutDuplicateEntities,
@@ -73562,10 +73562,10 @@ export {
73562
73562
  pJ as flattenDataType,
73563
73563
  uJ as flattenDefinitionEntity,
73564
73564
  Mv as flattenDefinitionEntityExtensionAndImplementationTypes,
73565
- Qo as flattenDefinitionEntityExtensionTypes,
73565
+ Xo as flattenDefinitionEntityExtensionTypes,
73566
73566
  Cv as flattenDefinitionEntityExtensions,
73567
73567
  _v as flattenDefinitionEntityImplementations,
73568
- Xo as flattenDefinitionEntityImplementionTypes,
73568
+ So as flattenDefinitionEntityImplementionTypes,
73569
73569
  ui as flattenDerivedCanvasEntities,
73570
73570
  gJ as flattenDetachedBranch,
73571
73571
  Je as flattenElementCalls,
@@ -73604,7 +73604,7 @@ export {
73604
73604
  iz as generateActionExample,
73605
73605
  vW as generateExecutionDataType,
73606
73606
  ht as generateIdFromStrategy,
73607
- yl as generateMutablePropertiesExplanation,
73607
+ hl as generateMutablePropertiesExplanation,
73608
73608
  mP as generateRandomBoolean,
73609
73609
  QO as generateRandomDate,
73610
73610
  KO as generateRandomDateAfter,
@@ -73619,9 +73619,9 @@ export {
73619
73619
  fP as generateRandomTextBefore,
73620
73620
  hP as generateRandomTextBetweenRange,
73621
73621
  oP as generateUniqueUUID,
73622
- Il as getAllActionDescriptorsForConditions,
73623
- Tl as getAllActionDescriptorsForGlobalEvents,
73624
- El as getAllActionDescriptorsForLoops,
73622
+ El as getAllActionDescriptorsForConditions,
73623
+ vl as getAllActionDescriptorsForGlobalEvents,
73624
+ Tl as getAllActionDescriptorsForLoops,
73625
73625
  az as getAllActionDescriptorsForOperations,
73626
73626
  gi as getAllBuiltInEntityIds,
73627
73627
  B7 as getAllGloballyDeclaredFunctionDeclarationsExplanation,
@@ -73636,7 +73636,7 @@ export {
73636
73636
  wv as getCalls,
73637
73637
  UJ as getCanvasEntitiesDerivedFromInternalCalls,
73638
73638
  Is as getCanvasEntitiesDerivedFromWrites,
73639
- $l as getCanvasEntityDerivedFromValueReadingEntity,
73639
+ xl as getCanvasEntityDerivedFromValueReadingEntity,
73640
73640
  NJ as getCanvasEntityDerivedFromValueReadingEntityFromTransfer,
73641
73641
  mW as getCanvasEntityReferenceSchema,
73642
73642
  yW as getCanvasEntityTypeSchema,
@@ -73683,7 +73683,7 @@ export {
73683
73683
  FJ as getHeadIfPartOfDetachedBranch,
73684
73684
  ZJ as getHighestScope,
73685
73685
  Cz as getImplementedBuiltInEntity,
73686
- el as getIsInteractive,
73686
+ Qo as getIsInteractive,
73687
73687
  lc as getLastInListOperation,
73688
73688
  sI as getLastInListOperationError,
73689
73689
  nI as getLastInListOperationErrorParentRef,
@@ -73710,12 +73710,12 @@ export {
73710
73710
  lW as getPlayableEntityReferenceSchema,
73711
73711
  oW as getPlayableEntityTypeSchema,
73712
73712
  nY as getProject,
73713
- tl as getPrototypeByType,
73713
+ el as getPrototypeByType,
73714
73714
  vp as getRecusriveParentsIds,
73715
73715
  _ as getReferenceEntityId,
73716
- ml as getReferencedEntitiesStateOrErrors,
73716
+ yl as getReferencedEntitiesStateOrErrors,
73717
73717
  vv as getReferencedEntityStateOrErrors,
73718
- bl as getReferencedIds,
73718
+ Al as getReferencedIds,
73719
73719
  vs as getRelatedCanvasElementsOnTheLeft,
73720
73720
  Dz as getRelatedCanvasElementsOnTheLeftFromTransfer,
73721
73721
  un as getRelatedCanvasElementsOnTheRight,
@@ -73730,12 +73730,12 @@ export {
73730
73730
  P3 as getValueReadingEntityReferenceSchema,
73731
73731
  _r as getValueReadingEntityTypeSchema,
73732
73732
  Kq as getValueWritingEntityReferenceSchema,
73733
- zo as getValueWritingEntityTypeSchema,
73733
+ Wo as getValueWritingEntityTypeSchema,
73734
73734
  Y7 as getVariableFromInputMapping,
73735
73735
  S7 as getVariableFromReturnVariablePointer,
73736
73736
  wn as getVariableReferenceSchema,
73737
73737
  hs as getVariableTypeSchema,
73738
- xl as getVariablesFromArgumentDeclarations,
73738
+ Ll as getVariablesFromArgumentDeclarations,
73739
73739
  H7 as getVariablesFromInputMaps,
73740
73740
  X7 as getVariablesFromOutputMapping,
73741
73741
  Q7 as getVariablesFromOutputMaps,
@@ -73746,13 +73746,13 @@ export {
73746
73746
  Tz as groupCallsBasedOnParallelizableExecution,
73747
73747
  $7 as handleAfterEntityImplementationSideEffects,
73748
73748
  x7 as handleBeforeEntityImplementationSideEffects,
73749
- Sl as httpRequestBodyArgument,
73749
+ Kl as httpRequestBodyArgument,
73750
73750
  gA as httpRequestBodyArgumentRef,
73751
73751
  kA as httpRequestBodyDataType,
73752
- Kl as httpRequestHeadersArgument,
73752
+ Hl as httpRequestHeadersArgument,
73753
73753
  GA as httpRequestHeadersArgumentRef,
73754
73754
  FA as httpRequestHeadersDataType,
73755
- Yl as httpRequestMethodArgument,
73755
+ zl as httpRequestMethodArgument,
73756
73756
  xA as httpRequestMethodArgumentRef,
73757
73757
  $A as httpRequestMethodDataType,
73758
73758
  jA as httpRequestMethodDataTypeRef,
@@ -73772,20 +73772,20 @@ export {
73772
73772
  yc as httpRequestQueryParamsArgument,
73773
73773
  NA as httpRequestQueryParamsArgumentRef,
73774
73774
  UA as httpRequestQueryParamsDataType,
73775
- Hl as httpRequestVariableURLArgument,
73775
+ Yl as httpRequestVariableURLArgument,
73776
73776
  MA as httpRequestVariableURLArgumentRef,
73777
73777
  BA as httpRequestVariableURLDataType,
73778
73778
  CA as httpRequestVariableURLDataTypeRef,
73779
73779
  KA as httpResponseBodyReturnDataType,
73780
73780
  YA as httpResponseBodyReturnDataTypeRef,
73781
- ed as httpResponseBodyReturnReturn,
73781
+ Ql as httpResponseBodyReturnReturn,
73782
73782
  HA as httpResponseBodyReturnReturnRef,
73783
73783
  JA as httpResponseCodeDataType,
73784
- Xl as httpResponseCodeReturn,
73784
+ Sl as httpResponseCodeReturn,
73785
73785
  ZA as httpResponseCodeReturnRef,
73786
73786
  zA as httpResponseHeadersDataType,
73787
73787
  qA as httpResponseHeadersDataTypeRef,
73788
- Ql as httpResponseHeadersReturn,
73788
+ Xl as httpResponseHeadersReturn,
73789
73789
  WA as httpResponseHeadersReturnRef,
73790
73790
  bq as httpStatusCodeValueValidation,
73791
73791
  hp as implement,
@@ -73817,7 +73817,7 @@ export {
73817
73817
  Kb as iterateOverListLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
73818
73818
  Qb as iterateOverListLoopBodyActionDescriptorAnyDynamicReturn,
73819
73819
  Xb as iterateOverListLoopBodyActionDescriptorAnyDynamicReturnParentRef,
73820
- nd as iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclaration,
73820
+ rd as iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclaration,
73821
73821
  Jb as iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataType,
73822
73822
  Zb as iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationDataTypeParentRef,
73823
73823
  qb as iterateOverListLoopBodyActionDescriptorCurrentValueArgumentDeclarationParentRef,
@@ -73872,7 +73872,7 @@ export {
73872
73872
  Ab as iterateOverStringActionDescriptorStringArgumentDeclarationDataTypeParentRef,
73873
73873
  Rb as iterateOverStringActionDescriptorStringArgumentDeclarationParentRef,
73874
73874
  ro as iterateOverStringLoopActionDescriptor,
73875
- rd as iterateOverStringLoopBodyActionDescriptor,
73875
+ id as iterateOverStringLoopBodyActionDescriptor,
73876
73876
  Ub as iterateOverStringLoopBodyActionDescriptorAnyDynamicArgument,
73877
73877
  Nb as iterateOverStringLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
73878
73878
  Lb as iterateOverStringLoopBodyActionDescriptorAnyDynamicReturn,
@@ -73908,7 +73908,7 @@ export {
73908
73908
  zT as joinStringsOperationDynamicStringDataType,
73909
73909
  qT as joinStringsOperationError,
73910
73910
  JT as joinStringsOperationErrorParentRef,
73911
- ql as joinStringsOperationFirstStringArgument,
73911
+ Jl as joinStringsOperationFirstStringArgument,
73912
73912
  jT as joinStringsOperationFirstStringArgumentParentRef,
73913
73913
  CT as joinStringsOperationFirstStringArgumentRef,
73914
73914
  _T as joinStringsOperationFirstStringDataType,
@@ -73916,7 +73916,7 @@ export {
73916
73916
  eo as joinStringsOperationResultStringReturn,
73917
73917
  ZT as joinStringsOperationResultStringReturnParentRef,
73918
73918
  NT as joinStringsOperationResultStringReturnRef,
73919
- Wl as joinStringsOperationSecondStringArgument,
73919
+ ql as joinStringsOperationSecondStringArgument,
73920
73920
  kT as joinStringsOperationSecondStringArgumentParentRef,
73921
73921
  MT as joinStringsOperationSecondStringArgumentRef,
73922
73922
  BT as joinStringsOperationSecondStringDataType,
@@ -73934,10 +73934,10 @@ export {
73934
73934
  yb as manualFlowActionDescriptorDeclarationArgumentDeclarationDataType,
73935
73935
  hb as manualFlowActionDescriptorDeclarationArgumentDeclarationDataTypeParentRef,
73936
73936
  mb as manualFlowActionDescriptorDeclarationArgumentDeclarationParentRef,
73937
- td as manualFlowLoopActionDescriptor,
73937
+ ed as manualFlowLoopActionDescriptor,
73938
73938
  fb as manualFlowLoopActionDescriptorDynamicReturnDeclaration,
73939
73939
  cb as manualFlowLoopActionDescriptorDynamicReturnDeclarationParentRef,
73940
- id as manualFlowLoopBodyActionDescriptor,
73940
+ td as manualFlowLoopBodyActionDescriptor,
73941
73941
  Tb as manualFlowLoopBodyActionDescriptorAnyDynamicArgument,
73942
73942
  vb as manualFlowLoopBodyActionDescriptorAnyDynamicArgumentParentRef,
73943
73943
  Ib as manualFlowLoopBodyActionDescriptorAnyDynamicReturn,
@@ -73962,7 +73962,7 @@ export {
73962
73962
  O1 as notEmptyConditionArgument,
73963
73963
  D1 as notEmptyConditionRef,
73964
73964
  Sp as nullPrototype,
73965
- Jl as numberAdditionOperation,
73965
+ Zl as numberAdditionOperation,
73966
73966
  pT as numberAdditionOperationDynamicSummandArgument,
73967
73967
  uT as numberAdditionOperationDynamicSummandArgumentType,
73968
73968
  dT as numberAdditionOperationDynamicSummandArgumentTypeParentRef,
@@ -74051,21 +74051,21 @@ export {
74051
74051
  KD as relationalDatabaseBuiltInBaseEntityDefaultPropertyDataType,
74052
74052
  YD as relationalDatabaseBuiltInBaseEntityDefaultPropertyDataTypeRef,
74053
74053
  HD as relationalDatabaseBuiltInBaseEntityDefaultPropertyRef,
74054
- od as relationalDatabaseBuiltInBaseEntityIdentifierProperty,
74054
+ ad as relationalDatabaseBuiltInBaseEntityIdentifierProperty,
74055
74055
  GD as relationalDatabaseBuiltInBaseEntityIdentifierPropertyDataType,
74056
74056
  xD as relationalDatabaseBuiltInBaseEntityIdentifierPropertyDataTypeRef,
74057
74057
  $D as relationalDatabaseBuiltInBaseEntityIdentifierPropertyRef,
74058
- ud as relationalDatabaseBuiltInBaseEntityMinSizeProperty,
74058
+ dd as relationalDatabaseBuiltInBaseEntityMinSizeProperty,
74059
74059
  zD as relationalDatabaseBuiltInBaseEntityMinSizePropertyDataType,
74060
74060
  qD as relationalDatabaseBuiltInBaseEntityMinSizePropertyDataTypeRef,
74061
74061
  WD as relationalDatabaseBuiltInBaseEntityMinSizePropertyRef,
74062
- dd as relationalDatabaseBuiltInBaseEntityPasswordProperty,
74062
+ ld as relationalDatabaseBuiltInBaseEntityPasswordProperty,
74063
74063
  ZD as relationalDatabaseBuiltInBaseEntityPasswordPropertyDataType,
74064
74064
  Zq as relationalDatabaseBuiltInBaseEntityPasswordPropertyDataTypeRef,
74065
74065
  JD as relationalDatabaseBuiltInBaseEntityPasswordPropertyDefaultValueParentRef,
74066
74066
  kD as relationalDatabaseBuiltInBaseEntityPasswordPropertyRef,
74067
74067
  Ss as relationalDatabaseBuiltInBaseEntityRef,
74068
- ld as relationalDatabaseBuiltInBaseEntityUsernameProperty,
74068
+ od as relationalDatabaseBuiltInBaseEntityUsernameProperty,
74069
74069
  gD as relationalDatabaseBuiltInBaseEntityUsernamePropertyDataType,
74070
74070
  kq as relationalDatabaseBuiltInBaseEntityUsernamePropertyDataTypeRef,
74071
74071
  FD as relationalDatabaseBuiltInBaseEntityUsernamePropertyRef,
@@ -74073,10 +74073,10 @@ export {
74073
74073
  KZ as resolveBaseEntityName,
74074
74074
  SZ as resolveBuiltInBaseEntityDataTypeLabel,
74075
74075
  yt as resolveClonedEntityProject,
74076
- hl as resolveConditionOperatorLabel,
74076
+ fl as resolveConditionOperatorLabel,
74077
74077
  dp as resolveDataType,
74078
74078
  Dv as resolveDataTypeEntityOrNestedChildrenFromLiteralValue,
74079
- jl as resolveDataTypeLabel,
74079
+ Ul as resolveDataTypeLabel,
74080
74080
  bW as resolveDefinitionEntityDataTypeLabel,
74081
74081
  AW as resolveEntityDataTypeLabel,
74082
74082
  F as resolveEntityName,
@@ -74154,7 +74154,7 @@ export {
74154
74154
  EW as toCamelCase,
74155
74155
  Ei as toEntityState,
74156
74156
  HZ as toKebabCase,
74157
- Ul as toLowerCaseKebabCase,
74157
+ Nl as toLowerCaseKebabCase,
74158
74158
  IW as toPascalCase,
74159
74159
  Mt as untypedDataPrototype,
74160
74160
  Se as updateErrorsList,
@@ -74198,7 +74198,7 @@ export {
74198
74198
  bt as validateReferences,
74199
74199
  g0 as validateReturnDeclarationName,
74200
74200
  V7 as validateSuccessCaller,
74201
- So as validateValueReaderGenerationUpdate,
74201
+ Ko as validateValueReaderGenerationUpdate,
74202
74202
  Iv as validateValueWritter,
74203
74203
  $0 as validateVariableDeclarationName,
74204
74204
  Av as validateVariableInternalCallUse,
@@ -74215,7 +74215,7 @@ export {
74215
74215
  E8 as valueAutogenerationRandomNumberFromSchema,
74216
74216
  pu as valueAutogenerationRandomNumberSchema,
74217
74217
  I8 as valueAutogenerationRandomNumberUntilSchema,
74218
- xo as valueAutogenerationRandomSchema,
74218
+ Lo as valueAutogenerationRandomSchema,
74219
74219
  D8 as valueAutogenerationRandomTextBetweenSchema,
74220
74220
  b8 as valueAutogenerationRandomTextFromSchema,
74221
74221
  cu as valueAutogenerationRandomTextSchema,