@elyx-code/project-logic-tree 0.0.6210 → 0.0.6212

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,8 +1,8 @@
1
1
  var xv = Object.defineProperty;
2
2
  var $v = (i, a, e) => a in i ? xv(i, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[a] = e;
3
3
  var f = (i, a, e) => ($v(i, typeof a != "symbol" ? a + "" : a, e), e);
4
- var n = /* @__PURE__ */ ((i) => (i.DefinitionEntity = "definition-entity", i.BuiltInBaseEntity = "built-in-base-entity", i.Project = "project", i.InstalledProject = "installed-project", i.GlobalEvent = "global-event", i.DataType = "data-type", i.FunctionCall = "function-call", i.FunctionDeclaration = "function-declaration", i.ActionDescriptor = "action-descriptor", i.ValueDescriptor = "value-descriptor", i.ArgumentDeclaration = "argument-declaration", i.InputMap = "input-map", i.ReturnStatement = "return-statement", i.BreakStatement = "break-statement", i.ContinueStatement = "continue-statement", i.ReturnDeclaration = "return-declaration", i.OutputMap = "output-map", i.PrimitiveEntity = "primitive-entity", i.LiteralValue = "literal-value", i.Property = "property", i.Operation = "operation", i.Condition = "condition", i.VariableDeclaration = "variable-declaration", i.VariableInstance = "variable-instance", i.Search = "search", i.Loop = "loop", i.InternalCall = "internal-call", i.GenericReference = "generic-reference", i))(n || {}), te = /* @__PURE__ */ ((i) => (i.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", i.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", i.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", i.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", i.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", i.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", i))(te || {}), Tt = /* @__PURE__ */ ((i) => (i.CurrentDateAndTime = "current-date-and-time", i.Unique = "unique", i.Random = "random", i))(Tt || {}), N = /* @__PURE__ */ ((i) => (i.EntityTemplate = "entity-template", i.ActionDescriptor = "action-descriptor", i.String = "string", i.Number = "number", i.Boolean = "boolean", i.Null = "null", i.Enum = "enum", i.KeyValue = "key-value", i.Date = "date", i.UUID = "uuid", i.File = "file", i.Untyped = "untyped", i))(N || {}), rt = /* @__PURE__ */ ((i) => (i.Addition = "addition", i.Subtraction = "subtraction", i.Multiplication = "multiplication", i.Division = "division", i.Remainder = "remainder", i.Exponentiation = "exponentiation", i))(rt || {}), ke = /* @__PURE__ */ ((i) => (i.Join = "string-join", i.Split = "string-split", i.DeleteLast = "string-delete-last", i.DeleteFirst = "string-delete-first", i.DeleteIndex = "string-delete-index", i.AddIndex = "string-add-index", i.ReplaceFirst = "string-replace-first", i.ReplaceLast = "string-replace-last", i.ReplaceIndex = "string-replace-index", i.ReplaceSingleMatch = "string-replace-single-match", i.ReplaceAllMatches = "string-replace-all-matches", i.GetIndex = "string-get-index", i.GetFirst = "string-get-first", i.GetLast = "string-get-last", i.Append = "string-append", i.Prepend = "string-prepend", i))(ke || {}), he = /* @__PURE__ */ ((i) => (i.Join = "list-join", i.Split = "list-split", i.DeleteLast = "list-delete-last", i.DeleteFirst = "list-delete-first", i.DeleteIndex = "list-delete-index", i.AddIndex = "list-add-index", i.ReplaceFirst = "list-replace-first", i.ReplaceLast = "list-replace-last", i.ReplaceIndex = "list-replace-index", i.ReplaceSingleMatch = "list-replace-single-match", i.ReplaceAllMatches = "list-replace-all-matches", i.GetIndex = "list-get-index", i.GetFirst = "list-get-first", i.GetLast = "list-get-last", i.Append = "list-append", i.Prepend = "list-prepend", i))(he || {}), Qe = /* @__PURE__ */ ((i) => (i.Parallel = "parallel", i.Sequential = "sequential", i.Wait = "wait", i))(Qe || {}), Xe = /* @__PURE__ */ ((i) => (i.CreateNewInstance = "create-new-instance", i.Validate = "validate", i))(Xe || {}), $t = /* @__PURE__ */ ((i) => (i.HttpRequest = "base-http-request", i))($t || {}), ft = /* @__PURE__ */ ((i) => (i.Equal = "equal", i.NotEqual = "not-equal", i.And = "and", i.Or = "or", i.LessThan = "less-than", i.MoreThan = "more-than", i.LessThanOrEqual = "less-than-or-equal", i.MoreThanOrEqual = "more-than-or-equal", i))(ft || {}), Or = /* @__PURE__ */ ((i) => (i.Empty = "empty", i.NotEmpty = "not-empty", i))(Or || {}), Q = /* @__PURE__ */ ((i) => (i.ManualFlow = "manual-flow-loop", i.Counted = "counted-loop", i.List = "list-loop", i.ObjectKeys = "object-keys-loop", i.ObjectValues = "object-values-loop", i.String = "string-loop", i))(Q || {}), _ = /* @__PURE__ */ ((i) => (i.FixedArguments = "fixed-arguments", i.FixedReturns = "fixed-returns", i.ReturnedError = "returned-error", i.OngoingProcessExecution = "ongoing-process-execution", i.DynamicArgument = "dynamic-argument-types", i.DynamicReturn = "dynamic-return-types", i))(_ || {}), Dt = /* @__PURE__ */ ((i) => (i.OrDataTypeGroup = "or-data-type-group", i.AndDataTypeGroup = "and-data-type-group", i))(Dt || {}), ci = /* @__PURE__ */ ((i) => (i.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", i))(ci || {}), yr = /* @__PURE__ */ ((i) => (i.DeletePersistedEntity = "base-delete-persisted-entity", i.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", i.AbortExecution = "base-abort-execution", i))(yr || {}), Es = /* @__PURE__ */ ((i) => (i.Error = "error", i.Task = "task", i.Return = "return", i))(Es || {});
5
- const Ni = [
4
+ var n = /* @__PURE__ */ ((i) => (i.DefinitionEntity = "definition-entity", i.BuiltInBaseEntity = "built-in-base-entity", i.Project = "project", i.InstalledProject = "installed-project", i.GlobalEvent = "global-event", i.DataType = "data-type", i.FunctionCall = "function-call", i.FunctionDeclaration = "function-declaration", i.ActionDescriptor = "action-descriptor", i.ValueDescriptor = "value-descriptor", i.ArgumentDeclaration = "argument-declaration", i.InputMap = "input-map", i.ReturnStatement = "return-statement", i.BreakStatement = "break-statement", i.ContinueStatement = "continue-statement", i.ReturnDeclaration = "return-declaration", i.OutputMap = "output-map", i.PrimitiveEntity = "primitive-entity", i.LiteralValue = "literal-value", i.Property = "property", i.Operation = "operation", i.Condition = "condition", i.VariableDeclaration = "variable-declaration", i.VariableInstance = "variable-instance", i.Search = "search", i.Loop = "loop", i.InternalCall = "internal-call", i.GenericReference = "generic-reference", i))(n || {}), te = /* @__PURE__ */ ((i) => (i.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", i.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", i.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", i.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", i.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", i.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", i))(te || {}), Tt = /* @__PURE__ */ ((i) => (i.CurrentDateAndTime = "current-date-and-time", i.Unique = "unique", i.Random = "random", i))(Tt || {}), N = /* @__PURE__ */ ((i) => (i.EntityTemplate = "entity-template", i.ActionDescriptor = "action-descriptor", i.String = "string", i.Number = "number", i.Boolean = "boolean", i.Null = "null", i.Enum = "enum", i.KeyValue = "key-value", i.Date = "date", i.UUID = "uuid", i.File = "file", i.Untyped = "untyped", i))(N || {}), rt = /* @__PURE__ */ ((i) => (i.Addition = "addition", i.Subtraction = "subtraction", i.Multiplication = "multiplication", i.Division = "division", i.Remainder = "remainder", i.Exponentiation = "exponentiation", i))(rt || {}), ke = /* @__PURE__ */ ((i) => (i.Join = "string-join", i.Split = "string-split", i.DeleteLast = "string-delete-last", i.DeleteFirst = "string-delete-first", i.DeleteIndex = "string-delete-index", i.AddIndex = "string-add-index", i.ReplaceFirst = "string-replace-first", i.ReplaceLast = "string-replace-last", i.ReplaceIndex = "string-replace-index", i.ReplaceSingleMatch = "string-replace-single-match", i.ReplaceAllMatches = "string-replace-all-matches", i.GetIndex = "string-get-index", i.GetFirst = "string-get-first", i.GetLast = "string-get-last", i.Append = "string-append", i.Prepend = "string-prepend", i))(ke || {}), he = /* @__PURE__ */ ((i) => (i.Join = "list-join", i.Split = "list-split", i.DeleteLast = "list-delete-last", i.DeleteFirst = "list-delete-first", i.DeleteIndex = "list-delete-index", i.AddIndex = "list-add-index", i.ReplaceFirst = "list-replace-first", i.ReplaceLast = "list-replace-last", i.ReplaceIndex = "list-replace-index", i.ReplaceSingleMatch = "list-replace-single-match", i.ReplaceAllMatches = "list-replace-all-matches", i.GetIndex = "list-get-index", i.GetFirst = "list-get-first", i.GetLast = "list-get-last", i.Append = "list-append", i.Prepend = "list-prepend", i))(he || {}), Qe = /* @__PURE__ */ ((i) => (i.Parallel = "parallel", i.Sequential = "sequential", i.Wait = "wait", i))(Qe || {}), Xe = /* @__PURE__ */ ((i) => (i.CreateNewInstance = "create-new-instance", i.Validate = "validate", i))(Xe || {}), jt = /* @__PURE__ */ ((i) => (i.HttpRequest = "base-http-request", i))(jt || {}), ft = /* @__PURE__ */ ((i) => (i.Equal = "equal", i.NotEqual = "not-equal", i.And = "and", i.Or = "or", i.LessThan = "less-than", i.MoreThan = "more-than", i.LessThanOrEqual = "less-than-or-equal", i.MoreThanOrEqual = "more-than-or-equal", i))(ft || {}), Or = /* @__PURE__ */ ((i) => (i.Empty = "empty", i.NotEmpty = "not-empty", i))(Or || {}), Q = /* @__PURE__ */ ((i) => (i.ManualFlow = "manual-flow-loop", i.Counted = "counted-loop", i.List = "list-loop", i.ObjectKeys = "object-keys-loop", i.ObjectValues = "object-values-loop", i.String = "string-loop", i))(Q || {}), _ = /* @__PURE__ */ ((i) => (i.FixedArguments = "fixed-arguments", i.FixedReturns = "fixed-returns", i.ReturnedError = "returned-error", i.OngoingProcessExecution = "ongoing-process-execution", i.DynamicArgument = "dynamic-argument-types", i.DynamicReturn = "dynamic-return-types", i))(_ || {}), Dt = /* @__PURE__ */ ((i) => (i.OrDataTypeGroup = "or-data-type-group", i.AndDataTypeGroup = "and-data-type-group", i))(Dt || {}), ci = /* @__PURE__ */ ((i) => (i.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", i))(ci || {}), yr = /* @__PURE__ */ ((i) => (i.DeletePersistedEntity = "base-delete-persisted-entity", i.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", i.AbortExecution = "base-abort-execution", i))(yr || {}), Es = /* @__PURE__ */ ((i) => (i.Error = "error", i.Task = "task", i.Return = "return", i))(Es || {});
5
+ const Ui = [
6
6
  n.VariableDeclaration,
7
7
  n.VariableInstance,
8
8
  n.InputMap,
@@ -13,7 +13,7 @@ const Ni = [
13
13
  n.ArgumentDeclaration,
14
14
  n.OutputMap
15
15
  ], jv = [
16
- ...Ni,
16
+ ...Ui,
17
17
  ...vt
18
18
  ], et = [
19
19
  n.VariableDeclaration,
@@ -410,8 +410,8 @@ const F = {
410
410
  }
411
411
  }
412
412
  },
413
- [$t.HttpRequest]: {
414
- id: $t.HttpRequest,
413
+ [jt.HttpRequest]: {
414
+ id: jt.HttpRequest,
415
415
  inputs: {
416
416
  url: {
417
417
  id: "http-request-url-input-id"
@@ -667,7 +667,7 @@ const F = {
667
667
  extends: [],
668
668
  properties: [],
669
669
  methods: []
670
- }, Ii = {
670
+ }, Ei = {
671
671
  type: n.PrimitiveEntity,
672
672
  id: lr.boolean.id,
673
673
  description: "A 'true' or 'false' value.",
@@ -803,7 +803,7 @@ const F = {
803
803
  dataType: Wv,
804
804
  description: "Options for the enum. Each option is a text value.",
805
805
  parent: Sv
806
- }, Ei = {
806
+ }, Ai = {
807
807
  type: n.PrimitiveEntity,
808
808
  id: lr.enum.id,
809
809
  description: "A set of text options to choose from.",
@@ -835,7 +835,7 @@ const F = {
835
835
  extends: [],
836
836
  properties: [],
837
837
  methods: []
838
- }, Ai = {
838
+ }, bi = {
839
839
  type: n.PrimitiveEntity,
840
840
  id: lr.uuid.id,
841
841
  description: "A unique identifier in the form of a 36-character string.",
@@ -869,13 +869,13 @@ const F = {
869
869
  methods: []
870
870
  }, Yv = [
871
871
  ne,
872
- Ii,
872
+ Ei,
873
873
  Te,
874
874
  zp,
875
875
  Vt,
876
- Ei,
877
- ri,
878
876
  Ai,
877
+ ri,
878
+ bi,
879
879
  ks
880
880
  ], xr = F[n.Operation][rt.Addition], Hv = {
881
881
  type: n.GenericReference,
@@ -3469,7 +3469,7 @@ const tA = {
3469
3469
  author: "1",
3470
3470
  previousVersion: null,
3471
3471
  deleted: !1,
3472
- entity: Ei,
3472
+ entity: Ai,
3473
3473
  isList: !1,
3474
3474
  asType: !1,
3475
3475
  options: [
@@ -3627,7 +3627,7 @@ const tA = {
3627
3627
  id: "26911792-f707-4bf1-b6f7-03d04a84232c",
3628
3628
  version: "1",
3629
3629
  entityType: n.ActionDescriptor,
3630
- entityId: $t.HttpRequest
3630
+ entityId: jt.HttpRequest
3631
3631
  }, Zl = {
3632
3632
  id: It.inputs.method.id,
3633
3633
  type: n.ValueDescriptor,
@@ -3649,7 +3649,7 @@ const tA = {
3649
3649
  id: "eee0c501-0ae6-4448-b914-aada76d63163",
3650
3650
  version: "1",
3651
3651
  entityType: n.ActionDescriptor,
3652
- entityId: $t.HttpRequest
3652
+ entityId: jt.HttpRequest
3653
3653
  }, Jl = {
3654
3654
  id: It.inputs.url.id,
3655
3655
  type: n.ValueDescriptor,
@@ -3671,7 +3671,7 @@ const tA = {
3671
3671
  id: "670091a4-21b1-4223-ad4c-b6dada0aec49",
3672
3672
  version: "1",
3673
3673
  entityType: n.ActionDescriptor,
3674
- entityId: $t.HttpRequest
3674
+ entityId: jt.HttpRequest
3675
3675
  }, cc = {
3676
3676
  id: It.inputs.query.id,
3677
3677
  type: n.ValueDescriptor,
@@ -3693,7 +3693,7 @@ const tA = {
3693
3693
  id: "85aad3eb-22fe-45f9-b68c-1dc7061f41e0",
3694
3694
  version: "1",
3695
3695
  entityType: n.ActionDescriptor,
3696
- entityId: $t.HttpRequest
3696
+ entityId: jt.HttpRequest
3697
3697
  }, ql = {
3698
3698
  id: It.inputs.headers.id,
3699
3699
  type: n.ValueDescriptor,
@@ -3715,7 +3715,7 @@ const tA = {
3715
3715
  id: "c3e2a4af-9b84-4574-8b30-5044ffc51776",
3716
3716
  version: "1",
3717
3717
  entityType: n.ActionDescriptor,
3718
- entityId: $t.HttpRequest
3718
+ entityId: jt.HttpRequest
3719
3719
  }, Wl = {
3720
3720
  id: It.inputs.body.id,
3721
3721
  type: n.ValueDescriptor,
@@ -3737,7 +3737,7 @@ const tA = {
3737
3737
  id: "92e04dc7-2145-4a31-908e-03810f7235e8",
3738
3738
  version: "1",
3739
3739
  entityType: n.ActionDescriptor,
3740
- entityId: $t.HttpRequest
3740
+ entityId: jt.HttpRequest
3741
3741
  }, Sl = {
3742
3742
  id: It.outputs.code.id,
3743
3743
  type: n.ValueDescriptor,
@@ -3759,7 +3759,7 @@ const tA = {
3759
3759
  id: "86aca556-bbf1-4679-9909-31db61b288e2",
3760
3760
  version: "1",
3761
3761
  entityType: n.ActionDescriptor,
3762
- entityId: $t.HttpRequest
3762
+ entityId: jt.HttpRequest
3763
3763
  }, zl = {
3764
3764
  parentRelationType: _.FixedReturns,
3765
3765
  id: It.outputs.headers.id,
@@ -3795,7 +3795,7 @@ const tA = {
3795
3795
  id: "ccf3d1be-04e4-4d03-99fd-5bc1e1919f90",
3796
3796
  version: "1",
3797
3797
  entityType: n.ActionDescriptor,
3798
- entityId: $t.HttpRequest
3798
+ entityId: jt.HttpRequest
3799
3799
  }, Yl = {
3800
3800
  id: It.outputs.body.id,
3801
3801
  type: n.ValueDescriptor,
@@ -3831,7 +3831,7 @@ const tA = {
3831
3831
  id: "21487ffc-82b9-473d-bc19-6e7d7c480ed7",
3832
3832
  version: "1",
3833
3833
  entityType: n.ActionDescriptor,
3834
- entityId: $t.HttpRequest
3834
+ entityId: jt.HttpRequest
3835
3835
  }, ib = {
3836
3836
  type: n.GenericReference,
3837
3837
  id: "ad69861b-32f7-4461-b7f7-aa84a82578d9",
@@ -3875,8 +3875,8 @@ const tA = {
3875
3875
  parent: rb
3876
3876
  }, Xa = {
3877
3877
  type: n.ActionDescriptor,
3878
- id: $t.HttpRequest,
3879
- name: $t.HttpRequest,
3878
+ id: jt.HttpRequest,
3879
+ name: jt.HttpRequest,
3880
3880
  description: "Make an HTTP request, out to the internet, to a given URL with the specified method, query parameters, headers, and body.",
3881
3881
  version: "1",
3882
3882
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -3898,7 +3898,7 @@ const tA = {
3898
3898
  error: fc,
3899
3899
  parent: null
3900
3900
  }, sb = {
3901
- [$t.HttpRequest]: Xa
3901
+ [jt.HttpRequest]: Xa
3902
3902
  }, ab = {
3903
3903
  ...uI,
3904
3904
  ...OT,
@@ -4133,7 +4133,7 @@ const tA = {
4133
4133
  outputs: [Rb],
4134
4134
  error: null,
4135
4135
  parent: null
4136
- }, sn = F[n.Loop]["string-loop"], Db = {
4136
+ }, un = F[n.Loop]["string-loop"], Db = {
4137
4137
  id: "iterate-over-string-loop-body-current-value-declaration-data-type-parent-ref-id",
4138
4138
  type: n.GenericReference,
4139
4139
  entityId: "iterate-over-string-loop-body-current-value-declaration-id",
@@ -4161,11 +4161,11 @@ const tA = {
4161
4161
  }, wb = {
4162
4162
  id: "iterate-over-string-loop-body-current-value-declaration-parent-ref-id",
4163
4163
  type: n.GenericReference,
4164
- entityId: sn.body.id,
4164
+ entityId: un.body.id,
4165
4165
  version: "1",
4166
4166
  entityType: n.ActionDescriptor
4167
4167
  }, mc = {
4168
- id: sn.body.inputs.currentValue.id,
4168
+ id: un.body.inputs.currentValue.id,
4169
4169
  type: n.ValueDescriptor,
4170
4170
  version: "1",
4171
4171
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4208,11 +4208,11 @@ const tA = {
4208
4208
  }, Cb = {
4209
4209
  id: "iterate-over-string-loop-body-current-iteration-number-declaration-parent-ref-id",
4210
4210
  type: n.GenericReference,
4211
- entityId: sn.body.id,
4211
+ entityId: un.body.id,
4212
4212
  version: "1",
4213
4213
  entityType: n.ActionDescriptor
4214
4214
  }, vc = {
4215
- id: sn.body.inputs.iterationNumber.id,
4215
+ id: un.body.inputs.iterationNumber.id,
4216
4216
  type: n.ValueDescriptor,
4217
4217
  version: "1",
4218
4218
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4230,7 +4230,7 @@ const tA = {
4230
4230
  }, Bb = {
4231
4231
  id: "iterate-over-string-loop-body-any-dynamic-argument-parent-ref-id",
4232
4232
  type: n.GenericReference,
4233
- entityId: sn.body.id,
4233
+ entityId: un.body.id,
4234
4234
  version: "1",
4235
4235
  entityType: n.ActionDescriptor
4236
4236
  }, Mb = {
@@ -4252,7 +4252,7 @@ const tA = {
4252
4252
  }, _b = {
4253
4253
  id: "iterate-over-string-loop-body-any-dynamic-return-parent-ref-id",
4254
4254
  type: n.GenericReference,
4255
- entityId: sn.body.id,
4255
+ entityId: un.body.id,
4256
4256
  version: "1",
4257
4257
  entityType: n.ActionDescriptor
4258
4258
  }, Nb = {
@@ -4272,7 +4272,7 @@ const tA = {
4272
4272
  parentRelationType: _.DynamicReturn,
4273
4273
  parent: _b
4274
4274
  }, Xl = {
4275
- id: sn.body.id,
4275
+ id: un.body.id,
4276
4276
  type: n.ActionDescriptor,
4277
4277
  version: "1",
4278
4278
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4358,7 +4358,7 @@ const tA = {
4358
4358
  index: 0,
4359
4359
  parent: jb,
4360
4360
  parentRelationType: _.DynamicReturn
4361
- }, an = {
4361
+ }, pn = {
4362
4362
  id: Q.List,
4363
4363
  type: n.ActionDescriptor,
4364
4364
  version: "1",
@@ -4372,7 +4372,7 @@ const tA = {
4372
4372
  outputs: [Gb],
4373
4373
  error: null,
4374
4374
  parent: null
4375
- }, on = F[n.Loop]["list-loop"], gb = {
4375
+ }, cn = F[n.Loop]["list-loop"], gb = {
4376
4376
  id: "iterate-over-list-loop-body-current-value-declaration-data-type-parent-ref-id",
4377
4377
  type: n.GenericReference,
4378
4378
  entityId: "iterate-over-list-loop-body-current-value-declaration-id",
@@ -4400,11 +4400,11 @@ const tA = {
4400
4400
  }, kb = {
4401
4401
  id: "iterate-over-list-loop-body-current-value-declaration-parent-ref-id",
4402
4402
  type: n.GenericReference,
4403
- entityId: on.body.id,
4403
+ entityId: cn.body.id,
4404
4404
  version: "1",
4405
4405
  entityType: n.ActionDescriptor
4406
4406
  }, Ql = {
4407
- id: on.body.inputs.currentValue.id,
4407
+ id: cn.body.inputs.currentValue.id,
4408
4408
  type: n.ValueDescriptor,
4409
4409
  version: "1",
4410
4410
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4447,11 +4447,11 @@ const tA = {
4447
4447
  }, qb = {
4448
4448
  id: "iterate-over-list-loop-body-current-iteration-number-declaration-parent-ref-id",
4449
4449
  type: n.GenericReference,
4450
- entityId: on.body.id,
4450
+ entityId: cn.body.id,
4451
4451
  version: "1",
4452
4452
  entityType: n.ActionDescriptor
4453
4453
  }, Wb = {
4454
- id: on.body.inputs.iterationNumber.id,
4454
+ id: cn.body.inputs.iterationNumber.id,
4455
4455
  type: n.ValueDescriptor,
4456
4456
  version: "1",
4457
4457
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4469,7 +4469,7 @@ const tA = {
4469
4469
  }, Sb = {
4470
4470
  id: "iterate-over-list-loop-body-any-dynamic-argument-parent-ref-id",
4471
4471
  type: n.GenericReference,
4472
- entityId: on.body.id,
4472
+ entityId: cn.body.id,
4473
4473
  version: "1",
4474
4474
  entityType: n.ActionDescriptor
4475
4475
  }, zb = {
@@ -4491,7 +4491,7 @@ const tA = {
4491
4491
  }, Yb = {
4492
4492
  id: "iterate-over-list-loop-body-any-dynamic-return-parent-ref-id",
4493
4493
  type: n.GenericReference,
4494
- entityId: on.body.id,
4494
+ entityId: cn.body.id,
4495
4495
  version: "1",
4496
4496
  entityType: n.ActionDescriptor
4497
4497
  }, Hb = {
@@ -4511,7 +4511,7 @@ const tA = {
4511
4511
  parentRelationType: _.DynamicReturn,
4512
4512
  parent: Yb
4513
4513
  }, eo = {
4514
- id: on.body.id,
4514
+ id: cn.body.id,
4515
4515
  type: n.ActionDescriptor,
4516
4516
  version: "1",
4517
4517
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4613,7 +4613,7 @@ const tA = {
4613
4613
  ],
4614
4614
  error: null,
4615
4615
  parent: null
4616
- }, ln = F[n.Loop]["object-keys-loop"], iR = {
4616
+ }, fn = F[n.Loop]["object-keys-loop"], iR = {
4617
4617
  id: "iterate-over-object-keys-loop-body-current-value-declaration-data-type-parent-ref-id",
4618
4618
  type: n.GenericReference,
4619
4619
  entityId: "iterate-over-object-keys-loop-body-current-value-declaration-id",
@@ -4641,11 +4641,11 @@ const tA = {
4641
4641
  }, sR = {
4642
4642
  id: "iterate-over-object-keys-loop-body-current-value-declaration-parent-ref-id",
4643
4643
  type: n.GenericReference,
4644
- entityId: ln.body.id,
4644
+ entityId: fn.body.id,
4645
4645
  version: "1",
4646
4646
  entityType: n.ActionDescriptor
4647
4647
  }, Ec = {
4648
- id: ln.body.inputs.currentValue.id,
4648
+ id: fn.body.inputs.currentValue.id,
4649
4649
  type: n.ValueDescriptor,
4650
4650
  version: "1",
4651
4651
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4688,11 +4688,11 @@ const tA = {
4688
4688
  }, lR = {
4689
4689
  id: "iterate-over-object-keys-loop-body-current-iteration-number-declaration-parent-ref-id",
4690
4690
  type: n.GenericReference,
4691
- entityId: ln.body.id,
4691
+ entityId: fn.body.id,
4692
4692
  version: "1",
4693
4693
  entityType: n.ActionDescriptor
4694
4694
  }, dR = {
4695
- id: ln.body.inputs.iterationNumber.id,
4695
+ id: fn.body.inputs.iterationNumber.id,
4696
4696
  type: n.ValueDescriptor,
4697
4697
  version: "1",
4698
4698
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4710,7 +4710,7 @@ const tA = {
4710
4710
  }, uR = {
4711
4711
  id: "iterate-over-object-keys-loop-body-any-dynamic-argument-parent-ref-id",
4712
4712
  type: n.GenericReference,
4713
- entityId: ln.body.id,
4713
+ entityId: fn.body.id,
4714
4714
  version: "1",
4715
4715
  entityType: n.ActionDescriptor
4716
4716
  }, pR = {
@@ -4732,7 +4732,7 @@ const tA = {
4732
4732
  }, cR = {
4733
4733
  id: "iterate-over-object-keys-loop-body-any-dynamic-return-parent-ref-id",
4734
4734
  type: n.GenericReference,
4735
- entityId: ln.body.id,
4735
+ entityId: fn.body.id,
4736
4736
  version: "1",
4737
4737
  entityType: n.ActionDescriptor
4738
4738
  }, fR = {
@@ -4752,7 +4752,7 @@ const tA = {
4752
4752
  parentRelationType: _.DynamicReturn,
4753
4753
  parent: cR
4754
4754
  }, Ac = {
4755
- id: ln.body.id,
4755
+ id: fn.body.id,
4756
4756
  type: n.ActionDescriptor,
4757
4757
  version: "1",
4758
4758
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4854,7 +4854,7 @@ const tA = {
4854
4854
  ],
4855
4855
  error: null,
4856
4856
  parent: null
4857
- }, dn = F[n.Loop]["object-values-loop"], ER = {
4857
+ }, hn = F[n.Loop]["object-values-loop"], ER = {
4858
4858
  id: "iterate-over-object-values-loop-body-current-value-declaration-data-type-parent-ref-id",
4859
4859
  type: n.GenericReference,
4860
4860
  entityId: "iterate-over-object-values-loop-body-current-value-declaration-id",
@@ -4882,11 +4882,11 @@ const tA = {
4882
4882
  }, bR = {
4883
4883
  id: "iterate-over-object-values-loop-body-current-value-declaration-parent-ref-id",
4884
4884
  type: n.GenericReference,
4885
- entityId: dn.body.id,
4885
+ entityId: hn.body.id,
4886
4886
  version: "1",
4887
4887
  entityType: n.ActionDescriptor
4888
4888
  }, Rc = {
4889
- id: dn.body.inputs.currentValue.id,
4889
+ id: hn.body.inputs.currentValue.id,
4890
4890
  type: n.ValueDescriptor,
4891
4891
  version: "1",
4892
4892
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4929,11 +4929,11 @@ const tA = {
4929
4929
  }, OR = {
4930
4930
  id: "iterate-over-object-values-loop-body-current-iteration-number-declaration-parent-ref-id",
4931
4931
  type: n.GenericReference,
4932
- entityId: dn.body.id,
4932
+ entityId: hn.body.id,
4933
4933
  version: "1",
4934
4934
  entityType: n.ActionDescriptor
4935
4935
  }, wR = {
4936
- id: dn.body.inputs.iterationNumber.id,
4936
+ id: hn.body.inputs.iterationNumber.id,
4937
4937
  type: n.ValueDescriptor,
4938
4938
  version: "1",
4939
4939
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -4951,7 +4951,7 @@ const tA = {
4951
4951
  }, PR = {
4952
4952
  id: "iterate-over-object-values-loop-body-any-dynamic-argument-parent-ref-id",
4953
4953
  type: n.GenericReference,
4954
- entityId: dn.body.id,
4954
+ entityId: hn.body.id,
4955
4955
  version: "1",
4956
4956
  entityType: n.ActionDescriptor
4957
4957
  }, VR = {
@@ -4973,7 +4973,7 @@ const tA = {
4973
4973
  }, CR = {
4974
4974
  id: "iterate-over-object-values-loop-body-any-dynamic-return-parent-ref-id",
4975
4975
  type: n.GenericReference,
4976
- entityId: dn.body.id,
4976
+ entityId: hn.body.id,
4977
4977
  version: "1",
4978
4978
  entityType: n.ActionDescriptor
4979
4979
  }, BR = {
@@ -4993,7 +4993,7 @@ const tA = {
4993
4993
  parentRelationType: _.DynamicReturn,
4994
4994
  parent: CR
4995
4995
  }, Dc = {
4996
- id: dn.body.id,
4996
+ id: hn.body.id,
4997
4997
  type: n.ActionDescriptor,
4998
4998
  version: "1",
4999
4999
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -5223,7 +5223,7 @@ const tA = {
5223
5223
  parent: null
5224
5224
  }, WR = [
5225
5225
  Hl,
5226
- an,
5226
+ pn,
5227
5227
  Qa,
5228
5228
  Js,
5229
5229
  qs,
@@ -5235,18 +5235,18 @@ const tA = {
5235
5235
  Ac,
5236
5236
  Dc,
5237
5237
  td
5238
- ], bi = F[n.BuiltInBaseEntity][te.HTTP_ENDPOINT].properties, Ss = F[n.BuiltInBaseEntity][te.HTTP_ENDPOINT].methods, zR = {
5238
+ ], Ri = F[n.BuiltInBaseEntity][te.HTTP_ENDPOINT].properties, Ss = F[n.BuiltInBaseEntity][te.HTTP_ENDPOINT].methods, zR = {
5239
5239
  id: "endpointBuiltInCorsPropertyDataTypeRef",
5240
5240
  type: n.GenericReference,
5241
5241
  version: "1",
5242
5242
  entityType: n.ValueDescriptor,
5243
- entityId: bi.cors.id
5243
+ entityId: Ri.cors.id
5244
5244
  }, YR = {
5245
5245
  id: "endpointBuiltInCorsPropertyRef",
5246
5246
  type: n.GenericReference,
5247
5247
  version: "1",
5248
5248
  entityType: n.Property,
5249
- entityId: bi.cors.id
5249
+ entityId: Ri.cors.id
5250
5250
  }, HR = {
5251
5251
  like: !1,
5252
5252
  inferred: !1,
@@ -5276,7 +5276,7 @@ const tA = {
5276
5276
  constant: !1,
5277
5277
  hidden: !0,
5278
5278
  required: !0,
5279
- id: bi.cors.id,
5279
+ id: Ri.cors.id,
5280
5280
  name: "Allowed origins",
5281
5281
  version: "1",
5282
5282
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -5312,13 +5312,13 @@ const tA = {
5312
5312
  type: n.GenericReference,
5313
5313
  version: "1",
5314
5314
  entityType: n.ValueDescriptor,
5315
- entityId: bi.path.id
5315
+ entityId: Ri.path.id
5316
5316
  }, eD = {
5317
5317
  id: "endpointBuiltInPathPropertyRef",
5318
5318
  type: n.GenericReference,
5319
5319
  version: "1",
5320
5320
  entityType: n.Property,
5321
- entityId: bi.path.id
5321
+ entityId: Ri.path.id
5322
5322
  }, tD = {
5323
5323
  like: !1,
5324
5324
  inferred: !1,
@@ -5346,7 +5346,7 @@ const tA = {
5346
5346
  entityId: te.HTTP_ENDPOINT
5347
5347
  }, wc = {
5348
5348
  constant: !1,
5349
- id: bi.path.id,
5349
+ id: Ri.path.id,
5350
5350
  hidden: !1,
5351
5351
  required: !0,
5352
5352
  name: "Path",
@@ -5384,7 +5384,7 @@ const tA = {
5384
5384
  type: n.GenericReference,
5385
5385
  version: "1",
5386
5386
  entityType: n.ValueDescriptor,
5387
- entityId: bi.method.id
5387
+ entityId: Ri.method.id
5388
5388
  }, nD = {
5389
5389
  id: "endpointBuiltInMethodPropertyRef",
5390
5390
  type: n.GenericReference,
@@ -5405,8 +5405,8 @@ const tA = {
5405
5405
  implementationChooseOne: !1,
5406
5406
  andChildrenGroup: null,
5407
5407
  orChildrenGroup: null,
5408
- entity: Ei,
5409
- isList: !0,
5408
+ entity: Ai,
5409
+ isList: !1,
5410
5410
  asType: !1,
5411
5411
  options: [
5412
5412
  "GET",
@@ -5431,7 +5431,7 @@ const tA = {
5431
5431
  constant: !1,
5432
5432
  hidden: !1,
5433
5433
  required: !0,
5434
- id: bi.method.id,
5434
+ id: Ri.method.id,
5435
5435
  name: "Method",
5436
5436
  version: "1",
5437
5437
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -6215,7 +6215,7 @@ const tA = {
6215
6215
  andChildrenGroup: null,
6216
6216
  orChildrenGroup: null,
6217
6217
  isList: !1,
6218
- entity: Ii,
6218
+ entity: Ei,
6219
6219
  asType: !1,
6220
6220
  parent: JD
6221
6221
  }, xc = {
@@ -6281,7 +6281,7 @@ const tA = {
6281
6281
  andChildrenGroup: null,
6282
6282
  orChildrenGroup: null,
6283
6283
  isList: !1,
6284
- entity: Ii,
6284
+ entity: Ei,
6285
6285
  asType: !1,
6286
6286
  parent: WD
6287
6287
  }, YD = {
@@ -6503,7 +6503,7 @@ const tA = {
6503
6503
  andChildrenGroup: null,
6504
6504
  orChildrenGroup: null,
6505
6505
  isList: !1,
6506
- entity: Ai,
6506
+ entity: bi,
6507
6507
  asType: !1,
6508
6508
  parentRelationType: Dt.OrDataTypeGroup,
6509
6509
  parent: n1
@@ -7082,7 +7082,7 @@ const z = Se.arrayToEnum([
7082
7082
  "not_multiple_of",
7083
7083
  "not_finite"
7084
7084
  ]), j1 = (i) => JSON.stringify(i, null, 2).replace(/"([^"]+)":/g, "$1:");
7085
- class Qt extends Error {
7085
+ class er extends Error {
7086
7086
  get errors() {
7087
7087
  return this.issues;
7088
7088
  }
@@ -7119,7 +7119,7 @@ class Qt extends Error {
7119
7119
  return r(this), t;
7120
7120
  }
7121
7121
  static assert(a) {
7122
- if (!(a instanceof Qt))
7122
+ if (!(a instanceof er))
7123
7123
  throw new Error(`Not a ZodError: ${a}`);
7124
7124
  }
7125
7125
  toString() {
@@ -7141,8 +7141,8 @@ class Qt extends Error {
7141
7141
  return this.flatten();
7142
7142
  }
7143
7143
  }
7144
- Qt.create = (i) => new Qt(i);
7145
- const Mn = (i, a) => {
7144
+ er.create = (i) => new er(i);
7145
+ const xn = (i, a) => {
7146
7146
  let e;
7147
7147
  switch (i.code) {
7148
7148
  case k.invalid_type:
@@ -7198,7 +7198,7 @@ const Mn = (i, a) => {
7198
7198
  }
7199
7199
  return { message: e };
7200
7200
  };
7201
- let Zc = Mn;
7201
+ let Zc = xn;
7202
7202
  function G1(i) {
7203
7203
  Zc = i;
7204
7204
  }
@@ -7238,13 +7238,13 @@ function W(i, a) {
7238
7238
  // then schema-bound map if available
7239
7239
  e,
7240
7240
  // then global override map
7241
- e === Mn ? void 0 : Mn
7241
+ e === xn ? void 0 : xn
7242
7242
  // then global default map
7243
7243
  ].filter((r) => !!r)
7244
7244
  });
7245
7245
  i.common.issues.push(t);
7246
7246
  }
7247
- class jt {
7247
+ class Gt {
7248
7248
  constructor() {
7249
7249
  this.value = "valid";
7250
7250
  }
@@ -7272,7 +7272,7 @@ class jt {
7272
7272
  value: l
7273
7273
  });
7274
7274
  }
7275
- return jt.mergeObjectSync(a, t);
7275
+ return Gt.mergeObjectSync(a, t);
7276
7276
  }
7277
7277
  static mergeObjectSync(a, e) {
7278
7278
  const t = {};
@@ -7287,7 +7287,7 @@ class jt {
7287
7287
  }
7288
7288
  const fe = Object.freeze({
7289
7289
  status: "aborted"
7290
- }), Pn = (i) => ({ status: "dirty", value: i }), qt = (i) => ({ status: "valid", value: i }), vl = (i) => i.status === "aborted", Tl = (i) => i.status === "dirty", xi = (i) => i.status === "valid", Rs = (i) => typeof Promise < "u" && i instanceof Promise;
7290
+ }), _n = (i) => ({ status: "dirty", value: i }), qt = (i) => ({ status: "valid", value: i }), vl = (i) => i.status === "aborted", Tl = (i) => i.status === "dirty", $i = (i) => i.status === "valid", Rs = (i) => typeof Promise < "u" && i instanceof Promise;
7291
7291
  function Ua(i, a, e, t) {
7292
7292
  if (e === "a" && !t)
7293
7293
  throw new TypeError("Private accessor was defined without a getter");
@@ -7318,7 +7318,7 @@ class Nr {
7318
7318
  }
7319
7319
  }
7320
7320
  const vp = (i, a) => {
7321
- if (xi(a))
7321
+ if ($i(a))
7322
7322
  return { success: !0, data: a.value };
7323
7323
  if (!i.common.issues.length)
7324
7324
  throw new Error("Validation failed but no issues detected.");
@@ -7327,7 +7327,7 @@ const vp = (i, a) => {
7327
7327
  get error() {
7328
7328
  if (this._error)
7329
7329
  return this._error;
7330
- const e = new Qt(i.common.issues);
7330
+ const e = new er(i.common.issues);
7331
7331
  return this._error = e, this._error;
7332
7332
  }
7333
7333
  };
@@ -7363,7 +7363,7 @@ class Ze {
7363
7363
  }
7364
7364
  _processInputParams(a) {
7365
7365
  return {
7366
- status: new jt(),
7366
+ status: new Gt(),
7367
7367
  ctx: {
7368
7368
  common: a.parent.common,
7369
7369
  data: a.data,
@@ -7422,7 +7422,7 @@ class Ze {
7422
7422
  if (!this["~standard"].async)
7423
7423
  try {
7424
7424
  const s = this._parseSync({ data: a, path: [], parent: r });
7425
- return xi(s) ? {
7425
+ return $i(s) ? {
7426
7426
  value: s.value
7427
7427
  } : {
7428
7428
  issues: r.common.issues
@@ -7433,7 +7433,7 @@ class Ze {
7433
7433
  async: !0
7434
7434
  };
7435
7435
  }
7436
- return this._parseAsync({ data: a, path: [], parent: r }).then((s) => xi(s) ? {
7436
+ return this._parseAsync({ data: a, path: [], parent: r }).then((s) => $i(s) ? {
7437
7437
  value: s.value
7438
7438
  } : {
7439
7439
  issues: r.common.issues
@@ -7503,7 +7503,7 @@ class Ze {
7503
7503
  return Dr.create(this);
7504
7504
  }
7505
7505
  promise() {
7506
- return Nn.create(this, this._def);
7506
+ return jn.create(this, this._def);
7507
7507
  }
7508
7508
  or(a) {
7509
7509
  return Ps.create([this, a], this._def);
@@ -7605,7 +7605,7 @@ class br extends Ze {
7605
7605
  received: s.parsedType
7606
7606
  }), fe;
7607
7607
  }
7608
- const t = new jt();
7608
+ const t = new Gt();
7609
7609
  let r;
7610
7610
  for (const s of this._def.checks)
7611
7611
  if (s.kind === "min")
@@ -8001,7 +8001,7 @@ class fi extends Ze {
8001
8001
  }), fe;
8002
8002
  }
8003
8003
  let t;
8004
- const r = new jt();
8004
+ const r = new Gt();
8005
8005
  for (const s of this._def.checks)
8006
8006
  s.kind === "int" ? Se.isInteger(a.data) || (t = this._getOrReturnCtx(a, t), W(t, {
8007
8007
  code: k.invalid_type,
@@ -8173,7 +8173,7 @@ class hi extends Ze {
8173
8173
  if (this._getType(a) !== z.bigint)
8174
8174
  return this._getInvalidInput(a);
8175
8175
  let t;
8176
- const r = new jt();
8176
+ const r = new Gt();
8177
8177
  for (const s of this._def.checks)
8178
8178
  s.kind === "min" ? (s.inclusive ? a.data < s.value : a.data <= s.value) && (t = this._getOrReturnCtx(a, t), W(t, {
8179
8179
  code: k.too_small,
@@ -8313,7 +8313,7 @@ Ds.create = (i) => new Ds({
8313
8313
  coerce: (i == null ? void 0 : i.coerce) || !1,
8314
8314
  ...ve(i)
8315
8315
  });
8316
- class $i extends Ze {
8316
+ class ji extends Ze {
8317
8317
  _parse(a) {
8318
8318
  if (this._def.coerce && (a.data = new Date(a.data)), this._getType(a) !== z.date) {
8319
8319
  const s = this._getOrReturnCtx(a);
@@ -8329,7 +8329,7 @@ class $i extends Ze {
8329
8329
  code: k.invalid_date
8330
8330
  }), fe;
8331
8331
  }
8332
- const t = new jt();
8332
+ const t = new Gt();
8333
8333
  let r;
8334
8334
  for (const s of this._def.checks)
8335
8335
  s.kind === "min" ? a.data.getTime() < s.value && (r = this._getOrReturnCtx(a, r), W(r, {
@@ -8353,7 +8353,7 @@ class $i extends Ze {
8353
8353
  };
8354
8354
  }
8355
8355
  _addCheck(a) {
8356
- return new $i({
8356
+ return new ji({
8357
8357
  ...this._def,
8358
8358
  checks: [...this._def.checks, a]
8359
8359
  });
@@ -8385,7 +8385,7 @@ class $i extends Ze {
8385
8385
  return a != null ? new Date(a) : null;
8386
8386
  }
8387
8387
  }
8388
- $i.create = (i) => new $i({
8388
+ ji.create = (i) => new ji({
8389
8389
  checks: [],
8390
8390
  coerce: (i == null ? void 0 : i.coerce) || !1,
8391
8391
  typeName: pe.ZodDate,
@@ -8442,7 +8442,7 @@ ws.create = (i) => new ws({
8442
8442
  typeName: pe.ZodNull,
8443
8443
  ...ve(i)
8444
8444
  });
8445
- class _n extends Ze {
8445
+ class $n extends Ze {
8446
8446
  constructor() {
8447
8447
  super(...arguments), this._any = !0;
8448
8448
  }
@@ -8450,11 +8450,11 @@ class _n extends Ze {
8450
8450
  return qt(a.data);
8451
8451
  }
8452
8452
  }
8453
- _n.create = (i) => new _n({
8453
+ $n.create = (i) => new $n({
8454
8454
  typeName: pe.ZodAny,
8455
8455
  ...ve(i)
8456
8456
  });
8457
- class Ui extends Ze {
8457
+ class Li extends Ze {
8458
8458
  constructor() {
8459
8459
  super(...arguments), this._unknown = !0;
8460
8460
  }
@@ -8462,7 +8462,7 @@ class Ui extends Ze {
8462
8462
  return qt(a.data);
8463
8463
  }
8464
8464
  }
8465
- Ui.create = (i) => new Ui({
8465
+ Li.create = (i) => new Li({
8466
8466
  typeName: pe.ZodUnknown,
8467
8467
  ...ve(i)
8468
8468
  });
@@ -8533,9 +8533,9 @@ class Dr extends Ze {
8533
8533
  exact: !1,
8534
8534
  message: r.maxLength.message
8535
8535
  }), t.dirty()), e.common.async)
8536
- return Promise.all([...e.data].map((l, o) => r.type._parseAsync(new Nr(e, l, e.path, o)))).then((l) => jt.mergeArray(t, l));
8536
+ return Promise.all([...e.data].map((l, o) => r.type._parseAsync(new Nr(e, l, e.path, o)))).then((l) => Gt.mergeArray(t, l));
8537
8537
  const s = [...e.data].map((l, o) => r.type._parseSync(new Nr(e, l, e.path, o)));
8538
- return jt.mergeArray(t, s);
8538
+ return Gt.mergeArray(t, s);
8539
8539
  }
8540
8540
  get element() {
8541
8541
  return this._def.type;
@@ -8570,12 +8570,12 @@ Dr.create = (i, a) => new Dr({
8570
8570
  typeName: pe.ZodArray,
8571
8571
  ...ve(a)
8572
8572
  });
8573
- function On(i) {
8573
+ function Bn(i) {
8574
8574
  if (i instanceof mt) {
8575
8575
  const a = {};
8576
8576
  for (const e in i.shape) {
8577
8577
  const t = i.shape[e];
8578
- a[e] = Mr.create(On(t));
8578
+ a[e] = Mr.create(Bn(t));
8579
8579
  }
8580
8580
  return new mt({
8581
8581
  ...i._def,
@@ -8584,8 +8584,8 @@ function On(i) {
8584
8584
  } else
8585
8585
  return i instanceof Dr ? new Dr({
8586
8586
  ...i._def,
8587
- type: On(i.element)
8588
- }) : i instanceof Mr ? Mr.create(On(i.unwrap())) : i instanceof mi ? mi.create(On(i.unwrap())) : i instanceof Ur ? Ur.create(i.items.map((a) => On(a))) : i;
8587
+ type: Bn(i.element)
8588
+ }) : i instanceof Mr ? Mr.create(Bn(i.unwrap())) : i instanceof mi ? mi.create(Bn(i.unwrap())) : i instanceof Ur ? Ur.create(i.items.map((a) => Bn(a))) : i;
8589
8589
  }
8590
8590
  class mt extends Ze {
8591
8591
  constructor() {
@@ -8659,7 +8659,7 @@ class mt extends Ze {
8659
8659
  });
8660
8660
  }
8661
8661
  return u;
8662
- }).then((u) => jt.mergeObjectSync(t, u)) : jt.mergeObjectSync(t, d);
8662
+ }).then((u) => Gt.mergeObjectSync(t, u)) : Gt.mergeObjectSync(t, d);
8663
8663
  }
8664
8664
  get shape() {
8665
8665
  return this._def.shape();
@@ -8822,7 +8822,7 @@ class mt extends Ze {
8822
8822
  * @deprecated
8823
8823
  */
8824
8824
  deepPartial() {
8825
- return On(this);
8825
+ return Bn(this);
8826
8826
  }
8827
8827
  partial(a) {
8828
8828
  const e = {};
@@ -8885,7 +8885,7 @@ class Ps extends Ze {
8885
8885
  for (const o of s)
8886
8886
  if (o.result.status === "dirty")
8887
8887
  return e.common.issues.push(...o.ctx.common.issues), o.result;
8888
- const l = s.map((o) => new Qt(o.ctx.common.issues));
8888
+ const l = s.map((o) => new er(o.ctx.common.issues));
8889
8889
  return W(e, {
8890
8890
  code: k.invalid_union,
8891
8891
  unionErrors: l
@@ -8932,7 +8932,7 @@ class Ps extends Ze {
8932
8932
  }
8933
8933
  if (s)
8934
8934
  return e.common.issues.push(...s.ctx.common.issues), s.result;
8935
- const o = l.map((d) => new Qt(d));
8935
+ const o = l.map((d) => new er(d));
8936
8936
  return W(e, {
8937
8937
  code: k.invalid_union,
8938
8938
  unionErrors: o
@@ -9104,7 +9104,7 @@ class Ur extends Ze {
9104
9104
  const d = this._def.items[o] || this._def.rest;
9105
9105
  return d ? d._parse(new Nr(t, l, t.path, o)) : null;
9106
9106
  }).filter((l) => !!l);
9107
- return t.common.async ? Promise.all(s).then((l) => jt.mergeArray(e, l)) : jt.mergeArray(e, s);
9107
+ return t.common.async ? Promise.all(s).then((l) => Gt.mergeArray(e, l)) : Gt.mergeArray(e, s);
9108
9108
  }
9109
9109
  get items() {
9110
9110
  return this._def.items;
@@ -9148,7 +9148,7 @@ class Cs extends Ze {
9148
9148
  value: l._parse(new Nr(t, t.data[o], t.path, o)),
9149
9149
  alwaysSet: o in t.data
9150
9150
  });
9151
- return t.common.async ? jt.mergeObjectAsync(e, r) : jt.mergeObjectSync(e, r);
9151
+ return t.common.async ? Gt.mergeObjectAsync(e, r) : Gt.mergeObjectSync(e, r);
9152
9152
  }
9153
9153
  get element() {
9154
9154
  return this._def.valueType;
@@ -9215,7 +9215,7 @@ $a.create = (i, a, e) => new $a({
9215
9215
  typeName: pe.ZodMap,
9216
9216
  ...ve(e)
9217
9217
  });
9218
- class ji extends Ze {
9218
+ class Gi extends Ze {
9219
9219
  _parse(a) {
9220
9220
  const { status: e, ctx: t } = this._processInputParams(a);
9221
9221
  if (t.parsedType !== z.set)
@@ -9254,13 +9254,13 @@ class ji extends Ze {
9254
9254
  return t.common.async ? Promise.all(o).then((d) => l(d)) : l(o);
9255
9255
  }
9256
9256
  min(a, e) {
9257
- return new ji({
9257
+ return new Gi({
9258
9258
  ...this._def,
9259
9259
  minSize: { value: a, message: re.toString(e) }
9260
9260
  });
9261
9261
  }
9262
9262
  max(a, e) {
9263
- return new ji({
9263
+ return new Gi({
9264
9264
  ...this._def,
9265
9265
  maxSize: { value: a, message: re.toString(e) }
9266
9266
  });
@@ -9272,14 +9272,14 @@ class ji extends Ze {
9272
9272
  return this.min(1, a);
9273
9273
  }
9274
9274
  }
9275
- ji.create = (i, a) => new ji({
9275
+ Gi.create = (i, a) => new Gi({
9276
9276
  valueType: i,
9277
9277
  minSize: null,
9278
9278
  maxSize: null,
9279
9279
  typeName: pe.ZodSet,
9280
9280
  ...ve(a)
9281
9281
  });
9282
- class Cn extends Ze {
9282
+ class Un extends Ze {
9283
9283
  constructor() {
9284
9284
  super(...arguments), this.validate = this.implement;
9285
9285
  }
@@ -9299,7 +9299,7 @@ class Cn extends Ze {
9299
9299
  e.common.contextualErrorMap,
9300
9300
  e.schemaErrorMap,
9301
9301
  _a(),
9302
- Mn
9302
+ xn
9303
9303
  ].filter((u) => !!u),
9304
9304
  issueData: {
9305
9305
  code: k.invalid_arguments,
@@ -9315,7 +9315,7 @@ class Cn extends Ze {
9315
9315
  e.common.contextualErrorMap,
9316
9316
  e.schemaErrorMap,
9317
9317
  _a(),
9318
- Mn
9318
+ xn
9319
9319
  ].filter((u) => !!u),
9320
9320
  issueData: {
9321
9321
  code: k.invalid_return_type,
@@ -9324,10 +9324,10 @@ class Cn extends Ze {
9324
9324
  });
9325
9325
  }
9326
9326
  const s = { errorMap: e.common.contextualErrorMap }, l = e.data;
9327
- if (this._def.returns instanceof Nn) {
9327
+ if (this._def.returns instanceof jn) {
9328
9328
  const o = this;
9329
9329
  return qt(async function(...d) {
9330
- const u = new Qt([]), h = await o._def.args.parseAsync(d, s).catch((I) => {
9330
+ const u = new er([]), h = await o._def.args.parseAsync(d, s).catch((I) => {
9331
9331
  throw u.addIssue(t(d, I)), u;
9332
9332
  }), c = await Reflect.apply(l, this, h);
9333
9333
  return await o._def.returns._def.type.parseAsync(c, s).catch((I) => {
@@ -9339,10 +9339,10 @@ class Cn extends Ze {
9339
9339
  return qt(function(...d) {
9340
9340
  const u = o._def.args.safeParse(d, s);
9341
9341
  if (!u.success)
9342
- throw new Qt([t(d, u.error)]);
9342
+ throw new er([t(d, u.error)]);
9343
9343
  const h = Reflect.apply(l, this, u.data), c = o._def.returns.safeParse(h, s);
9344
9344
  if (!c.success)
9345
- throw new Qt([r(h, c.error)]);
9345
+ throw new er([r(h, c.error)]);
9346
9346
  return c.data;
9347
9347
  });
9348
9348
  }
@@ -9354,13 +9354,13 @@ class Cn extends Ze {
9354
9354
  return this._def.returns;
9355
9355
  }
9356
9356
  args(...a) {
9357
- return new Cn({
9357
+ return new Un({
9358
9358
  ...this._def,
9359
- args: Ur.create(a).rest(Ui.create())
9359
+ args: Ur.create(a).rest(Li.create())
9360
9360
  });
9361
9361
  }
9362
9362
  returns(a) {
9363
- return new Cn({
9363
+ return new Un({
9364
9364
  ...this._def,
9365
9365
  returns: a
9366
9366
  });
@@ -9372,9 +9372,9 @@ class Cn extends Ze {
9372
9372
  return this.parse(a);
9373
9373
  }
9374
9374
  static create(a, e, t) {
9375
- return new Cn({
9376
- args: a || Ur.create([]).rest(Ui.create()),
9377
- returns: e || Ui.create(),
9375
+ return new Un({
9376
+ args: a || Ur.create([]).rest(Li.create()),
9377
+ returns: e || Li.create(),
9378
9378
  typeName: pe.ZodFunction,
9379
9379
  ...ve(t)
9380
9380
  });
@@ -9515,7 +9515,7 @@ _s.create = (i, a) => new _s({
9515
9515
  typeName: pe.ZodNativeEnum,
9516
9516
  ...ve(a)
9517
9517
  });
9518
- class Nn extends Ze {
9518
+ class jn extends Ze {
9519
9519
  unwrap() {
9520
9520
  return this._def.type;
9521
9521
  }
@@ -9534,7 +9534,7 @@ class Nn extends Ze {
9534
9534
  })));
9535
9535
  }
9536
9536
  }
9537
- Nn.create = (i, a) => new Nn({
9537
+ jn.create = (i, a) => new jn({
9538
9538
  type: i,
9539
9539
  typeName: pe.ZodPromise,
9540
9540
  ...ve(a)
@@ -9566,7 +9566,7 @@ class wr extends Ze {
9566
9566
  path: t.path,
9567
9567
  parent: t
9568
9568
  });
9569
- return d.status === "aborted" ? fe : d.status === "dirty" || e.value === "dirty" ? Pn(d.value) : d;
9569
+ return d.status === "aborted" ? fe : d.status === "dirty" || e.value === "dirty" ? _n(d.value) : d;
9570
9570
  });
9571
9571
  {
9572
9572
  if (e.value === "aborted")
@@ -9576,7 +9576,7 @@ class wr extends Ze {
9576
9576
  path: t.path,
9577
9577
  parent: t
9578
9578
  });
9579
- return o.status === "aborted" ? fe : o.status === "dirty" || e.value === "dirty" ? Pn(o.value) : o;
9579
+ return o.status === "aborted" ? fe : o.status === "dirty" || e.value === "dirty" ? _n(o.value) : o;
9580
9580
  }
9581
9581
  }
9582
9582
  if (r.type === "refinement") {
@@ -9605,14 +9605,14 @@ class wr extends Ze {
9605
9605
  path: t.path,
9606
9606
  parent: t
9607
9607
  });
9608
- if (!xi(l))
9608
+ if (!$i(l))
9609
9609
  return l;
9610
9610
  const o = r.transform(l.value, s);
9611
9611
  if (o instanceof Promise)
9612
9612
  throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
9613
9613
  return { status: e.value, value: o };
9614
9614
  } else
9615
- return this._def.schema._parseAsync({ data: t.data, path: t.path, parent: t }).then((l) => xi(l) ? Promise.resolve(r.transform(l.value, s)).then((o) => ({ status: e.value, value: o })) : l);
9615
+ return this._def.schema._parseAsync({ data: t.data, path: t.path, parent: t }).then((l) => $i(l) ? Promise.resolve(r.transform(l.value, s)).then((o) => ({ status: e.value, value: o })) : l);
9616
9616
  Se.assertNever(r);
9617
9617
  }
9618
9618
  }
@@ -9693,7 +9693,7 @@ class Us extends Ze {
9693
9693
  status: "valid",
9694
9694
  value: s.status === "valid" ? s.value : this._def.catchValue({
9695
9695
  get error() {
9696
- return new Qt(t.common.issues);
9696
+ return new er(t.common.issues);
9697
9697
  },
9698
9698
  input: t.data
9699
9699
  })
@@ -9701,7 +9701,7 @@ class Us extends Ze {
9701
9701
  status: "valid",
9702
9702
  value: r.status === "valid" ? r.value : this._def.catchValue({
9703
9703
  get error() {
9704
- return new Qt(t.common.issues);
9704
+ return new er(t.common.issues);
9705
9705
  },
9706
9706
  input: t.data
9707
9707
  })
@@ -9758,7 +9758,7 @@ class Xs extends Ze {
9758
9758
  path: t.path,
9759
9759
  parent: t
9760
9760
  });
9761
- return s.status === "aborted" ? fe : s.status === "dirty" ? (e.dirty(), Pn(s.value)) : this._def.out._parseAsync({
9761
+ return s.status === "aborted" ? fe : s.status === "dirty" ? (e.dirty(), _n(s.value)) : this._def.out._parseAsync({
9762
9762
  data: s.value,
9763
9763
  path: t.path,
9764
9764
  parent: t
@@ -9790,7 +9790,7 @@ class Xs extends Ze {
9790
9790
  }
9791
9791
  class Ls extends Ze {
9792
9792
  _parse(a) {
9793
- const e = this._def.innerType._parse(a), t = (r) => (xi(r) && (r.value = Object.freeze(r.value)), r);
9793
+ const e = this._def.innerType._parse(a), t = (r) => ($i(r) && (r.value = Object.freeze(r.value)), r);
9794
9794
  return Rs(e) ? e.then((r) => t(r)) : t(e);
9795
9795
  }
9796
9796
  unwrap() {
@@ -9803,13 +9803,13 @@ Ls.create = (i, a) => new Ls({
9803
9803
  ...ve(a)
9804
9804
  });
9805
9805
  function Yc(i, a = {}, e) {
9806
- return i ? _n.create().superRefine((t, r) => {
9806
+ return i ? $n.create().superRefine((t, r) => {
9807
9807
  var s, l;
9808
9808
  if (!i(t)) {
9809
9809
  const o = typeof a == "function" ? a(t) : typeof a == "string" ? { message: a } : a, d = (l = (s = o.fatal) !== null && s !== void 0 ? s : e) !== null && l !== void 0 ? l : !0, u = typeof o == "string" ? { message: o } : o;
9810
9810
  r.addIssue({ code: "custom", ...u, fatal: d });
9811
9811
  }
9812
- }) : _n.create();
9812
+ }) : $n.create();
9813
9813
  }
9814
9814
  const dO = {
9815
9815
  object: mt.lazycreate
@@ -9820,7 +9820,7 @@ var pe;
9820
9820
  })(pe || (pe = {}));
9821
9821
  const uO = (i, a = {
9822
9822
  message: `Input not instance of ${i.name}`
9823
- }) => Yc((e) => e instanceof i, a), Ga = br.create, cd = fi.create, pO = ja.create, cO = hi.create, fd = Ds.create, Hc = $i.create, fO = La.create, hO = Os.create, Kc = ws.create, yO = _n.create, wa = Ui.create, mO = Hr.create, vO = xa.create, TO = Dr.create, Xc = mt.create, IO = mt.strictCreate, EO = Ps.create, AO = io.create, bO = Vs.create, RO = Ur.create, Qc = Cs.create, DO = $a.create, OO = ji.create, wO = Cn.create, PO = Bs.create, VO = Ms.create, ef = yi.create, CO = _s.create, BO = Nn.create, Tp = wr.create, MO = Mr.create, _O = mi.create, NO = wr.createWithPreprocess, UO = Xs.create, LO = () => Ga().optional(), xO = () => cd().optional(), $O = () => fd().optional(), jO = {
9823
+ }) => Yc((e) => e instanceof i, a), Ga = br.create, cd = fi.create, pO = ja.create, cO = hi.create, fd = Ds.create, Hc = ji.create, fO = La.create, hO = Os.create, Kc = ws.create, yO = $n.create, wa = Li.create, mO = Hr.create, vO = xa.create, TO = Dr.create, Xc = mt.create, IO = mt.strictCreate, EO = Ps.create, AO = io.create, bO = Vs.create, RO = Ur.create, Qc = Cs.create, DO = $a.create, OO = Gi.create, wO = Un.create, PO = Bs.create, VO = Ms.create, ef = yi.create, CO = _s.create, BO = jn.create, Tp = wr.create, MO = Mr.create, _O = mi.create, NO = wr.createWithPreprocess, UO = Xs.create, LO = () => Ga().optional(), xO = () => cd().optional(), $O = () => fd().optional(), jO = {
9824
9824
  string: (i) => br.create({ ...i, coerce: !0 }),
9825
9825
  number: (i) => fi.create({ ...i, coerce: !0 }),
9826
9826
  boolean: (i) => Ds.create({
@@ -9828,23 +9828,23 @@ const uO = (i, a = {
9828
9828
  coerce: !0
9829
9829
  }),
9830
9830
  bigint: (i) => hi.create({ ...i, coerce: !0 }),
9831
- date: (i) => $i.create({ ...i, coerce: !0 })
9831
+ date: (i) => ji.create({ ...i, coerce: !0 })
9832
9832
  }, GO = fe;
9833
9833
  var m = /* @__PURE__ */ Object.freeze({
9834
9834
  __proto__: null,
9835
- defaultErrorMap: Mn,
9835
+ defaultErrorMap: xn,
9836
9836
  setErrorMap: G1,
9837
9837
  getErrorMap: _a,
9838
9838
  makeIssue: Na,
9839
9839
  EMPTY_PATH: g1,
9840
9840
  addIssueToContext: W,
9841
- ParseStatus: jt,
9841
+ ParseStatus: Gt,
9842
9842
  INVALID: fe,
9843
- DIRTY: Pn,
9843
+ DIRTY: _n,
9844
9844
  OK: qt,
9845
9845
  isAborted: vl,
9846
9846
  isDirty: Tl,
9847
- isValid: xi,
9847
+ isValid: $i,
9848
9848
  isAsync: Rs,
9849
9849
  get util() {
9850
9850
  return Se;
@@ -9860,12 +9860,12 @@ var m = /* @__PURE__ */ Object.freeze({
9860
9860
  ZodNumber: fi,
9861
9861
  ZodBigInt: hi,
9862
9862
  ZodBoolean: Ds,
9863
- ZodDate: $i,
9863
+ ZodDate: ji,
9864
9864
  ZodSymbol: La,
9865
9865
  ZodUndefined: Os,
9866
9866
  ZodNull: ws,
9867
- ZodAny: _n,
9868
- ZodUnknown: Ui,
9867
+ ZodAny: $n,
9868
+ ZodUnknown: Li,
9869
9869
  ZodNever: Hr,
9870
9870
  ZodVoid: xa,
9871
9871
  ZodArray: Dr,
@@ -9876,13 +9876,13 @@ var m = /* @__PURE__ */ Object.freeze({
9876
9876
  ZodTuple: Ur,
9877
9877
  ZodRecord: Cs,
9878
9878
  ZodMap: $a,
9879
- ZodSet: ji,
9880
- ZodFunction: Cn,
9879
+ ZodSet: Gi,
9880
+ ZodFunction: Un,
9881
9881
  ZodLazy: Bs,
9882
9882
  ZodLiteral: Ms,
9883
9883
  ZodEnum: yi,
9884
9884
  ZodNativeEnum: _s,
9885
- ZodPromise: Nn,
9885
+ ZodPromise: jn,
9886
9886
  ZodEffects: wr,
9887
9887
  ZodTransformer: wr,
9888
9888
  ZodOptional: Mr,
@@ -9944,7 +9944,7 @@ var m = /* @__PURE__ */ Object.freeze({
9944
9944
  NEVER: GO,
9945
9945
  ZodIssueCode: k,
9946
9946
  quotelessJson: j1,
9947
- ZodError: Qt
9947
+ ZodError: er
9948
9948
  });
9949
9949
  function gO(i) {
9950
9950
  var r, s, l;
@@ -10034,17 +10034,17 @@ function zO() {
10034
10034
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
10035
10035
  return Ra(SO);
10036
10036
  }
10037
- var Ri = {}, un = {}, ao = {};
10037
+ var Di = {}, yn = {}, ao = {};
10038
10038
  Object.defineProperty(ao, "__esModule", {
10039
10039
  value: !0
10040
10040
  });
10041
10041
  ao.default = void 0;
10042
10042
  var YO = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
10043
10043
  ao.default = YO;
10044
- Object.defineProperty(un, "__esModule", {
10044
+ Object.defineProperty(yn, "__esModule", {
10045
10045
  value: !0
10046
10046
  });
10047
- un.default = void 0;
10047
+ yn.default = void 0;
10048
10048
  var HO = KO(ao);
10049
10049
  function KO(i) {
10050
10050
  return i && i.__esModule ? i : { default: i };
@@ -10053,13 +10053,13 @@ function XO(i) {
10053
10053
  return typeof i == "string" && HO.default.test(i);
10054
10054
  }
10055
10055
  var QO = XO;
10056
- un.default = QO;
10057
- Object.defineProperty(Ri, "__esModule", {
10056
+ yn.default = QO;
10057
+ Object.defineProperty(Di, "__esModule", {
10058
10058
  value: !0
10059
10059
  });
10060
- Ri.default = void 0;
10061
- Ri.unsafeStringify = nf;
10062
- var ew = tw(un);
10060
+ Di.default = void 0;
10061
+ Di.unsafeStringify = nf;
10062
+ var ew = tw(yn);
10063
10063
  function tw(i) {
10064
10064
  return i && i.__esModule ? i : { default: i };
10065
10065
  }
@@ -10076,12 +10076,12 @@ function rw(i, a = 0) {
10076
10076
  return e;
10077
10077
  }
10078
10078
  var iw = rw;
10079
- Ri.default = iw;
10079
+ Di.default = iw;
10080
10080
  Object.defineProperty(no, "__esModule", {
10081
10081
  value: !0
10082
10082
  });
10083
10083
  no.default = void 0;
10084
- var nw = aw(so), sw = Ri;
10084
+ var nw = aw(so), sw = Di;
10085
10085
  function aw(i) {
10086
10086
  return i && i.__esModule ? i : { default: i };
10087
10087
  }
@@ -10115,7 +10115,7 @@ Object.defineProperty(Qs, "__esModule", {
10115
10115
  value: !0
10116
10116
  });
10117
10117
  Qs.default = void 0;
10118
- var dw = uw(un);
10118
+ var dw = uw(yn);
10119
10119
  function uw(i) {
10120
10120
  return i && i.__esModule ? i : { default: i };
10121
10121
  }
@@ -10133,7 +10133,7 @@ Object.defineProperty(vi, "__esModule", {
10133
10133
  });
10134
10134
  vi.URL = vi.DNS = void 0;
10135
10135
  vi.default = vw;
10136
- var fw = Ri, hw = yw(Qs);
10136
+ var fw = Di, hw = yw(Qs);
10137
10137
  function yw(i) {
10138
10138
  return i && i.__esModule ? i : { default: i };
10139
10139
  }
@@ -10259,7 +10259,7 @@ Object.defineProperty(po, "__esModule", {
10259
10259
  value: !0
10260
10260
  });
10261
10261
  po.default = void 0;
10262
- var Ep = df(co), Bw = df(so), Mw = Ri;
10262
+ var Ep = df(co), Bw = df(so), Mw = Di;
10263
10263
  function df(i) {
10264
10264
  return i && i.__esModule ? i : { default: i };
10265
10265
  }
@@ -10356,7 +10356,7 @@ Object.defineProperty(mo, "__esModule", {
10356
10356
  value: !0
10357
10357
  });
10358
10358
  mo.default = void 0;
10359
- var kw = Zw(un);
10359
+ var kw = Zw(yn);
10360
10360
  function Zw(i) {
10361
10361
  return i && i.__esModule ? i : { default: i };
10362
10362
  }
@@ -10416,7 +10416,7 @@ mo.default = qw;
10416
10416
  return l.default;
10417
10417
  }
10418
10418
  });
10419
- var a = h(no), e = h(oo), t = h(po), r = h(fo), s = h(yo), l = h(mo), o = h(un), d = h(Ri), u = h(Qs);
10419
+ var a = h(no), e = h(oo), t = h(po), r = h(fo), s = h(yo), l = h(mo), o = h(yn), d = h(Di), u = h(Qs);
10420
10420
  function h(c) {
10421
10421
  return c && c.__esModule ? c : { default: c };
10422
10422
  }
@@ -11039,7 +11039,7 @@ const LP = {
11039
11039
  andChildrenGroup: null,
11040
11040
  orChildrenGroup: null,
11041
11041
  isList: !1,
11042
- entity: Ai,
11042
+ entity: bi,
11043
11043
  asType: !1,
11044
11044
  parent: xP
11045
11045
  }, jP = {
@@ -11791,7 +11791,7 @@ const aV = {
11791
11791
  andChildrenGroup: null,
11792
11792
  orChildrenGroup: null,
11793
11793
  isList: !1,
11794
- entity: Ai,
11794
+ entity: bi,
11795
11795
  asType: !1,
11796
11796
  parent: BV
11797
11797
  }, _V = {
@@ -12578,7 +12578,7 @@ const aV = {
12578
12578
  author: "1",
12579
12579
  previousVersion: null,
12580
12580
  deleted: !1,
12581
- entity: Ei,
12581
+ entity: Ai,
12582
12582
  isList: !1,
12583
12583
  asType: !1,
12584
12584
  options: ["USD", "GBP", "EUR"],
@@ -12630,7 +12630,7 @@ const aV = {
12630
12630
  author: "1",
12631
12631
  previousVersion: null,
12632
12632
  deleted: !1,
12633
- entity: Ei,
12633
+ entity: Ai,
12634
12634
  isList: !1,
12635
12635
  asType: !1,
12636
12636
  options: ["&#36;", "&pound;", "&euro;"],
@@ -13469,7 +13469,7 @@ const aV = {
13469
13469
  author: "1",
13470
13470
  previousVersion: null,
13471
13471
  deleted: !1,
13472
- entity: Ii,
13472
+ entity: Ei,
13473
13473
  asType: !1,
13474
13474
  isList: !1,
13475
13475
  parent: WB
@@ -13565,7 +13565,7 @@ const aV = {
13565
13565
  author: "1",
13566
13566
  previousVersion: null,
13567
13567
  deleted: !1,
13568
- entity: Ii,
13568
+ entity: Ei,
13569
13569
  isList: !1,
13570
13570
  asType: !1,
13571
13571
  parent: KB
@@ -14246,7 +14246,7 @@ const aV = {
14246
14246
  author: "1",
14247
14247
  previousVersion: null,
14248
14248
  deleted: !1,
14249
- entity: Ii,
14249
+ entity: Ei,
14250
14250
  asType: !1,
14251
14251
  isList: !1,
14252
14252
  parent: XM
@@ -14709,7 +14709,7 @@ const aV = {
14709
14709
  author: "1",
14710
14710
  previousVersion: null,
14711
14711
  deleted: !1,
14712
- entity: Ei,
14712
+ entity: Ai,
14713
14713
  isList: !1,
14714
14714
  asType: !1,
14715
14715
  options: [
@@ -15016,7 +15016,7 @@ const aV = {
15016
15016
  andChildrenGroup: null,
15017
15017
  orChildrenGroup: null,
15018
15018
  isList: !1,
15019
- entity: Ai,
15019
+ entity: bi,
15020
15020
  asType: !1,
15021
15021
  parent: tN
15022
15022
  }, iN = {
@@ -15853,7 +15853,7 @@ const eU = {
15853
15853
  implementationChooseOne: !1,
15854
15854
  andChildrenGroup: null,
15855
15855
  orChildrenGroup: null,
15856
- entity: Ei,
15856
+ entity: Ai,
15857
15857
  isList: !0,
15858
15858
  asType: !1,
15859
15859
  options: [
@@ -16247,7 +16247,7 @@ const eU = {
16247
16247
  andChildrenGroup: null,
16248
16248
  orChildrenGroup: null,
16249
16249
  isList: !1,
16250
- entity: Ai,
16250
+ entity: bi,
16251
16251
  asType: !1,
16252
16252
  parent: xU
16253
16253
  }, jU = {
@@ -18207,7 +18207,7 @@ const I2 = {
18207
18207
  x: 0,
18208
18208
  y: 0,
18209
18209
  parent: C2
18210
- }, ai = "company-dto-function-declaration-id", Md = "company-dto-func-declaration-argument-dcl-id", Gr = "company-dto-function-company-variable-id", Di = "company-dto-function-company-dto-variable-id", Qn = "iterate-over-employee-list-loop-id", uh = "iterate-over-employee-list-loop-employee-dto-output-map-id", _d = "iterate-over-employee-list-loop-body-current-employee-argument-declaration-id", Oo = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-id", ph = "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id", ch = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id", fh = "iterate-over-employee-list-continue-statement-id", wo = "iterate-over-employee-list-loop-body-id", hh = "company-dto-func-declaration-return-statement-id", yh = "company-dto-func-declaration-return-decl-id", mh = "company-dto-func-declaration-company-variable-id-output-map-id", vh = "company-dto-func-declaration-company-variable-employess-output-map-id", Th = "company-dto-func-declaration-company-variable-name-output-map-id", M2 = "company-dto-func-declaration-company-dto-variable-input-map-id", _2 = "company-dto-func-declaration-company-dto-variable-employess-input-map-id", N2 = "company-dto-func-declaration-company-dto-variable-name-input-map-id", Po = "company-dto-func-declaration-owner-variable-id", U2 = "company-dto-func-declaration-company-dto-variable-owner-input-map-id", Ih = "company-dto-func-declaration-company-variable-owner-output-map-id", Eh = "company-dto-func-declaration-owner-variable-id-output-map-id", Vo = "company-dto-func-declaration-bank-account-variable-id", L2 = "company-dto-func-declaration-company-dto-variable-bank-account-input-map-id", Ah = "company-dto-func-declaration-company-variable-bank-account-output-map-id", bh = "company-dto-func-declaration-bank-account-variable-id-output-map-id", x2 = {
18210
+ }, ai = "company-dto-function-declaration-id", Md = "company-dto-func-declaration-argument-dcl-id", Gr = "company-dto-function-company-variable-id", Oi = "company-dto-function-company-dto-variable-id", Qn = "iterate-over-employee-list-loop-id", uh = "iterate-over-employee-list-loop-employee-dto-output-map-id", _d = "iterate-over-employee-list-loop-body-current-employee-argument-declaration-id", Oo = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-id", ph = "iterate-over-employee-list-continue-statement-employee-dto-output-decl-id", ch = "iterate-over-employee-list-loop-body-map-employee-dto-function-call-employee-dto-output-map-id", fh = "iterate-over-employee-list-continue-statement-id", wo = "iterate-over-employee-list-loop-body-id", hh = "company-dto-func-declaration-return-statement-id", yh = "company-dto-func-declaration-return-decl-id", mh = "company-dto-func-declaration-company-variable-id-output-map-id", vh = "company-dto-func-declaration-company-variable-employess-output-map-id", Th = "company-dto-func-declaration-company-variable-name-output-map-id", M2 = "company-dto-func-declaration-company-dto-variable-input-map-id", _2 = "company-dto-func-declaration-company-dto-variable-employess-input-map-id", N2 = "company-dto-func-declaration-company-dto-variable-name-input-map-id", Po = "company-dto-func-declaration-owner-variable-id", U2 = "company-dto-func-declaration-company-dto-variable-owner-input-map-id", Ih = "company-dto-func-declaration-company-variable-owner-output-map-id", Eh = "company-dto-func-declaration-owner-variable-id-output-map-id", Vo = "company-dto-func-declaration-bank-account-variable-id", L2 = "company-dto-func-declaration-company-dto-variable-bank-account-input-map-id", Ah = "company-dto-func-declaration-company-variable-bank-account-output-map-id", bh = "company-dto-func-declaration-bank-account-variable-id-output-map-id", x2 = {
18211
18211
  type: n.GenericReference,
18212
18212
  id: "company-dto-func-company-dto-variable-owner-input-map-reads-value-ref-id",
18213
18213
  version: "1",
@@ -18218,7 +18218,7 @@ const I2 = {
18218
18218
  id: "company-dto-func-company-dto-variable-owner-output-map-parent-ref-id",
18219
18219
  version: "1",
18220
18220
  entityType: n.VariableDeclaration,
18221
- entityId: Di
18221
+ entityId: Oi
18222
18222
  }, Rh = {
18223
18223
  id: U2,
18224
18224
  type: n.InputMap,
@@ -18245,7 +18245,7 @@ const I2 = {
18245
18245
  id: "company-dto-func-company-dto-variable-bank-account-output-map-parent-ref-id",
18246
18246
  version: "1",
18247
18247
  entityType: n.VariableDeclaration,
18248
- entityId: Di
18248
+ entityId: Oi
18249
18249
  }, Dh = {
18250
18250
  id: L2,
18251
18251
  type: n.InputMap,
@@ -18272,7 +18272,7 @@ const I2 = {
18272
18272
  id: "company-dto-func-company-dto-variable-name-output-map-parent-ref-id",
18273
18273
  version: "1",
18274
18274
  entityType: n.VariableDeclaration,
18275
- entityId: Di
18275
+ entityId: Oi
18276
18276
  }, Oh = {
18277
18277
  id: N2,
18278
18278
  type: n.InputMap,
@@ -18299,7 +18299,7 @@ const I2 = {
18299
18299
  id: "company-dto-func-company-dto-variable-employess-output-map-parent-ref-id",
18300
18300
  version: "1",
18301
18301
  entityType: n.VariableDeclaration,
18302
- entityId: Di
18302
+ entityId: Oi
18303
18303
  }, wh = {
18304
18304
  id: _2,
18305
18305
  type: n.InputMap,
@@ -18326,7 +18326,7 @@ const I2 = {
18326
18326
  id: "company-dto-func-company-dto-variable-id-output-map-parent-ref-id",
18327
18327
  version: "1",
18328
18328
  entityType: n.VariableDeclaration,
18329
- entityId: Di
18329
+ entityId: Oi
18330
18330
  }, Ph = {
18331
18331
  id: M2,
18332
18332
  type: n.InputMap,
@@ -18378,7 +18378,7 @@ const I2 = {
18378
18378
  id: "company-dto-func-returned-company-dto-reads-value-ref-id",
18379
18379
  version: "1",
18380
18380
  entityType: n.VariableDeclaration,
18381
- entityId: Di
18381
+ entityId: Oi
18382
18382
  }, Vh = {
18383
18383
  constant: !0,
18384
18384
  isError: !1,
@@ -18403,7 +18403,7 @@ const I2 = {
18403
18403
  id: "company-dto-func-return-statement-called-by-ref-id",
18404
18404
  version: "1",
18405
18405
  entityType: n.Operation,
18406
- entityId: Di
18406
+ entityId: Oi
18407
18407
  }, K2 = {
18408
18408
  type: n.GenericReference,
18409
18409
  id: "company-dto-func-return-statement-parent-ref-id",
@@ -18453,7 +18453,7 @@ const I2 = {
18453
18453
  }, Nd = {
18454
18454
  constant: !0,
18455
18455
  required: !0,
18456
- id: Di,
18456
+ id: Oi,
18457
18457
  type: n.VariableDeclaration,
18458
18458
  version: "1",
18459
18459
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -18487,7 +18487,7 @@ const I2 = {
18487
18487
  parent: X2,
18488
18488
  x: 0,
18489
18489
  y: 0
18490
- }, pn = "employee-dto-func-declaration-id", Ud = "employee-dto-func-declaration-argument-dcl-id", Bh = "employee-dto-func-declaration-return-statement-id", Mh = "employee-dto-func-declaration-return-decl-id", cn = "employee-dto-func-declaration-employee-variable-id", fn = "employee-dto-func-declaration-employee-dto-variable-id", Co = "employee-dto-func-declaration-manager-variable-id", _h = "employee-dto-func-declaration-employee-variable-id-output-map-id", Nh = "employee-dto-func-declaration-employee-variable-birth-date-output-map-id", Uh = "employee-dto-func-declaration-employee-variable-department-output-map-id", Lh = "employee-dto-func-declaration-employee-variable-manager-output-map-id", xh = "employee-dto-func-declaration-manager-variable-id-output-map-id", r$ = "employee-dto-func-declaration-employee-dto-variable-input-map-id", i$ = "employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id", n$ = "employee-dto-func-declaration-employee-dto-variable-department-input-map-id", s$ = "employee-dto-func-declaration-employee-dto-variable-manager-input-map-id", a$ = {
18490
+ }, mn = "employee-dto-func-declaration-id", Ud = "employee-dto-func-declaration-argument-dcl-id", Bh = "employee-dto-func-declaration-return-statement-id", Mh = "employee-dto-func-declaration-return-decl-id", vn = "employee-dto-func-declaration-employee-variable-id", Tn = "employee-dto-func-declaration-employee-dto-variable-id", Co = "employee-dto-func-declaration-manager-variable-id", _h = "employee-dto-func-declaration-employee-variable-id-output-map-id", Nh = "employee-dto-func-declaration-employee-variable-birth-date-output-map-id", Uh = "employee-dto-func-declaration-employee-variable-department-output-map-id", Lh = "employee-dto-func-declaration-employee-variable-manager-output-map-id", xh = "employee-dto-func-declaration-manager-variable-id-output-map-id", r$ = "employee-dto-func-declaration-employee-dto-variable-input-map-id", i$ = "employee-dto-func-declaration-employee-dto-variable-birth-date-input-map-id", n$ = "employee-dto-func-declaration-employee-dto-variable-department-input-map-id", s$ = "employee-dto-func-declaration-employee-dto-variable-manager-input-map-id", a$ = {
18491
18491
  type: n.GenericReference,
18492
18492
  id: "employee-dto-func-employee-dto-variable-manager-input-map-reads-value-ref-id",
18493
18493
  version: "1",
@@ -18498,7 +18498,7 @@ const I2 = {
18498
18498
  id: "employee-dto-func-employee-dto-variable-manager-output-map-parent-ref-id",
18499
18499
  version: "1",
18500
18500
  entityType: n.VariableDeclaration,
18501
- entityId: fn
18501
+ entityId: Tn
18502
18502
  }, $h = {
18503
18503
  id: s$,
18504
18504
  type: n.InputMap,
@@ -18525,7 +18525,7 @@ const I2 = {
18525
18525
  id: "employee-dto-func-employee-dto-variable-department-output-map-parent-ref-id",
18526
18526
  version: "1",
18527
18527
  entityType: n.VariableDeclaration,
18528
- entityId: fn
18528
+ entityId: Tn
18529
18529
  }, jh = {
18530
18530
  id: n$,
18531
18531
  type: n.InputMap,
@@ -18552,7 +18552,7 @@ const I2 = {
18552
18552
  id: "employee-dto-func-employee-dto-variable-birth-date-output-map-parent-ref-id",
18553
18553
  version: "1",
18554
18554
  entityType: n.VariableDeclaration,
18555
- entityId: fn
18555
+ entityId: Tn
18556
18556
  }, Gh = {
18557
18557
  id: i$,
18558
18558
  type: n.InputMap,
@@ -18579,7 +18579,7 @@ const I2 = {
18579
18579
  id: "employee-dto-func-employee-dto-variable-id-output-map-parent-ref-id",
18580
18580
  version: "1",
18581
18581
  entityType: n.VariableDeclaration,
18582
- entityId: fn
18582
+ entityId: Tn
18583
18583
  }, gh = {
18584
18584
  id: r$,
18585
18585
  type: n.InputMap,
@@ -18631,7 +18631,7 @@ const I2 = {
18631
18631
  id: "employee-dto-func-returned-employee-dto-reads-value-ref-id",
18632
18632
  version: "1",
18633
18633
  entityType: n.VariableDeclaration,
18634
- entityId: fn
18634
+ entityId: Tn
18635
18635
  }, Fh = {
18636
18636
  constant: !0,
18637
18637
  isError: !1,
@@ -18656,13 +18656,13 @@ const I2 = {
18656
18656
  id: "employee-dto-func-return-statement-called-by-ref-id",
18657
18657
  version: "1",
18658
18658
  entityType: n.Operation,
18659
- entityId: fn
18659
+ entityId: Tn
18660
18660
  }, I$ = {
18661
18661
  type: n.GenericReference,
18662
18662
  id: "employee-dto-func-return-statement-parent-ref-id",
18663
18663
  version: "1",
18664
18664
  entityType: n.FunctionDeclaration,
18665
- entityId: pn
18665
+ entityId: mn
18666
18666
  }, kh = {
18667
18667
  type: n.ReturnStatement,
18668
18668
  id: Bh,
@@ -18684,7 +18684,7 @@ const I2 = {
18684
18684
  id: "employee-dto-func-employee-dto-variable-parent-ref-id",
18685
18685
  version: "1",
18686
18686
  entityType: n.FunctionDeclaration,
18687
- entityId: pn
18687
+ entityId: mn
18688
18688
  }, A$ = {
18689
18689
  type: n.GenericReference,
18690
18690
  id: "employee-dto-func-employee-dto-variable-called-by-ref-id",
@@ -18694,7 +18694,7 @@ const I2 = {
18694
18694
  }, b$ = {
18695
18695
  constant: !0,
18696
18696
  required: !0,
18697
- id: fn,
18697
+ id: Tn,
18698
18698
  type: n.VariableDeclaration,
18699
18699
  version: "1",
18700
18700
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -18778,7 +18778,7 @@ const I2 = {
18778
18778
  id: "employee-dto-func-manager-variable-parent-ref-id",
18779
18779
  version: "1",
18780
18780
  entityType: n.FunctionDeclaration,
18781
- entityId: pn
18781
+ entityId: mn
18782
18782
  };
18783
18783
  n.GenericReference, n.VariableDeclaration;
18784
18784
  const Zh = {
@@ -18813,7 +18813,7 @@ const Zh = {
18813
18813
  id: "employee-dto-func-employee-variable-manager-output-map-parent-ref-id",
18814
18814
  version: "1",
18815
18815
  entityType: n.VariableDeclaration,
18816
- entityId: cn
18816
+ entityId: vn
18817
18817
  }, B$ = {
18818
18818
  id: Lh,
18819
18819
  type: n.OutputMap,
@@ -18832,7 +18832,7 @@ const Zh = {
18832
18832
  id: "employee-dto-func-employee-variable-department-output-map-parent-ref-id",
18833
18833
  version: "1",
18834
18834
  entityType: n.VariableDeclaration,
18835
- entityId: cn
18835
+ entityId: vn
18836
18836
  }, _$ = {
18837
18837
  id: Uh,
18838
18838
  type: n.OutputMap,
@@ -18851,7 +18851,7 @@ const Zh = {
18851
18851
  id: "employee-dto-func-employee-variable-birth-date-output-map-parent-ref-id",
18852
18852
  version: "1",
18853
18853
  entityType: n.VariableDeclaration,
18854
- entityId: cn
18854
+ entityId: vn
18855
18855
  }, U$ = {
18856
18856
  id: Nh,
18857
18857
  type: n.OutputMap,
@@ -18870,7 +18870,7 @@ const Zh = {
18870
18870
  id: "employee-dto-func-employee-variable-id-output-map-parent-ref-id",
18871
18871
  version: "1",
18872
18872
  entityType: n.VariableDeclaration,
18873
- entityId: cn
18873
+ entityId: vn
18874
18874
  }, x$ = {
18875
18875
  id: _h,
18876
18876
  type: n.OutputMap,
@@ -18889,7 +18889,7 @@ const Zh = {
18889
18889
  id: "employee-dto-func-employee-variable-data-type-parent-ref-id",
18890
18890
  version: "1",
18891
18891
  entityType: n.VariableDeclaration,
18892
- entityId: cn
18892
+ entityId: vn
18893
18893
  }, j$ = {
18894
18894
  like: !1,
18895
18895
  inferred: !1,
@@ -18914,7 +18914,7 @@ const Zh = {
18914
18914
  id: "employee-dto-func-employee-variable-parent-ref-id",
18915
18915
  version: "1",
18916
18916
  entityType: n.FunctionDeclaration,
18917
- entityId: pn
18917
+ entityId: mn
18918
18918
  }, g$ = {
18919
18919
  type: n.GenericReference,
18920
18920
  id: "employee-dto-func-employee-variable-reads-value-ref-id",
@@ -18926,11 +18926,11 @@ const Zh = {
18926
18926
  id: "employee-dto-func-employee-variable-called-by-id",
18927
18927
  version: "1",
18928
18928
  entityType: n.FunctionDeclaration,
18929
- entityId: pn
18929
+ entityId: mn
18930
18930
  }, Jh = {
18931
18931
  constant: !0,
18932
18932
  required: !0,
18933
- id: cn,
18933
+ id: vn,
18934
18934
  type: n.VariableDeclaration,
18935
18935
  version: "1",
18936
18936
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -18987,7 +18987,7 @@ const Zh = {
18987
18987
  }, J$ = {
18988
18988
  type: n.GenericReference,
18989
18989
  id: "employee-dto-func-declaration-employee-input-declaration-parent-ref-id",
18990
- entityId: pn,
18990
+ entityId: mn,
18991
18991
  version: "1",
18992
18992
  entityType: n.FunctionDeclaration
18993
18993
  }, q$ = {
@@ -19016,7 +19016,7 @@ const Zh = {
19016
19016
  entityId: ce
19017
19017
  }, Ld = {
19018
19018
  type: n.FunctionDeclaration,
19019
- id: pn,
19019
+ id: mn,
19020
19020
  version: "1",
19021
19021
  createdAt: "2024-01-01T00:00:00.000Z",
19022
19022
  author: "1",
@@ -19302,7 +19302,7 @@ const Zh = {
19302
19302
  deleted: !1,
19303
19303
  name: null,
19304
19304
  description: null,
19305
- declaration: an.inputs[0],
19305
+ declaration: pn.inputs[0],
19306
19306
  defaultValue: null,
19307
19307
  readsValue: hj,
19308
19308
  index: 0,
@@ -19328,7 +19328,7 @@ const Zh = {
19328
19328
  previousVersion: null,
19329
19329
  deleted: !1,
19330
19330
  defaultValue: null,
19331
- declaration: an.outputs[0],
19331
+ declaration: pn.outputs[0],
19332
19332
  writesValues: [wh],
19333
19333
  index: 0,
19334
19334
  parent: mj
@@ -19346,7 +19346,7 @@ const Zh = {
19346
19346
  author: "1",
19347
19347
  previousVersion: null,
19348
19348
  deleted: !1,
19349
- declaration: an,
19349
+ declaration: pn,
19350
19350
  inputs: [Sh],
19351
19351
  successCalls: [Nd],
19352
19352
  errorCalls: [],
@@ -20285,7 +20285,7 @@ const Yh = {
20285
20285
  version: "1",
20286
20286
  entityType: n.Project,
20287
20287
  entityId: ce
20288
- }, wn = {
20288
+ }, Mn = {
20289
20289
  id: "wait-for-random-amount-id",
20290
20290
  type: n.Operation,
20291
20291
  version: "1",
@@ -20443,11 +20443,11 @@ const J4 = {
20443
20443
  value: null,
20444
20444
  valueAsTypeSingle: null,
20445
20445
  valueAsTypeList: [
20446
- wn,
20447
- wn,
20448
- wn,
20449
- wn,
20450
- wn
20446
+ Mn,
20447
+ Mn,
20448
+ Mn,
20449
+ Mn,
20450
+ Mn
20451
20451
  ],
20452
20452
  autogeneration: null,
20453
20453
  parent: F4
@@ -22419,7 +22419,7 @@ const LF = {
22419
22419
  author: "1",
22420
22420
  previousVersion: null,
22421
22421
  deleted: !1,
22422
- entity: Ai,
22422
+ entity: bi,
22423
22423
  isList: !1,
22424
22424
  asType: !1,
22425
22425
  parent: LF
@@ -22649,7 +22649,7 @@ const FF = {
22649
22649
  x: 0,
22650
22650
  y: 0,
22651
22651
  parent: QF
22652
- }, rs = "random-company-employee-test-variable-id", Xd = "manager-global-variable-id", Gy = "global-user-instance-id", gr = "employee-mapped-dto-variable-id", hn = "employee-mapped-dto-variable-instance-id", gy = "random-employee-id-output-map-id", Fy = "random-employee-birth-date-output-map-id", ky = "random-employee-department-output-map-id", Zy = "random-employee-manager-output-map-id", Jy = "manager-global-id-output-map-id", qy = "global-user-instance-id-output-map-id", tk = "employee-mapped-dto-requester-id-input-map-id", Wy = "employee-mapped-dto-now-timestamp-input-map-id", rk = "employee-mapped-dto-id-input-map-id", ik = "employee-mapped-dto-birth-date-input-map-id", nk = "employee-mapped-dto-department-input-map-id", sk = "employee-mapped-dto-manager-input-map-id", ak = {
22652
+ }, rs = "random-company-employee-test-variable-id", Xd = "manager-global-variable-id", Gy = "global-user-instance-id", gr = "employee-mapped-dto-variable-id", In = "employee-mapped-dto-variable-instance-id", gy = "random-employee-id-output-map-id", Fy = "random-employee-birth-date-output-map-id", ky = "random-employee-department-output-map-id", Zy = "random-employee-manager-output-map-id", Jy = "manager-global-id-output-map-id", qy = "global-user-instance-id-output-map-id", tk = "employee-mapped-dto-requester-id-input-map-id", Wy = "employee-mapped-dto-now-timestamp-input-map-id", rk = "employee-mapped-dto-id-input-map-id", ik = "employee-mapped-dto-birth-date-input-map-id", nk = "employee-mapped-dto-department-input-map-id", sk = "employee-mapped-dto-manager-input-map-id", ak = {
22653
22653
  id: "global-counted-test-loop-iteration-number-input-map-parent-ref-id",
22654
22654
  type: n.GenericReference,
22655
22655
  entityId: Kd,
@@ -22681,7 +22681,7 @@ const ok = {
22681
22681
  }, dk = {
22682
22682
  id: "global-counted-test-loop-called-by-success-ref-id",
22683
22683
  type: n.GenericReference,
22684
- entityId: hn,
22684
+ entityId: In,
22685
22685
  version: "1",
22686
22686
  entityType: n.VariableDeclaration
22687
22687
  }, Sy = {
@@ -22819,7 +22819,7 @@ const ok = {
22819
22819
  }, Ik = {
22820
22820
  id: "global-object-keys-test-loop-called-by-success-ref-two-id",
22821
22821
  type: n.GenericReference,
22822
- entityId: hn,
22822
+ entityId: In,
22823
22823
  version: "1",
22824
22824
  entityType: n.VariableDeclaration
22825
22825
  }, Ek = {
@@ -22939,7 +22939,7 @@ const ok = {
22939
22939
  }, Vk = {
22940
22940
  id: "global-object-values-test-loop-iteration-object-input-map-reads-value-ref-id",
22941
22941
  type: n.GenericReference,
22942
- entityId: hn,
22942
+ entityId: In,
22943
22943
  version: "1",
22944
22944
  entityType: n.VariableDeclaration
22945
22945
  }, Qy = {
@@ -22966,7 +22966,7 @@ const ok = {
22966
22966
  }, Bk = {
22967
22967
  id: "global-object-values-test-loop-called-by-success-ref-id",
22968
22968
  type: n.GenericReference,
22969
- entityId: hn,
22969
+ entityId: In,
22970
22970
  version: "1",
22971
22971
  entityType: n.VariableInstance
22972
22972
  }, em = {
@@ -23282,7 +23282,7 @@ const ok = {
23282
23282
  deleted: !1,
23283
23283
  name: null,
23284
23284
  description: null,
23285
- declaration: an.inputs[0],
23285
+ declaration: pn.inputs[0],
23286
23286
  defaultValue: null,
23287
23287
  readsValue: null,
23288
23288
  index: 0,
@@ -23301,7 +23301,7 @@ const ok = {
23301
23301
  author: "1",
23302
23302
  previousVersion: null,
23303
23303
  deleted: !1,
23304
- declaration: an,
23304
+ declaration: pn,
23305
23305
  inputs: [e8],
23306
23306
  successCalls: [],
23307
23307
  errorCalls: [],
@@ -23803,7 +23803,7 @@ LIMIT 10 OFFSET 0;`, n8 = {
23803
23803
  id: "employee-mapped-dto-variable-instance-now-timestamp-input-map-parent-ref-id",
23804
23804
  version: "1",
23805
23805
  entityType: n.VariableInstance,
23806
- entityId: hn
23806
+ entityId: In
23807
23807
  }, g8 = {
23808
23808
  id: Wy,
23809
23809
  type: n.InputMap,
@@ -23838,7 +23838,7 @@ LIMIT 10 OFFSET 0;`, n8 = {
23838
23838
  entityType: n.Project,
23839
23839
  entityId: ce
23840
23840
  }, J8 = {
23841
- id: hn,
23841
+ id: In,
23842
23842
  type: n.VariableInstance,
23843
23843
  version: "1",
23844
23844
  createdAt: "2024-01-01T00:00:00.000Z",
@@ -24027,7 +24027,7 @@ LIMIT 10 OFFSET 0;`, n8 = {
24027
24027
  implementationChooseOne: !1,
24028
24028
  andChildrenGroup: null,
24029
24029
  orChildrenGroup: null,
24030
- entity: Ii,
24030
+ entity: Ei,
24031
24031
  version: "1",
24032
24032
  createdAt: "2024-01-01T00:00:00.000Z",
24033
24033
  author: "1",
@@ -24171,7 +24171,7 @@ LIMIT 10 OFFSET 0;`, n8 = {
24171
24171
  ],
24172
24172
  variableInstances: [s9, Q8],
24173
24173
  conditions: [],
24174
- operations: [wn],
24174
+ operations: [Mn],
24175
24175
  functionCalls: [Ix, B2],
24176
24176
  loops: [
24177
24177
  r8,
@@ -24210,7 +24210,7 @@ var hm = { exports: {} };
24210
24210
  } }, Z = "en", q = {};
24211
24211
  q[Z] = j;
24212
24212
  var X = "$isDayjsObject", ue = function(ye) {
24213
- return ye instanceof gt || !(!ye || !ye[X]);
24213
+ return ye instanceof Ft || !(!ye || !ye[X]);
24214
24214
  }, me = function ye(ee, S, le) {
24215
24215
  var K;
24216
24216
  if (!ee)
@@ -24230,12 +24230,12 @@ var hm = { exports: {} };
24230
24230
  if (ue(ye))
24231
24231
  return ye.clone();
24232
24232
  var S = typeof ee == "object" ? ee : {};
24233
- return S.date = ye, S.args = arguments, new gt(S);
24233
+ return S.date = ye, S.args = arguments, new Ft(S);
24234
24234
  }, ae = x;
24235
24235
  ae.l = me, ae.i = ue, ae.w = function(ye, ee) {
24236
24236
  return H(ye, { locale: ee.$L, utc: ee.$u, x: ee.$x, $offset: ee.$offset });
24237
24237
  };
24238
- var gt = function() {
24238
+ var Ft = function() {
24239
24239
  function ye(S) {
24240
24240
  this.$L = me(S.locale, null, !0), this.parse(S), this.$x = this.$x || S.x || {}, this[X] = !0;
24241
24241
  }
@@ -24279,29 +24279,29 @@ var hm = { exports: {} };
24279
24279
  }, ee.valueOf = function() {
24280
24280
  return this.$d.getTime();
24281
24281
  }, ee.startOf = function(S, le) {
24282
- var K = this, Ie = !!ae.u(le) || le, Ee = ae.p(S), st = function(Mi, Kt) {
24283
- var li = ae.w(K.$u ? Date.UTC(K.$y, Kt, Mi) : new Date(K.$y, Kt, Mi), K);
24282
+ var K = this, Ie = !!ae.u(le) || le, Ee = ae.p(S), st = function(_i, Kt) {
24283
+ var li = ae.w(K.$u ? Date.UTC(K.$y, Kt, _i) : new Date(K.$y, Kt, _i), K);
24284
24284
  return Ie ? li : li.endOf(u);
24285
- }, Et = function(Mi, Kt) {
24286
- return ae.w(K.toDate()[Mi].apply(K.toDate("s"), (Ie ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Kt)), K);
24287
- }, Rt = this.$W, _t = this.$M, fr = this.$D, Dn = "set" + (this.$u ? "UTC" : "");
24285
+ }, Et = function(_i, Kt) {
24286
+ return ae.w(K.toDate()[_i].apply(K.toDate("s"), (Ie ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Kt)), K);
24287
+ }, Rt = this.$W, _t = this.$M, fr = this.$D, Cn = "set" + (this.$u ? "UTC" : "");
24288
24288
  switch (Ee) {
24289
24289
  case I:
24290
24290
  return Ie ? st(1, 0) : st(31, 11);
24291
24291
  case c:
24292
24292
  return Ie ? st(1, _t) : st(0, _t + 1);
24293
24293
  case h:
24294
- var Bi = this.$locale().weekStart || 0, ys = (Rt < Bi ? Rt + 7 : Rt) - Bi;
24294
+ var Mi = this.$locale().weekStart || 0, ys = (Rt < Mi ? Rt + 7 : Rt) - Mi;
24295
24295
  return st(Ie ? fr - ys : fr + (6 - ys), _t);
24296
24296
  case u:
24297
24297
  case D:
24298
- return Et(Dn + "Hours", 0);
24298
+ return Et(Cn + "Hours", 0);
24299
24299
  case d:
24300
- return Et(Dn + "Minutes", 1);
24300
+ return Et(Cn + "Minutes", 1);
24301
24301
  case o:
24302
- return Et(Dn + "Seconds", 2);
24302
+ return Et(Cn + "Seconds", 2);
24303
24303
  case l:
24304
- return Et(Dn + "Milliseconds", 3);
24304
+ return Et(Cn + "Milliseconds", 3);
24305
24305
  default:
24306
24306
  return this.clone();
24307
24307
  }
@@ -24342,11 +24342,11 @@ var hm = { exports: {} };
24342
24342
  var le = this, K = this.$locale();
24343
24343
  if (!this.isValid())
24344
24344
  return K.invalidDate || O;
24345
- var Ie = S || "YYYY-MM-DDTHH:mm:ssZ", Ee = ae.z(this), st = this.$H, Et = this.$m, Rt = this.$M, _t = K.weekdays, fr = K.months, Dn = K.meridiem, Bi = function(Kt, li, ms, ba) {
24345
+ var Ie = S || "YYYY-MM-DDTHH:mm:ssZ", Ee = ae.z(this), st = this.$H, Et = this.$m, Rt = this.$M, _t = K.weekdays, fr = K.months, Cn = K.meridiem, Mi = function(Kt, li, ms, ba) {
24346
24346
  return Kt && (Kt[li] || Kt(le, Ie)) || ms[li].slice(0, ba);
24347
24347
  }, ys = function(Kt) {
24348
24348
  return ae.s(st % 12 || 12, Kt, "0");
24349
- }, Mi = Dn || function(Kt, li, ms) {
24349
+ }, _i = Cn || function(Kt, li, ms) {
24350
24350
  var ba = Kt < 12 ? "AM" : "PM";
24351
24351
  return ms ? ba.toLowerCase() : ba;
24352
24352
  };
@@ -24362,9 +24362,9 @@ var hm = { exports: {} };
24362
24362
  case "MM":
24363
24363
  return ae.s(Rt + 1, 2, "0");
24364
24364
  case "MMM":
24365
- return Bi(K.monthsShort, Rt, fr, 3);
24365
+ return Mi(K.monthsShort, Rt, fr, 3);
24366
24366
  case "MMMM":
24367
- return Bi(fr, Rt);
24367
+ return Mi(fr, Rt);
24368
24368
  case "D":
24369
24369
  return le.$D;
24370
24370
  case "DD":
@@ -24372,9 +24372,9 @@ var hm = { exports: {} };
24372
24372
  case "d":
24373
24373
  return String(le.$W);
24374
24374
  case "dd":
24375
- return Bi(K.weekdaysMin, le.$W, _t, 2);
24375
+ return Mi(K.weekdaysMin, le.$W, _t, 2);
24376
24376
  case "ddd":
24377
- return Bi(K.weekdaysShort, le.$W, _t, 3);
24377
+ return Mi(K.weekdaysShort, le.$W, _t, 3);
24378
24378
  case "dddd":
24379
24379
  return _t[le.$W];
24380
24380
  case "H":
@@ -24386,9 +24386,9 @@ var hm = { exports: {} };
24386
24386
  case "hh":
24387
24387
  return ys(2);
24388
24388
  case "a":
24389
- return Mi(st, Et, !0);
24389
+ return _i(st, Et, !0);
24390
24390
  case "A":
24391
- return Mi(st, Et, !1);
24391
+ return _i(st, Et, !1);
24392
24392
  case "m":
24393
24393
  return String(Et);
24394
24394
  case "mm":
@@ -24460,13 +24460,13 @@ var hm = { exports: {} };
24460
24460
  }, ee.toString = function() {
24461
24461
  return this.$d.toUTCString();
24462
24462
  }, ye;
24463
- }(), Cr = gt.prototype;
24463
+ }(), Cr = Ft.prototype;
24464
24464
  return H.prototype = Cr, [["$ms", s], ["$s", l], ["$m", o], ["$H", d], ["$W", u], ["$M", c], ["$y", I], ["$D", D]].forEach(function(ye) {
24465
24465
  Cr[ye[1]] = function(ee) {
24466
24466
  return this.$g(ee, ye[0], ye[1]);
24467
24467
  };
24468
24468
  }), H.extend = function(ye, ee) {
24469
- return ye.$i || (ye(ee, gt, H), ye.$i = !0), H;
24469
+ return ye.$i || (ye(ee, Ft, H), ye.$i = !0), H;
24470
24470
  }, H.locale = me, H.isDayjs = ue, H.unix = function(ye) {
24471
24471
  return H(1e3 * ye);
24472
24472
  }, H.en = q[Z], H.Ls = q, H.p = {}, H;
@@ -24692,8 +24692,8 @@ function I9() {
24692
24692
  }
24693
24693
  function E9() {
24694
24694
  return m.object({
24695
- dataType: vn(),
24696
- parent: Li()
24695
+ dataType: bn(),
24696
+ parent: xi()
24697
24697
  });
24698
24698
  }
24699
24699
  function A9() {
@@ -24747,13 +24747,13 @@ function R9() {
24747
24747
  }
24748
24748
  function D9() {
24749
24749
  return m.object({
24750
- properties: m.array(yn()),
24750
+ properties: m.array(En()),
24751
24751
  methods: m.array(pr()),
24752
24752
  abstractMethods: m.array(_r()),
24753
24753
  extends: m.array(
24754
24754
  m.union([
24755
24755
  Uo(),
24756
- Un()
24756
+ Gn()
24757
24757
  ])
24758
24758
  )
24759
24759
  });
@@ -24763,7 +24763,7 @@ function O9() {
24763
24763
  D9()
24764
24764
  );
24765
24765
  }
24766
- function yn() {
24766
+ function En() {
24767
24767
  return m.union([
24768
24768
  m.object({
24769
24769
  type: m.literal(n.Property)
@@ -24810,10 +24810,10 @@ function P9() {
24810
24810
  }
24811
24811
  function V9() {
24812
24812
  return m.object({
24813
- dataType: vn(),
24814
- implements: yn().nullable(),
24813
+ dataType: bn(),
24814
+ implements: En().nullable(),
24815
24815
  parent: m.union([
24816
- An(),
24816
+ wn(),
24817
24817
  Lo(),
24818
24818
  xo()
24819
24819
  ])
@@ -24831,7 +24831,7 @@ function B9() {
24831
24831
  te.RELATIONAL_DATABASE
24832
24832
  ]);
24833
24833
  }
24834
- function Un() {
24834
+ function Gn() {
24835
24835
  return m.union([
24836
24836
  m.object({
24837
24837
  type: m.literal(n.BuiltInBaseEntity)
@@ -24876,12 +24876,12 @@ function _9() {
24876
24876
  }
24877
24877
  function N9() {
24878
24878
  return m.object({
24879
- properties: m.array(yn()),
24879
+ properties: m.array(En()),
24880
24880
  methods: m.array(pr()),
24881
24881
  abstractMethods: m.array(_r()),
24882
24882
  extends: m.array(
24883
24883
  m.union([
24884
- Un(),
24884
+ Gn(),
24885
24885
  Uo()
24886
24886
  ])
24887
24887
  )
@@ -24898,7 +24898,7 @@ function _r() {
24898
24898
  m.record(m.string(), m.any())
24899
24899
  ]);
24900
24900
  }
24901
- function Li() {
24901
+ function xi() {
24902
24902
  return m.object({
24903
24903
  id: m.string(),
24904
24904
  type: m.literal(n.GenericReference),
@@ -24933,8 +24933,8 @@ function $9() {
24933
24933
  inputs: m.array(xs()),
24934
24934
  outputs: m.array(xs()),
24935
24935
  parent: m.union([
24936
- tr(),
24937
- An(),
24936
+ rr(),
24937
+ wn(),
24938
24938
  xo(),
24939
24939
  Lo()
24940
24940
  ]).nullable()
@@ -25011,8 +25011,8 @@ function g9() {
25011
25011
  error: Wt(),
25012
25012
  body: pr(),
25013
25013
  parent: m.union([
25014
- wi(),
25015
- tr()
25014
+ Pi(),
25015
+ rr()
25016
25016
  ]),
25017
25017
  breakStatements: m.array(os()),
25018
25018
  continueStatements: m.array(ns())
@@ -25085,7 +25085,7 @@ function q9() {
25085
25085
  J9()
25086
25086
  );
25087
25087
  }
25088
- function mn() {
25088
+ function An() {
25089
25089
  return m.union([
25090
25090
  m.object({
25091
25091
  type: m.literal(n.ReturnStatement)
@@ -25142,7 +25142,7 @@ function z9() {
25142
25142
  calledByEntry: m.array(bt()),
25143
25143
  outputs: m.array(Kr()),
25144
25144
  throws: m.optional(Kr()),
25145
- parent: wi()
25145
+ parent: Pi()
25146
25146
  });
25147
25147
  }
25148
25148
  function Y9() {
@@ -25200,11 +25200,11 @@ function K9() {
25200
25200
  }
25201
25201
  function X9() {
25202
25202
  return m.object({
25203
- dataType: vn().nullable(),
25203
+ dataType: bn().nullable(),
25204
25204
  readsValue: Zo().nullable(),
25205
25205
  parent: m.union([
25206
25206
  as(),
25207
- Li(),
25207
+ xi(),
25208
25208
  // getActionDescriptorReferenceSchema(),
25209
25209
  // getSearchReferenceSchema(),
25210
25210
  oi(),
@@ -25323,10 +25323,10 @@ function s6() {
25323
25323
  }
25324
25324
  function a6() {
25325
25325
  return m.object({
25326
- writesValues: m.array(Oi()),
25326
+ writesValues: m.array(wi()),
25327
25327
  declaration: m.union([
25328
25328
  Kr(),
25329
- yn()
25329
+ En()
25330
25330
  ]),
25331
25331
  parent: m.union([
25332
25332
  it(),
@@ -25397,14 +25397,14 @@ function u6() {
25397
25397
  calledBySuccess: m.array(it()),
25398
25398
  calledByError: m.array(it()),
25399
25399
  calledByEntry: m.array(bt()),
25400
- writesValues: m.array(Oi()),
25400
+ writesValues: m.array(wi()),
25401
25401
  declaration: pr(),
25402
25402
  inputs: m.array(Pr()),
25403
25403
  outputs: m.array(Wt()),
25404
25404
  error: m.optional(Wt()),
25405
25405
  parent: m.union([
25406
- wi(),
25407
- tr()
25406
+ Pi(),
25407
+ rr()
25408
25408
  ])
25409
25409
  });
25410
25410
  }
@@ -25487,8 +25487,8 @@ function y6() {
25487
25487
  rightValue: Pr().nullable(),
25488
25488
  operator: c6(),
25489
25489
  parent: m.union([
25490
- wi(),
25491
- tr()
25490
+ Pi(),
25491
+ rr()
25492
25492
  ])
25493
25493
  });
25494
25494
  }
@@ -25559,13 +25559,13 @@ function I6() {
25559
25559
  calledBySuccess: m.array(it()),
25560
25560
  calledByError: m.array(it()),
25561
25561
  calledByEntry: m.array(bt()),
25562
- inputsDeclarations: m.array(En()),
25562
+ inputsDeclarations: m.array(On()),
25563
25563
  inputs: m.array(Pr()),
25564
25564
  outputsDeclarations: m.array(xs()),
25565
25565
  outputs: m.array(Wt()),
25566
25566
  parent: m.union([
25567
- wi(),
25568
- tr()
25567
+ Pi(),
25568
+ rr()
25569
25569
  ]),
25570
25570
  error: Wt().nullable()
25571
25571
  });
@@ -25633,11 +25633,11 @@ function R6() {
25633
25633
  calledBySuccess: m.array(it()),
25634
25634
  calledByError: m.array(it()),
25635
25635
  calledByEntry: m.array(bt()),
25636
- writesValues: m.array(Oi()),
25636
+ writesValues: m.array(wi()),
25637
25637
  declaration: pr(),
25638
25638
  inputs: m.array(Pr()),
25639
25639
  outputs: m.array(Wt()),
25640
- parent: Tn(),
25640
+ parent: Rn(),
25641
25641
  error: m.optional(Wt())
25642
25642
  });
25643
25643
  }
@@ -25702,7 +25702,7 @@ function w6() {
25702
25702
  function P6() {
25703
25703
  return m.object({
25704
25704
  defaultValue: Du().nullable(),
25705
- declaration: m.union([En(), yn()]).nullable(),
25705
+ declaration: m.union([On(), En()]).nullable(),
25706
25706
  readsValue: Zo().nullable(),
25707
25707
  parent: m.union([
25708
25708
  it(),
@@ -25778,14 +25778,14 @@ function M6() {
25778
25778
  calledBySuccess: m.array(it()),
25779
25779
  calledByError: m.array(it()),
25780
25780
  calledByEntry: m.array(bt()),
25781
- writesValues: m.array(Oi()),
25781
+ writesValues: m.array(wi()),
25782
25782
  declaration: _r(),
25783
25783
  inputs: m.array(Pr()),
25784
25784
  outputs: m.array(Wt()),
25785
25785
  error: m.array(Wt()),
25786
25786
  parent: m.union([
25787
- wi(),
25788
- tr()
25787
+ Pi(),
25788
+ rr()
25789
25789
  ])
25790
25790
  })
25791
25791
  );
@@ -25839,7 +25839,7 @@ function Cm() {
25839
25839
  }
25840
25840
  function wp() {
25841
25841
  return m.union([
25842
- An(),
25842
+ wn(),
25843
25843
  us(),
25844
25844
  ma()
25845
25845
  ]);
@@ -25948,7 +25948,7 @@ function J6() {
25948
25948
  function q6() {
25949
25949
  return Vr().extend({
25950
25950
  name: m.literal(N.EntityTemplate),
25951
- value: An(),
25951
+ value: wn(),
25952
25952
  autogeneration: m.null()
25953
25953
  });
25954
25954
  }
@@ -25974,7 +25974,7 @@ function Du() {
25974
25974
  W6()
25975
25975
  ]);
25976
25976
  }
25977
- function vn() {
25977
+ function bn() {
25978
25978
  return m.union([
25979
25979
  m.object({
25980
25980
  type: m.literal(n.DataType)
@@ -26025,8 +26025,8 @@ function Y6() {
26025
26025
  return m.object({
26026
26026
  defaultValue: Du().nullable(),
26027
26027
  entity: m.union([
26028
- Ln(),
26029
- Un(),
26028
+ gn(),
26029
+ Gn(),
26030
26030
  Uo(),
26031
26031
  _r()
26032
26032
  ]).nullable(),
@@ -26095,9 +26095,9 @@ function Q6() {
26095
26095
  }
26096
26096
  function e3() {
26097
26097
  return m.object({
26098
- dataType: vn().nullable(),
26098
+ dataType: bn().nullable(),
26099
26099
  readsValue: Zo().nullable(),
26100
- writesValues: m.array(Oi()),
26100
+ writesValues: m.array(wi()),
26101
26101
  inputs: m.array(Pr()),
26102
26102
  outputs: m.array(Wt()),
26103
26103
  successCalls: m.array(wt()),
@@ -26107,8 +26107,8 @@ function e3() {
26107
26107
  calledByError: m.array(it()),
26108
26108
  calledByEntry: m.array(bt()),
26109
26109
  parent: m.union([
26110
- wi(),
26111
- tr()
26110
+ Pi(),
26111
+ rr()
26112
26112
  ])
26113
26113
  });
26114
26114
  }
@@ -26173,9 +26173,9 @@ function n3() {
26173
26173
  function s3() {
26174
26174
  return m.object({
26175
26175
  declaration: Pu(),
26176
- dataType: vn().nullable(),
26176
+ dataType: bn().nullable(),
26177
26177
  readsValue: Zo().nullable(),
26178
- writesValues: m.array(Oi()),
26178
+ writesValues: m.array(wi()),
26179
26179
  inputs: m.array(Pr()),
26180
26180
  outputs: m.array(Wt()),
26181
26181
  successCalls: m.array(wt()),
@@ -26185,8 +26185,8 @@ function s3() {
26185
26185
  calledByError: m.array(it()),
26186
26186
  calledByEntry: m.array(bt()),
26187
26187
  parent: m.union([
26188
- wi(),
26189
- tr()
26188
+ Pi(),
26189
+ rr()
26190
26190
  ])
26191
26191
  });
26192
26192
  }
@@ -26231,11 +26231,11 @@ function d3() {
26231
26231
  }
26232
26232
  function u3() {
26233
26233
  return m.object({
26234
- implements: tr(),
26234
+ implements: rr(),
26235
26235
  description: m.string().nullable(),
26236
26236
  functions: m.array(pr()),
26237
26237
  events: m.array(Mu()),
26238
- parent: tr()
26238
+ parent: rr()
26239
26239
  });
26240
26240
  }
26241
26241
  function p3() {
@@ -26290,12 +26290,12 @@ function h3() {
26290
26290
  function y3() {
26291
26291
  return ko().merge(
26292
26292
  m.object({
26293
- returnStatements: m.array(mn()),
26293
+ returnStatements: m.array(An()),
26294
26294
  implements: m.array(Rm()),
26295
- inputs: m.array(En()),
26295
+ inputs: m.array(On()),
26296
26296
  calls: m.array(wt()),
26297
26297
  parent: m.union([
26298
- tr(),
26298
+ rr(),
26299
26299
  Fo()
26300
26300
  ])
26301
26301
  })
@@ -26310,13 +26310,13 @@ function ps() {
26310
26310
  Bm()
26311
26311
  ]);
26312
26312
  }
26313
- function Tn() {
26313
+ function Rn() {
26314
26314
  return m.union([
26315
26315
  K6(),
26316
26316
  r3()
26317
26317
  ]);
26318
26318
  }
26319
- function Oi() {
26319
+ function wi() {
26320
26320
  return m.union([
26321
26321
  ps(),
26322
26322
  Pr(),
@@ -26325,7 +26325,7 @@ function Oi() {
26325
26325
  }
26326
26326
  function v3() {
26327
26327
  return m.union([
26328
- Tn(),
26328
+ Rn(),
26329
26329
  jo(),
26330
26330
  Om()
26331
26331
  ]);
@@ -26333,7 +26333,7 @@ function v3() {
26333
26333
  function Zo() {
26334
26334
  return m.union([
26335
26335
  ps(),
26336
- En(),
26336
+ On(),
26337
26337
  Wt(),
26338
26338
  ds(),
26339
26339
  ya(),
@@ -26342,7 +26342,7 @@ function Zo() {
26342
26342
  }
26343
26343
  function _q() {
26344
26344
  return m.union([
26345
- Tn(),
26345
+ Rn(),
26346
26346
  $u(),
26347
26347
  mu(),
26348
26348
  us(),
@@ -26352,9 +26352,9 @@ function _q() {
26352
26352
  }
26353
26353
  function Nq() {
26354
26354
  return m.union([
26355
- En(),
26355
+ On(),
26356
26356
  Wt(),
26357
- Oi()
26357
+ wi()
26358
26358
  ]);
26359
26359
  }
26360
26360
  function T3() {
@@ -26387,7 +26387,7 @@ function it() {
26387
26387
  pa(),
26388
26388
  $o(),
26389
26389
  ha(),
26390
- Tn(),
26390
+ Rn(),
26391
26391
  Au(),
26392
26392
  Fr()
26393
26393
  ]);
@@ -26408,14 +26408,14 @@ function xu() {
26408
26408
  pa(),
26409
26409
  $o(),
26410
26410
  ha(),
26411
- Tn(),
26411
+ Rn(),
26412
26412
  Fr()
26413
26413
  ]);
26414
26414
  }
26415
26415
  function I3() {
26416
26416
  return m.union([
26417
26417
  Uu(),
26418
- mn(),
26418
+ An(),
26419
26419
  os(),
26420
26420
  ns()
26421
26421
  ]);
@@ -26431,7 +26431,7 @@ function wt() {
26431
26431
  function E3() {
26432
26432
  return m.union([
26433
26433
  Lu(),
26434
- mn(),
26434
+ An(),
26435
26435
  os(),
26436
26436
  ns()
26437
26437
  ]);
@@ -26444,7 +26444,7 @@ function A3() {
26444
26444
  ss()
26445
26445
  ]);
26446
26446
  }
26447
- function In() {
26447
+ function Dn() {
26448
26448
  return m.union([
26449
26449
  pr(),
26450
26450
  _u()
@@ -26459,7 +26459,7 @@ function bt() {
26459
26459
  function Uq() {
26460
26460
  return m.union([
26461
26461
  Uu(),
26462
- In()
26462
+ Dn()
26463
26463
  ]);
26464
26464
  }
26465
26465
  function Lq() {
@@ -26471,7 +26471,7 @@ function Lq() {
26471
26471
  function xq() {
26472
26472
  return m.union([
26473
26473
  Lu(),
26474
- In()
26474
+ Dn()
26475
26475
  ]);
26476
26476
  }
26477
26477
  function $q() {
@@ -26483,7 +26483,7 @@ function $q() {
26483
26483
  function jq() {
26484
26484
  return m.union([
26485
26485
  I3(),
26486
- In()
26486
+ Dn()
26487
26487
  ]);
26488
26488
  }
26489
26489
  function Gq() {
@@ -26495,7 +26495,7 @@ function Gq() {
26495
26495
  function gq() {
26496
26496
  return m.union([
26497
26497
  E3(),
26498
- In()
26498
+ Dn()
26499
26499
  ]);
26500
26500
  }
26501
26501
  function Fq() {
@@ -26505,9 +26505,9 @@ function Fq() {
26505
26505
  ]);
26506
26506
  }
26507
26507
  function kq() {
26508
- return m.union([In(), is()]);
26508
+ return m.union([Dn(), is()]);
26509
26509
  }
26510
- function wi() {
26510
+ function Pi() {
26511
26511
  return m.union([
26512
26512
  bt(),
26513
26513
  Fr()
@@ -26516,7 +26516,7 @@ function wi() {
26516
26516
  function Zq() {
26517
26517
  return m.union([
26518
26518
  Uu(),
26519
- In()
26519
+ Dn()
26520
26520
  ]);
26521
26521
  }
26522
26522
  function Jq() {
@@ -26528,7 +26528,7 @@ function Jq() {
26528
26528
  function qq() {
26529
26529
  return m.union([
26530
26530
  Lu(),
26531
- In()
26531
+ Dn()
26532
26532
  ]);
26533
26533
  }
26534
26534
  function Wq() {
@@ -26539,7 +26539,7 @@ function Wq() {
26539
26539
  }
26540
26540
  function Sq() {
26541
26541
  return m.union([
26542
- mn(),
26542
+ An(),
26543
26543
  os(),
26544
26544
  ns()
26545
26545
  ]);
@@ -26553,10 +26553,10 @@ function zq() {
26553
26553
  }
26554
26554
  function Yq() {
26555
26555
  return m.union([
26556
- Un(),
26556
+ Gn(),
26557
26557
  B3(),
26558
26558
  Bu(),
26559
- Ln(),
26559
+ gn(),
26560
26560
  pr(),
26561
26561
  _u(),
26562
26562
  ps(),
@@ -26566,12 +26566,12 @@ function Yq() {
26566
26566
  ds(),
26567
26567
  ls(),
26568
26568
  Kr(),
26569
- En(),
26569
+ On(),
26570
26570
  Uo(),
26571
- vn(),
26572
- yn(),
26571
+ bn(),
26572
+ En(),
26573
26573
  _r(),
26574
- mn(),
26574
+ An(),
26575
26575
  ns(),
26576
26576
  os(),
26577
26577
  is(),
@@ -26585,12 +26585,12 @@ function Yq() {
26585
26585
  function Hq() {
26586
26586
  return m.union([
26587
26587
  xo(),
26588
- tr(),
26588
+ rr(),
26589
26589
  Fo(),
26590
- An(),
26590
+ wn(),
26591
26591
  ma(),
26592
26592
  Nu(),
26593
- Tn(),
26593
+ Rn(),
26594
26594
  jo(),
26595
26595
  mu(),
26596
26596
  $o(),
@@ -26601,14 +26601,14 @@ function Hq() {
26601
26601
  Lo(),
26602
26602
  Ou(),
26603
26603
  bm(),
26604
- Li(),
26604
+ xi(),
26605
26605
  as(),
26606
26606
  ss(),
26607
26607
  oi(),
26608
26608
  Fr(),
26609
26609
  ha(),
26610
- Li(),
26611
- Li(),
26610
+ xi(),
26611
+ xi(),
26612
26612
  Am(),
26613
26613
  Au()
26614
26614
  ]);
@@ -26616,14 +26616,14 @@ function Hq() {
26616
26616
  function Kq() {
26617
26617
  return m.union([
26618
26618
  Bu(),
26619
- Ln(),
26619
+ gn(),
26620
26620
  pr(),
26621
26621
  _u(),
26622
26622
  ps(),
26623
26623
  ca(),
26624
26624
  ds(),
26625
26625
  ls(),
26626
- mn(),
26626
+ An(),
26627
26627
  ns(),
26628
26628
  os(),
26629
26629
  is(),
@@ -26633,10 +26633,10 @@ function Kq() {
26633
26633
  function Xq() {
26634
26634
  return m.union([
26635
26635
  Fo(),
26636
- An(),
26636
+ wn(),
26637
26637
  ma(),
26638
26638
  Nu(),
26639
- Tn(),
26639
+ Rn(),
26640
26640
  $o(),
26641
26641
  us(),
26642
26642
  pa(),
@@ -26647,7 +26647,7 @@ function Xq() {
26647
26647
  ha()
26648
26648
  ]);
26649
26649
  }
26650
- function En() {
26650
+ function On() {
26651
26651
  return m.union([
26652
26652
  m.object({
26653
26653
  type: m.literal(n.ArgumentDeclaration)
@@ -26694,12 +26694,12 @@ function R3() {
26694
26694
  }
26695
26695
  function D3() {
26696
26696
  return m.object({
26697
- dataType: vn().nullable(),
26698
- writesValues: m.array(Oi()),
26697
+ dataType: bn().nullable(),
26698
+ writesValues: m.array(wi()),
26699
26699
  parent: m.union([
26700
26700
  bt(),
26701
- Li(),
26702
- Li(),
26701
+ xi(),
26702
+ xi(),
26703
26703
  ha(),
26704
26704
  oi()
26705
26705
  ])
@@ -26748,13 +26748,13 @@ function P3() {
26748
26748
  }
26749
26749
  function V3() {
26750
26750
  return m.object({
26751
- inputs: m.array(En()),
26751
+ inputs: m.array(On()),
26752
26752
  implements: _r().nullable(),
26753
- returnStatements: m.array(mn()),
26753
+ returnStatements: m.array(An()),
26754
26754
  parent: m.union([
26755
- tr(),
26755
+ rr(),
26756
26756
  Fo(),
26757
- An(),
26757
+ wn(),
26758
26758
  Fr(),
26759
26759
  xo(),
26760
26760
  Lo()
@@ -26774,7 +26774,7 @@ function B3() {
26774
26774
  m.record(m.string(), m.any())
26775
26775
  ]);
26776
26776
  }
26777
- function tr() {
26777
+ function rr() {
26778
26778
  return m.object({
26779
26779
  entityType: m.literal(n.Project),
26780
26780
  entityId: m.string(),
@@ -26802,7 +26802,7 @@ function _3() {
26802
26802
  }
26803
26803
  function N3() {
26804
26804
  return m.object({
26805
- entities: m.array(Ln()),
26805
+ entities: m.array(gn()),
26806
26806
  functions: m.array(pr()),
26807
26807
  events: m.array(Mu()),
26808
26808
  projects: m.array(Bu()),
@@ -26818,7 +26818,7 @@ function N3() {
26818
26818
  function U3() {
26819
26819
  return M3().merge(N3());
26820
26820
  }
26821
- function Ln() {
26821
+ function gn() {
26822
26822
  return m.union([
26823
26823
  m.object({
26824
26824
  type: m.literal(n.DefinitionEntity)
@@ -26826,7 +26826,7 @@ function Ln() {
26826
26826
  m.record(m.string(), m.any())
26827
26827
  ]);
26828
26828
  }
26829
- function An() {
26829
+ function wn() {
26830
26830
  return m.object({
26831
26831
  id: m.string(),
26832
26832
  type: m.literal(n.GenericReference),
@@ -26874,18 +26874,18 @@ function x3() {
26874
26874
  );
26875
26875
  }
26876
26876
  function $3() {
26877
- return m.union([tr(), Ou()]);
26877
+ return m.union([rr(), Ou()]);
26878
26878
  }
26879
26879
  function j3() {
26880
26880
  return m.object({
26881
- properties: m.array(yn()),
26881
+ properties: m.array(En()),
26882
26882
  methods: m.array(pr()),
26883
26883
  abstractMethods: m.array(_r()),
26884
26884
  extends: m.array(
26885
- m.union([Ln(), Un()])
26885
+ m.union([gn(), Gn()])
26886
26886
  ),
26887
26887
  implements: m.array(
26888
- m.union([Ln(), Un()])
26888
+ m.union([gn(), Gn()])
26889
26889
  ),
26890
26890
  parent: $3()
26891
26891
  });
@@ -27011,7 +27011,7 @@ function X3(i, a, e) {
27011
27011
  }
27012
27012
  function Q3(i, a = {}) {
27013
27013
  const t = e5(a)([i]);
27014
- return new F3(t, { cause: new Qt([i]) });
27014
+ return new F3(t, { cause: new er([i]) });
27015
27015
  }
27016
27016
  function e5(i) {
27017
27017
  return "messageBuilder" in i ? i.messageBuilder : K3(i);
@@ -27024,7 +27024,7 @@ var _m = "1.13.7", Pp = typeof self == "object" && self.self === self && self ||
27024
27024
  "hasOwnProperty",
27025
27025
  "toLocaleString"
27026
27026
  ], o5 = Math.pow(2, 53) - 1;
27027
- function rr(i, a) {
27027
+ function ir(i, a) {
27028
27028
  return a = a == null ? i.length - 1 : +a, function() {
27029
27029
  for (var e = Math.max(arguments.length - a, 0), t = Array(e), r = 0; r < e; r++)
27030
27030
  t[r] = arguments[r + a];
@@ -27042,7 +27042,7 @@ function rr(i, a) {
27042
27042
  return s[a] = t, i.apply(this, s);
27043
27043
  };
27044
27044
  }
27045
- function Pi(i) {
27045
+ function Vi(i) {
27046
27046
  var a = typeof i;
27047
27047
  return a === "function" || a === "object" && !!i;
27048
27048
  }
@@ -27058,30 +27058,30 @@ function xm(i) {
27058
27058
  function d5(i) {
27059
27059
  return !!(i && i.nodeType === 1);
27060
27060
  }
27061
- function Gt(i) {
27061
+ function gt(i) {
27062
27062
  var a = "[object " + i + "]";
27063
27063
  return function(e) {
27064
27064
  return $s.call(e) === a;
27065
27065
  };
27066
27066
  }
27067
- const Zu = Gt("String"), $m = Gt("Number"), u5 = Gt("Date"), p5 = Gt("RegExp"), c5 = Gt("Error"), jm = Gt("Symbol"), Gm = Gt("ArrayBuffer");
27068
- var gm = Gt("Function"), f5 = Pp.document && Pp.document.childNodes;
27067
+ const Zu = gt("String"), $m = gt("Number"), u5 = gt("Date"), p5 = gt("RegExp"), c5 = gt("Error"), jm = gt("Symbol"), Gm = gt("ArrayBuffer");
27068
+ var gm = gt("Function"), f5 = Pp.document && Pp.document.childNodes;
27069
27069
  typeof /./ != "function" && typeof Int8Array != "object" && typeof f5 != "function" && (gm = function(i) {
27070
27070
  return typeof i == "function" || !1;
27071
27071
  });
27072
- const St = gm, Fm = Gt("Object");
27073
- var km = i5 && (!/\[native code\]/.test(String(DataView)) || Fm(new DataView(new ArrayBuffer(8)))), Ju = typeof Map < "u" && Fm(/* @__PURE__ */ new Map()), h5 = Gt("DataView");
27072
+ const St = gm, Fm = gt("Object");
27073
+ var km = i5 && (!/\[native code\]/.test(String(DataView)) || Fm(new DataView(new ArrayBuffer(8)))), Ju = typeof Map < "u" && Fm(/* @__PURE__ */ new Map()), h5 = gt("DataView");
27074
27074
  function y5(i) {
27075
27075
  return i != null && St(i.getInt8) && Gm(i.buffer);
27076
27076
  }
27077
- const Za = km ? y5 : h5, bn = n5 || Gt("Array");
27078
- function Vi(i, a) {
27077
+ const Za = km ? y5 : h5, Pn = n5 || gt("Array");
27078
+ function Ci(i, a) {
27079
27079
  return i != null && r5.call(i, a);
27080
27080
  }
27081
- var El = Gt("Arguments");
27081
+ var El = gt("Arguments");
27082
27082
  (function() {
27083
27083
  El(arguments) || (El = function(i) {
27084
- return Vi(i, "callee");
27084
+ return Ci(i, "callee");
27085
27085
  });
27086
27086
  })();
27087
27087
  const qu = El;
@@ -27112,7 +27112,7 @@ var T5 = /\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Ar
27112
27112
  function I5(i) {
27113
27113
  return Mp ? Mp(i) && !Za(i) : v5(i) && T5.test($s.call(i));
27114
27114
  }
27115
- const Sm = Nm ? I5 : Jm(!1), ir = Wm("length");
27115
+ const Sm = Nm ? I5 : Jm(!1), nr = Wm("length");
27116
27116
  function E5(i) {
27117
27117
  for (var a = {}, e = i.length, t = 0; t < e; ++t)
27118
27118
  a[i[t]] = !0;
@@ -27128,24 +27128,24 @@ function E5(i) {
27128
27128
  function zm(i, a) {
27129
27129
  a = E5(a);
27130
27130
  var e = _p.length, t = i.constructor, r = St(t) && t.prototype || ku, s = "constructor";
27131
- for (Vi(i, s) && !a.contains(s) && a.push(s); e--; )
27131
+ for (Ci(i, s) && !a.contains(s) && a.push(s); e--; )
27132
27132
  s = _p[e], s in i && i[s] !== r[s] && !a.contains(s) && a.push(s);
27133
27133
  }
27134
27134
  function Pt(i) {
27135
- if (!Pi(i))
27135
+ if (!Vi(i))
27136
27136
  return [];
27137
27137
  if (Cp)
27138
27138
  return Cp(i);
27139
27139
  var a = [];
27140
27140
  for (var e in i)
27141
- Vi(i, e) && a.push(e);
27141
+ Ci(i, e) && a.push(e);
27142
27142
  return Um && zm(i, a), a;
27143
27143
  }
27144
27144
  function As(i) {
27145
27145
  if (i == null)
27146
27146
  return !0;
27147
- var a = ir(i);
27148
- return typeof a == "number" && (bn(i) || Zu(i) || qu(i)) ? a === 0 : ir(Pt(i)) === 0;
27147
+ var a = nr(i);
27148
+ return typeof a == "number" && (Pn(i) || Zu(i) || qu(i)) ? a === 0 : nr(Pt(i)) === 0;
27149
27149
  }
27150
27150
  function Ym(i, a) {
27151
27151
  var e = Pt(a), t = e.length;
@@ -27247,7 +27247,7 @@ function Hm(i, a, e, t) {
27247
27247
  if (u = h.length, Pt(a).length !== u)
27248
27248
  return !1;
27249
27249
  for (; u--; )
27250
- if (c = h[u], !(Vi(a, c) && Al(i[c], a[c], e, t)))
27250
+ if (c = h[u], !(Ci(a, c) && Al(i[c], a[c], e, t)))
27251
27251
  return !1;
27252
27252
  }
27253
27253
  return e.pop(), t.pop(), !0;
@@ -27256,7 +27256,7 @@ function A5(i, a) {
27256
27256
  return Al(i, a);
27257
27257
  }
27258
27258
  function Ta(i) {
27259
- if (!Pi(i))
27259
+ if (!Vi(i))
27260
27260
  return [];
27261
27261
  var a = [];
27262
27262
  for (var e in i)
@@ -27264,12 +27264,12 @@ function Ta(i) {
27264
27264
  return Um && zm(i, a), a;
27265
27265
  }
27266
27266
  function Wu(i) {
27267
- var a = ir(i);
27267
+ var a = nr(i);
27268
27268
  return function(e) {
27269
27269
  if (e == null)
27270
27270
  return !1;
27271
27271
  var t = Ta(e);
27272
- if (ir(t))
27272
+ if (nr(t))
27273
27273
  return !1;
27274
27274
  for (var r = 0; r < a; r++)
27275
27275
  if (!St(e[i[r]]))
@@ -27278,7 +27278,7 @@ function Wu(i) {
27278
27278
  };
27279
27279
  }
27280
27280
  var Su = "forEach", Km = "has", zu = ["clear", "delete"], Xm = ["get", Km, "set"], b5 = zu.concat(Su, Xm), Qm = zu.concat(Xm), R5 = ["add"].concat(zu, Su, Km);
27281
- const D5 = Ju ? Wu(b5) : Gt("Map"), O5 = Ju ? Wu(Qm) : Gt("WeakMap"), w5 = Ju ? Wu(R5) : Gt("Set"), P5 = Gt("WeakSet");
27281
+ const D5 = Ju ? Wu(b5) : gt("Map"), O5 = Ju ? Wu(Qm) : gt("WeakMap"), w5 = Ju ? Wu(R5) : gt("Set"), P5 = gt("WeakSet");
27282
27282
  function cs(i) {
27283
27283
  for (var a = Pt(i), e = a.length, t = Array(e), r = 0; r < e; r++)
27284
27284
  t[r] = i[a[r]];
@@ -27319,7 +27319,7 @@ function C5() {
27319
27319
  };
27320
27320
  }
27321
27321
  function i0(i) {
27322
- if (!Pi(i))
27322
+ if (!Vi(i))
27323
27323
  return {};
27324
27324
  if (Bp)
27325
27325
  return Bp(i);
@@ -27333,13 +27333,13 @@ function B5(i, a) {
27333
27333
  return a && qa(e, a), e;
27334
27334
  }
27335
27335
  function M5(i) {
27336
- return Pi(i) ? bn(i) ? i.slice() : t0({}, i) : i;
27336
+ return Vi(i) ? Pn(i) ? i.slice() : t0({}, i) : i;
27337
27337
  }
27338
27338
  function _5(i, a) {
27339
27339
  return a(i), i;
27340
27340
  }
27341
27341
  function n0(i) {
27342
- return bn(i) ? i : [i];
27342
+ return Pn(i) ? i : [i];
27343
27343
  }
27344
27344
  Ye.toPath = n0;
27345
27345
  function Ia(i) {
@@ -27361,7 +27361,7 @@ function N5(i, a) {
27361
27361
  a = Ia(a);
27362
27362
  for (var e = a.length, t = 0; t < e; t++) {
27363
27363
  var r = a[t];
27364
- if (!Vi(i, r))
27364
+ if (!Ci(i, r))
27365
27365
  return !1;
27366
27366
  i = i[r];
27367
27367
  }
@@ -27402,17 +27402,17 @@ function Ea(i, a, e) {
27402
27402
  };
27403
27403
  }
27404
27404
  function a0(i, a, e) {
27405
- return i == null ? Ku : St(i) ? Ea(i, a, e) : Pi(i) && !bn(i) ? js(i) : Xu(i);
27405
+ return i == null ? Ku : St(i) ? Ea(i, a, e) : Vi(i) && !Pn(i) ? js(i) : Xu(i);
27406
27406
  }
27407
27407
  function Qu(i, a) {
27408
27408
  return a0(i, a, 1 / 0);
27409
27409
  }
27410
27410
  Ye.iteratee = Qu;
27411
- function nr(i, a, e) {
27411
+ function sr(i, a, e) {
27412
27412
  return Ye.iteratee !== Qu ? Ye.iteratee(i, a) : a0(i, a, e);
27413
27413
  }
27414
27414
  function U5(i, a, e) {
27415
- a = nr(a, e);
27415
+ a = sr(a, e);
27416
27416
  for (var t = Pt(i), r = t.length, s = {}, l = 0; l < r; l++) {
27417
27417
  var o = t[l];
27418
27418
  s[o] = a(i[o], o, i);
@@ -27537,9 +27537,9 @@ function u0(i, a, e, t, r) {
27537
27537
  if (!(t instanceof a))
27538
27538
  return i.apply(e, r);
27539
27539
  var s = i0(i.prototype), l = i.apply(s, r);
27540
- return Pi(l) ? l : s;
27540
+ return Vi(l) ? l : s;
27541
27541
  }
27542
- var fs = rr(function(i, a) {
27542
+ var fs = ir(function(i, a) {
27543
27543
  var e = fs.placeholder, t = function() {
27544
27544
  for (var r = 0, s = a.length, l = Array(s), o = 0; o < s; o++)
27545
27545
  l[o] = a[o] === e ? arguments[r++] : a[o];
@@ -27550,24 +27550,24 @@ var fs = rr(function(i, a) {
27550
27550
  return t;
27551
27551
  });
27552
27552
  fs.placeholder = Ye;
27553
- const p0 = rr(function(i, a, e) {
27553
+ const p0 = ir(function(i, a, e) {
27554
27554
  if (!St(i))
27555
27555
  throw new TypeError("Bind must be called on a function");
27556
- var t = rr(function(r) {
27556
+ var t = ir(function(r) {
27557
27557
  return u0(i, t, a, this, e.concat(r));
27558
27558
  });
27559
27559
  return t;
27560
- }), cr = qm(ir);
27561
- function Rn(i, a, e, t) {
27560
+ }), cr = qm(nr);
27561
+ function Vn(i, a, e, t) {
27562
27562
  if (t = t || [], !a && a !== 0)
27563
27563
  a = 1 / 0;
27564
27564
  else if (a <= 0)
27565
27565
  return t.concat(i);
27566
- for (var r = t.length, s = 0, l = ir(i); s < l; s++) {
27566
+ for (var r = t.length, s = 0, l = nr(i); s < l; s++) {
27567
27567
  var o = i[s];
27568
- if (cr(o) && (bn(o) || qu(o)))
27568
+ if (cr(o) && (Pn(o) || qu(o)))
27569
27569
  if (a > 1)
27570
- Rn(o, a - 1, e, t), r = t.length;
27570
+ Vn(o, a - 1, e, t), r = t.length;
27571
27571
  else
27572
27572
  for (var d = 0, u = o.length; d < u; )
27573
27573
  t[r++] = o[d++];
@@ -27576,8 +27576,8 @@ function Rn(i, a, e, t) {
27576
27576
  }
27577
27577
  return t;
27578
27578
  }
27579
- const H5 = rr(function(i, a) {
27580
- a = Rn(a, !1, !1);
27579
+ const H5 = ir(function(i, a) {
27580
+ a = Vn(a, !1, !1);
27581
27581
  var e = a.length;
27582
27582
  if (e < 1)
27583
27583
  throw new Error("bindAll must be passed function names");
@@ -27590,11 +27590,11 @@ const H5 = rr(function(i, a) {
27590
27590
  function K5(i, a) {
27591
27591
  var e = function(t) {
27592
27592
  var r = e.cache, s = "" + (a ? a.apply(this, arguments) : t);
27593
- return Vi(r, s) || (r[s] = i.apply(this, arguments)), r[s];
27593
+ return Ci(r, s) || (r[s] = i.apply(this, arguments)), r[s];
27594
27594
  };
27595
27595
  return e.cache = {}, e;
27596
27596
  }
27597
- const c0 = rr(function(i, a, e) {
27597
+ const c0 = ir(function(i, a, e) {
27598
27598
  return setTimeout(function() {
27599
27599
  return i.apply(null, e);
27600
27600
  }, a);
@@ -27618,7 +27618,7 @@ function eZ(i, a, e) {
27618
27618
  var t, r, s, l, o, d = function() {
27619
27619
  var h = Gs() - r;
27620
27620
  a > h ? t = setTimeout(d, a - h) : (t = null, e || (l = i.apply(o, s)), t || (s = o = null));
27621
- }, u = rr(function(h) {
27621
+ }, u = ir(function(h) {
27622
27622
  return o = this, s = h, r = Gs(), t || (t = setTimeout(d, a), e && (l = i.apply(o, s))), l;
27623
27623
  });
27624
27624
  return u.cancel = function() {
@@ -27655,15 +27655,15 @@ function f0(i, a) {
27655
27655
  }
27656
27656
  const nZ = fs(f0, 2);
27657
27657
  function h0(i, a, e) {
27658
- a = nr(a, e);
27658
+ a = sr(a, e);
27659
27659
  for (var t = Pt(i), r, s = 0, l = t.length; s < l; s++)
27660
27660
  if (r = t[s], a(i[r], r, i))
27661
27661
  return r;
27662
27662
  }
27663
27663
  function y0(i) {
27664
27664
  return function(a, e, t) {
27665
- e = nr(e, t);
27666
- for (var r = ir(a), s = i > 0 ? 0 : r - 1; s >= 0 && s < r; s += i)
27665
+ e = sr(e, t);
27666
+ for (var r = nr(a), s = i > 0 ? 0 : r - 1; s >= 0 && s < r; s += i)
27667
27667
  if (e(a[s], s, a))
27668
27668
  return s;
27669
27669
  return -1;
@@ -27671,8 +27671,8 @@ function y0(i) {
27671
27671
  }
27672
27672
  const tp = y0(1), m0 = y0(-1);
27673
27673
  function v0(i, a, e, t) {
27674
- e = nr(e, t, 1);
27675
- for (var r = e(a), s = 0, l = ir(i); s < l; ) {
27674
+ e = sr(e, t, 1);
27675
+ for (var r = e(a), s = 0, l = nr(i); s < l; ) {
27676
27676
  var o = Math.floor((s + l) / 2);
27677
27677
  e(i[o]) < r ? s = o + 1 : l = o;
27678
27678
  }
@@ -27680,7 +27680,7 @@ function v0(i, a, e, t) {
27680
27680
  }
27681
27681
  function T0(i, a, e) {
27682
27682
  return function(t, r, s) {
27683
- var l = 0, o = ir(t);
27683
+ var l = 0, o = nr(t);
27684
27684
  if (typeof s == "number")
27685
27685
  i > 0 ? l = s >= 0 ? s : Math.max(s + o, l) : o = s >= 0 ? Math.min(s + 1, o) : s + o + 1;
27686
27686
  else if (e && s && o)
@@ -27715,8 +27715,8 @@ function Xr(i, a, e) {
27715
27715
  }
27716
27716
  return i;
27717
27717
  }
27718
- function Gi(i, a, e) {
27719
- a = nr(a, e);
27718
+ function gi(i, a, e) {
27719
+ a = sr(a, e);
27720
27720
  for (var t = !cr(i) && Pt(i), r = (t || i).length, s = Array(r), l = 0; l < r; l++) {
27721
27721
  var o = t ? t[l] : l;
27722
27722
  s[l] = a(i[o], o, i);
@@ -27738,17 +27738,17 @@ function E0(i) {
27738
27738
  };
27739
27739
  }
27740
27740
  const sl = E0(1), Lp = E0(-1);
27741
- function xn(i, a, e) {
27741
+ function Fn(i, a, e) {
27742
27742
  var t = [];
27743
- return a = nr(a, e), Xr(i, function(r, s, l) {
27743
+ return a = sr(a, e), Xr(i, function(r, s, l) {
27744
27744
  a(r, s, l) && t.push(r);
27745
27745
  }), t;
27746
27746
  }
27747
27747
  function oZ(i, a, e) {
27748
- return xn(i, ep(nr(a)), e);
27748
+ return Fn(i, ep(sr(a)), e);
27749
27749
  }
27750
27750
  function xp(i, a, e) {
27751
- a = nr(a, e);
27751
+ a = sr(a, e);
27752
27752
  for (var t = !cr(i) && Pt(i), r = (t || i).length, s = 0; s < r; s++) {
27753
27753
  var l = t ? t[s] : s;
27754
27754
  if (!a(i[l], l, i))
@@ -27757,7 +27757,7 @@ function xp(i, a, e) {
27757
27757
  return !0;
27758
27758
  }
27759
27759
  function $p(i, a, e) {
27760
- a = nr(a, e);
27760
+ a = sr(a, e);
27761
27761
  for (var t = !cr(i) && Pt(i), r = (t || i).length, s = 0; s < r; s++) {
27762
27762
  var l = t ? t[s] : s;
27763
27763
  if (a(i[l], l, i))
@@ -27768,9 +27768,9 @@ function $p(i, a, e) {
27768
27768
  function qr(i, a, e, t) {
27769
27769
  return cr(i) || (i = cs(i)), (typeof e != "number" || t) && (e = 0), I0(i, a, e) >= 0;
27770
27770
  }
27771
- const lZ = rr(function(i, a, e) {
27771
+ const lZ = ir(function(i, a, e) {
27772
27772
  var t, r;
27773
- return St(a) ? r = a : (a = Ia(a), t = a.slice(0, -1), a = a[a.length - 1]), Gi(i, function(s) {
27773
+ return St(a) ? r = a : (a = Ia(a), t = a.slice(0, -1), a = a[a.length - 1]), gi(i, function(s) {
27774
27774
  var l = r;
27775
27775
  if (!l) {
27776
27776
  if (t && t.length && (s = Hu(s, t)), s == null)
@@ -27781,10 +27781,10 @@ const lZ = rr(function(i, a, e) {
27781
27781
  });
27782
27782
  });
27783
27783
  function rp(i, a) {
27784
- return Gi(i, Xu(a));
27784
+ return gi(i, Xu(a));
27785
27785
  }
27786
27786
  function dZ(i, a) {
27787
- return xn(i, js(a));
27787
+ return Fn(i, js(a));
27788
27788
  }
27789
27789
  function A0(i, a, e) {
27790
27790
  var t = -1 / 0, r = -1 / 0, s, l;
@@ -27793,7 +27793,7 @@ function A0(i, a, e) {
27793
27793
  for (var o = 0, d = i.length; o < d; o++)
27794
27794
  s = i[o], s != null && s > t && (t = s);
27795
27795
  } else
27796
- a = nr(a, e), Xr(i, function(u, h, c) {
27796
+ a = sr(a, e), Xr(i, function(u, h, c) {
27797
27797
  l = a(u, h, c), (l > r || l === -1 / 0 && t === -1 / 0) && (t = u, r = l);
27798
27798
  });
27799
27799
  return t;
@@ -27805,19 +27805,19 @@ function uZ(i, a, e) {
27805
27805
  for (var o = 0, d = i.length; o < d; o++)
27806
27806
  s = i[o], s != null && s < t && (t = s);
27807
27807
  } else
27808
- a = nr(a, e), Xr(i, function(u, h, c) {
27808
+ a = sr(a, e), Xr(i, function(u, h, c) {
27809
27809
  l = a(u, h, c), (l < r || l === 1 / 0 && t === 1 / 0) && (t = u, r = l);
27810
27810
  });
27811
27811
  return t;
27812
27812
  }
27813
27813
  var pZ = /[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;
27814
27814
  function b0(i) {
27815
- return i ? bn(i) ? va.call(i) : Zu(i) ? i.match(pZ) : cr(i) ? Gi(i, Ku) : cs(i) : [];
27815
+ return i ? Pn(i) ? va.call(i) : Zu(i) ? i.match(pZ) : cr(i) ? gi(i, Ku) : cs(i) : [];
27816
27816
  }
27817
27817
  function R0(i, a, e) {
27818
27818
  if (a == null || e)
27819
27819
  return cr(i) || (i = cs(i)), i[Rl(i.length - 1)];
27820
- var t = b0(i), r = ir(t);
27820
+ var t = b0(i), r = nr(t);
27821
27821
  a = Math.max(Math.min(a, r), 0);
27822
27822
  for (var s = r - 1, l = 0; l < a; l++) {
27823
27823
  var o = Rl(l, s), d = t[l];
@@ -27830,7 +27830,7 @@ function cZ(i) {
27830
27830
  }
27831
27831
  function fZ(i, a, e) {
27832
27832
  var t = 0;
27833
- return a = nr(a, e), rp(Gi(i, function(r, s, l) {
27833
+ return a = sr(a, e), rp(gi(i, function(r, s, l) {
27834
27834
  return {
27835
27835
  value: r,
27836
27836
  index: t++,
@@ -27850,18 +27850,18 @@ function fZ(i, a, e) {
27850
27850
  function qo(i, a) {
27851
27851
  return function(e, t, r) {
27852
27852
  var s = a ? [[], []] : {};
27853
- return t = nr(t, r), Xr(e, function(l, o) {
27853
+ return t = sr(t, r), Xr(e, function(l, o) {
27854
27854
  var d = t(l, o, e);
27855
27855
  i(s, l, d);
27856
27856
  }), s;
27857
27857
  };
27858
27858
  }
27859
27859
  const hZ = qo(function(i, a, e) {
27860
- Vi(i, e) ? i[e].push(a) : i[e] = [a];
27860
+ Ci(i, e) ? i[e].push(a) : i[e] = [a];
27861
27861
  }), yZ = qo(function(i, a, e) {
27862
27862
  i[e] = a;
27863
27863
  }), mZ = qo(function(i, a, e) {
27864
- Vi(i, e) ? i[e]++ : i[e] = 1;
27864
+ Ci(i, e) ? i[e]++ : i[e] = 1;
27865
27865
  }), vZ = qo(function(i, a, e) {
27866
27866
  i[e ? 0 : 1].push(a);
27867
27867
  }, !0);
@@ -27871,19 +27871,19 @@ function TZ(i) {
27871
27871
  function IZ(i, a, e) {
27872
27872
  return a in e;
27873
27873
  }
27874
- const D0 = rr(function(i, a) {
27874
+ const D0 = ir(function(i, a) {
27875
27875
  var e = {}, t = a[0];
27876
27876
  if (i == null)
27877
27877
  return e;
27878
- St(t) ? (a.length > 1 && (t = Ea(t, a[1])), a = Ta(i)) : (t = IZ, a = Rn(a, !1, !1), i = Object(i));
27878
+ St(t) ? (a.length > 1 && (t = Ea(t, a[1])), a = Ta(i)) : (t = IZ, a = Vn(a, !1, !1), i = Object(i));
27879
27879
  for (var r = 0, s = a.length; r < s; r++) {
27880
27880
  var l = a[r], o = i[l];
27881
27881
  t(o, l, i) && (e[l] = o);
27882
27882
  }
27883
27883
  return e;
27884
- }), EZ = rr(function(i, a) {
27884
+ }), EZ = ir(function(i, a) {
27885
27885
  var e = a[0], t;
27886
- return St(e) ? (e = ep(e), a.length > 1 && (t = a[1])) : (a = Gi(Rn(a, !1, !1), String), e = function(r, s) {
27886
+ return St(e) ? (e = ep(e), a.length > 1 && (t = a[1])) : (a = gi(Vn(a, !1, !1), String), e = function(r, s) {
27887
27887
  return !qr(a, s);
27888
27888
  }), D0(i, e, t);
27889
27889
  });
@@ -27900,31 +27900,31 @@ function AZ(i, a, e) {
27900
27900
  return i == null || i.length < 1 ? a == null || e ? void 0 : [] : a == null || e ? i[i.length - 1] : Ca(i, Math.max(0, i.length - a));
27901
27901
  }
27902
27902
  function bZ(i) {
27903
- return xn(i, Boolean);
27903
+ return Fn(i, Boolean);
27904
27904
  }
27905
27905
  function RZ(i, a) {
27906
- return Rn(i, a, !1);
27906
+ return Vn(i, a, !1);
27907
27907
  }
27908
- const w0 = rr(function(i, a) {
27909
- return a = Rn(a, !0, !0), xn(i, function(e) {
27908
+ const w0 = ir(function(i, a) {
27909
+ return a = Vn(a, !0, !0), Fn(i, function(e) {
27910
27910
  return !qr(a, e);
27911
27911
  });
27912
- }), DZ = rr(function(i, a) {
27912
+ }), DZ = ir(function(i, a) {
27913
27913
  return w0(i, a);
27914
27914
  });
27915
27915
  function Ol(i, a, e, t) {
27916
- xm(a) || (t = e, e = a, a = !1), e != null && (e = nr(e, t));
27917
- for (var r = [], s = [], l = 0, o = ir(i); l < o; l++) {
27916
+ xm(a) || (t = e, e = a, a = !1), e != null && (e = sr(e, t));
27917
+ for (var r = [], s = [], l = 0, o = nr(i); l < o; l++) {
27918
27918
  var d = i[l], u = e ? e(d, l, i) : d;
27919
27919
  a && !e ? ((!l || s !== u) && r.push(d), s = u) : e ? qr(s, u) || (s.push(u), r.push(d)) : qr(r, d) || r.push(d);
27920
27920
  }
27921
27921
  return r;
27922
27922
  }
27923
- const OZ = rr(function(i) {
27924
- return Ol(Rn(i, !0, !0));
27923
+ const OZ = ir(function(i) {
27924
+ return Ol(Vn(i, !0, !0));
27925
27925
  });
27926
27926
  function wZ(i) {
27927
- for (var a = [], e = arguments.length, t = 0, r = ir(i); t < r; t++) {
27927
+ for (var a = [], e = arguments.length, t = 0, r = nr(i); t < r; t++) {
27928
27928
  var s = i[t];
27929
27929
  if (!qr(a, s)) {
27930
27930
  var l;
@@ -27936,13 +27936,13 @@ function wZ(i) {
27936
27936
  return a;
27937
27937
  }
27938
27938
  function wl(i) {
27939
- for (var a = i && A0(i, ir).length || 0, e = Array(a), t = 0; t < a; t++)
27939
+ for (var a = i && A0(i, nr).length || 0, e = Array(a), t = 0; t < a; t++)
27940
27940
  e[t] = rp(i, t);
27941
27941
  return e;
27942
27942
  }
27943
- const PZ = rr(wl);
27943
+ const PZ = ir(wl);
27944
27944
  function VZ(i, a) {
27945
- for (var e = {}, t = 0, r = ir(i); t < r; t++)
27945
+ for (var e = {}, t = 0, r = nr(i); t < r; t++)
27946
27946
  a ? e[i[t]] = a[t] : e[i[t][0]] = i[t][1];
27947
27947
  return e;
27948
27948
  }
@@ -27999,7 +27999,7 @@ const MZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
27999
27999
  chain: Y5,
28000
28000
  chunk: BZ,
28001
28001
  clone: M5,
28002
- collect: Gi,
28002
+ collect: gi,
28003
28003
  compact: bZ,
28004
28004
  compose: rZ,
28005
28005
  constant: Jm,
@@ -28019,7 +28019,7 @@ const MZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28019
28019
  every: xp,
28020
28020
  extend: t0,
28021
28021
  extendOwn: qa,
28022
- filter: xn,
28022
+ filter: Fn,
28023
28023
  find: Dl,
28024
28024
  findIndex: tp,
28025
28025
  findKey: h0,
@@ -28046,7 +28046,7 @@ const MZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28046
28046
  invert: e0,
28047
28047
  invoke: lZ,
28048
28048
  isArguments: qu,
28049
- isArray: bn,
28049
+ isArray: Pn,
28050
28050
  isArrayBuffer: Gm,
28051
28051
  isBoolean: xm,
28052
28052
  isDataView: Za,
@@ -28062,7 +28062,7 @@ const MZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28062
28062
  isNaN: Zm,
28063
28063
  isNull: l5,
28064
28064
  isNumber: $m,
28065
- isObject: Pi,
28065
+ isObject: Vi,
28066
28066
  isRegExp: p5,
28067
28067
  isSet: w5,
28068
28068
  isString: Zu,
@@ -28075,7 +28075,7 @@ const MZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28075
28075
  keys: Pt,
28076
28076
  last: AZ,
28077
28077
  lastIndexOf: sZ,
28078
- map: Gi,
28078
+ map: gi,
28079
28079
  mapObject: U5,
28080
28080
  matcher: js,
28081
28081
  matches: js,
@@ -28103,10 +28103,10 @@ const MZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28103
28103
  reduceRight: Lp,
28104
28104
  reject: oZ,
28105
28105
  rest: Ca,
28106
- restArguments: rr,
28106
+ restArguments: ir,
28107
28107
  result: W5,
28108
28108
  sample: R0,
28109
- select: xn,
28109
+ select: Fn,
28110
28110
  shuffle: cZ,
28111
28111
  size: TZ,
28112
28112
  some: $p,
@@ -28407,7 +28407,7 @@ function B(i) {
28407
28407
  }
28408
28408
  return null;
28409
28409
  }
28410
- function Bn(i) {
28410
+ function Ln(i) {
28411
28411
  return i.declaration || i;
28412
28412
  }
28413
28413
  function eW(i) {
@@ -28418,7 +28418,7 @@ function M0(i, a) {
28418
28418
  if (i.type === n.Project)
28419
28419
  e.push(...i.variableDeclarations);
28420
28420
  else {
28421
- const r = er(qe(i)).filter(
28421
+ const r = tr(qe(i)).filter(
28422
28422
  (s) => s.type === n.VariableDeclaration
28423
28423
  );
28424
28424
  e.push(...r), i.parent && (dt.includes(i.parent.type) || i.parent.type === n.Project) && e.push(
@@ -28651,7 +28651,7 @@ function JZ(i) {
28651
28651
  return "Run in parallel";
28652
28652
  case Qe.Sequential:
28653
28653
  return "Run in sequence";
28654
- case $t.HttpRequest:
28654
+ case jt.HttpRequest:
28655
28655
  return "HTTP request";
28656
28656
  case Xe.CreateNewInstance:
28657
28657
  return "Create new copy of entity";
@@ -29222,7 +29222,7 @@ function WZ(i, a) {
29222
29222
  })
29223
29223
  );
29224
29224
  else {
29225
- const s = rn(r);
29225
+ const s = ln(r);
29226
29226
  if (s) {
29227
29227
  const l = r !== s ? `The entity of type '${i.type}' with id '${i.id}' have 'parent' with id '${i.parent}' because the entity belongs to a built-in '${s.type}' entity with id '${s.id}' (${g(
29228
29228
  s,
@@ -29263,7 +29263,7 @@ function WZ(i, a) {
29263
29263
  o[0].project
29264
29264
  )}").`;
29265
29265
  d += `
29266
- ${Qi}`, e.push(
29266
+ ${sn}`, e.push(
29267
29267
  new w({
29268
29268
  id: `${i.id}--${b.NonInteractiveEntityReferenced}`,
29269
29269
  code: b.NonInteractiveEntityReferenced,
@@ -30631,7 +30631,7 @@ f(Ae, "MUTABLE_DOWNSTREAM_PROPERTIES", ["dataType"]), f(Ae, "INMUTABLE_DOWNSTREA
30631
30631
  ...Ae.UPSTREAM_PROPERTIES,
30632
30632
  ...Ae.DOWNSTREAM_PROPERTIES
30633
30633
  ]);
30634
- let gi = Ae;
30634
+ let Fi = Ae;
30635
30635
  function F0(i) {
30636
30636
  var s;
30637
30637
  const a = Q9(), e = i.toJSON();
@@ -31101,7 +31101,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
31101
31101
  );
31102
31102
  o && (this.setImplements(o, null), e.push(o));
31103
31103
  }
31104
- return Ti.hydrateReadsValue(this), {
31104
+ return Ii.hydrateReadsValue(this), {
31105
31105
  updated: p(e),
31106
31106
  added: p(t),
31107
31107
  removed: p(r),
@@ -31228,7 +31228,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
31228
31228
  );
31229
31229
  this.setImplements(t, null);
31230
31230
  }
31231
- return Ti.initReadsValue(this), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this;
31231
+ return Ii.initReadsValue(this), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this;
31232
31232
  }
31233
31233
  setValueWriter(e, t = this.project.addChangeSet(
31234
31234
  new A(
@@ -32753,7 +32753,7 @@ f($e, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), f($e, "INMUTABLE_
32753
32753
  ...$e.UPSTREAM_PROPERTIES,
32754
32754
  ...$e.DOWNSTREAM_PROPERTIES
32755
32755
  ]);
32756
- let Ft = $e;
32756
+ let $t = $e;
32757
32757
  var sp = /* @__PURE__ */ ((i) => (i.Parent = "parent", i))(sp || {});
32758
32758
  const Ke = class Ke extends nt {
32759
32759
  constructor(e, t) {
@@ -33656,15 +33656,15 @@ f(Ke, "repository", {
33656
33656
  "author",
33657
33657
  "previousVersion"
33658
33658
  ]), f(Ke, "BASE_PROPERTIES", [
33659
- ...Ft.MUTABLE_BASE_PROPERTIES,
33660
- ...Ft.INMUTABLE_BASE_PROPERTIES
33659
+ ...$t.MUTABLE_BASE_PROPERTIES,
33660
+ ...$t.INMUTABLE_BASE_PROPERTIES
33661
33661
  ]), // Includes the base properties and the meta properties
33662
33662
  // Often contains properties related to UX, not necessary for the logic
33663
33663
  f(Ke, "MUTABLE_META_PROPERTIES", ["x", "y"]), f(Ke, "INMUTABLE_META_PROPERTIES", [
33664
- ...Ft.INMUTABLE_BASE_PROPERTIES
33664
+ ...$t.INMUTABLE_BASE_PROPERTIES
33665
33665
  ]), f(Ke, "META_PROPERTIES", [
33666
- ...Ft.MUTABLE_META_PROPERTIES,
33667
- ...Ft.INMUTABLE_META_PROPERTIES
33666
+ ...$t.MUTABLE_META_PROPERTIES,
33667
+ ...$t.INMUTABLE_META_PROPERTIES
33668
33668
  ]), // Properties pointing to nested entities that are declared before the entity itself
33669
33669
  f(Ke, "MUTABLE_UPSTREAM_PROPERTIES", [
33670
33670
  "calledBySuccess",
@@ -33672,18 +33672,18 @@ f(Ke, "MUTABLE_UPSTREAM_PROPERTIES", [
33672
33672
  "calledByEntry",
33673
33673
  "parent"
33674
33674
  ]), f(Ke, "INMUTABLE_UPSTREAM_PROPERTIES", []), f(Ke, "UPSTREAM_PROPERTIES", [
33675
- ...Ft.MUTABLE_UPSTREAM_PROPERTIES,
33676
- ...Ft.INMUTABLE_UPSTREAM_PROPERTIES
33675
+ ...$t.MUTABLE_UPSTREAM_PROPERTIES,
33676
+ ...$t.INMUTABLE_UPSTREAM_PROPERTIES
33677
33677
  ]), // Properties pointing to nested entities that are declared after the entity itself or are direct children
33678
33678
  f(Ke, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), f(Ke, "INMUTABLE_DOWNSTREAM_PROPERTIES", []), f(Ke, "DOWNSTREAM_PROPERTIES", [
33679
- ...Ft.MUTABLE_DOWNSTREAM_PROPERTIES,
33680
- ...Ft.INMUTABLE_DOWNSTREAM_PROPERTIES
33679
+ ...$t.MUTABLE_DOWNSTREAM_PROPERTIES,
33680
+ ...$t.INMUTABLE_DOWNSTREAM_PROPERTIES
33681
33681
  ]), f(Ke, "PROPERTIES", [
33682
33682
  ...or.META_PROPERTIES,
33683
33683
  ...or.UPSTREAM_PROPERTIES,
33684
33684
  ...or.DOWNSTREAM_PROPERTIES
33685
33685
  ]);
33686
- let Fi = Ke;
33686
+ let ki = Ke;
33687
33687
  function q0(i) {
33688
33688
  const a = C3(), e = i.toJSON();
33689
33689
  a.safeParse(e).success;
@@ -33877,7 +33877,7 @@ const Re = class Re extends nt {
33877
33877
  D[0].project
33878
33878
  )}").`;
33879
33879
  O += `
33880
- ${Qi}`, s.push(
33880
+ ${sn}`, s.push(
33881
33881
  new w({
33882
33882
  id: `${e.id}--${b.NonInteractiveEntityReferenced}`,
33883
33883
  code: b.NonInteractiveEntityReferenced,
@@ -33933,7 +33933,7 @@ If you want to modify the existing implementation, you can update the existing m
33933
33933
  })
33934
33934
  );
33935
33935
  }
33936
- const u = r.parent && t.get(r.parent) || t.getBuiltIn(r.parent), h = u ? rn(u) : null;
33936
+ const u = r.parent && t.get(r.parent) || t.getBuiltIn(r.parent), h = u ? ln(u) : null;
33937
33937
  return h && s.push(
33938
33938
  new w({
33939
33939
  id: `${e.id}--${b.BuiltInEntityParent}`,
@@ -34900,7 +34900,7 @@ f(Re, "MUTABLE_DOWNSTREAM_PROPERTIES", [
34900
34900
  ...Re.UPSTREAM_PROPERTIES,
34901
34901
  ...Re.DOWNSTREAM_PROPERTIES
34902
34902
  ]);
34903
- let ki = Re;
34903
+ let Zi = Re;
34904
34904
  function W0(i) {
34905
34905
  const a = H6(), e = i.toJSON();
34906
34906
  a.safeParse(e).success;
@@ -35134,14 +35134,14 @@ const De = class De extends nt {
35134
35134
  code: b.NonInteractiveEntityReferenced,
35135
35135
  severity: R.Error,
35136
35136
  message: `The entity with id '${e.id}' and type '${e.type}', cannot reference 'definition-entity' with id '${r.entity}' at 'entity'. The entity extends or implements non-interactive built-in-base-entity ${I}.
35137
- ${Qi}`,
35137
+ ${sn}`,
35138
35138
  issue: null
35139
35139
  })
35140
35140
  );
35141
35141
  }
35142
35142
  }
35143
35143
  }
35144
- const o = r.parent && t.get(r.parent) || t.getBuiltIn(r.parent), d = o ? rn(o) : null;
35144
+ const o = r.parent && t.get(r.parent) || t.getBuiltIn(r.parent), d = o ? ln(o) : null;
35145
35145
  if (d)
35146
35146
  s.push(
35147
35147
  new w({
@@ -35238,7 +35238,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
35238
35238
  get isResolved() {
35239
35239
  return [n.BuiltInBaseEntity, n.ActionDescriptor].includes(
35240
35240
  this.parent.type
35241
- ) || rn(this.parent) ? !0 : !(!this.entity && !this.isGroup);
35241
+ ) || ln(this.parent) ? !0 : !(!this.entity && !this.isGroup);
35242
35242
  }
35243
35243
  validateGeneratedUpdate(e) {
35244
35244
  return { errors: [], modifiedData: e };
@@ -36218,12 +36218,12 @@ f(De, "MUTABLE_DOWNSTREAM_PROPERTIES", []), f(De, "INMUTABLE_DOWNSTREAM_PROPERTI
36218
36218
  ...De.UPSTREAM_PROPERTIES,
36219
36219
  ...De.DOWNSTREAM_PROPERTIES
36220
36220
  ]);
36221
- let $n = De;
36221
+ let Ji = De;
36222
36222
  function z0(i) {
36223
36223
  var o;
36224
36224
  const a = _6(), e = i.toJSON();
36225
36225
  a.safeParse(e).success;
36226
- const r = QZ(i), s = Ci(i), l = [...r, ...s];
36226
+ const r = QZ(i), s = Bi(i), l = [...r, ...s];
36227
36227
  if (i.id === "exec-sequentially-operation-call-id") {
36228
36228
  const d = de({
36229
36229
  id: `${i.id}--${G.PropertyImplementsNonAbstact}`,
@@ -37707,7 +37707,7 @@ f(Oe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
37707
37707
  ...Oe.UPSTREAM_PROPERTIES,
37708
37708
  ...Oe.DOWNSTREAM_PROPERTIES
37709
37709
  ]);
37710
- let Zi = Oe;
37710
+ let qi = Oe;
37711
37711
  function Y0(i) {
37712
37712
  const a = m3(), e = i.toJSON();
37713
37713
  a.safeParse(e).success;
@@ -38692,7 +38692,7 @@ f(we, "MUTABLE_DOWNSTREAM_PROPERTIES", [
38692
38692
  ...we.UPSTREAM_PROPERTIES,
38693
38693
  ...we.DOWNSTREAM_PROPERTIES
38694
38694
  ]);
38695
- let jn = we;
38695
+ let Wi = we;
38696
38696
  function H0(i) {
38697
38697
  var s;
38698
38698
  const a = i6(), e = i.toJSON();
@@ -39629,12 +39629,12 @@ f(je, "MUTABLE_DOWNSTREAM_PROPERTIES", ["outputs", "throws"]), f(je, "INMUTABLE_
39629
39629
  ...je.UPSTREAM_PROPERTIES,
39630
39630
  ...je.DOWNSTREAM_PROPERTIES
39631
39631
  ]);
39632
- let Gn = je;
39632
+ let Si = je;
39633
39633
  function ap(i) {
39634
39634
  var l, o;
39635
39635
  const a = F9(), e = i.toJSON();
39636
39636
  a.safeParse(e).success, i.inputs.forEach((d) => d.validate()), i.outputs.forEach((d) => d.validate()), (l = i.error) == null || l.validate(), (o = i.body) == null || o.validate();
39637
- const s = [...Ci(i)];
39637
+ const s = [...Bi(i)];
39638
39638
  return He(i.errors, s);
39639
39639
  }
39640
39640
  function t7(i) {
@@ -39771,7 +39771,7 @@ const Pe = class Pe extends nt {
39771
39771
  h[0].project
39772
39772
  )}").`;
39773
39773
  c += `
39774
- ${Qi}`, s.push(
39774
+ ${sn}`, s.push(
39775
39775
  new w({
39776
39776
  id: `${e.id}--${b.NonInteractiveEntityReferenced}`,
39777
39777
  code: b.NonInteractiveEntityReferenced,
@@ -43325,17 +43325,17 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
43325
43325
  orChildrenGroup: [],
43326
43326
  parentRelationType: Dt.OrDataTypeGroup,
43327
43327
  parent: q.toReference()
43328
- }, gt = P(
43328
+ }, Ft = P(
43329
43329
  ae,
43330
43330
  this.project
43331
43331
  );
43332
- gt.setParent(
43332
+ Ft.setParent(
43333
43333
  q,
43334
43334
  e
43335
- ), gt.initChildren(e), e == null || e.add(
43336
- gt,
43335
+ ), Ft.initChildren(e), e == null || e.add(
43336
+ Ft,
43337
43337
  E.Added
43338
- ), gt.addSelfToProject(e), r.push(gt);
43338
+ ), Ft.addSelfToProject(e), r.push(Ft);
43339
43339
  }
43340
43340
  });
43341
43341
  }
@@ -43945,11 +43945,11 @@ f(oe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
43945
43945
  ...oe.UPSTREAM_PROPERTIES,
43946
43946
  ...oe.DOWNSTREAM_PROPERTIES
43947
43947
  ]);
43948
- let Ji = oe;
43948
+ let zi = oe;
43949
43949
  function Q0(i) {
43950
43950
  const a = m6(), e = i.toJSON();
43951
43951
  a.safeParse(e).success, i.inputs.forEach((l) => l.validate());
43952
- const s = [...Ci(i)];
43952
+ const s = [...Bi(i)];
43953
43953
  return He(i.errors, s);
43954
43954
  }
43955
43955
  const TW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -45132,12 +45132,12 @@ f(Ge, "MUTABLE_DOWNSTREAM_PROPERTIES", [
45132
45132
  ...Ge.UPSTREAM_PROPERTIES,
45133
45133
  ...Ge.DOWNSTREAM_PROPERTIES
45134
45134
  ]);
45135
- let qi = Ge;
45135
+ let Yi = Ge;
45136
45136
  function ev(i) {
45137
45137
  var o;
45138
45138
  const a = t3(), e = i.toJSON();
45139
45139
  a.safeParse(e).success, (o = i.dataType) == null || o.validate(), i.inputs.forEach((d) => d.validate()), i.outputs.forEach((d) => d.validate()), i.internalCalls.forEach((d) => d.validate());
45140
- const s = [...Ci(i)];
45140
+ const s = [...Bi(i)];
45141
45141
  if (i.id === "random-company-employee-test-variable-id") {
45142
45142
  const d = de({
45143
45143
  id: `${i.id}--${G.PropertyImplementsNonAbstact}`,
@@ -45176,7 +45176,7 @@ const IW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45176
45176
  function tv(i) {
45177
45177
  const a = a3(), e = i.toJSON();
45178
45178
  a.safeParse(e).success, i.inputs.forEach((o) => o.validate()), i.outputs.forEach((o) => o.validate()), i.internalCalls.forEach((o) => o.validate());
45179
- const s = [...Ci(i)];
45179
+ const s = [...Bi(i)];
45180
45180
  if (i.id === "exec-sequentially-result-variable-id") {
45181
45181
  const o = de({
45182
45182
  id: `${i.id}--${G.PropertyImplementsNonAbstact}`,
@@ -45633,7 +45633,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
45633
45633
  o
45634
45634
  );
45635
45635
  d && (this.addErrorCaller(d, null), e.push(d));
45636
- }), Ti.hydrateReadsValue(this), {
45636
+ }), Ii.hydrateReadsValue(this), {
45637
45637
  updated: p(e),
45638
45638
  added: p(t),
45639
45639
  removed: p(r),
@@ -45967,7 +45967,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
45967
45967
  this.initialData.declaration,
45968
45968
  this.project
45969
45969
  ), this.declaration.setParent(this.parent, null), this.declaration.initChildren(e);
45970
- return Yo.initWritesValues(this, this.parent), Ti.initReadsValue(this), this.initialData.inputs.forEach((t) => {
45970
+ return Yo.initWritesValues(this, this.parent), Ii.initReadsValue(this), this.initialData.inputs.forEach((t) => {
45971
45971
  const r = P(
45972
45972
  t,
45973
45973
  this.project
@@ -46915,7 +46915,7 @@ f(Ve, "MUTABLE_DOWNSTREAM_PROPERTIES", [
46915
46915
  ...Ve.UPSTREAM_PROPERTIES,
46916
46916
  ...Ve.DOWNSTREAM_PROPERTIES
46917
46917
  ]);
46918
- let Wi = Ve;
46918
+ let Hi = Ve;
46919
46919
  var s7 = /* @__PURE__ */ ((i) => (i.Parent = "parent", i.DataTypeEntity = "data-type-entity", i))(s7 || {});
46920
46920
  const Ce = class Ce extends nt {
46921
46921
  constructor(e, t) {
@@ -47336,7 +47336,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
47336
47336
  o
47337
47337
  );
47338
47338
  d && (this.addErrorCaller(d, null), e.push(d));
47339
- }), Ti.hydrateReadsValue(this), {
47339
+ }), Ii.hydrateReadsValue(this), {
47340
47340
  updated: p(e),
47341
47341
  added: p(t),
47342
47342
  removed: p(r),
@@ -47667,7 +47667,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
47667
47667
  ), this.defaultValue.setParent(this, null), this.defaultValue.initChildren(e)), this.initialData.dataType && (this.dataType = P(
47668
47668
  this.initialData.dataType,
47669
47669
  this.project
47670
- ), this.dataType.setParent(this, null), this.dataType.initChildren(e)), Yo.initWritesValues(this, this.parent), Ti.initReadsValue(this), this.successCalls = this.initialData.successCalls.map((t) => {
47670
+ ), this.dataType.setParent(this, null), this.dataType.initChildren(e)), Yo.initWritesValues(this, this.parent), Ii.initReadsValue(this), this.successCalls = this.initialData.successCalls.map((t) => {
47671
47671
  const r = P(
47672
47672
  t,
47673
47673
  this.project
@@ -47907,10 +47907,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
47907
47907
  const {
47908
47908
  updated: H,
47909
47909
  added: ae,
47910
- removed: gt,
47910
+ removed: Ft,
47911
47911
  affected: Cr
47912
47912
  } = Z.generateUnusedOutputs(e);
47913
- t.push(...ae), r.push(...H), s.push(...gt), l.push(...Cr);
47913
+ t.push(...ae), r.push(...H), s.push(...Ft), l.push(...Cr);
47914
47914
  }), e == null || e.attemptAutoclose(
47915
47915
  "infer-data-type-and-sync-instances-inputs-and-outputs",
47916
47916
  this.id
@@ -48854,12 +48854,12 @@ f(Ce, "MUTABLE_DOWNSTREAM_PROPERTIES", [
48854
48854
  ...Ce.UPSTREAM_PROPERTIES,
48855
48855
  ...Ce.DOWNSTREAM_PROPERTIES
48856
48856
  ]);
48857
- let Si = Ce;
48857
+ let Ki = Ce;
48858
48858
  function iv(i) {
48859
48859
  var l;
48860
48860
  const a = E6(), e = i.toJSON();
48861
48861
  a.safeParse(e).success, i.inputsDeclarations.forEach((o) => o.validate()), i.inputs.forEach((o) => o.validate()), i.outputsDeclarations.forEach((o) => o.validate()), i.outputs.forEach((o) => o.validate()), (l = i.error) == null || l.validate();
48862
- const s = [...Ci(i)];
48862
+ const s = [...Bi(i)];
48863
48863
  if (i.id === "search-person-by-id-id") {
48864
48864
  const o = de({
48865
48865
  id: `${i.id}--${G.PropertyImplementsNonAbstact}`,
@@ -50253,7 +50253,7 @@ f(Je, "MUTABLE_DOWNSTREAM_PROPERTIES", [
50253
50253
  ...or.UPSTREAM_PROPERTIES,
50254
50254
  ...or.DOWNSTREAM_PROPERTIES
50255
50255
  ]);
50256
- let zi = Je;
50256
+ let Xi = Je;
50257
50257
  function nv(i) {
50258
50258
  const a = p3(), e = i.toJSON();
50259
50259
  a.safeParse(e).success, i.functions.forEach((s) => s.validate()), i.events.forEach((s) => s.validate());
@@ -51005,12 +51005,12 @@ f(ge, "MUTABLE_DOWNSTREAM_PROPERTIES", ["functions", "events"]), f(ge, "INMUTABL
51005
51005
  ...ge.UPSTREAM_PROPERTIES,
51006
51006
  ...ge.DOWNSTREAM_PROPERTIES
51007
51007
  ]);
51008
- let Yi = ge;
51008
+ let Qi = ge;
51009
51009
  function sv(i) {
51010
51010
  var o;
51011
51011
  const a = D6(), e = i.toJSON();
51012
51012
  a.safeParse(e).success, i.inputs.forEach((d) => d.validate()), i.outputs.forEach((d) => d.validate()), (o = i.error) == null || o.validate();
51013
- const r = Ci(i), s = av(i), l = [
51013
+ const r = Bi(i), s = av(i), l = [
51014
51014
  ...r,
51015
51015
  ...s
51016
51016
  ];
@@ -51285,9 +51285,9 @@ You can attach methods to it by creating 'function-declaration' entities which h
51285
51285
  This variable's data-type 'entity' is a ${h.type} which doesn't have any methods attached to it yet.
51286
51286
  Built-in entity types can't have methods attached to them by the user. They are predefined entities that can't be modified. You can reference them as the 'declaration' property on a new 'internal-call' entity in a variable`) : h.type === n.DefinitionEntity ? T = `
51287
51287
  This variable's data-type 'entity' is a definition entity which extends or implements a non-interactive 'built-in-base-entity'.
51288
- ${Qi}` : h.type === n.BuiltInBaseEntity && (T = `
51288
+ ${sn}` : h.type === n.BuiltInBaseEntity && (T = `
51289
51289
  This variable's data-type 'entity' is a non-interactive 'built-in-base-entity'.
51290
- ${Qi}`);
51290
+ ${sn}`);
51291
51291
  const I = r.declaration;
51292
51292
  if (!t.get(
51293
51293
  I
@@ -52632,7 +52632,7 @@ f(Be, "MUTABLE_DOWNSTREAM_PROPERTIES", [
52632
52632
  ...Be.UPSTREAM_PROPERTIES,
52633
52633
  ...Be.DOWNSTREAM_PROPERTIES
52634
52634
  ]);
52635
- let gn = Be;
52635
+ let en = Be;
52636
52636
  function ov(i) {
52637
52637
  const a = V6(), e = i.toJSON();
52638
52638
  a.safeParse(e).success;
@@ -52864,7 +52864,7 @@ You can't edit input-map entities as they need to match their argument declarati
52864
52864
  })
52865
52865
  );
52866
52866
  else if (et.includes(o.type)) {
52867
- const I = Bn(o).dataType, D = I == null ? void 0 : I.entity;
52867
+ const I = Ln(o).dataType, D = I == null ? void 0 : I.entity;
52868
52868
  D && D.type === n.ActionDescriptor ? s.push(
52869
52869
  new w({
52870
52870
  id: `${r.id}--${$.NoOverlapWithImplementedSignature}`,
@@ -53151,7 +53151,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
53151
53151
  ), o = this.project.get(l);
53152
53152
  o && (this.setDeclaration(o), e.push(o));
53153
53153
  }
53154
- return Ti.hydrateReadsValue(this), {
53154
+ return Ii.hydrateReadsValue(this), {
53155
53155
  updated: p(e),
53156
53156
  added: p(t),
53157
53157
  removed: p(r),
@@ -53252,7 +53252,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
53252
53252
  ), this.defaultValue.setParent(this, null), this.defaultValue.initChildren(e)), this.initialData.declaration && (this.declaration = P(
53253
53253
  this.initialData.declaration,
53254
53254
  this.project
53255
- )), Ti.initReadsValue(this), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this);
53255
+ )), Ii.initReadsValue(this), this.subscribeToDependencies(), this.afterAllChildrenInitialized(e), e == null || e.attemptAutoclose("init-children", this.id), this);
53256
53256
  }
53257
53257
  setValueWriter(e, t = this.project.addChangeSet(
53258
53258
  new A(
@@ -53642,7 +53642,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
53642
53642
  if (this.parent.type === n.Operation)
53643
53643
  return this.parent.declaration.inferInputMapDataType(this, e).self;
53644
53644
  if (et.includes(this.parent.type)) {
53645
- const s = Bn(this.parent), l = s.getDataType(e);
53645
+ const s = Ln(this.parent), l = s.getDataType(e);
53646
53646
  (!l || l.inferred) && s.inferDataTypeAndSyncInstancesInputsAndOutputs(e);
53647
53647
  }
53648
53648
  const t = (r = this.declaration) == null ? void 0 : r.getDataType(e);
@@ -53881,7 +53881,7 @@ You can't edit output-map entities as they need to match their return declaratio
53881
53881
  else {
53882
53882
  const h = r.declaration ? t.get(r.declaration) : null;
53883
53883
  if (h && et.includes(o.type)) {
53884
- const c = Bn(o), T = c.dataType, I = (d = c.dataType) == null ? void 0 : d.entity;
53884
+ const c = Ln(o), T = c.dataType, I = (d = c.dataType) == null ? void 0 : d.entity;
53885
53885
  T ? I ? I.type === n.ActionDescriptor ? s.push(
53886
53886
  new w({
53887
53887
  id: `${r.id}--${$.NoOverlapWithImplementedSignature}`,
@@ -55753,7 +55753,7 @@ f(Ne, "MUTABLE_DOWNSTREAM_PROPERTIES", [
55753
55753
  ...Ne.UPSTREAM_PROPERTIES,
55754
55754
  ...Ne.DOWNSTREAM_PROPERTIES
55755
55755
  ]);
55756
- let Hi = Ne;
55756
+ let tn = Ne;
55757
55757
  function uv(i) {
55758
55758
  const a = Du(), e = i.toJSON();
55759
55759
  a.safeParse(e).success;
@@ -56732,7 +56732,7 @@ f(Ue, "MUTABLE_DOWNSTREAM_PROPERTIES", [
56732
56732
  ...Ue.UPSTREAM_PROPERTIES,
56733
56733
  ...Ue.DOWNSTREAM_PROPERTIES
56734
56734
  ]);
56735
- let Fn = Ue;
56735
+ let rn = Ue;
56736
56736
  function pv(i) {
56737
56737
  var s;
56738
56738
  const a = A9(), e = i.toJSON();
@@ -56842,7 +56842,7 @@ const Le = class Le extends nt {
56842
56842
  ...l.errors,
56843
56843
  ...ut(r)
56844
56844
  );
56845
- const o = r.parent && t.get(r.parent), d = o && rn(o);
56845
+ const o = r.parent && t.get(r.parent), d = o && ln(o);
56846
56846
  return d && d.type === n.ActionDescriptor && s.push(
56847
56847
  new w({
56848
56848
  id: `${e.id}--${b.BuiltInEntityParent}`,
@@ -57577,7 +57577,7 @@ f(Le, "MUTABLE_DOWNSTREAM_PROPERTIES", ["dataType", "defaultValue"]), f(Le, "INM
57577
57577
  ...Le.UPSTREAM_PROPERTIES,
57578
57578
  ...Le.DOWNSTREAM_PROPERTIES
57579
57579
  ]);
57580
- let Ki = Le;
57580
+ let Ti = Le;
57581
57581
  function NW(i, a) {
57582
57582
  if (!i.type && !i.id)
57583
57583
  return {
@@ -57683,47 +57683,47 @@ If you are trying to create a new entity, please use a different id, for example
57683
57683
  a
57684
57684
  );
57685
57685
  case n.DefinitionEntity:
57686
- return nn.validateGenerationTarget(
57686
+ return dn.validateGenerationTarget(
57687
57687
  e,
57688
57688
  a
57689
57689
  );
57690
57690
  case n.Property:
57691
- return gi.validateGenerationTarget(
57691
+ return Fi.validateGenerationTarget(
57692
57692
  e,
57693
57693
  a
57694
57694
  );
57695
57695
  case n.FunctionDeclaration:
57696
- return ki.validateGenerationTarget(
57696
+ return Zi.validateGenerationTarget(
57697
57697
  e,
57698
57698
  a
57699
57699
  );
57700
57700
  case n.DataType:
57701
- return $n.validateGenerationTarget(
57701
+ return Ji.validateGenerationTarget(
57702
57702
  e,
57703
57703
  a
57704
57704
  );
57705
57705
  case n.Operation:
57706
- return Zi.validateGenerationTarget(
57706
+ return qi.validateGenerationTarget(
57707
57707
  e,
57708
57708
  a
57709
57709
  );
57710
57710
  case n.FunctionCall:
57711
- return en.validateGenerationTarget(
57711
+ return an.validateGenerationTarget(
57712
57712
  e,
57713
57713
  a
57714
57714
  );
57715
57715
  case n.VariableDeclaration:
57716
- return Si.validateGenerationTarget(
57716
+ return Ki.validateGenerationTarget(
57717
57717
  e,
57718
57718
  a
57719
57719
  );
57720
57720
  case n.VariableInstance:
57721
- return Wi.validateGenerationTarget(
57721
+ return Hi.validateGenerationTarget(
57722
57722
  e,
57723
57723
  a
57724
57724
  );
57725
57725
  case n.GlobalEvent:
57726
- return jn.validateGenerationTarget(
57726
+ return Wi.validateGenerationTarget(
57727
57727
  e,
57728
57728
  a
57729
57729
  );
@@ -57738,7 +57738,7 @@ If you are trying to create a new entity, please use a different id, for example
57738
57738
  a
57739
57739
  );
57740
57740
  case n.ArgumentDeclaration:
57741
- return Hi.validateGenerationTarget(
57741
+ return tn.validateGenerationTarget(
57742
57742
  e,
57743
57743
  a
57744
57744
  );
@@ -57748,44 +57748,44 @@ If you are trying to create a new entity, please use a different id, for example
57748
57748
  a
57749
57749
  );
57750
57750
  case n.Loop:
57751
- return Ji.validateGenerationTarget(e, a);
57751
+ return zi.validateGenerationTarget(e, a);
57752
57752
  case n.Condition:
57753
- return qi.validateGenerationTarget(
57753
+ return Yi.validateGenerationTarget(
57754
57754
  e,
57755
57755
  a
57756
57756
  );
57757
57757
  case n.Search:
57758
- return zi.validateGenerationTarget(
57758
+ return Xi.validateGenerationTarget(
57759
57759
  e,
57760
57760
  a
57761
57761
  );
57762
57762
  case n.InstalledProject:
57763
- return Yi.validateGenerationTarget(
57763
+ return Qi.validateGenerationTarget(
57764
57764
  e,
57765
57765
  a
57766
57766
  );
57767
57767
  case n.InternalCall:
57768
- return gn.validateGenerationTarget(
57768
+ return en.validateGenerationTarget(
57769
57769
  e,
57770
57770
  a
57771
57771
  );
57772
57772
  case n.LiteralValue:
57773
- return Fn.validateGenerationTarget(
57773
+ return rn.validateGenerationTarget(
57774
57774
  e,
57775
57775
  a
57776
57776
  );
57777
57777
  case n.ReturnStatement:
57778
- return Fi.validateGenerationTarget(
57778
+ return ki.validateGenerationTarget(
57779
57779
  e,
57780
57780
  a
57781
57781
  );
57782
57782
  case n.BreakStatement:
57783
- return Gn.validateGenerationTarget(
57783
+ return Si.validateGenerationTarget(
57784
57784
  e,
57785
57785
  a
57786
57786
  );
57787
57787
  case n.ContinueStatement:
57788
- return Ft.validateGenerationTarget(
57788
+ return $t.validateGenerationTarget(
57789
57789
  e,
57790
57790
  a
57791
57791
  );
@@ -57795,7 +57795,7 @@ If you are trying to create a new entity, please use a different id, for example
57795
57795
  a
57796
57796
  );
57797
57797
  case n.ValueDescriptor:
57798
- return Ki.validateGenerationTarget(
57798
+ return Ti.validateGenerationTarget(
57799
57799
  e,
57800
57800
  a
57801
57801
  );
@@ -57899,7 +57899,7 @@ function UW(i, a) {
57899
57899
  new w({
57900
57900
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57901
57901
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "calls" updated.
57902
- ${_i}`,
57902
+ ${Ni}`,
57903
57903
  severity: R.Error,
57904
57904
  code: b.InvalidInmutablePropertyOverride,
57905
57905
  issue: null
@@ -57908,7 +57908,7 @@ ${_i}`,
57908
57908
  new w({
57909
57909
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57910
57910
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "successCalls" updated.
57911
- ${_i}`,
57911
+ ${Ni}`,
57912
57912
  severity: R.Error,
57913
57913
  code: b.InvalidInmutablePropertyOverride,
57914
57914
  issue: null
@@ -57917,7 +57917,7 @@ ${_i}`,
57917
57917
  new w({
57918
57918
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57919
57919
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "errorCalls" updated.
57920
- ${_i}`,
57920
+ ${Ni}`,
57921
57921
  severity: R.Error,
57922
57922
  code: b.InvalidInmutablePropertyOverride,
57923
57923
  issue: null
@@ -57926,7 +57926,7 @@ ${_i}`,
57926
57926
  new w({
57927
57927
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57928
57928
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "calledBy" updated.
57929
- ${_i}`,
57929
+ ${Ni}`,
57930
57930
  severity: R.Error,
57931
57931
  code: b.InvalidInmutablePropertyOverride,
57932
57932
  issue: null
@@ -57935,7 +57935,7 @@ ${_i}`,
57935
57935
  new w({
57936
57936
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57937
57937
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "calledByEntry" updated.
57938
- ${_i}`,
57938
+ ${Ni}`,
57939
57939
  severity: R.Error,
57940
57940
  code: b.InvalidInmutablePropertyOverride,
57941
57941
  issue: null
@@ -57944,7 +57944,7 @@ ${_i}`,
57944
57944
  new w({
57945
57945
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57946
57946
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "calledBySuccess" updated.
57947
- ${_i}`,
57947
+ ${Ni}`,
57948
57948
  severity: R.Error,
57949
57949
  code: b.InvalidInmutablePropertyOverride,
57950
57950
  issue: null
@@ -57953,7 +57953,7 @@ ${_i}`,
57953
57953
  new w({
57954
57954
  id: `${a.id}--${b.InvalidInmutablePropertyOverride}`,
57955
57955
  message: `Entity of type "${a.type}" with id "${a.id}" cannot have the property "calledByError" updated.
57956
- ${_i}`,
57956
+ ${Ni}`,
57957
57957
  severity: R.Error,
57958
57958
  code: b.InvalidInmutablePropertyOverride,
57959
57959
  issue: null
@@ -58172,7 +58172,7 @@ function y7(i) {
58172
58172
  }
58173
58173
  function op(i) {
58174
58174
  const a = [];
58175
- Pi(i) || a.push(
58175
+ Vi(i) || a.push(
58176
58176
  new w({
58177
58177
  id: `${i}--${b.InvalidReferenceObjectStructure}`,
58178
58178
  message: `Reference object with id "${i}" is not an object. References should be objects with exactly 4 properties: 'entityId', 'entityType', 'id', and 'type'.`,
@@ -58440,7 +58440,7 @@ function ie(i, a, e) {
58440
58440
  return `${t.join(a)}${e}${r}`;
58441
58441
  }
58442
58442
  }
58443
- const Xi = `Pass-through callable entities are entities that need to be called by another caller, then they execute some internal logic and when finished, it can call other callable entities with the "calledBySuccess" property or "calledByError" property based on whether their internal execution was successful or an error ocurred respectively.
58443
+ const nn = `Pass-through callable entities are entities that need to be called by another caller, then they execute some internal logic and when finished, it can call other callable entities with the "calledBySuccess" property or "calledByError" property based on whether their internal execution was successful or an error ocurred respectively.
58444
58444
  All pass-through callable entities are: ${ie(
58445
58445
  ot,
58446
58446
  ", ",
@@ -58458,12 +58458,12 @@ All callable entity types are: ${ie(
58458
58458
  ti,
58459
58459
  ", ",
58460
58460
  " and "
58461
- )}.`, _i = `Caller to callee relationships can be updated with the 'add_caller' and 'remove_caller' generation action with the properties: 'callerEntityId', a 'calleeEntityId'. For adding a caller, you can optionally add a boolean property 'fromError' (if the caller calls when an error occured in its execution).
58461
+ )}.`, Ni = `Caller to callee relationships can be updated with the 'add_caller' and 'remove_caller' generation action with the properties: 'callerEntityId', a 'calleeEntityId'. For adding a caller, you can optionally add a boolean property 'fromError' (if the caller calls when an error occured in its execution).
58462
58462
  Either of these two actions will only affect the one relationship between the given caller and callee and ignore any others present in either entity.`, Fp = `Break and continue statements need to have exactly one 'return-declaration' entity each. It represents the result of the current iteration of the loop. It can have any name and have any 'data-type' but it needs to be identical among all statements in the same loop.
58463
58463
  Meaning, if the return declaration in one 'break-statement' is named 'result' and has a 'data-type' of 'number', all other 'break-statements' and 'continue-statements' in the same loop need to have a 'return-declaration' with the same name and 'data-type'.`, $W = `Return statements need to be identical inside the same scope. For example if a 'return-statement' belongs to a function, with multiple branches of logic, leading to multiple 'return-statement' entities, all of them need to have the exact same amount of 'return-declaration' entities, sharing the same name and an equivalent 'data-type' entity.
58464
58464
  Furthermore, some 'function-declarations' and all 'global-events' might be implementing a base 'action-descriptor' entity, which defines exactly the shape and number of the return declarations.`, kp = `A variable without a data type which reads an-untyped object value, or has object properties written into it as input-map writes, will infere its data-type. This means that a 'data-type' will be created, with an implicitly declared 'definition-entity' as its 'entity' property, defining the structure of the object.
58465
- This data type entity is what will define which properties are available to be read from the variable or any of its instances as 'output-map' entities.`, Qi = `Entities of type '${n.BuiltInBaseEntity}' that have the 'interactive' property set to false cannot be used programmatically during runtime. They can't be used as data types or instanciated in variables. Their methods can't be called by the code, and are only called by the system in the background. Their properties' values are constant and set only once when declared. They also can't be extended with unrecognized properties or methods that aren't part of the base out-of-the-box entity.`, hv = `Entities that read values from other entities, can be connected with entities that write values to them. Value reading entity types are: '${ie(
58466
- Ni,
58465
+ This data type entity is what will define which properties are available to be read from the variable or any of its instances as 'output-map' entities.`, sn = `Entities of type '${n.BuiltInBaseEntity}' that have the 'interactive' property set to false cannot be used programmatically during runtime. They can't be used as data types or instanciated in variables. Their methods can't be called by the code, and are only called by the system in the background. Their properties' values are constant and set only once when declared. They also can't be extended with unrecognized properties or methods that aren't part of the base out-of-the-box entity.`, hv = `Entities that read values from other entities, can be connected with entities that write values to them. Value reading entity types are: '${ie(
58466
+ Ui,
58467
58467
  "', '",
58468
58468
  "' and '"
58469
58469
  )}'.`, v7 = `Entities that write values to other entities, can be connected with entities that read values from them. Value writing entity types are: '${ie(
@@ -58586,7 +58586,7 @@ Termination entities are ${ie(
58586
58586
  code: b.InvalidReference,
58587
58587
  severity: R.Error,
58588
58588
  message: `Entity of type "${i.type}" with id "${i.id}", has a reference to a caller entity at 'calledBySuccess' with id "${a.id}" that isn't a pass-through callable entity.
58589
- ${Xi}`,
58589
+ ${nn}`,
58590
58590
  issue: null
58591
58591
  })
58592
58592
  );
@@ -58603,7 +58603,7 @@ All caller entity types are: ${ie(
58603
58603
  " and "
58604
58604
  )}.
58605
58605
  For the 'calledBySuccess' property, you specifically need to reference a pass-through callable entity.
58606
- ${Xi}`,
58606
+ ${nn}`,
58607
58607
  issue: null
58608
58608
  })
58609
58609
  ), { errors: t, modifiedData: e };
@@ -58655,7 +58655,7 @@ Termination entities are ${ie(
58655
58655
  code: b.InvalidReference,
58656
58656
  severity: R.Error,
58657
58657
  message: `Entity of type "${i.type}" with id "${i.id}", has a reference to a caller entity at 'calledByError' with id "${a.id}" that isn't a pass-through callable entity.
58658
- ${Xi}`,
58658
+ ${nn}`,
58659
58659
  issue: null
58660
58660
  })
58661
58661
  );
@@ -58672,7 +58672,7 @@ All caller entity types are: ${ie(
58672
58672
  " and "
58673
58673
  )}.
58674
58674
  For the 'calledByError' property, you specifically need to reference a pass-through callable entity.
58675
- ${Xi}`,
58675
+ ${nn}`,
58676
58676
  issue: null
58677
58677
  })
58678
58678
  ), e;
@@ -58712,7 +58712,7 @@ Termination entities are ${ie(
58712
58712
  code: b.InvalidReference,
58713
58713
  severity: R.Warning,
58714
58714
  message: `Entity of type "${i.type}" with id "${i.id}", has a reference to a caller entity at 'calledByEntry' with id "${a.id}" that is a pass-through callable entity, not an entry-point entity.
58715
- ${Xi}.
58715
+ ${nn}.
58716
58716
  ${Wo}.
58717
58717
 
58718
58718
  We have moved the reference to 'calledBySuccess' for you.`,
@@ -58732,7 +58732,7 @@ All caller entity types are: ${ie(
58732
58732
  " and "
58733
58733
  )}.
58734
58734
  For the 'calledByEntry' property, you specifically need to reference a pass-through callable entity.
58735
- ${Xi}`,
58735
+ ${nn}`,
58736
58736
  issue: null
58737
58737
  })
58738
58738
  ), e;
@@ -59168,7 +59168,7 @@ function At(i, a, e, t = !1) {
59168
59168
  const r = [], s = { ...a };
59169
59169
  let l = JSON.parse(JSON.stringify(i));
59170
59170
  if (!t) {
59171
- if (Ni.includes(l.type)) {
59171
+ if (Ui.includes(l.type)) {
59172
59172
  if (l.readsValue) {
59173
59173
  const u = fv(
59174
59174
  l,
@@ -59192,7 +59192,7 @@ function At(i, a, e, t = !1) {
59192
59192
  code: b.InvalidReference,
59193
59193
  severity: R.Error,
59194
59194
  message: `Entity of type "${l.type}" with id "${l.id}" has a 'readsValue' property that is only valid for entities of type: ${ie(
59195
- Ni,
59195
+ Ui,
59196
59196
  ", ",
59197
59197
  " and "
59198
59198
  )}.
@@ -59205,7 +59205,7 @@ ${Bl}`,
59205
59205
  code: b.InvalidReference,
59206
59206
  severity: R.Error,
59207
59207
  message: `Entity of type "${l.type}" with id "${l.id}" has a 'readsValue' property that is only valid for entities of type: ${ie(
59208
- Ni,
59208
+ Ui,
59209
59209
  ", ",
59210
59210
  " and "
59211
59211
  )}.
@@ -59218,7 +59218,7 @@ ${yv}`,
59218
59218
  code: b.InvalidReference,
59219
59219
  severity: R.Error,
59220
59220
  message: `Entity of type "${l.type}" with id "${l.id}" has a 'readsValue' property that is only valid for entities of type: ${ie(
59221
- Ni,
59221
+ Ui,
59222
59222
  ", ",
59223
59223
  " and "
59224
59224
  )}.
@@ -59429,7 +59429,7 @@ ${Wo}`,
59429
59429
  severity: R.Error,
59430
59430
  message: `Entity with id '${r.id}' referenced in '${e}' property is of type '${r.type}' which is not a valid caller entity type.
59431
59431
  For any error branch caller, for the 'calledByError' property of an entity, you specifically need to reference a pass-through callable entity.
59432
- ${Xi}`,
59432
+ ${nn}`,
59433
59433
  issue: null
59434
59434
  })
59435
59435
  );
@@ -59628,7 +59628,7 @@ Furthermore, the specific 'definition-entity' extends or implements non-interact
59628
59628
  "', '",
59629
59629
  "' and '"
59630
59630
  )}'` : `entity with id '${l[0].id}'`}.
59631
- ${Qi}`), e.push(
59631
+ ${sn}`), e.push(
59632
59632
  new w({
59633
59633
  id: `last-action--${b.InvalidFunctionDeclarationForFunctionCall}`,
59634
59634
  code: b.InvalidFunctionDeclarationForFunctionCall,
@@ -59853,7 +59853,7 @@ function So(i, a) {
59853
59853
  })
59854
59854
  );
59855
59855
  else {
59856
- const s = rn(t);
59856
+ const s = ln(t);
59857
59857
  if (s)
59858
59858
  e.push(
59859
59859
  new w({
@@ -59898,7 +59898,7 @@ function So(i, a) {
59898
59898
  }
59899
59899
  return { errors: e, modifiedData: i };
59900
59900
  }
59901
- function Ci(i) {
59901
+ function Bi(i) {
59902
59902
  const a = [];
59903
59903
  if (i.parent === i.project)
59904
59904
  !i.calledBy.length && i.type !== n.VariableDeclaration && a.push(
@@ -60026,7 +60026,7 @@ function Tv(i) {
60026
60026
  var l;
60027
60027
  const a = p6(), e = i.toJSON();
60028
60028
  a.safeParse(e).success, i.inputs.forEach((o) => o.validate()), i.outputs.forEach((o) => o.validate()), (l = i.error) == null || l.validate();
60029
- const s = [...Ci(i)];
60029
+ const s = [...Bi(i)];
60030
60030
  return He(i.errors, s);
60031
60031
  }
60032
60032
  const qW = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -61503,7 +61503,7 @@ f(Fe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
61503
61503
  ...Fe.UPSTREAM_PROPERTIES,
61504
61504
  ...Fe.DOWNSTREAM_PROPERTIES
61505
61505
  ]);
61506
- let en = Fe;
61506
+ let an = Fe;
61507
61507
  function Jp(i) {
61508
61508
  return i && typeof i.then == "function";
61509
61509
  }
@@ -61932,7 +61932,7 @@ function Ev(i, a, e, t, r) {
61932
61932
  const Z = [];
61933
61933
  let q = !1;
61934
61934
  C.forEach((ue) => {
61935
- var me, H, ae, gt;
61935
+ var me, H, ae, Ft;
61936
61936
  if (Array.isArray(ue) && (q = !0), typeof ue == "object" && !Array.isArray(ue) && ue !== null) {
61937
61937
  const Cr = hl(
61938
61938
  ue,
@@ -61944,7 +61944,7 @@ function Ev(i, a, e, t, r) {
61944
61944
  t,
61945
61945
  r
61946
61946
  );
61947
- Cr.hasCreated && Z.push((me = Cr.changeSet) == null ? void 0 : me.self), s.push(...(H = Cr.changeSet) == null ? void 0 : H.updated), l.push(...(ae = Cr.changeSet) == null ? void 0 : ae.added), o.push(...(gt = Cr.changeSet) == null ? void 0 : gt.removed);
61947
+ Cr.hasCreated && Z.push((me = Cr.changeSet) == null ? void 0 : me.self), s.push(...(H = Cr.changeSet) == null ? void 0 : H.updated), l.push(...(ae = Cr.changeSet) == null ? void 0 : ae.added), o.push(...(Ft = Cr.changeSet) == null ? void 0 : Ft.removed);
61948
61948
  }
61949
61949
  });
61950
61950
  const X = p(
@@ -62424,7 +62424,7 @@ function Y(i, a) {
62424
62424
  });
62425
62425
  }
62426
62426
  function B7(i, a, e = /* @__PURE__ */ new Set()) {
62427
- const t = tn(i), r = tn(a), s = t.filter((d) => !r.includes(d)), l = t.filter((d) => r.includes(d)), o = s.reduce((d, u) => e.has(u.id) ? d : (e.add(u.id), p([
62427
+ const t = on(i), r = on(a), s = t.filter((d) => !r.includes(d)), l = t.filter((d) => r.includes(d)), o = s.reduce((d, u) => e.has(u.id) ? d : (e.add(u.id), p([
62428
62428
  ...d,
62429
62429
  ...B7(u, a, e)
62430
62430
  ])), []);
@@ -62542,7 +62542,7 @@ function XW(i) {
62542
62542
  ] : at.includes(i.type) ? i.outputs : Fs.includes(i.type) || i.type === n.FunctionDeclaration ? i.inputs : [];
62543
62543
  }
62544
62544
  function QW(i) {
62545
- const a = tn(i), e = [], t = [];
62545
+ const a = on(i), e = [], t = [];
62546
62546
  Fv.includes(i.type) && e.push(...bv(i));
62547
62547
  const r = a.filter((s) => {
62548
62548
  const l = e.includes(s);
@@ -62564,7 +62564,7 @@ function eS(i) {
62564
62564
  e.push([t]);
62565
62565
  }), e;
62566
62566
  }
62567
- function er(i) {
62567
+ function tr(i) {
62568
62568
  const a = i.map(
62569
62569
  (e) => Ot(e)
62570
62570
  );
@@ -62572,13 +62572,13 @@ function er(i) {
62572
62572
  }
62573
62573
  function bv(i) {
62574
62574
  return ot.includes(i.type) ? [
62575
- ...er(
62575
+ ...tr(
62576
62576
  i.successCalls
62577
62577
  ),
62578
- ...er(
62578
+ ...tr(
62579
62579
  i.errorCalls
62580
62580
  )
62581
- ] : lt.includes(i.type) ? er(
62581
+ ] : lt.includes(i.type) ? tr(
62582
62582
  i.calls
62583
62583
  ) : [];
62584
62584
  }
@@ -62621,17 +62621,17 @@ function g7(i = []) {
62621
62621
  function qe(i) {
62622
62622
  return ot.includes(i.type) ? [
62623
62623
  ...Sr(
62624
- er(
62624
+ tr(
62625
62625
  i.successCalls
62626
62626
  )
62627
62627
  ),
62628
62628
  ...Sr(
62629
- er(
62629
+ tr(
62630
62630
  i.errorCalls
62631
62631
  )
62632
62632
  )
62633
62633
  ] : lt.includes(i.type) ? Sr(
62634
- er(
62634
+ tr(
62635
62635
  i.calls
62636
62636
  )
62637
62637
  ) : [];
@@ -62639,17 +62639,17 @@ function qe(i) {
62639
62639
  function nS(i) {
62640
62640
  return ot.includes(i.type) ? [
62641
62641
  ...Sr(
62642
- er(
62642
+ tr(
62643
62643
  i.successCalls
62644
62644
  )
62645
62645
  ),
62646
62646
  ...Sr(
62647
- er(
62647
+ tr(
62648
62648
  i.errorCalls
62649
62649
  )
62650
62650
  )
62651
62651
  ] : lt.includes(i.type) ? Sr(
62652
- er(
62652
+ tr(
62653
62653
  i.calls
62654
62654
  )
62655
62655
  ) : [];
@@ -62761,7 +62761,7 @@ function ze(i, a = /* @__PURE__ */ new Set()) {
62761
62761
  return [];
62762
62762
  }
62763
62763
  function ar(i, a = /* @__PURE__ */ new Set()) {
62764
- return a.has(i.id) ? [] : (a.add(i.id), [...tn(i).reduce((r, s) => [
62764
+ return a.has(i.id) ? [] : (a.add(i.id), [...on(i).reduce((r, s) => [
62765
62765
  ...r,
62766
62766
  s,
62767
62767
  ...ar(s, a)
@@ -62783,19 +62783,19 @@ function Z7(i) {
62783
62783
  ...d,
62784
62784
  ...Ml(u.inputs),
62785
62785
  ...Sr(
62786
- er(u.calls)
62786
+ tr(u.calls)
62787
62787
  ),
62788
62788
  ...u.returnStatements
62789
62789
  ], []), l = i.functions.reduce((d, u) => [
62790
62790
  ...d,
62791
62791
  ...Sr(
62792
- er(u.calls)
62792
+ tr(u.calls)
62793
62793
  ),
62794
62794
  ...u.returnStatements
62795
62795
  ], []), o = i.events.reduce((d, u) => [
62796
62796
  ...d,
62797
62797
  ...Sr(
62798
- er(u.calls)
62798
+ tr(u.calls)
62799
62799
  ),
62800
62800
  ...u.returnStatements
62801
62801
  ], []);
@@ -63575,7 +63575,7 @@ function EJ(i, a) {
63575
63575
  function AJ(i) {
63576
63576
  const a = i.internalCalls || [];
63577
63577
  return p(
63578
- er(
63578
+ tr(
63579
63579
  p(
63580
63580
  a.flatMap((e) => [...e.successCalls, ...e.errorCalls])
63581
63581
  )
@@ -63587,7 +63587,7 @@ function vs(i) {
63587
63587
  return a.forEach((t) => {
63588
63588
  if (et.includes(t.type))
63589
63589
  e.push(t);
63590
- else if (Ni.includes(t.type)) {
63590
+ else if (Ui.includes(t.type)) {
63591
63591
  const r = t.parent;
63592
63592
  e.push(
63593
63593
  r
@@ -63599,7 +63599,7 @@ function p(i) {
63599
63599
  const a = /* @__PURE__ */ new Set();
63600
63600
  return i.filter((e) => !e || a.has(e.id) ? !1 : (a.add(e.id), !0));
63601
63601
  }
63602
- function tn(i, a = !1) {
63602
+ function on(i, a = !1) {
63603
63603
  const e = [];
63604
63604
  if (i.type === n.Project && e.push(
63605
63605
  ...(i == null ? void 0 : i.entities) || [],
@@ -63619,7 +63619,7 @@ function tn(i, a = !1) {
63619
63619
  const t = [
63620
63620
  ...i.suggestedMethods,
63621
63621
  ...i.methods
63622
- ].flatMap((r) => r.collapsed && a ? [] : tn(r));
63622
+ ].flatMap((r) => r.collapsed && a ? [] : on(r));
63623
63623
  e.push(...t);
63624
63624
  }
63625
63625
  if (i.type === n.Condition) {
@@ -63668,7 +63668,7 @@ function tn(i, a = !1) {
63668
63668
  if (i.type === n.Loop) {
63669
63669
  const t = i.outputs.map((l) => vs(l)).flat();
63670
63670
  if (i.body) {
63671
- const l = tn(
63671
+ const l = on(
63672
63672
  i.body,
63673
63673
  a
63674
63674
  );
@@ -63701,7 +63701,7 @@ function tn(i, a = !1) {
63701
63701
  );
63702
63702
  }
63703
63703
  function bJ(i, a = !1) {
63704
- const e = tn(
63704
+ const e = on(
63705
63705
  i,
63706
63706
  a
63707
63707
  ), t = [
@@ -63878,41 +63878,59 @@ function fS(i, a) {
63878
63878
  function zo(i) {
63879
63879
  switch (i) {
63880
63880
  case n.DefinitionEntity:
63881
- return nn;
63881
+ return dn;
63882
63882
  case n.FunctionDeclaration:
63883
- return ki;
63883
+ return Zi;
63884
63884
  case n.VariableDeclaration:
63885
- return Si;
63885
+ return Ki;
63886
63886
  case n.VariableInstance:
63887
- return Wi;
63887
+ return Hi;
63888
63888
  case n.FunctionCall:
63889
- return en;
63889
+ return an;
63890
63890
  case n.Operation:
63891
- return Zi;
63892
- case n.Condition:
63893
63891
  return qi;
63892
+ case n.Condition:
63893
+ return Yi;
63894
63894
  case n.ReturnStatement:
63895
- return Fi;
63895
+ return ki;
63896
63896
  case n.Loop:
63897
- return Ji;
63898
- case n.Search:
63899
63897
  return zi;
63898
+ case n.Search:
63899
+ return Xi;
63900
63900
  case n.InputMap:
63901
63901
  return Qr;
63902
63902
  case n.OutputMap:
63903
63903
  return ei;
63904
63904
  case n.ArgumentDeclaration:
63905
- return Hi;
63905
+ return tn;
63906
63906
  case n.ReturnDeclaration:
63907
63907
  return or;
63908
63908
  case n.Property:
63909
- return gi;
63909
+ return Fi;
63910
63910
  case n.InstalledProject:
63911
- return Yi;
63911
+ return Qi;
63912
63912
  case n.Project:
63913
63913
  return y;
63914
+ case n.DataType:
63915
+ return Ji;
63916
+ case n.GlobalEvent:
63917
+ return Wi;
63918
+ case n.InternalCall:
63919
+ return en;
63920
+ case n.ValueDescriptor:
63921
+ return Ti;
63914
63922
  case n.BuiltInBaseEntity:
63915
63923
  return zr;
63924
+ case n.PrimitiveEntity:
63925
+ return Qt;
63926
+ case n.ActionDescriptor:
63927
+ return We;
63928
+ case n.LiteralValue:
63929
+ return rn;
63930
+ case n.ContinueStatement:
63931
+ return $t;
63932
+ case n.BreakStatement:
63933
+ return Si;
63916
63934
  default:
63917
63935
  return null;
63918
63936
  }
@@ -64079,7 +64097,7 @@ function hr(i, a) {
64079
64097
  let e;
64080
64098
  return typeof i == "string" ? e = i : i.type === n.GenericReference ? e = B(i) : e = i.id, e === a.id ? a : a.get(e);
64081
64099
  }
64082
- function rn(i) {
64100
+ function ln(i) {
64083
64101
  if (!i)
64084
64102
  return null;
64085
64103
  if (Rr.includes(i.type))
@@ -64089,7 +64107,7 @@ function rn(i) {
64089
64107
  if (i.project.getBuiltIn(i.id))
64090
64108
  return i;
64091
64109
  const a = i.parent;
64092
- return !a || a.type === n.Project ? null : rn(a);
64110
+ return !a || a.type === n.Project ? null : ln(a);
64093
64111
  }
64094
64112
  function Ma(i) {
64095
64113
  const a = [];
@@ -64263,55 +64281,55 @@ function AS(i) {
64263
64281
  case n.Project:
64264
64282
  return y;
64265
64283
  case n.InstalledProject:
64266
- return Yi;
64284
+ return Qi;
64267
64285
  case n.DefinitionEntity:
64268
- return nn;
64286
+ return dn;
64269
64287
  case n.FunctionDeclaration:
64270
- return ki;
64288
+ return Zi;
64271
64289
  case n.GlobalEvent:
64272
- return jn;
64273
- case n.VariableInstance:
64274
64290
  return Wi;
64291
+ case n.VariableInstance:
64292
+ return Hi;
64275
64293
  case n.VariableDeclaration:
64276
- return Si;
64294
+ return Ki;
64277
64295
  case n.InputMap:
64278
64296
  return Qr;
64279
64297
  case n.OutputMap:
64280
64298
  return ei;
64281
64299
  case n.Condition:
64282
- return qi;
64300
+ return Yi;
64283
64301
  case n.Operation:
64284
- return Zi;
64302
+ return qi;
64285
64303
  case n.FunctionCall:
64286
- return en;
64304
+ return an;
64287
64305
  case n.ReturnDeclaration:
64288
64306
  return or;
64289
64307
  case n.ArgumentDeclaration:
64290
- return Hi;
64308
+ return tn;
64291
64309
  case n.PrimitiveEntity:
64292
- return sr;
64310
+ return Qt;
64293
64311
  case n.DataType:
64294
- return $n;
64312
+ return Ji;
64295
64313
  case n.Property:
64296
- return gi;
64314
+ return Fi;
64297
64315
  case n.ActionDescriptor:
64298
64316
  return We;
64299
64317
  case n.ReturnStatement:
64300
- return Fi;
64318
+ return ki;
64301
64319
  case n.ContinueStatement:
64302
- return Ft;
64320
+ return $t;
64303
64321
  case n.BreakStatement:
64304
- return Gn;
64322
+ return Si;
64305
64323
  case n.Loop:
64306
- return Ji;
64307
- case n.Search:
64308
64324
  return zi;
64325
+ case n.Search:
64326
+ return Xi;
64309
64327
  case n.ValueDescriptor:
64310
- return Ki;
64328
+ return Ti;
64311
64329
  case n.InternalCall:
64312
- return gn;
64330
+ return en;
64313
64331
  case n.LiteralValue:
64314
- return Fn;
64332
+ return rn;
64315
64333
  }
64316
64334
  return null;
64317
64335
  }
@@ -66503,7 +66521,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
66503
66521
  );
66504
66522
  if (!T)
66505
66523
  return;
66506
- const D = Bn(
66524
+ const D = Ln(
66507
66525
  c.parent
66508
66526
  ).getMasterInputWithValueWritterFromAllInstances(
66509
66527
  c
@@ -66562,7 +66580,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
66562
66580
  );
66563
66581
  if (T) {
66564
66582
  if (c.setDeclaration(T), !T.getDataType(t)) {
66565
- const ue = Bn(
66583
+ const ue = Ln(
66566
66584
  c.parent
66567
66585
  ).getMasterInputWithValueWritterFromAllInstances(
66568
66586
  c
@@ -66622,7 +66640,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
66622
66640
  this.project
66623
66641
  );
66624
66642
  D.setParent(this, t), D.initChildren(t), t == null || t.add(D, E.Added);
66625
- const V = Bn(
66643
+ const V = Ln(
66626
66644
  c.parent
66627
66645
  ).getMasterInputWithValueWritterFromAllInstances(
66628
66646
  c
@@ -66721,7 +66739,7 @@ f(xe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
66721
66739
  ...xe.UPSTREAM_PROPERTIES,
66722
66740
  ...xe.DOWNSTREAM_PROPERTIES
66723
66741
  ]);
66724
- let nn = xe;
66742
+ let dn = xe;
66725
66743
  function kJ(i) {
66726
66744
  const a = U9(), e = i.toJSON();
66727
66745
  a.safeParse(e).success;
@@ -67327,66 +67345,66 @@ const Ya = class Ya extends nt {
67327
67345
  f(Ya, "repository", {
67328
67346
  APILoad: async (e, ...t) => null
67329
67347
  });
67330
- let sr = Ya;
67348
+ let Qt = Ya;
67331
67349
  function ct(i, a) {
67332
67350
  if (!i)
67333
67351
  throw new Error("Entity is null");
67334
67352
  const e = a.get(i.id);
67335
67353
  switch (i.type) {
67336
67354
  case n.LiteralValue:
67337
- return e || new Fn(i, a);
67355
+ return e || new rn(i, a);
67338
67356
  case n.DefinitionEntity:
67339
- return e || new nn(i, a);
67357
+ return e || new dn(i, a);
67340
67358
  case n.PrimitiveEntity:
67341
- return e || new sr(i, a);
67359
+ return e || new Qt(i, a);
67342
67360
  case n.FunctionDeclaration:
67343
- return e || new ki(i, a);
67361
+ return e || new Zi(i, a);
67344
67362
  case n.GlobalEvent:
67345
- return e || new jn(i, a);
67363
+ return e || new Wi(i, a);
67346
67364
  case n.DataType:
67347
- return e || new $n(i, a);
67365
+ return e || new Ji(i, a);
67348
67366
  case n.Property:
67349
- return e || new gi(i, a);
67367
+ return e || new Fi(i, a);
67350
67368
  case n.FunctionCall:
67351
- return e || new en(i, a);
67369
+ return e || new an(i, a);
67352
67370
  case n.Condition:
67353
- return e || new qi(i, a);
67371
+ return e || new Yi(i, a);
67354
67372
  case n.Operation:
67355
- return e || new Zi(i, a);
67373
+ return e || new qi(i, a);
67356
67374
  case n.VariableDeclaration:
67357
- return e || new Si(i, a);
67375
+ return e || new Ki(i, a);
67358
67376
  case n.VariableInstance:
67359
- return e || new Wi(i, a);
67377
+ return e || new Hi(i, a);
67360
67378
  case n.OutputMap:
67361
67379
  return e || new ei(i, a);
67362
67380
  case n.ReturnDeclaration:
67363
67381
  return e || new or(i, a);
67364
67382
  case n.ArgumentDeclaration:
67365
- return e || new Hi(i, a);
67383
+ return e || new tn(i, a);
67366
67384
  case n.InputMap:
67367
67385
  return e || new Qr(i, a);
67368
67386
  case n.Project:
67369
67387
  return e || new y(i);
67370
67388
  case n.InstalledProject:
67371
- return e || new Yi(i, a);
67389
+ return e || new Qi(i, a);
67372
67390
  case n.ActionDescriptor:
67373
67391
  return e || new We(i, a);
67374
67392
  case n.ReturnStatement:
67375
- return e || new Fi(i, a);
67393
+ return e || new ki(i, a);
67376
67394
  case n.Loop:
67377
- return e || new Ji(i, a);
67378
- case n.Search:
67379
67395
  return e || new zi(i, a);
67396
+ case n.Search:
67397
+ return e || new Xi(i, a);
67380
67398
  case n.ValueDescriptor:
67381
- return e || new Ki(i, a);
67399
+ return e || new Ti(i, a);
67382
67400
  case n.BuiltInBaseEntity:
67383
67401
  return e || new zr(i, a);
67384
67402
  case n.InternalCall:
67385
- return e || new gn(i, a);
67403
+ return e || new en(i, a);
67386
67404
  case n.ContinueStatement:
67387
- return e || new Ft(i, a);
67405
+ return e || new $t(i, a);
67388
67406
  case n.BreakStatement:
67389
- return e || new Gn(i, a);
67407
+ return e || new Si(i, a);
67390
67408
  case n.GenericReference:
67391
67409
  return a.get(i.entityId);
67392
67410
  default:
@@ -67404,36 +67422,36 @@ function OS(i, a) {
67404
67422
  throw new Error("Entity is null");
67405
67423
  switch (i.type) {
67406
67424
  case n.LiteralValue:
67407
- return Fn.fromGenerationTarget(
67425
+ return rn.fromGenerationTarget(
67408
67426
  i,
67409
67427
  a
67410
67428
  );
67411
67429
  case n.DefinitionEntity:
67412
- return nn.fromGenerationTarget(i, a);
67430
+ return dn.fromGenerationTarget(i, a);
67413
67431
  case n.FunctionDeclaration:
67414
- return ki.fromGenerationTarget(
67432
+ return Zi.fromGenerationTarget(
67415
67433
  i,
67416
67434
  a
67417
67435
  );
67418
67436
  case n.GlobalEvent:
67419
- return jn.fromGenerationTarget(i, a);
67437
+ return Wi.fromGenerationTarget(i, a);
67420
67438
  case n.DataType:
67421
- return $n.fromGenerationTarget(i, a);
67439
+ return Ji.fromGenerationTarget(i, a);
67422
67440
  case n.Property:
67423
- return gi.fromGenerationTarget(i, a);
67441
+ return Fi.fromGenerationTarget(i, a);
67424
67442
  case n.FunctionCall:
67425
- return en.fromGenerationTarget(i, a);
67443
+ return an.fromGenerationTarget(i, a);
67426
67444
  case n.Condition:
67427
- return qi.fromGenerationTarget(i, a);
67445
+ return Yi.fromGenerationTarget(i, a);
67428
67446
  case n.Operation:
67429
- return Zi.fromGenerationTarget(i, a);
67447
+ return qi.fromGenerationTarget(i, a);
67430
67448
  case n.VariableDeclaration:
67431
- return Si.fromGenerationTarget(
67449
+ return Ki.fromGenerationTarget(
67432
67450
  i,
67433
67451
  a
67434
67452
  );
67435
67453
  case n.VariableInstance:
67436
- return Wi.fromGenerationTarget(
67454
+ return Hi.fromGenerationTarget(
67437
67455
  i,
67438
67456
  a
67439
67457
  );
@@ -67445,45 +67463,45 @@ function OS(i, a) {
67445
67463
  a
67446
67464
  );
67447
67465
  case n.ArgumentDeclaration:
67448
- return Hi.fromGenerationTarget(
67466
+ return tn.fromGenerationTarget(
67449
67467
  i,
67450
67468
  a
67451
67469
  );
67452
67470
  case n.InputMap:
67453
67471
  return Qr.fromGenerationTarget(i, a);
67454
67472
  case n.InstalledProject:
67455
- return Yi.fromGenerationTarget(
67473
+ return Qi.fromGenerationTarget(
67456
67474
  i,
67457
67475
  a
67458
67476
  );
67459
67477
  case n.ReturnStatement:
67460
- return Fi.fromGenerationTarget(
67478
+ return ki.fromGenerationTarget(
67461
67479
  i,
67462
67480
  a
67463
67481
  );
67464
67482
  case n.Loop:
67465
- return Ji.fromGenerationTarget(i, a);
67466
- case n.Search:
67467
67483
  return zi.fromGenerationTarget(i, a);
67484
+ case n.Search:
67485
+ return Xi.fromGenerationTarget(i, a);
67468
67486
  case n.ActionDescriptor:
67469
67487
  return We.fromGenerationTarget(
67470
67488
  i,
67471
67489
  a
67472
67490
  );
67473
67491
  case n.ValueDescriptor:
67474
- return Ki.fromGenerationTarget(
67492
+ return Ti.fromGenerationTarget(
67475
67493
  i,
67476
67494
  a
67477
67495
  );
67478
67496
  case n.InternalCall:
67479
- return gn.fromGenerationTarget(i, a);
67497
+ return en.fromGenerationTarget(i, a);
67480
67498
  case n.ContinueStatement:
67481
- return Ft.fromGenerationTarget(
67499
+ return $t.fromGenerationTarget(
67482
67500
  i,
67483
67501
  a
67484
67502
  );
67485
67503
  case n.BreakStatement:
67486
- return Gn.fromGenerationTarget(
67504
+ return Si.fromGenerationTarget(
67487
67505
  i,
67488
67506
  a
67489
67507
  );
@@ -67532,7 +67550,7 @@ class NS extends Lv {
67532
67550
  }
67533
67551
  class US {
67534
67552
  }
67535
- class Ti {
67553
+ class Ii {
67536
67554
  static initReadsValue(a) {
67537
67555
  if (a.initialData.readsValue && a.initialData.readsValue.type !== n.GenericReference)
67538
67556
  a.readsValue = P(
@@ -69985,15 +70003,15 @@ function oq(i) {
69985
70003
  }
69986
70004
  function lq(i) {
69987
70005
  const a = [
69988
- new sr(ne, i),
69989
- new sr(Ii, i),
69990
- new sr(Te, i),
69991
- new sr(zp, i),
69992
- new sr(Vt, i),
69993
- new sr(Ei, i),
69994
- new sr(ri, i),
69995
- new sr(Ai, i),
69996
- new sr(ks, i)
70006
+ new Qt(ne, i),
70007
+ new Qt(Ei, i),
70008
+ new Qt(Te, i),
70009
+ new Qt(zp, i),
70010
+ new Qt(Vt, i),
70011
+ new Qt(Ai, i),
70012
+ new Qt(ri, i),
70013
+ new Qt(bi, i),
70014
+ new Qt(ks, i)
69997
70015
  ];
69998
70016
  return a.forEach((e) => {
69999
70017
  i.subscribeBuiltInInstance(e);
@@ -70010,7 +70028,7 @@ function dq(i) {
70010
70028
  function uq(i) {
70011
70029
  const a = [
70012
70030
  new We(to, i),
70013
- new We(an, i),
70031
+ new We(pn, i),
70014
70032
  new We(Qa, i),
70015
70033
  new We(
70016
70034
  Js,
@@ -70048,7 +70066,7 @@ function uq(i) {
70048
70066
  }
70049
70067
  function pq(i) {
70050
70068
  const a = [
70051
- new Ki(ud, i)
70069
+ new Ti(ud, i)
70052
70070
  ];
70053
70071
  return a.forEach((e) => {
70054
70072
  e.initChildren(null), i.subscribeBuiltInInstance(e);
@@ -70063,7 +70081,7 @@ function cq(i) {
70063
70081
  e.initChildren(null), i.subscribeBuiltInInstance(e);
70064
70082
  }), i.conditionDeclarations = a, a;
70065
70083
  }
70066
- const Vn = {}, Oa = {}, za = {
70084
+ const Nn = {}, Oa = {}, za = {
70067
70085
  empty: !1,
70068
70086
  enrich: !0,
70069
70087
  mock: !1,
@@ -70267,10 +70285,10 @@ async function $S(i, a = za) {
70267
70285
  ...za,
70268
70286
  ...a
70269
70287
  };
70270
- if (i.id && Vn[i.id] && !e.ignoreCache)
70271
- return Vn[i.id];
70288
+ if (i.id && Nn[i.id] && !e.ignoreCache)
70289
+ return Nn[i.id];
70272
70290
  if (i.id && Oa[i.id] && !e.ignoreCache)
70273
- return await Oa[i.id], Vn[i.id];
70291
+ return await Oa[i.id], Nn[i.id];
70274
70292
  const t = hq(i, e);
70275
70293
  i.id && (Oa[i.id] = t);
70276
70294
  const r = await t;
@@ -70280,12 +70298,12 @@ async function $S(i, a = za) {
70280
70298
  enrich: !!e.enrich
70281
70299
  }) : r.data instanceof y ? s = r.data : s = fq(r.data, {
70282
70300
  enrich: !!e.enrich
70283
- }), Vn[i.id] = s, i.id && delete Oa[i.id], s;
70301
+ }), Nn[i.id] = s, i.id && delete Oa[i.id], s;
70284
70302
  }
70285
70303
  return null;
70286
70304
  }
70287
70305
  function jS(i) {
70288
- return Vn[i.id] && delete Vn[i.id], null;
70306
+ return Nn[i.id] && delete Nn[i.id], null;
70289
70307
  }
70290
70308
  const GS = "test_primitive_entities_export";
70291
70309
  export {
@@ -70305,7 +70323,7 @@ export {
70305
70323
  iE as AppendToListOperationInputIds,
70306
70324
  nE as AppendToListOperationOutputIds,
70307
70325
  u7 as ArgumentDeclarationDependencyField,
70308
- Hi as ArgumentDeclarationState,
70326
+ tn as ArgumentDeclarationState,
70309
70327
  Fp as BREAK_AND_CONTINUE_STATEMENTS_RETURN_DECLARATIONS_EXPLANATION,
70310
70328
  F as BUILT_IN_BASE_ENTITY_IDS,
70311
70329
  Rr as BUILT_IN_ENTITY_TYPES,
@@ -70314,14 +70332,14 @@ export {
70314
70332
  VS as BaseState,
70315
70333
  jl as BaseValueDescriptorIds,
70316
70334
  K0 as BreakStatementDependencyField,
70317
- Gn as BreakStatementState,
70335
+ Si as BreakStatementState,
70318
70336
  zr as BuiltInBaseEntityState,
70319
- Vn as CACHED_PROJECTS_BY_ID,
70337
+ Nn as CACHED_PROJECTS_BY_ID,
70320
70338
  xW as CALLABLE_ENTITIES_EXPLANATION,
70321
70339
  ti as CALLABLE_TYPES,
70322
70340
  m7 as CALLER_ENTITIES_EXPLANATION,
70323
70341
  Yr as CALLER_TYPES,
70324
- _i as CALLS_UPDATE_EXPLANATION,
70342
+ Ni as CALLS_UPDATE_EXPLANATION,
70325
70343
  C1 as COMPARISON_CONDITIONS,
70326
70344
  B1 as CONDITIONS,
70327
70345
  OA as CUSTOM_ENTITY_OPERATIONS,
@@ -70333,9 +70351,9 @@ export {
70333
70351
  BS as ChildEntityState,
70334
70352
  ft as ComparisonOperatorTypes,
70335
70353
  n7 as ConditionDependencyField,
70336
- qi as ConditionState,
70354
+ Yi as ConditionState,
70337
70355
  J0 as ContinueStatementDependencyField,
70338
- Ft as ContinueStatementState,
70356
+ $t as ContinueStatementState,
70339
70357
  QE as CreateNewInputIds,
70340
70358
  eA as CreateNewOutputIds,
70341
70359
  Sp as DRAGGABLE_CALLABLE_TYPES,
@@ -70347,9 +70365,9 @@ export {
70347
70365
  Er as DataTypeCompatibilityTypes,
70348
70366
  S0 as DataTypeDependencyField,
70349
70367
  Dt as DataTypeParentChildRelation,
70350
- $n as DataTypeState,
70368
+ Ji as DataTypeState,
70351
70369
  Ll as DefinitionEntityDependencyField,
70352
- nn as DefinitionEntityState,
70370
+ dn as DefinitionEntityState,
70353
70371
  wS as EDITABLE_PERSISTANCE_REPOSITORY_DEFAULTS,
70354
70372
  Bl as ENTITIES_WITH_VALLUES_EXPLANATION,
70355
70373
  L as ENTITY_PERSISTANCE_OPTIONS_DEFAULTS,
@@ -70381,42 +70399,42 @@ export {
70381
70399
  Qe as ExecutionOperations,
70382
70400
  r7 as ExecutionTerminationType,
70383
70401
  w7 as FunctionCallDependencyField,
70384
- en as FunctionCallState,
70402
+ an as FunctionCallState,
70385
70403
  KZ as FunctionDeclarationDependencyField,
70386
- ki as FunctionDeclarationState,
70404
+ Zi as FunctionDeclarationState,
70387
70405
  za as GET_PROJECT_OPTIONS_DEFAULTS,
70388
70406
  _1 as GLOBAL_EVENT_DECLARATIONS,
70389
70407
  qI as GetLastInListOperationInputIds,
70390
70408
  WI as GetLastInListOperationOutputIds,
70391
70409
  ci as GlobalEventNames,
70392
- jn as GlobalEventState,
70393
- $t as HTTPOperations,
70410
+ Wi as GlobalEventState,
70411
+ jt as HTTPOperations,
70394
70412
  sb as HTTP_OPERATIONS,
70395
70413
  l7 as InputMapDependencyField,
70396
70414
  Qr as InputMapState,
70397
- Yi as InstalledProjectState,
70415
+ Qi as InstalledProjectState,
70398
70416
  o7 as InternalCallDependencyField,
70399
- gn as InternalCallState,
70417
+ en as InternalCallState,
70400
70418
  pI as JoinListOperationInputIds,
70401
70419
  cI as JoinListOperationOutputIds,
70402
70420
  vE as LIST_OPERATIONS,
70403
70421
  he as ListOperations,
70404
70422
  c7 as LiteralValueDependencyField,
70405
- Fn as LiteralValueState,
70423
+ rn as LiteralValueState,
70406
70424
  i7 as LoopDependencyField,
70407
- Ji as LoopState,
70425
+ zi as LoopState,
70408
70426
  Q as LoopTypes,
70409
- Qi as NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION,
70427
+ sn as NON_INTERACTIVE_BASE_ENTITIES_EXPLANATION,
70410
70428
  OT as NUMBER_OPERATIONS,
70411
70429
  rt as NumberOperations,
70412
70430
  ab as OPERATION_DECLARATIONS,
70413
70431
  e7 as OperationDependencyField,
70414
- Zi as OperationState,
70432
+ qi as OperationState,
70415
70433
  d7 as OutputMapDependencyField,
70416
70434
  Es as OutputMapParentChildRelation,
70417
70435
  ei as OutputMapState,
70418
70436
  ul as PARENT_AUTO_CALCULATION_FROM_CALLER_EXPLANATION,
70419
- Xi as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
70437
+ nn as PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION,
70420
70438
  ot as PASS_THROUGH_CALLABLE_TYPES,
70421
70439
  gv as PASS_THROUGH_CALLABLE_TYPES_WITH_OUTPUTS,
70422
70440
  yv as PROPERTY_NOT_VALUE_READER_WRITTER_EXPLANATION,
@@ -70424,22 +70442,22 @@ export {
70424
70442
  NS as PassThroughCallableEntityClass,
70425
70443
  aq as PersistedEntity,
70426
70444
  yr as PersistedEntityMethods,
70427
- sr as PrimitiveEntityState,
70445
+ Qt as PrimitiveEntityState,
70428
70446
  N as PrimitiveTypes,
70429
70447
  y as ProjectState,
70430
70448
  SZ as PropertyDependencyField,
70431
- gi as PropertyState,
70449
+ Fi as PropertyState,
70432
70450
  qJ as READ_ONLY_ENTITY_PERSISTANCE_REPOSITORY,
70433
70451
  $W as RETURN_STATEMENT_RETURN_DECLARATIONS_EXPLANATION,
70434
70452
  zZ as ReturnDeclarationDependencyField,
70435
70453
  or as ReturnDeclarationState,
70436
70454
  sp as ReturnStatementDependencyField,
70437
- Fi as ReturnStatementState,
70455
+ ki as ReturnStatementState,
70438
70456
  E1 as STANDALONE_CONDITIONS,
70439
70457
  uI as STRING_OPERATIONS,
70440
70458
  Ul as ScopeCompatibilityType,
70441
70459
  a7 as SearchDependencyField,
70442
- zi as SearchState,
70460
+ Xi as SearchState,
70443
70461
  YJ as SequentialExecutionOperation,
70444
70462
  GE as SequentialExecutionOperationInputIds,
70445
70463
  gE as SequentialExecutionOperationOutputIds,
@@ -70454,7 +70472,7 @@ export {
70454
70472
  Zv as USER_MANAGED_ENTITY_TYPES,
70455
70473
  PS as UserManagedEntityStateTemplate,
70456
70474
  hv as VALUE_READING_ENTITIES_EXPLANATION,
70457
- Ni as VALUE_READING_TYPES,
70475
+ Ui as VALUE_READING_TYPES,
70458
70476
  v7 as VALUE_WRITING_ENTITIES_EXPLANATION,
70459
70477
  vt as VALUE_WRITING_TYPES,
70460
70478
  kp as VARIABLE_DATA_TYPE_INFERRANCE_EXPLANATION,
@@ -70462,14 +70480,14 @@ export {
70462
70480
  Tt as ValueAutogenerationType,
70463
70481
  f7 as ValueDescriptorDependencyField,
70464
70482
  _ as ValueDescriptorParentChildRelation,
70465
- Ki as ValueDescriptorState,
70466
- Ti as ValueReadingEntityClass,
70483
+ Ti as ValueDescriptorState,
70484
+ Ii as ValueReadingEntityClass,
70467
70485
  Yo as ValueWritingEntityClass,
70468
70486
  s7 as VariableDeclarationDependencyField,
70469
- Si as VariableDeclarationState,
70487
+ Ki as VariableDeclarationState,
70470
70488
  OW as VariableInputMapState,
70471
70489
  rv as VariableInstanceDependencyField,
70472
- Wi as VariableInstanceState,
70490
+ Hi as VariableInstanceState,
70473
70491
  VW as VariableOutputMapState,
70474
70492
  zJ as WaitOperation,
70475
70493
  _E as WaitOperationInputIds,
@@ -70493,7 +70511,7 @@ export {
70493
70511
  Y as applyNewScope,
70494
70512
  BW as argumentDeclarationValidation,
70495
70513
  Jr as asGenerationActionExample,
70496
- Ii as booleanPrototype,
70514
+ Ei as booleanPrototype,
70497
70515
  yW as breakStatementValidation,
70498
70516
  qp as calculateNewParentBasedOnCallers,
70499
70517
  Zt as capitalizeFirstLetter,
@@ -70630,7 +70648,7 @@ export {
70630
70648
  Wv as enumOptionsPropertyDataType,
70631
70649
  Jv as enumOptionsPropertyDataTypeRef,
70632
70650
  qv as enumOptionsPropertyRef,
70633
- Ei as enumPrototype,
70651
+ Ai as enumPrototype,
70634
70652
  Sv as enumPrototypeRef,
70635
70653
  od as executionBuiltInBaseEntity,
70636
70654
  kc as executionBuiltInEntityAbortMethod,
@@ -70716,7 +70734,7 @@ export {
70716
70734
  b7 as getAllGloballyDeclaredFunctionDeclarationsExplanation,
70717
70735
  kt as getBaseBuiltInEntities,
70718
70736
  h7 as getBaseSchemaBasedOnType,
70719
- rn as getBuiltInEntityOwner,
70737
+ ln as getBuiltInEntityOwner,
70720
70738
  wt as getCallableEntityReferenceSchema,
70721
70739
  I3 as getCallableEntityTypeSchema,
70722
70740
  Ir as getCalledBy,
@@ -70735,7 +70753,7 @@ export {
70735
70753
  B7 as getCommonChildren,
70736
70754
  vS as getDatabaseEntities,
70737
70755
  ES as getDatabaseEntity,
70738
- Bn as getDeclaration,
70756
+ Ln as getDeclaration,
70739
70757
  BJ as getDeepestScope,
70740
70758
  Aa as getDefinitionEntityExtends,
70741
70759
  A3 as getDraggableCallableEntityReferenceSchema,
@@ -70755,12 +70773,12 @@ export {
70755
70773
  Hq as getEntityReferenceSchema,
70756
70774
  IJ as getEntityReturnDeclarations,
70757
70775
  Yq as getEntityTypeSchema,
70758
- wi as getEntityWithLogicScopeReferenceSchema,
70776
+ Pi as getEntityWithLogicScopeReferenceSchema,
70759
70777
  kq as getEntityWithLogicScopeTypeSchema,
70760
70778
  T3 as getEntityWithValueReferenceSchema,
70761
70779
  Nq as getEntityWithValueTypeSchema,
70762
70780
  bt as getEntryPointEntityReferenceSchema,
70763
- In as getEntryPointEntityTypeSchema,
70781
+ Dn as getEntryPointEntityTypeSchema,
70764
70782
  Nu as getEventEntityReferenceSchema,
70765
70783
  _u as getEventEntityTypeSchema,
70766
70784
  Gq as getExecutableEntityReferenceSchema,
@@ -70787,7 +70805,7 @@ export {
70787
70805
  DJ as getLowestPersistedEntityImplementation,
70788
70806
  M7 as getParentCallableEntity,
70789
70807
  N7 as getParentCallerEntity,
70790
- er as getParentCanvasEntities,
70808
+ tr as getParentCanvasEntities,
70791
70809
  Ot as getParentCanvasEntity,
70792
70810
  up as getParentCanvasEntityFromTransfer,
70793
70811
  KW as getParentEntryPoint,
@@ -70806,7 +70824,7 @@ export {
70806
70824
  yl as getReferencedIds,
70807
70825
  hs as getRelatedCanvasElementsOnTheLeft,
70808
70826
  aS as getRelatedCanvasElementsOnTheLeftFromTransfer,
70809
- tn as getRelatedCanvasElementsOnTheRight,
70827
+ on as getRelatedCanvasElementsOnTheRight,
70810
70828
  Mv as getRootEntryPointScopeOwner,
70811
70829
  Jt as getScopeOwner,
70812
70830
  AS as getStateClassFromType,
@@ -70816,12 +70834,12 @@ export {
70816
70834
  oS as getUsedArgFromDeclaration,
70817
70835
  lS as getUsedReturnFromDeclaration,
70818
70836
  v3 as getValueReadingEntityReferenceSchema,
70819
- Oi as getValueReadingEntityTypeSchema,
70837
+ wi as getValueReadingEntityTypeSchema,
70820
70838
  _q as getValueWritingEntityReferenceSchema,
70821
70839
  Zo as getValueWritingEntityTypeSchema,
70822
70840
  L7 as getVariableFromInputMapping,
70823
70841
  j7 as getVariableFromReturnVariablePointer,
70824
- Tn as getVariableReferenceSchema,
70842
+ Rn as getVariableReferenceSchema,
70825
70843
  ps as getVariableTypeSchema,
70826
70844
  Ml as getVariablesFromArgumentDeclarations,
70827
70845
  x7 as getVariablesFromInputMaps,
@@ -70896,7 +70914,7 @@ export {
70896
70914
  Lb as iterateOverListActionDescriptorListArgumentDeclarationDataType,
70897
70915
  Ub as iterateOverListActionDescriptorListArgumentDeclarationDataTypeParentRef,
70898
70916
  xb as iterateOverListActionDescriptorListArgumentDeclarationParentRef,
70899
- an as iterateOverListLoopActionDescriptor,
70917
+ pn as iterateOverListLoopActionDescriptor,
70900
70918
  Gb as iterateOverListLoopActionDescriptorDynamicReturnDeclaration,
70901
70919
  jb as iterateOverListLoopActionDescriptorDynamicReturnDeclarationParentRef,
70902
70920
  eo as iterateOverListLoopBodyActionDescriptor,
@@ -71240,7 +71258,7 @@ export {
71240
71258
  Vt as untypedDataPrototype,
71241
71259
  He as updateErrorsList,
71242
71260
  PA as urlDefaultValue,
71243
- Ai as uuidPrototype,
71261
+ bi as uuidPrototype,
71244
71262
  x0 as validateArgumentDeclarationName,
71245
71263
  gW as validateCalledByErrorIdInAction,
71246
71264
  GW as validateCalledByIdInAction,
@@ -71272,7 +71290,7 @@ export {
71272
71290
  sW as validateName,
71273
71291
  D7 as validateOperationEntityDeclaration,
71274
71292
  L0 as validatePropertyName,
71275
- Ci as validateReachability,
71293
+ Bi as validateReachability,
71276
71294
  FW as validateReadsValueInActionPayload,
71277
71295
  op as validateReferenceObject,
71278
71296
  gp as validateReferenceToOne,