@elyx-code/project-logic-tree 0.0.6250 → 0.0.6252

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
@@ -1,7 +1,7 @@
1
1
  var xv = Object.defineProperty;
2
2
  var $v = (r, a, e) => a in r ? xv(r, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[a] = e;
3
3
  var f = (r, a, e) => ($v(r, typeof a != "symbol" ? a + "" : a, e), e);
4
- var n = /* @__PURE__ */ ((r) => (r.DefinitionEntity = "definition-entity", r.BuiltInBaseEntity = "built-in-base-entity", r.Project = "project", r.InstalledProject = "installed-project", r.GlobalEvent = "global-event", r.DataType = "data-type", r.FunctionCall = "function-call", r.FunctionDeclaration = "function-declaration", r.ActionDescriptor = "action-descriptor", r.ValueDescriptor = "value-descriptor", r.ArgumentDeclaration = "argument-declaration", r.InputMap = "input-map", r.ReturnStatement = "return-statement", r.BreakStatement = "break-statement", r.ContinueStatement = "continue-statement", r.ReturnDeclaration = "return-declaration", r.OutputMap = "output-map", r.PrimitiveEntity = "primitive-entity", r.LiteralValue = "literal-value", r.Property = "property", r.Operation = "operation", r.Condition = "condition", r.VariableDeclaration = "variable-declaration", r.VariableInstance = "variable-instance", r.Search = "search", r.Loop = "loop", r.InternalCall = "internal-call", r.GenericReference = "generic-reference", r))(n || {}), Y = /* @__PURE__ */ ((r) => (r.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", r.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", r.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", r.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", r.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", r.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", r))(Y || {}), Tt = /* @__PURE__ */ ((r) => (r.CurrentDateAndTime = "current-date-and-time", r.Unique = "unique", r.Random = "random", r))(Tt || {}), B = /* @__PURE__ */ ((r) => (r.EntityTemplate = "entity-template", r.ActionDescriptor = "action-descriptor", r.String = "string", r.Number = "number", r.Boolean = "boolean", r.Null = "null", r.Enum = "enum", r.KeyValue = "key-value", r.Date = "date", r.UUID = "uuid", r.File = "file", r.Untyped = "untyped", r))(B || {}), it = /* @__PURE__ */ ((r) => (r.Addition = "addition", r.Subtraction = "subtraction", r.Multiplication = "multiplication", r.Division = "division", r.Remainder = "remainder", r.Exponentiation = "exponentiation", r))(it || {}), ke = /* @__PURE__ */ ((r) => (r.Join = "string-join", r.Split = "string-split", r.DeleteLast = "string-delete-last", r.DeleteFirst = "string-delete-first", r.DeleteIndex = "string-delete-index", r.AddIndex = "string-add-index", r.ReplaceFirst = "string-replace-first", r.ReplaceLast = "string-replace-last", r.ReplaceIndex = "string-replace-index", r.ReplaceSingleMatch = "string-replace-single-match", r.ReplaceAllMatches = "string-replace-all-matches", r.GetIndex = "string-get-index", r.GetFirst = "string-get-first", r.GetLast = "string-get-last", r.Append = "string-append", r.Prepend = "string-prepend", r))(ke || {}), he = /* @__PURE__ */ ((r) => (r.Join = "list-join", r.Split = "list-split", r.DeleteLast = "list-delete-last", r.DeleteFirst = "list-delete-first", r.DeleteIndex = "list-delete-index", r.AddIndex = "list-add-index", r.ReplaceFirst = "list-replace-first", r.ReplaceLast = "list-replace-last", r.ReplaceIndex = "list-replace-index", r.ReplaceSingleMatch = "list-replace-single-match", r.ReplaceAllMatches = "list-replace-all-matches", r.GetIndex = "list-get-index", r.GetFirst = "list-get-first", r.GetLast = "list-get-last", r.Append = "list-append", r.Prepend = "list-prepend", r))(he || {}), Qe = /* @__PURE__ */ ((r) => (r.Parallel = "parallel", r.Sequential = "sequential", r.Wait = "wait", r))(Qe || {}), et = /* @__PURE__ */ ((r) => (r.CreateNewInstance = "create-new-instance", r.Validate = "validate", r))(et || {}), Ft = /* @__PURE__ */ ((r) => (r.HttpRequest = "base-http-request", r))(Ft || {}), ft = /* @__PURE__ */ ((r) => (r.Equal = "equal", r.NotEqual = "not-equal", r.And = "and", r.Or = "or", r.LessThan = "less-than", r.MoreThan = "more-than", r.LessThanOrEqual = "less-than-or-equal", r.MoreThanOrEqual = "more-than-or-equal", r))(ft || {}), Ci = /* @__PURE__ */ ((r) => (r.Empty = "empty", r.NotEmpty = "not-empty", r))(Ci || {}), ee = /* @__PURE__ */ ((r) => (r.ManualFlow = "manual-flow-loop", r.Counted = "counted-loop", r.List = "list-loop", r.ObjectKeys = "object-keys-loop", r.ObjectValues = "object-values-loop", r.String = "string-loop", r))(ee || {}), N = /* @__PURE__ */ ((r) => (r.FixedArguments = "fixed-arguments", r.FixedReturns = "fixed-returns", r.ReturnedError = "returned-error", r.OngoingProcessExecution = "ongoing-process-execution", r.DynamicArgument = "dynamic-argument-types", r.DynamicReturn = "dynamic-return-types", r))(N || {}), wt = /* @__PURE__ */ ((r) => (r.OrDataTypeGroup = "or-data-type-group", r.AndDataTypeGroup = "and-data-type-group", r))(wt || {}), yr = /* @__PURE__ */ ((r) => (r.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", r))(yr || {}), Ii = /* @__PURE__ */ ((r) => (r.DeletePersistedEntity = "base-delete-persisted-entity", r.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", r.AbortExecution = "base-abort-execution", r))(Ii || {}), Rs = /* @__PURE__ */ ((r) => (r.Error = "error", r.Task = "task", r.Return = "return", r))(Rs || {});
4
+ var n = /* @__PURE__ */ ((r) => (r.DefinitionEntity = "definition-entity", r.BuiltInBaseEntity = "built-in-base-entity", r.Project = "project", r.InstalledProject = "installed-project", r.GlobalEvent = "global-event", r.DataType = "data-type", r.FunctionCall = "function-call", r.FunctionDeclaration = "function-declaration", r.ActionDescriptor = "action-descriptor", r.ValueDescriptor = "value-descriptor", r.ArgumentDeclaration = "argument-declaration", r.InputMap = "input-map", r.ReturnStatement = "return-statement", r.BreakStatement = "break-statement", r.ContinueStatement = "continue-statement", r.ReturnDeclaration = "return-declaration", r.OutputMap = "output-map", r.PrimitiveEntity = "primitive-entity", r.LiteralValue = "literal-value", r.Property = "property", r.Operation = "operation", r.Condition = "condition", r.VariableDeclaration = "variable-declaration", r.VariableInstance = "variable-instance", r.Search = "search", r.Loop = "loop", r.InternalCall = "internal-call", r.GenericReference = "generic-reference", r))(n || {}), Y = /* @__PURE__ */ ((r) => (r.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", r.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", r.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", r.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", r.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", r.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", r))(Y || {}), Tt = /* @__PURE__ */ ((r) => (r.CurrentDateAndTime = "current-date-and-time", r.Unique = "unique", r.Random = "random", r))(Tt || {}), B = /* @__PURE__ */ ((r) => (r.EntityTemplate = "entity-template", r.ActionDescriptor = "action-descriptor", r.String = "string", r.Number = "number", r.Boolean = "boolean", r.Null = "null", r.Enum = "enum", r.KeyValue = "key-value", r.Date = "date", r.UUID = "uuid", r.File = "file", r.Untyped = "untyped", r))(B || {}), it = /* @__PURE__ */ ((r) => (r.Addition = "addition", r.Subtraction = "subtraction", r.Multiplication = "multiplication", r.Division = "division", r.Remainder = "remainder", r.Exponentiation = "exponentiation", r))(it || {}), ke = /* @__PURE__ */ ((r) => (r.Join = "string-join", r.Split = "string-split", r.DeleteLast = "string-delete-last", r.DeleteFirst = "string-delete-first", r.DeleteIndex = "string-delete-index", r.AddIndex = "string-add-index", r.ReplaceFirst = "string-replace-first", r.ReplaceLast = "string-replace-last", r.ReplaceIndex = "string-replace-index", r.ReplaceSingleMatch = "string-replace-single-match", r.ReplaceAllMatches = "string-replace-all-matches", r.GetIndex = "string-get-index", r.GetFirst = "string-get-first", r.GetLast = "string-get-last", r.Append = "string-append", r.Prepend = "string-prepend", r))(ke || {}), he = /* @__PURE__ */ ((r) => (r.Join = "list-join", r.Split = "list-split", r.DeleteLast = "list-delete-last", r.DeleteFirst = "list-delete-first", r.DeleteIndex = "list-delete-index", r.AddIndex = "list-add-index", r.ReplaceFirst = "list-replace-first", r.ReplaceLast = "list-replace-last", r.ReplaceIndex = "list-replace-index", r.ReplaceSingleMatch = "list-replace-single-match", r.ReplaceAllMatches = "list-replace-all-matches", r.GetIndex = "list-get-index", r.GetFirst = "list-get-first", r.GetLast = "list-get-last", r.Append = "list-append", r.Prepend = "list-prepend", r))(he || {}), Qe = /* @__PURE__ */ ((r) => (r.Parallel = "parallel", r.Sequential = "sequential", r.Wait = "wait", r))(Qe || {}), et = /* @__PURE__ */ ((r) => (r.CreateNewInstance = "create-new-instance", r.Validate = "validate", r))(et || {}), gt = /* @__PURE__ */ ((r) => (r.HttpRequest = "base-http-request", r))(gt || {}), ft = /* @__PURE__ */ ((r) => (r.Equal = "equal", r.NotEqual = "not-equal", r.And = "and", r.Or = "or", r.LessThan = "less-than", r.MoreThan = "more-than", r.LessThanOrEqual = "less-than-or-equal", r.MoreThanOrEqual = "more-than-or-equal", r))(ft || {}), _i = /* @__PURE__ */ ((r) => (r.Empty = "empty", r.NotEmpty = "not-empty", r))(_i || {}), ee = /* @__PURE__ */ ((r) => (r.ManualFlow = "manual-flow-loop", r.Counted = "counted-loop", r.List = "list-loop", r.ObjectKeys = "object-keys-loop", r.ObjectValues = "object-values-loop", r.String = "string-loop", r))(ee || {}), N = /* @__PURE__ */ ((r) => (r.FixedArguments = "fixed-arguments", r.FixedReturns = "fixed-returns", r.ReturnedError = "returned-error", r.OngoingProcessExecution = "ongoing-process-execution", r.DynamicArgument = "dynamic-argument-types", r.DynamicReturn = "dynamic-return-types", r))(N || {}), wt = /* @__PURE__ */ ((r) => (r.OrDataTypeGroup = "or-data-type-group", r.AndDataTypeGroup = "and-data-type-group", r))(wt || {}), yr = /* @__PURE__ */ ((r) => (r.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", r))(yr || {}), Ii = /* @__PURE__ */ ((r) => (r.DeletePersistedEntity = "base-delete-persisted-entity", r.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", r.AbortExecution = "base-abort-execution", r))(Ii || {}), Rs = /* @__PURE__ */ ((r) => (r.Error = "error", r.Task = "task", r.Return = "return", r))(Rs || {});
5
5
  const $r = [
6
6
  n.VariableDeclaration,
7
7
  n.VariableInstance,
@@ -428,8 +428,8 @@ const g = {
428
428
  }
429
429
  }
430
430
  },
431
- [Ft.HttpRequest]: {
432
- id: Ft.HttpRequest,
431
+ [gt.HttpRequest]: {
432
+ id: gt.HttpRequest,
433
433
  inputs: {
434
434
  url: {
435
435
  id: "http-request-url-input-id"
@@ -655,8 +655,8 @@ const g = {
655
655
  }
656
656
  }
657
657
  },
658
- [Ci.NotEmpty]: {
659
- id: Ci.NotEmpty,
658
+ [_i.NotEmpty]: {
659
+ id: _i.NotEmpty,
660
660
  inputs: {
661
661
  leftHand: {
662
662
  id: "condition-not-empty-input-id"
@@ -898,10 +898,10 @@ const g = {
898
898
  ar,
899
899
  wr,
900
900
  qs
901
- ], ki = g[n.Operation][it.Addition], Sv = {
901
+ ], Zi = g[n.Operation][it.Addition], Sv = {
902
902
  type: n.GenericReference,
903
903
  id: "3bd4aeb2-e3b7-4120-b289-011ebb03dba5",
904
- entityId: ki.inputs.firstSummand.id,
904
+ entityId: Zi.inputs.firstSummand.id,
905
905
  version: "1",
906
906
  entityType: n.ValueDescriptor
907
907
  }, Xv = {
@@ -929,7 +929,7 @@ const g = {
929
929
  }, Qv = {
930
930
  type: n.GenericReference,
931
931
  id: "9f486db2-a983-4293-9eef-81d4fc8d2d3e",
932
- entityId: ki.inputs.secondSummand.id,
932
+ entityId: Zi.inputs.secondSummand.id,
933
933
  version: "1",
934
934
  entityType: n.ValueDescriptor
935
935
  }, eT = {
@@ -957,7 +957,7 @@ const g = {
957
957
  }, tT = {
958
958
  type: n.GenericReference,
959
959
  id: "da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",
960
- entityId: ki.outputs.result.id,
960
+ entityId: Zi.outputs.result.id,
961
961
  version: "1",
962
962
  entityType: n.ValueDescriptor
963
963
  }, iT = {
@@ -966,7 +966,7 @@ const g = {
966
966
  interactiveEntities: null,
967
967
  actionEntities: null,
968
968
  inferred: !1,
969
- id: ki.outputs.result.dataType.id,
969
+ id: Zi.outputs.result.dataType.id,
970
970
  type: n.DataType,
971
971
  parentRelationType: null,
972
972
  options: null,
@@ -989,7 +989,7 @@ const g = {
989
989
  version: "1",
990
990
  entityType: n.ActionDescriptor
991
991
  }, Sp = {
992
- id: ki.inputs.firstSummand.id,
992
+ id: Zi.inputs.firstSummand.id,
993
993
  type: n.ValueDescriptor,
994
994
  version: "1",
995
995
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -1011,7 +1011,7 @@ const g = {
1011
1011
  version: "1",
1012
1012
  entityType: n.ActionDescriptor
1013
1013
  }, Xp = {
1014
- id: ki.inputs.secondSummand.id,
1014
+ id: Zi.inputs.secondSummand.id,
1015
1015
  type: n.ValueDescriptor,
1016
1016
  description: "The second number to add",
1017
1017
  version: "1",
@@ -1034,7 +1034,7 @@ const g = {
1034
1034
  entityType: n.ActionDescriptor
1035
1035
  }, ec = {
1036
1036
  parentRelationType: N.FixedReturns,
1037
- id: ki.outputs.result.id,
1037
+ id: Zi.outputs.result.id,
1038
1038
  type: n.ValueDescriptor,
1039
1039
  description: "The result number of the addition",
1040
1040
  version: "1",
@@ -1056,7 +1056,7 @@ const g = {
1056
1056
  entityType: n.ActionDescriptor
1057
1057
  }, aT = {
1058
1058
  parentRelationType: N.FixedReturns,
1059
- id: ki.outputs.error.id,
1059
+ id: Zi.outputs.error.id,
1060
1060
  type: n.ValueDescriptor,
1061
1061
  version: "1",
1062
1062
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -1073,7 +1073,7 @@ const g = {
1073
1073
  }, oT = {
1074
1074
  type: n.GenericReference,
1075
1075
  id: "number-addition-operation-dynamic-summand-argument-type-parent-ref",
1076
- entityId: ki.inputs.dynamicSummand.id,
1076
+ entityId: Zi.inputs.dynamicSummand.id,
1077
1077
  version: "1",
1078
1078
  entityType: n.ValueDescriptor
1079
1079
  }, lT = {
@@ -1100,7 +1100,7 @@ const g = {
1100
1100
  parent: oT
1101
1101
  }, dT = {
1102
1102
  parentRelationType: N.DynamicArgument,
1103
- id: ki.inputs.dynamicSummand.id,
1103
+ id: Zi.inputs.dynamicSummand.id,
1104
1104
  type: n.ValueDescriptor,
1105
1105
  description: "A number to add",
1106
1106
  version: "1",
@@ -1132,10 +1132,10 @@ const g = {
1132
1132
  error: aT,
1133
1133
  outputs: [ec],
1134
1134
  parent: null
1135
- }, Zi = g[n.Operation][it.Subtraction], uT = {
1135
+ }, Ji = g[n.Operation][it.Subtraction], uT = {
1136
1136
  type: n.GenericReference,
1137
1137
  id: "3bd4aeb2-e3b7-4120-b289-011ebb03dba5",
1138
- entityId: Zi.inputs.minuend.id,
1138
+ entityId: Ji.inputs.minuend.id,
1139
1139
  version: "1",
1140
1140
  entityType: n.ValueDescriptor
1141
1141
  }, pT = {
@@ -1163,7 +1163,7 @@ const g = {
1163
1163
  }, cT = {
1164
1164
  type: n.GenericReference,
1165
1165
  id: "9f486db2-a983-4293-9eef-81d4fc8d2d3e",
1166
- entityId: Zi.inputs.subtrahend.id,
1166
+ entityId: Ji.inputs.subtrahend.id,
1167
1167
  version: "1",
1168
1168
  entityType: n.ValueDescriptor
1169
1169
  }, fT = {
@@ -1191,7 +1191,7 @@ const g = {
1191
1191
  }, hT = {
1192
1192
  type: n.GenericReference,
1193
1193
  id: "da5e9fe9-f18a-49e3-98e5-c1bf7b9b3153",
1194
- entityId: Zi.outputs.result.id,
1194
+ entityId: Ji.outputs.result.id,
1195
1195
  version: "1",
1196
1196
  entityType: n.ValueDescriptor
1197
1197
  }, yT = {
@@ -1200,7 +1200,7 @@ const g = {
1200
1200
  interactiveEntities: null,
1201
1201
  actionEntities: null,
1202
1202
  inferred: !1,
1203
- id: Zi.outputs.result.dataType.id,
1203
+ id: Ji.outputs.result.dataType.id,
1204
1204
  type: n.DataType,
1205
1205
  parentRelationType: null,
1206
1206
  options: null,
@@ -1223,7 +1223,7 @@ const g = {
1223
1223
  version: "1",
1224
1224
  entityType: n.ActionDescriptor
1225
1225
  }, mT = {
1226
- id: Zi.inputs.minuend.id,
1226
+ id: Ji.inputs.minuend.id,
1227
1227
  type: n.ValueDescriptor,
1228
1228
  version: "1",
1229
1229
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -1245,7 +1245,7 @@ const g = {
1245
1245
  version: "1",
1246
1246
  entityType: n.ActionDescriptor
1247
1247
  }, TT = {
1248
- id: Zi.inputs.subtrahend.id,
1248
+ id: Ji.inputs.subtrahend.id,
1249
1249
  type: n.ValueDescriptor,
1250
1250
  description: "The second number to substract",
1251
1251
  version: "1",
@@ -1268,7 +1268,7 @@ const g = {
1268
1268
  entityType: n.ActionDescriptor
1269
1269
  }, IT = {
1270
1270
  parentRelationType: N.FixedReturns,
1271
- id: Zi.outputs.result.id,
1271
+ id: Ji.outputs.result.id,
1272
1272
  type: n.ValueDescriptor,
1273
1273
  description: "The result number of the subtraction",
1274
1274
  version: "1",
@@ -1290,7 +1290,7 @@ const g = {
1290
1290
  entityType: n.ActionDescriptor
1291
1291
  }, bT = {
1292
1292
  parentRelationType: N.FixedReturns,
1293
- id: Zi.outputs.error.id,
1293
+ id: Ji.outputs.error.id,
1294
1294
  type: n.ValueDescriptor,
1295
1295
  version: "1",
1296
1296
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -1307,7 +1307,7 @@ const g = {
1307
1307
  }, RT = {
1308
1308
  type: n.GenericReference,
1309
1309
  id: "number-subtraction-operation-dynamic-subtrahend-argument-type-parent-ref",
1310
- entityId: Zi.inputs.dynamicSubtrahend.id,
1310
+ entityId: Ji.inputs.dynamicSubtrahend.id,
1311
1311
  version: "1",
1312
1312
  entityType: n.ValueDescriptor
1313
1313
  }, DT = {
@@ -1333,7 +1333,7 @@ const g = {
1333
1333
  isList: !1,
1334
1334
  parent: RT
1335
1335
  }, OT = {
1336
- id: Zi.inputs.dynamicSubtrahend.id,
1336
+ id: Ji.inputs.dynamicSubtrahend.id,
1337
1337
  type: n.ValueDescriptor,
1338
1338
  version: "1",
1339
1339
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -2871,7 +2871,7 @@ const aI = {
2871
2871
  index: 1,
2872
2872
  parent: MI,
2873
2873
  parentRelationType: N.ReturnedError
2874
- }, Ui = {
2874
+ }, ji = {
2875
2875
  id: Qe.Parallel,
2876
2876
  type: n.ActionDescriptor,
2877
2877
  description: "Execute a list of actions in parallel",
@@ -2960,7 +2960,7 @@ const jI = {
2960
2960
  index: 1,
2961
2961
  parent: $I,
2962
2962
  parentRelationType: N.ReturnedError
2963
- }, ei = {
2963
+ }, ti = {
2964
2964
  id: Qe.Wait,
2965
2965
  type: n.ActionDescriptor,
2966
2966
  description: "Wait for the given amount of milliseconds before calling the next entity",
@@ -3161,8 +3161,8 @@ const kI = {
3161
3161
  error: XI,
3162
3162
  parent: null
3163
3163
  }, QI = {
3164
- [Qe.Parallel]: Ui,
3165
- [Qe.Wait]: ei,
3164
+ [Qe.Parallel]: ji,
3165
+ [Qe.Wait]: ti,
3166
3166
  [Qe.Sequential]: cr
3167
3167
  };
3168
3168
  var eA = /* @__PURE__ */ ((r) => (r.EntityToInstanciate = "entity-to-instanciate-argument-declaration", r.NewEntityData = "new-entity-data-argument-declaration", r))(eA || {}), tA = /* @__PURE__ */ ((r) => (r.Error = "create-new-instance-error-return-delaration", r))(tA || {});
@@ -3786,7 +3786,7 @@ const iA = {
3786
3786
  id: "26911792-f707-4bf1-b6f7-03d04a84232c",
3787
3787
  version: "1",
3788
3788
  entityType: n.ActionDescriptor,
3789
- entityId: Ft.HttpRequest
3789
+ entityId: gt.HttpRequest
3790
3790
  }, zl = {
3791
3791
  id: It.inputs.method.id,
3792
3792
  type: n.ValueDescriptor,
@@ -3808,7 +3808,7 @@ const iA = {
3808
3808
  id: "eee0c501-0ae6-4448-b914-aada76d63163",
3809
3809
  version: "1",
3810
3810
  entityType: n.ActionDescriptor,
3811
- entityId: Ft.HttpRequest
3811
+ entityId: gt.HttpRequest
3812
3812
  }, Yl = {
3813
3813
  id: It.inputs.url.id,
3814
3814
  type: n.ValueDescriptor,
@@ -3830,7 +3830,7 @@ const iA = {
3830
3830
  id: "670091a4-21b1-4223-ad4c-b6dada0aec49",
3831
3831
  version: "1",
3832
3832
  entityType: n.ActionDescriptor,
3833
- entityId: Ft.HttpRequest
3833
+ entityId: gt.HttpRequest
3834
3834
  }, hc = {
3835
3835
  id: It.inputs.query.id,
3836
3836
  type: n.ValueDescriptor,
@@ -3852,7 +3852,7 @@ const iA = {
3852
3852
  id: "85aad3eb-22fe-45f9-b68c-1dc7061f41e0",
3853
3853
  version: "1",
3854
3854
  entityType: n.ActionDescriptor,
3855
- entityId: Ft.HttpRequest
3855
+ entityId: gt.HttpRequest
3856
3856
  }, Hl = {
3857
3857
  id: It.inputs.headers.id,
3858
3858
  type: n.ValueDescriptor,
@@ -3874,7 +3874,7 @@ const iA = {
3874
3874
  id: "c3e2a4af-9b84-4574-8b30-5044ffc51776",
3875
3875
  version: "1",
3876
3876
  entityType: n.ActionDescriptor,
3877
- entityId: Ft.HttpRequest
3877
+ entityId: gt.HttpRequest
3878
3878
  }, Kl = {
3879
3879
  id: It.inputs.body.id,
3880
3880
  type: n.ValueDescriptor,
@@ -3896,7 +3896,7 @@ const iA = {
3896
3896
  id: "92e04dc7-2145-4a31-908e-03810f7235e8",
3897
3897
  version: "1",
3898
3898
  entityType: n.ActionDescriptor,
3899
- entityId: Ft.HttpRequest
3899
+ entityId: gt.HttpRequest
3900
3900
  }, Sl = {
3901
3901
  id: It.outputs.code.id,
3902
3902
  type: n.ValueDescriptor,
@@ -3918,7 +3918,7 @@ const iA = {
3918
3918
  id: "86aca556-bbf1-4679-9909-31db61b288e2",
3919
3919
  version: "1",
3920
3920
  entityType: n.ActionDescriptor,
3921
- entityId: Ft.HttpRequest
3921
+ entityId: gt.HttpRequest
3922
3922
  }, Xl = {
3923
3923
  parentRelationType: N.FixedReturns,
3924
3924
  id: It.outputs.headers.id,
@@ -3954,7 +3954,7 @@ const iA = {
3954
3954
  id: "ccf3d1be-04e4-4d03-99fd-5bc1e1919f90",
3955
3955
  version: "1",
3956
3956
  entityType: n.ActionDescriptor,
3957
- entityId: Ft.HttpRequest
3957
+ entityId: gt.HttpRequest
3958
3958
  }, Ql = {
3959
3959
  id: It.outputs.body.id,
3960
3960
  type: n.ValueDescriptor,
@@ -3990,7 +3990,7 @@ const iA = {
3990
3990
  id: "21487ffc-82b9-473d-bc19-6e7d7c480ed7",
3991
3991
  version: "1",
3992
3992
  entityType: n.ActionDescriptor,
3993
- entityId: Ft.HttpRequest
3993
+ entityId: gt.HttpRequest
3994
3994
  }, nb = {
3995
3995
  type: n.GenericReference,
3996
3996
  id: "ad69861b-32f7-4461-b7f7-aa84a82578d9",
@@ -4037,8 +4037,8 @@ const iA = {
4037
4037
  parent: rb
4038
4038
  }, to = {
4039
4039
  type: n.ActionDescriptor,
4040
- id: Ft.HttpRequest,
4041
- name: Ft.HttpRequest,
4040
+ id: gt.HttpRequest,
4041
+ name: gt.HttpRequest,
4042
4042
  description: "Make an HTTP request, out to the internet, to a given URL with the specified method, query parameters, headers, and body.",
4043
4043
  version: "1",
4044
4044
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4060,7 +4060,7 @@ const iA = {
4060
4060
  error: yc,
4061
4061
  parent: null
4062
4062
  }, ab = {
4063
- [Ft.HttpRequest]: to
4063
+ [gt.HttpRequest]: to
4064
4064
  }, ob = {
4065
4065
  ...pE,
4066
4066
  ...wT,
@@ -7073,7 +7073,7 @@ const iA = {
7073
7073
  id: "not-empty-condition-ref",
7074
7074
  version: "1",
7075
7075
  entityType: n.ActionDescriptor,
7076
- entityId: Ci.NotEmpty
7076
+ entityId: _i.NotEmpty
7077
7077
  }, R1 = {
7078
7078
  id: A1.inputs.leftHand.id,
7079
7079
  type: n.ValueDescriptor,
@@ -7092,20 +7092,20 @@ const iA = {
7092
7092
  parent: b1
7093
7093
  }, Kn = {
7094
7094
  type: n.ActionDescriptor,
7095
- id: Ci.NotEmpty,
7095
+ id: _i.NotEmpty,
7096
7096
  version: "1",
7097
7097
  createdAt: "2024-01-01T00:00:00.000Z",
7098
7098
  author: "1",
7099
7099
  previousVersion: null,
7100
7100
  deleted: !1,
7101
- name: Ci.NotEmpty,
7101
+ name: _i.NotEmpty,
7102
7102
  description: "Checks if the value is not empty",
7103
7103
  parent: null,
7104
7104
  inputs: [R1],
7105
7105
  outputs: [],
7106
7106
  error: null
7107
7107
  }, D1 = {
7108
- [Ci.NotEmpty]: Kn
7108
+ [_i.NotEmpty]: Kn
7109
7109
  }, Sn = g[n.Condition]["more-than-or-equal"], O1 = {
7110
7110
  type: n.GenericReference,
7111
7111
  id: "more-than-or-equal-condition-left-hand-argument-data-type-parent-ref",
@@ -7365,7 +7365,7 @@ const H = ze.arrayToEnum([
7365
7365
  "never",
7366
7366
  "map",
7367
7367
  "set"
7368
- ]), Hi = (r) => {
7368
+ ]), Ki = (r) => {
7369
7369
  switch (typeof r) {
7370
7370
  case "undefined":
7371
7371
  return H.undefined;
@@ -7404,7 +7404,7 @@ const H = ze.arrayToEnum([
7404
7404
  "not_multiple_of",
7405
7405
  "not_finite"
7406
7406
  ]), k1 = (r) => JSON.stringify(r, null, 2).replace(/"([^"]+)":/g, "$1:");
7407
- class ii extends Error {
7407
+ class ri extends Error {
7408
7408
  get errors() {
7409
7409
  return this.issues;
7410
7410
  }
@@ -7441,7 +7441,7 @@ class ii extends Error {
7441
7441
  return i(this), t;
7442
7442
  }
7443
7443
  static assert(a) {
7444
- if (!(a instanceof ii))
7444
+ if (!(a instanceof ri))
7445
7445
  throw new Error(`Not a ZodError: ${a}`);
7446
7446
  }
7447
7447
  toString() {
@@ -7463,7 +7463,7 @@ class ii extends Error {
7463
7463
  return this.flatten();
7464
7464
  }
7465
7465
  }
7466
- ii.create = (r) => new ii(r);
7466
+ ri.create = (r) => new ri(r);
7467
7467
  const Gn = (r, a) => {
7468
7468
  let e;
7469
7469
  switch (r.code) {
@@ -7566,7 +7566,7 @@ function W(r, a) {
7566
7566
  });
7567
7567
  r.common.issues.push(t);
7568
7568
  }
7569
- class gt {
7569
+ class kt {
7570
7570
  constructor() {
7571
7571
  this.value = "valid";
7572
7572
  }
@@ -7594,7 +7594,7 @@ class gt {
7594
7594
  value: l
7595
7595
  });
7596
7596
  }
7597
- return gt.mergeObjectSync(a, t);
7597
+ return kt.mergeObjectSync(a, t);
7598
7598
  }
7599
7599
  static mergeObjectSync(a, e) {
7600
7600
  const t = {};
@@ -7609,7 +7609,7 @@ class gt {
7609
7609
  }
7610
7610
  const fe = Object.freeze({
7611
7611
  status: "aborted"
7612
- }), jn = (r) => ({ status: "dirty", value: r }), zt = (r) => ({ status: "valid", value: r }), bl = (r) => r.status === "aborted", Rl = (r) => r.status === "dirty", gr = (r) => r.status === "valid", ws = (r) => typeof Promise < "u" && r instanceof Promise;
7612
+ }), jn = (r) => ({ status: "dirty", value: r }), Yt = (r) => ({ status: "valid", value: r }), bl = (r) => r.status === "aborted", Rl = (r) => r.status === "dirty", gr = (r) => r.status === "valid", ws = (r) => typeof Promise < "u" && r instanceof Promise;
7613
7613
  function La(r, a, e, t) {
7614
7614
  if (e === "a" && !t)
7615
7615
  throw new TypeError("Private accessor was defined without a getter");
@@ -7631,7 +7631,7 @@ var re;
7631
7631
  r.errToObj = (a) => typeof a == "string" ? { message: a } : a || {}, r.toString = (a) => typeof a == "string" ? a : a == null ? void 0 : a.message;
7632
7632
  })(re || (re = {}));
7633
7633
  var As, bs;
7634
- class $i {
7634
+ class Gi {
7635
7635
  constructor(a, e, t, i) {
7636
7636
  this._cachedPath = [], this.parent = a, this.data = e, this._path = t, this._key = i;
7637
7637
  }
@@ -7649,7 +7649,7 @@ const Ep = (r, a) => {
7649
7649
  get error() {
7650
7650
  if (this._error)
7651
7651
  return this._error;
7652
- const e = new ii(r.common.issues);
7652
+ const e = new ri(r.common.issues);
7653
7653
  return this._error = e, this._error;
7654
7654
  }
7655
7655
  };
@@ -7671,13 +7671,13 @@ class Ze {
7671
7671
  return this._def.description;
7672
7672
  }
7673
7673
  _getType(a) {
7674
- return Hi(a.data);
7674
+ return Ki(a.data);
7675
7675
  }
7676
7676
  _getOrReturnCtx(a, e) {
7677
7677
  return e || {
7678
7678
  common: a.parent.common,
7679
7679
  data: a.data,
7680
- parsedType: Hi(a.data),
7680
+ parsedType: Ki(a.data),
7681
7681
  schemaErrorMap: this._def.errorMap,
7682
7682
  path: a.path,
7683
7683
  parent: a.parent
@@ -7685,11 +7685,11 @@ class Ze {
7685
7685
  }
7686
7686
  _processInputParams(a) {
7687
7687
  return {
7688
- status: new gt(),
7688
+ status: new kt(),
7689
7689
  ctx: {
7690
7690
  common: a.parent.common,
7691
7691
  data: a.data,
7692
- parsedType: Hi(a.data),
7692
+ parsedType: Ki(a.data),
7693
7693
  schemaErrorMap: this._def.errorMap,
7694
7694
  path: a.path,
7695
7695
  parent: a.parent
@@ -7724,7 +7724,7 @@ class Ze {
7724
7724
  schemaErrorMap: this._def.errorMap,
7725
7725
  parent: null,
7726
7726
  data: a,
7727
- parsedType: Hi(a)
7727
+ parsedType: Ki(a)
7728
7728
  }, s = this._parseSync({ data: a, path: i.path, parent: i });
7729
7729
  return Ep(i, s);
7730
7730
  }
@@ -7739,7 +7739,7 @@ class Ze {
7739
7739
  schemaErrorMap: this._def.errorMap,
7740
7740
  parent: null,
7741
7741
  data: a,
7742
- parsedType: Hi(a)
7742
+ parsedType: Ki(a)
7743
7743
  };
7744
7744
  if (!this["~standard"].async)
7745
7745
  try {
@@ -7778,7 +7778,7 @@ class Ze {
7778
7778
  schemaErrorMap: this._def.errorMap,
7779
7779
  parent: null,
7780
7780
  data: a,
7781
- parsedType: Hi(a)
7781
+ parsedType: Ki(a)
7782
7782
  }, i = this._parse({ data: a, path: t.path, parent: t }), s = await (ws(i) ? i : Promise.resolve(i));
7783
7783
  return Ep(t, s);
7784
7784
  }
@@ -7796,7 +7796,7 @@ class Ze {
7796
7796
  return this._refinement((t, i) => a(t) ? !0 : (i.addIssue(typeof e == "function" ? e(t, i) : e), !1));
7797
7797
  }
7798
7798
  _refinement(a) {
7799
- return new _i({
7799
+ return new Mi({
7800
7800
  schema: this,
7801
7801
  typeName: pe.ZodEffects,
7802
7802
  effect: { type: "refinement", refinement: a }
@@ -7813,7 +7813,7 @@ class Ze {
7813
7813
  };
7814
7814
  }
7815
7815
  optional() {
7816
- return ji.create(this, this._def);
7816
+ return Li.create(this, this._def);
7817
7817
  }
7818
7818
  nullable() {
7819
7819
  return Er.create(this, this._def);
@@ -7822,7 +7822,7 @@ class Ze {
7822
7822
  return this.nullable().optional();
7823
7823
  }
7824
7824
  array() {
7825
- return Vi.create(this);
7825
+ return Ci.create(this);
7826
7826
  }
7827
7827
  promise() {
7828
7828
  return gn.create(this, this._def);
@@ -7834,7 +7834,7 @@ class Ze {
7834
7834
  return Ms.create(this, a, this._def);
7835
7835
  }
7836
7836
  transform(a) {
7837
- return new _i({
7837
+ return new Mi({
7838
7838
  ...ve(this._def),
7839
7839
  schema: this,
7840
7840
  typeName: pe.ZodEffects,
@@ -7917,7 +7917,7 @@ function dO(r, a) {
7917
7917
  function uO(r, a) {
7918
7918
  return !!((a === "v4" || !a) && tO.test(r) || (a === "v6" || !a) && rO.test(r));
7919
7919
  }
7920
- class Pi extends Ze {
7920
+ class Vi extends Ze {
7921
7921
  _parse(a) {
7922
7922
  if (this._def.coerce && (a.data = String(a.data)), this._getType(a) !== H.string) {
7923
7923
  const s = this._getOrReturnCtx(a);
@@ -7927,7 +7927,7 @@ class Pi extends Ze {
7927
7927
  received: s.parsedType
7928
7928
  }), fe;
7929
7929
  }
7930
- const t = new gt();
7930
+ const t = new kt();
7931
7931
  let i;
7932
7932
  for (const s of this._def.checks)
7933
7933
  if (s.kind === "min")
@@ -8081,7 +8081,7 @@ class Pi extends Ze {
8081
8081
  });
8082
8082
  }
8083
8083
  _addCheck(a) {
8084
- return new Pi({
8084
+ return new Vi({
8085
8085
  ...this._def,
8086
8086
  checks: [...this._def.checks, a]
8087
8087
  });
@@ -8218,19 +8218,19 @@ class Pi extends Ze {
8218
8218
  return this.min(1, re.errToObj(a));
8219
8219
  }
8220
8220
  trim() {
8221
- return new Pi({
8221
+ return new Vi({
8222
8222
  ...this._def,
8223
8223
  checks: [...this._def.checks, { kind: "trim" }]
8224
8224
  });
8225
8225
  }
8226
8226
  toLowerCase() {
8227
- return new Pi({
8227
+ return new Vi({
8228
8228
  ...this._def,
8229
8229
  checks: [...this._def.checks, { kind: "toLowerCase" }]
8230
8230
  });
8231
8231
  }
8232
8232
  toUpperCase() {
8233
- return new Pi({
8233
+ return new Vi({
8234
8234
  ...this._def,
8235
8235
  checks: [...this._def.checks, { kind: "toUpperCase" }]
8236
8236
  });
@@ -8296,9 +8296,9 @@ class Pi extends Ze {
8296
8296
  return a;
8297
8297
  }
8298
8298
  }
8299
- Pi.create = (r) => {
8299
+ Vi.create = (r) => {
8300
8300
  var a;
8301
- return new Pi({
8301
+ return new Vi({
8302
8302
  checks: [],
8303
8303
  typeName: pe.ZodString,
8304
8304
  coerce: (a = r == null ? void 0 : r.coerce) !== null && a !== void 0 ? a : !1,
@@ -8323,7 +8323,7 @@ class mr extends Ze {
8323
8323
  }), fe;
8324
8324
  }
8325
8325
  let t;
8326
- const i = new gt();
8326
+ const i = new kt();
8327
8327
  for (const s of this._def.checks)
8328
8328
  s.kind === "int" ? ze.isInteger(a.data) || (t = this._getOrReturnCtx(a, t), W(t, {
8329
8329
  code: k.invalid_type,
@@ -8495,7 +8495,7 @@ class vr extends Ze {
8495
8495
  if (this._getType(a) !== H.bigint)
8496
8496
  return this._getInvalidInput(a);
8497
8497
  let t;
8498
- const i = new gt();
8498
+ const i = new kt();
8499
8499
  for (const s of this._def.checks)
8500
8500
  s.kind === "min" ? (s.inclusive ? a.data < s.value : a.data <= s.value) && (t = this._getOrReturnCtx(a, t), W(t, {
8501
8501
  code: k.too_small,
@@ -8627,7 +8627,7 @@ class Ps extends Ze {
8627
8627
  received: t.parsedType
8628
8628
  }), fe;
8629
8629
  }
8630
- return zt(a.data);
8630
+ return Yt(a.data);
8631
8631
  }
8632
8632
  }
8633
8633
  Ps.create = (r) => new Ps({
@@ -8651,7 +8651,7 @@ class kr extends Ze {
8651
8651
  code: k.invalid_date
8652
8652
  }), fe;
8653
8653
  }
8654
- const t = new gt();
8654
+ const t = new kt();
8655
8655
  let i;
8656
8656
  for (const s of this._def.checks)
8657
8657
  s.kind === "min" ? a.data.getTime() < s.value && (i = this._getOrReturnCtx(a, i), W(i, {
@@ -8723,7 +8723,7 @@ class xa extends Ze {
8723
8723
  received: t.parsedType
8724
8724
  }), fe;
8725
8725
  }
8726
- return zt(a.data);
8726
+ return Yt(a.data);
8727
8727
  }
8728
8728
  }
8729
8729
  xa.create = (r) => new xa({
@@ -8740,7 +8740,7 @@ class Vs extends Ze {
8740
8740
  received: t.parsedType
8741
8741
  }), fe;
8742
8742
  }
8743
- return zt(a.data);
8743
+ return Yt(a.data);
8744
8744
  }
8745
8745
  }
8746
8746
  Vs.create = (r) => new Vs({
@@ -8757,7 +8757,7 @@ class Cs extends Ze {
8757
8757
  received: t.parsedType
8758
8758
  }), fe;
8759
8759
  }
8760
- return zt(a.data);
8760
+ return Yt(a.data);
8761
8761
  }
8762
8762
  }
8763
8763
  Cs.create = (r) => new Cs({
@@ -8769,7 +8769,7 @@ class Fn extends Ze {
8769
8769
  super(...arguments), this._any = !0;
8770
8770
  }
8771
8771
  _parse(a) {
8772
- return zt(a.data);
8772
+ return Yt(a.data);
8773
8773
  }
8774
8774
  }
8775
8775
  Fn.create = (r) => new Fn({
@@ -8781,7 +8781,7 @@ class Gr extends Ze {
8781
8781
  super(...arguments), this._unknown = !0;
8782
8782
  }
8783
8783
  _parse(a) {
8784
- return zt(a.data);
8784
+ return Yt(a.data);
8785
8785
  }
8786
8786
  }
8787
8787
  Gr.create = (r) => new Gr({
@@ -8812,14 +8812,14 @@ class $a extends Ze {
8812
8812
  received: t.parsedType
8813
8813
  }), fe;
8814
8814
  }
8815
- return zt(a.data);
8815
+ return Yt(a.data);
8816
8816
  }
8817
8817
  }
8818
8818
  $a.create = (r) => new $a({
8819
8819
  typeName: pe.ZodVoid,
8820
8820
  ...ve(r)
8821
8821
  });
8822
- class Vi extends Ze {
8822
+ class Ci extends Ze {
8823
8823
  _parse(a) {
8824
8824
  const { ctx: e, status: t } = this._processInputParams(a), i = this._def;
8825
8825
  if (e.parsedType !== H.array)
@@ -8855,27 +8855,27 @@ class Vi extends Ze {
8855
8855
  exact: !1,
8856
8856
  message: i.maxLength.message
8857
8857
  }), t.dirty()), e.common.async)
8858
- return Promise.all([...e.data].map((l, o) => i.type._parseAsync(new $i(e, l, e.path, o)))).then((l) => gt.mergeArray(t, l));
8859
- const s = [...e.data].map((l, o) => i.type._parseSync(new $i(e, l, e.path, o)));
8860
- return gt.mergeArray(t, s);
8858
+ return Promise.all([...e.data].map((l, o) => i.type._parseAsync(new Gi(e, l, e.path, o)))).then((l) => kt.mergeArray(t, l));
8859
+ const s = [...e.data].map((l, o) => i.type._parseSync(new Gi(e, l, e.path, o)));
8860
+ return kt.mergeArray(t, s);
8861
8861
  }
8862
8862
  get element() {
8863
8863
  return this._def.type;
8864
8864
  }
8865
8865
  min(a, e) {
8866
- return new Vi({
8866
+ return new Ci({
8867
8867
  ...this._def,
8868
8868
  minLength: { value: a, message: re.toString(e) }
8869
8869
  });
8870
8870
  }
8871
8871
  max(a, e) {
8872
- return new Vi({
8872
+ return new Ci({
8873
8873
  ...this._def,
8874
8874
  maxLength: { value: a, message: re.toString(e) }
8875
8875
  });
8876
8876
  }
8877
8877
  length(a, e) {
8878
- return new Vi({
8878
+ return new Ci({
8879
8879
  ...this._def,
8880
8880
  exactLength: { value: a, message: re.toString(e) }
8881
8881
  });
@@ -8884,7 +8884,7 @@ class Vi extends Ze {
8884
8884
  return this.min(1, a);
8885
8885
  }
8886
8886
  }
8887
- Vi.create = (r, a) => new Vi({
8887
+ Ci.create = (r, a) => new Ci({
8888
8888
  type: r,
8889
8889
  minLength: null,
8890
8890
  maxLength: null,
@@ -8897,17 +8897,17 @@ function Nn(r) {
8897
8897
  const a = {};
8898
8898
  for (const e in r.shape) {
8899
8899
  const t = r.shape[e];
8900
- a[e] = ji.create(Nn(t));
8900
+ a[e] = Li.create(Nn(t));
8901
8901
  }
8902
8902
  return new mt({
8903
8903
  ...r._def,
8904
8904
  shape: () => a
8905
8905
  });
8906
8906
  } else
8907
- return r instanceof Vi ? new Vi({
8907
+ return r instanceof Ci ? new Ci({
8908
8908
  ...r._def,
8909
8909
  type: Nn(r.element)
8910
- }) : r instanceof ji ? ji.create(Nn(r.unwrap())) : r instanceof Er ? Er.create(Nn(r.unwrap())) : r instanceof Gi ? Gi.create(r.items.map((a) => Nn(a))) : r;
8910
+ }) : r instanceof Li ? Li.create(Nn(r.unwrap())) : r instanceof Er ? Er.create(Nn(r.unwrap())) : r instanceof Fi ? Fi.create(r.items.map((a) => Nn(a))) : r;
8911
8911
  }
8912
8912
  class mt extends Ze {
8913
8913
  constructor() {
@@ -8937,7 +8937,7 @@ class mt extends Ze {
8937
8937
  const h = s[u], c = i.data[u];
8938
8938
  d.push({
8939
8939
  key: { status: "valid", value: u },
8940
- value: h._parse(new $i(i, c, i.path, u)),
8940
+ value: h._parse(new Gi(i, c, i.path, u)),
8941
8941
  alwaysSet: u in i.data
8942
8942
  });
8943
8943
  }
@@ -8963,7 +8963,7 @@ class mt extends Ze {
8963
8963
  d.push({
8964
8964
  key: { status: "valid", value: h },
8965
8965
  value: u._parse(
8966
- new $i(i, c, i.path, h)
8966
+ new Gi(i, c, i.path, h)
8967
8967
  //, ctx.child(key), value, getParsedType(value)
8968
8968
  ),
8969
8969
  alwaysSet: h in i.data
@@ -8981,7 +8981,7 @@ class mt extends Ze {
8981
8981
  });
8982
8982
  }
8983
8983
  return u;
8984
- }).then((u) => gt.mergeObjectSync(t, u)) : gt.mergeObjectSync(t, d);
8984
+ }).then((u) => kt.mergeObjectSync(t, u)) : kt.mergeObjectSync(t, d);
8985
8985
  }
8986
8986
  get shape() {
8987
8987
  return this._def.shape();
@@ -9163,7 +9163,7 @@ class mt extends Ze {
9163
9163
  e[t] = this.shape[t];
9164
9164
  else {
9165
9165
  let s = this.shape[t];
9166
- for (; s instanceof ji; )
9166
+ for (; s instanceof Li; )
9167
9167
  s = s._def.innerType;
9168
9168
  e[t] = s;
9169
9169
  }
@@ -9207,7 +9207,7 @@ class _s extends Ze {
9207
9207
  for (const o of s)
9208
9208
  if (o.result.status === "dirty")
9209
9209
  return e.common.issues.push(...o.ctx.common.issues), o.result;
9210
- const l = s.map((o) => new ii(o.ctx.common.issues));
9210
+ const l = s.map((o) => new ri(o.ctx.common.issues));
9211
9211
  return W(e, {
9212
9212
  code: k.invalid_union,
9213
9213
  unionErrors: l
@@ -9254,7 +9254,7 @@ class _s extends Ze {
9254
9254
  }
9255
9255
  if (s)
9256
9256
  return e.common.issues.push(...s.ctx.common.issues), s.result;
9257
- const o = l.map((d) => new ii(d));
9257
+ const o = l.map((d) => new ri(d));
9258
9258
  return W(e, {
9259
9259
  code: k.invalid_union,
9260
9260
  unionErrors: o
@@ -9270,7 +9270,7 @@ _s.create = (r, a) => new _s({
9270
9270
  typeName: pe.ZodUnion,
9271
9271
  ...ve(a)
9272
9272
  });
9273
- const Yi = (r) => r instanceof Ns ? Yi(r.schema) : r instanceof _i ? Yi(r.innerType()) : r instanceof Us ? [r.value] : r instanceof Tr ? r.options : r instanceof js ? ze.objectValues(r.enum) : r instanceof Ls ? Yi(r._def.innerType) : r instanceof Vs ? [void 0] : r instanceof Cs ? [null] : r instanceof ji ? [void 0, ...Yi(r.unwrap())] : r instanceof Er ? [null, ...Yi(r.unwrap())] : r instanceof yd || r instanceof $s ? Yi(r.unwrap()) : r instanceof xs ? Yi(r._def.innerType) : [];
9273
+ const Hi = (r) => r instanceof Ns ? Hi(r.schema) : r instanceof Mi ? Hi(r.innerType()) : r instanceof Us ? [r.value] : r instanceof Tr ? 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 Er ? [null, ...Hi(r.unwrap())] : r instanceof yd || r instanceof $s ? Hi(r.unwrap()) : r instanceof xs ? Hi(r._def.innerType) : [];
9274
9274
  class so extends Ze {
9275
9275
  _parse(a) {
9276
9276
  const { ctx: e } = this._processInputParams(a);
@@ -9315,7 +9315,7 @@ class so extends Ze {
9315
9315
  static create(a, e, t) {
9316
9316
  const i = /* @__PURE__ */ new Map();
9317
9317
  for (const s of e) {
9318
- const l = Yi(s.shape[a]);
9318
+ const l = Hi(s.shape[a]);
9319
9319
  if (!l.length)
9320
9320
  throw new Error(`A discriminator value for key \`${a}\` could not be extracted from all schema options`);
9321
9321
  for (const o of l) {
@@ -9334,7 +9334,7 @@ class so extends Ze {
9334
9334
  }
9335
9335
  }
9336
9336
  function Dl(r, a) {
9337
- const e = Hi(r), t = Hi(a);
9337
+ const e = Ki(r), t = Ki(a);
9338
9338
  if (r === a)
9339
9339
  return { valid: !0, data: r };
9340
9340
  if (e === H.object && t === H.object) {
@@ -9398,7 +9398,7 @@ Ms.create = (r, a, e) => new Ms({
9398
9398
  typeName: pe.ZodIntersection,
9399
9399
  ...ve(e)
9400
9400
  });
9401
- class Gi extends Ze {
9401
+ class Fi extends Ze {
9402
9402
  _parse(a) {
9403
9403
  const { status: e, ctx: t } = this._processInputParams(a);
9404
9404
  if (t.parsedType !== H.array)
@@ -9424,24 +9424,24 @@ class Gi extends Ze {
9424
9424
  }), e.dirty());
9425
9425
  const s = [...t.data].map((l, o) => {
9426
9426
  const d = this._def.items[o] || this._def.rest;
9427
- return d ? d._parse(new $i(t, l, t.path, o)) : null;
9427
+ return d ? d._parse(new Gi(t, l, t.path, o)) : null;
9428
9428
  }).filter((l) => !!l);
9429
- return t.common.async ? Promise.all(s).then((l) => gt.mergeArray(e, l)) : gt.mergeArray(e, s);
9429
+ return t.common.async ? Promise.all(s).then((l) => kt.mergeArray(e, l)) : kt.mergeArray(e, s);
9430
9430
  }
9431
9431
  get items() {
9432
9432
  return this._def.items;
9433
9433
  }
9434
9434
  rest(a) {
9435
- return new Gi({
9435
+ return new Fi({
9436
9436
  ...this._def,
9437
9437
  rest: a
9438
9438
  });
9439
9439
  }
9440
9440
  }
9441
- Gi.create = (r, a) => {
9441
+ Fi.create = (r, a) => {
9442
9442
  if (!Array.isArray(r))
9443
9443
  throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
9444
- return new Gi({
9444
+ return new Fi({
9445
9445
  items: r,
9446
9446
  typeName: pe.ZodTuple,
9447
9447
  rest: null,
@@ -9466,11 +9466,11 @@ class Bs extends Ze {
9466
9466
  const i = [], s = this._def.keyType, l = this._def.valueType;
9467
9467
  for (const o in t.data)
9468
9468
  i.push({
9469
- key: s._parse(new $i(t, o, t.path, o)),
9470
- value: l._parse(new $i(t, t.data[o], t.path, o)),
9469
+ key: s._parse(new Gi(t, o, t.path, o)),
9470
+ value: l._parse(new Gi(t, t.data[o], t.path, o)),
9471
9471
  alwaysSet: o in t.data
9472
9472
  });
9473
- return t.common.async ? gt.mergeObjectAsync(e, i) : gt.mergeObjectSync(e, i);
9473
+ return t.common.async ? kt.mergeObjectAsync(e, i) : kt.mergeObjectSync(e, i);
9474
9474
  }
9475
9475
  get element() {
9476
9476
  return this._def.valueType;
@@ -9482,7 +9482,7 @@ class Bs extends Ze {
9482
9482
  typeName: pe.ZodRecord,
9483
9483
  ...ve(t)
9484
9484
  }) : new Bs({
9485
- keyType: Pi.create(),
9485
+ keyType: Vi.create(),
9486
9486
  valueType: a,
9487
9487
  typeName: pe.ZodRecord,
9488
9488
  ...ve(e)
@@ -9505,8 +9505,8 @@ class Ga extends Ze {
9505
9505
  received: t.parsedType
9506
9506
  }), fe;
9507
9507
  const i = this._def.keyType, s = this._def.valueType, l = [...t.data.entries()].map(([o, d], u) => ({
9508
- key: i._parse(new $i(t, o, t.path, [u, "key"])),
9509
- value: s._parse(new $i(t, d, t.path, [u, "value"]))
9508
+ key: i._parse(new Gi(t, o, t.path, [u, "key"])),
9509
+ value: s._parse(new Gi(t, d, t.path, [u, "value"]))
9510
9510
  }));
9511
9511
  if (t.common.async) {
9512
9512
  const o = /* @__PURE__ */ new Map();
@@ -9572,7 +9572,7 @@ class Zr extends Ze {
9572
9572
  }
9573
9573
  return { status: e.value, value: u };
9574
9574
  }
9575
- const o = [...t.data.values()].map((d, u) => s._parse(new $i(t, d, t.path, u)));
9575
+ const o = [...t.data.values()].map((d, u) => s._parse(new Gi(t, d, t.path, u)));
9576
9576
  return t.common.async ? Promise.all(o).then((d) => l(d)) : l(o);
9577
9577
  }
9578
9578
  min(a, e) {
@@ -9648,8 +9648,8 @@ class xn extends Ze {
9648
9648
  const s = { errorMap: e.common.contextualErrorMap }, l = e.data;
9649
9649
  if (this._def.returns instanceof gn) {
9650
9650
  const o = this;
9651
- return zt(async function(...d) {
9652
- const u = new ii([]), h = await o._def.args.parseAsync(d, s).catch((E) => {
9651
+ return Yt(async function(...d) {
9652
+ const u = new ri([]), h = await o._def.args.parseAsync(d, s).catch((E) => {
9653
9653
  throw u.addIssue(t(d, E)), u;
9654
9654
  }), c = await Reflect.apply(l, this, h);
9655
9655
  return await o._def.returns._def.type.parseAsync(c, s).catch((E) => {
@@ -9658,13 +9658,13 @@ class xn extends Ze {
9658
9658
  });
9659
9659
  } else {
9660
9660
  const o = this;
9661
- return zt(function(...d) {
9661
+ return Yt(function(...d) {
9662
9662
  const u = o._def.args.safeParse(d, s);
9663
9663
  if (!u.success)
9664
- throw new ii([t(d, u.error)]);
9664
+ throw new ri([t(d, u.error)]);
9665
9665
  const h = Reflect.apply(l, this, u.data), c = o._def.returns.safeParse(h, s);
9666
9666
  if (!c.success)
9667
- throw new ii([i(h, c.error)]);
9667
+ throw new ri([i(h, c.error)]);
9668
9668
  return c.data;
9669
9669
  });
9670
9670
  }
@@ -9678,7 +9678,7 @@ class xn extends Ze {
9678
9678
  args(...a) {
9679
9679
  return new xn({
9680
9680
  ...this._def,
9681
- args: Gi.create(a).rest(Gr.create())
9681
+ args: Fi.create(a).rest(Gr.create())
9682
9682
  });
9683
9683
  }
9684
9684
  returns(a) {
@@ -9695,7 +9695,7 @@ class xn extends Ze {
9695
9695
  }
9696
9696
  static create(a, e, t) {
9697
9697
  return new xn({
9698
- args: a || Gi.create([]).rest(Gr.create()),
9698
+ args: a || Fi.create([]).rest(Gr.create()),
9699
9699
  returns: e || Gr.create(),
9700
9700
  typeName: pe.ZodFunction,
9701
9701
  ...ve(t)
@@ -9765,7 +9765,7 @@ class Tr extends Ze {
9765
9765
  options: t
9766
9766
  }), fe;
9767
9767
  }
9768
- return zt(a.data);
9768
+ return Yt(a.data);
9769
9769
  }
9770
9770
  get options() {
9771
9771
  return this._def.values;
@@ -9825,7 +9825,7 @@ class js extends Ze {
9825
9825
  options: i
9826
9826
  }), fe;
9827
9827
  }
9828
- return zt(a.data);
9828
+ return Yt(a.data);
9829
9829
  }
9830
9830
  get enum() {
9831
9831
  return this._def.values;
@@ -9850,7 +9850,7 @@ class gn extends Ze {
9850
9850
  received: e.parsedType
9851
9851
  }), fe;
9852
9852
  const t = e.parsedType === H.promise ? e.data : Promise.resolve(e.data);
9853
- return zt(t.then((i) => this._def.type.parseAsync(i, {
9853
+ return Yt(t.then((i) => this._def.type.parseAsync(i, {
9854
9854
  path: e.path,
9855
9855
  errorMap: e.common.contextualErrorMap
9856
9856
  })));
@@ -9861,7 +9861,7 @@ gn.create = (r, a) => new gn({
9861
9861
  typeName: pe.ZodPromise,
9862
9862
  ...ve(a)
9863
9863
  });
9864
- class _i extends Ze {
9864
+ class Mi extends Ze {
9865
9865
  innerType() {
9866
9866
  return this._def.schema;
9867
9867
  }
@@ -9938,34 +9938,34 @@ class _i extends Ze {
9938
9938
  ze.assertNever(i);
9939
9939
  }
9940
9940
  }
9941
- _i.create = (r, a, e) => new _i({
9941
+ Mi.create = (r, a, e) => new Mi({
9942
9942
  schema: r,
9943
9943
  typeName: pe.ZodEffects,
9944
9944
  effect: a,
9945
9945
  ...ve(e)
9946
9946
  });
9947
- _i.createWithPreprocess = (r, a, e) => new _i({
9947
+ Mi.createWithPreprocess = (r, a, e) => new Mi({
9948
9948
  schema: a,
9949
9949
  effect: { type: "preprocess", transform: r },
9950
9950
  typeName: pe.ZodEffects,
9951
9951
  ...ve(e)
9952
9952
  });
9953
- class ji extends Ze {
9953
+ class Li extends Ze {
9954
9954
  _parse(a) {
9955
- return this._getType(a) === H.undefined ? zt(void 0) : this._def.innerType._parse(a);
9955
+ return this._getType(a) === H.undefined ? Yt(void 0) : this._def.innerType._parse(a);
9956
9956
  }
9957
9957
  unwrap() {
9958
9958
  return this._def.innerType;
9959
9959
  }
9960
9960
  }
9961
- ji.create = (r, a) => new ji({
9961
+ Li.create = (r, a) => new Li({
9962
9962
  innerType: r,
9963
9963
  typeName: pe.ZodOptional,
9964
9964
  ...ve(a)
9965
9965
  });
9966
9966
  class Er extends Ze {
9967
9967
  _parse(a) {
9968
- return this._getType(a) === H.null ? zt(null) : this._def.innerType._parse(a);
9968
+ return this._getType(a) === H.null ? Yt(null) : this._def.innerType._parse(a);
9969
9969
  }
9970
9970
  unwrap() {
9971
9971
  return this._def.innerType;
@@ -10015,7 +10015,7 @@ class xs extends Ze {
10015
10015
  status: "valid",
10016
10016
  value: s.status === "valid" ? s.value : this._def.catchValue({
10017
10017
  get error() {
10018
- return new ii(t.common.issues);
10018
+ return new ri(t.common.issues);
10019
10019
  },
10020
10020
  input: t.data
10021
10021
  })
@@ -10023,7 +10023,7 @@ class xs extends Ze {
10023
10023
  status: "valid",
10024
10024
  value: i.status === "valid" ? i.value : this._def.catchValue({
10025
10025
  get error() {
10026
- return new ii(t.common.issues);
10026
+ return new ri(t.common.issues);
10027
10027
  },
10028
10028
  input: t.data
10029
10029
  })
@@ -10142,8 +10142,8 @@ var pe;
10142
10142
  })(pe || (pe = {}));
10143
10143
  const hO = (r, a = {
10144
10144
  message: `Input not instance of ${r.name}`
10145
- }) => Sc((e) => e instanceof r, a), ga = Pi.create, md = mr.create, yO = Fa.create, mO = vr.create, vd = Ps.create, Xc = kr.create, vO = xa.create, TO = Vs.create, Qc = Cs.create, EO = Fn.create, Pa = Gr.create, IO = er.create, AO = $a.create, bO = Vi.create, ef = mt.create, RO = mt.strictCreate, DO = _s.create, OO = so.create, wO = Ms.create, PO = Gi.create, tf = Bs.create, VO = Ga.create, CO = Zr.create, _O = xn.create, MO = Ns.create, BO = Us.create, rf = Tr.create, NO = js.create, UO = gn.create, Ip = _i.create, jO = ji.create, LO = Er.create, xO = _i.createWithPreprocess, $O = ea.create, GO = () => ga().optional(), FO = () => md().optional(), gO = () => vd().optional(), kO = {
10146
- string: (r) => Pi.create({ ...r, coerce: !0 }),
10145
+ }) => Sc((e) => e instanceof r, a), ga = Vi.create, md = mr.create, yO = Fa.create, mO = vr.create, vd = Ps.create, Xc = kr.create, vO = xa.create, TO = Vs.create, Qc = Cs.create, EO = Fn.create, Pa = Gr.create, IO = er.create, AO = $a.create, bO = Ci.create, ef = mt.create, RO = mt.strictCreate, DO = _s.create, OO = so.create, wO = Ms.create, PO = Fi.create, tf = Bs.create, VO = Ga.create, CO = Zr.create, _O = xn.create, MO = Ns.create, BO = Us.create, rf = Tr.create, NO = js.create, UO = gn.create, Ip = Mi.create, jO = Li.create, LO = Er.create, xO = Mi.createWithPreprocess, $O = ea.create, GO = () => ga().optional(), FO = () => md().optional(), gO = () => vd().optional(), kO = {
10146
+ string: (r) => Vi.create({ ...r, coerce: !0 }),
10147
10147
  number: (r) => mr.create({ ...r, coerce: !0 }),
10148
10148
  boolean: (r) => Ps.create({
10149
10149
  ...r,
@@ -10160,10 +10160,10 @@ var m = /* @__PURE__ */ Object.freeze({
10160
10160
  makeIssue: ja,
10161
10161
  EMPTY_PATH: J1,
10162
10162
  addIssueToContext: W,
10163
- ParseStatus: gt,
10163
+ ParseStatus: kt,
10164
10164
  INVALID: fe,
10165
10165
  DIRTY: jn,
10166
- OK: zt,
10166
+ OK: Yt,
10167
10167
  isAborted: bl,
10168
10168
  isDirty: Rl,
10169
10169
  isValid: gr,
@@ -10175,10 +10175,10 @@ var m = /* @__PURE__ */ Object.freeze({
10175
10175
  return Al;
10176
10176
  },
10177
10177
  ZodParsedType: H,
10178
- getParsedType: Hi,
10178
+ getParsedType: Ki,
10179
10179
  ZodType: Ze,
10180
10180
  datetimeRegex: Hc,
10181
- ZodString: Pi,
10181
+ ZodString: Vi,
10182
10182
  ZodNumber: mr,
10183
10183
  ZodBigInt: vr,
10184
10184
  ZodBoolean: Ps,
@@ -10190,12 +10190,12 @@ var m = /* @__PURE__ */ Object.freeze({
10190
10190
  ZodUnknown: Gr,
10191
10191
  ZodNever: er,
10192
10192
  ZodVoid: $a,
10193
- ZodArray: Vi,
10193
+ ZodArray: Ci,
10194
10194
  ZodObject: mt,
10195
10195
  ZodUnion: _s,
10196
10196
  ZodDiscriminatedUnion: so,
10197
10197
  ZodIntersection: Ms,
10198
- ZodTuple: Gi,
10198
+ ZodTuple: Fi,
10199
10199
  ZodRecord: Bs,
10200
10200
  ZodMap: Ga,
10201
10201
  ZodSet: Zr,
@@ -10205,9 +10205,9 @@ var m = /* @__PURE__ */ Object.freeze({
10205
10205
  ZodEnum: Tr,
10206
10206
  ZodNativeEnum: js,
10207
10207
  ZodPromise: gn,
10208
- ZodEffects: _i,
10209
- ZodTransformer: _i,
10210
- ZodOptional: ji,
10208
+ ZodEffects: Mi,
10209
+ ZodTransformer: Mi,
10210
+ ZodOptional: Li,
10211
10211
  ZodNullable: Er,
10212
10212
  ZodDefault: Ls,
10213
10213
  ZodCatch: xs,
@@ -10266,7 +10266,7 @@ var m = /* @__PURE__ */ Object.freeze({
10266
10266
  NEVER: ZO,
10267
10267
  ZodIssueCode: k,
10268
10268
  quotelessJson: k1,
10269
- ZodError: ii
10269
+ ZodError: ri
10270
10270
  });
10271
10271
  function JO(r) {
10272
10272
  var i, s, l;
@@ -12371,7 +12371,7 @@ const cV = {
12371
12371
  version: "1",
12372
12372
  entityType: n.Project,
12373
12373
  entityId: ce
12374
- }, Kt = {
12374
+ }, St = {
12375
12375
  type: n.DefinitionEntity,
12376
12376
  id: "c9bc312a-10d3-48a7-9ab4-ea483a9e2416",
12377
12377
  version: "1",
@@ -12433,7 +12433,7 @@ const cV = {
12433
12433
  author: "1",
12434
12434
  previousVersion: null,
12435
12435
  deleted: !1,
12436
- entity: Kt,
12436
+ entity: St,
12437
12437
  isList: !1,
12438
12438
  asType: !1,
12439
12439
  parent: XV
@@ -12508,7 +12508,7 @@ const cV = {
12508
12508
  author: "1",
12509
12509
  previousVersion: null,
12510
12510
  deleted: !1,
12511
- entity: Kt,
12511
+ entity: St,
12512
12512
  isList: !1,
12513
12513
  asType: !1,
12514
12514
  parent: rC
@@ -12579,7 +12579,7 @@ const cV = {
12579
12579
  author: "1",
12580
12580
  previousVersion: null,
12581
12581
  deleted: !1,
12582
- entity: Kt,
12582
+ entity: St,
12583
12583
  asType: !1,
12584
12584
  isList: !1,
12585
12585
  parent: aC
@@ -12677,7 +12677,7 @@ const cV = {
12677
12677
  author: "1",
12678
12678
  previousVersion: null,
12679
12679
  deleted: !1,
12680
- entity: Kt,
12680
+ entity: St,
12681
12681
  asType: !1,
12682
12682
  isList: !1,
12683
12683
  parent: yC
@@ -12792,7 +12792,7 @@ const cV = {
12792
12792
  author: "1",
12793
12793
  previousVersion: null,
12794
12794
  deleted: !1,
12795
- entity: Kt,
12795
+ entity: St,
12796
12796
  asType: !1,
12797
12797
  isList: !1,
12798
12798
  parent: RC
@@ -12924,7 +12924,7 @@ const cV = {
12924
12924
  author: "1",
12925
12925
  previousVersion: null,
12926
12926
  deleted: !1,
12927
- entity: Kt,
12927
+ entity: St,
12928
12928
  isList: !1,
12929
12929
  asType: !1,
12930
12930
  parent: NC
@@ -13749,7 +13749,7 @@ const cV = {
13749
13749
  author: "1",
13750
13750
  previousVersion: null,
13751
13751
  deleted: !1,
13752
- entity: Kt,
13752
+ entity: St,
13753
13753
  isList: !1,
13754
13754
  asType: !1,
13755
13755
  parent: j_
@@ -13783,7 +13783,7 @@ const cV = {
13783
13783
  author: "1",
13784
13784
  previousVersion: null,
13785
13785
  deleted: !1,
13786
- entity: Kt,
13786
+ entity: St,
13787
13787
  isList: !1,
13788
13788
  asType: !1,
13789
13789
  parent: $_
@@ -15277,7 +15277,7 @@ const cV = {
15277
15277
  abstractMethods: [],
15278
15278
  methods: [],
15279
15279
  implements: [],
15280
- extends: [Kt],
15280
+ extends: [St],
15281
15281
  x: 0,
15282
15282
  y: 0,
15283
15283
  parent: JB
@@ -15415,7 +15415,7 @@ const cV = {
15415
15415
  author: "1",
15416
15416
  previousVersion: null,
15417
15417
  deleted: !1,
15418
- entity: Kt,
15418
+ entity: St,
15419
15419
  isList: !1,
15420
15420
  asType: !1,
15421
15421
  parent: XB
@@ -17424,7 +17424,7 @@ const aU = {
17424
17424
  author: "1",
17425
17425
  previousVersion: null,
17426
17426
  deleted: !1,
17427
- declaration: ei,
17427
+ declaration: ti,
17428
17428
  inputs: [xj],
17429
17429
  outputs: [],
17430
17430
  process: null,
@@ -17810,7 +17810,7 @@ const Qj = {
17810
17810
  author: "1",
17811
17811
  previousVersion: null,
17812
17812
  deleted: !1,
17813
- declaration: ei,
17813
+ declaration: ti,
17814
17814
  inputs: [cL],
17815
17815
  outputs: [],
17816
17816
  process: yL,
@@ -17884,7 +17884,7 @@ const Qj = {
17884
17884
  author: "1",
17885
17885
  previousVersion: null,
17886
17886
  deleted: !1,
17887
- declaration: ei,
17887
+ declaration: ti,
17888
17888
  inputs: [EL],
17889
17889
  outputs: [],
17890
17890
  process: null,
@@ -17954,7 +17954,7 @@ const Qj = {
17954
17954
  x: 0,
17955
17955
  y: 0,
17956
17956
  parent: DL
17957
- }, Do = "manual-hello-world-loop-func-decl-id", eh = "manual-hello-world-loop-func-return-statement-id", Ji = "manual-hello-world-loop-id", aa = "manual-hello-world-loop-body-id", Bd = "manual-hello-world-loop-break-statement-id", oa = "manual-hello-world-loop-current-iteration-number-output-map-id", Nd = "manual-hello-world-loop-previous-iterations-results-output-map-id", Ud = "assembled-hello-world-text-output-id", wL = "assembled-hello-world-list-output-id", la = "iteration-number-is-equal-or-greater-than-10-condition-id", Oo = "join-hello-world-and-number-operation-id", wo = "append-string-to-list-operation-id", th = "hello-world-loop-output-map-id", PL = {
17957
+ }, Do = "manual-hello-world-loop-func-decl-id", eh = "manual-hello-world-loop-func-return-statement-id", qi = "manual-hello-world-loop-id", aa = "manual-hello-world-loop-body-id", Bd = "manual-hello-world-loop-break-statement-id", oa = "manual-hello-world-loop-current-iteration-number-output-map-id", Nd = "manual-hello-world-loop-previous-iterations-results-output-map-id", Ud = "assembled-hello-world-text-output-id", wL = "assembled-hello-world-list-output-id", la = "iteration-number-is-equal-or-greater-than-10-condition-id", Oo = "join-hello-world-and-number-operation-id", wo = "append-string-to-list-operation-id", th = "hello-world-loop-output-map-id", PL = {
17958
17958
  type: n.GenericReference,
17959
17959
  id: "manual-hello-world-loop-function-declaration-output-declaration-parent-ref",
17960
17960
  version: "1",
@@ -18018,7 +18018,7 @@ const Qj = {
18018
18018
  id: "manual-hello-world-loop-function-declaration-return-statement-called-by-ref",
18019
18019
  version: "1",
18020
18020
  entityType: n.Loop,
18021
- entityId: Ji
18021
+ entityId: qi
18022
18022
  }, BL = {
18023
18023
  type: n.GenericReference,
18024
18024
  id: "manual-hello-world-loop-function-declaration-parent-ref",
@@ -18110,7 +18110,7 @@ const Qj = {
18110
18110
  id: "hello-world-loop-break-statement-parent-ref-id",
18111
18111
  version: "1",
18112
18112
  entityType: n.Loop,
18113
- entityId: Ji
18113
+ entityId: qi
18114
18114
  }, GL = {
18115
18115
  type: n.BreakStatement,
18116
18116
  id: Bd,
@@ -18216,7 +18216,7 @@ const FL = {
18216
18216
  id: "append-string-to-list-parent-ref-id",
18217
18217
  version: "1",
18218
18218
  entityType: n.FunctionDeclaration,
18219
- entityId: Ji
18219
+ entityId: qi
18220
18220
  }, YL = {
18221
18221
  type: n.Operation,
18222
18222
  id: wo,
@@ -18308,7 +18308,7 @@ const FL = {
18308
18308
  id: "hello-world-loop-continue-statement-parent-ref-id",
18309
18309
  version: "1",
18310
18310
  entityType: n.Loop,
18311
- entityId: Ji
18311
+ entityId: qi
18312
18312
  }, tx = {
18313
18313
  type: n.ContinueStatement,
18314
18314
  id: "hello-world-loop-continue-statement",
@@ -18336,7 +18336,7 @@ const FL = {
18336
18336
  id: "iteration-number-is-equal-or-greater-than-10-condition-parent-ref-id",
18337
18337
  version: "1",
18338
18338
  entityType: n.Loop,
18339
- entityId: Ji
18339
+ entityId: qi
18340
18340
  }, nx = {
18341
18341
  type: n.GenericReference,
18342
18342
  id: "current-iteration-number-to-check-map-reads-value-ref-id",
@@ -18515,7 +18515,7 @@ const FL = {
18515
18515
  id: "join-hello-world-and-number-parent-ref-id",
18516
18516
  version: "1",
18517
18517
  entityType: n.FunctionDeclaration,
18518
- entityId: Ji
18518
+ entityId: qi
18519
18519
  }, Tx = {
18520
18520
  type: n.Operation,
18521
18521
  id: Oo,
@@ -18630,7 +18630,7 @@ const Ox = {
18630
18630
  }, wx = {
18631
18631
  id: "manual-flow-loop-body-parent-ref-id",
18632
18632
  type: n.GenericReference,
18633
- entityId: Ji,
18633
+ entityId: qi,
18634
18634
  version: "1",
18635
18635
  entityType: n.Loop
18636
18636
  }, Px = {
@@ -18663,7 +18663,7 @@ const Ox = {
18663
18663
  id: "hello-world-loop-iteration-result-inline-output-declaration-parent-ref-id",
18664
18664
  version: "1",
18665
18665
  entityType: n.Loop,
18666
- entityId: Ji
18666
+ entityId: qi
18667
18667
  }, uh = {
18668
18668
  id: "hello-world-loop-iteration-result-inline-output-declaration-id",
18669
18669
  version: "1",
@@ -18685,7 +18685,7 @@ const Ox = {
18685
18685
  id: "hello-world-loop-break-statement-output-map-parent-ref-id",
18686
18686
  version: "1",
18687
18687
  entityType: n.Loop,
18688
- entityId: Ji
18688
+ entityId: qi
18689
18689
  }, _x = {
18690
18690
  type: n.OutputMap,
18691
18691
  id: th,
@@ -18712,7 +18712,7 @@ const Ox = {
18712
18712
  version: "1",
18713
18713
  entityType: n.FunctionDeclaration
18714
18714
  }, Nx = {
18715
- id: Ji,
18715
+ id: qi,
18716
18716
  type: n.Loop,
18717
18717
  version: "1",
18718
18718
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -18748,7 +18748,7 @@ const Ox = {
18748
18748
  author: "1",
18749
18749
  previousVersion: null,
18750
18750
  deleted: !1,
18751
- name: "Manual hello world loop",
18751
+ name: "Manual loop wrapper function",
18752
18752
  description: null,
18753
18753
  inputs: [],
18754
18754
  calls: [Nx],
@@ -18786,7 +18786,7 @@ const Ox = {
18786
18786
  x: 0,
18787
18787
  y: 0,
18788
18788
  parent: jx
18789
- }, dr = "company-dto-function-declaration-id", jd = "company-dto-func-declaration-argument-dcl-id", qi = "company-dto-function-company-variable-id", Cr = "company-dto-function-company-dto-variable-id", is = "iterate-over-employee-list-loop-id", ch = "iterate-over-employee-list-loop-employee-dto-output-map-id", Ld = "iterate-over-employee-list-loop-body-current-employee-argument-declaration-id", Po = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-id", fh = "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id", hh = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id", yh = "iterate-over-employee-list-continue-statement-id", Vo = "iterate-over-employee-list-loop-body-id", mh = "company-dto-func-declaration-return-statement-id", vh = "company-dto-func-declaration-return-decl-id", Th = "company-dto-func-declaration-company-variable-id-output-map-id", Eh = "company-dto-func-declaration-company-variable-employess-output-map-id", Ih = "company-dto-func-declaration-company-variable-name-output-map-id", xx = "company-dto-func-declaration-company-dto-variable-input-map-id", $x = "company-dto-func-declaration-company-dto-variable-employess-input-map-id", Gx = "company-dto-func-declaration-company-dto-variable-name-input-map-id", Co = "company-dto-func-declaration-owner-variable-id", Fx = "company-dto-func-declaration-company-dto-variable-owner-input-map-id", Ah = "company-dto-func-declaration-company-variable-owner-output-map-id", bh = "company-dto-func-declaration-owner-variable-id-output-map-id", _o = "company-dto-func-declaration-bank-account-variable-id", gx = "company-dto-func-declaration-company-dto-variable-bank-account-input-map-id", Rh = "company-dto-func-declaration-company-variable-bank-account-output-map-id", Dh = "company-dto-func-declaration-bank-account-variable-id-output-map-id", kx = {
18789
+ }, dr = "company-dto-function-declaration-id", jd = "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", ch = "iterate-over-employee-list-loop-employee-dto-output-map-id", Ld = "iterate-over-employee-list-loop-body-current-employee-argument-declaration-id", Po = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-id", fh = "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id", hh = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id", yh = "iterate-over-employee-list-continue-statement-id", Vo = "iterate-over-employee-list-loop-body-id", mh = "company-dto-func-declaration-return-statement-id", vh = "company-dto-func-declaration-return-decl-id", Th = "company-dto-func-declaration-company-variable-id-output-map-id", Eh = "company-dto-func-declaration-company-variable-employess-output-map-id", Ih = "company-dto-func-declaration-company-variable-name-output-map-id", xx = "company-dto-func-declaration-company-dto-variable-input-map-id", $x = "company-dto-func-declaration-company-dto-variable-employess-input-map-id", Gx = "company-dto-func-declaration-company-dto-variable-name-input-map-id", Co = "company-dto-func-declaration-owner-variable-id", Fx = "company-dto-func-declaration-company-dto-variable-owner-input-map-id", Ah = "company-dto-func-declaration-company-variable-owner-output-map-id", bh = "company-dto-func-declaration-owner-variable-id-output-map-id", _o = "company-dto-func-declaration-bank-account-variable-id", gx = "company-dto-func-declaration-company-dto-variable-bank-account-input-map-id", Rh = "company-dto-func-declaration-company-variable-bank-account-output-map-id", Dh = "company-dto-func-declaration-bank-account-variable-id-output-map-id", kx = {
18790
18790
  type: n.GenericReference,
18791
18791
  id: "company-dto-func-company-dto-variable-owner-input-map-reads-value-ref-id",
18792
18792
  version: "1",
@@ -19449,7 +19449,7 @@ const qh = {
19449
19449
  previousVersion: null,
19450
19450
  deleted: !1,
19451
19451
  defaultValue: null,
19452
- declaration: Kt.properties[1],
19452
+ declaration: St.properties[1],
19453
19453
  index: 1,
19454
19454
  writesValues: [gh],
19455
19455
  parent: G$
@@ -19937,7 +19937,7 @@ const qh = {
19937
19937
  id: "iterate-over-employee-list-loop-called-by-ref-id",
19938
19938
  version: "1",
19939
19939
  entityType: n.VariableDeclaration,
19940
- entityId: qi
19940
+ entityId: Wi
19941
19941
  }, O2 = {
19942
19942
  id: is,
19943
19943
  type: n.Loop,
@@ -20142,7 +20142,7 @@ const Sh = {
20142
20142
  id: "company-dto-func-company-variable-owner-output-map-parent-ref-id",
20143
20143
  version: "1",
20144
20144
  entityType: n.VariableDeclaration,
20145
- entityId: qi
20145
+ entityId: Wi
20146
20146
  }, G2 = {
20147
20147
  id: Ah,
20148
20148
  type: n.OutputMap,
@@ -20161,7 +20161,7 @@ const Sh = {
20161
20161
  id: "company-dto-func-company-variable-bank-account-output-map-parent-ref-id",
20162
20162
  version: "1",
20163
20163
  entityType: n.VariableDeclaration,
20164
- entityId: qi
20164
+ entityId: Wi
20165
20165
  }, g2 = {
20166
20166
  id: Rh,
20167
20167
  type: n.OutputMap,
@@ -20180,7 +20180,7 @@ const Sh = {
20180
20180
  id: "company-dto-func-company-variable-name-output-map-parent-ref-id",
20181
20181
  version: "1",
20182
20182
  entityType: n.VariableDeclaration,
20183
- entityId: qi
20183
+ entityId: Wi
20184
20184
  }, Z2 = {
20185
20185
  id: Ih,
20186
20186
  type: n.OutputMap,
@@ -20199,7 +20199,7 @@ const Sh = {
20199
20199
  id: "company-dto-func-company-variable-employess-output-map-parent-ref-id",
20200
20200
  version: "1",
20201
20201
  entityType: n.VariableDeclaration,
20202
- entityId: qi
20202
+ entityId: Wi
20203
20203
  }, q2 = {
20204
20204
  id: Eh,
20205
20205
  type: n.OutputMap,
@@ -20218,7 +20218,7 @@ const Sh = {
20218
20218
  id: "company-dto-func-company-variable-id-output-map-parent-ref-id",
20219
20219
  version: "1",
20220
20220
  entityType: n.VariableDeclaration,
20221
- entityId: qi
20221
+ entityId: Wi
20222
20222
  }, z2 = {
20223
20223
  id: Th,
20224
20224
  type: n.OutputMap,
@@ -20237,7 +20237,7 @@ const Sh = {
20237
20237
  id: "company-dto-func-company-variable-data-type-parent-ref-id",
20238
20238
  version: "1",
20239
20239
  entityType: n.VariableDeclaration,
20240
- entityId: qi
20240
+ entityId: Wi
20241
20241
  }, H2 = {
20242
20242
  like: !1,
20243
20243
  staticEntities: null,
@@ -20281,7 +20281,7 @@ const Sh = {
20281
20281
  }, Xh = {
20282
20282
  constant: !0,
20283
20283
  required: !0,
20284
- id: qi,
20284
+ id: Wi,
20285
20285
  type: n.VariableDeclaration,
20286
20286
  version: "1",
20287
20287
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -20392,7 +20392,7 @@ const Sh = {
20392
20392
  x: 0,
20393
20393
  y: 0,
20394
20394
  parent: r4
20395
- }, da = "exec-in-parallel-operation-call-id", ua = "exec-sequentially-operation-call-id", St = "concurrency-and-wait-function-declaration-id", Qh = "concurrency-and-wait-return-statement-id", ey = "concurrency-and-wait-return-declaration-id", gd = "exec-in-parallel-argument-map-id", ty = "exec-sequentially-argument-map-id", kd = "wait-for-2-seconds-operation-id", iy = "wait-for-2-seconds-argument-map-id", Zd = "map-company-dto-function-call-id", ry = "map-company-dto-function-call-company-dto-output-map-id", Bo = "company-dto-variable-one-id", Jd = "company-dto-variable-one-instance-id", ny = "company-dto-variable-two-id", n4 = {
20395
+ }, da = "exec-in-parallel-operation-call-id", ua = "exec-sequentially-operation-call-id", Xt = "concurrency-and-wait-function-declaration-id", Qh = "concurrency-and-wait-return-statement-id", ey = "concurrency-and-wait-return-declaration-id", gd = "exec-in-parallel-argument-map-id", ty = "exec-sequentially-argument-map-id", kd = "wait-for-2-seconds-operation-id", iy = "wait-for-2-seconds-argument-map-id", Zd = "map-company-dto-function-call-id", ry = "map-company-dto-function-call-company-dto-output-map-id", Bo = "company-dto-variable-one-id", Jd = "company-dto-variable-one-instance-id", ny = "company-dto-variable-two-id", n4 = {
20396
20396
  type: n.GenericReference,
20397
20397
  id: "returned-company-dto-data-type-parent-ref-id",
20398
20398
  version: "1",
@@ -20462,7 +20462,7 @@ const Sh = {
20462
20462
  id: "concurrency-and-wait-return-statement-parent-ref-id",
20463
20463
  version: "1",
20464
20464
  entityType: n.FunctionDeclaration,
20465
- entityId: St
20465
+ entityId: Xt
20466
20466
  }, u4 = {
20467
20467
  type: n.ReturnStatement,
20468
20468
  id: Qh,
@@ -20496,7 +20496,7 @@ const Sh = {
20496
20496
  id: "company-dto-variable-two-parent-ref-id",
20497
20497
  version: "1",
20498
20498
  entityType: n.FunctionDeclaration,
20499
- entityId: St
20499
+ entityId: Xt
20500
20500
  }, Op = {
20501
20501
  constant: !0,
20502
20502
  required: !0,
@@ -20542,7 +20542,7 @@ const Sh = {
20542
20542
  id: "company-dto-variable-one-instance-parent-ref-id",
20543
20543
  version: "1",
20544
20544
  entityType: n.FunctionDeclaration,
20545
- entityId: St
20545
+ entityId: Xt
20546
20546
  }, v4 = {
20547
20547
  type: n.GenericReference,
20548
20548
  id: "company-dto-variable-one-instance-declaration-ref-id",
@@ -20589,7 +20589,7 @@ const Sh = {
20589
20589
  id: "company-dto-variable-one-parent-ref-id",
20590
20590
  version: "1",
20591
20591
  entityType: n.FunctionDeclaration,
20592
- entityId: St
20592
+ entityId: Xt
20593
20593
  }, ay = {
20594
20594
  constant: !0,
20595
20595
  required: !0,
@@ -20656,13 +20656,13 @@ const Sh = {
20656
20656
  type: n.GenericReference,
20657
20657
  version: "1",
20658
20658
  entityType: n.FunctionDeclaration,
20659
- entityId: St
20659
+ entityId: Xt
20660
20660
  }, D4 = {
20661
20661
  id: "map-company-dto-function-call-parent-ref-id",
20662
20662
  type: n.GenericReference,
20663
20663
  version: "1",
20664
20664
  entityType: n.FunctionDeclaration,
20665
- entityId: St
20665
+ entityId: Xt
20666
20666
  }, O4 = {
20667
20667
  id: Zd,
20668
20668
  type: n.FunctionCall,
@@ -20815,7 +20815,7 @@ const Sh = {
20815
20815
  id: "wait-for-2-seconds-parent-ref-id",
20816
20816
  version: "1",
20817
20817
  entityType: n.FunctionDeclaration,
20818
- entityId: St
20818
+ entityId: Xt
20819
20819
  }, U4 = {
20820
20820
  type: n.GenericReference,
20821
20821
  id: "wait-for-2-seconds-called-by-ref-one-id",
@@ -20836,7 +20836,7 @@ const Sh = {
20836
20836
  author: "1",
20837
20837
  previousVersion: null,
20838
20838
  deleted: !1,
20839
- declaration: Ui,
20839
+ declaration: ji,
20840
20840
  inputs: [B4],
20841
20841
  outputs: [],
20842
20842
  process: null,
@@ -20911,7 +20911,7 @@ const Sh = {
20911
20911
  author: "1",
20912
20912
  previousVersion: null,
20913
20913
  deleted: !1,
20914
- declaration: Ui,
20914
+ declaration: ji,
20915
20915
  inputs: [$4],
20916
20916
  process: null,
20917
20917
  outputs: [],
@@ -21025,7 +21025,7 @@ const Sh = {
21025
21025
  id: "list-of-functions-variable-parent-ref-id",
21026
21026
  version: "1",
21027
21027
  entityType: n.FunctionDeclaration,
21028
- entityId: St
21028
+ entityId: Xt
21029
21029
  };
21030
21030
  n.GenericReference, n.InputMap;
21031
21031
  const K4 = {
@@ -21101,7 +21101,7 @@ const K4 = {
21101
21101
  id: "exec-in-parallel-result-variable-parent-ref-id",
21102
21102
  version: "1",
21103
21103
  entityType: n.FunctionDeclaration,
21104
- entityId: St
21104
+ entityId: Xt
21105
21105
  }, eG = {
21106
21106
  type: n.GenericReference,
21107
21107
  id: "exec-in-parallel-result-variable-reads-value-ref-id",
@@ -21176,13 +21176,13 @@ const K4 = {
21176
21176
  id: "exec-in-parallel-parent-ref-id",
21177
21177
  version: "1",
21178
21178
  entityType: n.FunctionDeclaration,
21179
- entityId: St
21179
+ entityId: Xt
21180
21180
  }, aG = {
21181
21181
  type: n.GenericReference,
21182
21182
  id: "exec-in-parallel-called-by-ref-id",
21183
21183
  version: "1",
21184
21184
  entityType: n.FunctionDeclaration,
21185
- entityId: St
21185
+ entityId: Xt
21186
21186
  }, oG = {
21187
21187
  process: null,
21188
21188
  id: da,
@@ -21192,7 +21192,7 @@ const K4 = {
21192
21192
  author: "1",
21193
21193
  previousVersion: null,
21194
21194
  deleted: !1,
21195
- declaration: Ui,
21195
+ declaration: ji,
21196
21196
  inputs: [nG],
21197
21197
  outputs: [iG],
21198
21198
  successCalls: [ly, uy],
@@ -21215,7 +21215,7 @@ const K4 = {
21215
21215
  id: "exec-sequentially-result-variable-parent-ref-id",
21216
21216
  version: "1",
21217
21217
  entityType: n.FunctionDeclaration,
21218
- entityId: St
21218
+ entityId: Xt
21219
21219
  }, uG = {
21220
21220
  type: n.GenericReference,
21221
21221
  id: "exec-sequentially-result-variable-reads-value-ref-id",
@@ -21290,13 +21290,13 @@ const K4 = {
21290
21290
  id: "exec-sequentially-parent-ref-id",
21291
21291
  version: "1",
21292
21292
  entityType: n.FunctionDeclaration,
21293
- entityId: St
21293
+ entityId: Xt
21294
21294
  }, mG = {
21295
21295
  type: n.GenericReference,
21296
21296
  id: "exec-sequentially-called-by-ref-id",
21297
21297
  version: "1",
21298
21298
  entityType: n.FunctionDeclaration,
21299
- entityId: St
21299
+ entityId: Xt
21300
21300
  }, vG = {
21301
21301
  id: ua,
21302
21302
  type: n.Operation,
@@ -21326,7 +21326,7 @@ const K4 = {
21326
21326
  entityId: ce
21327
21327
  }, EG = {
21328
21328
  type: n.FunctionDeclaration,
21329
- id: St,
21329
+ id: Xt,
21330
21330
  version: "1",
21331
21331
  createdAt: "2024-01-01T00:00:00.000Z",
21332
21332
  author: "1",
@@ -22144,12 +22144,12 @@ const LG = {
22144
22144
  x: 0,
22145
22145
  y: 0,
22146
22146
  parent: IF
22147
- }, Xt = "replace-bank-account-in-company-func-declaration-id", Kd = "company-entity-to-modify-arg-declaration-id", Sd = "account-number-to-create-arg-decl-id", rs = "company-main-variable-id", ns = "search-person-by-id-id", Iy = "new-bank-account-owner-arg-decl-id", Ay = "search-person-by-id-output-declaration-id", Xd = "search-person-by-id-output-entity-map-id", pa = "person-not-empty-condition-id", No = "create-new-bank-account-instance-operation-id", by = "create-new-bank-account-instance-operation-output-entity-map-id", Ry = "company-bank-account-output-map-id", Qd = "old-bank-account-var-declaration-id", Dy = "old-bank-account-var-instance-id", Oy = "company-variable-instance-id", eu = "delete-bank-account-internal-call-id", ca = "new-bank-account-data-variable-declaration-id", PF = {
22147
+ }, Qt = "replace-bank-account-in-company-func-declaration-id", Kd = "company-entity-to-modify-arg-declaration-id", Sd = "account-number-to-create-arg-decl-id", rs = "company-main-variable-id", ns = "search-person-by-id-id", Iy = "new-bank-account-owner-arg-decl-id", Ay = "search-person-by-id-output-declaration-id", Xd = "search-person-by-id-output-entity-map-id", pa = "person-not-empty-condition-id", No = "create-new-bank-account-instance-operation-id", by = "create-new-bank-account-instance-operation-output-entity-map-id", Ry = "company-bank-account-output-map-id", Qd = "old-bank-account-var-declaration-id", Dy = "old-bank-account-var-instance-id", Oy = "company-variable-instance-id", eu = "delete-bank-account-internal-call-id", ca = "new-bank-account-data-variable-declaration-id", PF = {
22148
22148
  type: n.GenericReference,
22149
22149
  id: "company-variable-instance-parent-ref-id",
22150
22150
  version: "1",
22151
22151
  entityType: n.FunctionDeclaration,
22152
- entityId: Xt
22152
+ entityId: Qt
22153
22153
  }, VF = {
22154
22154
  type: n.GenericReference,
22155
22155
  id: "company-variable-instance-called-by-ref-id",
@@ -22251,7 +22251,7 @@ const LG = {
22251
22251
  id: "bank-account-variable-parent-ref-id",
22252
22252
  version: "1",
22253
22253
  entityType: n.FunctionDeclaration,
22254
- entityId: Xt
22254
+ entityId: Qt
22255
22255
  }, xF = {
22256
22256
  type: n.GenericReference,
22257
22257
  id: "bank-account-variable-called-by-ref-id",
@@ -22283,7 +22283,7 @@ const GF = {
22283
22283
  id: "bank-account-variable-parent-ref-two-id",
22284
22284
  version: "1",
22285
22285
  entityType: n.FunctionDeclaration,
22286
- entityId: Xt
22286
+ entityId: Qt
22287
22287
  }, kF = {
22288
22288
  type: n.GenericReference,
22289
22289
  id: "old-bank-account-variable-trigger-delete-internal-call-ref-id",
@@ -22402,13 +22402,13 @@ const GF = {
22402
22402
  id: "company-variable-declaration-parent-ref-id",
22403
22403
  version: "1",
22404
22404
  entityType: n.FunctionDeclaration,
22405
- entityId: Xt
22405
+ entityId: Qt
22406
22406
  }, YF = {
22407
22407
  type: n.GenericReference,
22408
22408
  id: "company-variable-declaration-called-by-ref-id",
22409
22409
  version: "1",
22410
22410
  entityType: n.FunctionDeclaration,
22411
- entityId: Xt
22411
+ entityId: Qt
22412
22412
  }, HF = {
22413
22413
  type: n.GenericReference,
22414
22414
  id: "company-bank-account-output-map-parent-ref-id",
@@ -22607,7 +22607,7 @@ const GF = {
22607
22607
  id: "create-new-bank-account-instance-operation-parent-ref-id",
22608
22608
  version: "1",
22609
22609
  entityType: n.FunctionDeclaration,
22610
- entityId: Xt
22610
+ entityId: Qt
22611
22611
  }, Uy = {
22612
22612
  process: null,
22613
22613
  id: No,
@@ -22640,7 +22640,7 @@ const GF = {
22640
22640
  id: "new-bank-account-data-variable-declaration-parent-ref-id",
22641
22641
  version: "1",
22642
22642
  entityType: n.FunctionDeclaration,
22643
- entityId: Xt
22643
+ entityId: Qt
22644
22644
  }, dg = {
22645
22645
  type: n.GenericReference,
22646
22646
  id: "create-new-bank-account-instance-operation-called-by-ref-id",
@@ -22759,7 +22759,7 @@ const GF = {
22759
22759
  }, vg = {
22760
22760
  id: "person-not-found-error-return-statement-parent-ref-id",
22761
22761
  type: n.GenericReference,
22762
- entityId: Xt,
22762
+ entityId: Qt,
22763
22763
  version: "1",
22764
22764
  entityType: n.FunctionDeclaration
22765
22765
  }, Tg = {
@@ -22789,7 +22789,7 @@ const GF = {
22789
22789
  id: "person-not-empty-condition-parent-ref-id",
22790
22790
  version: "1",
22791
22791
  entityType: n.FunctionDeclaration,
22792
- entityId: Xt
22792
+ entityId: Qt
22793
22793
  }, Ag = {
22794
22794
  type: n.GenericReference,
22795
22795
  id: "person-entity-to-check-map-reads-value-ref-id",
@@ -22864,7 +22864,7 @@ const GF = {
22864
22864
  deleted: !1,
22865
22865
  isList: !1,
22866
22866
  asType: !1,
22867
- entity: Kt,
22867
+ entity: St,
22868
22868
  parent: Dg
22869
22869
  }, wg = {
22870
22870
  type: n.GenericReference,
@@ -22971,13 +22971,13 @@ const _g = {
22971
22971
  id: "search-person-by-id-parent-ref-id",
22972
22972
  version: "1",
22973
22973
  entityType: n.FunctionDeclaration,
22974
- entityId: Xt
22974
+ entityId: Qt
22975
22975
  }, jg = {
22976
22976
  type: n.GenericReference,
22977
22977
  id: "search-person-by-id-called-by-ref-id",
22978
22978
  version: "1",
22979
22979
  entityType: n.FunctionDeclaration,
22980
- entityId: Xt
22980
+ entityId: Qt
22981
22981
  }, Lg = {
22982
22982
  type: n.Search,
22983
22983
  id: ns,
@@ -23035,7 +23035,7 @@ const xg = {
23035
23035
  }, Gg = {
23036
23036
  version: "1",
23037
23037
  entityType: n.FunctionDeclaration,
23038
- entityId: Xt,
23038
+ entityId: Qt,
23039
23039
  type: n.GenericReference,
23040
23040
  id: "account-number-to-create-arg-decl-parent-ref-id"
23041
23041
  }, Fg = {
@@ -23089,7 +23089,7 @@ const gg = {
23089
23089
  }, Zg = {
23090
23090
  version: "1",
23091
23091
  entityType: n.FunctionDeclaration,
23092
- entityId: Xt,
23092
+ entityId: Qt,
23093
23093
  type: n.GenericReference,
23094
23094
  id: "new-bank-account-owner-arg-decl-parent-ref-id"
23095
23095
  }, Jg = {
@@ -23121,7 +23121,7 @@ const gg = {
23121
23121
  id: "company-entity-to-modify-parent-ref",
23122
23122
  version: "1",
23123
23123
  entityType: n.FunctionDeclaration,
23124
- entityId: Xt
23124
+ entityId: Qt
23125
23125
  };
23126
23126
  n.GenericReference, n.DataType;
23127
23127
  const zg = {
@@ -23172,7 +23172,7 @@ const zg = {
23172
23172
  parent: Wg
23173
23173
  }, Kg = {
23174
23174
  type: n.FunctionDeclaration,
23175
- id: Xt,
23175
+ id: Qt,
23176
23176
  version: "1",
23177
23177
  createdAt: "2024-01-01T00:00:00.000Z",
23178
23178
  author: "1",
@@ -23318,7 +23318,7 @@ const zg = {
23318
23318
  x: 0,
23319
23319
  y: 0,
23320
23320
  parent: sk
23321
- }, ss = "random-company-employee-test-variable-id", iu = "manager-global-variable-id", gy = "global-user-instance-id", Wi = "employee-mapped-dto-variable-id", bn = "employee-mapped-dto-variable-instance-id", ky = "random-employee-id-output-map-id", Zy = "random-employee-birth-date-output-map-id", Jy = "random-employee-department-output-map-id", qy = "random-employee-manager-output-map-id", Wy = "manager-global-id-output-map-id", zy = "global-user-instance-id-output-map-id", ok = "employee-mapped-dto-requester-id-input-map-id", Yy = "employee-mapped-dto-now-timestamp-input-map-id", lk = "employee-mapped-dto-id-input-map-id", dk = "employee-mapped-dto-birth-date-input-map-id", uk = "employee-mapped-dto-department-input-map-id", pk = "employee-mapped-dto-manager-input-map-id", ck = {
23321
+ }, ss = "random-company-employee-test-variable-id", iu = "manager-global-variable-id", gy = "global-user-instance-id", zi = "employee-mapped-dto-variable-id", bn = "employee-mapped-dto-variable-instance-id", ky = "random-employee-id-output-map-id", Zy = "random-employee-birth-date-output-map-id", Jy = "random-employee-department-output-map-id", qy = "random-employee-manager-output-map-id", Wy = "manager-global-id-output-map-id", zy = "global-user-instance-id-output-map-id", ok = "employee-mapped-dto-requester-id-input-map-id", Yy = "employee-mapped-dto-now-timestamp-input-map-id", lk = "employee-mapped-dto-id-input-map-id", dk = "employee-mapped-dto-birth-date-input-map-id", uk = "employee-mapped-dto-department-input-map-id", pk = "employee-mapped-dto-manager-input-map-id", ck = {
23322
23322
  id: "global-counted-test-loop-iteration-number-input-map-parent-ref-id",
23323
23323
  type: n.GenericReference,
23324
23324
  entityId: tu,
@@ -23464,7 +23464,7 @@ const fk = {
23464
23464
  }, Rk = {
23465
23465
  id: "global-object-keys-test-loop-iteration-object-input-map-reads-value-ref-id",
23466
23466
  type: n.GenericReference,
23467
- entityId: Wi,
23467
+ entityId: zi,
23468
23468
  version: "1",
23469
23469
  entityType: n.VariableDeclaration
23470
23470
  }, Xy = {
@@ -23497,7 +23497,7 @@ const fk = {
23497
23497
  }, wk = {
23498
23498
  id: "global-object-keys-test-loop-called-by-success-ref-one-id",
23499
23499
  type: n.GenericReference,
23500
- entityId: Wi,
23500
+ entityId: zi,
23501
23501
  version: "1",
23502
23502
  entityType: n.VariableDeclaration
23503
23503
  }, nu = {
@@ -24112,7 +24112,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24112
24112
  id: "employee-mapped-dto-manager-output-map-parent-ref-id",
24113
24113
  version: "1",
24114
24114
  entityType: n.VariableDeclaration,
24115
- entityId: Wi
24115
+ entityId: zi
24116
24116
  }, om = {
24117
24117
  id: pk,
24118
24118
  type: n.InputMap,
@@ -24139,7 +24139,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24139
24139
  id: "employee-mapped-dto-department-output-map-parent-ref-id",
24140
24140
  version: "1",
24141
24141
  entityType: n.VariableDeclaration,
24142
- entityId: Wi
24142
+ entityId: zi
24143
24143
  }, lm = {
24144
24144
  id: uk,
24145
24145
  type: n.InputMap,
@@ -24166,7 +24166,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24166
24166
  id: "employee-mapped-dto-birth-date-output-map-parent-ref-id",
24167
24167
  version: "1",
24168
24168
  entityType: n.VariableDeclaration,
24169
- entityId: Wi
24169
+ entityId: zi
24170
24170
  }, dm = {
24171
24171
  id: dk,
24172
24172
  type: n.InputMap,
@@ -24193,7 +24193,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24193
24193
  id: "employee-mapped-dto-id-output-map-parent-ref-id",
24194
24194
  version: "1",
24195
24195
  entityType: n.VariableDeclaration,
24196
- entityId: Wi
24196
+ entityId: zi
24197
24197
  }, um = {
24198
24198
  id: lk,
24199
24199
  type: n.InputMap,
@@ -24220,7 +24220,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24220
24220
  id: "employee-mapped-dto-requester-id-output-map-parent-ref-id",
24221
24221
  version: "1",
24222
24222
  entityType: n.VariableDeclaration,
24223
- entityId: Wi
24223
+ entityId: zi
24224
24224
  }, pm = {
24225
24225
  id: ok,
24226
24226
  type: n.InputMap,
@@ -24375,7 +24375,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24375
24375
  previousVersion: null,
24376
24376
  deleted: !1,
24377
24377
  defaultValue: null,
24378
- declaration: Kt.properties[1],
24378
+ declaration: St.properties[1],
24379
24379
  index: 1,
24380
24380
  writesValues: [dm],
24381
24381
  parent: j9
@@ -24514,13 +24514,13 @@ LIMIT 10 OFFSET 0;`, u9 = {
24514
24514
  id: "employee-mapped-dto-variable-instance-decl-ref-id",
24515
24515
  version: "1",
24516
24516
  entityType: n.VariableDeclaration,
24517
- entityId: Wi
24517
+ entityId: zi
24518
24518
  }, Y9 = {
24519
24519
  type: n.GenericReference,
24520
24520
  id: "employee-mapped-dto-variable-instance-called-by-success-ref-id",
24521
24521
  version: "1",
24522
24522
  entityType: n.VariableDeclaration,
24523
- entityId: Wi
24523
+ entityId: zi
24524
24524
  }, H9 = {
24525
24525
  type: n.GenericReference,
24526
24526
  id: "employee-mapped-dto-variable-instance-parent-ref-id",
@@ -24559,7 +24559,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24559
24559
  }, X9 = {
24560
24560
  constant: !0,
24561
24561
  required: !0,
24562
- id: Wi,
24562
+ id: zi,
24563
24563
  type: n.VariableDeclaration,
24564
24564
  version: "1",
24565
24565
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -24827,7 +24827,7 @@ LIMIT 10 OFFSET 0;`, u9 = {
24827
24827
  Ad,
24828
24828
  hi,
24829
24829
  bd,
24830
- Kt,
24830
+ St,
24831
24831
  WU,
24832
24832
  bi,
24833
24833
  Ao,
@@ -24906,7 +24906,7 @@ var mm = { exports: {} };
24906
24906
  } }, Z = "en", q = {};
24907
24907
  q[Z] = x;
24908
24908
  var S = "$isDayjsObject", ue = function(ye) {
24909
- return ye instanceof Zt || !(!ye || !ye[S]);
24909
+ return ye instanceof Jt || !(!ye || !ye[S]);
24910
24910
  }, me = function ye(te, z, le) {
24911
24911
  var Q;
24912
24912
  if (!te)
@@ -24926,12 +24926,12 @@ var mm = { exports: {} };
24926
24926
  if (ue(ye))
24927
24927
  return ye.clone();
24928
24928
  var z = typeof te == "object" ? te : {};
24929
- return z.date = ye, z.args = arguments, new Zt(z);
24929
+ return z.date = ye, z.args = arguments, new Jt(z);
24930
24930
  }, ae = $;
24931
24931
  ae.l = me, ae.i = ue, ae.w = function(ye, te) {
24932
24932
  return X(ye, { locale: te.$L, utc: te.$u, x: te.$x, $offset: te.$offset });
24933
24933
  };
24934
- var Zt = function() {
24934
+ var Jt = function() {
24935
24935
  function ye(z) {
24936
24936
  this.$L = me(z.locale, null, !0), this.parse(z), this.$x = this.$x || z.x || {}, this[S] = !0;
24937
24937
  }
@@ -24975,11 +24975,11 @@ var mm = { exports: {} };
24975
24975
  }, te.valueOf = function() {
24976
24976
  return this.$d.getTime();
24977
24977
  }, te.startOf = function(z, le) {
24978
- var Q = this, Ee = !!ae.u(le) || le, Ie = ae.p(z), at = function(Lr, Qt) {
24979
- var pr = ae.w(Q.$u ? Date.UTC(Q.$y, Qt, Lr) : new Date(Q.$y, Qt, Lr), Q);
24978
+ var Q = this, Ee = !!ae.u(le) || le, Ie = ae.p(z), at = function(Lr, ei) {
24979
+ var pr = ae.w(Q.$u ? Date.UTC(Q.$y, ei, Lr) : new Date(Q.$y, ei, Lr), Q);
24980
24980
  return Ee ? pr : pr.endOf(u);
24981
- }, At = function(Lr, Qt) {
24982
- return ae.w(Q.toDate()[Lr].apply(Q.toDate("s"), (Ee ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Qt)), Q);
24981
+ }, At = function(Lr, ei) {
24982
+ return ae.w(Q.toDate()[Lr].apply(Q.toDate("s"), (Ee ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ei)), Q);
24983
24983
  }, Ot = this.$W, Ut = this.$M, Ti = this.$D, Bn = "set" + (this.$u ? "UTC" : "");
24984
24984
  switch (Ie) {
24985
24985
  case E:
@@ -25038,15 +25038,15 @@ var mm = { exports: {} };
25038
25038
  var le = this, Q = this.$locale();
25039
25039
  if (!this.isValid())
25040
25040
  return Q.invalidDate || O;
25041
- var Ee = z || "YYYY-MM-DDTHH:mm:ssZ", Ie = ae.z(this), at = this.$H, At = this.$m, Ot = this.$M, Ut = Q.weekdays, Ti = Q.months, Bn = Q.meridiem, jr = function(Qt, pr, Es, Ra) {
25042
- return Qt && (Qt[pr] || Qt(le, Ee)) || Es[pr].slice(0, Ra);
25043
- }, Ts = function(Qt) {
25044
- return ae.s(at % 12 || 12, Qt, "0");
25045
- }, Lr = Bn || function(Qt, pr, Es) {
25046
- var Ra = Qt < 12 ? "AM" : "PM";
25041
+ var Ee = z || "YYYY-MM-DDTHH:mm:ssZ", Ie = ae.z(this), at = this.$H, At = this.$m, Ot = this.$M, Ut = Q.weekdays, Ti = Q.months, Bn = Q.meridiem, jr = function(ei, pr, Es, Ra) {
25042
+ return ei && (ei[pr] || ei(le, Ee)) || Es[pr].slice(0, Ra);
25043
+ }, Ts = function(ei) {
25044
+ return ae.s(at % 12 || 12, ei, "0");
25045
+ }, Lr = Bn || function(ei, pr, Es) {
25046
+ var Ra = ei < 12 ? "AM" : "PM";
25047
25047
  return Es ? Ra.toLowerCase() : Ra;
25048
25048
  };
25049
- return Ee.replace(M, function(Qt, pr) {
25049
+ return Ee.replace(M, function(ei, pr) {
25050
25050
  return pr || function(Es) {
25051
25051
  switch (Es) {
25052
25052
  case "YY":
@@ -25099,7 +25099,7 @@ var mm = { exports: {} };
25099
25099
  return Ie;
25100
25100
  }
25101
25101
  return null;
25102
- }(Qt) || Ie.replace(":", "");
25102
+ }(ei) || Ie.replace(":", "");
25103
25103
  });
25104
25104
  }, te.utcOffset = function() {
25105
25105
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
@@ -25156,13 +25156,13 @@ var mm = { exports: {} };
25156
25156
  }, te.toString = function() {
25157
25157
  return this.$d.toUTCString();
25158
25158
  }, ye;
25159
- }(), Ni = Zt.prototype;
25160
- return X.prototype = Ni, [["$ms", s], ["$s", l], ["$m", o], ["$H", d], ["$W", u], ["$M", c], ["$y", E], ["$D", R]].forEach(function(ye) {
25161
- Ni[ye[1]] = function(te) {
25159
+ }(), Ui = Jt.prototype;
25160
+ return X.prototype = Ui, [["$ms", s], ["$s", l], ["$m", o], ["$H", d], ["$W", u], ["$M", c], ["$y", E], ["$D", R]].forEach(function(ye) {
25161
+ Ui[ye[1]] = function(te) {
25162
25162
  return this.$g(te, ye[0], ye[1]);
25163
25163
  };
25164
25164
  }), X.extend = function(ye, te) {
25165
- return ye.$i || (ye(te, Zt, X), ye.$i = !0), X;
25165
+ return ye.$i || (ye(te, Jt, X), ye.$i = !0), X;
25166
25166
  }, X.locale = me, X.isDayjs = ue, X.unix = function(ye) {
25167
25167
  return X(1e3 * ye);
25168
25168
  }, X.en = q[Z], X.Ls = q, X.p = {}, X;
@@ -25445,7 +25445,7 @@ function _8() {
25445
25445
  return m.object({
25446
25446
  properties: m.array(Rn()),
25447
25447
  methods: m.array(mi()),
25448
- abstractMethods: m.array(Li()),
25448
+ abstractMethods: m.array(xi()),
25449
25449
  extends: m.array(
25450
25450
  m.union([
25451
25451
  Lo(),
@@ -25574,7 +25574,7 @@ function G8() {
25574
25574
  return m.object({
25575
25575
  properties: m.array(Rn()),
25576
25576
  methods: m.array(mi()),
25577
- abstractMethods: m.array(Li()),
25577
+ abstractMethods: m.array(xi()),
25578
25578
  extends: m.array(
25579
25579
  m.union([
25580
25580
  kn(),
@@ -25586,7 +25586,7 @@ function G8() {
25586
25586
  function F8() {
25587
25587
  return x8().merge(G8());
25588
25588
  }
25589
- function Li() {
25589
+ function xi() {
25590
25590
  return m.union([
25591
25591
  m.object({
25592
25592
  type: m.literal(n.ActionDescriptor)
@@ -25649,7 +25649,7 @@ function as() {
25649
25649
  m.record(m.string(), m.any())
25650
25650
  ]);
25651
25651
  }
25652
- function zi() {
25652
+ function Yi() {
25653
25653
  return m.object({
25654
25654
  id: m.string(),
25655
25655
  type: m.literal(n.GenericReference),
@@ -25698,13 +25698,13 @@ function W8() {
25698
25698
  calledBySuccess: m.array(nt()),
25699
25699
  calledByError: m.array(nt()),
25700
25700
  calledByEntry: m.array(Dt()),
25701
- declaration: Li(),
25702
- inputs: m.array(Mi()),
25703
- outputs: m.array(Yt()),
25701
+ declaration: xi(),
25702
+ inputs: m.array(Bi()),
25703
+ outputs: m.array(Ht()),
25704
25704
  outputsDeclarations: m.array(Gs()),
25705
25705
  successCalls: m.array(Ct()),
25706
25706
  errorCalls: m.array(Ct()),
25707
- error: Yt(),
25707
+ error: Ht(),
25708
25708
  body: mi(),
25709
25709
  parent: m.union([
25710
25710
  Mr(),
@@ -25773,7 +25773,7 @@ function K8() {
25773
25773
  calledByEntry: m.array(Dt()),
25774
25774
  outputs: m.array(tr()),
25775
25775
  throws: m.optional(tr()),
25776
- parent: zi()
25776
+ parent: Yi()
25777
25777
  });
25778
25778
  }
25779
25779
  function S8() {
@@ -25967,7 +25967,7 @@ function l6() {
25967
25967
  calledByEntry: m.array(Dt()),
25968
25968
  outputs: m.array(tr()),
25969
25969
  throws: m.optional(tr()),
25970
- parent: zi()
25970
+ parent: Yi()
25971
25971
  });
25972
25972
  }
25973
25973
  function d6() {
@@ -25975,7 +25975,7 @@ function d6() {
25975
25975
  l6()
25976
25976
  );
25977
25977
  }
25978
- function Yt() {
25978
+ function Ht() {
25979
25979
  return m.union([
25980
25980
  m.object({
25981
25981
  type: m.literal(n.OutputMap)
@@ -26026,7 +26026,7 @@ function c6() {
26026
26026
  ]),
26027
26027
  parent: m.union([
26028
26028
  nt(),
26029
- zi(),
26029
+ Yi(),
26030
26030
  ur()
26031
26031
  ])
26032
26032
  });
@@ -26095,9 +26095,9 @@ function m6() {
26095
26095
  calledByEntry: m.array(Dt()),
26096
26096
  writesValues: m.array(_r()),
26097
26097
  declaration: mi(),
26098
- inputs: m.array(Mi()),
26099
- outputs: m.array(Yt()),
26100
- error: m.optional(Yt()),
26098
+ inputs: m.array(Bi()),
26099
+ outputs: m.array(Ht()),
26100
+ error: m.optional(Ht()),
26101
26101
  parent: m.union([
26102
26102
  Mr(),
26103
26103
  si()
@@ -26117,8 +26117,8 @@ function T6() {
26117
26117
  ft.LessThanOrEqual,
26118
26118
  ft.And,
26119
26119
  ft.Or,
26120
- Ci.Empty,
26121
- Ci.NotEmpty
26120
+ _i.Empty,
26121
+ _i.NotEmpty
26122
26122
  ]);
26123
26123
  }
26124
26124
  function ha() {
@@ -26179,8 +26179,8 @@ function A6() {
26179
26179
  calledBySuccess: m.array(nt()),
26180
26180
  calledByError: m.array(nt()),
26181
26181
  calledByEntry: m.array(Dt()),
26182
- leftValue: Mi(),
26183
- rightValue: Mi().nullable(),
26182
+ leftValue: Bi(),
26183
+ rightValue: Bi().nullable(),
26184
26184
  operator: T6(),
26185
26185
  parent: m.union([
26186
26186
  Mr(),
@@ -26256,14 +26256,14 @@ function O6() {
26256
26256
  calledByError: m.array(nt()),
26257
26257
  calledByEntry: m.array(Dt()),
26258
26258
  inputsDeclarations: m.array(Vn()),
26259
- inputs: m.array(Mi()),
26259
+ inputs: m.array(Bi()),
26260
26260
  outputsDeclarations: m.array(Gs()),
26261
- outputs: m.array(Yt()),
26261
+ outputs: m.array(Ht()),
26262
26262
  parent: m.union([
26263
26263
  Mr(),
26264
26264
  si()
26265
26265
  ]),
26266
- error: Yt().nullable()
26266
+ error: Ht().nullable()
26267
26267
  });
26268
26268
  }
26269
26269
  function w6() {
@@ -26331,10 +26331,10 @@ function C6() {
26331
26331
  calledByEntry: m.array(Dt()),
26332
26332
  writesValues: m.array(_r()),
26333
26333
  declaration: mi(),
26334
- inputs: m.array(Mi()),
26335
- outputs: m.array(Yt()),
26334
+ inputs: m.array(Bi()),
26335
+ outputs: m.array(Ht()),
26336
26336
  parent: wn(),
26337
- error: m.optional(Yt())
26337
+ error: m.optional(Ht())
26338
26338
  });
26339
26339
  }
26340
26340
  function _6() {
@@ -26342,7 +26342,7 @@ function _6() {
26342
26342
  C6()
26343
26343
  );
26344
26344
  }
26345
- function Mi() {
26345
+ function Bi() {
26346
26346
  return m.union([
26347
26347
  m.object({
26348
26348
  type: m.literal(n.InputMap)
@@ -26403,7 +26403,7 @@ function N6() {
26403
26403
  parent: m.union([
26404
26404
  nt(),
26405
26405
  Fo(),
26406
- zi(),
26406
+ Yi(),
26407
26407
  ur()
26408
26408
  ])
26409
26409
  });
@@ -26475,10 +26475,10 @@ function x6() {
26475
26475
  calledByError: m.array(nt()),
26476
26476
  calledByEntry: m.array(Dt()),
26477
26477
  writesValues: m.array(_r()),
26478
- declaration: Li(),
26479
- inputs: m.array(Mi()),
26480
- outputs: m.array(Yt()),
26481
- error: m.array(Yt()),
26478
+ declaration: xi(),
26479
+ inputs: m.array(Bi()),
26480
+ outputs: m.array(Ht()),
26481
+ error: m.array(Ht()),
26482
26482
  parent: m.union([
26483
26483
  Mr(),
26484
26484
  si()
@@ -26562,7 +26562,7 @@ function g6() {
26562
26562
  })
26563
26563
  );
26564
26564
  }
26565
- function Bi() {
26565
+ function Ni() {
26566
26566
  return m.object({
26567
26567
  id: m.string(),
26568
26568
  version: m.number(),
@@ -26579,77 +26579,77 @@ function Bi() {
26579
26579
  });
26580
26580
  }
26581
26581
  function k6() {
26582
- return Bi().extend({
26582
+ return Ni().extend({
26583
26583
  name: m.literal(B.String),
26584
26584
  value: m.string(),
26585
26585
  autogeneration: Em.nullable()
26586
26586
  });
26587
26587
  }
26588
26588
  function Z6() {
26589
- return Bi().extend({
26589
+ return Ni().extend({
26590
26590
  name: m.literal(B.Number),
26591
26591
  value: m.number(),
26592
26592
  autogeneration: Im.nullable()
26593
26593
  });
26594
26594
  }
26595
26595
  function J6() {
26596
- return Bi().extend({
26596
+ return Ni().extend({
26597
26597
  name: m.literal(B.Boolean),
26598
26598
  value: m.boolean(),
26599
26599
  autogeneration: Tm.nullable()
26600
26600
  });
26601
26601
  }
26602
26602
  function q6() {
26603
- return Bi().extend({
26603
+ return Ni().extend({
26604
26604
  name: m.literal(B.Null),
26605
26605
  value: m.null(),
26606
26606
  autogeneration: m.null()
26607
26607
  });
26608
26608
  }
26609
26609
  function W6() {
26610
- return Bi().extend({
26610
+ return Ni().extend({
26611
26611
  name: m.literal(B.Date),
26612
26612
  value: m.date(),
26613
26613
  autogeneration: Am.nullable()
26614
26614
  });
26615
26615
  }
26616
26616
  function z6() {
26617
- return Bi().extend({
26617
+ return Ni().extend({
26618
26618
  name: m.literal(B.KeyValue),
26619
26619
  value: Cm(),
26620
26620
  autogeneration: m.null()
26621
26621
  });
26622
26622
  }
26623
26623
  function Y6() {
26624
- return Bi().extend({
26624
+ return Ni().extend({
26625
26625
  name: m.literal(B.Enum),
26626
26626
  value: m.string(),
26627
26627
  autogeneration: m.null()
26628
26628
  });
26629
26629
  }
26630
26630
  function H6() {
26631
- return Bi().extend({
26631
+ return Ni().extend({
26632
26632
  name: m.literal(B.File),
26633
26633
  value: m.string(),
26634
26634
  autogeneration: m.null()
26635
26635
  });
26636
26636
  }
26637
26637
  function K6() {
26638
- return Bi().extend({
26638
+ return Ni().extend({
26639
26639
  name: m.literal(B.UUID),
26640
26640
  value: m.string(),
26641
26641
  autogeneration: vm.nullable()
26642
26642
  });
26643
26643
  }
26644
26644
  function S6() {
26645
- return Bi().extend({
26645
+ return Ni().extend({
26646
26646
  name: m.literal(B.EntityTemplate),
26647
26647
  value: Cn(),
26648
26648
  autogeneration: m.null()
26649
26649
  });
26650
26650
  }
26651
26651
  function X6() {
26652
- return Bi().extend({
26652
+ return Ni().extend({
26653
26653
  name: m.literal(B.ActionDescriptor),
26654
26654
  value: Ta(),
26655
26655
  autogeneration: m.null()
@@ -26724,7 +26724,7 @@ function t3() {
26724
26724
  Zn(),
26725
26725
  kn(),
26726
26726
  Lo(),
26727
- Li()
26727
+ xi()
26728
26728
  ]).nullable(),
26729
26729
  parent: m.union([
26730
26730
  Dm(),
@@ -26794,8 +26794,8 @@ function a3() {
26794
26794
  dataType: On().nullable(),
26795
26795
  readsValue: qo().nullable(),
26796
26796
  writesValues: m.array(_r()),
26797
- inputs: m.array(Mi()),
26798
- outputs: m.array(Yt()),
26797
+ inputs: m.array(Bi()),
26798
+ outputs: m.array(Ht()),
26799
26799
  successCalls: m.array(Ct()),
26800
26800
  errorCalls: m.array(Ct()),
26801
26801
  internalCalls: m.array(va()),
@@ -26872,8 +26872,8 @@ function p3() {
26872
26872
  dataType: On().nullable(),
26873
26873
  readsValue: qo().nullable(),
26874
26874
  writesValues: m.array(_r()),
26875
- inputs: m.array(Mi()),
26876
- outputs: m.array(Yt()),
26875
+ inputs: m.array(Bi()),
26876
+ outputs: m.array(Ht()),
26877
26877
  successCalls: m.array(Ct()),
26878
26878
  errorCalls: m.array(Ct()),
26879
26879
  internalCalls: m.array(va()),
@@ -27015,7 +27015,7 @@ function wn() {
27015
27015
  function _r() {
27016
27016
  return m.union([
27017
27017
  hs(),
27018
- Mi(),
27018
+ Bi(),
27019
27019
  tr()
27020
27020
  ]);
27021
27021
  }
@@ -27030,7 +27030,7 @@ function qo() {
27030
27030
  return m.union([
27031
27031
  hs(),
27032
27032
  Vn(),
27033
- Yt(),
27033
+ Ht(),
27034
27034
  cs(),
27035
27035
  va(),
27036
27036
  ps()
@@ -27049,7 +27049,7 @@ function Wq() {
27049
27049
  function zq() {
27050
27050
  return m.union([
27051
27051
  Vn(),
27052
- Yt(),
27052
+ Ht(),
27053
27053
  _r()
27054
27054
  ]);
27055
27055
  }
@@ -27085,7 +27085,7 @@ function nt() {
27085
27085
  ma(),
27086
27086
  wn(),
27087
27087
  Ou(),
27088
- zi()
27088
+ Yi()
27089
27089
  ]);
27090
27090
  }
27091
27091
  function Gu() {
@@ -27105,7 +27105,7 @@ function Fu() {
27105
27105
  Go(),
27106
27106
  ma(),
27107
27107
  wn(),
27108
- zi()
27108
+ Yi()
27109
27109
  ]);
27110
27110
  }
27111
27111
  function O3() {
@@ -27206,7 +27206,7 @@ function iW() {
27206
27206
  function Mr() {
27207
27207
  return m.union([
27208
27208
  Dt(),
27209
- zi()
27209
+ Yi()
27210
27210
  ]);
27211
27211
  }
27212
27212
  function rW() {
@@ -27256,8 +27256,8 @@ function dW() {
27256
27256
  mi(),
27257
27257
  Lu(),
27258
27258
  hs(),
27259
- Mi(),
27260
- Yt(),
27259
+ Bi(),
27260
+ Ht(),
27261
27261
  ha(),
27262
27262
  cs(),
27263
27263
  ps(),
@@ -27266,14 +27266,14 @@ function dW() {
27266
27266
  Lo(),
27267
27267
  On(),
27268
27268
  Rn(),
27269
- Li(),
27269
+ xi(),
27270
27270
  Dn(),
27271
27271
  os(),
27272
27272
  us(),
27273
27273
  as(),
27274
27274
  ya(),
27275
- Li(),
27276
- Li(),
27275
+ xi(),
27276
+ xi(),
27277
27277
  Gs(),
27278
27278
  va()
27279
27279
  ]);
@@ -27301,7 +27301,7 @@ function uW() {
27301
27301
  ds(),
27302
27302
  ls(),
27303
27303
  ur(),
27304
- zi(),
27304
+ Yi(),
27305
27305
  ma(),
27306
27306
  Fr(),
27307
27307
  Fr(),
@@ -27339,7 +27339,7 @@ function cW() {
27339
27339
  ds(),
27340
27340
  ls(),
27341
27341
  ur(),
27342
- zi(),
27342
+ Yi(),
27343
27343
  ma()
27344
27344
  ]);
27345
27345
  }
@@ -27445,13 +27445,13 @@ function N3() {
27445
27445
  function U3() {
27446
27446
  return m.object({
27447
27447
  inputs: m.array(Vn()),
27448
- implements: Li().nullable(),
27448
+ implements: xi().nullable(),
27449
27449
  returnStatements: m.array(Dn()),
27450
27450
  parent: m.union([
27451
27451
  si(),
27452
27452
  Zo(),
27453
27453
  Cn(),
27454
- zi(),
27454
+ Yi(),
27455
27455
  $o(),
27456
27456
  xo()
27457
27457
  ])
@@ -27576,7 +27576,7 @@ function J3() {
27576
27576
  return m.object({
27577
27577
  properties: m.array(Rn()),
27578
27578
  methods: m.array(mi()),
27579
- abstractMethods: m.array(Li()),
27579
+ abstractMethods: m.array(xi()),
27580
27580
  extends: m.array(
27581
27581
  m.union([Zn(), kn()])
27582
27582
  ),
@@ -27707,7 +27707,7 @@ function n5(r, a, e) {
27707
27707
  }
27708
27708
  function s5(r, a = {}) {
27709
27709
  const t = a5(a)([r]);
27710
- return new z3(t, { cause: new ii([r]) });
27710
+ return new z3(t, { cause: new ri([r]) });
27711
27711
  }
27712
27712
  function a5(r) {
27713
27713
  return "messageBuilder" in r ? r.messageBuilder : r5(r);
@@ -27754,27 +27754,27 @@ function $m(r) {
27754
27754
  function y5(r) {
27755
27755
  return !!(r && r.nodeType === 1);
27756
27756
  }
27757
- function kt(r) {
27757
+ function Zt(r) {
27758
27758
  var a = "[object " + r + "]";
27759
27759
  return function(e) {
27760
27760
  return Fs.call(e) === a;
27761
27761
  };
27762
27762
  }
27763
- const zu = kt("String"), Gm = kt("Number"), m5 = kt("Date"), v5 = kt("RegExp"), T5 = kt("Error"), Fm = kt("Symbol"), gm = kt("ArrayBuffer");
27764
- var km = kt("Function"), E5 = Cp.document && Cp.document.childNodes;
27763
+ const zu = Zt("String"), Gm = Zt("Number"), m5 = Zt("Date"), v5 = Zt("RegExp"), T5 = Zt("Error"), Fm = Zt("Symbol"), gm = Zt("ArrayBuffer");
27764
+ var km = Zt("Function"), E5 = Cp.document && Cp.document.childNodes;
27765
27765
  typeof /./ != "function" && typeof Int8Array != "object" && typeof E5 != "function" && (km = function(r) {
27766
27766
  return typeof r == "function" || !1;
27767
27767
  });
27768
- const Ht = km, Zm = kt("Object");
27769
- var Jm = d5 && (!/\[native code\]/.test(String(DataView)) || Zm(new DataView(new ArrayBuffer(8)))), Yu = typeof Map < "u" && Zm(/* @__PURE__ */ new Map()), I5 = kt("DataView");
27768
+ const Kt = km, Zm = Zt("Object");
27769
+ var Jm = d5 && (!/\[native code\]/.test(String(DataView)) || Zm(new DataView(new ArrayBuffer(8)))), Yu = typeof Map < "u" && Zm(/* @__PURE__ */ new Map()), I5 = Zt("DataView");
27770
27770
  function A5(r) {
27771
- return r != null && Ht(r.getInt8) && gm(r.buffer);
27771
+ return r != null && Kt(r.getInt8) && gm(r.buffer);
27772
27772
  }
27773
- const qa = Jm ? A5 : I5, _n = u5 || kt("Array");
27773
+ const qa = Jm ? A5 : I5, _n = u5 || Zt("Array");
27774
27774
  function Nr(r, a) {
27775
27775
  return r != null && l5.call(r, a);
27776
27776
  }
27777
- var Ol = kt("Arguments");
27777
+ var Ol = Zt("Arguments");
27778
27778
  (function() {
27779
27779
  Ol(arguments) || (Ol = function(r) {
27780
27780
  return Nr(r, "callee");
@@ -27823,7 +27823,7 @@ function w5(r) {
27823
27823
  }
27824
27824
  function Km(r, a) {
27825
27825
  a = w5(a);
27826
- var e = Up.length, t = r.constructor, i = Ht(t) && t.prototype || Wu, s = "constructor";
27826
+ var e = Up.length, t = r.constructor, i = Kt(t) && t.prototype || Wu, s = "constructor";
27827
27827
  for (Nr(r, s) && !a.contains(s) && a.push(s); e--; )
27828
27828
  s = Up[e], s in r && r[s] !== i[s] && !a.contains(s) && a.push(s);
27829
27829
  }
@@ -27925,7 +27925,7 @@ function Xm(r, a, e, t) {
27925
27925
  if (typeof r != "object" || typeof a != "object")
27926
27926
  return !1;
27927
27927
  var o = r.constructor, d = a.constructor;
27928
- if (o !== d && !(Ht(o) && o instanceof o && Ht(d) && d instanceof d) && "constructor" in r && "constructor" in a)
27928
+ if (o !== d && !(Kt(o) && o instanceof o && Kt(d) && d instanceof d) && "constructor" in r && "constructor" in a)
27929
27929
  return !1;
27930
27930
  }
27931
27931
  e = e || [], t = t || [];
@@ -27968,13 +27968,13 @@ function Ku(r) {
27968
27968
  if (oi(t))
27969
27969
  return !1;
27970
27970
  for (var i = 0; i < a; i++)
27971
- if (!Ht(e[r[i]]))
27971
+ if (!Kt(e[r[i]]))
27972
27972
  return !1;
27973
- return r !== t0 || !Ht(e[Su]);
27973
+ return r !== t0 || !Kt(e[Su]);
27974
27974
  };
27975
27975
  }
27976
27976
  var Su = "forEach", Qm = "has", Xu = ["clear", "delete"], e0 = ["get", Qm, "set"], V5 = Xu.concat(Su, e0), t0 = Xu.concat(e0), C5 = ["add"].concat(Xu, Su, Qm);
27977
- const _5 = Yu ? Ku(V5) : kt("Map"), M5 = Yu ? Ku(t0) : kt("WeakMap"), B5 = Yu ? Ku(C5) : kt("Set"), N5 = kt("WeakSet");
27977
+ const _5 = Yu ? Ku(V5) : Zt("Map"), M5 = Yu ? Ku(t0) : Zt("WeakMap"), B5 = Yu ? Ku(C5) : Zt("Set"), N5 = Zt("WeakSet");
27978
27978
  function ys(r) {
27979
27979
  for (var a = _t(r), e = a.length, t = Array(e), i = 0; i < e; i++)
27980
27980
  t[i] = r[a[i]];
@@ -27993,7 +27993,7 @@ function i0(r) {
27993
27993
  function Pl(r) {
27994
27994
  var a = [];
27995
27995
  for (var e in r)
27996
- Ht(r[e]) && a.push(e);
27996
+ Kt(r[e]) && a.push(e);
27997
27997
  return a.sort();
27998
27998
  }
27999
27999
  function Qu(r, a) {
@@ -28098,7 +28098,7 @@ function ba(r, a, e) {
28098
28098
  };
28099
28099
  }
28100
28100
  function l0(r, a, e) {
28101
- return r == null ? tp : Ht(r) ? ba(r, a, e) : Br(r) && !_n(r) ? gs(r) : ip(r);
28101
+ return r == null ? tp : Kt(r) ? ba(r, a, e) : Br(r) && !_n(r) ? gs(r) : ip(r);
28102
28102
  }
28103
28103
  function rp(r, a) {
28104
28104
  return l0(r, a, 1 / 0);
@@ -28213,10 +28213,10 @@ function X5(r, a, e) {
28213
28213
  a = Aa(a);
28214
28214
  var t = a.length;
28215
28215
  if (!t)
28216
- return Ht(e) ? e.call(r) : e;
28216
+ return Kt(e) ? e.call(r) : e;
28217
28217
  for (var i = 0; i < t; i++) {
28218
28218
  var s = r == null ? void 0 : r[a[i]];
28219
- s === void 0 && (s = e, i = t), r = Ht(s) ? s.call(r) : s;
28219
+ s === void 0 && (s = e, i = t), r = Kt(s) ? s.call(r) : s;
28220
28220
  }
28221
28221
  return r;
28222
28222
  }
@@ -28247,7 +28247,7 @@ var ms = ai(function(r, a) {
28247
28247
  });
28248
28248
  ms.placeholder = Ke;
28249
28249
  const f0 = ai(function(r, a, e) {
28250
- if (!Ht(r))
28250
+ if (!Kt(r))
28251
28251
  throw new TypeError("Bind must be called on a function");
28252
28252
  var t = ai(function(i) {
28253
28253
  return c0(r, t, a, this, e.concat(i));
@@ -28461,12 +28461,12 @@ function Gp(r, a, e) {
28461
28461
  }
28462
28462
  return !1;
28463
28463
  }
28464
- function Si(r, a, e, t) {
28464
+ function Xi(r, a, e, t) {
28465
28465
  return vi(r) || (r = ys(r)), (typeof e != "number" || t) && (e = 0), A0(r, a, e) >= 0;
28466
28466
  }
28467
28467
  const hZ = ai(function(r, a, e) {
28468
28468
  var t, i;
28469
- return Ht(a) ? i = a : (a = Aa(a), t = a.slice(0, -1), a = a[a.length - 1]), Jr(r, function(s) {
28469
+ return Kt(a) ? i = a : (a = Aa(a), t = a.slice(0, -1), a = a[a.length - 1]), Jr(r, function(s) {
28470
28470
  var l = i;
28471
28471
  if (!l) {
28472
28472
  if (t && t.length && (s = ep(s, t)), s == null)
@@ -28571,7 +28571,7 @@ const w0 = ai(function(r, a) {
28571
28571
  var e = {}, t = a[0];
28572
28572
  if (r == null)
28573
28573
  return e;
28574
- Ht(t) ? (a.length > 1 && (t = ba(t, a[1])), a = Ia(r)) : (t = OZ, a = Mn(a, !1, !1), r = Object(r));
28574
+ Kt(t) ? (a.length > 1 && (t = ba(t, a[1])), a = Ia(r)) : (t = OZ, a = Mn(a, !1, !1), r = Object(r));
28575
28575
  for (var i = 0, s = a.length; i < s; i++) {
28576
28576
  var l = a[i], o = r[l];
28577
28577
  t(o, l, r) && (e[l] = o);
@@ -28579,8 +28579,8 @@ const w0 = ai(function(r, a) {
28579
28579
  return e;
28580
28580
  }), wZ = ai(function(r, a) {
28581
28581
  var e = a[0], t;
28582
- return Ht(e) ? (e = np(e), a.length > 1 && (t = a[1])) : (a = Jr(Mn(a, !1, !1), String), e = function(i, s) {
28583
- return !Si(a, s);
28582
+ return Kt(e) ? (e = np(e), a.length > 1 && (t = a[1])) : (a = Jr(Mn(a, !1, !1), String), e = function(i, s) {
28583
+ return !Xi(a, s);
28584
28584
  }), w0(r, e, t);
28585
28585
  });
28586
28586
  function P0(r, a, e) {
@@ -28603,7 +28603,7 @@ function CZ(r, a) {
28603
28603
  }
28604
28604
  const V0 = ai(function(r, a) {
28605
28605
  return a = Mn(a, !0, !0), Jn(r, function(e) {
28606
- return !Si(a, e);
28606
+ return !Xi(a, e);
28607
28607
  });
28608
28608
  }), _Z = ai(function(r, a) {
28609
28609
  return V0(r, a);
@@ -28612,7 +28612,7 @@ function _l(r, a, e, t) {
28612
28612
  $m(a) || (t = e, e = a, a = !1), e != null && (e = li(e, t));
28613
28613
  for (var i = [], s = [], l = 0, o = oi(r); l < o; l++) {
28614
28614
  var d = r[l], u = e ? e(d, l, r) : d;
28615
- a && !e ? ((!l || s !== u) && i.push(d), s = u) : e ? Si(s, u) || (s.push(u), i.push(d)) : Si(i, d) || i.push(d);
28615
+ a && !e ? ((!l || s !== u) && i.push(d), s = u) : e ? Xi(s, u) || (s.push(u), i.push(d)) : Xi(i, d) || i.push(d);
28616
28616
  }
28617
28617
  return i;
28618
28618
  }
@@ -28622,9 +28622,9 @@ const MZ = ai(function(r) {
28622
28622
  function BZ(r) {
28623
28623
  for (var a = [], e = arguments.length, t = 0, i = oi(r); t < i; t++) {
28624
28624
  var s = r[t];
28625
- if (!Si(a, s)) {
28625
+ if (!Xi(a, s)) {
28626
28626
  var l;
28627
- for (l = 1; l < e && Si(arguments[l], s); l++)
28627
+ for (l = 1; l < e && Xi(arguments[l], s); l++)
28628
28628
  ;
28629
28629
  l === e && a.push(s);
28630
28630
  }
@@ -28699,7 +28699,7 @@ const xZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28699
28699
  compact: VZ,
28700
28700
  compose: lZ,
28701
28701
  constant: Wm,
28702
- contains: Si,
28702
+ contains: Xi,
28703
28703
  countBy: bZ,
28704
28704
  create: L5,
28705
28705
  debounce: aZ,
@@ -28732,8 +28732,8 @@ const xZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28732
28732
  has: G5,
28733
28733
  head: pl,
28734
28734
  identity: tp,
28735
- include: Si,
28736
- includes: Si,
28735
+ include: Xi,
28736
+ includes: Xi,
28737
28737
  indexBy: AZ,
28738
28738
  indexOf: A0,
28739
28739
  initial: P0,
@@ -28752,7 +28752,7 @@ const xZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28752
28752
  isEqual: P5,
28753
28753
  isError: T5,
28754
28754
  isFinite: b5,
28755
- isFunction: Ht,
28755
+ isFunction: Kt,
28756
28756
  isMap: _5,
28757
28757
  isMatch: Sm,
28758
28758
  isNaN: qm,
@@ -28832,7 +28832,7 @@ const xZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28832
28832
  }, Symbol.toStringTag, { value: "Module" }));
28833
28833
  var Fp = C0(xZ);
28834
28834
  Fp._ = Fp;
28835
- function qt(r) {
28835
+ function Wt(r) {
28836
28836
  return r.charAt(0).toUpperCase() + r.slice(1);
28837
28837
  }
28838
28838
  function Ma(r) {
@@ -29022,19 +29022,19 @@ function FZ(r, a = null) {
29022
29022
  function _0(r, a = null) {
29023
29023
  var t;
29024
29024
  const e = (t = r.declaration) == null ? void 0 : t.getDataType(a);
29025
- return e && e.isResolved ? e : r.readsValue ? xi(
29025
+ return e && e.isResolved ? e : r.readsValue ? $i(
29026
29026
  r.readsValue,
29027
29027
  a
29028
29028
  ) : null;
29029
29029
  }
29030
29030
  function M0(r, a = null) {
29031
- return r.dataType && !r.dataType.inferred && r.dataType.isResolved ? r.dataType : r.readsValue ? xi(
29031
+ return r.dataType && !r.dataType.inferred && r.dataType.isResolved ? r.dataType : r.readsValue ? $i(
29032
29032
  r.readsValue,
29033
29033
  a
29034
29034
  ) : null;
29035
29035
  }
29036
29036
  function gZ(r, a = null) {
29037
- return xi(r.declaration, a);
29037
+ return $i(r.declaration, a);
29038
29038
  }
29039
29039
  function kZ(r, a = null) {
29040
29040
  return r.dataType && !r.dataType.inferred ? r.dataType : r.dataType && r.dataType.inferred || !r.dataType ? (r.inferDataTypeAndSyncInstancesInputsAndOutputs(a), r.dataType) : null;
@@ -29049,7 +29049,7 @@ function ZZ(r, a = null) {
29049
29049
  function JZ(r, a = null) {
29050
29050
  return (r == null ? void 0 : r.dataType) || null;
29051
29051
  }
29052
- function xi(r, a = null) {
29052
+ function $i(r, a = null) {
29053
29053
  switch (r.type) {
29054
29054
  case n.VariableDeclaration:
29055
29055
  return kZ(r, a);
@@ -29114,7 +29114,7 @@ function N0(r, a) {
29114
29114
  if (r.type === n.Project)
29115
29115
  e.push(...r.variableDeclarations);
29116
29116
  else {
29117
- const i = ni(qe(r)).filter(
29117
+ const i = Ft(Je(r)).filter(
29118
29118
  (s) => s.type === n.VariableDeclaration
29119
29119
  );
29120
29120
  e.push(...i), r.parent && (ut.includes(r.parent.type) || r.parent.type === n.Project) && e.push(
@@ -29234,9 +29234,9 @@ function cl(r) {
29234
29234
  return "and";
29235
29235
  case ft.Or:
29236
29236
  return "or";
29237
- case Ci.Empty:
29237
+ case _i.Empty:
29238
29238
  return "is empty";
29239
- case Ci.NotEmpty:
29239
+ case _i.NotEmpty:
29240
29240
  return "is not empty";
29241
29241
  }
29242
29242
  }
@@ -29367,7 +29367,7 @@ function KZ(r) {
29367
29367
  return "Run in parallel";
29368
29368
  case Qe.Sequential:
29369
29369
  return "Run in sequence";
29370
- case Ft.HttpRequest:
29370
+ case gt.HttpRequest:
29371
29371
  return "HTTP request";
29372
29372
  case et.CreateNewInstance:
29373
29373
  return "Create new copy of entity";
@@ -29422,7 +29422,7 @@ function F(r, a) {
29422
29422
  case Ii.SoftDeletePersistedEntity:
29423
29423
  return "Soft delete persisted entity";
29424
29424
  default:
29425
- return qt(r.type).replaceAll("-", " ");
29425
+ return Wt(r.type).replaceAll("-", " ");
29426
29426
  }
29427
29427
  return t;
29428
29428
  }
@@ -29434,7 +29434,7 @@ function F(r, a) {
29434
29434
  case n.Search:
29435
29435
  return YZ(r);
29436
29436
  case n.GlobalEvent:
29437
- return r.implements ? F(r.implements, a) : qt(r.type).replaceAll("-", " ");
29437
+ return r.implements ? F(r.implements, a) : Wt(r.type).replaceAll("-", " ");
29438
29438
  case n.Operation:
29439
29439
  case n.InternalCall:
29440
29440
  case n.Loop:
@@ -29514,7 +29514,7 @@ function F(r, a) {
29514
29514
  case n.LiteralValue:
29515
29515
  return HZ(r);
29516
29516
  default:
29517
- return qt(r.type).replaceAll("-", " ");
29517
+ return Wt(r.type).replaceAll("-", " ");
29518
29518
  }
29519
29519
  }
29520
29520
  function U0(r, a) {
@@ -29964,7 +29964,7 @@ function XZ(r, a) {
29964
29964
  })
29965
29965
  );
29966
29966
  else {
29967
- const o = Jt(i).filter(
29967
+ const o = qt(i).filter(
29968
29968
  (d) => !d.interactive
29969
29969
  );
29970
29970
  if (o.length) {
@@ -30155,7 +30155,7 @@ class A {
30155
30155
  const a = [
30156
30156
  ...this.addedIds,
30157
30157
  ...this.updatedIds
30158
- ], e = this.project.toFlatIds(), t = Fi(), i = e.filter(
30158
+ ], e = this.project.toFlatIds(), t = gi(), i = e.filter(
30159
30159
  (l) => !t.includes(l)
30160
30160
  );
30161
30161
  a.filter(
@@ -30277,7 +30277,7 @@ class A {
30277
30277
  if (!this.open || !this.dirty)
30278
30278
  return this;
30279
30279
  const t = Array.from(
30280
- /* @__PURE__ */ new Set([...this.project.getAllBuiltInIds(), ...Fi()])
30280
+ /* @__PURE__ */ new Set([...this.project.getAllBuiltInIds(), ...gi()])
30281
30281
  );
30282
30282
  if (t.includes(a.id))
30283
30283
  return this;
@@ -30823,11 +30823,11 @@ ${Ul}`,
30823
30823
  this.setParent(o, null), e.push(o);
30824
30824
  else
30825
30825
  throw new Error(
30826
- `${qt(this.type)} with id '${this.id}' has a parent reference "${l}" which is missing in the project`
30826
+ `${Wt(this.type)} with id '${this.id}' has a parent reference "${l}" which is missing in the project`
30827
30827
  );
30828
30828
  } else
30829
30829
  throw new Error(
30830
- `${qt(this.type)} with id '${this.id}' is missing a parent reference`
30830
+ `${Wt(this.type)} with id '${this.id}' is missing a parent reference`
30831
30831
  );
30832
30832
  if (this.initialData.implements) {
30833
30833
  const l = _(this.initialData.implements), o = this.project.get(
@@ -32682,7 +32682,7 @@ f(be, "MUTABLE_DOWNSTREAM_PROPERTIES", ["dataType", "defaultValue"]), f(be, "INM
32682
32682
  ...be.UPSTREAM_PROPERTIES,
32683
32683
  ...be.DOWNSTREAM_PROPERTIES
32684
32684
  ]);
32685
- let ri = be;
32685
+ let ni = be;
32686
32686
  function J0(r) {
32687
32687
  var s;
32688
32688
  const a = t6(), e = r.toJSON();
@@ -34746,9 +34746,9 @@ f(Xe, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), f(Xe, "INMUTABLE_
34746
34746
  ...Gt.MUTABLE_DOWNSTREAM_PROPERTIES,
34747
34747
  ...Gt.INMUTABLE_DOWNSTREAM_PROPERTIES
34748
34748
  ]), f(Xe, "PROPERTIES", [
34749
- ...ri.META_PROPERTIES,
34750
- ...ri.UPSTREAM_PROPERTIES,
34751
- ...ri.DOWNSTREAM_PROPERTIES
34749
+ ...ni.META_PROPERTIES,
34750
+ ...ni.UPSTREAM_PROPERTIES,
34751
+ ...ni.DOWNSTREAM_PROPERTIES
34752
34752
  ]);
34753
34753
  let Wr = Xe;
34754
34754
  function z0(r) {
@@ -34929,7 +34929,7 @@ const Re = class Re extends st {
34929
34929
  i = l.modifiedData;
34930
34930
  const o = j0(i, t), d = i.parent ? t.get(i.parent) : null;
34931
34931
  if (d && d.type === n.DefinitionEntity) {
34932
- const T = d, R = Jt(T).filter(
34932
+ const T = d, R = qt(T).filter(
34933
34933
  (O) => !O.interactive
34934
34934
  );
34935
34935
  if (R.length) {
@@ -35249,11 +35249,11 @@ Please consider than any updates might affect the overlap with the signature of
35249
35249
  this.setParent(o, null), e.push(o);
35250
35250
  else
35251
35251
  throw new Error(
35252
- `${qt(this.type)} with id '${this.id}' has a 'parent' reference "${l}" which is missing in the project`
35252
+ `${Wt(this.type)} with id '${this.id}' has a 'parent' reference "${l}" which is missing in the project`
35253
35253
  );
35254
35254
  } else
35255
35255
  throw new Error(
35256
- `${qt(this.type)} with id '${this.id}' is missing a 'parent' reference`
35256
+ `${Wt(this.type)} with id '${this.id}' is missing a 'parent' reference`
35257
35257
  );
35258
35258
  if (this.initialData.implements) {
35259
35259
  const l = _(
@@ -35265,7 +35265,7 @@ Please consider than any updates might affect the overlap with the signature of
35265
35265
  this.setImplements(o, null), e.push(o);
35266
35266
  else if (l)
35267
35267
  throw new Error(
35268
- `${qt(this.type)} with id '${this.id}' has a 'implements' reference "${l}" which is missing in the project`
35268
+ `${Wt(this.type)} with id '${this.id}' has a 'implements' reference "${l}" which is missing in the project`
35269
35269
  );
35270
35270
  }
35271
35271
  return {
@@ -36242,7 +36242,7 @@ const De = class De extends st {
36242
36242
  ), i.entity) {
36243
36243
  const h = t.get(i.entity);
36244
36244
  if (h.type === n.DefinitionEntity) {
36245
- const T = Jt(h).filter(
36245
+ const T = qt(h).filter(
36246
36246
  (E) => !E.interactive
36247
36247
  );
36248
36248
  if (T.length) {
@@ -36312,7 +36312,7 @@ The entitities of type '${ne(
36312
36312
  "', '",
36313
36313
  "' and '"
36314
36314
  )}' can only have one 'data-type' child under the 'dataType' property. You can inspect the existing data-type entity with the 'describe_entity' action. Like so:
36315
- ${Ki(
36315
+ ${Si(
36316
36316
  {
36317
36317
  describe_entity: T
36318
36318
  }
@@ -39318,11 +39318,11 @@ You can attach new logic to the existing 'global-event' but creating a new calla
39318
39318
  this.setParent(o, null), e.push(o);
39319
39319
  else
39320
39320
  throw new Error(
39321
- `${qt(this.type)} with id '${this.id}' has a parent reference "${l}" which is missing in the project`
39321
+ `${Wt(this.type)} with id '${this.id}' has a parent reference "${l}" which is missing in the project`
39322
39322
  );
39323
39323
  } else
39324
39324
  throw new Error(
39325
- `${qt(this.type)} with id '${this.id}' is missing a parent reference`
39325
+ `${Wt(this.type)} with id '${this.id}' is missing a parent reference`
39326
39326
  );
39327
39327
  if (this.initialData.implements) {
39328
39328
  const l = _(
@@ -39334,11 +39334,11 @@ You can attach new logic to the existing 'global-event' but creating a new calla
39334
39334
  this.setImplements(o, null), e.push(o);
39335
39335
  else
39336
39336
  throw new Error(
39337
- `${qt(this.type)} with id '${this.id}' has a 'implements' reference "${l}" which is missing in the project`
39337
+ `${Wt(this.type)} with id '${this.id}' has a 'implements' reference "${l}" which is missing in the project`
39338
39338
  );
39339
39339
  } else
39340
39340
  throw new Error(
39341
- `${qt(this.type)} with id '${this.id}' is missing a 'implements' reference`
39341
+ `${Wt(this.type)} with id '${this.id}' is missing a 'implements' reference`
39342
39342
  );
39343
39343
  return {
39344
39344
  updated: p(e),
@@ -41068,7 +41068,7 @@ const Pe = class Pe extends st {
41068
41068
  i = l.modifiedData;
41069
41069
  const o = i.parent ? t.get(i.parent) : null;
41070
41070
  if (o && o.type === n.DefinitionEntity) {
41071
- const d = o, h = Jt(d).filter(
41071
+ const d = o, h = qt(d).filter(
41072
41072
  (c) => !c.interactive
41073
41073
  );
41074
41074
  if (h.length) {
@@ -41102,7 +41102,7 @@ ${ln}`, s.push(
41102
41102
  severity: D.Error,
41103
41103
  message: `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${d.id}' because it already has an 'entity' child. Data type entities can only have one 'entity' as children.
41104
41104
  You can inspect the existing 'entity' field with the 'describe_entity' action. Like so:
41105
- ${Ki(
41105
+ ${Si(
41106
41106
  {
41107
41107
  describe_entity: d.entity.id
41108
41108
  }
@@ -42303,7 +42303,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
42303
42303
  ), t = null, i = null, s = !0) {
42304
42304
  var O, V;
42305
42305
  if (Array.from(
42306
- /* @__PURE__ */ new Set([...Fi(), ...this.project.getAllBuiltInIds()])
42306
+ /* @__PURE__ */ new Set([...gi(), ...this.project.getAllBuiltInIds()])
42307
42307
  ).includes(this.id))
42308
42308
  return this;
42309
42309
  let o = yt(t, this);
@@ -44701,17 +44701,17 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
44701
44701
  orChildrenGroup: [],
44702
44702
  parentRelationType: wt.OrDataTypeGroup,
44703
44703
  parent: q.toReference()
44704
- }, Zt = P(
44704
+ }, Jt = P(
44705
44705
  ae,
44706
44706
  this.project
44707
44707
  );
44708
- Zt.setParent(
44708
+ Jt.setParent(
44709
44709
  q,
44710
44710
  e
44711
- ), Zt.initChildren(e), e == null || e.add(
44712
- Zt,
44711
+ ), Jt.initChildren(e), e == null || e.add(
44712
+ Jt,
44713
44713
  I.Added
44714
- ), Zt.addSelfToProject(e), i.push(Zt);
44714
+ ), Jt.addSelfToProject(e), i.push(Jt);
44715
44715
  }
44716
44716
  });
44717
44717
  }
@@ -45728,11 +45728,11 @@ If an entity is called by another, they must be in the same scope, which means t
45728
45728
  this.setParent(o, null), e.push(o);
45729
45729
  else
45730
45730
  throw new Error(
45731
- `${qt(this.type)} with id '${this.id}' has a parent reference "${l}" which is missing in the project`
45731
+ `${Wt(this.type)} with id '${this.id}' has a parent reference "${l}" which is missing in the project`
45732
45732
  );
45733
45733
  } else
45734
45734
  throw new Error(
45735
- `${qt(this.type)} with id '${this.id}' is missing a parent reference`
45735
+ `${Wt(this.type)} with id '${this.id}' is missing a parent reference`
45736
45736
  );
45737
45737
  if (this.initialData.declaration) {
45738
45738
  const l = _(
@@ -48145,7 +48145,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
48145
48145
  );
48146
48146
  if (!E)
48147
48147
  return;
48148
- const R = xi(
48148
+ const R = $i(
48149
48149
  E
48150
48150
  );
48151
48151
  c.setDataType(R), T.setDeclaration(c);
@@ -49466,10 +49466,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
49466
49466
  const {
49467
49467
  updated: X,
49468
49468
  added: ae,
49469
- removed: Zt,
49470
- affected: Ni
49469
+ removed: Jt,
49470
+ affected: Ui
49471
49471
  } = Z.generateUnusedOutputs(e);
49472
- t.push(...ae), i.push(...X), s.push(...Zt), l.push(...Ni);
49472
+ t.push(...ae), i.push(...X), s.push(...Jt), l.push(...Ui);
49473
49473
  }), e == null || e.attemptAutoclose(
49474
49474
  "infer-data-type-and-sync-instances-inputs-and-outputs",
49475
49475
  this.id
@@ -50144,7 +50144,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
50144
50144
  );
50145
50145
  if (!E)
50146
50146
  return;
50147
- const R = xi(
50147
+ const R = $i(
50148
50148
  E
50149
50149
  );
50150
50150
  c.setDataType(R), T.setDeclaration(c);
@@ -50451,7 +50451,7 @@ const jW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
50451
50451
  validate: sv
50452
50452
  }, Symbol.toStringTag, { value: "Module" }));
50453
50453
  var c7 = /* @__PURE__ */ ((r) => (r.Parent = "parent", r))(c7 || {});
50454
- const Je = class Je extends st {
50454
+ const qe = class qe extends st {
50455
50455
  constructor(e, t) {
50456
50456
  super(e);
50457
50457
  f(this, "initialData");
@@ -50728,7 +50728,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
50728
50728
  // And adds it to the 'knownVersions' map
50729
50729
  captureVersion() {
50730
50730
  var t;
50731
- const e = ((t = this.knownVersions) == null ? void 0 : t.get(this.version)) || new Je(this, this.project);
50731
+ const e = ((t = this.knownVersions) == null ? void 0 : t.get(this.version)) || new qe(this, this.project);
50732
50732
  return e.metaSync(this.toMeta(), null), this.knownVersions = this.knownVersions ? this.knownVersions.set(this.version, e) : /* @__PURE__ */ new Map([[this.version, e]]), e.inputs = this.inputs, e.outputs = this.outputs, e.error = this.error, e.inputsDeclarations = this.inputsDeclarations, e.outputsDeclarations = this.outputsDeclarations, e.successCalls = this.successCalls, e.errorCalls = this.errorCalls, e.calledByEntry = this.calledByEntry, e.calledBySuccess = this.calledBySuccess, e.calledByError = this.calledByError, e.parent = this.parent, this;
50733
50733
  }
50734
50734
  // Traverses upstream entities and captures their versions as well
@@ -50793,7 +50793,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
50793
50793
  throw new Error(
50794
50794
  `Version with id '${e}' for entity with id '${this.id}' not found.`
50795
50795
  );
50796
- o = new Je(u, this.project);
50796
+ o = new qe(u, this.project);
50797
50797
  }
50798
50798
  return this.metaSync(o.toShallowJSON(), null), this.inputs = o.inputs, this.outputs = o.outputs, this.error = o.error, this.inputsDeclarations = o.inputsDeclarations, this.outputsDeclarations = o.outputsDeclarations, this.successCalls = o.successCalls, this.errorCalls = o.errorCalls, this.calledByEntry = o.calledByEntry, this.calledBySuccess = o.calledBySuccess, this.calledByError = o.calledByError, this.parent = o.parent, {
50799
50799
  updated: p(t),
@@ -51230,22 +51230,22 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
51230
51230
  return this.x = e.x || s.x, this.y = e.y || s.y, this.name = e.name !== void 0 ? e.name : s.name, this.description = e.description !== void 0 ? e.description : s.description, e.query !== void 0 && (this.query = e.query), super.metaSync(e), e.deleted === !0 && !s.deleted ? t == null || t.add(this, I.Removed) : e.deleted === !1 && s.deleted ? t == null || t.add(this, I.Added) : i && (t == null || t.add(this, I.Updated)), t == null || t.attemptAutoclose("meta-sync", this.id), this;
51231
51231
  }
51232
51232
  async APILoad(e = j, ...t) {
51233
- return await Je.repository.APILoad(this.id, ...t), this;
51233
+ return await qe.repository.APILoad(this.id, ...t), this;
51234
51234
  }
51235
51235
  async APICreate(e = j, ...t) {
51236
- return await Je.repository.APICreate(this.toShallowJSON(), ...t), this;
51236
+ return await qe.repository.APICreate(this.toShallowJSON(), ...t), this;
51237
51237
  }
51238
51238
  async APIUpdate(e = j, ...t) {
51239
- return await Je.repository.APIUpdate(this.toShallowJSON(), ...t), this;
51239
+ return await qe.repository.APIUpdate(this.toShallowJSON(), ...t), this;
51240
51240
  }
51241
51241
  async APIDelete(e = j, ...t) {
51242
- return await Je.repository.APIDelete(this.toShallowJSON(), ...t), this;
51242
+ return await qe.repository.APIDelete(this.toShallowJSON(), ...t), this;
51243
51243
  }
51244
51244
  async APIClone(e = j, ...t) {
51245
- return await Je.repository.APIClone(this.id, ...t), this;
51245
+ return await qe.repository.APIClone(this.id, ...t), this;
51246
51246
  }
51247
51247
  async APILoadVersion(e = j, t, ...i) {
51248
- return await Je.repository.APILoadVersion(
51248
+ return await qe.repository.APILoadVersion(
51249
51249
  this.id,
51250
51250
  t,
51251
51251
  ...i
@@ -51829,7 +51829,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
51829
51829
  };
51830
51830
  }
51831
51831
  };
51832
- f(Je, "repository", {
51832
+ f(qe, "repository", {
51833
51833
  APICreate: async (e, ...t) => e,
51834
51834
  APIUpdate: async (e, ...t) => e,
51835
51835
  APIDelete: async (e, ...t) => e,
@@ -51837,40 +51837,40 @@ f(Je, "repository", {
51837
51837
  },
51838
51838
  APILoad: async (e, ...t) => null,
51839
51839
  APILoadVersion: async (e, t, ...i) => null
51840
- }), f(Je, "type", n.Search), f(Je, "USER_MANAGED_PARENT_TYPES", [
51840
+ }), f(qe, "type", n.Search), f(qe, "USER_MANAGED_PARENT_TYPES", [
51841
51841
  ...ut,
51842
51842
  n.Project
51843
- ]), f(Je, "PARENT_TYPES", [
51844
- ...Je.USER_MANAGED_PARENT_TYPES
51845
- ]), f(Je, "MUTABLE_BASE_PROPERTIES", ["name", "description", "query"]), f(Je, "INMUTABLE_BASE_PROPERTIES", [
51843
+ ]), f(qe, "PARENT_TYPES", [
51844
+ ...qe.USER_MANAGED_PARENT_TYPES
51845
+ ]), f(qe, "MUTABLE_BASE_PROPERTIES", ["name", "description", "query"]), f(qe, "INMUTABLE_BASE_PROPERTIES", [
51846
51846
  "id",
51847
51847
  "type",
51848
51848
  "version",
51849
51849
  "createdAt",
51850
51850
  "author",
51851
51851
  "previousVersion"
51852
- ]), f(Je, "BASE_PROPERTIES", [
51853
- ...Je.MUTABLE_BASE_PROPERTIES,
51854
- ...Je.INMUTABLE_BASE_PROPERTIES
51852
+ ]), f(qe, "BASE_PROPERTIES", [
51853
+ ...qe.MUTABLE_BASE_PROPERTIES,
51854
+ ...qe.INMUTABLE_BASE_PROPERTIES
51855
51855
  ]), // Includes the base properties and the meta properties
51856
51856
  // Often contains properties related to UX, not necessary for the logic
51857
- f(Je, "MUTABLE_META_PROPERTIES", [
51858
- ...Je.MUTABLE_BASE_PROPERTIES,
51857
+ f(qe, "MUTABLE_META_PROPERTIES", [
51858
+ ...qe.MUTABLE_BASE_PROPERTIES,
51859
51859
  "x",
51860
51860
  "y"
51861
- ]), f(Je, "INMUTABLE_META_PROPERTIES", [...Je.INMUTABLE_BASE_PROPERTIES]), f(Je, "META_PROPERTIES", [
51862
- ...Je.MUTABLE_META_PROPERTIES,
51863
- ...Je.INMUTABLE_META_PROPERTIES
51861
+ ]), f(qe, "INMUTABLE_META_PROPERTIES", [...qe.INMUTABLE_BASE_PROPERTIES]), f(qe, "META_PROPERTIES", [
51862
+ ...qe.MUTABLE_META_PROPERTIES,
51863
+ ...qe.INMUTABLE_META_PROPERTIES
51864
51864
  ]), // Properties pointing to nested entities that are declared before the entity itself
51865
- f(Je, "MUTABLE_UPSTREAM_PROPERTIES", [
51865
+ f(qe, "MUTABLE_UPSTREAM_PROPERTIES", [
51866
51866
  "calledBySuccess",
51867
51867
  "calledByError",
51868
51868
  "calledByEntry"
51869
- ]), f(Je, "INMUTABLE_UPSTREAM_PROPERTIES", ["parent"]), f(Je, "UPSTREAM_PROPERTIES", [
51870
- ...Je.MUTABLE_UPSTREAM_PROPERTIES,
51871
- ...Je.INMUTABLE_UPSTREAM_PROPERTIES
51869
+ ]), f(qe, "INMUTABLE_UPSTREAM_PROPERTIES", ["parent"]), f(qe, "UPSTREAM_PROPERTIES", [
51870
+ ...qe.MUTABLE_UPSTREAM_PROPERTIES,
51871
+ ...qe.INMUTABLE_UPSTREAM_PROPERTIES
51872
51872
  ]), // Properties pointing to nested entities that are declared after the entity itself or are direct children
51873
- f(Je, "MUTABLE_DOWNSTREAM_PROPERTIES", [
51873
+ f(qe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
51874
51874
  "successCalls",
51875
51875
  "errorCalls",
51876
51876
  "inputsDeclarations",
@@ -51878,15 +51878,15 @@ f(Je, "MUTABLE_DOWNSTREAM_PROPERTIES", [
51878
51878
  "outputsDeclarations",
51879
51879
  "outputs",
51880
51880
  "error"
51881
- ]), f(Je, "INMUTABLE_DOWNSTREAM_PROPERTIES", []), f(Je, "DOWNSTREAM_PROPERTIES", [
51882
- ...Je.MUTABLE_DOWNSTREAM_PROPERTIES,
51883
- ...Je.INMUTABLE_DOWNSTREAM_PROPERTIES
51884
- ]), f(Je, "PROPERTIES", [
51885
- ...ri.META_PROPERTIES,
51886
- ...ri.UPSTREAM_PROPERTIES,
51887
- ...ri.DOWNSTREAM_PROPERTIES
51881
+ ]), f(qe, "INMUTABLE_DOWNSTREAM_PROPERTIES", []), f(qe, "DOWNSTREAM_PROPERTIES", [
51882
+ ...qe.MUTABLE_DOWNSTREAM_PROPERTIES,
51883
+ ...qe.INMUTABLE_DOWNSTREAM_PROPERTIES
51884
+ ]), f(qe, "PROPERTIES", [
51885
+ ...ni.META_PROPERTIES,
51886
+ ...ni.UPSTREAM_PROPERTIES,
51887
+ ...ni.DOWNSTREAM_PROPERTIES
51888
51888
  ]);
51889
- let rn = Je;
51889
+ let rn = qe;
51890
51890
  function av(r) {
51891
51891
  const a = v3(), e = r.toJSON();
51892
51892
  a.safeParse(e).success, r.functions.forEach((s) => s.validate()), r.events.forEach((s) => s.validate());
@@ -55439,7 +55439,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
55439
55439
  }
55440
55440
  const t = (i = this.declaration) == null ? void 0 : i.getDataType(e);
55441
55441
  if (!t) {
55442
- const s = xi(this, e);
55442
+ const s = $i(this, e);
55443
55443
  if (s)
55444
55444
  return s;
55445
55445
  }
@@ -58883,7 +58883,7 @@ You can't modify system entities that are built-in.`,
58883
58883
  An action descriptor can only have one error value descriptor child.
58884
58884
  Either remove the existing error value descriptor or update it with the 'update' action.
58885
58885
  You can use the 'describe_entity' action to get more information about the existing error value descriptor like so:
58886
- ${Ki(
58886
+ ${Si(
58887
58887
  {
58888
58888
  describe_entity: o.error.id
58889
58889
  }
@@ -59248,7 +59248,7 @@ ${Ki(
59248
59248
  var u, h, c, T, E, R, O;
59249
59249
  const i = [], s = [], l = [], o = [];
59250
59250
  if (Array.from(
59251
- /* @__PURE__ */ new Set([...Fi(), ...this.project.getAllBuiltInIds()])
59251
+ /* @__PURE__ */ new Set([...gi(), ...this.project.getAllBuiltInIds()])
59252
59252
  ).includes(this.id))
59253
59253
  return t == null || t.attemptAutoclose("remove-entity", this.id), console.log("Built-in entity, cannot remove: ", this.id), {
59254
59254
  added: [],
@@ -59527,7 +59527,7 @@ ${Ki(
59527
59527
  ), t = null, i = null, s = !0) {
59528
59528
  var E, R;
59529
59529
  if (Array.from(
59530
- /* @__PURE__ */ new Set([...Fi(), ...this.project.getAllBuiltInIds()])
59530
+ /* @__PURE__ */ new Set([...gi(), ...this.project.getAllBuiltInIds()])
59531
59531
  ).includes(this.id))
59532
59532
  return this;
59533
59533
  let o = yt(t, this);
@@ -59587,7 +59587,7 @@ ${Ki(
59587
59587
  "implement-as-return-declaration"
59588
59588
  )
59589
59589
  ), t, i) {
59590
- const s = ri.new(e);
59590
+ const s = ni.new(e);
59591
59591
  s.id = i || s.id, s.name = this.name, s.description = this.description, s.parent = t.toReference(), s.implements = this.toJSON(), s.isError = this.parentRelationType === N.ReturnedError;
59592
59592
  const l = rt(
59593
59593
  s,
@@ -59856,7 +59856,7 @@ If you are trying to create a new entity, please use a different id, for example
59856
59856
  a
59857
59857
  );
59858
59858
  case n.ReturnDeclaration:
59859
- return ri.validateGenerationTarget(
59859
+ return ni.validateGenerationTarget(
59860
59860
  e,
59861
59861
  a
59862
59862
  );
@@ -60605,7 +60605,7 @@ ${vv}`, qp = `To establish a connection of a reader and writter value during the
60605
60605
  \`\`\`
60606
60606
  You can use the 'disconnect_values' generation action to remove the connection between two value holding entities in the same way.`, yl = `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.
60607
60607
  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.`;
60608
- function Ki(r) {
60608
+ function Si(r) {
60609
60609
  return `\`\`\`json
60610
60610
  ${typeof r == "string" ? r : JSON.stringify(r, null, 2)}
60611
60611
  \`\`\``;
@@ -60617,22 +60617,22 @@ function XW(r, a) {
60617
60617
  return e.add_caller = {
60618
60618
  callerEntityId: a.callerEntityId,
60619
60619
  calleeEntityId: a.calleeEntityId
60620
- }, a.fromError && (e.add_caller.fromError = a.fromError), Ki(e);
60620
+ }, a.fromError && (e.add_caller.fromError = a.fromError), Si(e);
60621
60621
  case "remove_caller":
60622
60622
  return e.remove_caller = {
60623
60623
  callerEntityId: a.callerEntityId,
60624
60624
  calleeEntityId: a.calleeEntityId
60625
- }, Ki(e);
60625
+ }, Si(e);
60626
60626
  case "connect_values":
60627
60627
  return e.connect_values = {
60628
60628
  writerEntityId: a.writerEntityId,
60629
60629
  readerEntityId: a.readerEntityId
60630
- }, Ki(e);
60630
+ }, Si(e);
60631
60631
  case "disconnect_values":
60632
60632
  return e.disconnect_values = {
60633
60633
  writerEntityId: a.writerEntityId,
60634
60634
  readerEntityId: a.readerEntityId
60635
- }, Ki(e);
60635
+ }, Si(e);
60636
60636
  case "update": {
60637
60637
  const t = `{
60638
60638
  "update": {
@@ -60642,7 +60642,7 @@ function XW(r, a) {
60642
60642
  }
60643
60643
  }
60644
60644
  }`;
60645
- return Ki(t);
60645
+ return Si(t);
60646
60646
  }
60647
60647
  default:
60648
60648
  return "";
@@ -60927,7 +60927,7 @@ function P7(r, a) {
60927
60927
  issue: null
60928
60928
  })
60929
60929
  );
60930
- const l = Wt(t, a);
60930
+ const l = zt(t, a);
60931
60931
  t.type === n.ReturnStatement && l && !lt.includes(l.type) ? e.push(
60932
60932
  new w({
60933
60933
  id: `${t.id}--${b.IncompatibleScope}`,
@@ -60973,7 +60973,7 @@ function P7(r, a) {
60973
60973
  );
60974
60974
  return;
60975
60975
  }
60976
- const T = Wt(c, a);
60976
+ const T = zt(c, a);
60977
60977
  if (l)
60978
60978
  Ha(
60979
60979
  l,
@@ -61237,7 +61237,7 @@ All value writting entity types are: ${ne(
61237
61237
  issue: null
61238
61238
  })
61239
61239
  );
61240
- const t = Wt(r, a.project), i = Wt(
61240
+ const t = zt(r, a.project), i = zt(
61241
61241
  a,
61242
61242
  a.project
61243
61243
  );
@@ -61729,7 +61729,7 @@ ${i}`,
61729
61729
  })
61730
61730
  );
61731
61731
  else if (t.parent.type === n.DefinitionEntity) {
61732
- const l = Jt(
61732
+ const l = qt(
61733
61733
  t.parent
61734
61734
  ).filter(
61735
61735
  (d) => !d.interactive
@@ -61922,7 +61922,7 @@ function M7(r, a, e) {
61922
61922
  var d, u, h, c;
61923
61923
  if (e.compatible)
61924
61924
  return "";
61925
- const t = `entity of type "${r.type}" with id "${r.id}"`, i = `entity with id "${r.id}"`, s = `entity of type "${a.type}" with id "${a.id}"`, l = `entity with id "${a.id}"`, o = qt(
61925
+ const t = `entity of type "${r.type}" with id "${r.id}"`, i = `entity with id "${r.id}"`, s = `entity of type "${a.type}" with id "${a.id}"`, l = `entity with id "${a.id}"`, o = Wt(
61926
61926
  `${t} and ${s} have incompatible data types and cannot be connected as value-reader and value-writter.`
61927
61927
  );
61928
61928
  return e.type === Oi.AIsListBIsNot ? `${o}
@@ -63685,12 +63685,12 @@ class cp {
63685
63685
  constructor(a) {
63686
63686
  f(this, "order", []);
63687
63687
  f(this, "flatRecord", {});
63688
- f(this, "allBuiltInEntityIds", Fi());
63688
+ f(this, "allBuiltInEntityIds", gi());
63689
63689
  f(this, "onGoingVisits", {});
63690
63690
  this.flatten(a), this.orderEntities();
63691
63691
  }
63692
63692
  flatten(a) {
63693
- const e = new Set(Fi()), t = p(
63693
+ const e = new Set(gi()), t = p(
63694
63694
  U(a, e, {
63695
63695
  ignoreBuiltInBaseEntities: !0
63696
63696
  })
@@ -64122,9 +64122,9 @@ function bv(r, a, e, t, i) {
64122
64122
  const Z = [];
64123
64123
  let q = !1;
64124
64124
  C.forEach((ue) => {
64125
- var me, X, ae, Zt;
64125
+ var me, X, ae, Jt;
64126
64126
  if (Array.isArray(ue) && (q = !0), typeof ue == "object" && !Array.isArray(ue) && ue !== null) {
64127
- const Ni = El(
64127
+ const Ui = El(
64128
64128
  ue,
64129
64129
  a.project,
64130
64130
  {
@@ -64134,7 +64134,7 @@ function bv(r, a, e, t, i) {
64134
64134
  t,
64135
64135
  i
64136
64136
  );
64137
- Ni.hasCreated && Z.push((me = Ni.changeSet) == null ? void 0 : me.self), s.push(...(X = Ni.changeSet) == null ? void 0 : X.updated), l.push(...(ae = Ni.changeSet) == null ? void 0 : ae.added), o.push(...(Zt = Ni.changeSet) == null ? void 0 : Zt.removed);
64137
+ Ui.hasCreated && Z.push((me = Ui.changeSet) == null ? void 0 : me.self), s.push(...(X = Ui.changeSet) == null ? void 0 : X.updated), l.push(...(ae = Ui.changeSet) == null ? void 0 : ae.added), o.push(...(Jt = Ui.changeSet) == null ? void 0 : Jt.removed);
64138
64138
  }
64139
64139
  });
64140
64140
  const S = p(
@@ -64643,7 +64643,7 @@ function zp(r) {
64643
64643
  if (a.length === 0)
64644
64644
  return r.project;
64645
64645
  const e = a.reduce((t, i) => {
64646
- const s = Wt(i, r.project);
64646
+ const s = zt(i, r.project);
64647
64647
  return !s || s.type === n.Project ? t : t.type === n.Project || Zs(
64648
64648
  s,
64649
64649
  t
@@ -64672,7 +64672,7 @@ function K(r, a) {
64672
64672
  r.setParent(e, a), r.addSelfToProject(a);
64673
64673
  if (ot.includes(r.type))
64674
64674
  return;
64675
- qe(r).forEach((l) => {
64675
+ Je(r).forEach((l) => {
64676
64676
  var d, u;
64677
64677
  const o = zp(l);
64678
64678
  if (l.type === n.InternalCall)
@@ -64831,7 +64831,7 @@ function hz(r) {
64831
64831
  e.push([t]);
64832
64832
  }), e;
64833
64833
  }
64834
- function ni(r) {
64834
+ function Ft(r) {
64835
64835
  const a = r.map(
64836
64836
  (e) => Pt(e)
64837
64837
  );
@@ -64839,13 +64839,13 @@ function ni(r) {
64839
64839
  }
64840
64840
  function Dv(r) {
64841
64841
  return dt.includes(r.type) ? [
64842
- ...ni(
64842
+ ...Ft(
64843
64843
  r.successCalls
64844
64844
  ),
64845
- ...ni(
64845
+ ...Ft(
64846
64846
  r.errorCalls
64847
64847
  )
64848
- ] : lt.includes(r.type) ? ni(
64848
+ ] : lt.includes(r.type) ? Ft(
64849
64849
  r.calls
64850
64850
  ) : [];
64851
64851
  }
@@ -64885,38 +64885,52 @@ function Y7(r) {
64885
64885
  function H7(r = []) {
64886
64886
  return r.reduce((a, e) => e.type === n.OutputMap ? [...a, ...Y7(e)] : a, []);
64887
64887
  }
64888
- function qe(r) {
64889
- return dt.includes(r.type) ? [
64890
- ...Xi(
64891
- ni(
64888
+ function Je(r) {
64889
+ return r.type === n.Loop ? p([
64890
+ ...Pi(
64891
+ Ft(
64892
64892
  r.successCalls
64893
64893
  )
64894
64894
  ),
64895
- ...Xi(
64896
- ni(
64895
+ ...Pi(
64896
+ Ft(
64897
+ r.errorCalls
64898
+ )
64899
+ ),
64900
+ ...r.body ? Je(r.body) : []
64901
+ ]) : dt.includes(r.type) ? p([
64902
+ ...Pi(
64903
+ Ft(
64904
+ r.successCalls
64905
+ )
64906
+ ),
64907
+ ...Pi(
64908
+ Ft(
64897
64909
  r.errorCalls
64898
64910
  )
64899
64911
  )
64900
- ] : lt.includes(r.type) ? Xi(
64901
- ni(
64902
- r.calls
64912
+ ]) : lt.includes(r.type) ? p(
64913
+ Pi(
64914
+ Ft(
64915
+ r.calls
64916
+ )
64903
64917
  )
64904
64918
  ) : [];
64905
64919
  }
64906
64920
  function Tz(r) {
64907
64921
  return dt.includes(r.type) ? [
64908
- ...Xi(
64909
- ni(
64922
+ ...Pi(
64923
+ Ft(
64910
64924
  r.successCalls
64911
64925
  )
64912
64926
  ),
64913
- ...Xi(
64914
- ni(
64927
+ ...Pi(
64928
+ Ft(
64915
64929
  r.errorCalls
64916
64930
  )
64917
64931
  )
64918
- ] : lt.includes(r.type) ? Xi(
64919
- ni(
64932
+ ] : lt.includes(r.type) ? Pi(
64933
+ Ft(
64920
64934
  r.calls
64921
64935
  )
64922
64936
  ) : [];
@@ -64941,7 +64955,7 @@ function He(r, a = /* @__PURE__ */ new Set()) {
64941
64955
  ).reduce((t, i) => [...t, ...He(i, a)], []);
64942
64956
  if (r.type === n.FunctionCall || r.type === n.Operation || r.type === n.Condition)
64943
64957
  return [
64944
- ...qe(r).reduce(
64958
+ ...Je(r).reduce(
64945
64959
  (s, l) => {
64946
64960
  const o = Pt(l);
64947
64961
  return [
@@ -64960,7 +64974,7 @@ function He(r, a = /* @__PURE__ */ new Set()) {
64960
64974
  if (Js.includes(r.type)) {
64961
64975
  const e = jl(
64962
64976
  r.inputs
64963
- ), i = qe(r).reduce(
64977
+ ), i = Je(r).reduce(
64964
64978
  (s, l) => {
64965
64979
  const o = Pt(l);
64966
64980
  return [
@@ -64980,7 +64994,7 @@ function He(r, a = /* @__PURE__ */ new Set()) {
64980
64994
  ...jl(
64981
64995
  r.inputs
64982
64996
  )
64983
- ], i = qe(
64997
+ ], i = Je(
64984
64998
  r
64985
64999
  ).reduce(
64986
65000
  (s, l) => {
@@ -64999,7 +65013,7 @@ function He(r, a = /* @__PURE__ */ new Set()) {
64999
65013
  }
65000
65014
  if (tt.includes(r.type)) {
65001
65015
  a.add(r.id);
65002
- const t = qe(r).reduce(
65016
+ const t = Je(r).reduce(
65003
65017
  (i, s) => {
65004
65018
  const l = Pt(s);
65005
65019
  return [
@@ -65034,9 +65048,9 @@ function ui(r, a = /* @__PURE__ */ new Set()) {
65034
65048
  ...ui(s, a)
65035
65049
  ], [])]);
65036
65050
  }
65037
- function Xi(r) {
65051
+ function Pi(r) {
65038
65052
  return r.reduce(
65039
- (a, e) => e.type === n.ReturnStatement || e.type === n.ContinueStatement || e.type === n.BreakStatement ? [...a, e] : [...a, e, ...qe(e)],
65053
+ (a, e) => e.type === n.ReturnStatement || e.type === n.ContinueStatement || e.type === n.BreakStatement ? [...a, e] : [...a, e, ...Je(e)],
65040
65054
  []
65041
65055
  );
65042
65056
  }
@@ -65049,20 +65063,20 @@ function X7(r) {
65049
65063
  ], t = a.reduce((d, u) => [...d, ...u.properties], []), i = a.reduce((d, u) => [...d, ...u.methods], []), s = i.reduce((d, u) => [
65050
65064
  ...d,
65051
65065
  ...jl(u.inputs),
65052
- ...Xi(
65053
- ni(u.calls)
65066
+ ...Pi(
65067
+ Ft(u.calls)
65054
65068
  ),
65055
65069
  ...u.returnStatements
65056
65070
  ], []), l = r.functions.reduce((d, u) => [
65057
65071
  ...d,
65058
- ...Xi(
65059
- ni(u.calls)
65072
+ ...Pi(
65073
+ Ft(u.calls)
65060
65074
  ),
65061
65075
  ...u.returnStatements
65062
65076
  ], []), o = r.events.reduce((d, u) => [
65063
65077
  ...d,
65064
- ...Xi(
65065
- ni(u.calls)
65078
+ ...Pi(
65079
+ Ft(u.calls)
65066
65080
  ),
65067
65081
  ...u.returnStatements
65068
65082
  ], []);
@@ -65731,7 +65745,7 @@ function wJ(r, a = /* @__PURE__ */ new Set(), e = {
65731
65745
  ...r.parent ? U(r.parent, a, e) : []
65732
65746
  ];
65733
65747
  }
65734
- function Fi() {
65748
+ function gi() {
65735
65749
  const r = /* @__PURE__ */ new Set(), a = g1.flatMap(
65736
65750
  (e) => U(e, r)
65737
65751
  ).map((e) => e.id);
@@ -65746,7 +65760,7 @@ function U(r, a = /* @__PURE__ */ new Set(), e = {
65746
65760
  throw new Error("Entity must be defined to be flattened");
65747
65761
  if (r.type === n.GenericReference)
65748
65762
  return [];
65749
- if (e.ignoreBuiltInBaseEntities && (pi.includes(r.type) || Fi().includes(r.id)))
65763
+ if (e.ignoreBuiltInBaseEntities && (pi.includes(r.type) || gi().includes(r.id)))
65750
65764
  return [];
65751
65765
  if (a.has(r.id))
65752
65766
  return [];
@@ -65842,7 +65856,7 @@ function CJ(r, a) {
65842
65856
  function _J(r) {
65843
65857
  const a = r.internalCalls || [];
65844
65858
  return p(
65845
- ni(
65859
+ Ft(
65846
65860
  p(
65847
65861
  a.flatMap((e) => [...e.successCalls, ...e.errorCalls])
65848
65862
  )
@@ -66060,20 +66074,20 @@ function UJ(r) {
66060
66074
  );
66061
66075
  return a && a.type === n.DefinitionEntity ? a : null;
66062
66076
  }
66063
- function Jt(r) {
66077
+ function qt(r) {
66064
66078
  if (r.type === n.BuiltInBaseEntity)
66065
66079
  return [r];
66066
66080
  const a = [...r.implements, ...r.extends].reduce(
66067
66081
  (e, t) => t.type === n.BuiltInBaseEntity ? [...e, t] : t.type === n.DefinitionEntity ? [
66068
66082
  ...e,
66069
- ...Jt(t)
66083
+ ...qt(t)
66070
66084
  ] : e,
66071
66085
  []
66072
66086
  );
66073
66087
  return p(a);
66074
66088
  }
66075
66089
  function Xo(r) {
66076
- return r.type === n.PrimitiveEntity ? !0 : r.type === n.BuiltInBaseEntity ? r.interactive : !Jt(
66090
+ return r.type === n.PrimitiveEntity ? !0 : r.type === n.BuiltInBaseEntity ? r.interactive : !qt(
66077
66091
  r
66078
66092
  ).find(
66079
66093
  (t) => !t.interactive
@@ -66169,7 +66183,7 @@ function Qo(r) {
66169
66183
  case n.ArgumentDeclaration:
66170
66184
  return Ar;
66171
66185
  case n.ReturnDeclaration:
66172
- return ri;
66186
+ return ni;
66173
66187
  case n.Property:
66174
66188
  return qr;
66175
66189
  case n.InstalledProject:
@@ -66185,9 +66199,9 @@ function Qo(r) {
66185
66199
  case n.ValueDescriptor:
66186
66200
  return br;
66187
66201
  case n.BuiltInBaseEntity:
66188
- return gi;
66202
+ return ki;
66189
66203
  case n.PrimitiveEntity:
66190
- return ti;
66204
+ return ii;
66191
66205
  case n.ActionDescriptor:
66192
66206
  return We;
66193
66207
  case n.LiteralValue:
@@ -66200,7 +66214,7 @@ function Qo(r) {
66200
66214
  return null;
66201
66215
  }
66202
66216
  }
66203
- function Wt(r, a) {
66217
+ function zt(r, a) {
66204
66218
  const e = r != null && r.parent ? _(r == null ? void 0 : r.parent) : null;
66205
66219
  let t = e ? a.get(e) : null;
66206
66220
  if (r.type === n.ReturnStatement)
@@ -66219,9 +66233,9 @@ function Wt(r, a) {
66219
66233
  if (!s)
66220
66234
  return null;
66221
66235
  const l = a.get(s);
66222
- return l ? Wt(l, a) : null;
66236
+ return l ? zt(l, a) : null;
66223
66237
  } else
66224
- return i === a ? a : Wt(i, a);
66238
+ return i === a ? a : zt(i, a);
66225
66239
  }
66226
66240
  function Et(r, a) {
66227
66241
  const e = r != null && r.parent ? _(r == null ? void 0 : r.parent) : null;
@@ -66256,7 +66270,7 @@ function Bv(r, a) {
66256
66270
  function xl(r, a, e) {
66257
66271
  if (r === a || a === e || r === e)
66258
66272
  return !1;
66259
- const t = Wt(
66273
+ const t = zt(
66260
66274
  a.parent,
66261
66275
  e
66262
66276
  );
@@ -66264,7 +66278,7 @@ function xl(r, a, e) {
66264
66278
  }
66265
66279
  var $l = /* @__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))($l || {});
66266
66280
  function Ha(r, a, e) {
66267
- const t = Wt(r, e), i = Wt(a, e);
66281
+ const t = zt(r, e), i = zt(a, e);
66268
66282
  if (!t)
66269
66283
  throw new Error("Could not find scope owner for the entity: " + r.id);
66270
66284
  if (!i)
@@ -66313,7 +66327,7 @@ function Ha(r, a, e) {
66313
66327
  } : o ? {
66314
66328
  compatible: !1,
66315
66329
  type: "parallel-in-common-parent",
66316
- commonAncestorScope: Wt(
66330
+ commonAncestorScope: zt(
66317
66331
  o,
66318
66332
  e
66319
66333
  )
@@ -66333,7 +66347,7 @@ function GJ(r, a, e) {
66333
66347
  return null;
66334
66348
  if (r === a)
66335
66349
  return r;
66336
- let i = Wt(r.parent, e);
66350
+ let i = zt(r.parent, e);
66337
66351
  if (i) {
66338
66352
  if (i === a)
66339
66353
  return a;
@@ -66349,12 +66363,12 @@ function GJ(r, a, e) {
66349
66363
  return r;
66350
66364
  } else
66351
66365
  return r;
66352
- i = Wt(
66366
+ i = zt(
66353
66367
  i.parent,
66354
66368
  e
66355
66369
  );
66356
66370
  }
66357
- let s = Wt(a.parent, e);
66371
+ let s = zt(a.parent, e);
66358
66372
  if (s) {
66359
66373
  if (s === r)
66360
66374
  return r;
@@ -66370,7 +66384,7 @@ function GJ(r, a, e) {
66370
66384
  return a;
66371
66385
  } else
66372
66386
  return a;
66373
- s = Wt(
66387
+ s = zt(
66374
66388
  s.parent,
66375
66389
  e
66376
66390
  );
@@ -66420,14 +66434,14 @@ function Na(r) {
66420
66434
  [
66421
66435
  ...s.successCalls || []
66422
66436
  ].forEach((d) => {
66423
- ot.includes(d.type) && d !== r && (qe(
66437
+ ot.includes(d.type) && d !== r && (Je(
66424
66438
  r
66425
66439
  ).find((c) => c === d) || t(s, d));
66426
66440
  });
66427
66441
  let o;
66428
66442
  if (dt.includes(s.type) && (o = s), o) {
66429
66443
  const d = Na(o);
66430
- d.reachable || qe(
66444
+ d.reachable || Je(
66431
66445
  r
66432
66446
  ).find((c) => c === s) || d.blocks.forEach((c) => {
66433
66447
  t(s, c.blockedByCalling);
@@ -66437,14 +66451,14 @@ function Na(r) {
66437
66451
  [
66438
66452
  ...s.errorCalls || []
66439
66453
  ].forEach((d) => {
66440
- ot.includes(d.type) && d !== r && (qe(
66454
+ ot.includes(d.type) && d !== r && (Je(
66441
66455
  r
66442
66456
  ).find((c) => c === d) || t(s, d));
66443
66457
  });
66444
66458
  let o;
66445
66459
  if (dt.includes(s.type) && (o = s), o) {
66446
66460
  const d = Na(o);
66447
- d.reachable || qe(
66461
+ d.reachable || Je(
66448
66462
  r
66449
66463
  ).find((c) => c === s) || d.blocks.forEach((c) => {
66450
66464
  t(s, c.blockedByCalling);
@@ -66452,7 +66466,7 @@ function Na(r) {
66452
66466
  }
66453
66467
  }), r.calledByEntry.forEach((s) => {
66454
66468
  if ([...s.calls || []].forEach((d) => {
66455
- ot.includes(d.type) && d !== r && (qe(
66469
+ ot.includes(d.type) && d !== r && (Je(
66456
66470
  r
66457
66471
  ).find((c) => c === d) || t(s, d));
66458
66472
  }), s === i)
@@ -66596,11 +66610,11 @@ function Lz(r) {
66596
66610
  case n.FunctionCall:
66597
66611
  return dn;
66598
66612
  case n.ReturnDeclaration:
66599
- return ri;
66613
+ return ni;
66600
66614
  case n.ArgumentDeclaration:
66601
66615
  return Ar;
66602
66616
  case n.PrimitiveEntity:
66603
- return ti;
66617
+ return ii;
66604
66618
  case n.DataType:
66605
66619
  return Yr;
66606
66620
  case n.Property:
@@ -66999,7 +67013,7 @@ function JJ(r) {
66999
67013
  return a;
67000
67014
  }
67001
67015
  function qJ(r, a) {
67002
- const e = [], t = Jt(a);
67016
+ const e = [], t = qt(a);
67003
67017
  if (!a.abstract) {
67004
67018
  const l = new Ye({
67005
67019
  id: r.id + "--" + a.id + "--" + G.ImplementingNonAbstractEntity,
@@ -67072,7 +67086,7 @@ function qJ(r, a) {
67072
67086
  }
67073
67087
  });
67074
67088
  } else {
67075
- Jt(l).forEach((h) => {
67089
+ qt(l).forEach((h) => {
67076
67090
  const c = t.filter(
67077
67091
  (T) => T.id !== h.id
67078
67092
  );
@@ -67108,7 +67122,7 @@ function qJ(r, a) {
67108
67122
  e.push(...u.errors);
67109
67123
  }
67110
67124
  }), p(
67111
- r.extends.flatMap((l) => Jt(l))
67125
+ r.extends.flatMap((l) => qt(l))
67112
67126
  ).forEach((l) => {
67113
67127
  if (!t.find(
67114
67128
  (o) => o.id === l.id
@@ -67128,7 +67142,7 @@ function qJ(r, a) {
67128
67142
  }), e;
67129
67143
  }
67130
67144
  function WJ(r, a, e = !1) {
67131
- const t = [], i = Jt(a);
67145
+ const t = [], i = qt(a);
67132
67146
  if (!r.abstract && a.abstract) {
67133
67147
  const h = de({
67134
67148
  id: r.id + "--" + a.id + "--" + G.NonAbstractExtendingAbstractEntity,
@@ -67213,7 +67227,7 @@ function WJ(r, a, e = !1) {
67213
67227
  }
67214
67228
  });
67215
67229
  } else {
67216
- Jt(h).forEach((M) => {
67230
+ qt(h).forEach((M) => {
67217
67231
  const x = i.filter(
67218
67232
  (C) => C.id !== M.id
67219
67233
  );
@@ -67233,7 +67247,7 @@ function WJ(r, a, e = !1) {
67233
67247
  }
67234
67248
  });
67235
67249
  });
67236
- const T = !!Jt(h).find(
67250
+ const T = !!qt(h).find(
67237
67251
  (M) => M.id === a.id
67238
67252
  );
67239
67253
  let E = [...h.properties];
@@ -67290,7 +67304,7 @@ function WJ(r, a, e = !1) {
67290
67304
  }
67291
67305
  });
67292
67306
  } else {
67293
- Jt(h).forEach((R) => {
67307
+ qt(h).forEach((R) => {
67294
67308
  const O = i.filter(
67295
67309
  (V) => V.id !== R.id
67296
67310
  );
@@ -67340,7 +67354,7 @@ function WJ(r, a, e = !1) {
67340
67354
  L.MethodOverwritesOtherSiblingWithSameName
67341
67355
  );
67342
67356
  return t.push(...d.errors), p(
67343
- r.extends.flatMap((h) => Jt(h))
67357
+ r.extends.flatMap((h) => qt(h))
67344
67358
  ).forEach((h) => {
67345
67359
  if (!i.find(
67346
67360
  (c) => c.id === h.id
@@ -67709,7 +67723,7 @@ const Le = class Le extends st {
67709
67723
  severity: D.Error,
67710
67724
  message: `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${u.id}' because it already has an 'entity' child. Data type entities can only have one 'entity' as children.
67711
67725
  You can inspect the existing 'entity' field with the 'describe_entity' action. Like so:
67712
- ${Ki(
67726
+ ${Si(
67713
67727
  {
67714
67728
  describe_entity: u.entity.id
67715
67729
  }
@@ -69085,7 +69099,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
69085
69099
  c.parent
69086
69100
  ).getMasterInputWithValueWritterFromAllInstances(
69087
69101
  c
69088
- ), O = xi(
69102
+ ), O = $i(
69089
69103
  R,
69090
69104
  t
69091
69105
  ), V = O == null ? void 0 : O.clone(
@@ -69144,7 +69158,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
69144
69158
  c.parent
69145
69159
  ).getMasterInputWithValueWritterFromAllInstances(
69146
69160
  c
69147
- ), me = xi(
69161
+ ), me = $i(
69148
69162
  ue
69149
69163
  ), X = me == null ? void 0 : me.clone(
69150
69164
  t,
@@ -69204,7 +69218,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
69204
69218
  c.parent
69205
69219
  ).getMasterInputWithValueWritterFromAllInstances(
69206
69220
  c
69207
- ), M = xi(
69221
+ ), M = $i(
69208
69222
  V
69209
69223
  ), x = M == null ? void 0 : M.clone(
69210
69224
  t,
@@ -69617,7 +69631,7 @@ const Os = class Os extends st {
69617
69631
  f(Os, "repository", {
69618
69632
  APILoad: async (e, ...t) => null
69619
69633
  });
69620
- let gi = Os;
69634
+ let ki = Os;
69621
69635
  function QJ(r) {
69622
69636
  const a = M8(), e = r.toJSON();
69623
69637
  a.safeParse(e).success;
@@ -69898,14 +69912,14 @@ const Xa = class Xa extends st {
69898
69912
  return e.push(...this.methods), this.extends.filter(
69899
69913
  (i) => i.type === n.BuiltInBaseEntity && i.interactive || i.type === n.PrimitiveEntity
69900
69914
  ).forEach((i) => {
69901
- i instanceof gi && e.push(...i.getAllInteractiveMethods());
69915
+ i instanceof ki && e.push(...i.getAllInteractiveMethods());
69902
69916
  }), p(e);
69903
69917
  }
69904
69918
  };
69905
69919
  f(Xa, "repository", {
69906
69920
  APILoad: async (e, ...t) => null
69907
69921
  });
69908
- let ti = Xa;
69922
+ let ii = Xa;
69909
69923
  function rt(r, a) {
69910
69924
  if (!r)
69911
69925
  throw new Error("Entity is null");
@@ -69916,7 +69930,7 @@ function rt(r, a) {
69916
69930
  case n.DefinitionEntity:
69917
69931
  return e || new cn(r, a);
69918
69932
  case n.PrimitiveEntity:
69919
- return e || new ti(r, a);
69933
+ return e || new ii(r, a);
69920
69934
  case n.FunctionDeclaration:
69921
69935
  return e || new zr(r, a);
69922
69936
  case n.GlobalEvent:
@@ -69938,7 +69952,7 @@ function rt(r, a) {
69938
69952
  case n.OutputMap:
69939
69953
  return e || new nr(r, a);
69940
69954
  case n.ReturnDeclaration:
69941
- return e || new ri(r, a);
69955
+ return e || new ni(r, a);
69942
69956
  case n.ArgumentDeclaration:
69943
69957
  return e || new Ar(r, a);
69944
69958
  case n.InputMap:
@@ -69958,7 +69972,7 @@ function rt(r, a) {
69958
69972
  case n.ValueDescriptor:
69959
69973
  return e || new br(r, a);
69960
69974
  case n.BuiltInBaseEntity:
69961
- return e || new gi(r, a);
69975
+ return e || new ki(r, a);
69962
69976
  case n.InternalCall:
69963
69977
  return e || new sn(r, a);
69964
69978
  case n.ContinueStatement:
@@ -70018,7 +70032,7 @@ function Fz(r, a) {
70018
70032
  case n.OutputMap:
70019
70033
  return nr.fromGenerationTarget(r, a);
70020
70034
  case n.ReturnDeclaration:
70021
- return ri.fromGenerationTarget(
70035
+ return ni.fromGenerationTarget(
70022
70036
  r,
70023
70037
  a
70024
70038
  );
@@ -71403,7 +71417,7 @@ const ie = class ie extends st {
71403
71417
  getTerminationStatements() {
71404
71418
  return [
71405
71419
  ...this.getEntryPoints().reduce((t, i) => {
71406
- const s = qe(i);
71420
+ const s = Je(i);
71407
71421
  return [
71408
71422
  ...t,
71409
71423
  ...s.filter(
@@ -71420,7 +71434,7 @@ const ie = class ie extends st {
71420
71434
  return [
71421
71435
  ...this.conditions,
71422
71436
  ...this.getEntryPoints().reduce((t, i) => {
71423
- const s = qe(i);
71437
+ const s = Je(i);
71424
71438
  return [
71425
71439
  ...t,
71426
71440
  ...s.filter(
@@ -71429,7 +71443,7 @@ const ie = class ie extends st {
71429
71443
  ];
71430
71444
  }, []),
71431
71445
  ...this.functionCalls.reduce((t, i) => {
71432
- const s = qe(i);
71446
+ const s = Je(i);
71433
71447
  return [
71434
71448
  ...t,
71435
71449
  ...s.filter(
@@ -71438,7 +71452,7 @@ const ie = class ie extends st {
71438
71452
  ];
71439
71453
  }, []),
71440
71454
  ...this.operations.reduce((t, i) => {
71441
- const s = qe(i);
71455
+ const s = Je(i);
71442
71456
  return [
71443
71457
  ...t,
71444
71458
  ...s.filter(
@@ -71447,7 +71461,7 @@ const ie = class ie extends st {
71447
71461
  ];
71448
71462
  }, []),
71449
71463
  ...this.loops.reduce((t, i) => {
71450
- const s = qe(i);
71464
+ const s = Je(i);
71451
71465
  return [
71452
71466
  ...t,
71453
71467
  ...s.filter(
@@ -71456,7 +71470,7 @@ const ie = class ie extends st {
71456
71470
  ];
71457
71471
  }, []),
71458
71472
  ...this.searches.reduce((t, i) => {
71459
- const s = qe(i);
71473
+ const s = Je(i);
71460
71474
  return [
71461
71475
  ...t,
71462
71476
  ...s.filter(
@@ -71470,7 +71484,7 @@ const ie = class ie extends st {
71470
71484
  return [
71471
71485
  ...this.operations,
71472
71486
  ...this.getEntryPoints().reduce((t, i) => {
71473
- const s = qe(i);
71487
+ const s = Je(i);
71474
71488
  return [
71475
71489
  ...t,
71476
71490
  ...s.filter(
@@ -71479,7 +71493,7 @@ const ie = class ie extends st {
71479
71493
  ];
71480
71494
  }, []),
71481
71495
  ...this.functionCalls.reduce((t, i) => {
71482
- const s = qe(i);
71496
+ const s = Je(i);
71483
71497
  return [
71484
71498
  ...t,
71485
71499
  ...s.filter(
@@ -71488,7 +71502,7 @@ const ie = class ie extends st {
71488
71502
  ];
71489
71503
  }, []),
71490
71504
  ...this.conditions.reduce((t, i) => {
71491
- const s = qe(i);
71505
+ const s = Je(i);
71492
71506
  return [
71493
71507
  ...t,
71494
71508
  ...s.filter(
@@ -71497,7 +71511,7 @@ const ie = class ie extends st {
71497
71511
  ];
71498
71512
  }, []),
71499
71513
  ...this.loops.reduce((t, i) => {
71500
- const s = qe(i);
71514
+ const s = Je(i);
71501
71515
  return [
71502
71516
  ...t,
71503
71517
  ...s.filter(
@@ -71506,7 +71520,7 @@ const ie = class ie extends st {
71506
71520
  ];
71507
71521
  }, []),
71508
71522
  ...this.searches.reduce((t, i) => {
71509
- const s = qe(i);
71523
+ const s = Je(i);
71510
71524
  return [
71511
71525
  ...t,
71512
71526
  ...s.filter(
@@ -71520,7 +71534,7 @@ const ie = class ie extends st {
71520
71534
  return [
71521
71535
  ...this.functionCalls,
71522
71536
  ...this.getEntryPoints().reduce((t, i) => {
71523
- const s = qe(i);
71537
+ const s = Je(i);
71524
71538
  return [
71525
71539
  ...t,
71526
71540
  ...s.filter(
@@ -71529,7 +71543,7 @@ const ie = class ie extends st {
71529
71543
  ];
71530
71544
  }, []),
71531
71545
  ...this.conditions.reduce((t, i) => {
71532
- const s = qe(i);
71546
+ const s = Je(i);
71533
71547
  return [
71534
71548
  ...t,
71535
71549
  ...s.filter(
@@ -71538,7 +71552,7 @@ const ie = class ie extends st {
71538
71552
  ];
71539
71553
  }, []),
71540
71554
  ...this.operations.reduce((t, i) => {
71541
- const s = qe(i);
71555
+ const s = Je(i);
71542
71556
  return [
71543
71557
  ...t,
71544
71558
  ...s.filter(
@@ -71547,7 +71561,7 @@ const ie = class ie extends st {
71547
71561
  ];
71548
71562
  }, []),
71549
71563
  ...this.loops.reduce((t, i) => {
71550
- const s = qe(i);
71564
+ const s = Je(i);
71551
71565
  return [
71552
71566
  ...t,
71553
71567
  ...s.filter(
@@ -71556,7 +71570,7 @@ const ie = class ie extends st {
71556
71570
  ];
71557
71571
  }, []),
71558
71572
  ...this.searches.reduce((t, i) => {
71559
- const s = qe(i);
71573
+ const s = Je(i);
71560
71574
  return [
71561
71575
  ...t,
71562
71576
  ...s.filter(
@@ -71681,7 +71695,7 @@ const ie = class ie extends st {
71681
71695
  return [
71682
71696
  ...this.loops,
71683
71697
  ...this.getEntryPoints().reduce((t, i) => {
71684
- const s = qe(i);
71698
+ const s = Je(i);
71685
71699
  return [
71686
71700
  ...t,
71687
71701
  ...s.filter(
@@ -71690,7 +71704,7 @@ const ie = class ie extends st {
71690
71704
  ];
71691
71705
  }, []),
71692
71706
  ...this.functionCalls.reduce((t, i) => {
71693
- const s = qe(i);
71707
+ const s = Je(i);
71694
71708
  return [
71695
71709
  ...t,
71696
71710
  ...s.filter(
@@ -71699,7 +71713,7 @@ const ie = class ie extends st {
71699
71713
  ];
71700
71714
  }, []),
71701
71715
  ...this.conditions.reduce((t, i) => {
71702
- const s = qe(i);
71716
+ const s = Je(i);
71703
71717
  return [
71704
71718
  ...t,
71705
71719
  ...s.filter(
@@ -71708,7 +71722,7 @@ const ie = class ie extends st {
71708
71722
  ];
71709
71723
  }, []),
71710
71724
  ...this.operations.reduce((t, i) => {
71711
- const s = qe(i);
71725
+ const s = Je(i);
71712
71726
  return [
71713
71727
  ...t,
71714
71728
  ...s.filter(
@@ -71717,7 +71731,7 @@ const ie = class ie extends st {
71717
71731
  ];
71718
71732
  }, []),
71719
71733
  ...this.searches.reduce((t, i) => {
71720
- const s = qe(i);
71734
+ const s = Je(i);
71721
71735
  return [
71722
71736
  ...t,
71723
71737
  ...s.filter(
@@ -71731,7 +71745,7 @@ const ie = class ie extends st {
71731
71745
  return [
71732
71746
  ...this.searches,
71733
71747
  ...this.getEntryPoints().reduce((t, i) => {
71734
- const s = qe(i);
71748
+ const s = Je(i);
71735
71749
  return [
71736
71750
  ...t,
71737
71751
  ...s.filter(
@@ -71740,7 +71754,7 @@ const ie = class ie extends st {
71740
71754
  ];
71741
71755
  }, []),
71742
71756
  ...this.functionCalls.reduce((t, i) => {
71743
- const s = qe(i);
71757
+ const s = Je(i);
71744
71758
  return [
71745
71759
  ...t,
71746
71760
  ...s.filter(
@@ -71749,7 +71763,7 @@ const ie = class ie extends st {
71749
71763
  ];
71750
71764
  }, []),
71751
71765
  ...this.conditions.reduce((t, i) => {
71752
- const s = qe(i);
71766
+ const s = Je(i);
71753
71767
  return [
71754
71768
  ...t,
71755
71769
  ...s.filter(
@@ -71758,7 +71772,7 @@ const ie = class ie extends st {
71758
71772
  ];
71759
71773
  }, []),
71760
71774
  ...this.operations.reduce((t, i) => {
71761
- const s = qe(i);
71775
+ const s = Je(i);
71762
71776
  return [
71763
71777
  ...t,
71764
71778
  ...s.filter(
@@ -71767,7 +71781,7 @@ const ie = class ie extends st {
71767
71781
  ];
71768
71782
  }, []),
71769
71783
  ...this.loops.reduce((t, i) => {
71770
- const s = qe(i);
71784
+ const s = Je(i);
71771
71785
  return [
71772
71786
  ...t,
71773
71787
  ...s.filter(
@@ -71870,13 +71884,13 @@ let y = ie;
71870
71884
  var iq = /* @__PURE__ */ ((r) => (r.PersistChangeSet = "persist-change-set", r.CreateSingle = "create-single", r.CreateBulk = "create-bulk", r.CreateSingleNested = "create-single-nested", r.CreateBulkNested = "create-bulk-nested", r.Update = "update", r.Clone = "clone", r.Delete = "delete", r.Load = "load", r.LoadNested = "load-nested", r.LoadVersion = "load-version", r))(iq || {});
71871
71885
  class rq extends We {
71872
71886
  constructor(e) {
71873
- super(Ui, e);
71887
+ super(ji, e);
71874
71888
  f(this, "id", Qe.Parallel);
71875
71889
  f(this, "name", Qe.Parallel);
71876
71890
  f(this, "description", "Execute a list of actions one after the other");
71877
71891
  f(this, "version", "1");
71878
71892
  f(this, "autoexecutable", !0);
71879
- f(this, "initialData", Ui);
71893
+ f(this, "initialData", ji);
71880
71894
  f(this, "type", n.ActionDescriptor);
71881
71895
  // Nested entities
71882
71896
  f(this, "inputs", []);
@@ -71884,13 +71898,13 @@ class rq extends We {
71884
71898
  f(this, "error", null);
71885
71899
  // Parent project full state
71886
71900
  f(this, "project");
71887
- this.project = e, this.inputs = Ui.inputs.map((t) => {
71901
+ this.project = e, this.inputs = ji.inputs.map((t) => {
71888
71902
  const i = P(
71889
71903
  t,
71890
71904
  this.project
71891
71905
  );
71892
71906
  return i.setParent(this, null), i.initChildren(null), i;
71893
- }), this.outputs = Ui.outputs.map(
71907
+ }), this.outputs = ji.outputs.map(
71894
71908
  (t) => {
71895
71909
  const i = P(
71896
71910
  t,
@@ -71898,8 +71912,8 @@ class rq extends We {
71898
71912
  );
71899
71913
  return i.setParent(this, null), i.initChildren(null), i;
71900
71914
  }
71901
- ), this.error = Ui.error ? P(
71902
- Ui.error,
71915
+ ), this.error = ji.error ? P(
71916
+ ji.error,
71903
71917
  this.project
71904
71918
  ) : null;
71905
71919
  }
@@ -71921,13 +71935,13 @@ class rq extends We {
71921
71935
  }
71922
71936
  class nq extends We {
71923
71937
  constructor(e) {
71924
- super(ei, e);
71925
- f(this, "id", ei.id);
71926
- f(this, "name", ei.name);
71927
- f(this, "description", ei.description);
71928
- f(this, "version", ei.version);
71938
+ super(ti, e);
71939
+ f(this, "id", ti.id);
71940
+ f(this, "name", ti.name);
71941
+ f(this, "description", ti.description);
71942
+ f(this, "version", ti.version);
71929
71943
  f(this, "autoexecutable", !1);
71930
- f(this, "initialData", ei);
71944
+ f(this, "initialData", ti);
71931
71945
  f(this, "type", n.ActionDescriptor);
71932
71946
  // Nested entities
71933
71947
  f(this, "inputs", []);
@@ -71935,20 +71949,20 @@ class nq extends We {
71935
71949
  f(this, "error", null);
71936
71950
  // Parent project full state
71937
71951
  f(this, "project");
71938
- this.project = e, this.inputs = ei.inputs.map((t) => {
71952
+ this.project = e, this.inputs = ti.inputs.map((t) => {
71939
71953
  const i = P(
71940
71954
  t,
71941
71955
  this.project
71942
71956
  );
71943
71957
  return i.setParent(this, null), i.initChildren(null), i;
71944
- }), this.outputs = ei.outputs.map((t) => {
71958
+ }), this.outputs = ti.outputs.map((t) => {
71945
71959
  const i = P(
71946
71960
  t,
71947
71961
  this.project
71948
71962
  );
71949
71963
  return i.setParent(this, null), i.initChildren(null), i;
71950
- }), this.error = ei.error ? P(
71951
- ei.error,
71964
+ }), this.error = ti.error ? P(
71965
+ ti.error,
71952
71966
  this.project
71953
71967
  ) : null;
71954
71968
  }
@@ -72460,7 +72474,7 @@ class lq extends We {
72460
72474
  self: i
72461
72475
  };
72462
72476
  if (e.readsValue) {
72463
- const o = xi(
72477
+ const o = $i(
72464
72478
  e.readsValue,
72465
72479
  t
72466
72480
  );
@@ -72576,7 +72590,7 @@ function yq(r) {
72576
72590
  e.initChildren(null), r.subscribeBuiltInInstance(e);
72577
72591
  }), r.operationDeclarations = a, a;
72578
72592
  }
72579
- class mq extends gi {
72593
+ class mq extends ki {
72580
72594
  constructor(e) {
72581
72595
  super(Nt, e);
72582
72596
  f(this, "initialData");
@@ -72660,7 +72674,7 @@ function Tq(r, a) {
72660
72674
  override: a
72661
72675
  };
72662
72676
  }
72663
- class Eq extends gi {
72677
+ class Eq extends ki {
72664
72678
  constructor(e) {
72665
72679
  super(di, e);
72666
72680
  f(this, "initialData");
@@ -72718,7 +72732,7 @@ class Eq extends gi {
72718
72732
  }
72719
72733
  }
72720
72734
  const Sz = "test_primitive_entities_export";
72721
- class Iq extends gi {
72735
+ class Iq extends ki {
72722
72736
  constructor(e) {
72723
72737
  super(Rt, e);
72724
72738
  f(this, "initialData");
@@ -72769,8 +72783,8 @@ function Aq(r) {
72769
72783
  new mq(r),
72770
72784
  new Eq(r),
72771
72785
  new Iq(r),
72772
- new gi(Rt, r),
72773
- new gi(ud, r)
72786
+ new ki(Rt, r),
72787
+ new ki(ud, r)
72774
72788
  // new BuiltInBaseEntityState(keyValueParamBuiltInBaseEntity, project),
72775
72789
  ];
72776
72790
  return a.forEach((e) => {
@@ -72779,15 +72793,15 @@ function Aq(r) {
72779
72793
  }
72780
72794
  function bq(r) {
72781
72795
  const a = [
72782
- new ti(se, r),
72783
- new ti(Dr, r),
72784
- new ti(Te, r),
72785
- new ti(Kp, r),
72786
- new ti(Mt, r),
72787
- new ti(Or, r),
72788
- new ti(ar, r),
72789
- new ti(wr, r),
72790
- new ti(qs, r)
72796
+ new ii(se, r),
72797
+ new ii(Dr, r),
72798
+ new ii(Te, r),
72799
+ new ii(Kp, r),
72800
+ new ii(Mt, r),
72801
+ new ii(Or, r),
72802
+ new ii(ar, r),
72803
+ new ii(wr, r),
72804
+ new ii(qs, r)
72791
72805
  ];
72792
72806
  return a.forEach((e) => {
72793
72807
  r.subscribeBuiltInInstance(e);
@@ -72975,7 +72989,7 @@ async function Vq(r, a = Sa) {
72975
72989
  function vp(r) {
72976
72990
  const a = new y(r);
72977
72991
  return bq(a), Aq(a), yq(a), Rq(a), Dq(a), Oq(a), wq(a), Array.from(
72978
- /* @__PURE__ */ new Set([...a.getAllBuiltInIds(), ...Fi()])
72992
+ /* @__PURE__ */ new Set([...a.getAllBuiltInIds(), ...gi()])
72979
72993
  ).forEach((t) => {
72980
72994
  if (!a.builtInInstances[t] && a.instances[t])
72981
72995
  a.builtInInstances[t] = a.instances[t], delete a.instances[t];
@@ -72994,7 +73008,7 @@ function Xz(r, {
72994
73008
  enrich: a
72995
73009
  } = { enrich: !0 }) {
72996
73010
  const e = /* @__PURE__ */ new Map(), t = Array.from(
72997
- /* @__PURE__ */ new Set([...r.getAllBuiltInIds(), ...Fi()])
73011
+ /* @__PURE__ */ new Set([...r.getAllBuiltInIds(), ...gi()])
72998
73012
  );
72999
73013
  Object.keys(r.instances).forEach((u) => {
73000
73014
  if (t.includes(u)) {
@@ -73136,7 +73150,7 @@ export {
73136
73150
  kl as BaseValueDescriptorIds,
73137
73151
  Q0 as BreakStatementDependencyField,
73138
73152
  Sr as BreakStatementState,
73139
- gi as BuiltInBaseEntityState,
73153
+ ki as BuiltInBaseEntityState,
73140
73154
  Ln as CACHED_PROJECTS_BY_ID,
73141
73155
  KW as CALLABLE_ENTITIES_EXPLANATION,
73142
73156
  sr as CALLABLE_TYPES,
@@ -73213,7 +73227,7 @@ export {
73213
73227
  zE as GetLastInListOperationOutputIds,
73214
73228
  yr as GlobalEventNames,
73215
73229
  Kr as GlobalEventState,
73216
- Ft as HTTPOperations,
73230
+ gt as HTTPOperations,
73217
73231
  vq as HTTPStatucCodeValidationErrorCodes,
73218
73232
  ab as HTTP_OPERATIONS,
73219
73233
  h7 as InputMapDependencyField,
@@ -73248,7 +73262,7 @@ export {
73248
73262
  Yz as PassThroughCallableEntityClass,
73249
73263
  mq as PersistedEntity,
73250
73264
  Ii as PersistedEntityMethods,
73251
- ti as PrimitiveEntityState,
73265
+ ii as PrimitiveEntityState,
73252
73266
  B as PrimitiveTypes,
73253
73267
  y as ProjectState,
73254
73268
  QZ as PropertyDependencyField,
@@ -73256,7 +73270,7 @@ export {
73256
73270
  tq as READ_ONLY_ENTITY_PERSISTANCE_REPOSITORY,
73257
73271
  SW as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
73258
73272
  e7 as ReturnDeclarationDependencyField,
73259
- ri as ReturnDeclarationState,
73273
+ ni as ReturnDeclarationState,
73260
73274
  dp as ReturnStatementDependencyField,
73261
73275
  Wr as ReturnStatementState,
73262
73276
  D1 as STANDALONE_CONDITIONS,
@@ -73271,7 +73285,7 @@ export {
73271
73285
  eq as SharedStateFunctionality,
73272
73286
  VE as SplitListOperationInputIds,
73273
73287
  CE as SplitListOperationOutputIds,
73274
- Ci as StandaloneOperatorTypes,
73288
+ _i as StandaloneOperatorTypes,
73275
73289
  ke as StringOperations,
73276
73290
  ot as TERMINATION_TYPES,
73277
73291
  cp as Traverser,
@@ -73316,11 +73330,11 @@ export {
73316
73330
  dI as appendToListOperationSecondListDataType,
73317
73331
  K as applyNewScope,
73318
73332
  JW as argumentDeclarationValidation,
73319
- Ki as asGenerationActionExample,
73333
+ Si as asGenerationActionExample,
73320
73334
  Dr as booleanPrototype,
73321
73335
  CW as breakStatementValidation,
73322
73336
  zp as calculateNewParentBasedOnCallers,
73323
- qt as capitalizeFirstLetter,
73337
+ Wt as capitalizeFirstLetter,
73324
73338
  AW as changeSetJSONRecordToUniqueIds,
73325
73339
  wi as checkAreDataTypesCompatible,
73326
73340
  GZ as checkAreDefinitionEntitiesCompatibleAsDataType,
@@ -73472,7 +73486,7 @@ export {
73472
73486
  tJ as flattenArgumentDeclaration,
73473
73487
  iJ as flattenBreakStatement,
73474
73488
  rJ as flattenBuiltInBaseEntity,
73475
- Xi as flattenCalls,
73489
+ Pi as flattenCalls,
73476
73490
  Zs as flattenCanvasAncestorsUntil,
73477
73491
  nJ as flattenCondition,
73478
73492
  sJ as flattenContinueStatement,
@@ -73485,7 +73499,7 @@ export {
73485
73499
  Ko as flattenDefinitionEntityImplementionTypes,
73486
73500
  ui as flattenDerivedCanvasEntities,
73487
73501
  xJ as flattenDetachedBranch,
73488
- qe as flattenElementCalls,
73502
+ Je as flattenElementCalls,
73489
73503
  Tz as flattenElementCallsOnTheSameScope,
73490
73504
  U as flattenEntity,
73491
73505
  lJ as flattenFunctionCall,
@@ -73540,9 +73554,9 @@ export {
73540
73554
  ml as getAllActionDescriptorsForGlobalEvents,
73541
73555
  vl as getAllActionDescriptorsForLoops,
73542
73556
  iz as getAllActionDescriptorsForOperations,
73543
- Fi as getAllBuiltInEntityIds,
73557
+ gi as getAllBuiltInEntityIds,
73544
73558
  V7 as getAllGloballyDeclaredFunctionDeclarationsExplanation,
73545
- Jt as getBaseBuiltInEntities,
73559
+ qt as getBaseBuiltInEntities,
73546
73560
  I7 as getBaseSchemaBasedOnType,
73547
73561
  pn as getBuiltInEntityOwner,
73548
73562
  Ct as getCallableEntityReferenceSchema,
@@ -73615,7 +73629,7 @@ export {
73615
73629
  NJ as getLowestPersistedEntityImplementation,
73616
73630
  F7 as getParentCallableEntity,
73617
73631
  k7 as getParentCallerEntity,
73618
- ni as getParentCanvasEntities,
73632
+ Ft as getParentCanvasEntities,
73619
73633
  Pt as getParentCanvasEntity,
73620
73634
  hp as getParentCanvasEntityFromTransfer,
73621
73635
  pz as getParentEntryPoint,
@@ -73636,7 +73650,7 @@ export {
73636
73650
  Iz as getRelatedCanvasElementsOnTheLeftFromTransfer,
73637
73651
  un as getRelatedCanvasElementsOnTheRight,
73638
73652
  Bv as getRootEntryPointScopeOwner,
73639
- Wt as getScopeOwner,
73653
+ zt as getScopeOwner,
73640
73654
  Lz as getStateClassFromType,
73641
73655
  lW as getTerminationReferenceSchema,
73642
73656
  oW as getTerminationTypeSchema,
@@ -73706,7 +73720,7 @@ export {
73706
73720
  Tq as httpStatusCodeValueValidation,
73707
73721
  fp as implement,
73708
73722
  FZ as inferArgumentDeclarationDataType,
73709
- xi as inferDataType,
73723
+ $i as inferDataType,
73710
73724
  _0 as inferInputMapDataType,
73711
73725
  B0 as inferOutputMapDataType,
73712
73726
  ZZ as inferPropertyDataType,
@@ -73918,7 +73932,7 @@ export {
73918
73932
  Im as numberValueAutogenerationSchema,
73919
73933
  PW as operationValidation,
73920
73934
  gW as outputMapValidation,
73921
- Ui as parallelExecutionOperation,
73935
+ ji as parallelExecutionOperation,
73922
73936
  BI as parallelExecutionOperationError,
73923
73937
  MI as parallelExecutionOperationErrorParentRef,
73924
73938
  VI as parallelExecutionOperationListOfExecutionResultsDataType,
@@ -74138,7 +74152,7 @@ export {
74138
74152
  WW as valueDescriptorValidation,
74139
74153
  NW as variableDeclarationValidation,
74140
74154
  UW as variableInstanceValidation,
74141
- ei as waitOperation,
74155
+ ti as waitOperation,
74142
74156
  Wn as waitOperationMillisecondsNumberArgument,
74143
74157
  jI as waitOperationMillisecondsNumberArgumentRef,
74144
74158
  LI as waitOperationMillisecondsNumberDataType,