@elyx-code/project-logic-tree 0.0.6086 → 0.0.6088
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/definitions/built-in-base-entities/ids.d.ts +5 -1
- package/dist/definitions/built-in-base-entities/primitive-entities.d.ts +2 -2
- package/dist/definitions/types/primitives.d.ts +6 -5
- package/dist/index.js +593 -587
- package/dist/index.umd.cjs +50 -50
- package/dist/tree/state/data-type/validation/validation-schema.d.ts +32 -32
- package/dist/tree/state/input-map/validation/validation-schema.d.ts +96 -96
- package/dist/tree/state/primitive-value/validation/validation-schema.d.ts +41 -41
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var cT = Object.defineProperty;
|
|
2
2
|
var dT = (r, e, t) => e in r ? cT(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t;
|
|
3
3
|
var c = (r, e, t) => (dT(r, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
var n = /* @__PURE__ */ ((r) => (r.CustomEntity = "custom-entity", r.BuiltInBaseEntity = "built-in-base-entity", r.Project = "project", r.InstalledProject = "installed-project", r.GlobalEvent = "global-event", r.DataType = "data-type", r.FunctionCall = "function-call", r.FunctionDeclaration = "function-declaration", r.ActionDescriptor = "action-descriptor", r.ValueDescriptor = "value-descriptor", r.ArgumentDeclaration = "argument-declaration", r.InputMap = "input-map", r.ReturnStatement = "return-statement", r.BreakStatement = "break-statement", r.ContinueStatement = "continue-statement", r.ReturnDeclaration = "return-declaration", r.OutputMap = "output-map", r.PrimitiveEntity = "primitive-entity", r.PrimitiveValue = "primitive-value", r.Property = "property", r.Operation = "operation", r.Condition = "condition", r.VariableDeclaration = "variable-declaration", r.VariableInstance = "variable-instance", r.Search = "search", r.Loop = "loop", r.InternalCall = "internal-call", r.GenericReference = "generic-reference", r))(n || {}), V = /* @__PURE__ */ ((r) => (r.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", r.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", r.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", r.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", r.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", r.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", r))(V || {}), Je = /* @__PURE__ */ ((r) => (r.CurrentDateAndTime = "current-date-and-time", r.Unique = "unique", r.Random = "random", r))(Je || {}),
|
|
4
|
+
var n = /* @__PURE__ */ ((r) => (r.CustomEntity = "custom-entity", r.BuiltInBaseEntity = "built-in-base-entity", r.Project = "project", r.InstalledProject = "installed-project", r.GlobalEvent = "global-event", r.DataType = "data-type", r.FunctionCall = "function-call", r.FunctionDeclaration = "function-declaration", r.ActionDescriptor = "action-descriptor", r.ValueDescriptor = "value-descriptor", r.ArgumentDeclaration = "argument-declaration", r.InputMap = "input-map", r.ReturnStatement = "return-statement", r.BreakStatement = "break-statement", r.ContinueStatement = "continue-statement", r.ReturnDeclaration = "return-declaration", r.OutputMap = "output-map", r.PrimitiveEntity = "primitive-entity", r.PrimitiveValue = "primitive-value", r.Property = "property", r.Operation = "operation", r.Condition = "condition", r.VariableDeclaration = "variable-declaration", r.VariableInstance = "variable-instance", r.Search = "search", r.Loop = "loop", r.InternalCall = "internal-call", r.GenericReference = "generic-reference", r))(n || {}), V = /* @__PURE__ */ ((r) => (r.HTTP_ENDPOINT = "BUILT_IN_HTTP_ENDPOINT_ENTITY", r.RELATIONAL_DATABASE = "BUILT_IN_RELATIONAL_DATABASE_ENTITY", r.PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY", r.CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY", r.EXECUTION = "BUILT_IN_EXECUTION_ENTITY", r.KEY_VALUE_PARAM = "BUILT_IN_KEY_VALUE_PARAM_ENTITY", r))(V || {}), Je = /* @__PURE__ */ ((r) => (r.CurrentDateAndTime = "current-date-and-time", r.Unique = "unique", r.Random = "random", r))(Je || {}), I = /* @__PURE__ */ ((r) => (r.EntityTemplate = "entity-template", r.ActionDescriptor = "action-descriptor", r.String = "string", r.Number = "number", r.Boolean = "boolean", r.Null = "null", r.Enum = "enum", r.KeyValue = "key-value", r.Date = "date", r.UUID = "uuid", r.File = "file", r.Untyped = "untyped", r))(I || {}), Md = /* @__PURE__ */ ((r) => (r.DataTypeLiteralValue = "data-type-literal-value", r))(Md || {}), Be = /* @__PURE__ */ ((r) => (r.Addition = "addition", r.Subtraction = "subtraction", r.Multiplication = "multiplication", r.Division = "division", r.Remainder = "remainder", r.Exponentiation = "exponentiation", r))(Be || {}), Z = /* @__PURE__ */ ((r) => (r.Join = "string-join", r.Split = "string-split", r.DeleteLast = "string-delete-last", r.DeleteFirst = "string-delete-first", r.DeleteIndex = "string-delete-index", r.AddIndex = "string-add-index", r.ReplaceFirst = "string-replace-first", r.ReplaceLast = "string-replace-last", r.ReplaceIndex = "string-replace-index", r.ReplaceSingleMatch = "string-replace-single-match", r.ReplaceAllMatches = "string-replace-all-matches", r.GetIndex = "string-get-index", r.GetFirst = "string-get-first", r.GetLast = "string-get-last", r.Append = "string-append", r.Prepend = "string-prepend", r))(Z || {}), W = /* @__PURE__ */ ((r) => (r.Join = "list-join", r.Split = "list-split", r.DeleteLast = "list-delete-last", r.DeleteFirst = "list-delete-first", r.DeleteIndex = "list-delete-index", r.AddIndex = "list-add-index", r.ReplaceFirst = "list-replace-first", r.ReplaceLast = "list-replace-last", r.ReplaceIndex = "list-replace-index", r.ReplaceSingleMatch = "list-replace-single-match", r.ReplaceAllMatches = "list-replace-all-matches", r.GetIndex = "list-get-index", r.GetFirst = "list-get-first", r.GetLast = "list-get-last", r.Append = "list-append", r.Prepend = "list-prepend", r))(W || {}), we = /* @__PURE__ */ ((r) => (r.Parallel = "parallel", r.Sequential = "sequential", r.Wait = "wait", r))(we || {}), Ce = /* @__PURE__ */ ((r) => (r.CreateNewInstance = "create-new-instance", r.Validate = "validate", r))(Ce || {}), ot = /* @__PURE__ */ ((r) => (r.HttpRequest = "base-http-request", r))(ot || {}), $e = /* @__PURE__ */ ((r) => (r.Equal = "equal", r.NotEqual = "not-equal", r.And = "and", r.Or = "or", r.LessThan = "less-than", r.MoreThan = "more-than", r.LessThanOrEqual = "less-than-or-equal", r.MoreThanOrEqual = "more-than-or-equal", r))($e || {}), qt = /* @__PURE__ */ ((r) => (r.Empty = "empty", r.NotEmpty = "not-empty", r))(qt || {}), $ = /* @__PURE__ */ ((r) => (r.ManualFlow = "manual-flow-loop", r.Counted = "counted-loop", r.List = "list-loop", r.ObjectKeys = "object-keys-loop", r.ObjectValues = "object-values-loop", r.String = "string-loop", r))($ || {}), A = /* @__PURE__ */ ((r) => (r.FixedArguments = "fixed-arguments", r.FixedReturns = "fixed-returns", r.ReturnedError = "returned-error", r.OngoingProcessExecution = "ongoing-process-execution", r.DynamicArgument = "dynamic-argument-types", r.DynamicReturn = "dynamic-return-types", r))(A || {}), Qe = /* @__PURE__ */ ((r) => (r.OrDataTypeGroup = "or-data-type-group", r.AndDataTypeGroup = "and-data-type-group", r))(Qe || {}), In = /* @__PURE__ */ ((r) => (r.PROJECT_PUBLICATION_COMPLETED = "GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED", r))(In || {}), Bt = /* @__PURE__ */ ((r) => (r.DeletePersistedEntity = "base-delete-persisted-entity", r.SoftDeletePersistedEntity = "base-soft-delete-persisted-entity", r.AbortExecution = "base-abort-execution", r))(Bt || {}), Di = /* @__PURE__ */ ((r) => (r.Error = "error", r.Task = "task", r.Return = "return", r))(Di || {});
|
|
5
5
|
const kn = [
|
|
6
6
|
n.VariableDeclaration,
|
|
7
7
|
n.VariableInstance,
|
|
@@ -150,23 +150,23 @@ const kn = [
|
|
|
150
150
|
var $d = /* @__PURE__ */ ((r) => (r.ActionOngoingProcessOutputValue = "action-ongoing-process-output-value-descriptor-id", r))($d || {});
|
|
151
151
|
const C = {
|
|
152
152
|
[n.PrimitiveEntity]: {
|
|
153
|
-
[
|
|
153
|
+
[I.String]: {
|
|
154
154
|
id: "8b5fbe15-4c2b-48c0-9fd8-e5efbe3978dc",
|
|
155
155
|
properties: {}
|
|
156
156
|
},
|
|
157
|
-
[
|
|
157
|
+
[I.Boolean]: {
|
|
158
158
|
id: "f596545d-1565-4faa-9969-d95fa5edfea4",
|
|
159
159
|
properties: {}
|
|
160
160
|
},
|
|
161
|
-
[
|
|
161
|
+
[I.Number]: {
|
|
162
162
|
id: "ecb84c29-6153-4b82-86a5-fce2b5f92002",
|
|
163
163
|
properties: {}
|
|
164
164
|
},
|
|
165
|
-
[
|
|
165
|
+
[I.KeyValue]: {
|
|
166
166
|
id: "b6f3c3c4-9c3d-4f9d-9e9e-1c0f6a3c8c6b",
|
|
167
167
|
properties: {}
|
|
168
168
|
},
|
|
169
|
-
[
|
|
169
|
+
[I.Enum]: {
|
|
170
170
|
id: "9542b8b4-2642-4eee-9db9-def7963a17a0",
|
|
171
171
|
properties: {
|
|
172
172
|
options: {
|
|
@@ -180,17 +180,21 @@ const C = {
|
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
|
-
[
|
|
183
|
+
[I.UUID]: {
|
|
184
184
|
id: "4a6234aa-c0f6-4731-b4dd-750388029226",
|
|
185
185
|
properties: {}
|
|
186
186
|
},
|
|
187
|
-
[
|
|
187
|
+
[I.Date]: {
|
|
188
188
|
id: "dc58f38b-d574-4956-aac6-32ce9529b937",
|
|
189
189
|
properties: {}
|
|
190
190
|
},
|
|
191
|
-
[
|
|
191
|
+
[I.Null]: {
|
|
192
192
|
id: "7d698f34-5a89-4aab-846b-07ef3843b8c4",
|
|
193
193
|
properties: {}
|
|
194
|
+
},
|
|
195
|
+
[I.Untyped]: {
|
|
196
|
+
id: "4044a018-818e-49d7-bf9a-c3dd1fff2102",
|
|
197
|
+
properties: {}
|
|
194
198
|
}
|
|
195
199
|
},
|
|
196
200
|
[n.ValueDescriptor]: {
|
|
@@ -587,8 +591,8 @@ const C = {
|
|
|
587
591
|
}
|
|
588
592
|
}
|
|
589
593
|
},
|
|
590
|
-
[
|
|
591
|
-
id:
|
|
594
|
+
[qt.NotEmpty]: {
|
|
595
|
+
id: qt.NotEmpty,
|
|
592
596
|
inputs: {
|
|
593
597
|
leftHand: {
|
|
594
598
|
id: "condition-not-empty-input-id"
|
|
@@ -601,12 +605,12 @@ const C = {
|
|
|
601
605
|
id: In.PROJECT_PUBLICATION_COMPLETED
|
|
602
606
|
}
|
|
603
607
|
}
|
|
604
|
-
},
|
|
608
|
+
}, Mt = C[n.PrimitiveEntity], U = {
|
|
605
609
|
type: n.PrimitiveEntity,
|
|
606
|
-
id:
|
|
610
|
+
id: Mt.string.id,
|
|
607
611
|
description: "A string of characters.",
|
|
608
612
|
version: 1,
|
|
609
|
-
name:
|
|
613
|
+
name: I.String,
|
|
610
614
|
static: !1,
|
|
611
615
|
abstract: !1,
|
|
612
616
|
abstractMethods: [],
|
|
@@ -615,10 +619,10 @@ const C = {
|
|
|
615
619
|
methods: []
|
|
616
620
|
}, er = {
|
|
617
621
|
type: n.PrimitiveEntity,
|
|
618
|
-
id:
|
|
622
|
+
id: Mt.boolean.id,
|
|
619
623
|
description: "A 'true' or 'false' value.",
|
|
620
624
|
version: 1,
|
|
621
|
-
name:
|
|
625
|
+
name: I.Boolean,
|
|
622
626
|
static: !1,
|
|
623
627
|
abstract: !1,
|
|
624
628
|
abstractMethods: [],
|
|
@@ -627,10 +631,10 @@ const C = {
|
|
|
627
631
|
methods: []
|
|
628
632
|
}, X = {
|
|
629
633
|
type: n.PrimitiveEntity,
|
|
630
|
-
id:
|
|
634
|
+
id: Mt.number.id,
|
|
631
635
|
description: "A number value.",
|
|
632
636
|
version: 1,
|
|
633
|
-
name:
|
|
637
|
+
name: I.Number,
|
|
634
638
|
static: !1,
|
|
635
639
|
abstract: !1,
|
|
636
640
|
abstractMethods: [],
|
|
@@ -639,10 +643,10 @@ const C = {
|
|
|
639
643
|
methods: []
|
|
640
644
|
}, b2 = {
|
|
641
645
|
type: n.PrimitiveEntity,
|
|
642
|
-
id:
|
|
646
|
+
id: Mt.null.id,
|
|
643
647
|
description: "An explicitly empty value.",
|
|
644
648
|
version: 1,
|
|
645
|
-
name:
|
|
649
|
+
name: I.Null,
|
|
646
650
|
static: !1,
|
|
647
651
|
abstract: !1,
|
|
648
652
|
abstractMethods: [],
|
|
@@ -651,10 +655,10 @@ const C = {
|
|
|
651
655
|
methods: []
|
|
652
656
|
}, tt = {
|
|
653
657
|
type: n.PrimitiveEntity,
|
|
654
|
-
id:
|
|
655
|
-
description: "
|
|
658
|
+
id: Mt.untyped.id,
|
|
659
|
+
description: "Data of any type that isn't known in advance.",
|
|
656
660
|
version: 1,
|
|
657
|
-
name:
|
|
661
|
+
name: I.Untyped,
|
|
658
662
|
static: !1,
|
|
659
663
|
abstract: !1,
|
|
660
664
|
abstractMethods: [],
|
|
@@ -674,7 +678,7 @@ const C = {
|
|
|
674
678
|
}, mT = {
|
|
675
679
|
like: !1,
|
|
676
680
|
inferred: !1,
|
|
677
|
-
id:
|
|
681
|
+
id: Mt.enum.properties.options.dataType.id,
|
|
678
682
|
version: 1,
|
|
679
683
|
type: n.DataType,
|
|
680
684
|
andChildrenGroup: null,
|
|
@@ -686,10 +690,10 @@ const C = {
|
|
|
686
690
|
asType: !1,
|
|
687
691
|
defaultValue: {
|
|
688
692
|
parentRelationType: null,
|
|
689
|
-
id:
|
|
693
|
+
id: Mt.enum.properties.options.dataType.defaultValue.id,
|
|
690
694
|
type: n.PrimitiveValue,
|
|
691
695
|
version: 1,
|
|
692
|
-
name:
|
|
696
|
+
name: I.KeyValue,
|
|
693
697
|
autogeneration: null,
|
|
694
698
|
value: [],
|
|
695
699
|
valueAsType: null,
|
|
@@ -704,7 +708,7 @@ const C = {
|
|
|
704
708
|
}, bT = {
|
|
705
709
|
hidden: !1,
|
|
706
710
|
required: !0,
|
|
707
|
-
id:
|
|
711
|
+
id: Mt.enum.properties.options.id,
|
|
708
712
|
name: "Options",
|
|
709
713
|
version: 1,
|
|
710
714
|
type: n.Property,
|
|
@@ -718,10 +722,10 @@ const C = {
|
|
|
718
722
|
parent: TT
|
|
719
723
|
}, tr = {
|
|
720
724
|
type: n.PrimitiveEntity,
|
|
721
|
-
id:
|
|
725
|
+
id: Mt.enum.id,
|
|
722
726
|
description: "A set of text options to choose from.",
|
|
723
727
|
version: 1,
|
|
724
|
-
name:
|
|
728
|
+
name: I.Enum,
|
|
725
729
|
static: !1,
|
|
726
730
|
abstract: !1,
|
|
727
731
|
abstractMethods: [],
|
|
@@ -730,10 +734,10 @@ const C = {
|
|
|
730
734
|
methods: []
|
|
731
735
|
}, _n = {
|
|
732
736
|
type: n.PrimitiveEntity,
|
|
733
|
-
id:
|
|
737
|
+
id: Mt.date.id,
|
|
734
738
|
description: "A date and time value.",
|
|
735
739
|
version: 1,
|
|
736
|
-
name:
|
|
740
|
+
name: I.Date,
|
|
737
741
|
static: !1,
|
|
738
742
|
abstract: !1,
|
|
739
743
|
abstractMethods: [],
|
|
@@ -742,10 +746,10 @@ const C = {
|
|
|
742
746
|
methods: []
|
|
743
747
|
}, No = {
|
|
744
748
|
type: n.PrimitiveEntity,
|
|
745
|
-
id:
|
|
749
|
+
id: Mt.uuid.id,
|
|
746
750
|
description: "A unique identifier in the form of a 36-character string.",
|
|
747
751
|
version: 1,
|
|
748
|
-
name:
|
|
752
|
+
name: I.UUID,
|
|
749
753
|
static: !1,
|
|
750
754
|
abstract: !1,
|
|
751
755
|
abstractMethods: [],
|
|
@@ -754,10 +758,10 @@ const C = {
|
|
|
754
758
|
methods: []
|
|
755
759
|
}, Ld = {
|
|
756
760
|
type: n.PrimitiveEntity,
|
|
757
|
-
id:
|
|
761
|
+
id: Mt[I.KeyValue].id,
|
|
758
762
|
description: "A complex data structure with any combination of properties with names and values.",
|
|
759
763
|
version: 1,
|
|
760
|
-
name:
|
|
764
|
+
name: I.KeyValue,
|
|
761
765
|
static: !1,
|
|
762
766
|
abstract: !1,
|
|
763
767
|
abstractMethods: [],
|
|
@@ -1196,7 +1200,7 @@ const C = {
|
|
|
1196
1200
|
type: n.PrimitiveValue,
|
|
1197
1201
|
id: "join-strings-separator-string-data-type-default-value-id",
|
|
1198
1202
|
version: 1,
|
|
1199
|
-
name:
|
|
1203
|
+
name: I.String,
|
|
1200
1204
|
value: "",
|
|
1201
1205
|
valueAsType: null,
|
|
1202
1206
|
autogeneration: null,
|
|
@@ -2649,7 +2653,7 @@ const Rv = {
|
|
|
2649
2653
|
type: n.PrimitiveValue,
|
|
2650
2654
|
version: 1,
|
|
2651
2655
|
value: "https://some-url.com",
|
|
2652
|
-
name:
|
|
2656
|
+
name: I.String,
|
|
2653
2657
|
valueAsType: null,
|
|
2654
2658
|
parent: Wv,
|
|
2655
2659
|
autogeneration: null
|
|
@@ -2704,7 +2708,7 @@ const Rv = {
|
|
|
2704
2708
|
type: n.PrimitiveValue,
|
|
2705
2709
|
version: 1,
|
|
2706
2710
|
value: "GET",
|
|
2707
|
-
name:
|
|
2711
|
+
name: I.Enum,
|
|
2708
2712
|
valueAsType: null,
|
|
2709
2713
|
parent: Xv,
|
|
2710
2714
|
autogeneration: null
|
|
@@ -2828,7 +2832,7 @@ const Rv = {
|
|
|
2828
2832
|
type: n.PrimitiveValue,
|
|
2829
2833
|
version: 1,
|
|
2830
2834
|
value: {},
|
|
2831
|
-
name:
|
|
2835
|
+
name: I.KeyValue,
|
|
2832
2836
|
parent: lR,
|
|
2833
2837
|
valueAsType: null,
|
|
2834
2838
|
autogeneration: null
|
|
@@ -2863,7 +2867,7 @@ const Rv = {
|
|
|
2863
2867
|
type: n.PrimitiveValue,
|
|
2864
2868
|
version: 1,
|
|
2865
2869
|
value: {},
|
|
2866
|
-
name:
|
|
2870
|
+
name: I.KeyValue,
|
|
2867
2871
|
parent: uR,
|
|
2868
2872
|
valueAsType: null,
|
|
2869
2873
|
autogeneration: null
|
|
@@ -2942,7 +2946,7 @@ const Rv = {
|
|
|
2942
2946
|
}, jo = {
|
|
2943
2947
|
id: Ke.inputs.body.id,
|
|
2944
2948
|
type: n.ValueDescriptor,
|
|
2945
|
-
description: "The main data payload of the request. This is the data that you want to send to the server. It could be anything, but it is usually a
|
|
2949
|
+
description: "The main data payload of the request. This is the data that you want to send to the server. It could be anything, but it is usually a KeyValue data structure or a text value.",
|
|
2946
2950
|
version: 1,
|
|
2947
2951
|
name: "Body",
|
|
2948
2952
|
dataType: aR,
|
|
@@ -2991,7 +2995,7 @@ const Rv = {
|
|
|
2991
2995
|
parentRelationType: A.FixedReturns,
|
|
2992
2996
|
id: Ke.outputs.body.id,
|
|
2993
2997
|
type: n.ValueDescriptor,
|
|
2994
|
-
description: "The main data payload of the response. This is the data that the server sent back to you. It could be anything, but it is usually a
|
|
2998
|
+
description: "The main data payload of the response. This is the data that the server sent back to you. It could be anything, but it is usually a KeyValue data structure or a text value.",
|
|
2995
2999
|
version: 1,
|
|
2996
3000
|
name: "Body",
|
|
2997
3001
|
dataType: yR,
|
|
@@ -3907,7 +3911,7 @@ const Rv = {
|
|
|
3907
3911
|
parentRelationType: null,
|
|
3908
3912
|
id: "counted-loop-string-argument-declaration-data-type-default-value-id",
|
|
3909
3913
|
type: n.PrimitiveValue,
|
|
3910
|
-
name:
|
|
3914
|
+
name: I.Number,
|
|
3911
3915
|
version: 1,
|
|
3912
3916
|
value: 5,
|
|
3913
3917
|
valueAsType: null,
|
|
@@ -4190,7 +4194,7 @@ const Rv = {
|
|
|
4190
4194
|
id: "endpointBuiltInCorsPropertyDataTypeDefaultValueId",
|
|
4191
4195
|
type: n.PrimitiveValue,
|
|
4192
4196
|
version: 1,
|
|
4193
|
-
name:
|
|
4197
|
+
name: I.KeyValue,
|
|
4194
4198
|
value: ["*"],
|
|
4195
4199
|
parent: vI,
|
|
4196
4200
|
autogeneration: null,
|
|
@@ -4245,7 +4249,7 @@ const Rv = {
|
|
|
4245
4249
|
id: "endpointBuiltInPathPropertyDataTypeDefaultValueId",
|
|
4246
4250
|
type: n.PrimitiveValue,
|
|
4247
4251
|
version: 1,
|
|
4248
|
-
name:
|
|
4252
|
+
name: I.String,
|
|
4249
4253
|
value: "/",
|
|
4250
4254
|
parent: PI,
|
|
4251
4255
|
autogeneration: null,
|
|
@@ -4301,7 +4305,7 @@ const Rv = {
|
|
|
4301
4305
|
type: n.PrimitiveValue,
|
|
4302
4306
|
version: 1,
|
|
4303
4307
|
value: "GET",
|
|
4304
|
-
name:
|
|
4308
|
+
name: I.Enum,
|
|
4305
4309
|
parent: CI,
|
|
4306
4310
|
autogeneration: null,
|
|
4307
4311
|
valueAsType: null
|
|
@@ -4367,7 +4371,7 @@ const Rv = {
|
|
|
4367
4371
|
id: "endpointRequestHeadersVariableDataTypeDefaultValueId",
|
|
4368
4372
|
type: n.PrimitiveValue,
|
|
4369
4373
|
version: 1,
|
|
4370
|
-
name:
|
|
4374
|
+
name: I.KeyValue,
|
|
4371
4375
|
value: {},
|
|
4372
4376
|
parent: MI,
|
|
4373
4377
|
autogeneration: null,
|
|
@@ -4422,7 +4426,7 @@ const Rv = {
|
|
|
4422
4426
|
id: "endpointRequestQueryParamsVariableDataTypeDefaultValueId",
|
|
4423
4427
|
type: n.PrimitiveValue,
|
|
4424
4428
|
version: 1,
|
|
4425
|
-
name:
|
|
4429
|
+
name: I.KeyValue,
|
|
4426
4430
|
value: [],
|
|
4427
4431
|
parent: LI,
|
|
4428
4432
|
autogeneration: null,
|
|
@@ -4457,7 +4461,7 @@ const Rv = {
|
|
|
4457
4461
|
id: "endpointPathParamsVariableDataTypeDefaultValueId",
|
|
4458
4462
|
type: n.PrimitiveValue,
|
|
4459
4463
|
version: 1,
|
|
4460
|
-
name:
|
|
4464
|
+
name: I.KeyValue,
|
|
4461
4465
|
value: [],
|
|
4462
4466
|
parent: UI,
|
|
4463
4467
|
autogeneration: null,
|
|
@@ -4592,7 +4596,7 @@ const Rv = {
|
|
|
4592
4596
|
id: "endpointResponseHeadersDataTypeDefaultValueId",
|
|
4593
4597
|
type: n.PrimitiveValue,
|
|
4594
4598
|
version: 1,
|
|
4595
|
-
name:
|
|
4599
|
+
name: I.KeyValue,
|
|
4596
4600
|
value: {},
|
|
4597
4601
|
parent: KI,
|
|
4598
4602
|
autogeneration: null,
|
|
@@ -4692,7 +4696,7 @@ const Rv = {
|
|
|
4692
4696
|
abstractMethods: [Ou],
|
|
4693
4697
|
extends: [],
|
|
4694
4698
|
methods: []
|
|
4695
|
-
},
|
|
4699
|
+
}, Nt = C[n.BuiltInBaseEntity].BUILT_IN_RELATIONAL_DATABASE_ENTITY, aD = {
|
|
4696
4700
|
id: "relational-database-built-in-base-entity-identifier-property-data-type-ref-id",
|
|
4697
4701
|
type: n.GenericReference,
|
|
4698
4702
|
entityId: "relational-database-built-in-base-entity-identifier-property-data-type-id",
|
|
@@ -4700,7 +4704,7 @@ const Rv = {
|
|
|
4700
4704
|
}, sD = {
|
|
4701
4705
|
id: "relational-database-built-in-base-entity-identifier-property-ref-id",
|
|
4702
4706
|
type: n.GenericReference,
|
|
4703
|
-
entityId:
|
|
4707
|
+
entityId: Nt.properties.identifier.id,
|
|
4704
4708
|
entityType: n.Property
|
|
4705
4709
|
}, oD = {
|
|
4706
4710
|
like: !1,
|
|
@@ -4720,7 +4724,7 @@ const Rv = {
|
|
|
4720
4724
|
id: "relational-database-built-in-base-entity-identifier-property-default-value-id",
|
|
4721
4725
|
type: n.PrimitiveValue,
|
|
4722
4726
|
version: 1,
|
|
4723
|
-
name:
|
|
4727
|
+
name: I.String,
|
|
4724
4728
|
value: null,
|
|
4725
4729
|
parent: aD,
|
|
4726
4730
|
autogeneration: {
|
|
@@ -4739,7 +4743,7 @@ const Rv = {
|
|
|
4739
4743
|
}, Xo = {
|
|
4740
4744
|
hidden: !1,
|
|
4741
4745
|
required: !0,
|
|
4742
|
-
id:
|
|
4746
|
+
id: Nt.properties.identifier.id,
|
|
4743
4747
|
name: "Identifier name",
|
|
4744
4748
|
version: 1,
|
|
4745
4749
|
type: n.Property,
|
|
@@ -4759,7 +4763,7 @@ const Rv = {
|
|
|
4759
4763
|
}, lD = {
|
|
4760
4764
|
id: "relational-database-built-in-base-entity-username-property-ref-id",
|
|
4761
4765
|
type: n.GenericReference,
|
|
4762
|
-
entityId:
|
|
4766
|
+
entityId: Nt.properties.username.id,
|
|
4763
4767
|
entityType: n.Property
|
|
4764
4768
|
}, cD = {
|
|
4765
4769
|
like: !1,
|
|
@@ -4779,7 +4783,7 @@ const Rv = {
|
|
|
4779
4783
|
id: "relational-database-built-in-base-entity-username-property-default-value-id",
|
|
4780
4784
|
type: n.PrimitiveValue,
|
|
4781
4785
|
version: 1,
|
|
4782
|
-
name:
|
|
4786
|
+
name: I.String,
|
|
4783
4787
|
value: "postgres",
|
|
4784
4788
|
parent: {
|
|
4785
4789
|
id: "relational-database-built-in-base-entity-username-property-data-type-default-value-parent-ref-id",
|
|
@@ -4794,7 +4798,7 @@ const Rv = {
|
|
|
4794
4798
|
}, Qo = {
|
|
4795
4799
|
hidden: !1,
|
|
4796
4800
|
required: !0,
|
|
4797
|
-
id:
|
|
4801
|
+
id: Nt.properties.username.id,
|
|
4798
4802
|
name: "Username",
|
|
4799
4803
|
version: 1,
|
|
4800
4804
|
type: n.Property,
|
|
@@ -4814,7 +4818,7 @@ const Rv = {
|
|
|
4814
4818
|
}, dD = {
|
|
4815
4819
|
id: "relational-database-built-in-base-entity-password-property-ref-id",
|
|
4816
4820
|
type: n.GenericReference,
|
|
4817
|
-
entityId:
|
|
4821
|
+
entityId: Nt.properties.password.id,
|
|
4818
4822
|
entityType: n.Property
|
|
4819
4823
|
}, uD = {
|
|
4820
4824
|
like: !1,
|
|
@@ -4834,7 +4838,7 @@ const Rv = {
|
|
|
4834
4838
|
}, el = {
|
|
4835
4839
|
hidden: !1,
|
|
4836
4840
|
required: !0,
|
|
4837
|
-
id:
|
|
4841
|
+
id: Nt.properties.password.id,
|
|
4838
4842
|
name: "Password",
|
|
4839
4843
|
version: 1,
|
|
4840
4844
|
type: n.Property,
|
|
@@ -4854,7 +4858,7 @@ const Rv = {
|
|
|
4854
4858
|
}, yD = {
|
|
4855
4859
|
id: "relational-database-built-in-base-entity-min-size-property-ref-id",
|
|
4856
4860
|
type: n.GenericReference,
|
|
4857
|
-
entityId:
|
|
4861
|
+
entityId: Nt.properties.minSize.id,
|
|
4858
4862
|
entityType: n.Property
|
|
4859
4863
|
}, hD = {
|
|
4860
4864
|
like: !1,
|
|
@@ -4874,7 +4878,7 @@ const Rv = {
|
|
|
4874
4878
|
id: "relational-database-built-in-base-entity-min-size-property-default-value-id",
|
|
4875
4879
|
type: n.PrimitiveValue,
|
|
4876
4880
|
version: 1,
|
|
4877
|
-
name:
|
|
4881
|
+
name: I.Number,
|
|
4878
4882
|
value: 6,
|
|
4879
4883
|
parent: pD,
|
|
4880
4884
|
autogeneration: null,
|
|
@@ -4884,7 +4888,7 @@ const Rv = {
|
|
|
4884
4888
|
}, tl = {
|
|
4885
4889
|
hidden: !0,
|
|
4886
4890
|
required: !0,
|
|
4887
|
-
id:
|
|
4891
|
+
id: Nt.properties.minSize.id,
|
|
4888
4892
|
name: "Minimum GB size",
|
|
4889
4893
|
version: 1,
|
|
4890
4894
|
type: n.Property,
|
|
@@ -4904,7 +4908,7 @@ const Rv = {
|
|
|
4904
4908
|
}, mD = {
|
|
4905
4909
|
id: "relational-database-built-in-base-entity-default-property-ref-id",
|
|
4906
4910
|
type: n.GenericReference,
|
|
4907
|
-
entityId:
|
|
4911
|
+
entityId: Nt.properties.default.id,
|
|
4908
4912
|
entityType: n.Property
|
|
4909
4913
|
}, TD = {
|
|
4910
4914
|
like: !1,
|
|
@@ -4924,7 +4928,7 @@ const Rv = {
|
|
|
4924
4928
|
id: "relational-database-built-in-base-entity-default-property-default-value-id",
|
|
4925
4929
|
type: n.PrimitiveValue,
|
|
4926
4930
|
version: 1,
|
|
4927
|
-
name:
|
|
4931
|
+
name: I.Boolean,
|
|
4928
4932
|
value: !1,
|
|
4929
4933
|
parent: fD,
|
|
4930
4934
|
autogeneration: null,
|
|
@@ -4934,7 +4938,7 @@ const Rv = {
|
|
|
4934
4938
|
}, Cu = {
|
|
4935
4939
|
hidden: !0,
|
|
4936
4940
|
required: !0,
|
|
4937
|
-
id:
|
|
4941
|
+
id: Nt.properties.default.id,
|
|
4938
4942
|
name: "Default",
|
|
4939
4943
|
version: 1,
|
|
4940
4944
|
type: n.Property,
|
|
@@ -4949,7 +4953,7 @@ const Rv = {
|
|
|
4949
4953
|
}, bD = {
|
|
4950
4954
|
id: "relational-database-built-in-base-entity-autoscaling-property-ref-id",
|
|
4951
4955
|
type: n.GenericReference,
|
|
4952
|
-
entityId:
|
|
4956
|
+
entityId: Nt.properties.autoscaling.id,
|
|
4953
4957
|
entityType: n.Property
|
|
4954
4958
|
}, ED = {
|
|
4955
4959
|
id: "relational-database-built-in-base-entity-autoscaling-property-data-type-ref-id",
|
|
@@ -4974,7 +4978,7 @@ const Rv = {
|
|
|
4974
4978
|
id: "relational-database-built-in-base-entity-autoscaling-property-default-value-id",
|
|
4975
4979
|
type: n.PrimitiveValue,
|
|
4976
4980
|
version: 1,
|
|
4977
|
-
name:
|
|
4981
|
+
name: I.Boolean,
|
|
4978
4982
|
value: !1,
|
|
4979
4983
|
parent: ED,
|
|
4980
4984
|
autogeneration: null,
|
|
@@ -4989,7 +4993,7 @@ const Rv = {
|
|
|
4989
4993
|
}, wu = {
|
|
4990
4994
|
hidden: !0,
|
|
4991
4995
|
required: !0,
|
|
4992
|
-
id:
|
|
4996
|
+
id: Nt.properties.autoscaling.id,
|
|
4993
4997
|
name: "Auto-scaling",
|
|
4994
4998
|
version: 1,
|
|
4995
4999
|
type: n.Property,
|
|
@@ -5136,7 +5140,7 @@ const Rv = {
|
|
|
5136
5140
|
id: "persisted-built-in-base-entity-identifier-property-data-type-default-value-id",
|
|
5137
5141
|
type: n.PrimitiveValue,
|
|
5138
5142
|
version: 1,
|
|
5139
|
-
name:
|
|
5143
|
+
name: I.UUID,
|
|
5140
5144
|
value: null,
|
|
5141
5145
|
parent: OD,
|
|
5142
5146
|
autogeneration: {
|
|
@@ -5432,7 +5436,7 @@ const Rv = {
|
|
|
5432
5436
|
type: n.GenericReference,
|
|
5433
5437
|
id: "not-empty-condition-ref",
|
|
5434
5438
|
entityType: n.ActionDescriptor,
|
|
5435
|
-
entityId:
|
|
5439
|
+
entityId: qt.NotEmpty
|
|
5436
5440
|
}, QD = {
|
|
5437
5441
|
id: KD.inputs.leftHand.id,
|
|
5438
5442
|
type: n.ValueDescriptor,
|
|
@@ -5446,16 +5450,16 @@ const Rv = {
|
|
|
5446
5450
|
parent: XD
|
|
5447
5451
|
}, ei = {
|
|
5448
5452
|
type: n.ActionDescriptor,
|
|
5449
|
-
id:
|
|
5453
|
+
id: qt.NotEmpty,
|
|
5450
5454
|
version: 1,
|
|
5451
|
-
name:
|
|
5455
|
+
name: qt.NotEmpty,
|
|
5452
5456
|
description: "Checks if the value is not empty",
|
|
5453
5457
|
parent: null,
|
|
5454
5458
|
inputs: [QD],
|
|
5455
5459
|
outputs: [],
|
|
5456
5460
|
error: null
|
|
5457
5461
|
}, eP = {
|
|
5458
|
-
[
|
|
5462
|
+
[qt.NotEmpty]: ei
|
|
5459
5463
|
}, ti = C[n.Condition]["more-than-or-equal"], tP = {
|
|
5460
5464
|
type: n.GenericReference,
|
|
5461
5465
|
id: "more-than-or-equal-condition-left-hand-argument-data-type-parent-ref",
|
|
@@ -6072,7 +6076,7 @@ class K {
|
|
|
6072
6076
|
return this.nullable().optional();
|
|
6073
6077
|
}
|
|
6074
6078
|
array() {
|
|
6075
|
-
return
|
|
6079
|
+
return kt.create(this, this._def);
|
|
6076
6080
|
}
|
|
6077
6081
|
promise() {
|
|
6078
6082
|
return Cr.create(this, this._def);
|
|
@@ -6154,7 +6158,7 @@ function ku(r) {
|
|
|
6154
6158
|
function OP(r, e) {
|
|
6155
6159
|
return !!((e === "v4" || !e) && IP.test(r) || (e === "v6" || !e) && DP.test(r));
|
|
6156
6160
|
}
|
|
6157
|
-
class
|
|
6161
|
+
class Ut extends K {
|
|
6158
6162
|
_parse(e) {
|
|
6159
6163
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== x.string) {
|
|
6160
6164
|
const s = this._getOrReturnCtx(e);
|
|
@@ -6306,7 +6310,7 @@ class Ft extends K {
|
|
|
6306
6310
|
});
|
|
6307
6311
|
}
|
|
6308
6312
|
_addCheck(e) {
|
|
6309
|
-
return new
|
|
6313
|
+
return new Ut({
|
|
6310
6314
|
...this._def,
|
|
6311
6315
|
checks: [...this._def.checks, e]
|
|
6312
6316
|
});
|
|
@@ -6432,19 +6436,19 @@ class Ft extends K {
|
|
|
6432
6436
|
return this.min(1, F.errToObj(e));
|
|
6433
6437
|
}
|
|
6434
6438
|
trim() {
|
|
6435
|
-
return new
|
|
6439
|
+
return new Ut({
|
|
6436
6440
|
...this._def,
|
|
6437
6441
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
6438
6442
|
});
|
|
6439
6443
|
}
|
|
6440
6444
|
toLowerCase() {
|
|
6441
|
-
return new
|
|
6445
|
+
return new Ut({
|
|
6442
6446
|
...this._def,
|
|
6443
6447
|
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
6444
6448
|
});
|
|
6445
6449
|
}
|
|
6446
6450
|
toUpperCase() {
|
|
6447
|
-
return new
|
|
6451
|
+
return new Ut({
|
|
6448
6452
|
...this._def,
|
|
6449
6453
|
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
6450
6454
|
});
|
|
@@ -6504,9 +6508,9 @@ class Ft extends K {
|
|
|
6504
6508
|
return e;
|
|
6505
6509
|
}
|
|
6506
6510
|
}
|
|
6507
|
-
|
|
6511
|
+
Ut.create = (r) => {
|
|
6508
6512
|
var e;
|
|
6509
|
-
return new
|
|
6513
|
+
return new Ut({
|
|
6510
6514
|
checks: [],
|
|
6511
6515
|
typeName: k.ZodString,
|
|
6512
6516
|
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
@@ -7019,7 +7023,7 @@ ja.create = (r) => new ja({
|
|
|
7019
7023
|
typeName: k.ZodVoid,
|
|
7020
7024
|
...z(r)
|
|
7021
7025
|
});
|
|
7022
|
-
class
|
|
7026
|
+
class kt extends K {
|
|
7023
7027
|
_parse(e) {
|
|
7024
7028
|
const { ctx: t, status: i } = this._processInputParams(e), a = this._def;
|
|
7025
7029
|
if (t.parsedType !== x.array)
|
|
@@ -7063,19 +7067,19 @@ class jt extends K {
|
|
|
7063
7067
|
return this._def.type;
|
|
7064
7068
|
}
|
|
7065
7069
|
min(e, t) {
|
|
7066
|
-
return new
|
|
7070
|
+
return new kt({
|
|
7067
7071
|
...this._def,
|
|
7068
7072
|
minLength: { value: e, message: F.toString(t) }
|
|
7069
7073
|
});
|
|
7070
7074
|
}
|
|
7071
7075
|
max(e, t) {
|
|
7072
|
-
return new
|
|
7076
|
+
return new kt({
|
|
7073
7077
|
...this._def,
|
|
7074
7078
|
maxLength: { value: e, message: F.toString(t) }
|
|
7075
7079
|
});
|
|
7076
7080
|
}
|
|
7077
7081
|
length(e, t) {
|
|
7078
|
-
return new
|
|
7082
|
+
return new kt({
|
|
7079
7083
|
...this._def,
|
|
7080
7084
|
exactLength: { value: e, message: F.toString(t) }
|
|
7081
7085
|
});
|
|
@@ -7084,7 +7088,7 @@ class jt extends K {
|
|
|
7084
7088
|
return this.min(1, e);
|
|
7085
7089
|
}
|
|
7086
7090
|
}
|
|
7087
|
-
|
|
7091
|
+
kt.create = (r, e) => new kt({
|
|
7088
7092
|
type: r,
|
|
7089
7093
|
minLength: null,
|
|
7090
7094
|
maxLength: null,
|
|
@@ -7104,7 +7108,7 @@ function Rr(r) {
|
|
|
7104
7108
|
shape: () => e
|
|
7105
7109
|
});
|
|
7106
7110
|
} else
|
|
7107
|
-
return r instanceof
|
|
7111
|
+
return r instanceof kt ? new kt({
|
|
7108
7112
|
...r._def,
|
|
7109
7113
|
type: Rr(r.element)
|
|
7110
7114
|
}) : r instanceof Kt ? Kt.create(Rr(r.unwrap())) : r instanceof On ? On.create(Rr(r.unwrap())) : r instanceof en ? en.create(r.items.map((e) => Rr(e))) : r;
|
|
@@ -7682,7 +7686,7 @@ class Mi extends K {
|
|
|
7682
7686
|
typeName: k.ZodRecord,
|
|
7683
7687
|
...z(i)
|
|
7684
7688
|
}) : new Mi({
|
|
7685
|
-
keyType:
|
|
7689
|
+
keyType: Ut.create(),
|
|
7686
7690
|
valueType: e,
|
|
7687
7691
|
typeName: k.ZodRecord,
|
|
7688
7692
|
...z(t)
|
|
@@ -8342,8 +8346,8 @@ var k;
|
|
|
8342
8346
|
})(k || (k = {}));
|
|
8343
8347
|
const _P = (r, e = {
|
|
8344
8348
|
message: `Input not instance of ${r.name}`
|
|
8345
|
-
}) => Ju((t) => t instanceof r, e), Ja =
|
|
8346
|
-
string: (r) =>
|
|
8349
|
+
}) => Ju((t) => t instanceof r, e), Ja = Ut.create, al = Pn.create, MP = qa.create, NP = An.create, sl = Oi.create, Wu = Wn.create, VP = Ua.create, xP = Ci.create, Yu = wi.create, $P = Or.create, _a = qn.create, LP = yn.create, GP = ja.create, FP = kt.create, Hu = je.create, UP = je.strictCreate, jP = Bi.create, kP = ss.create, qP = _i.create, JP = en.create, zu = Mi.create, WP = ka.create, YP = Yn.create, HP = Pr.create, zP = Ni.create, ZP = Vi.create, Zu = Sn.create, KP = xi.create, XP = Cr.create, id = Jt.create, QP = Kt.create, eA = On.create, tA = Jt.createWithPreprocess, nA = na.create, rA = () => Ja().optional(), iA = () => al().optional(), aA = () => sl().optional(), sA = {
|
|
8350
|
+
string: (r) => Ut.create({ ...r, coerce: !0 }),
|
|
8347
8351
|
number: (r) => Pn.create({ ...r, coerce: !0 }),
|
|
8348
8352
|
boolean: (r) => Oi.create({
|
|
8349
8353
|
...r,
|
|
@@ -8378,7 +8382,7 @@ var d = /* @__PURE__ */ Object.freeze({
|
|
|
8378
8382
|
getParsedType: Rn,
|
|
8379
8383
|
ZodType: K,
|
|
8380
8384
|
datetimeRegex: ku,
|
|
8381
|
-
ZodString:
|
|
8385
|
+
ZodString: Ut,
|
|
8382
8386
|
ZodNumber: Pn,
|
|
8383
8387
|
ZodBigInt: An,
|
|
8384
8388
|
ZodBoolean: Oi,
|
|
@@ -8390,7 +8394,7 @@ var d = /* @__PURE__ */ Object.freeze({
|
|
|
8390
8394
|
ZodUnknown: qn,
|
|
8391
8395
|
ZodNever: yn,
|
|
8392
8396
|
ZodVoid: ja,
|
|
8393
|
-
ZodArray:
|
|
8397
|
+
ZodArray: kt,
|
|
8394
8398
|
ZodObject: je,
|
|
8395
8399
|
ZodUnion: Bi,
|
|
8396
8400
|
ZodDiscriminatedUnion: ss,
|
|
@@ -8476,32 +8480,32 @@ function lA(r) {
|
|
|
8476
8480
|
let i = _a();
|
|
8477
8481
|
if (((a = r.dataType.entity) == null ? void 0 : a.type) === n.PrimitiveEntity)
|
|
8478
8482
|
switch (r.dataType.entity.name) {
|
|
8479
|
-
case
|
|
8483
|
+
case I.String:
|
|
8480
8484
|
i = Ja();
|
|
8481
8485
|
break;
|
|
8482
|
-
case
|
|
8486
|
+
case I.KeyValue:
|
|
8483
8487
|
i = zu(_a());
|
|
8484
8488
|
break;
|
|
8485
|
-
case
|
|
8489
|
+
case I.Number:
|
|
8486
8490
|
i = al();
|
|
8487
8491
|
break;
|
|
8488
|
-
case
|
|
8492
|
+
case I.Boolean:
|
|
8489
8493
|
i = sl();
|
|
8490
8494
|
break;
|
|
8491
|
-
case
|
|
8495
|
+
case I.Date:
|
|
8492
8496
|
i = Wu();
|
|
8493
8497
|
break;
|
|
8494
|
-
case
|
|
8498
|
+
case I.Enum: {
|
|
8495
8499
|
const l = r.dataType.options || [];
|
|
8496
8500
|
if (l.length === 0)
|
|
8497
8501
|
throw new Error(`Enum property ${r.name} has no options`);
|
|
8498
8502
|
i = Zu(l);
|
|
8499
8503
|
break;
|
|
8500
8504
|
}
|
|
8501
|
-
case
|
|
8505
|
+
case I.Null:
|
|
8502
8506
|
i = Yu();
|
|
8503
8507
|
break;
|
|
8504
|
-
case
|
|
8508
|
+
case I.UUID:
|
|
8505
8509
|
i = Ja().uuid();
|
|
8506
8510
|
break;
|
|
8507
8511
|
}
|
|
@@ -8845,7 +8849,7 @@ function rS(r) {
|
|
|
8845
8849
|
l[R] = eo(l[R - 3] ^ l[R - 8] ^ l[R - 14] ^ l[R - 16], 1);
|
|
8846
8850
|
let u = t[0], p = t[1], y = t[2], f = t[3], E = t[4];
|
|
8847
8851
|
for (let R = 0; R < 80; ++R) {
|
|
8848
|
-
const
|
|
8852
|
+
const D = Math.floor(R / 20), P = eo(u, 5) + nS(D, p, y, f) + E + e[D] + l[R] >>> 0;
|
|
8849
8853
|
E = f, f = y, y = eo(p, 30) >>> 0, p = u, u = P;
|
|
8850
8854
|
}
|
|
8851
8855
|
t[0] = t[0] + u >>> 0, t[1] = t[1] + p >>> 0, t[2] = t[2] + y >>> 0, t[3] = t[3] + f >>> 0, t[4] = t[4] + E >>> 0;
|
|
@@ -9018,8 +9022,8 @@ var vS = (() => {
|
|
|
9018
9022
|
validate: (E, R = !1) => {
|
|
9019
9023
|
if (!E || typeof E != "string")
|
|
9020
9024
|
return !1;
|
|
9021
|
-
const
|
|
9022
|
-
return R === !1 ?
|
|
9025
|
+
const D = a.consistentLength ? E.length === s : E.length <= s, P = E.split("").every((g) => i.includes(g));
|
|
9026
|
+
return R === !1 ? D && P : D && P && TS(ld(E, u));
|
|
9023
9027
|
}
|
|
9024
9028
|
};
|
|
9025
9029
|
return Object.freeze(f), f;
|
|
@@ -9079,28 +9083,28 @@ function _2(r) {
|
|
|
9079
9083
|
return null;
|
|
9080
9084
|
switch (r.autogeneration.type) {
|
|
9081
9085
|
case Je.CurrentDateAndTime:
|
|
9082
|
-
if (r.name ===
|
|
9086
|
+
if (r.name === I.Date)
|
|
9083
9087
|
return /* @__PURE__ */ new Date();
|
|
9084
9088
|
case Je.Random: {
|
|
9085
|
-
if (r.name ===
|
|
9089
|
+
if (r.name === I.Date)
|
|
9086
9090
|
return yA(
|
|
9087
9091
|
r.autogeneration
|
|
9088
9092
|
);
|
|
9089
|
-
if (r.name ===
|
|
9093
|
+
if (r.name === I.Number)
|
|
9090
9094
|
return PS(
|
|
9091
9095
|
r.autogeneration
|
|
9092
9096
|
);
|
|
9093
|
-
if (r.name ===
|
|
9097
|
+
if (r.name === I.String)
|
|
9094
9098
|
return CS(
|
|
9095
9099
|
r.autogeneration
|
|
9096
9100
|
);
|
|
9097
|
-
if (r.name ===
|
|
9101
|
+
if (r.name === I.Boolean)
|
|
9098
9102
|
return wS(
|
|
9099
9103
|
r.autogeneration
|
|
9100
9104
|
);
|
|
9101
9105
|
}
|
|
9102
9106
|
case Je.Unique:
|
|
9103
|
-
if (r.name ===
|
|
9107
|
+
if (r.name === I.UUID)
|
|
9104
9108
|
return RS();
|
|
9105
9109
|
default:
|
|
9106
9110
|
throw new Error(
|
|
@@ -9136,7 +9140,7 @@ const J = "e7eb5382-3d99-44fd-972a-b8b1e819f6be", ll = "global-user-variable-id"
|
|
|
9136
9140
|
id: "alternative-relational-database-entity-identifier-property-data-type-default-value-id",
|
|
9137
9141
|
type: n.PrimitiveValue,
|
|
9138
9142
|
version: 1,
|
|
9139
|
-
name:
|
|
9143
|
+
name: I.String,
|
|
9140
9144
|
value: null,
|
|
9141
9145
|
parent: BS,
|
|
9142
9146
|
autogeneration: {
|
|
@@ -9269,7 +9273,7 @@ const LS = {
|
|
|
9269
9273
|
id: "alternative-relational-database-entity-min-size-property-data-type-default-value-id",
|
|
9270
9274
|
type: n.PrimitiveValue,
|
|
9271
9275
|
version: 1,
|
|
9272
|
-
name:
|
|
9276
|
+
name: I.Number,
|
|
9273
9277
|
value: 6,
|
|
9274
9278
|
parent: US,
|
|
9275
9279
|
autogeneration: null,
|
|
@@ -9348,7 +9352,7 @@ const LS = {
|
|
|
9348
9352
|
type: n.PrimitiveValue,
|
|
9349
9353
|
version: 1,
|
|
9350
9354
|
value: null,
|
|
9351
|
-
name:
|
|
9355
|
+
name: I.EntityTemplate,
|
|
9352
9356
|
valueAsType: sp,
|
|
9353
9357
|
autogeneration: null,
|
|
9354
9358
|
parent: YS
|
|
@@ -9463,7 +9467,7 @@ const LS = {
|
|
|
9463
9467
|
id: "default-relational-database-entity-identifier-property-data-type-default-value-id",
|
|
9464
9468
|
type: n.PrimitiveValue,
|
|
9465
9469
|
version: 1,
|
|
9466
|
-
name:
|
|
9470
|
+
name: I.String,
|
|
9467
9471
|
value: "main",
|
|
9468
9472
|
parent: rO,
|
|
9469
9473
|
autogeneration: {
|
|
@@ -9524,7 +9528,7 @@ const oO = {
|
|
|
9524
9528
|
id: "default-relational-database-entity-username-property-data-type-default-value-id",
|
|
9525
9529
|
type: n.PrimitiveValue,
|
|
9526
9530
|
version: 1,
|
|
9527
|
-
name:
|
|
9531
|
+
name: I.String,
|
|
9528
9532
|
value: "root",
|
|
9529
9533
|
parent: lO,
|
|
9530
9534
|
autogeneration: null,
|
|
@@ -9576,7 +9580,7 @@ const uO = {
|
|
|
9576
9580
|
id: "default-relational-database-entity-password-property-data-type-default-value-id",
|
|
9577
9581
|
type: n.PrimitiveValue,
|
|
9578
9582
|
version: 1,
|
|
9579
|
-
name:
|
|
9583
|
+
name: I.String,
|
|
9580
9584
|
value: "password",
|
|
9581
9585
|
parent: pO,
|
|
9582
9586
|
autogeneration: null,
|
|
@@ -9626,7 +9630,7 @@ const uO = {
|
|
|
9626
9630
|
id: "default-relational-database-entity-min-size-property-data-type-default-value-id",
|
|
9627
9631
|
type: n.PrimitiveValue,
|
|
9628
9632
|
version: 1,
|
|
9629
|
-
name:
|
|
9633
|
+
name: I.Number,
|
|
9630
9634
|
value: 6,
|
|
9631
9635
|
parent: fO,
|
|
9632
9636
|
autogeneration: null,
|
|
@@ -9676,7 +9680,7 @@ const uO = {
|
|
|
9676
9680
|
id: "default-relational-database-entity-default-property-data-type-default-value-id",
|
|
9677
9681
|
type: n.PrimitiveValue,
|
|
9678
9682
|
version: 1,
|
|
9679
|
-
name:
|
|
9683
|
+
name: I.Boolean,
|
|
9680
9684
|
value: !0,
|
|
9681
9685
|
parent: EO,
|
|
9682
9686
|
autogeneration: null,
|
|
@@ -9726,7 +9730,7 @@ const uO = {
|
|
|
9726
9730
|
id: "default-relational-database-entity-autoscaling-property-data-type-default-value-id",
|
|
9727
9731
|
type: n.PrimitiveValue,
|
|
9728
9732
|
version: 1,
|
|
9729
|
-
name:
|
|
9733
|
+
name: I.Boolean,
|
|
9730
9734
|
value: !0,
|
|
9731
9735
|
parent: IO,
|
|
9732
9736
|
autogeneration: null,
|
|
@@ -9807,7 +9811,7 @@ const uO = {
|
|
|
9807
9811
|
type: n.PrimitiveValue,
|
|
9808
9812
|
version: 1,
|
|
9809
9813
|
value: null,
|
|
9810
|
-
name:
|
|
9814
|
+
name: I.EntityTemplate,
|
|
9811
9815
|
valueAsType: cl,
|
|
9812
9816
|
autogeneration: null,
|
|
9813
9817
|
parent: OO
|
|
@@ -11242,7 +11246,7 @@ const uO = {
|
|
|
11242
11246
|
type: n.PrimitiveValue,
|
|
11243
11247
|
version: 1,
|
|
11244
11248
|
value: "https://api.publicapis.org/entries",
|
|
11245
|
-
name:
|
|
11249
|
+
name: I.String,
|
|
11246
11250
|
valueAsType: null,
|
|
11247
11251
|
parent: eB,
|
|
11248
11252
|
autogeneration: null
|
|
@@ -11472,7 +11476,7 @@ const uO = {
|
|
|
11472
11476
|
type: n.PrimitiveValue,
|
|
11473
11477
|
version: 1,
|
|
11474
11478
|
value: "?name=",
|
|
11475
|
-
name:
|
|
11479
|
+
name: I.String,
|
|
11476
11480
|
parent: AB,
|
|
11477
11481
|
valueAsType: null,
|
|
11478
11482
|
autogeneration: null
|
|
@@ -12104,7 +12108,7 @@ const uO = {
|
|
|
12104
12108
|
id: "employee-prototype-parent-ref-id",
|
|
12105
12109
|
entityType: n.Project,
|
|
12106
12110
|
entityId: J
|
|
12107
|
-
},
|
|
12111
|
+
}, Vt = {
|
|
12108
12112
|
type: n.CustomEntity,
|
|
12109
12113
|
id: "employee-entity-id",
|
|
12110
12114
|
version: 1,
|
|
@@ -12257,7 +12261,7 @@ const uO = {
|
|
|
12257
12261
|
andChildrenGroup: null,
|
|
12258
12262
|
orChildrenGroup: null,
|
|
12259
12263
|
version: 1,
|
|
12260
|
-
entity:
|
|
12264
|
+
entity: Vt,
|
|
12261
12265
|
isList: !0,
|
|
12262
12266
|
asType: !1,
|
|
12263
12267
|
isNullable: !1,
|
|
@@ -12289,7 +12293,7 @@ const uO = {
|
|
|
12289
12293
|
id: "e3c03b6b-2ea0-4d99-865d-5e6a348672d0",
|
|
12290
12294
|
entityType: n.Project,
|
|
12291
12295
|
entityId: J
|
|
12292
|
-
},
|
|
12296
|
+
}, xt = {
|
|
12293
12297
|
type: n.CustomEntity,
|
|
12294
12298
|
id: "ed3a6098-12ee-4632-a6dd-c2e6c542f66d",
|
|
12295
12299
|
version: 1,
|
|
@@ -12491,7 +12495,7 @@ const eM = {
|
|
|
12491
12495
|
id: "getCompanyByIdEndpointPathParamsVariableDataTypeDefaultValueId",
|
|
12492
12496
|
type: n.PrimitiveValue,
|
|
12493
12497
|
version: 1,
|
|
12494
|
-
name:
|
|
12498
|
+
name: I.KeyValue,
|
|
12495
12499
|
value: {},
|
|
12496
12500
|
parent: yM,
|
|
12497
12501
|
autogeneration: null,
|
|
@@ -12531,7 +12535,7 @@ const eM = {
|
|
|
12531
12535
|
id: "getCompanyByIdEndpointRequestHeadersVariableDataTypeDefaultValueId",
|
|
12532
12536
|
type: n.PrimitiveValue,
|
|
12533
12537
|
version: 1,
|
|
12534
|
-
name:
|
|
12538
|
+
name: I.KeyValue,
|
|
12535
12539
|
value: {},
|
|
12536
12540
|
parent: TM,
|
|
12537
12541
|
autogeneration: null,
|
|
@@ -12600,7 +12604,7 @@ const eM = {
|
|
|
12600
12604
|
id: "getCompanyByIdEndpointRequestQueryParamsVariableDataTypeDefaultValueId",
|
|
12601
12605
|
type: n.PrimitiveValue,
|
|
12602
12606
|
version: 1,
|
|
12603
|
-
name:
|
|
12607
|
+
name: I.KeyValue,
|
|
12604
12608
|
value: {},
|
|
12605
12609
|
parent: DM,
|
|
12606
12610
|
autogeneration: null,
|
|
@@ -12722,7 +12726,7 @@ const eM = {
|
|
|
12722
12726
|
id: "getCompanyByIdEndpointResponseHeadersDataTypeDefaultValueId",
|
|
12723
12727
|
type: n.PrimitiveValue,
|
|
12724
12728
|
version: 1,
|
|
12725
|
-
name:
|
|
12729
|
+
name: I.KeyValue,
|
|
12726
12730
|
value: {},
|
|
12727
12731
|
parent: xM,
|
|
12728
12732
|
autogeneration: null,
|
|
@@ -12865,7 +12869,7 @@ const eM = {
|
|
|
12865
12869
|
id: "getCompanyByIdEndpointPathPropertyDataTypeDefaultValueId",
|
|
12866
12870
|
type: n.PrimitiveValue,
|
|
12867
12871
|
version: 1,
|
|
12868
|
-
name:
|
|
12872
|
+
name: I.String,
|
|
12869
12873
|
value: "/company/{id}",
|
|
12870
12874
|
parent: ZM,
|
|
12871
12875
|
valueAsType: null,
|
|
@@ -12921,7 +12925,7 @@ const eM = {
|
|
|
12921
12925
|
type: n.PrimitiveValue,
|
|
12922
12926
|
version: 1,
|
|
12923
12927
|
value: "GET",
|
|
12924
|
-
name:
|
|
12928
|
+
name: I.Enum,
|
|
12925
12929
|
parent: tN,
|
|
12926
12930
|
valueAsType: null,
|
|
12927
12931
|
autogeneration: null
|
|
@@ -13012,7 +13016,7 @@ const eM = {
|
|
|
13012
13016
|
type: n.PrimitiveValue,
|
|
13013
13017
|
version: 1,
|
|
13014
13018
|
value: null,
|
|
13015
|
-
name:
|
|
13019
|
+
name: I.EntityTemplate,
|
|
13016
13020
|
valueAsType: cl,
|
|
13017
13021
|
autogeneration: null,
|
|
13018
13022
|
parent: cN
|
|
@@ -13143,7 +13147,7 @@ const eM = {
|
|
|
13143
13147
|
id: "validate-bitcoin-type-to-match-input-map-default-value-id",
|
|
13144
13148
|
type: n.PrimitiveValue,
|
|
13145
13149
|
version: 1,
|
|
13146
|
-
name:
|
|
13150
|
+
name: I.EntityTemplate,
|
|
13147
13151
|
valueAsType: Ip,
|
|
13148
13152
|
value: null,
|
|
13149
13153
|
parent: RN,
|
|
@@ -13234,7 +13238,7 @@ const eM = {
|
|
|
13234
13238
|
type: n.PrimitiveValue,
|
|
13235
13239
|
version: 1,
|
|
13236
13240
|
value: "https://api.coindesk.com/v1/bpi/currentprice.json",
|
|
13237
|
-
name:
|
|
13241
|
+
name: I.String,
|
|
13238
13242
|
parent: _N,
|
|
13239
13243
|
valueAsType: null,
|
|
13240
13244
|
autogeneration: null
|
|
@@ -13393,7 +13397,7 @@ const eM = {
|
|
|
13393
13397
|
calls: [zN, WN],
|
|
13394
13398
|
x: 0,
|
|
13395
13399
|
y: 0
|
|
13396
|
-
},
|
|
13400
|
+
}, $t = "abort-execution-func-declaration-id", oa = "abort-execution-func-exec-var-declaration-id", Is = "abort-execution-func-small-wait-op-id", ml = "abort-execution-func-long-wait-op-id", Gp = "abort-execution-func-long-wait-process-output-id", Fp = "abort-execution-func-exec-var-instance-write-id", Up = "abort-execution-func-long-wait-return-stmt-id", jp = "abort-execution-func-small-wait-return-stmt-id", XN = "abort-execution-func-exec-var-instance-abort-call-id", Tl = "abort-execution-func-exec-var-instance-abort-internal-call-id", kp = "abort-execution-func-exec-second-wait-op-id", QN = {
|
|
13397
13401
|
type: n.GenericReference,
|
|
13398
13402
|
id: "short-wait-return-statement-returned-hello-string-data-type-parent-ref-id",
|
|
13399
13403
|
entityType: n.ReturnDeclaration,
|
|
@@ -13420,7 +13424,7 @@ const eM = {
|
|
|
13420
13424
|
id: "short-wait-return-statement-returned-hello-string-data-type-default-value-id",
|
|
13421
13425
|
type: n.PrimitiveValue,
|
|
13422
13426
|
version: 1,
|
|
13423
|
-
name:
|
|
13427
|
+
name: I.String,
|
|
13424
13428
|
value: "Hello 2",
|
|
13425
13429
|
autogeneration: null,
|
|
13426
13430
|
valueAsType: null,
|
|
@@ -13455,7 +13459,7 @@ const eM = {
|
|
|
13455
13459
|
type: n.GenericReference,
|
|
13456
13460
|
id: "short-wait-return-statement-parent-ref-id",
|
|
13457
13461
|
entityType: n.FunctionDeclaration,
|
|
13458
|
-
entityId:
|
|
13462
|
+
entityId: $t
|
|
13459
13463
|
}, qp = {
|
|
13460
13464
|
type: n.ReturnStatement,
|
|
13461
13465
|
id: jp,
|
|
@@ -13494,7 +13498,7 @@ const eM = {
|
|
|
13494
13498
|
value: 2e3,
|
|
13495
13499
|
valueAsType: null,
|
|
13496
13500
|
autogeneration: null,
|
|
13497
|
-
name:
|
|
13501
|
+
name: I.Number,
|
|
13498
13502
|
parent: s1
|
|
13499
13503
|
},
|
|
13500
13504
|
index: 0,
|
|
@@ -13503,7 +13507,7 @@ const eM = {
|
|
|
13503
13507
|
type: n.GenericReference,
|
|
13504
13508
|
id: "small-wait-parent-ref-id",
|
|
13505
13509
|
entityType: n.FunctionDeclaration,
|
|
13506
|
-
entityId:
|
|
13510
|
+
entityId: $t
|
|
13507
13511
|
}, d1 = {
|
|
13508
13512
|
type: n.GenericReference,
|
|
13509
13513
|
id: "small-wait-called-by-ref-one-id",
|
|
@@ -13540,7 +13544,7 @@ const eM = {
|
|
|
13540
13544
|
type: n.GenericReference,
|
|
13541
13545
|
id: "abort-exec-func-abort-call-var-instance-main-project-ref-id",
|
|
13542
13546
|
entityType: n.FunctionDeclaration,
|
|
13543
|
-
entityId:
|
|
13547
|
+
entityId: $t
|
|
13544
13548
|
}, f1 = {
|
|
13545
13549
|
type: n.GenericReference,
|
|
13546
13550
|
id: "abort-exec-func-abort-call-var-instance-declaration-ref-id",
|
|
@@ -13592,7 +13596,7 @@ const eM = {
|
|
|
13592
13596
|
type: n.GenericReference,
|
|
13593
13597
|
id: "abort-exec-func-var-write-instance-main-project-ref-id",
|
|
13594
13598
|
entityType: n.FunctionDeclaration,
|
|
13595
|
-
entityId:
|
|
13599
|
+
entityId: $t
|
|
13596
13600
|
}, E1 = {
|
|
13597
13601
|
type: n.GenericReference,
|
|
13598
13602
|
id: "abort-exec-func-var-write-instance-called-by-ref-one-id",
|
|
@@ -13602,7 +13606,7 @@ const eM = {
|
|
|
13602
13606
|
type: n.GenericReference,
|
|
13603
13607
|
id: "abort-exec-func-var-write-instance-called-by-ref-two-id",
|
|
13604
13608
|
entityType: n.FunctionDeclaration,
|
|
13605
|
-
entityId:
|
|
13609
|
+
entityId: $t
|
|
13606
13610
|
}, R1 = {
|
|
13607
13611
|
type: n.GenericReference,
|
|
13608
13612
|
id: "abort-exec-func-abort-call-var-instance-declaration-ref-id",
|
|
@@ -13657,12 +13661,12 @@ const D1 = {
|
|
|
13657
13661
|
type: n.GenericReference,
|
|
13658
13662
|
id: "abort-exec-func-var-decl-main-project-ref-id",
|
|
13659
13663
|
entityType: n.FunctionDeclaration,
|
|
13660
|
-
entityId:
|
|
13664
|
+
entityId: $t
|
|
13661
13665
|
}, A1 = {
|
|
13662
13666
|
type: n.GenericReference,
|
|
13663
13667
|
id: "abort-exec-func-var-decl-called-by-ref-one-id",
|
|
13664
13668
|
entityType: n.FunctionDeclaration,
|
|
13665
|
-
entityId:
|
|
13669
|
+
entityId: $t
|
|
13666
13670
|
}, S1 = {
|
|
13667
13671
|
id: oa,
|
|
13668
13672
|
type: n.VariableDeclaration,
|
|
@@ -13710,7 +13714,7 @@ const D1 = {
|
|
|
13710
13714
|
id: "long-wait-return-statement-returned-hello-string-data-type-default-value-id",
|
|
13711
13715
|
type: n.PrimitiveValue,
|
|
13712
13716
|
version: 1,
|
|
13713
|
-
name:
|
|
13717
|
+
name: I.String,
|
|
13714
13718
|
value: "Hello 1",
|
|
13715
13719
|
autogeneration: null,
|
|
13716
13720
|
valueAsType: null,
|
|
@@ -13745,7 +13749,7 @@ const D1 = {
|
|
|
13745
13749
|
type: n.GenericReference,
|
|
13746
13750
|
id: "long-wait-return-statement-parent-ref-id",
|
|
13747
13751
|
entityType: n.FunctionDeclaration,
|
|
13748
|
-
entityId:
|
|
13752
|
+
entityId: $t
|
|
13749
13753
|
}, Wp = {
|
|
13750
13754
|
type: n.ReturnStatement,
|
|
13751
13755
|
id: Up,
|
|
@@ -13784,7 +13788,7 @@ const D1 = {
|
|
|
13784
13788
|
value: 1500,
|
|
13785
13789
|
valueAsType: null,
|
|
13786
13790
|
autogeneration: null,
|
|
13787
|
-
name:
|
|
13791
|
+
name: I.Number,
|
|
13788
13792
|
parent: V1
|
|
13789
13793
|
},
|
|
13790
13794
|
index: 0,
|
|
@@ -13793,12 +13797,12 @@ const D1 = {
|
|
|
13793
13797
|
type: n.GenericReference,
|
|
13794
13798
|
id: "long-parent-ref-id",
|
|
13795
13799
|
entityType: n.FunctionDeclaration,
|
|
13796
|
-
entityId:
|
|
13800
|
+
entityId: $t
|
|
13797
13801
|
}, L1 = {
|
|
13798
13802
|
type: n.GenericReference,
|
|
13799
13803
|
id: "long-called-by-ref-one-id",
|
|
13800
13804
|
entityType: n.FunctionDeclaration,
|
|
13801
|
-
entityId:
|
|
13805
|
+
entityId: $t
|
|
13802
13806
|
}, G1 = {
|
|
13803
13807
|
id: Gp,
|
|
13804
13808
|
type: n.OutputMap,
|
|
@@ -13850,7 +13854,7 @@ const D1 = {
|
|
|
13850
13854
|
value: 500,
|
|
13851
13855
|
valueAsType: null,
|
|
13852
13856
|
autogeneration: null,
|
|
13853
|
-
name:
|
|
13857
|
+
name: I.Number,
|
|
13854
13858
|
parent: U1
|
|
13855
13859
|
},
|
|
13856
13860
|
index: 0,
|
|
@@ -13859,12 +13863,12 @@ const D1 = {
|
|
|
13859
13863
|
type: n.GenericReference,
|
|
13860
13864
|
id: "small-wait-parent-ref-id",
|
|
13861
13865
|
entityType: n.FunctionDeclaration,
|
|
13862
|
-
entityId:
|
|
13866
|
+
entityId: $t
|
|
13863
13867
|
}, J1 = {
|
|
13864
13868
|
type: n.GenericReference,
|
|
13865
13869
|
id: "small-wait-called-by-ref-one-id",
|
|
13866
13870
|
entityType: n.FunctionDeclaration,
|
|
13867
|
-
entityId:
|
|
13871
|
+
entityId: $t
|
|
13868
13872
|
}, W1 = {
|
|
13869
13873
|
id: Is,
|
|
13870
13874
|
type: n.Operation,
|
|
@@ -14266,7 +14270,7 @@ const h0 = {
|
|
|
14266
14270
|
id: "max-num-iterations-value-map-default-value-id",
|
|
14267
14271
|
type: n.PrimitiveValue,
|
|
14268
14272
|
version: 1,
|
|
14269
|
-
name:
|
|
14273
|
+
name: I.Number,
|
|
14270
14274
|
value: 10,
|
|
14271
14275
|
autogeneration: null,
|
|
14272
14276
|
valueAsType: null,
|
|
@@ -14311,7 +14315,7 @@ const h0 = {
|
|
|
14311
14315
|
type: n.PrimitiveValue,
|
|
14312
14316
|
version: 1,
|
|
14313
14317
|
value: "Hello world ",
|
|
14314
|
-
name:
|
|
14318
|
+
name: I.String,
|
|
14315
14319
|
parent: w0,
|
|
14316
14320
|
valueAsType: null,
|
|
14317
14321
|
autogeneration: null
|
|
@@ -15005,7 +15009,7 @@ const W0 = {
|
|
|
15005
15009
|
andChildrenGroup: null,
|
|
15006
15010
|
orChildrenGroup: null,
|
|
15007
15011
|
version: 1,
|
|
15008
|
-
entity:
|
|
15012
|
+
entity: Vt,
|
|
15009
15013
|
asType: !1,
|
|
15010
15014
|
isList: !1,
|
|
15011
15015
|
isNullable: !0,
|
|
@@ -15053,7 +15057,7 @@ const Uy = {
|
|
|
15053
15057
|
id: Ny,
|
|
15054
15058
|
type: n.OutputMap,
|
|
15055
15059
|
version: 1,
|
|
15056
|
-
declaration:
|
|
15060
|
+
declaration: Vt.properties[2],
|
|
15057
15061
|
index: 3,
|
|
15058
15062
|
writesValues: [Uy],
|
|
15059
15063
|
parent: rx
|
|
@@ -15066,7 +15070,7 @@ const Uy = {
|
|
|
15066
15070
|
id: My,
|
|
15067
15071
|
type: n.OutputMap,
|
|
15068
15072
|
version: 1,
|
|
15069
|
-
declaration:
|
|
15073
|
+
declaration: Vt.properties[0],
|
|
15070
15074
|
index: 2,
|
|
15071
15075
|
writesValues: [Ly],
|
|
15072
15076
|
parent: ax
|
|
@@ -15109,7 +15113,7 @@ const Uy = {
|
|
|
15109
15113
|
andChildrenGroup: null,
|
|
15110
15114
|
orChildrenGroup: null,
|
|
15111
15115
|
version: 1,
|
|
15112
|
-
entity:
|
|
15116
|
+
entity: Vt,
|
|
15113
15117
|
asType: !1,
|
|
15114
15118
|
isList: !1,
|
|
15115
15119
|
isNullable: !0,
|
|
@@ -15167,7 +15171,7 @@ const Uy = {
|
|
|
15167
15171
|
orChildrenGroup: null,
|
|
15168
15172
|
id: "employee-dto-func-declaration-employee-input-declaration-data-type-id",
|
|
15169
15173
|
version: 1,
|
|
15170
|
-
entity:
|
|
15174
|
+
entity: Vt,
|
|
15171
15175
|
asType: !1,
|
|
15172
15176
|
isList: !1,
|
|
15173
15177
|
isNullable: !1,
|
|
@@ -15362,7 +15366,7 @@ const Uy = {
|
|
|
15362
15366
|
orChildrenGroup: null,
|
|
15363
15367
|
version: 1,
|
|
15364
15368
|
defaultValue: null,
|
|
15365
|
-
entity:
|
|
15369
|
+
entity: Vt,
|
|
15366
15370
|
isList: !1,
|
|
15367
15371
|
isNullable: !1,
|
|
15368
15372
|
asType: !1,
|
|
@@ -15499,7 +15503,7 @@ const Uy = {
|
|
|
15499
15503
|
andChildrenGroup: null,
|
|
15500
15504
|
orChildrenGroup: null,
|
|
15501
15505
|
version: 1,
|
|
15502
|
-
entity:
|
|
15506
|
+
entity: xt,
|
|
15503
15507
|
asType: !1,
|
|
15504
15508
|
isList: !1,
|
|
15505
15509
|
isNullable: !0,
|
|
@@ -15564,7 +15568,7 @@ const Yy = {
|
|
|
15564
15568
|
andChildrenGroup: null,
|
|
15565
15569
|
orChildrenGroup: null,
|
|
15566
15570
|
version: 1,
|
|
15567
|
-
entity:
|
|
15571
|
+
entity: xt,
|
|
15568
15572
|
asType: !1,
|
|
15569
15573
|
isList: !1,
|
|
15570
15574
|
isNullable: !0,
|
|
@@ -15612,7 +15616,7 @@ const Hy = {
|
|
|
15612
15616
|
id: Ey,
|
|
15613
15617
|
type: n.OutputMap,
|
|
15614
15618
|
version: 1,
|
|
15615
|
-
declaration:
|
|
15619
|
+
declaration: xt.properties[2],
|
|
15616
15620
|
index: 4,
|
|
15617
15621
|
writesValues: [Hy],
|
|
15618
15622
|
parent: a$
|
|
@@ -15625,7 +15629,7 @@ const Hy = {
|
|
|
15625
15629
|
id: Ry,
|
|
15626
15630
|
type: n.OutputMap,
|
|
15627
15631
|
version: 1,
|
|
15628
|
-
declaration:
|
|
15632
|
+
declaration: xt.properties[2],
|
|
15629
15633
|
index: 3,
|
|
15630
15634
|
writesValues: [Yy],
|
|
15631
15635
|
parent: o$
|
|
@@ -15638,7 +15642,7 @@ const Hy = {
|
|
|
15638
15642
|
id: by,
|
|
15639
15643
|
type: n.OutputMap,
|
|
15640
15644
|
version: 1,
|
|
15641
|
-
declaration:
|
|
15645
|
+
declaration: xt.properties[0],
|
|
15642
15646
|
index: 2,
|
|
15643
15647
|
writesValues: [Ay],
|
|
15644
15648
|
parent: c$
|
|
@@ -15651,7 +15655,7 @@ const Hy = {
|
|
|
15651
15655
|
id: Ty,
|
|
15652
15656
|
type: n.OutputMap,
|
|
15653
15657
|
version: 1,
|
|
15654
|
-
declaration:
|
|
15658
|
+
declaration: xt.properties[3],
|
|
15655
15659
|
index: 1,
|
|
15656
15660
|
writesValues: [Wy],
|
|
15657
15661
|
parent: u$
|
|
@@ -15681,7 +15685,7 @@ const Hy = {
|
|
|
15681
15685
|
andChildrenGroup: null,
|
|
15682
15686
|
orChildrenGroup: null,
|
|
15683
15687
|
version: 1,
|
|
15684
|
-
entity:
|
|
15688
|
+
entity: xt,
|
|
15685
15689
|
asType: !1,
|
|
15686
15690
|
isList: !1,
|
|
15687
15691
|
isNullable: !0,
|
|
@@ -15744,7 +15748,7 @@ const Hy = {
|
|
|
15744
15748
|
orChildrenGroup: null,
|
|
15745
15749
|
id: "company-dto-func-declaration-company-input-declaration-data-type-id",
|
|
15746
15750
|
version: 1,
|
|
15747
|
-
entity:
|
|
15751
|
+
entity: xt,
|
|
15748
15752
|
asType: !1,
|
|
15749
15753
|
isList: !1,
|
|
15750
15754
|
isNullable: !1,
|
|
@@ -15804,7 +15808,7 @@ const Hy = {
|
|
|
15804
15808
|
andChildrenGroup: null,
|
|
15805
15809
|
orChildrenGroup: null,
|
|
15806
15810
|
version: 1,
|
|
15807
|
-
entity:
|
|
15811
|
+
entity: xt,
|
|
15808
15812
|
asType: !1,
|
|
15809
15813
|
isList: !1,
|
|
15810
15814
|
isNullable: !1,
|
|
@@ -16045,7 +16049,7 @@ const Hy = {
|
|
|
16045
16049
|
id: "last-timestamp-variable-default-value-id",
|
|
16046
16050
|
type: n.PrimitiveValue,
|
|
16047
16051
|
version: 1,
|
|
16048
|
-
name:
|
|
16052
|
+
name: I.Date,
|
|
16049
16053
|
value: null,
|
|
16050
16054
|
autogeneration: {
|
|
16051
16055
|
type: Je.CurrentDateAndTime,
|
|
@@ -16106,7 +16110,7 @@ const Hy = {
|
|
|
16106
16110
|
value: 2e3,
|
|
16107
16111
|
valueAsType: null,
|
|
16108
16112
|
autogeneration: null,
|
|
16109
|
-
name:
|
|
16113
|
+
name: I.Number,
|
|
16110
16114
|
parent: K$
|
|
16111
16115
|
},
|
|
16112
16116
|
index: 0,
|
|
@@ -16173,7 +16177,7 @@ const Hy = {
|
|
|
16173
16177
|
rangeStart: 1e3,
|
|
16174
16178
|
rangeEnd: 4e3
|
|
16175
16179
|
},
|
|
16176
|
-
name:
|
|
16180
|
+
name: I.Number,
|
|
16177
16181
|
parent: rL
|
|
16178
16182
|
},
|
|
16179
16183
|
index: 0,
|
|
@@ -16267,7 +16271,7 @@ const Hy = {
|
|
|
16267
16271
|
id: "list-of-functions-variable-data-type-default-value-id",
|
|
16268
16272
|
type: n.PrimitiveValue,
|
|
16269
16273
|
version: 1,
|
|
16270
|
-
name:
|
|
16274
|
+
name: I.ActionDescriptor,
|
|
16271
16275
|
value: null,
|
|
16272
16276
|
valueAsType: [
|
|
16273
16277
|
gr,
|
|
@@ -16533,7 +16537,7 @@ const mL = {
|
|
|
16533
16537
|
andChildrenGroup: null,
|
|
16534
16538
|
orChildrenGroup: null,
|
|
16535
16539
|
version: 1,
|
|
16536
|
-
entity:
|
|
16540
|
+
entity: xt,
|
|
16537
16541
|
isList: !1,
|
|
16538
16542
|
asType: !1,
|
|
16539
16543
|
isNullable: !1,
|
|
@@ -16629,7 +16633,7 @@ const mL = {
|
|
|
16629
16633
|
type: n.PrimitiveValue,
|
|
16630
16634
|
version: 1,
|
|
16631
16635
|
value: null,
|
|
16632
|
-
name:
|
|
16636
|
+
name: I.Date,
|
|
16633
16637
|
valueAsType: null,
|
|
16634
16638
|
autogeneration: {
|
|
16635
16639
|
type: Je.CurrentDateAndTime,
|
|
@@ -17011,7 +17015,7 @@ const eG = {
|
|
|
17011
17015
|
type: n.PrimitiveValue,
|
|
17012
17016
|
version: 1,
|
|
17013
17017
|
value: 1,
|
|
17014
|
-
name:
|
|
17018
|
+
name: I.Number,
|
|
17015
17019
|
parent: wG,
|
|
17016
17020
|
valueAsType: null,
|
|
17017
17021
|
autogeneration: null
|
|
@@ -17108,7 +17112,7 @@ const eG = {
|
|
|
17108
17112
|
type: n.PrimitiveValue,
|
|
17109
17113
|
version: 1,
|
|
17110
17114
|
value: 5,
|
|
17111
|
-
name:
|
|
17115
|
+
name: I.Number,
|
|
17112
17116
|
parent: GG,
|
|
17113
17117
|
valueAsType: null,
|
|
17114
17118
|
autogeneration: null
|
|
@@ -17327,7 +17331,7 @@ const nF = {
|
|
|
17327
17331
|
orChildrenGroup: null,
|
|
17328
17332
|
id: "company-variable-declaration-data-type-id",
|
|
17329
17333
|
version: 1,
|
|
17330
|
-
entity:
|
|
17334
|
+
entity: xt,
|
|
17331
17335
|
asType: !1,
|
|
17332
17336
|
isList: !1,
|
|
17333
17337
|
isNullable: !1,
|
|
@@ -17442,7 +17446,7 @@ const nF = {
|
|
|
17442
17446
|
readsValue: null,
|
|
17443
17447
|
defaultValue: {
|
|
17444
17448
|
type: n.PrimitiveValue,
|
|
17445
|
-
name:
|
|
17449
|
+
name: I.EntityTemplate,
|
|
17446
17450
|
value: null,
|
|
17447
17451
|
valueAsType: ri,
|
|
17448
17452
|
autogeneration: null
|
|
@@ -17559,7 +17563,7 @@ const nF = {
|
|
|
17559
17563
|
entityId: "person-not-found-thrown-error-id",
|
|
17560
17564
|
entityType: n.ReturnDeclaration
|
|
17561
17565
|
};
|
|
17562
|
-
n.DataType, n.PrimitiveValue,
|
|
17566
|
+
n.DataType, n.PrimitiveValue, I.String;
|
|
17563
17567
|
const wF = {
|
|
17564
17568
|
id: "person-not-found-thrown-error-parent-ref-id",
|
|
17565
17569
|
type: n.GenericReference,
|
|
@@ -18433,7 +18437,7 @@ const w4 = {
|
|
|
18433
18437
|
parentRelationType: null,
|
|
18434
18438
|
id: "global-test-iterate-over-string-loop-iteration-list-input-map-default-value-id",
|
|
18435
18439
|
type: n.PrimitiveValue,
|
|
18436
|
-
name:
|
|
18440
|
+
name: I.String,
|
|
18437
18441
|
version: 1,
|
|
18438
18442
|
value: "Hello",
|
|
18439
18443
|
valueAsType: null,
|
|
@@ -18809,7 +18813,7 @@ const SU = {
|
|
|
18809
18813
|
andChildrenGroup: null,
|
|
18810
18814
|
orChildrenGroup: null,
|
|
18811
18815
|
version: 1,
|
|
18812
|
-
entity:
|
|
18816
|
+
entity: Vt,
|
|
18813
18817
|
asType: !1,
|
|
18814
18818
|
isList: !1,
|
|
18815
18819
|
isNullable: !0,
|
|
@@ -18855,7 +18859,7 @@ const SU = {
|
|
|
18855
18859
|
id: Yh,
|
|
18856
18860
|
type: n.OutputMap,
|
|
18857
18861
|
version: 1,
|
|
18858
|
-
declaration:
|
|
18862
|
+
declaration: Vt.properties[2],
|
|
18859
18863
|
index: 3,
|
|
18860
18864
|
writesValues: [ff],
|
|
18861
18865
|
parent: zU
|
|
@@ -18868,7 +18872,7 @@ const SU = {
|
|
|
18868
18872
|
id: Wh,
|
|
18869
18873
|
type: n.OutputMap,
|
|
18870
18874
|
version: 1,
|
|
18871
|
-
declaration:
|
|
18875
|
+
declaration: Vt.properties[0],
|
|
18872
18876
|
index: 2,
|
|
18873
18877
|
writesValues: [uf],
|
|
18874
18878
|
parent: KU
|
|
@@ -18911,7 +18915,7 @@ const SU = {
|
|
|
18911
18915
|
andChildrenGroup: null,
|
|
18912
18916
|
orChildrenGroup: null,
|
|
18913
18917
|
version: 1,
|
|
18914
|
-
entity:
|
|
18918
|
+
entity: Vt,
|
|
18915
18919
|
asType: !1,
|
|
18916
18920
|
isList: !1,
|
|
18917
18921
|
isNullable: !0,
|
|
@@ -18957,7 +18961,7 @@ const SU = {
|
|
|
18957
18961
|
parentRelationType: null,
|
|
18958
18962
|
type: n.PrimitiveValue,
|
|
18959
18963
|
id: "employee-mapped-dto-variable-instance-now-timestamp-input-map-default-value-id",
|
|
18960
|
-
name:
|
|
18964
|
+
name: I.Date,
|
|
18961
18965
|
version: 1,
|
|
18962
18966
|
valueAsType: null,
|
|
18963
18967
|
value: null,
|
|
@@ -19155,7 +19159,7 @@ const SU = {
|
|
|
19155
19159
|
defaultValue: {
|
|
19156
19160
|
parentRelationType: null,
|
|
19157
19161
|
id: "is-test-environment-variable-dcl-datatype-default-value-id",
|
|
19158
|
-
name:
|
|
19162
|
+
name: I.Boolean,
|
|
19159
19163
|
version: 1,
|
|
19160
19164
|
value: null,
|
|
19161
19165
|
type: n.PrimitiveValue,
|
|
@@ -19227,13 +19231,13 @@ const SU = {
|
|
|
19227
19231
|
dl,
|
|
19228
19232
|
ht,
|
|
19229
19233
|
bN,
|
|
19230
|
-
|
|
19234
|
+
Vt,
|
|
19231
19235
|
Rs,
|
|
19232
19236
|
gp,
|
|
19233
19237
|
Ip,
|
|
19234
19238
|
ri,
|
|
19235
19239
|
pM,
|
|
19236
|
-
|
|
19240
|
+
xt,
|
|
19237
19241
|
oN,
|
|
19238
19242
|
sp,
|
|
19239
19243
|
nO,
|
|
@@ -20212,8 +20216,8 @@ function x9() {
|
|
|
20212
20216
|
$e.LessThanOrEqual,
|
|
20213
20217
|
$e.And,
|
|
20214
20218
|
$e.Or,
|
|
20215
|
-
|
|
20216
|
-
|
|
20219
|
+
qt.Empty,
|
|
20220
|
+
qt.NotEmpty
|
|
20217
20221
|
]);
|
|
20218
20222
|
}
|
|
20219
20223
|
function ba() {
|
|
@@ -20537,7 +20541,7 @@ function Q9() {
|
|
|
20537
20541
|
})
|
|
20538
20542
|
);
|
|
20539
20543
|
}
|
|
20540
|
-
function
|
|
20544
|
+
function e6() {
|
|
20541
20545
|
return Ls().merge(
|
|
20542
20546
|
d.object({
|
|
20543
20547
|
// declaration: z.union([
|
|
@@ -20561,7 +20565,7 @@ function ej() {
|
|
|
20561
20565
|
})
|
|
20562
20566
|
);
|
|
20563
20567
|
}
|
|
20564
|
-
function
|
|
20568
|
+
function t6() {
|
|
20565
20569
|
return Ls().merge(
|
|
20566
20570
|
d.object({
|
|
20567
20571
|
successCalls: d.array(ze()),
|
|
@@ -20581,9 +20585,9 @@ function tj() {
|
|
|
20581
20585
|
})
|
|
20582
20586
|
);
|
|
20583
20587
|
}
|
|
20584
|
-
function
|
|
20588
|
+
function n6() {
|
|
20585
20589
|
return Q9().merge(
|
|
20586
|
-
|
|
20590
|
+
t6()
|
|
20587
20591
|
);
|
|
20588
20592
|
}
|
|
20589
20593
|
function Gs() {
|
|
@@ -20592,7 +20596,7 @@ function Gs() {
|
|
|
20592
20596
|
function Cf() {
|
|
20593
20597
|
return d.record(d.string(), Gs());
|
|
20594
20598
|
}
|
|
20595
|
-
function
|
|
20599
|
+
function r6() {
|
|
20596
20600
|
return d.array(
|
|
20597
20601
|
d.union([
|
|
20598
20602
|
Gs(),
|
|
@@ -20604,7 +20608,7 @@ function wf() {
|
|
|
20604
20608
|
return d.union([
|
|
20605
20609
|
Gs(),
|
|
20606
20610
|
Cf(),
|
|
20607
|
-
|
|
20611
|
+
r6()
|
|
20608
20612
|
]);
|
|
20609
20613
|
}
|
|
20610
20614
|
function Bf() {
|
|
@@ -20615,27 +20619,27 @@ function Bf() {
|
|
|
20615
20619
|
}
|
|
20616
20620
|
function _f() {
|
|
20617
20621
|
return d.enum([
|
|
20618
|
-
|
|
20619
|
-
|
|
20620
|
-
|
|
20621
|
-
|
|
20622
|
-
|
|
20623
|
-
|
|
20624
|
-
|
|
20625
|
-
|
|
20626
|
-
|
|
20627
|
-
|
|
20628
|
-
|
|
20622
|
+
I.String,
|
|
20623
|
+
I.Number,
|
|
20624
|
+
I.Boolean,
|
|
20625
|
+
I.Null,
|
|
20626
|
+
I.Date,
|
|
20627
|
+
I.KeyValue,
|
|
20628
|
+
I.Enum,
|
|
20629
|
+
I.File,
|
|
20630
|
+
I.UUID,
|
|
20631
|
+
I.EntityTemplate,
|
|
20632
|
+
I.ActionDescriptor
|
|
20629
20633
|
]);
|
|
20630
20634
|
}
|
|
20631
|
-
function
|
|
20635
|
+
function i6() {
|
|
20632
20636
|
return d.union([
|
|
20633
20637
|
Tr(),
|
|
20634
20638
|
mi(),
|
|
20635
20639
|
ga()
|
|
20636
20640
|
]);
|
|
20637
20641
|
}
|
|
20638
|
-
function
|
|
20642
|
+
function a6() {
|
|
20639
20643
|
return d.object({
|
|
20640
20644
|
id: d.string(),
|
|
20641
20645
|
name: _f(),
|
|
@@ -20644,8 +20648,8 @@ function aj() {
|
|
|
20644
20648
|
autogeneration: If.nullable()
|
|
20645
20649
|
});
|
|
20646
20650
|
}
|
|
20647
|
-
function
|
|
20648
|
-
return
|
|
20651
|
+
function s6() {
|
|
20652
|
+
return a6().merge(
|
|
20649
20653
|
d.object({
|
|
20650
20654
|
// valueAsType:
|
|
20651
20655
|
// getPrimitiveValueAsTypeGenerationTargetSchemaSchema().nullable(),
|
|
@@ -20664,7 +20668,7 @@ function Ht() {
|
|
|
20664
20668
|
name: _f(),
|
|
20665
20669
|
type: d.literal(n.PrimitiveValue),
|
|
20666
20670
|
value: Bf(),
|
|
20667
|
-
valueAsType:
|
|
20671
|
+
valueAsType: i6().nullable(),
|
|
20668
20672
|
autogeneration: If.nullable(),
|
|
20669
20673
|
parent: d.union([
|
|
20670
20674
|
mc(),
|
|
@@ -20672,96 +20676,96 @@ function Ht() {
|
|
|
20672
20676
|
])
|
|
20673
20677
|
});
|
|
20674
20678
|
}
|
|
20675
|
-
function
|
|
20679
|
+
function o6() {
|
|
20676
20680
|
return Ht().extend({
|
|
20677
|
-
name: d.literal(
|
|
20681
|
+
name: d.literal(I.String),
|
|
20678
20682
|
value: d.string(),
|
|
20679
20683
|
autogeneration: vf.nullable()
|
|
20680
20684
|
});
|
|
20681
20685
|
}
|
|
20682
|
-
function
|
|
20686
|
+
function l6() {
|
|
20683
20687
|
return Ht().extend({
|
|
20684
|
-
name: d.literal(
|
|
20688
|
+
name: d.literal(I.Number),
|
|
20685
20689
|
value: d.number(),
|
|
20686
20690
|
autogeneration: Rf.nullable()
|
|
20687
20691
|
});
|
|
20688
20692
|
}
|
|
20689
|
-
function
|
|
20693
|
+
function c6() {
|
|
20690
20694
|
return Ht().extend({
|
|
20691
|
-
name: d.literal(
|
|
20695
|
+
name: d.literal(I.Boolean),
|
|
20692
20696
|
value: d.boolean(),
|
|
20693
20697
|
autogeneration: Ef.nullable()
|
|
20694
20698
|
});
|
|
20695
20699
|
}
|
|
20696
|
-
function
|
|
20700
|
+
function d6() {
|
|
20697
20701
|
return Ht().extend({
|
|
20698
|
-
name: d.literal(
|
|
20702
|
+
name: d.literal(I.Null),
|
|
20699
20703
|
value: d.null(),
|
|
20700
20704
|
autogeneration: d.null()
|
|
20701
20705
|
});
|
|
20702
20706
|
}
|
|
20703
|
-
function
|
|
20707
|
+
function u6() {
|
|
20704
20708
|
return Ht().extend({
|
|
20705
|
-
name: d.literal(
|
|
20709
|
+
name: d.literal(I.Date),
|
|
20706
20710
|
value: d.date(),
|
|
20707
20711
|
autogeneration: gf.nullable()
|
|
20708
20712
|
});
|
|
20709
20713
|
}
|
|
20710
|
-
function
|
|
20714
|
+
function p6() {
|
|
20711
20715
|
return Ht().extend({
|
|
20712
|
-
name: d.literal(
|
|
20716
|
+
name: d.literal(I.KeyValue),
|
|
20713
20717
|
value: wf(),
|
|
20714
20718
|
autogeneration: d.null()
|
|
20715
20719
|
});
|
|
20716
20720
|
}
|
|
20717
|
-
function
|
|
20721
|
+
function y6() {
|
|
20718
20722
|
return Ht().extend({
|
|
20719
|
-
name: d.literal(
|
|
20723
|
+
name: d.literal(I.Enum),
|
|
20720
20724
|
value: d.string(),
|
|
20721
20725
|
autogeneration: d.null()
|
|
20722
20726
|
});
|
|
20723
20727
|
}
|
|
20724
|
-
function
|
|
20728
|
+
function h6() {
|
|
20725
20729
|
return Ht().extend({
|
|
20726
|
-
name: d.literal(
|
|
20730
|
+
name: d.literal(I.File),
|
|
20727
20731
|
value: d.string(),
|
|
20728
20732
|
autogeneration: d.null()
|
|
20729
20733
|
});
|
|
20730
20734
|
}
|
|
20731
|
-
function
|
|
20735
|
+
function f6() {
|
|
20732
20736
|
return Ht().extend({
|
|
20733
|
-
name: d.literal(
|
|
20737
|
+
name: d.literal(I.UUID),
|
|
20734
20738
|
value: d.string(),
|
|
20735
20739
|
autogeneration: bf.nullable()
|
|
20736
20740
|
});
|
|
20737
20741
|
}
|
|
20738
|
-
function
|
|
20742
|
+
function m6() {
|
|
20739
20743
|
return Ht().extend({
|
|
20740
|
-
name: d.literal(
|
|
20744
|
+
name: d.literal(I.EntityTemplate),
|
|
20741
20745
|
value: Tr(),
|
|
20742
20746
|
autogeneration: d.null()
|
|
20743
20747
|
});
|
|
20744
20748
|
}
|
|
20745
|
-
function
|
|
20749
|
+
function T6() {
|
|
20746
20750
|
return Ht().extend({
|
|
20747
|
-
name: d.literal(
|
|
20751
|
+
name: d.literal(I.ActionDescriptor),
|
|
20748
20752
|
value: ga(),
|
|
20749
20753
|
autogeneration: d.null()
|
|
20750
20754
|
});
|
|
20751
20755
|
}
|
|
20752
20756
|
function fc() {
|
|
20753
20757
|
return d.union([
|
|
20754
|
-
|
|
20755
|
-
|
|
20756
|
-
|
|
20757
|
-
|
|
20758
|
-
|
|
20759
|
-
|
|
20760
|
-
|
|
20761
|
-
|
|
20762
|
-
|
|
20763
|
-
|
|
20764
|
-
|
|
20758
|
+
o6(),
|
|
20759
|
+
l6(),
|
|
20760
|
+
c6(),
|
|
20761
|
+
d6(),
|
|
20762
|
+
u6(),
|
|
20763
|
+
p6(),
|
|
20764
|
+
y6(),
|
|
20765
|
+
h6(),
|
|
20766
|
+
f6(),
|
|
20767
|
+
m6(),
|
|
20768
|
+
T6()
|
|
20765
20769
|
]);
|
|
20766
20770
|
}
|
|
20767
20771
|
function yr() {
|
|
@@ -20791,14 +20795,14 @@ function Tc() {
|
|
|
20791
20795
|
options: d.array(d.string()).optional()
|
|
20792
20796
|
});
|
|
20793
20797
|
}
|
|
20794
|
-
function
|
|
20798
|
+
function b6() {
|
|
20795
20799
|
return Tc().merge(
|
|
20796
20800
|
d.object({
|
|
20797
20801
|
version: d.number()
|
|
20798
20802
|
})
|
|
20799
20803
|
);
|
|
20800
20804
|
}
|
|
20801
|
-
function
|
|
20805
|
+
function E6() {
|
|
20802
20806
|
return Tc().merge(
|
|
20803
20807
|
d.object({
|
|
20804
20808
|
// parent: z.union([
|
|
@@ -20811,7 +20815,7 @@ function Ej() {
|
|
|
20811
20815
|
})
|
|
20812
20816
|
);
|
|
20813
20817
|
}
|
|
20814
|
-
function
|
|
20818
|
+
function v6() {
|
|
20815
20819
|
return d.object({
|
|
20816
20820
|
defaultValue: fc().nullable(),
|
|
20817
20821
|
entity: d.union([
|
|
@@ -20822,13 +20826,13 @@ function vj() {
|
|
|
20822
20826
|
]).nullable(),
|
|
20823
20827
|
parent: d.union([
|
|
20824
20828
|
Pf(),
|
|
20825
|
-
|
|
20829
|
+
k6(),
|
|
20826
20830
|
Df()
|
|
20827
20831
|
])
|
|
20828
20832
|
});
|
|
20829
20833
|
}
|
|
20830
|
-
function
|
|
20831
|
-
return
|
|
20834
|
+
function R6() {
|
|
20835
|
+
return b6().merge(v6());
|
|
20832
20836
|
}
|
|
20833
20837
|
function bc() {
|
|
20834
20838
|
return d.union([
|
|
@@ -20838,7 +20842,7 @@ function bc() {
|
|
|
20838
20842
|
d.record(d.string(), d.any())
|
|
20839
20843
|
]);
|
|
20840
20844
|
}
|
|
20841
|
-
function
|
|
20845
|
+
function g6() {
|
|
20842
20846
|
return d.object({
|
|
20843
20847
|
id: d.string(),
|
|
20844
20848
|
type: d.literal(n.GenericReference),
|
|
@@ -20854,7 +20858,7 @@ function Ec() {
|
|
|
20854
20858
|
description: d.string().nullable()
|
|
20855
20859
|
});
|
|
20856
20860
|
}
|
|
20857
|
-
function
|
|
20861
|
+
function I6() {
|
|
20858
20862
|
return Ec().merge(
|
|
20859
20863
|
d.object({
|
|
20860
20864
|
version: d.number(),
|
|
@@ -20863,7 +20867,7 @@ function Ij() {
|
|
|
20863
20867
|
})
|
|
20864
20868
|
);
|
|
20865
20869
|
}
|
|
20866
|
-
function
|
|
20870
|
+
function D6() {
|
|
20867
20871
|
return Ec().merge(
|
|
20868
20872
|
d.object({
|
|
20869
20873
|
// calledBySuccess: z.array(
|
|
@@ -20883,7 +20887,7 @@ function Dj() {
|
|
|
20883
20887
|
})
|
|
20884
20888
|
);
|
|
20885
20889
|
}
|
|
20886
|
-
function
|
|
20890
|
+
function P6() {
|
|
20887
20891
|
return d.object({
|
|
20888
20892
|
dataType: yr().nullable(),
|
|
20889
20893
|
readsValue: js().nullable(),
|
|
@@ -20902,8 +20906,8 @@ function Pj() {
|
|
|
20902
20906
|
])
|
|
20903
20907
|
});
|
|
20904
20908
|
}
|
|
20905
|
-
function
|
|
20906
|
-
return
|
|
20909
|
+
function A6() {
|
|
20910
|
+
return I6().merge(P6());
|
|
20907
20911
|
}
|
|
20908
20912
|
function Mf() {
|
|
20909
20913
|
return d.union([
|
|
@@ -20913,7 +20917,7 @@ function Mf() {
|
|
|
20913
20917
|
d.record(d.string(), d.any())
|
|
20914
20918
|
]);
|
|
20915
20919
|
}
|
|
20916
|
-
function
|
|
20920
|
+
function S6() {
|
|
20917
20921
|
return d.object({
|
|
20918
20922
|
id: d.string(),
|
|
20919
20923
|
type: d.literal(n.GenericReference),
|
|
@@ -20927,7 +20931,7 @@ function vc() {
|
|
|
20927
20931
|
type: d.literal(n.VariableInstance)
|
|
20928
20932
|
});
|
|
20929
20933
|
}
|
|
20930
|
-
function
|
|
20934
|
+
function O6() {
|
|
20931
20935
|
return vc().merge(
|
|
20932
20936
|
d.object({
|
|
20933
20937
|
version: d.number(),
|
|
@@ -20936,7 +20940,7 @@ function Oj() {
|
|
|
20936
20940
|
})
|
|
20937
20941
|
);
|
|
20938
20942
|
}
|
|
20939
|
-
function
|
|
20943
|
+
function C6() {
|
|
20940
20944
|
return vc().merge(
|
|
20941
20945
|
d.object({
|
|
20942
20946
|
// declaration: z.union([
|
|
@@ -20960,7 +20964,7 @@ function Cj() {
|
|
|
20960
20964
|
})
|
|
20961
20965
|
);
|
|
20962
20966
|
}
|
|
20963
|
-
function
|
|
20967
|
+
function w6() {
|
|
20964
20968
|
return d.object({
|
|
20965
20969
|
declaration: bc(),
|
|
20966
20970
|
dataType: yr().nullable(),
|
|
@@ -20980,9 +20984,9 @@ function wj() {
|
|
|
20980
20984
|
])
|
|
20981
20985
|
});
|
|
20982
20986
|
}
|
|
20983
|
-
function
|
|
20984
|
-
return
|
|
20985
|
-
|
|
20987
|
+
function B6() {
|
|
20988
|
+
return O6().merge(
|
|
20989
|
+
w6()
|
|
20986
20990
|
);
|
|
20987
20991
|
}
|
|
20988
20992
|
function Rc() {
|
|
@@ -21001,25 +21005,25 @@ function Fs() {
|
|
|
21001
21005
|
entityType: d.literal(n.InstalledProject)
|
|
21002
21006
|
});
|
|
21003
21007
|
}
|
|
21004
|
-
function
|
|
21008
|
+
function _6() {
|
|
21005
21009
|
return d.object({
|
|
21006
21010
|
id: d.string(),
|
|
21007
21011
|
type: d.literal(n.InstalledProject)
|
|
21008
21012
|
});
|
|
21009
21013
|
}
|
|
21010
|
-
function
|
|
21014
|
+
function M6() {
|
|
21011
21015
|
return d.object({
|
|
21012
21016
|
version: d.number(),
|
|
21013
21017
|
x: d.number(),
|
|
21014
21018
|
y: d.number()
|
|
21015
21019
|
});
|
|
21016
21020
|
}
|
|
21017
|
-
function
|
|
21021
|
+
function N6() {
|
|
21018
21022
|
return d.object({
|
|
21019
21023
|
// parent: z.union([z.string(), getProjectReferenceSchema()]).nullable().optional(),
|
|
21020
21024
|
});
|
|
21021
21025
|
}
|
|
21022
|
-
function
|
|
21026
|
+
function V6() {
|
|
21023
21027
|
return d.object({
|
|
21024
21028
|
implements: gt(),
|
|
21025
21029
|
description: d.string().nullable(),
|
|
@@ -21028,8 +21032,8 @@ function Vj() {
|
|
|
21028
21032
|
parent: gt()
|
|
21029
21033
|
});
|
|
21030
21034
|
}
|
|
21031
|
-
function
|
|
21032
|
-
return
|
|
21035
|
+
function x6() {
|
|
21036
|
+
return M6().merge(V6());
|
|
21033
21037
|
}
|
|
21034
21038
|
function gc() {
|
|
21035
21039
|
return d.union([
|
|
@@ -21039,7 +21043,7 @@ function gc() {
|
|
|
21039
21043
|
d.record(d.string(), d.any())
|
|
21040
21044
|
]);
|
|
21041
21045
|
}
|
|
21042
|
-
function $
|
|
21046
|
+
function $6() {
|
|
21043
21047
|
return d.object({
|
|
21044
21048
|
id: d.string(),
|
|
21045
21049
|
type: d.literal(n.GenericReference),
|
|
@@ -21055,7 +21059,7 @@ function Us() {
|
|
|
21055
21059
|
collapsed: d.boolean()
|
|
21056
21060
|
});
|
|
21057
21061
|
}
|
|
21058
|
-
function
|
|
21062
|
+
function L6() {
|
|
21059
21063
|
return Us().merge(
|
|
21060
21064
|
d.object({
|
|
21061
21065
|
version: d.number(),
|
|
@@ -21064,7 +21068,7 @@ function Lj() {
|
|
|
21064
21068
|
})
|
|
21065
21069
|
);
|
|
21066
21070
|
}
|
|
21067
|
-
function
|
|
21071
|
+
function G6() {
|
|
21068
21072
|
return Us().merge(
|
|
21069
21073
|
d.object({
|
|
21070
21074
|
// extends: z.array(
|
|
@@ -21077,7 +21081,7 @@ function Gj() {
|
|
|
21077
21081
|
})
|
|
21078
21082
|
);
|
|
21079
21083
|
}
|
|
21080
|
-
function
|
|
21084
|
+
function F6() {
|
|
21081
21085
|
return Us().merge(
|
|
21082
21086
|
d.object({
|
|
21083
21087
|
returnStatements: d.array(pr()),
|
|
@@ -21091,8 +21095,8 @@ function Fj() {
|
|
|
21091
21095
|
})
|
|
21092
21096
|
);
|
|
21093
21097
|
}
|
|
21094
|
-
function
|
|
21095
|
-
return
|
|
21098
|
+
function U6() {
|
|
21099
|
+
return L6().merge(F6());
|
|
21096
21100
|
}
|
|
21097
21101
|
function Ti() {
|
|
21098
21102
|
return d.union([
|
|
@@ -21102,8 +21106,8 @@ function Ti() {
|
|
|
21102
21106
|
}
|
|
21103
21107
|
function hr() {
|
|
21104
21108
|
return d.union([
|
|
21105
|
-
|
|
21106
|
-
|
|
21109
|
+
g6(),
|
|
21110
|
+
S6()
|
|
21107
21111
|
]);
|
|
21108
21112
|
}
|
|
21109
21113
|
function xn() {
|
|
@@ -21113,7 +21117,7 @@ function xn() {
|
|
|
21113
21117
|
hn()
|
|
21114
21118
|
]);
|
|
21115
21119
|
}
|
|
21116
|
-
function
|
|
21120
|
+
function j6() {
|
|
21117
21121
|
return d.union([
|
|
21118
21122
|
hr(),
|
|
21119
21123
|
$s(),
|
|
@@ -21147,18 +21151,18 @@ function x2() {
|
|
|
21147
21151
|
xn()
|
|
21148
21152
|
]);
|
|
21149
21153
|
}
|
|
21150
|
-
function
|
|
21154
|
+
function k6() {
|
|
21151
21155
|
return d.union([
|
|
21152
21156
|
Oc(),
|
|
21153
21157
|
oc(),
|
|
21154
|
-
|
|
21158
|
+
j6()
|
|
21155
21159
|
]);
|
|
21156
21160
|
}
|
|
21157
21161
|
function Ic() {
|
|
21158
21162
|
return gc();
|
|
21159
21163
|
}
|
|
21160
21164
|
function Dc() {
|
|
21161
|
-
return $
|
|
21165
|
+
return $6();
|
|
21162
21166
|
}
|
|
21163
21167
|
function Pc() {
|
|
21164
21168
|
return d.union([
|
|
@@ -21202,7 +21206,7 @@ function Sc() {
|
|
|
21202
21206
|
on()
|
|
21203
21207
|
]);
|
|
21204
21208
|
}
|
|
21205
|
-
function
|
|
21209
|
+
function q6() {
|
|
21206
21210
|
return d.union([
|
|
21207
21211
|
Pc(),
|
|
21208
21212
|
pr(),
|
|
@@ -21218,7 +21222,7 @@ function ze() {
|
|
|
21218
21222
|
ui()
|
|
21219
21223
|
]);
|
|
21220
21224
|
}
|
|
21221
|
-
function
|
|
21225
|
+
function J6() {
|
|
21222
21226
|
return d.union([
|
|
21223
21227
|
Ac(),
|
|
21224
21228
|
pr(),
|
|
@@ -21226,7 +21230,7 @@ function Jj() {
|
|
|
21226
21230
|
di()
|
|
21227
21231
|
]);
|
|
21228
21232
|
}
|
|
21229
|
-
function
|
|
21233
|
+
function W6() {
|
|
21230
21234
|
return d.union([
|
|
21231
21235
|
Sc(),
|
|
21232
21236
|
pi(),
|
|
@@ -21272,7 +21276,7 @@ function F2() {
|
|
|
21272
21276
|
}
|
|
21273
21277
|
function U2() {
|
|
21274
21278
|
return d.union([
|
|
21275
|
-
|
|
21279
|
+
q6(),
|
|
21276
21280
|
fr()
|
|
21277
21281
|
]);
|
|
21278
21282
|
}
|
|
@@ -21284,13 +21288,13 @@ function j2() {
|
|
|
21284
21288
|
}
|
|
21285
21289
|
function k2() {
|
|
21286
21290
|
return d.union([
|
|
21287
|
-
|
|
21291
|
+
J6(),
|
|
21288
21292
|
fr()
|
|
21289
21293
|
]);
|
|
21290
21294
|
}
|
|
21291
21295
|
function q2() {
|
|
21292
21296
|
return d.union([
|
|
21293
|
-
|
|
21297
|
+
W6(),
|
|
21294
21298
|
Ye()
|
|
21295
21299
|
]);
|
|
21296
21300
|
}
|
|
@@ -21344,7 +21348,7 @@ function K2() {
|
|
|
21344
21348
|
function X2() {
|
|
21345
21349
|
return d.union([
|
|
21346
21350
|
Br(),
|
|
21347
|
-
|
|
21351
|
+
tj(),
|
|
21348
21352
|
Rc(),
|
|
21349
21353
|
_r(),
|
|
21350
21354
|
Ot(),
|
|
@@ -21459,7 +21463,7 @@ function Cc() {
|
|
|
21459
21463
|
type: d.literal(n.ArgumentDeclaration)
|
|
21460
21464
|
});
|
|
21461
21465
|
}
|
|
21462
|
-
function
|
|
21466
|
+
function Y6() {
|
|
21463
21467
|
return Cc().merge(
|
|
21464
21468
|
d.object({
|
|
21465
21469
|
version: d.number(),
|
|
@@ -21468,7 +21472,7 @@ function Yj() {
|
|
|
21468
21472
|
})
|
|
21469
21473
|
);
|
|
21470
21474
|
}
|
|
21471
|
-
function
|
|
21475
|
+
function H6() {
|
|
21472
21476
|
return Cc().merge(
|
|
21473
21477
|
d.object({
|
|
21474
21478
|
// parent: z.union([
|
|
@@ -21482,7 +21486,7 @@ function Hj() {
|
|
|
21482
21486
|
})
|
|
21483
21487
|
);
|
|
21484
21488
|
}
|
|
21485
|
-
function
|
|
21489
|
+
function z6() {
|
|
21486
21490
|
return d.object({
|
|
21487
21491
|
dataType: yr().nullable(),
|
|
21488
21492
|
writesValues: d.array(xn()),
|
|
@@ -21495,8 +21499,8 @@ function zj() {
|
|
|
21495
21499
|
])
|
|
21496
21500
|
});
|
|
21497
21501
|
}
|
|
21498
|
-
function
|
|
21499
|
-
return
|
|
21502
|
+
function Z6() {
|
|
21503
|
+
return Y6().merge(z6());
|
|
21500
21504
|
}
|
|
21501
21505
|
function Ot() {
|
|
21502
21506
|
return d.union([
|
|
@@ -21522,7 +21526,7 @@ function wc() {
|
|
|
21522
21526
|
description: d.string().nullable()
|
|
21523
21527
|
});
|
|
21524
21528
|
}
|
|
21525
|
-
function
|
|
21529
|
+
function K6() {
|
|
21526
21530
|
return wc().merge(
|
|
21527
21531
|
d.object({
|
|
21528
21532
|
version: d.number(),
|
|
@@ -21533,10 +21537,10 @@ function Kj() {
|
|
|
21533
21537
|
})
|
|
21534
21538
|
);
|
|
21535
21539
|
}
|
|
21536
|
-
function
|
|
21540
|
+
function X6() {
|
|
21537
21541
|
return wc();
|
|
21538
21542
|
}
|
|
21539
|
-
function
|
|
21543
|
+
function Q6() {
|
|
21540
21544
|
return d.object({
|
|
21541
21545
|
inputs: d.array(mr()),
|
|
21542
21546
|
implements: Xt().nullable(),
|
|
@@ -21551,12 +21555,12 @@ function Qj() {
|
|
|
21551
21555
|
])
|
|
21552
21556
|
});
|
|
21553
21557
|
}
|
|
21554
|
-
function
|
|
21555
|
-
return
|
|
21556
|
-
|
|
21558
|
+
function ej() {
|
|
21559
|
+
return K6().merge(
|
|
21560
|
+
Q6()
|
|
21557
21561
|
);
|
|
21558
21562
|
}
|
|
21559
|
-
function
|
|
21563
|
+
function tj() {
|
|
21560
21564
|
return d.union([
|
|
21561
21565
|
d.object({
|
|
21562
21566
|
type: d.literal(n.Project)
|
|
@@ -21580,17 +21584,17 @@ function Bc() {
|
|
|
21580
21584
|
description: d.string().nullable()
|
|
21581
21585
|
});
|
|
21582
21586
|
}
|
|
21583
|
-
function
|
|
21587
|
+
function nj() {
|
|
21584
21588
|
return Bc().merge(
|
|
21585
21589
|
d.object({
|
|
21586
21590
|
version: d.number()
|
|
21587
21591
|
})
|
|
21588
21592
|
);
|
|
21589
21593
|
}
|
|
21590
|
-
function
|
|
21594
|
+
function rj() {
|
|
21591
21595
|
return Bc();
|
|
21592
21596
|
}
|
|
21593
|
-
function
|
|
21597
|
+
function ij() {
|
|
21594
21598
|
return d.object({
|
|
21595
21599
|
entities: d.array(_r()),
|
|
21596
21600
|
functions: d.array(Ot()),
|
|
@@ -21605,8 +21609,8 @@ function i6() {
|
|
|
21605
21609
|
searches: d.array(Ea())
|
|
21606
21610
|
});
|
|
21607
21611
|
}
|
|
21608
|
-
function
|
|
21609
|
-
return
|
|
21612
|
+
function aj() {
|
|
21613
|
+
return nj().merge(ij());
|
|
21610
21614
|
}
|
|
21611
21615
|
function _r() {
|
|
21612
21616
|
return d.union([
|
|
@@ -21634,7 +21638,7 @@ function _c() {
|
|
|
21634
21638
|
abstract: d.boolean()
|
|
21635
21639
|
});
|
|
21636
21640
|
}
|
|
21637
|
-
function
|
|
21641
|
+
function sj() {
|
|
21638
21642
|
return _c().merge(
|
|
21639
21643
|
d.object({
|
|
21640
21644
|
version: d.number(),
|
|
@@ -21643,7 +21647,7 @@ function s6() {
|
|
|
21643
21647
|
})
|
|
21644
21648
|
);
|
|
21645
21649
|
}
|
|
21646
|
-
function
|
|
21650
|
+
function oj() {
|
|
21647
21651
|
return _c().merge(
|
|
21648
21652
|
d.object({
|
|
21649
21653
|
// extends: z.array(
|
|
@@ -21663,10 +21667,10 @@ function o6() {
|
|
|
21663
21667
|
})
|
|
21664
21668
|
);
|
|
21665
21669
|
}
|
|
21666
|
-
function
|
|
21670
|
+
function lj() {
|
|
21667
21671
|
return d.union([gt(), mc()]);
|
|
21668
21672
|
}
|
|
21669
|
-
function
|
|
21673
|
+
function cj() {
|
|
21670
21674
|
return d.object({
|
|
21671
21675
|
properties: d.array(ur()),
|
|
21672
21676
|
methods: d.array(Ot()),
|
|
@@ -21677,22 +21681,22 @@ function c6() {
|
|
|
21677
21681
|
implements: d.array(
|
|
21678
21682
|
d.union([_r(), Br()])
|
|
21679
21683
|
),
|
|
21680
|
-
parent:
|
|
21684
|
+
parent: lj()
|
|
21681
21685
|
});
|
|
21682
21686
|
}
|
|
21683
|
-
function
|
|
21684
|
-
return
|
|
21685
|
-
|
|
21687
|
+
function dj() {
|
|
21688
|
+
return sj().merge(
|
|
21689
|
+
cj()
|
|
21686
21690
|
);
|
|
21687
21691
|
}
|
|
21688
|
-
function
|
|
21689
|
-
const e =
|
|
21692
|
+
function uj(r) {
|
|
21693
|
+
const e = dj(), t = r.toJSON();
|
|
21690
21694
|
e.safeParse(t).success;
|
|
21691
21695
|
const a = r.implements.flatMap(
|
|
21692
|
-
(y) =>
|
|
21696
|
+
(y) => hj(r, y)
|
|
21693
21697
|
), s = r.extends.flatMap(
|
|
21694
|
-
(y) =>
|
|
21695
|
-
), o =
|
|
21698
|
+
(y) => fj(r, y)
|
|
21699
|
+
), o = Tj(r), l = mj(r);
|
|
21696
21700
|
r.methods.flatMap((y) => y.validate());
|
|
21697
21701
|
const u = [
|
|
21698
21702
|
...a,
|
|
@@ -21702,7 +21706,7 @@ function u6(r) {
|
|
|
21702
21706
|
];
|
|
21703
21707
|
return se(r.errors, u);
|
|
21704
21708
|
}
|
|
21705
|
-
function
|
|
21709
|
+
function pj(r, e) {
|
|
21706
21710
|
const t = e.properties.filter((s) => s.abstract), i = [];
|
|
21707
21711
|
let a = [...r.properties];
|
|
21708
21712
|
return t.forEach((s) => {
|
|
@@ -21717,7 +21721,7 @@ function p6(r, e) {
|
|
|
21717
21721
|
) : i.push(s);
|
|
21718
21722
|
}), i;
|
|
21719
21723
|
}
|
|
21720
|
-
function
|
|
21724
|
+
function yj(r, e) {
|
|
21721
21725
|
const t = e.abstractMethods, i = [];
|
|
21722
21726
|
let a = [...r.methods];
|
|
21723
21727
|
return t.forEach((s) => {
|
|
@@ -21732,7 +21736,7 @@ function y6(r, e) {
|
|
|
21732
21736
|
) : i.push(s);
|
|
21733
21737
|
}), i;
|
|
21734
21738
|
}
|
|
21735
|
-
function
|
|
21739
|
+
function hj(r, e) {
|
|
21736
21740
|
const t = [];
|
|
21737
21741
|
if (!e.abstract) {
|
|
21738
21742
|
const y = Y({
|
|
@@ -21826,7 +21830,7 @@ function h6(r, e) {
|
|
|
21826
21830
|
t.push(f.error);
|
|
21827
21831
|
}), t;
|
|
21828
21832
|
}
|
|
21829
|
-
function
|
|
21833
|
+
function fj(r, e) {
|
|
21830
21834
|
const t = [], i = [];
|
|
21831
21835
|
if (e.abstract) {
|
|
21832
21836
|
const s = Y({
|
|
@@ -21877,7 +21881,7 @@ function f6(r, e) {
|
|
|
21877
21881
|
t.push(o.error);
|
|
21878
21882
|
}), t;
|
|
21879
21883
|
}
|
|
21880
|
-
function
|
|
21884
|
+
function mj(r) {
|
|
21881
21885
|
const e = [];
|
|
21882
21886
|
if (!r.properties.length) {
|
|
21883
21887
|
const t = Y({
|
|
@@ -21894,7 +21898,7 @@ function m6(r) {
|
|
|
21894
21898
|
t.validate();
|
|
21895
21899
|
}), e;
|
|
21896
21900
|
}
|
|
21897
|
-
function
|
|
21901
|
+
function Tj(r) {
|
|
21898
21902
|
const e = [];
|
|
21899
21903
|
if (r.abstract) {
|
|
21900
21904
|
if (r.methods.length) {
|
|
@@ -21992,56 +21996,56 @@ function T6(r) {
|
|
|
21992
21996
|
}
|
|
21993
21997
|
return e;
|
|
21994
21998
|
}
|
|
21995
|
-
function
|
|
21999
|
+
function bj(r) {
|
|
21996
22000
|
return r instanceof Error && r.name === "ZodError" && "issues" in r && Array.isArray(r.issues);
|
|
21997
22001
|
}
|
|
21998
|
-
var
|
|
22002
|
+
var Ej = class extends Error {
|
|
21999
22003
|
constructor(e, t) {
|
|
22000
22004
|
super(e, t);
|
|
22001
22005
|
c(this, "name");
|
|
22002
22006
|
c(this, "details");
|
|
22003
|
-
this.name = "ZodValidationError", this.details =
|
|
22007
|
+
this.name = "ZodValidationError", this.details = vj(t);
|
|
22004
22008
|
}
|
|
22005
22009
|
toString() {
|
|
22006
22010
|
return this.message;
|
|
22007
22011
|
}
|
|
22008
22012
|
};
|
|
22009
|
-
function
|
|
22013
|
+
function vj(r) {
|
|
22010
22014
|
if (r) {
|
|
22011
22015
|
const e = r.cause;
|
|
22012
|
-
if (
|
|
22016
|
+
if (bj(e))
|
|
22013
22017
|
return e.issues;
|
|
22014
22018
|
}
|
|
22015
22019
|
return [];
|
|
22016
22020
|
}
|
|
22017
|
-
function
|
|
22021
|
+
function Rj(r) {
|
|
22018
22022
|
return r.length !== 0;
|
|
22019
22023
|
}
|
|
22020
|
-
var
|
|
22021
|
-
function
|
|
22024
|
+
var gj = /[$_\p{ID_Start}][$\u200c\u200d\p{ID_Continue}]*/u;
|
|
22025
|
+
function Ij(r) {
|
|
22022
22026
|
return r.length === 1 ? r[0].toString() : r.reduce((e, t) => {
|
|
22023
22027
|
if (typeof t == "number")
|
|
22024
22028
|
return e + "[" + t.toString() + "]";
|
|
22025
22029
|
if (t.includes('"'))
|
|
22026
|
-
return e + '["' +
|
|
22027
|
-
if (!
|
|
22030
|
+
return e + '["' + Dj(t) + '"]';
|
|
22031
|
+
if (!gj.test(t))
|
|
22028
22032
|
return e + '["' + t + '"]';
|
|
22029
22033
|
const i = e.length === 0 ? "" : ".";
|
|
22030
22034
|
return e + i + t;
|
|
22031
22035
|
}, "");
|
|
22032
22036
|
}
|
|
22033
|
-
function
|
|
22037
|
+
function Dj(r) {
|
|
22034
22038
|
return r.replace(/"/g, '\\"');
|
|
22035
22039
|
}
|
|
22036
|
-
var
|
|
22037
|
-
function
|
|
22040
|
+
var Pj = "; ", Aj = 99, Nf = "Validation error", Sj = ": ", Oj = ", or ";
|
|
22041
|
+
function Cj(r = {}) {
|
|
22038
22042
|
const {
|
|
22039
|
-
issueSeparator: e =
|
|
22040
|
-
unionSeparator: t =
|
|
22041
|
-
prefixSeparator: i =
|
|
22043
|
+
issueSeparator: e = Pj,
|
|
22044
|
+
unionSeparator: t = Oj,
|
|
22045
|
+
prefixSeparator: i = Sj,
|
|
22042
22046
|
prefix: a = Nf,
|
|
22043
22047
|
includePath: s = !0,
|
|
22044
|
-
maxIssuesInMessage: o =
|
|
22048
|
+
maxIssuesInMessage: o = Aj
|
|
22045
22049
|
} = r;
|
|
22046
22050
|
return (l) => {
|
|
22047
22051
|
const u = l.slice(0, o).map(
|
|
@@ -22052,7 +22056,7 @@ function C6(r = {}) {
|
|
|
22052
22056
|
includePath: s
|
|
22053
22057
|
})
|
|
22054
22058
|
).join(e);
|
|
22055
|
-
return
|
|
22059
|
+
return wj(u, a, i);
|
|
22056
22060
|
};
|
|
22057
22061
|
}
|
|
22058
22062
|
function Na(r) {
|
|
@@ -22093,34 +22097,34 @@ function Na(r) {
|
|
|
22093
22097
|
})
|
|
22094
22098
|
)
|
|
22095
22099
|
].join(t);
|
|
22096
|
-
if (a &&
|
|
22100
|
+
if (a && Rj(e.path)) {
|
|
22097
22101
|
if (e.path.length === 1) {
|
|
22098
22102
|
const s = e.path[0];
|
|
22099
22103
|
if (typeof s == "number")
|
|
22100
22104
|
return `${e.message} at index ${s}`;
|
|
22101
22105
|
}
|
|
22102
|
-
return `${e.message} at "${
|
|
22106
|
+
return `${e.message} at "${Ij(e.path)}"`;
|
|
22103
22107
|
}
|
|
22104
22108
|
return e.message;
|
|
22105
22109
|
}
|
|
22106
|
-
function
|
|
22110
|
+
function wj(r, e, t) {
|
|
22107
22111
|
return e !== null ? r.length > 0 ? [e, r].join(t) : e : r.length > 0 ? r : Nf;
|
|
22108
22112
|
}
|
|
22109
|
-
function
|
|
22110
|
-
const i =
|
|
22111
|
-
return new
|
|
22113
|
+
function Bj(r, e = {}) {
|
|
22114
|
+
const i = _j(e)([r]);
|
|
22115
|
+
return new Ej(i, { cause: new vt([r]) });
|
|
22112
22116
|
}
|
|
22113
|
-
function
|
|
22114
|
-
return "messageBuilder" in r ? r.messageBuilder :
|
|
22117
|
+
function _j(r) {
|
|
22118
|
+
return "messageBuilder" in r ? r.messageBuilder : Cj(r);
|
|
22115
22119
|
}
|
|
22116
|
-
var Vf = "1.13.7", fd = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, ks = Array.prototype, Mc = Object.prototype, md = typeof Symbol < "u" ? Symbol.prototype : null,
|
|
22120
|
+
var Vf = "1.13.7", fd = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, ks = Array.prototype, Mc = Object.prototype, md = typeof Symbol < "u" ? Symbol.prototype : null, Mj = ks.push, Ia = ks.slice, Ui = Mc.toString, Nj = Mc.hasOwnProperty, xf = typeof ArrayBuffer < "u", Vj = typeof DataView < "u", xj = Array.isArray, Td = Object.keys, bd = Object.create, Ed = xf && ArrayBuffer.isView, $j = isNaN, Lj = isFinite, $f = !{ toString: null }.propertyIsEnumerable("toString"), vd = [
|
|
22117
22121
|
"valueOf",
|
|
22118
22122
|
"isPrototypeOf",
|
|
22119
22123
|
"toString",
|
|
22120
22124
|
"propertyIsEnumerable",
|
|
22121
22125
|
"hasOwnProperty",
|
|
22122
22126
|
"toLocaleString"
|
|
22123
|
-
],
|
|
22127
|
+
], Gj = Math.pow(2, 53) - 1;
|
|
22124
22128
|
function It(r, e) {
|
|
22125
22129
|
return e = e == null ? r.length - 1 : +e, function() {
|
|
22126
22130
|
for (var t = Math.max(arguments.length - e, 0), i = Array(t), a = 0; a < t; a++)
|
|
@@ -22143,7 +22147,7 @@ function Ln(r) {
|
|
|
22143
22147
|
var e = typeof r;
|
|
22144
22148
|
return e === "function" || e === "object" && !!r;
|
|
22145
22149
|
}
|
|
22146
|
-
function
|
|
22150
|
+
function Fj(r) {
|
|
22147
22151
|
return r === null;
|
|
22148
22152
|
}
|
|
22149
22153
|
function Lf(r) {
|
|
@@ -22152,7 +22156,7 @@ function Lf(r) {
|
|
|
22152
22156
|
function Gf(r) {
|
|
22153
22157
|
return r === !0 || r === !1 || Ui.call(r) === "[object Boolean]";
|
|
22154
22158
|
}
|
|
22155
|
-
function
|
|
22159
|
+
function Uj(r) {
|
|
22156
22160
|
return !!(r && r.nodeType === 1);
|
|
22157
22161
|
}
|
|
22158
22162
|
function ct(r) {
|
|
@@ -22161,19 +22165,19 @@ function ct(r) {
|
|
|
22161
22165
|
return Ui.call(t) === e;
|
|
22162
22166
|
};
|
|
22163
22167
|
}
|
|
22164
|
-
const Nc = ct("String"), Ff = ct("Number"),
|
|
22165
|
-
var kf = ct("Function"),
|
|
22166
|
-
typeof /./ != "function" && typeof Int8Array != "object" && typeof
|
|
22168
|
+
const Nc = ct("String"), Ff = ct("Number"), jj = ct("Date"), kj = ct("RegExp"), qj = ct("Error"), Uf = ct("Symbol"), jf = ct("ArrayBuffer");
|
|
22169
|
+
var kf = ct("Function"), Jj = fd.document && fd.document.childNodes;
|
|
22170
|
+
typeof /./ != "function" && typeof Int8Array != "object" && typeof Jj != "function" && (kf = function(r) {
|
|
22167
22171
|
return typeof r == "function" || !1;
|
|
22168
22172
|
});
|
|
22169
22173
|
const yt = kf, qf = ct("Object");
|
|
22170
|
-
var Jf =
|
|
22171
|
-
function
|
|
22174
|
+
var Jf = Vj && (!/\[native code\]/.test(String(DataView)) || qf(new DataView(new ArrayBuffer(8)))), Vc = typeof Map < "u" && qf(/* @__PURE__ */ new Map()), Wj = ct("DataView");
|
|
22175
|
+
function Yj(r) {
|
|
22172
22176
|
return r != null && yt(r.getInt8) && jf(r.buffer);
|
|
22173
22177
|
}
|
|
22174
|
-
const za = Jf ?
|
|
22178
|
+
const za = Jf ? Yj : Wj, br = xj || ct("Array");
|
|
22175
22179
|
function Gn(r, e) {
|
|
22176
|
-
return r != null &&
|
|
22180
|
+
return r != null && Nj.call(r, e);
|
|
22177
22181
|
}
|
|
22178
22182
|
var Ro = ct("Arguments");
|
|
22179
22183
|
(function() {
|
|
@@ -22182,11 +22186,11 @@ var Ro = ct("Arguments");
|
|
|
22182
22186
|
});
|
|
22183
22187
|
})();
|
|
22184
22188
|
const xc = Ro;
|
|
22185
|
-
function
|
|
22186
|
-
return !Uf(r) &&
|
|
22189
|
+
function Hj(r) {
|
|
22190
|
+
return !Uf(r) && Lj(r) && !isNaN(parseFloat(r));
|
|
22187
22191
|
}
|
|
22188
22192
|
function Wf(r) {
|
|
22189
|
-
return Ff(r) && $
|
|
22193
|
+
return Ff(r) && $j(r);
|
|
22190
22194
|
}
|
|
22191
22195
|
function Yf(r) {
|
|
22192
22196
|
return function() {
|
|
@@ -22196,7 +22200,7 @@ function Yf(r) {
|
|
|
22196
22200
|
function Hf(r) {
|
|
22197
22201
|
return function(e) {
|
|
22198
22202
|
var t = r(e);
|
|
22199
|
-
return typeof t == "number" && t >= 0 && t <=
|
|
22203
|
+
return typeof t == "number" && t >= 0 && t <= Gj;
|
|
22200
22204
|
};
|
|
22201
22205
|
}
|
|
22202
22206
|
function zf(r) {
|
|
@@ -22204,13 +22208,13 @@ function zf(r) {
|
|
|
22204
22208
|
return e == null ? void 0 : e[r];
|
|
22205
22209
|
};
|
|
22206
22210
|
}
|
|
22207
|
-
const Za = zf("byteLength"),
|
|
22208
|
-
var
|
|
22209
|
-
function
|
|
22210
|
-
return Ed ? Ed(r) && !za(r) :
|
|
22211
|
+
const Za = zf("byteLength"), zj = Hf(Za);
|
|
22212
|
+
var Zj = /\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;
|
|
22213
|
+
function Kj(r) {
|
|
22214
|
+
return Ed ? Ed(r) && !za(r) : zj(r) && Zj.test(Ui.call(r));
|
|
22211
22215
|
}
|
|
22212
|
-
const Zf = xf ?
|
|
22213
|
-
function
|
|
22216
|
+
const Zf = xf ? Kj : Yf(!1), Dt = zf("length");
|
|
22217
|
+
function Xj(r) {
|
|
22214
22218
|
for (var e = {}, t = r.length, i = 0; i < t; ++i)
|
|
22215
22219
|
e[r[i]] = !0;
|
|
22216
22220
|
return {
|
|
@@ -22223,7 +22227,7 @@ function X6(r) {
|
|
|
22223
22227
|
};
|
|
22224
22228
|
}
|
|
22225
22229
|
function Kf(r, e) {
|
|
22226
|
-
e =
|
|
22230
|
+
e = Xj(e);
|
|
22227
22231
|
var t = vd.length, i = r.constructor, a = yt(i) && i.prototype || Mc, s = "constructor";
|
|
22228
22232
|
for (Gn(r, s) && !e.contains(s) && e.push(s); t--; )
|
|
22229
22233
|
s = vd[t], s in r && r[s] !== a[s] && !e.contains(s) && e.push(s);
|
|
@@ -22349,7 +22353,7 @@ function Qf(r, e, t, i) {
|
|
|
22349
22353
|
}
|
|
22350
22354
|
return t.pop(), i.pop(), !0;
|
|
22351
22355
|
}
|
|
22352
|
-
function
|
|
22356
|
+
function Qj(r, e) {
|
|
22353
22357
|
return go(r, e);
|
|
22354
22358
|
}
|
|
22355
22359
|
function Da(r) {
|
|
@@ -23064,7 +23068,7 @@ function wm(r) {
|
|
|
23064
23068
|
var t = ae[e] = r[e];
|
|
23065
23069
|
ae.prototype[e] = function() {
|
|
23066
23070
|
var i = [this._wrapped];
|
|
23067
|
-
return
|
|
23071
|
+
return Mj.apply(i, arguments), Hc(this, t.apply(ae, i));
|
|
23068
23072
|
};
|
|
23069
23073
|
}), ae;
|
|
23070
23074
|
}
|
|
@@ -23147,20 +23151,20 @@ const c5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
23147
23151
|
isArrayBuffer: jf,
|
|
23148
23152
|
isBoolean: Gf,
|
|
23149
23153
|
isDataView: za,
|
|
23150
|
-
isDate:
|
|
23151
|
-
isElement:
|
|
23154
|
+
isDate: jj,
|
|
23155
|
+
isElement: Uj,
|
|
23152
23156
|
isEmpty: Pi,
|
|
23153
|
-
isEqual:
|
|
23154
|
-
isError:
|
|
23155
|
-
isFinite:
|
|
23157
|
+
isEqual: Qj,
|
|
23158
|
+
isError: qj,
|
|
23159
|
+
isFinite: Hj,
|
|
23156
23160
|
isFunction: yt,
|
|
23157
23161
|
isMap: n3,
|
|
23158
23162
|
isMatch: Xf,
|
|
23159
23163
|
isNaN: Wf,
|
|
23160
|
-
isNull:
|
|
23164
|
+
isNull: Fj,
|
|
23161
23165
|
isNumber: Ff,
|
|
23162
23166
|
isObject: Ln,
|
|
23163
|
-
isRegExp:
|
|
23167
|
+
isRegExp: kj,
|
|
23164
23168
|
isSet: i3,
|
|
23165
23169
|
isString: Nc,
|
|
23166
23170
|
isSymbol: Uf,
|
|
@@ -23244,7 +23248,7 @@ function u5(r, e) {
|
|
|
23244
23248
|
throw new Error(
|
|
23245
23249
|
`Expected property entities for comparison. But got ${r.type} and ${e.type}.`
|
|
23246
23250
|
);
|
|
23247
|
-
return r === e || r.id === e.id ? !0 : r.name !== e.name || r.static !== e.static || r.abstract !== e.abstract ? !1 :
|
|
23251
|
+
return r === e || r.id === e.id ? !0 : r.name !== e.name || r.static !== e.static || r.abstract !== e.abstract ? !1 : Ft(
|
|
23248
23252
|
r.dataType,
|
|
23249
23253
|
e.dataType
|
|
23250
23254
|
).compatible;
|
|
@@ -23278,8 +23282,8 @@ function p5(r, e) {
|
|
|
23278
23282
|
}
|
|
23279
23283
|
return !(i.length > 0);
|
|
23280
23284
|
}
|
|
23281
|
-
var
|
|
23282
|
-
function
|
|
23285
|
+
var Lt = /* @__PURE__ */ ((r) => (r.BothUnconstrained = "both-unconstrained", r.AConstraintBUnconstrained = "a-constraint-b-unconstrained", r.BConstraintAUnconstrained = "b-constraint-a-unconstrained", r.Same = "same", r.AIsListBIsNot = "a-is-list-b-is-not", r.BIsListAIsNot = "b-is-list-a-is-not", r.AIsNullableBIsNot = "a-is-nullable-b-is-not", r.BIsNullableAIsNot = "b-is-nullable-a-is-not", r.AIsTemplateBIsNot = "a-is-template-b-is-not", r.BIsTemplateAIsNot = "b-is-template-a-is-not", r.BothUntyped = "both-untyped", r.AIsUntypedBIsNot = "a-is-untyped-b-is-not", r.BIsUntypedAIsNot = "b-is-untyped-a-is-not", r.TypeEntityMismatch = "type-entity-mismatch", r.SameCustomEntities = "same-custom-entities", r.CompatibleCustomEntities = "compatible-custom-entities", r.IncompatibleCustomEntities = "incompatible-custom-entities", r.SamePrimitiveEntities = "same-primitive-entities", r.IncompatiblePrimitiveEntities = "incompatible-primitive-entities", r.SameBuiltInBaseEntities = "same-built-in-base-entities", r.IncompatibleBuiltInBaseEntities = "incompatible-built-in-base-entities", r.CheckUnknown = "check-unknown", r))(Lt || {});
|
|
23286
|
+
function Ft(r, e) {
|
|
23283
23287
|
var t, i, a, s, o, l, u, p, y, f, E;
|
|
23284
23288
|
if (r && r.type !== n.DataType || e && e.type !== n.DataType)
|
|
23285
23289
|
throw new Error(
|
|
@@ -23549,7 +23553,7 @@ function Vm(r) {
|
|
|
23549
23553
|
if (!r.entity)
|
|
23550
23554
|
return r.isList ? "List of an unknown data type" : "Unknown data type";
|
|
23551
23555
|
if (r.entity.type === n.PrimitiveEntity) {
|
|
23552
|
-
const e = r.entity.name ===
|
|
23556
|
+
const e = r.entity.name === I.String ? "Text" : r.entity.name;
|
|
23553
23557
|
return r.isList ? `List of ${e}s` : (
|
|
23554
23558
|
// Upper case the first letter
|
|
23555
23559
|
`${e.slice(0, 1).toUpperCase()}${e.slice(1)}`
|
|
@@ -23594,9 +23598,9 @@ function oo(r) {
|
|
|
23594
23598
|
return "and";
|
|
23595
23599
|
case $e.Or:
|
|
23596
23600
|
return "or";
|
|
23597
|
-
case
|
|
23601
|
+
case qt.Empty:
|
|
23598
23602
|
return "is empty";
|
|
23599
|
-
case
|
|
23603
|
+
case qt.NotEmpty:
|
|
23600
23604
|
return "is not empty";
|
|
23601
23605
|
}
|
|
23602
23606
|
}
|
|
@@ -23635,28 +23639,30 @@ function g5(r) {
|
|
|
23635
23639
|
}
|
|
23636
23640
|
function I5(r) {
|
|
23637
23641
|
switch (r.name) {
|
|
23638
|
-
case
|
|
23642
|
+
case I.String:
|
|
23639
23643
|
return "Text";
|
|
23640
|
-
case
|
|
23644
|
+
case I.Number:
|
|
23641
23645
|
return "Number";
|
|
23642
|
-
case
|
|
23646
|
+
case I.Boolean:
|
|
23643
23647
|
return "Boolean";
|
|
23644
|
-
case
|
|
23648
|
+
case I.KeyValue:
|
|
23645
23649
|
return "Data structure";
|
|
23646
|
-
case
|
|
23650
|
+
case I.UUID:
|
|
23647
23651
|
return "Unique identifier";
|
|
23648
|
-
case
|
|
23652
|
+
case I.Date:
|
|
23649
23653
|
return "Date";
|
|
23650
|
-
case
|
|
23654
|
+
case I.EntityTemplate:
|
|
23651
23655
|
return "Entity as template";
|
|
23652
|
-
case
|
|
23656
|
+
case I.Enum:
|
|
23653
23657
|
return "Enumeration";
|
|
23654
|
-
case
|
|
23658
|
+
case I.File:
|
|
23655
23659
|
return "File";
|
|
23656
|
-
case
|
|
23660
|
+
case I.Null:
|
|
23657
23661
|
return "Empty";
|
|
23658
|
-
case
|
|
23662
|
+
case I.ActionDescriptor:
|
|
23659
23663
|
return "Action descriptor";
|
|
23664
|
+
case I.Untyped:
|
|
23665
|
+
return "Untyped";
|
|
23660
23666
|
default:
|
|
23661
23667
|
return r.name;
|
|
23662
23668
|
}
|
|
@@ -24248,7 +24254,7 @@ function A5(r) {
|
|
|
24248
24254
|
});
|
|
24249
24255
|
e.push(a.error);
|
|
24250
24256
|
}
|
|
24251
|
-
if (!
|
|
24257
|
+
if (!Ft(
|
|
24252
24258
|
r.dataType,
|
|
24253
24259
|
t.dataType
|
|
24254
24260
|
)) {
|
|
@@ -24802,7 +24808,7 @@ c(he, "MUTABLE_DOWNSTREAM_PROPERTIES", ["dataType"]), c(he, "INMUTABLE_DOWNSTREA
|
|
|
24802
24808
|
]);
|
|
24803
24809
|
let Nr = he;
|
|
24804
24810
|
function O5(r) {
|
|
24805
|
-
const e =
|
|
24811
|
+
const e = ej(), t = r.toJSON();
|
|
24806
24812
|
e.safeParse(t).success;
|
|
24807
24813
|
const a = C5(r), s = w5(r), o = St(r);
|
|
24808
24814
|
r.inputs.forEach((u) => u.validate()), o.forEach((u) => u.validate());
|
|
@@ -24945,10 +24951,10 @@ const fe = class fe {
|
|
|
24945
24951
|
const o = xm(i, t), l = i.parent ? t.get(i.parent) : null;
|
|
24946
24952
|
if (l && l.type === n.CustomEntity) {
|
|
24947
24953
|
const f = l, R = vr(f).filter(
|
|
24948
|
-
(
|
|
24954
|
+
(D) => !D.interactive
|
|
24949
24955
|
);
|
|
24950
24956
|
if (R.length) {
|
|
24951
|
-
let
|
|
24957
|
+
let D = R.length > 1 ? `The entity of type '${e.type}' with id '${e.id}' can't be added to the 'parent' entity with id '${f.id}' because it extends or implements multiple '${n.BuiltInBaseEntity}' entities that are non-interactive ("${G(
|
|
24952
24958
|
R.map(
|
|
24953
24959
|
(P) => O(P, P.project)
|
|
24954
24960
|
),
|
|
@@ -24958,29 +24964,29 @@ const fe = class fe {
|
|
|
24958
24964
|
R[0],
|
|
24959
24965
|
R[0].project
|
|
24960
24966
|
)}").`;
|
|
24961
|
-
|
|
24967
|
+
D += `
|
|
24962
24968
|
${Zn}`, a.push(
|
|
24963
24969
|
new b({
|
|
24964
24970
|
id: `${e.id}--${h.NonInteractiveEntityReferenced}`,
|
|
24965
24971
|
code: h.NonInteractiveEntityReferenced,
|
|
24966
24972
|
severity: m.Error,
|
|
24967
|
-
message:
|
|
24973
|
+
message: D,
|
|
24968
24974
|
issue: null
|
|
24969
24975
|
})
|
|
24970
24976
|
);
|
|
24971
24977
|
} else {
|
|
24972
|
-
const
|
|
24978
|
+
const D = f.methods.find(
|
|
24973
24979
|
(L) => {
|
|
24974
24980
|
var j;
|
|
24975
24981
|
return ((j = L.implements) == null ? void 0 : j.id) === i.implements;
|
|
24976
24982
|
}
|
|
24977
24983
|
);
|
|
24978
|
-
|
|
24984
|
+
D && a.push(
|
|
24979
24985
|
new b({
|
|
24980
24986
|
id: `${i.id}--${S.MethodOverwrite}`,
|
|
24981
24987
|
code: S.MethodOverwrite,
|
|
24982
24988
|
severity: m.Error,
|
|
24983
|
-
message: `The '${n.FunctionDeclaration}' with id "${i.id}" is trying to implement the '${n.ActionDescriptor}' with id "${i.implements}", but the parent custom-entity already has a ${n.FunctionDeclaration} with id '${
|
|
24989
|
+
message: `The '${n.FunctionDeclaration}' with id "${i.id}" is trying to implement the '${n.ActionDescriptor}' with id "${i.implements}", but the parent custom-entity already has a ${n.FunctionDeclaration} with id '${D.id}' that implements the same base method.
|
|
24984
24990
|
A ${n.FunctionDeclaration} that has a parent of type '${n.CustomEntity}' is considered a method of that entity, and cannot implement the same '${n.ActionDescriptor}' more than once.
|
|
24985
24991
|
${n.ActionDescriptor} entities inside a ${n.CustomEntity} are considered abstract methods that can be implemented by ${n.FunctionDeclaration} entities inside the same parent.
|
|
24986
24992
|
If you want to modify the existing implementation, you can update the existing method instead, but it will have to match the same base ${n.ActionDescriptor} signature, otherwise the implementation will have a validation error.`,
|
|
@@ -25447,7 +25453,7 @@ Please consider that any updates might affect the overlap with the signature of
|
|
|
25447
25453
|
} else
|
|
25448
25454
|
return i.forEach((a) => {
|
|
25449
25455
|
e.find(
|
|
25450
|
-
(o) => o === a || O(o, this.project) === O(a, this.project) &&
|
|
25456
|
+
(o) => o === a || O(o, this.project) === O(a, this.project) && Ft(o.dataType, a.dataType)
|
|
25451
25457
|
) || e.push(a);
|
|
25452
25458
|
}), T(
|
|
25453
25459
|
e
|
|
@@ -25489,7 +25495,7 @@ c(fe, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
25489
25495
|
]);
|
|
25490
25496
|
let Vr = fe;
|
|
25491
25497
|
function B5(r) {
|
|
25492
|
-
const e =
|
|
25498
|
+
const e = R6(), t = r.toJSON();
|
|
25493
25499
|
e.safeParse(t).success;
|
|
25494
25500
|
const a = [];
|
|
25495
25501
|
if (r.entity && r.andChildrenGroup || r.entity && r.orChildrenGroup || r.andChildrenGroup && r.orChildrenGroup) {
|
|
@@ -26073,7 +26079,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
26073
26079
|
return this.errors;
|
|
26074
26080
|
}
|
|
26075
26081
|
clone(e = null, t = null, i = !0) {
|
|
26076
|
-
var R,
|
|
26082
|
+
var R, D, P, g;
|
|
26077
26083
|
let a = e || this.parent;
|
|
26078
26084
|
const s = t || He(
|
|
26079
26085
|
Vm(this),
|
|
@@ -26107,7 +26113,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
26107
26113
|
i
|
|
26108
26114
|
);
|
|
26109
26115
|
p.defaultValue = y || null;
|
|
26110
|
-
const f = (
|
|
26116
|
+
const f = (D = this.andChildrenGroup) == null ? void 0 : D.map(
|
|
26111
26117
|
(L, j) => L.clone(
|
|
26112
26118
|
this,
|
|
26113
26119
|
l + "-and-group-data-type-" + j + "-id",
|
|
@@ -26229,7 +26235,7 @@ Alternatively you can update the entity with 'update' action. Or replace it by f
|
|
|
26229
26235
|
) || Xn(this.parent) ? !0 : !(!this.entity && (!this.andChildrenGroup || !this.andChildrenGroup.length) && (!this.orChildrenGroup || !this.orChildrenGroup.length));
|
|
26230
26236
|
}
|
|
26231
26237
|
isObject() {
|
|
26232
|
-
return !!this.entity && (this.entity.type === n.CustomEntity || this.entity.name ===
|
|
26238
|
+
return !!this.entity && (this.entity.type === n.CustomEntity || this.entity.name === I.KeyValue);
|
|
26233
26239
|
}
|
|
26234
26240
|
hasStrictObjectStructure() {
|
|
26235
26241
|
var e;
|
|
@@ -26312,7 +26318,7 @@ c(me, "MUTABLE_DOWNSTREAM_PROPERTIES", ["defaultValue"]), c(me, "INMUTABLE_DOWNS
|
|
|
26312
26318
|
let qi = me;
|
|
26313
26319
|
function M5(r) {
|
|
26314
26320
|
var l;
|
|
26315
|
-
const e =
|
|
26321
|
+
const e = n6(), t = r.toJSON();
|
|
26316
26322
|
e.safeParse(t).success;
|
|
26317
26323
|
const a = N5(r), s = Fn(r), o = [...a, ...s];
|
|
26318
26324
|
if (r.id === "exec-sequentially-operation-call-id") {
|
|
@@ -27043,7 +27049,7 @@ c(le, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
27043
27049
|
]);
|
|
27044
27050
|
let xr = le;
|
|
27045
27051
|
function V5(r) {
|
|
27046
|
-
const e =
|
|
27052
|
+
const e = U6(), t = r.toJSON();
|
|
27047
27053
|
e.safeParse(t).success;
|
|
27048
27054
|
const a = St(r);
|
|
27049
27055
|
r.inputs.forEach((o) => o.validate()), a.forEach((o) => o.validate());
|
|
@@ -28202,7 +28208,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28202
28208
|
].forEach((i) => {
|
|
28203
28209
|
i.outputs.forEach((s) => {
|
|
28204
28210
|
e.find(
|
|
28205
|
-
(l) => l === s || O(l, this.project) === O(s, this.project) &&
|
|
28211
|
+
(l) => l === s || O(l, this.project) === O(s, this.project) && Ft(l.dataType, s.dataType)
|
|
28206
28212
|
) || e.push(s);
|
|
28207
28213
|
});
|
|
28208
28214
|
}), T(
|
|
@@ -28220,7 +28226,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28220
28226
|
].forEach((o) => {
|
|
28221
28227
|
const l = o.outputs, u = a.filter(
|
|
28222
28228
|
(p) => !l.find(
|
|
28223
|
-
(y) => O(p, this.project) === O(y, this.project) &&
|
|
28229
|
+
(y) => O(p, this.project) === O(y, this.project) && Ft(p.dataType, y.dataType)
|
|
28224
28230
|
)
|
|
28225
28231
|
);
|
|
28226
28232
|
u.length && e.push(o), u.forEach((p) => {
|
|
@@ -28265,7 +28271,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28265
28271
|
let P = u.find(
|
|
28266
28272
|
(ne) => O(ne, this.project) === H.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
28267
28273
|
E
|
|
28268
|
-
) &&
|
|
28274
|
+
) && Ft(ne.dataType, E.dataType)
|
|
28269
28275
|
);
|
|
28270
28276
|
if (!P) {
|
|
28271
28277
|
const ne = H.fromReturnDeclarationToBodyArgumentDeclarationName(
|
|
@@ -28299,7 +28305,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28299
28305
|
const ie = P.getDataType();
|
|
28300
28306
|
let oe = ie;
|
|
28301
28307
|
if (R)
|
|
28302
|
-
if (!ie || !
|
|
28308
|
+
if (!ie || !Ft(
|
|
28303
28309
|
ie,
|
|
28304
28310
|
R
|
|
28305
28311
|
)) {
|
|
@@ -28362,12 +28368,12 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28362
28368
|
let y = s.find(
|
|
28363
28369
|
(R) => O(R, this.project) === H.fromReturnDeclarationToLoopOutputDeclarationName(
|
|
28364
28370
|
l
|
|
28365
|
-
) &&
|
|
28371
|
+
) && Ft(R.dataType, l.dataType)
|
|
28366
28372
|
);
|
|
28367
28373
|
if (!y) {
|
|
28368
28374
|
const R = H.fromReturnDeclarationToLoopOutputDeclarationName(
|
|
28369
28375
|
l
|
|
28370
|
-
),
|
|
28376
|
+
), D = {
|
|
28371
28377
|
id: B.UUID.uuid(),
|
|
28372
28378
|
version: 1,
|
|
28373
28379
|
type: n.ValueDescriptor,
|
|
@@ -28381,7 +28387,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28381
28387
|
required: l.required,
|
|
28382
28388
|
parent: this.toReference()
|
|
28383
28389
|
}, P = v(
|
|
28384
|
-
|
|
28390
|
+
D,
|
|
28385
28391
|
this.project
|
|
28386
28392
|
);
|
|
28387
28393
|
P.setParent(this), P.initChildren(), P.addSelfToProject(), t.push(P), y = P;
|
|
@@ -28389,7 +28395,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28389
28395
|
y.index !== l.index && (y.sync({ index: l.index }), e.push(y));
|
|
28390
28396
|
let E = y.getDataType();
|
|
28391
28397
|
if (u)
|
|
28392
|
-
if (!E || !
|
|
28398
|
+
if (!E || !Ft(
|
|
28393
28399
|
E,
|
|
28394
28400
|
u
|
|
28395
28401
|
)) {
|
|
@@ -28418,11 +28424,11 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28418
28424
|
andChildrenGroup: [],
|
|
28419
28425
|
orChildrenGroup: [],
|
|
28420
28426
|
parent: y.toReference()
|
|
28421
|
-
},
|
|
28427
|
+
}, D = v(
|
|
28422
28428
|
R,
|
|
28423
28429
|
this.project
|
|
28424
28430
|
);
|
|
28425
|
-
|
|
28431
|
+
D.sync({ isList: !0 }), D.setParent(y), D.initChildren(), D.addSelfToProject(), t.push(D);
|
|
28426
28432
|
}
|
|
28427
28433
|
}), s.filter(
|
|
28428
28434
|
(l) => !a.find(
|
|
@@ -28450,7 +28456,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28450
28456
|
let p = s.find(
|
|
28451
28457
|
(f) => {
|
|
28452
28458
|
var E, R;
|
|
28453
|
-
return ((E = f.declaration) == null ? void 0 : E.id) === l.id &&
|
|
28459
|
+
return ((E = f.declaration) == null ? void 0 : E.id) === l.id && Ft(
|
|
28454
28460
|
(R = f.declaration) == null ? void 0 : R.dataType,
|
|
28455
28461
|
l.dataType
|
|
28456
28462
|
);
|
|
@@ -28547,7 +28553,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28547
28553
|
);
|
|
28548
28554
|
y.setParent(s), y.initChildren(), y.addSelfToProject(), t.push(y), u = y;
|
|
28549
28555
|
}
|
|
28550
|
-
if (!u.entity || u.entity.type !== n.PrimitiveEntity || u.entity.name !==
|
|
28556
|
+
if (!u.entity || u.entity.type !== n.PrimitiveEntity || u.entity.name !== I.Number || u.entity.id !== C["primitive-entity"].number.id) {
|
|
28551
28557
|
const p = this.project.getBuiltIn(
|
|
28552
28558
|
C["primitive-entity"].number.id
|
|
28553
28559
|
);
|
|
@@ -28610,13 +28616,13 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28610
28616
|
);
|
|
28611
28617
|
if (!R)
|
|
28612
28618
|
break;
|
|
28613
|
-
const
|
|
28619
|
+
const D = this.getCurrentValueBuiltInValueDescriptor();
|
|
28614
28620
|
if (E) {
|
|
28615
28621
|
this.currentValueArgumentDeclaration = E;
|
|
28616
28622
|
const P = this.project.get(
|
|
28617
28623
|
C[n.Loop][$.List].inputs.list.id
|
|
28618
28624
|
);
|
|
28619
|
-
|
|
28625
|
+
D && (!E.implements || E.implements.id !== D.id) && (E.setImplements(D), e.push(E));
|
|
28620
28626
|
let L = E.getDataType();
|
|
28621
28627
|
if (!L) {
|
|
28622
28628
|
const ie = {
|
|
@@ -28651,7 +28657,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28651
28657
|
description: null,
|
|
28652
28658
|
index: this.body.inputs.length,
|
|
28653
28659
|
required: !0,
|
|
28654
|
-
implements:
|
|
28660
|
+
implements: D,
|
|
28655
28661
|
writesValues: [],
|
|
28656
28662
|
dataType: null,
|
|
28657
28663
|
parent: this.body.toReference()
|
|
@@ -28659,7 +28665,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28659
28665
|
P,
|
|
28660
28666
|
this.project
|
|
28661
28667
|
);
|
|
28662
|
-
g.initChildren(), g.setParent(this.body), g.addSelfToProject(),
|
|
28668
|
+
g.initChildren(), g.setParent(this.body), g.addSelfToProject(), D && (!g.implements || g.implements.id !== D.id) && (g.setImplements(D), e.push(g)), t.push(g), this.currentValueArgumentDeclaration = g;
|
|
28663
28669
|
}
|
|
28664
28670
|
break;
|
|
28665
28671
|
}
|
|
@@ -28681,13 +28687,13 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28681
28687
|
return ((g = P.declaration) == null ? void 0 : g.id) === C[n.Loop][$.ObjectKeys].inputs.object.id;
|
|
28682
28688
|
}))
|
|
28683
28689
|
break;
|
|
28684
|
-
const
|
|
28690
|
+
const D = this.getCurrentValueBuiltInValueDescriptor();
|
|
28685
28691
|
if (E) {
|
|
28686
28692
|
this.currentValueArgumentDeclaration = E;
|
|
28687
28693
|
const P = this.project.get(
|
|
28688
28694
|
C[n.Loop][$.ObjectKeys].inputs.object.id
|
|
28689
28695
|
);
|
|
28690
|
-
|
|
28696
|
+
D && (!E.implements || E.implements.id !== D.id) && (E.setImplements(D), e.push(E));
|
|
28691
28697
|
let L = E.getDataType();
|
|
28692
28698
|
if (L) {
|
|
28693
28699
|
const j = this.project.getBuiltIn(
|
|
@@ -28725,7 +28731,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28725
28731
|
description: null,
|
|
28726
28732
|
index: this.body.inputs.length,
|
|
28727
28733
|
required: !0,
|
|
28728
|
-
implements:
|
|
28734
|
+
implements: D,
|
|
28729
28735
|
writesValues: [],
|
|
28730
28736
|
dataType: null,
|
|
28731
28737
|
parent: this.body.toReference()
|
|
@@ -28733,7 +28739,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28733
28739
|
P,
|
|
28734
28740
|
this.project
|
|
28735
28741
|
);
|
|
28736
|
-
g.initChildren(), g.setParent(this.body), g.addSelfToProject(),
|
|
28742
|
+
g.initChildren(), g.setParent(this.body), g.addSelfToProject(), D && (!g.implements || g.implements.id !== D.id) && (g.setImplements(D), e.push(g)), t.push(g), this.currentValueArgumentDeclaration = g;
|
|
28737
28743
|
}
|
|
28738
28744
|
break;
|
|
28739
28745
|
}
|
|
@@ -28747,13 +28753,13 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28747
28753
|
});
|
|
28748
28754
|
if (!R)
|
|
28749
28755
|
break;
|
|
28750
|
-
const
|
|
28756
|
+
const D = this.getCurrentValueBuiltInValueDescriptor();
|
|
28751
28757
|
if (E) {
|
|
28752
28758
|
this.currentValueArgumentDeclaration = E;
|
|
28753
28759
|
const P = this.project.get(
|
|
28754
28760
|
C[n.Loop][$.ObjectValues].inputs.object.id
|
|
28755
28761
|
);
|
|
28756
|
-
|
|
28762
|
+
D && (!E.implements || E.implements.id !== D.id) && (E.setImplements(D), e.push(E));
|
|
28757
28763
|
let L = E.getDataType();
|
|
28758
28764
|
if (L) {
|
|
28759
28765
|
const j = R.getDataType(), ie = ((p = j == null ? void 0 : j.entity) == null ? void 0 : p.properties) || [];
|
|
@@ -28861,7 +28867,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28861
28867
|
description: null,
|
|
28862
28868
|
index: this.body.inputs.length,
|
|
28863
28869
|
required: !0,
|
|
28864
|
-
implements:
|
|
28870
|
+
implements: D,
|
|
28865
28871
|
writesValues: [],
|
|
28866
28872
|
dataType: null,
|
|
28867
28873
|
parent: this.body.toReference()
|
|
@@ -28869,7 +28875,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28869
28875
|
P,
|
|
28870
28876
|
this.project
|
|
28871
28877
|
);
|
|
28872
|
-
g.initChildren(), g.setParent(this.body), g.addSelfToProject(),
|
|
28878
|
+
g.initChildren(), g.setParent(this.body), g.addSelfToProject(), D && (!g.implements || g.implements.id !== D.id) && (g.setImplements(D), e.push(g)), t.push(g), this.currentValueArgumentDeclaration = g;
|
|
28873
28879
|
}
|
|
28874
28880
|
break;
|
|
28875
28881
|
}
|
|
@@ -28883,13 +28889,13 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28883
28889
|
return ((g = P.declaration) == null ? void 0 : g.id) === C[n.Loop][$.String].inputs.string.id;
|
|
28884
28890
|
}))
|
|
28885
28891
|
break;
|
|
28886
|
-
const
|
|
28892
|
+
const D = this.getCurrentValueBuiltInValueDescriptor();
|
|
28887
28893
|
if (E) {
|
|
28888
28894
|
this.currentValueArgumentDeclaration = E;
|
|
28889
28895
|
const P = this.project.get(
|
|
28890
28896
|
C[n.Loop]["string-loop"].inputs.string.id
|
|
28891
28897
|
);
|
|
28892
|
-
|
|
28898
|
+
D && (!E.implements || E.implements.id !== D.id) && (E.setImplements(D), e.push(E));
|
|
28893
28899
|
let L = E.getDataType();
|
|
28894
28900
|
if (L) {
|
|
28895
28901
|
const j = this.project.getBuiltIn(
|
|
@@ -28927,7 +28933,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28927
28933
|
description: null,
|
|
28928
28934
|
index: this.body.inputs.length,
|
|
28929
28935
|
required: !0,
|
|
28930
|
-
implements:
|
|
28936
|
+
implements: D,
|
|
28931
28937
|
writesValues: [],
|
|
28932
28938
|
dataType: null,
|
|
28933
28939
|
parent: this.body.toReference()
|
|
@@ -28935,7 +28941,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
28935
28941
|
P,
|
|
28936
28942
|
this.project
|
|
28937
28943
|
);
|
|
28938
|
-
g.initChildren(), g.setParent(this.body), g.addSelfToProject(),
|
|
28944
|
+
g.initChildren(), g.setParent(this.body), g.addSelfToProject(), D && (!g.implements || g.implements.id !== D.id) && (g.setImplements(D), e.push(g)), t.push(g), this.currentValueArgumentDeclaration = g;
|
|
28939
28945
|
}
|
|
28940
28946
|
break;
|
|
28941
28947
|
}
|
|
@@ -29256,10 +29262,10 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
29256
29262
|
e.push(...y), t.push(...f), i.push(...E);
|
|
29257
29263
|
const {
|
|
29258
29264
|
updated: R,
|
|
29259
|
-
added:
|
|
29265
|
+
added: D,
|
|
29260
29266
|
removed: P
|
|
29261
29267
|
} = this.syncBodyArgumentsDeclarations();
|
|
29262
|
-
e.push(...R), t.push(...
|
|
29268
|
+
e.push(...R), t.push(...D), i.push(...P);
|
|
29263
29269
|
const {
|
|
29264
29270
|
updated: g,
|
|
29265
29271
|
added: L,
|
|
@@ -29970,7 +29976,7 @@ class m7 {
|
|
|
29970
29976
|
}
|
|
29971
29977
|
function G5(r) {
|
|
29972
29978
|
var l;
|
|
29973
|
-
const e =
|
|
29979
|
+
const e = A6(), t = r.toJSON();
|
|
29974
29980
|
e.safeParse(t).success, (l = r.dataType) == null || l.validate(), r.inputs.forEach((u) => u.validate()), r.outputs.forEach((u) => u.validate()), r.internalCalls.forEach((u) => u.validate());
|
|
29975
29981
|
const s = [...Fn(r)];
|
|
29976
29982
|
if (r.id === "random-company-employee-test-variable-id") {
|
|
@@ -30713,7 +30719,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
30713
30719
|
);
|
|
30714
30720
|
return a.setParent(e), a.initChildren(), e === this.project && this.project.addVariableInstance(a), a;
|
|
30715
30721
|
}
|
|
30716
|
-
// If a variable has a data type that represents an object, like
|
|
30722
|
+
// If a variable has a data type that represents an object, like KeyValue or a custom entity
|
|
30717
30723
|
// Its variables can be set as inputs into the entity
|
|
30718
30724
|
// But when not all inputs are used, they will not come in the persisted payload
|
|
30719
30725
|
// So we find them from the data type definition and return them
|
|
@@ -30907,7 +30913,7 @@ c(de, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
30907
30913
|
]);
|
|
30908
30914
|
let Gr = de;
|
|
30909
30915
|
function F5(r) {
|
|
30910
|
-
const e =
|
|
30916
|
+
const e = B6(), t = r.toJSON();
|
|
30911
30917
|
e.safeParse(t).success, r.inputs.forEach((l) => l.validate()), r.outputs.forEach((l) => l.validate()), r.internalCalls.forEach((l) => l.validate());
|
|
30912
30918
|
const s = [...Fn(r)];
|
|
30913
30919
|
if (r.id === "exec-sequentially-result-variable-id") {
|
|
@@ -31555,7 +31561,7 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
31555
31561
|
setDeclaration(e) {
|
|
31556
31562
|
return this.declaration !== e && (this.declaration = e), this;
|
|
31557
31563
|
}
|
|
31558
|
-
// If a variable has a data type that represents an object, like
|
|
31564
|
+
// If a variable has a data type that represents an object, like KeyValue or a custom entity
|
|
31559
31565
|
// Its variables can be set as inputs into the entity
|
|
31560
31566
|
// But when not all inputs are used, they will not come in the persisted payload
|
|
31561
31567
|
// So we find them from the data type definition and return them
|
|
@@ -31869,8 +31875,8 @@ const be = class be {
|
|
|
31869
31875
|
p.type
|
|
31870
31876
|
)) {
|
|
31871
31877
|
const y = p, f = y.parent, E = [
|
|
31872
|
-
...f.breakStatements.filter((
|
|
31873
|
-
...f.continueStatements.filter((
|
|
31878
|
+
...f.breakStatements.filter((D) => D.id !== p.id),
|
|
31879
|
+
...f.continueStatements.filter((D) => D.id !== p.id)
|
|
31874
31880
|
];
|
|
31875
31881
|
if (y.outputs.length)
|
|
31876
31882
|
a.push(
|
|
@@ -31884,13 +31890,13 @@ ${Cd}`,
|
|
|
31884
31890
|
})
|
|
31885
31891
|
);
|
|
31886
31892
|
else {
|
|
31887
|
-
const
|
|
31888
|
-
|
|
31893
|
+
const D = (u = (l = E[0]) == null ? void 0 : l.outputs[0]) == null ? void 0 : u.name;
|
|
31894
|
+
D !== i.name && a.push(
|
|
31889
31895
|
new b({
|
|
31890
31896
|
id: `${i.id}--${S.NoOverlapWithImplementedSignature}`,
|
|
31891
31897
|
code: S.NoOverlapWithImplementedSignature,
|
|
31892
31898
|
severity: m.Error,
|
|
31893
|
-
message: `Entity of type '${n.ReturnDeclaration}' with id '${i.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. This new 'return-declaration' doesn't have the same name "${
|
|
31899
|
+
message: `Entity of type '${n.ReturnDeclaration}' with id '${i.id}' cannot be added to the parent entity of type '${y.type}' with id '${y.id}'. This new 'return-declaration' doesn't have the same name "${D}" as the return declarations on the other statements in the same scope.
|
|
31894
31900
|
${Cd}`,
|
|
31895
31901
|
issue: null
|
|
31896
31902
|
})
|
|
@@ -31905,12 +31911,12 @@ ${Cd}`,
|
|
|
31905
31911
|
(j) => j.name === i.name
|
|
31906
31912
|
), R = f.outputs.filter((j) => !p.outputs.find(
|
|
31907
31913
|
(oe) => oe.type === n.ReturnDeclaration && oe.name === j.name
|
|
31908
|
-
)),
|
|
31914
|
+
)), D = p.outputs.filter(
|
|
31909
31915
|
(j) => j.type === n.ReturnDeclaration
|
|
31910
|
-
), P =
|
|
31916
|
+
), P = D.find(
|
|
31911
31917
|
(j) => j.name === i.name
|
|
31912
|
-
), g =
|
|
31913
|
-
|
|
31918
|
+
), g = D.length ? `The parent entity already implements the following return declarations: ${G(
|
|
31919
|
+
D.map(
|
|
31914
31920
|
(j) => `'${j.id}' (${j.name})`
|
|
31915
31921
|
),
|
|
31916
31922
|
", ",
|
|
@@ -32980,7 +32986,7 @@ c(Me, "MUTABLE_DOWNSTREAM_PROPERTIES", [
|
|
|
32980
32986
|
]);
|
|
32981
32987
|
let Ur = Me;
|
|
32982
32988
|
function k5(r) {
|
|
32983
|
-
const e =
|
|
32989
|
+
const e = x6(), t = r.toJSON();
|
|
32984
32990
|
e.safeParse(t).success, r.functions.forEach((s) => s.validate()), r.events.forEach((s) => s.validate());
|
|
32985
32991
|
const a = [];
|
|
32986
32992
|
return se(r.errors, a);
|
|
@@ -33546,15 +33552,15 @@ ${Zn}`);
|
|
|
33546
33552
|
})
|
|
33547
33553
|
);
|
|
33548
33554
|
else {
|
|
33549
|
-
const
|
|
33555
|
+
const D = [];
|
|
33550
33556
|
[
|
|
33551
33557
|
n.CustomEntity,
|
|
33552
33558
|
n.BuiltInBaseEntity,
|
|
33553
33559
|
n.PrimitiveEntity
|
|
33554
|
-
].includes(p.type) &&
|
|
33560
|
+
].includes(p.type) && D.push(
|
|
33555
33561
|
...p.getAllInteractiveMethods()
|
|
33556
33562
|
);
|
|
33557
|
-
const P =
|
|
33563
|
+
const P = D.find(
|
|
33558
33564
|
(g) => g.id === i.declaration
|
|
33559
33565
|
);
|
|
33560
33566
|
P ? P.type !== n.FunctionDeclaration && a.push(
|
|
@@ -34295,9 +34301,9 @@ The entity of the data-type has the following properties that can be reads as in
|
|
|
34295
34301
|
(y) => Le.includes(y)
|
|
34296
34302
|
).includes(o.type)) {
|
|
34297
34303
|
const f = Qm(o), E = f.find(
|
|
34298
|
-
(
|
|
34304
|
+
(D) => D.id === i.declaration
|
|
34299
34305
|
), R = `The parent entity has the following argument declarations that can be referenced by input-maps, ids: '${G(
|
|
34300
|
-
f.map((
|
|
34306
|
+
f.map((D) => D.id),
|
|
34301
34307
|
"', '",
|
|
34302
34308
|
"' and '"
|
|
34303
34309
|
)}'`;
|
|
@@ -34765,7 +34771,7 @@ Output maps can only be added to variables which hold an entity with properties.
|
|
|
34765
34771
|
issue: null
|
|
34766
34772
|
})
|
|
34767
34773
|
) : (E.properties || []).find(
|
|
34768
|
-
(
|
|
34774
|
+
(D) => D.id === p.id
|
|
34769
34775
|
) || a.push(
|
|
34770
34776
|
new b({
|
|
34771
34777
|
id: `${i.id}--${S.NoOverlapWithImplementedSignature}`,
|
|
@@ -34773,7 +34779,7 @@ Output maps can only be added to variables which hold an entity with properties.
|
|
|
34773
34779
|
severity: m.Error,
|
|
34774
34780
|
message: `Entity of type '${n.OutputMap}' with id '${i.id}' cannot be added to the parent entity of type '${o.type}' with id '${o.id}'. The 'declaration' with '${p.id}' of the 'output-map' does not exist in the entity of the 'data-type'.
|
|
34775
34781
|
The entity of the data-type has the following properties that can be reads as output maps, ids: '${G(
|
|
34776
|
-
(E.properties || []).map((
|
|
34782
|
+
(E.properties || []).map((D) => D.id),
|
|
34777
34783
|
"', '",
|
|
34778
34784
|
"' and '"
|
|
34779
34785
|
)}'`,
|
|
@@ -35082,7 +35088,7 @@ class v7 extends Bn {
|
|
|
35082
35088
|
}
|
|
35083
35089
|
function H5(r) {
|
|
35084
35090
|
var s;
|
|
35085
|
-
const e =
|
|
35091
|
+
const e = Z6(), t = r.toJSON();
|
|
35086
35092
|
e.safeParse(t).success, (s = r.dataType) == null || s.validate();
|
|
35087
35093
|
const a = [];
|
|
35088
35094
|
if (r.id === "company-dto-func-declaration-argument-dcl-id") {
|
|
@@ -35219,7 +35225,7 @@ const Re = class Re {
|
|
|
35219
35225
|
),
|
|
35220
35226
|
", ",
|
|
35221
35227
|
" and "
|
|
35222
|
-
)}.` : "The parent entity does not yet have any implemented arguments.",
|
|
35228
|
+
)}.` : "The parent entity does not yet have any implemented arguments.", D = y.length ? `The parent entity is still missing the following arguments in the implementation: ${G(
|
|
35223
35229
|
y.map(
|
|
35224
35230
|
(P) => `'${P.id}' (${P.name})`
|
|
35225
35231
|
),
|
|
@@ -35234,7 +35240,7 @@ const Re = class Re {
|
|
|
35234
35240
|
message: `Entity of type '${n.ArgumentDeclaration}' with id '${i.id}' should not exist in a parent entity of type '${l.type}' with id '${l.id}' that implements a ${n.ActionDescriptor} with fixed arguments.
|
|
35235
35241
|
Adding a new argument would make the implementation invalid. An argument with the same name already exists in the parent entity.
|
|
35236
35242
|
${R}
|
|
35237
|
-
${
|
|
35243
|
+
${D}`,
|
|
35238
35244
|
issue: null
|
|
35239
35245
|
})
|
|
35240
35246
|
) : a.push(
|
|
@@ -35245,7 +35251,7 @@ ${I}`,
|
|
|
35245
35251
|
message: `Entity of type '${n.ArgumentDeclaration}' with id '${i.id}' should not exist in a parent entity of type '${l.type}' with id '${l.id}' that implements a ${n.ActionDescriptor} with fixed arguments.
|
|
35246
35252
|
Adding a new argument would make the implementation invalid. There are no arguments in the descriptor with the same name.
|
|
35247
35253
|
${R}
|
|
35248
|
-
${
|
|
35254
|
+
${D}`,
|
|
35249
35255
|
issue: null
|
|
35250
35256
|
})
|
|
35251
35257
|
);
|
|
@@ -37949,17 +37955,17 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
37949
37955
|
);
|
|
37950
37956
|
e ? u.setParent(e) : this.parent && u.setParent(this.parent), i && u.subscribe(), u.initChildren();
|
|
37951
37957
|
const p = (f = this.inputs) == null ? void 0 : f.map(
|
|
37952
|
-
(R,
|
|
37958
|
+
(R, D) => R.clone(
|
|
37953
37959
|
this,
|
|
37954
|
-
l + "-argument-value-descriptor-" +
|
|
37960
|
+
l + "-argument-value-descriptor-" + D + "-id",
|
|
37955
37961
|
i
|
|
37956
37962
|
)
|
|
37957
37963
|
);
|
|
37958
37964
|
u.inputs = p;
|
|
37959
37965
|
const y = (E = this.outputs) == null ? void 0 : E.map(
|
|
37960
|
-
(R,
|
|
37966
|
+
(R, D) => R.clone(
|
|
37961
37967
|
this,
|
|
37962
|
-
l + "-return-value-descriptor-" +
|
|
37968
|
+
l + "-return-value-descriptor-" + D + "-id",
|
|
37963
37969
|
i
|
|
37964
37970
|
)
|
|
37965
37971
|
);
|
|
@@ -38885,7 +38891,7 @@ function rk(r) {
|
|
|
38885
38891
|
case n.Project:
|
|
38886
38892
|
return Bc();
|
|
38887
38893
|
case n.InstalledProject:
|
|
38888
|
-
return
|
|
38894
|
+
return _6();
|
|
38889
38895
|
case n.ActionDescriptor:
|
|
38890
38896
|
return Ha();
|
|
38891
38897
|
case n.ReturnStatement:
|
|
@@ -38911,17 +38917,17 @@ function rk(r) {
|
|
|
38911
38917
|
function ik(r) {
|
|
38912
38918
|
switch (r.type) {
|
|
38913
38919
|
case n.PrimitiveValue:
|
|
38914
|
-
return
|
|
38920
|
+
return s6();
|
|
38915
38921
|
case n.CustomEntity:
|
|
38916
|
-
return
|
|
38922
|
+
return oj();
|
|
38917
38923
|
case n.PrimitiveEntity:
|
|
38918
38924
|
return Y8();
|
|
38919
38925
|
case n.FunctionDeclaration:
|
|
38920
|
-
return
|
|
38926
|
+
return X6();
|
|
38921
38927
|
case n.GlobalEvent:
|
|
38922
|
-
return
|
|
38928
|
+
return G6();
|
|
38923
38929
|
case n.DataType:
|
|
38924
|
-
return
|
|
38930
|
+
return E6();
|
|
38925
38931
|
case n.Property:
|
|
38926
38932
|
return K8();
|
|
38927
38933
|
case n.FunctionCall:
|
|
@@ -38929,23 +38935,23 @@ function ik(r) {
|
|
|
38929
38935
|
case n.Condition:
|
|
38930
38936
|
return L9();
|
|
38931
38937
|
case n.Operation:
|
|
38932
|
-
return
|
|
38938
|
+
return e6();
|
|
38933
38939
|
case n.VariableDeclaration:
|
|
38934
|
-
return
|
|
38940
|
+
return D6();
|
|
38935
38941
|
case n.VariableInstance:
|
|
38936
|
-
return
|
|
38942
|
+
return C6();
|
|
38937
38943
|
case n.OutputMap:
|
|
38938
38944
|
return C9();
|
|
38939
38945
|
case n.ReturnDeclaration:
|
|
38940
38946
|
return R9();
|
|
38941
38947
|
case n.ArgumentDeclaration:
|
|
38942
|
-
return
|
|
38948
|
+
return H6();
|
|
38943
38949
|
case n.InputMap:
|
|
38944
38950
|
return Z9();
|
|
38945
38951
|
case n.Project:
|
|
38946
|
-
return
|
|
38952
|
+
return rj();
|
|
38947
38953
|
case n.InstalledProject:
|
|
38948
|
-
return
|
|
38954
|
+
return N6();
|
|
38949
38955
|
case n.ActionDescriptor:
|
|
38950
38956
|
return s9();
|
|
38951
38957
|
case n.ReturnStatement:
|
|
@@ -39018,7 +39024,7 @@ function jm(r, e) {
|
|
|
39018
39024
|
return e.success ? [] : e.error.issues.map(
|
|
39019
39025
|
(t) => new b({
|
|
39020
39026
|
id: `${r.id}--${S.InvalidObjectStructure}`,
|
|
39021
|
-
message: `Entity of type "${r.type}" and with id "${r.id}", has an invalid structure: ${
|
|
39027
|
+
message: `Entity of type "${r.type}" and with id "${r.id}", has an invalid structure: ${Bj(t).toString().replace("Validation error: ", "")}`,
|
|
39022
39028
|
severity: m.Error,
|
|
39023
39029
|
code: S.InvalidObjectStructure,
|
|
39024
39030
|
issue: t
|
|
@@ -39666,7 +39672,7 @@ function dk(r, e) {
|
|
|
39666
39672
|
E,
|
|
39667
39673
|
e
|
|
39668
39674
|
) ? (Ve.includes(i.type) && ((i.calledBySuccess || []).find(
|
|
39669
|
-
(
|
|
39675
|
+
(D) => D === f.id
|
|
39670
39676
|
) ? (f.successCalls || []).find(
|
|
39671
39677
|
(g) => Ve.includes(g.type)
|
|
39672
39678
|
) && t.push(
|
|
@@ -39679,7 +39685,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
39679
39685
|
issue: null
|
|
39680
39686
|
})
|
|
39681
39687
|
) : (i.calledByError || []).find(
|
|
39682
|
-
(
|
|
39688
|
+
(D) => D === f.id
|
|
39683
39689
|
) ? (f.errorCalls || []).find(
|
|
39684
39690
|
(g) => Ve.includes(g.type)
|
|
39685
39691
|
) && t.push(
|
|
@@ -39692,7 +39698,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
39692
39698
|
issue: null
|
|
39693
39699
|
})
|
|
39694
39700
|
) : (i.calledByEntry || []).find(
|
|
39695
|
-
(
|
|
39701
|
+
(D) => D === f.id
|
|
39696
39702
|
) && (f.calls || []).find(
|
|
39697
39703
|
(g) => Ve.includes(g.type)
|
|
39698
39704
|
) && t.push(
|
|
@@ -39729,7 +39735,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
39729
39735
|
e
|
|
39730
39736
|
);
|
|
39731
39737
|
R ? (Ve.includes(i.type) && ((i.calledBySuccess || []).find(
|
|
39732
|
-
(
|
|
39738
|
+
(D) => D === f.id
|
|
39733
39739
|
) ? (f.successCalls || []).find(
|
|
39734
39740
|
(g) => Ve.includes(g.type)
|
|
39735
39741
|
) && t.push(
|
|
@@ -39742,7 +39748,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
39742
39748
|
issue: null
|
|
39743
39749
|
})
|
|
39744
39750
|
) : (i.calledByError || []).find(
|
|
39745
|
-
(
|
|
39751
|
+
(D) => D === f.id
|
|
39746
39752
|
) ? (f.errorCalls || []).find(
|
|
39747
39753
|
(g) => Ve.includes(g.type)
|
|
39748
39754
|
) && t.push(
|
|
@@ -39755,7 +39761,7 @@ The new termination statement is redundant because both entities would be called
|
|
|
39755
39761
|
issue: null
|
|
39756
39762
|
})
|
|
39757
39763
|
) : (i.calledByEntry || []).find(
|
|
39758
|
-
(
|
|
39764
|
+
(D) => D === f.id
|
|
39759
39765
|
) && (f.calls || []).find(
|
|
39760
39766
|
(g) => Ve.includes(g.type)
|
|
39761
39767
|
) && t.push(
|
|
@@ -40066,12 +40072,12 @@ ${Bd}`,
|
|
|
40066
40072
|
if (p.list)
|
|
40067
40073
|
if (Array.isArray(E))
|
|
40068
40074
|
for (const R of E) {
|
|
40069
|
-
const
|
|
40075
|
+
const D = Od(
|
|
40070
40076
|
o,
|
|
40071
40077
|
{ key: u, types: y, optional: f },
|
|
40072
40078
|
t
|
|
40073
40079
|
);
|
|
40074
|
-
a.push(...
|
|
40080
|
+
a.push(...D);
|
|
40075
40081
|
}
|
|
40076
40082
|
else {
|
|
40077
40083
|
a.push(
|
|
@@ -40611,16 +40617,16 @@ function hk(r, e, t) {
|
|
|
40611
40617
|
const i = `entity of type "${r.type}" with id "${r.id}"`, a = `entity with id "${r.id}"`, s = `entity of type "${e.type}" with id "${e.id}"`, o = `entity with id "${e.id}"`, l = Oo(
|
|
40612
40618
|
`${i} and ${s} have incompatible data types and cannot be connected as value-reader and value-writter.`
|
|
40613
40619
|
);
|
|
40614
|
-
return t.type ===
|
|
40615
|
-
${a} is a list, but ${o} is not. A list can't be connected to a single value.` : t.type ===
|
|
40616
|
-
${a} is not a list, but ${o} is. A single value can't be connected to a list.` : t.type ===
|
|
40617
|
-
${a} is nullable, but ${o} is not. A nullable value can't be connected to a non-nullable value since an empty value might be incorrectly provided.` : t.type ===
|
|
40618
|
-
${a} is not nullable, but ${o} is. A non-nullable value can't be connected to a nullable value since an empty value might be incorrectly provided.` : t.type ===
|
|
40619
|
-
${a} is a template, but ${o} is not. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type ===
|
|
40620
|
-
${a} is not a template, but ${o} is. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type ===
|
|
40621
|
-
Their 'entity' property is of different types. They must be of the same type to be connected. For example, the 'entity' can be a '${n.CustomEntity}' or a '${n.PrimitiveEntity}'.` : t.type ===
|
|
40622
|
-
Both point to custom entities, but they are not compatible to be connected. They must be either the same custom entity, or a custom entity that has equivalent shape, which includes the same properties all with compatible data types with the properties in the counterpart entity.` : t.type ===
|
|
40623
|
-
${a} is of primitive type '${((u = r.getDataType()) == null ? void 0 : u.entity).name}' and ${o} is of primitive type '${((p = e.getDataType()) == null ? void 0 : p.entity).name}'. They must be of the same primitive type to be connected.` : t.type ===
|
|
40620
|
+
return t.type === Lt.AIsListBIsNot ? `${l}
|
|
40621
|
+
${a} is a list, but ${o} is not. A list can't be connected to a single value.` : t.type === Lt.BIsListAIsNot ? `${l}
|
|
40622
|
+
${a} is not a list, but ${o} is. A single value can't be connected to a list.` : t.type === Lt.AIsNullableBIsNot ? `${l}
|
|
40623
|
+
${a} is nullable, but ${o} is not. A nullable value can't be connected to a non-nullable value since an empty value might be incorrectly provided.` : t.type === Lt.BIsNullableAIsNot ? `${l}
|
|
40624
|
+
${a} is not nullable, but ${o} is. A non-nullable value can't be connected to a nullable value since an empty value might be incorrectly provided.` : t.type === Lt.AIsTemplateBIsNot ? `${l}
|
|
40625
|
+
${a} is a template, but ${o} is not. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type === Lt.BIsTemplateAIsNot ? `${l}
|
|
40626
|
+
${a} is not a template, but ${o} is. A data type that provides an entity as a "template" means that the value should be used as the type definition, or prototype of the entity, not as a specific instance of the entity.` : t.type === Lt.TypeEntityMismatch ? `${l}
|
|
40627
|
+
Their 'entity' property is of different types. They must be of the same type to be connected. For example, the 'entity' can be a '${n.CustomEntity}' or a '${n.PrimitiveEntity}'.` : t.type === Lt.IncompatibleCustomEntities ? `${l}
|
|
40628
|
+
Both point to custom entities, but they are not compatible to be connected. They must be either the same custom entity, or a custom entity that has equivalent shape, which includes the same properties all with compatible data types with the properties in the counterpart entity.` : t.type === Lt.IncompatiblePrimitiveEntities ? `${l}
|
|
40629
|
+
${a} is of primitive type '${((u = r.getDataType()) == null ? void 0 : u.entity).name}' and ${o} is of primitive type '${((p = e.getDataType()) == null ? void 0 : p.entity).name}'. They must be of the same primitive type to be connected.` : t.type === Lt.IncompatibleBuiltInBaseEntities ? `${l}
|
|
40624
40630
|
Both point to a built-in-base-entity. But${a} is of built-in base type '${((y = r.getDataType()) == null ? void 0 : y.entity).name}' and ${o} is of built-in base type '${((f = e.getDataType()) == null ? void 0 : f.entity).name}'. They must be of the same built-in base type to be connected.` : l;
|
|
40625
40631
|
}
|
|
40626
40632
|
function Hs(r, e) {
|
|
@@ -40675,7 +40681,7 @@ function Hs(r, e) {
|
|
|
40675
40681
|
i
|
|
40676
40682
|
);
|
|
40677
40683
|
t.push(...o);
|
|
40678
|
-
const l =
|
|
40684
|
+
const l = Ft(
|
|
40679
40685
|
e.getDataType(),
|
|
40680
40686
|
i.getDataType()
|
|
40681
40687
|
);
|
|
@@ -41479,8 +41485,8 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
41479
41485
|
)
|
|
41480
41486
|
);
|
|
41481
41487
|
this.outputs.sort((p, y) => p.index - y.index), s.forEach((p, y) => {
|
|
41482
|
-
this.outputs.forEach((
|
|
41483
|
-
|
|
41488
|
+
this.outputs.forEach((D) => {
|
|
41489
|
+
D.index >= p.index && D.index++;
|
|
41484
41490
|
});
|
|
41485
41491
|
const f = a.includes(p.index) ? this.outputs.length - 1 + y : p.index, E = {
|
|
41486
41492
|
id: B.UUID.uuid(),
|
|
@@ -41561,12 +41567,12 @@ function mk(r) {
|
|
|
41561
41567
|
if (E)
|
|
41562
41568
|
E.value = !0;
|
|
41563
41569
|
else if (f != null && f.dataType) {
|
|
41564
|
-
const R = (t = f == null ? void 0 : f.dataType) == null ? void 0 : t.id.split("-id")[0],
|
|
41570
|
+
const R = (t = f == null ? void 0 : f.dataType) == null ? void 0 : t.id.split("-id")[0], D = v(
|
|
41565
41571
|
{
|
|
41566
41572
|
id: R + "-default-value-id",
|
|
41567
41573
|
version: 1,
|
|
41568
41574
|
type: n.PrimitiveValue,
|
|
41569
|
-
name:
|
|
41575
|
+
name: I.EntityTemplate,
|
|
41570
41576
|
parentRelationType: null,
|
|
41571
41577
|
autogeneration: null,
|
|
41572
41578
|
value: !0,
|
|
@@ -41575,8 +41581,8 @@ function mk(r) {
|
|
|
41575
41581
|
},
|
|
41576
41582
|
r.project
|
|
41577
41583
|
);
|
|
41578
|
-
return
|
|
41579
|
-
newEntities: [
|
|
41584
|
+
return D.setParent(f == null ? void 0 : f.dataType), D.initChildren(), D.addSelfToProject(), {
|
|
41585
|
+
newEntities: [D]
|
|
41580
41586
|
};
|
|
41581
41587
|
}
|
|
41582
41588
|
return {
|
|
@@ -41599,7 +41605,7 @@ function mk(r) {
|
|
|
41599
41605
|
id: y + "-default-value-id",
|
|
41600
41606
|
version: 1,
|
|
41601
41607
|
type: n.PrimitiveValue,
|
|
41602
|
-
name:
|
|
41608
|
+
name: I.EntityTemplate,
|
|
41603
41609
|
parentRelationType: null,
|
|
41604
41610
|
autogeneration: null,
|
|
41605
41611
|
value: !0,
|
|
@@ -41645,7 +41651,7 @@ function Tk(r) {
|
|
|
41645
41651
|
id: u + "-default-value-id",
|
|
41646
41652
|
version: 1,
|
|
41647
41653
|
type: n.PrimitiveValue,
|
|
41648
|
-
name:
|
|
41654
|
+
name: I.EntityTemplate,
|
|
41649
41655
|
parentRelationType: null,
|
|
41650
41656
|
autogeneration: null,
|
|
41651
41657
|
value: null,
|
|
@@ -41701,20 +41707,20 @@ function Xc(r, e, t) {
|
|
|
41701
41707
|
);
|
|
41702
41708
|
p.setParent(r.project), p.initChildren();
|
|
41703
41709
|
const y = r.properties.map((R) => {
|
|
41704
|
-
const
|
|
41710
|
+
const D = s + "-" + He(
|
|
41705
41711
|
O(R, r.project),
|
|
41706
41712
|
n.Property,
|
|
41707
41713
|
r.project
|
|
41708
|
-
), P = R.clone(p,
|
|
41714
|
+
), P = R.clone(p, D);
|
|
41709
41715
|
return P.abstract = !1, P.implements = R, P.setParent(p), p.addProperty(P), P;
|
|
41710
41716
|
}), f = r.abstractMethods.map(
|
|
41711
41717
|
(R) => {
|
|
41712
|
-
const
|
|
41718
|
+
const D = s + He(
|
|
41713
41719
|
R.name,
|
|
41714
41720
|
n.FunctionDeclaration,
|
|
41715
41721
|
r.project
|
|
41716
|
-
), P = R.implementAsFunctionDeclaration(
|
|
41717
|
-
id:
|
|
41722
|
+
), P = R.implementAsFunctionDeclaration(D), g = {
|
|
41723
|
+
id: D + "-parent-ref-id",
|
|
41718
41724
|
type: n.GenericReference,
|
|
41719
41725
|
entityId: i,
|
|
41720
41726
|
entityType: n.CustomEntity
|
|
@@ -41789,13 +41795,13 @@ function zm(r, e, t, i) {
|
|
|
41789
41795
|
const u = new Date(r);
|
|
41790
41796
|
if (u instanceof Date && !isNaN(u.valueOf()) && (l = !0), l) {
|
|
41791
41797
|
const p = e.project.getBuiltIn(
|
|
41792
|
-
C[n.PrimitiveEntity][
|
|
41798
|
+
C[n.PrimitiveEntity][I.Date].id
|
|
41793
41799
|
);
|
|
41794
41800
|
e.setEntity(p);
|
|
41795
41801
|
break;
|
|
41796
41802
|
} else {
|
|
41797
41803
|
const p = e.project.getBuiltIn(
|
|
41798
|
-
C[n.PrimitiveEntity][
|
|
41804
|
+
C[n.PrimitiveEntity][I.String].id
|
|
41799
41805
|
);
|
|
41800
41806
|
e.setEntity(p);
|
|
41801
41807
|
break;
|
|
@@ -41803,14 +41809,14 @@ function zm(r, e, t, i) {
|
|
|
41803
41809
|
case "number":
|
|
41804
41810
|
e.setEntity(
|
|
41805
41811
|
e.project.getBuiltIn(
|
|
41806
|
-
C[n.PrimitiveEntity][
|
|
41812
|
+
C[n.PrimitiveEntity][I.Number].id
|
|
41807
41813
|
)
|
|
41808
41814
|
);
|
|
41809
41815
|
break;
|
|
41810
41816
|
case "boolean":
|
|
41811
41817
|
e.setEntity(
|
|
41812
41818
|
e.project.getBuiltIn(
|
|
41813
|
-
C[n.PrimitiveEntity][
|
|
41819
|
+
C[n.PrimitiveEntity][I.Boolean].id
|
|
41814
41820
|
)
|
|
41815
41821
|
);
|
|
41816
41822
|
break;
|
|
@@ -41818,7 +41824,7 @@ function zm(r, e, t, i) {
|
|
|
41818
41824
|
if (r === null) {
|
|
41819
41825
|
e.setEntity(
|
|
41820
41826
|
e.project.getBuiltIn(
|
|
41821
|
-
C[n.PrimitiveEntity][
|
|
41827
|
+
C[n.PrimitiveEntity][I.Null].id
|
|
41822
41828
|
)
|
|
41823
41829
|
);
|
|
41824
41830
|
break;
|
|
@@ -41832,28 +41838,28 @@ function zm(r, e, t, i) {
|
|
|
41832
41838
|
case "string":
|
|
41833
41839
|
e.setEntity(
|
|
41834
41840
|
e.project.getBuiltIn(
|
|
41835
|
-
C[n.PrimitiveEntity][
|
|
41841
|
+
C[n.PrimitiveEntity][I.String].id
|
|
41836
41842
|
)
|
|
41837
41843
|
);
|
|
41838
41844
|
break;
|
|
41839
41845
|
case "number":
|
|
41840
41846
|
e.setEntity(
|
|
41841
41847
|
e.project.getBuiltIn(
|
|
41842
|
-
C[n.PrimitiveEntity][
|
|
41848
|
+
C[n.PrimitiveEntity][I.Number].id
|
|
41843
41849
|
)
|
|
41844
41850
|
);
|
|
41845
41851
|
break;
|
|
41846
41852
|
case "boolean":
|
|
41847
41853
|
e.setEntity(
|
|
41848
41854
|
e.project.getBuiltIn(
|
|
41849
|
-
C[n.PrimitiveEntity][
|
|
41855
|
+
C[n.PrimitiveEntity][I.Boolean].id
|
|
41850
41856
|
)
|
|
41851
41857
|
);
|
|
41852
41858
|
break;
|
|
41853
41859
|
case "object":
|
|
41854
41860
|
e.setEntity(
|
|
41855
41861
|
e.project.getBuiltIn(
|
|
41856
|
-
C[n.PrimitiveEntity][
|
|
41862
|
+
C[n.PrimitiveEntity][I.Null].id
|
|
41857
41863
|
)
|
|
41858
41864
|
);
|
|
41859
41865
|
break;
|
|
@@ -41861,10 +41867,10 @@ function zm(r, e, t, i) {
|
|
|
41861
41867
|
else {
|
|
41862
41868
|
const f = [];
|
|
41863
41869
|
let E = !1;
|
|
41864
|
-
p.forEach((
|
|
41865
|
-
if (Array.isArray(
|
|
41870
|
+
p.forEach((D, P) => {
|
|
41871
|
+
if (Array.isArray(D) && (E = !0), typeof D == "object" && !Array.isArray(D) && D !== null) {
|
|
41866
41872
|
const g = fo(
|
|
41867
|
-
|
|
41873
|
+
D,
|
|
41868
41874
|
e.project,
|
|
41869
41875
|
{
|
|
41870
41876
|
...t,
|
|
@@ -41879,7 +41885,7 @@ function zm(r, e, t, i) {
|
|
|
41879
41885
|
f
|
|
41880
41886
|
);
|
|
41881
41887
|
if (!R.length && !E) {
|
|
41882
|
-
p.forEach((
|
|
41888
|
+
p.forEach((D) => {
|
|
41883
41889
|
const P = {
|
|
41884
41890
|
id: B.UUID.uuid(),
|
|
41885
41891
|
version: 1,
|
|
@@ -41900,32 +41906,32 @@ function zm(r, e, t, i) {
|
|
|
41900
41906
|
P,
|
|
41901
41907
|
e.project
|
|
41902
41908
|
);
|
|
41903
|
-
switch (g.setParent(e), g.initChildren(), g.addSelfToProject(), typeof
|
|
41909
|
+
switch (g.setParent(e), g.initChildren(), g.addSelfToProject(), typeof D) {
|
|
41904
41910
|
case "string":
|
|
41905
41911
|
g.setEntity(
|
|
41906
41912
|
g.project.getBuiltIn(
|
|
41907
|
-
C[n.PrimitiveEntity][
|
|
41913
|
+
C[n.PrimitiveEntity][I.String].id
|
|
41908
41914
|
)
|
|
41909
41915
|
);
|
|
41910
41916
|
break;
|
|
41911
41917
|
case "number":
|
|
41912
41918
|
g.setEntity(
|
|
41913
41919
|
g.project.getBuiltIn(
|
|
41914
|
-
C[n.PrimitiveEntity][
|
|
41920
|
+
C[n.PrimitiveEntity][I.Number].id
|
|
41915
41921
|
)
|
|
41916
41922
|
);
|
|
41917
41923
|
break;
|
|
41918
41924
|
case "boolean":
|
|
41919
41925
|
g.setEntity(
|
|
41920
41926
|
g.project.getBuiltIn(
|
|
41921
|
-
C[n.PrimitiveEntity][
|
|
41927
|
+
C[n.PrimitiveEntity][I.Boolean].id
|
|
41922
41928
|
)
|
|
41923
41929
|
);
|
|
41924
41930
|
break;
|
|
41925
41931
|
case "object":
|
|
41926
41932
|
g.setEntity(
|
|
41927
41933
|
g.project.getBuiltIn(
|
|
41928
|
-
C[n.PrimitiveEntity][
|
|
41934
|
+
C[n.PrimitiveEntity][I.Null].id
|
|
41929
41935
|
)
|
|
41930
41936
|
);
|
|
41931
41937
|
break;
|
|
@@ -41933,10 +41939,10 @@ function zm(r, e, t, i) {
|
|
|
41933
41939
|
});
|
|
41934
41940
|
break;
|
|
41935
41941
|
} else
|
|
41936
|
-
R.length === 1 && !E ? e.setEntity(R[0]) : p.forEach((
|
|
41937
|
-
if (typeof
|
|
41942
|
+
R.length === 1 && !E ? e.setEntity(R[0]) : p.forEach((D, P) => {
|
|
41943
|
+
if (typeof D == "object" && !Array.isArray(D) && D !== null) {
|
|
41938
41944
|
const g = Hm(
|
|
41939
|
-
Object.keys(
|
|
41945
|
+
Object.keys(D),
|
|
41940
41946
|
e.project
|
|
41941
41947
|
);
|
|
41942
41948
|
if (g) {
|
|
@@ -41953,7 +41959,7 @@ function zm(r, e, t, i) {
|
|
|
41953
41959
|
version: 1,
|
|
41954
41960
|
type: n.DataType,
|
|
41955
41961
|
entity: null,
|
|
41956
|
-
isList: Array.isArray(
|
|
41962
|
+
isList: Array.isArray(D),
|
|
41957
41963
|
isNullable: !1,
|
|
41958
41964
|
defaultValue: null,
|
|
41959
41965
|
asType: null,
|
|
@@ -41970,7 +41976,7 @@ function zm(r, e, t, i) {
|
|
|
41970
41976
|
);
|
|
41971
41977
|
L.setParent(e), L.initChildren(), L.addSelfToProject();
|
|
41972
41978
|
const j = zm(
|
|
41973
|
-
|
|
41979
|
+
D,
|
|
41974
41980
|
L,
|
|
41975
41981
|
{
|
|
41976
41982
|
...t,
|
|
@@ -42046,7 +42052,7 @@ function fo(r, e, t, i) {
|
|
|
42046
42052
|
f,
|
|
42047
42053
|
e
|
|
42048
42054
|
);
|
|
42049
|
-
return E.setParent(e), E.initChildren(), E.addSelfToProject(), s.push(E), l.forEach((R,
|
|
42055
|
+
return E.setParent(e), E.initChildren(), E.addSelfToProject(), s.push(E), l.forEach((R, D) => {
|
|
42050
42056
|
const P = He(
|
|
42051
42057
|
p + " " + R,
|
|
42052
42058
|
n.Property,
|
|
@@ -42061,7 +42067,7 @@ function fo(r, e, t, i) {
|
|
|
42061
42067
|
abstract: !1,
|
|
42062
42068
|
dataType: null,
|
|
42063
42069
|
implements: null,
|
|
42064
|
-
index:
|
|
42070
|
+
index: D,
|
|
42065
42071
|
hidden: !1,
|
|
42066
42072
|
private: !1,
|
|
42067
42073
|
required: !0,
|
|
@@ -42889,7 +42895,7 @@ function nd(r) {
|
|
|
42889
42895
|
case n.Project:
|
|
42890
42896
|
return B;
|
|
42891
42897
|
case n.BuiltInBaseEntity:
|
|
42892
|
-
return
|
|
42898
|
+
return jt;
|
|
42893
42899
|
default:
|
|
42894
42900
|
return null;
|
|
42895
42901
|
}
|
|
@@ -43642,7 +43648,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
43642
43648
|
// are references by a property or method (respectively) declared in this entity
|
|
43643
43649
|
addSuggestions() {
|
|
43644
43650
|
return this.implements.forEach((e) => {
|
|
43645
|
-
|
|
43651
|
+
pj(
|
|
43646
43652
|
this,
|
|
43647
43653
|
e
|
|
43648
43654
|
).forEach((a) => {
|
|
@@ -43653,7 +43659,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
43653
43659
|
this.project
|
|
43654
43660
|
);
|
|
43655
43661
|
o.suggestion = !0, o.setParent(this), o.initChildren(), this.addSuggestedProperty(o);
|
|
43656
|
-
}),
|
|
43662
|
+
}), yj(
|
|
43657
43663
|
this,
|
|
43658
43664
|
e
|
|
43659
43665
|
).forEach((a) => {
|
|
@@ -43903,7 +43909,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
43903
43909
|
return this.errors = [], this.properties.forEach((e) => e.clearErrors()), this.methods.forEach((e) => e.clearErrors()), this.abstractMethods.forEach((e) => e.clearErrors()), this;
|
|
43904
43910
|
}
|
|
43905
43911
|
validate() {
|
|
43906
|
-
return this.errors =
|
|
43912
|
+
return this.errors = uj(this), { success: !0, error: null, data: null };
|
|
43907
43913
|
}
|
|
43908
43914
|
// Returns the errors of this entity and all its nested entities recursively
|
|
43909
43915
|
getErrors() {
|
|
@@ -43919,7 +43925,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
43919
43925
|
return this.errors;
|
|
43920
43926
|
}
|
|
43921
43927
|
clone(e = null, t = null, i = !0) {
|
|
43922
|
-
var E, R,
|
|
43928
|
+
var E, R, D;
|
|
43923
43929
|
const a = this.toJSON(), s = t || He(
|
|
43924
43930
|
O(this, this.project),
|
|
43925
43931
|
n.CustomEntity,
|
|
@@ -43949,7 +43955,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
43949
43955
|
)
|
|
43950
43956
|
);
|
|
43951
43957
|
u.methods = y;
|
|
43952
|
-
const f = (
|
|
43958
|
+
const f = (D = this.abstractMethods) == null ? void 0 : D.map(
|
|
43953
43959
|
(P, g) => P.clone(
|
|
43954
43960
|
u,
|
|
43955
43961
|
l + "-abstract-method-" + g + "-id",
|
|
@@ -44022,12 +44028,12 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
44022
44028
|
);
|
|
44023
44029
|
if (o) {
|
|
44024
44030
|
if (s.setDeclaration(o), !o.getDataType()) {
|
|
44025
|
-
const
|
|
44031
|
+
const D = Ar(
|
|
44026
44032
|
s.parent
|
|
44027
44033
|
).getMasterInputWithValueWritterFromAllInstances(
|
|
44028
44034
|
s
|
|
44029
44035
|
), P = un(
|
|
44030
|
-
|
|
44036
|
+
D
|
|
44031
44037
|
), g = P == null ? void 0 : P.clone(
|
|
44032
44038
|
o,
|
|
44033
44039
|
o.id + "--data-type",
|
|
@@ -44115,7 +44121,7 @@ function kk(r) {
|
|
|
44115
44121
|
const a = [];
|
|
44116
44122
|
return se(r.errors, a);
|
|
44117
44123
|
}
|
|
44118
|
-
class
|
|
44124
|
+
class jt {
|
|
44119
44125
|
constructor(e, t) {
|
|
44120
44126
|
c(this, "initialData");
|
|
44121
44127
|
c(this, "id");
|
|
@@ -44348,7 +44354,7 @@ class Ut {
|
|
|
44348
44354
|
return this.errors;
|
|
44349
44355
|
}
|
|
44350
44356
|
clone() {
|
|
44351
|
-
return new
|
|
44357
|
+
return new jt(this.toJSON(), this.project);
|
|
44352
44358
|
}
|
|
44353
44359
|
// Assuming the current entity is an abstract entity, it creates a new entity which implements it and all its properties and methods
|
|
44354
44360
|
implement(e, t) {
|
|
@@ -44361,7 +44367,7 @@ class Ut {
|
|
|
44361
44367
|
return this.interactive && (e.push(...this.methods), this.extends.filter(
|
|
44362
44368
|
(i) => i.type === n.BuiltInBaseEntity && i.interactive || i.type === n.PrimitiveEntity
|
|
44363
44369
|
).forEach((i) => {
|
|
44364
|
-
i instanceof
|
|
44370
|
+
i instanceof jt && e.push(...i.getAllInteractiveMethods());
|
|
44365
44371
|
})), T(e);
|
|
44366
44372
|
}
|
|
44367
44373
|
}
|
|
@@ -44371,7 +44377,7 @@ function qk(r) {
|
|
|
44371
44377
|
const a = [];
|
|
44372
44378
|
return se(r.errors, a);
|
|
44373
44379
|
}
|
|
44374
|
-
class
|
|
44380
|
+
class Gt {
|
|
44375
44381
|
constructor(e, t) {
|
|
44376
44382
|
c(this, "initialData");
|
|
44377
44383
|
c(this, "id");
|
|
@@ -44598,7 +44604,7 @@ class Lt {
|
|
|
44598
44604
|
return this.errors;
|
|
44599
44605
|
}
|
|
44600
44606
|
clone() {
|
|
44601
|
-
return new
|
|
44607
|
+
return new Gt(this.toJSON(), this.project);
|
|
44602
44608
|
}
|
|
44603
44609
|
// Returns all methods, own, or inherited from the entities this entity extends
|
|
44604
44610
|
// That can be called interactively during runtime
|
|
@@ -44607,7 +44613,7 @@ class Lt {
|
|
|
44607
44613
|
return e.push(...this.methods), this.extends.filter(
|
|
44608
44614
|
(i) => i.type === n.BuiltInBaseEntity && i.interactive || i.type === n.PrimitiveEntity
|
|
44609
44615
|
).forEach((i) => {
|
|
44610
|
-
i instanceof
|
|
44616
|
+
i instanceof jt && e.push(...i.getAllInteractiveMethods());
|
|
44611
44617
|
}), T(e);
|
|
44612
44618
|
}
|
|
44613
44619
|
}
|
|
@@ -44621,7 +44627,7 @@ function zt(r, e) {
|
|
|
44621
44627
|
case n.CustomEntity:
|
|
44622
44628
|
return t || new Yr(r, e);
|
|
44623
44629
|
case n.PrimitiveEntity:
|
|
44624
|
-
return t || new
|
|
44630
|
+
return t || new Gt(r, e);
|
|
44625
44631
|
case n.FunctionDeclaration:
|
|
44626
44632
|
return t || new Vr(r, e);
|
|
44627
44633
|
case n.GlobalEvent:
|
|
@@ -44663,7 +44669,7 @@ function zt(r, e) {
|
|
|
44663
44669
|
case n.ValueDescriptor:
|
|
44664
44670
|
return t || new Jr(r, e);
|
|
44665
44671
|
case n.BuiltInBaseEntity:
|
|
44666
|
-
return t || new
|
|
44672
|
+
return t || new jt(r, e);
|
|
44667
44673
|
case n.InternalCall:
|
|
44668
44674
|
return t || new Wi(r, e);
|
|
44669
44675
|
case n.ContinueStatement:
|
|
@@ -45247,7 +45253,7 @@ const Q = class Q {
|
|
|
45247
45253
|
return this.errors = [], this.entities.forEach((e) => e.clearErrors()), this.projects.forEach((e) => e.clearErrors()), this.functions.forEach((e) => e.clearErrors()), this.events.forEach((e) => e.clearErrors()), this.variableDeclarations.forEach((e) => e.clearErrors()), this.variableInstances.forEach((e) => e.clearErrors()), this.conditions.forEach((e) => e.clearErrors()), this.operations.forEach((e) => e.clearErrors()), this.functionCalls.forEach((e) => e.clearErrors()), this.loops.forEach((e) => e.clearErrors()), this.searches.forEach((e) => e.clearErrors()), this;
|
|
45248
45254
|
}
|
|
45249
45255
|
validate() {
|
|
45250
|
-
const e =
|
|
45256
|
+
const e = aj(), t = this.toJSON();
|
|
45251
45257
|
return e.safeParse(t), this.validateChildren(), { success: !0, error: null, data: t };
|
|
45252
45258
|
}
|
|
45253
45259
|
// Validate all the children entities
|
|
@@ -46169,7 +46175,7 @@ function r2(r) {
|
|
|
46169
46175
|
t.initChildren(), r.subscribeBuiltInInstance(t);
|
|
46170
46176
|
}), r.operationDeclarations = e, e;
|
|
46171
46177
|
}
|
|
46172
|
-
class i2 extends
|
|
46178
|
+
class i2 extends jt {
|
|
46173
46179
|
constructor(t) {
|
|
46174
46180
|
super(Ue, t);
|
|
46175
46181
|
c(this, "initialData");
|
|
@@ -46212,10 +46218,10 @@ class i2 extends Ut {
|
|
|
46212
46218
|
function a2(r) {
|
|
46213
46219
|
const e = [
|
|
46214
46220
|
new i2(r),
|
|
46215
|
-
new
|
|
46216
|
-
new
|
|
46217
|
-
new
|
|
46218
|
-
new
|
|
46221
|
+
new jt(Ko, r),
|
|
46222
|
+
new jt(sr, r),
|
|
46223
|
+
new jt(Vu, r),
|
|
46224
|
+
new jt(Zo, r)
|
|
46219
46225
|
];
|
|
46220
46226
|
return e.forEach((t) => {
|
|
46221
46227
|
r.subscribeBuiltInInstance(t);
|
|
@@ -46223,14 +46229,14 @@ function a2(r) {
|
|
|
46223
46229
|
}
|
|
46224
46230
|
function s2(r) {
|
|
46225
46231
|
const e = [
|
|
46226
|
-
new
|
|
46227
|
-
new
|
|
46228
|
-
new
|
|
46229
|
-
new
|
|
46230
|
-
new
|
|
46231
|
-
new
|
|
46232
|
-
new
|
|
46233
|
-
new
|
|
46232
|
+
new Gt(U, r),
|
|
46233
|
+
new Gt(er, r),
|
|
46234
|
+
new Gt(X, r),
|
|
46235
|
+
new Gt(tt, r),
|
|
46236
|
+
new Gt(tr, r),
|
|
46237
|
+
new Gt(_n, r),
|
|
46238
|
+
new Gt(No, r),
|
|
46239
|
+
new Gt(Ld, r)
|
|
46234
46240
|
];
|
|
46235
46241
|
return e.forEach((t) => {
|
|
46236
46242
|
r.subscribeBuiltInInstance(t);
|
|
@@ -46366,7 +46372,7 @@ export {
|
|
|
46366
46372
|
c7 as BaseState,
|
|
46367
46373
|
$d as BaseValueDescriptorIds,
|
|
46368
46374
|
Hi as BreakStatementState,
|
|
46369
|
-
|
|
46375
|
+
jt as BuiltInBaseEntityState,
|
|
46370
46376
|
Dr as CACHED_PROJECTS_BY_ID,
|
|
46371
46377
|
D7 as CALLABLE_ENTITIES_EXPLANATION,
|
|
46372
46378
|
Qn as CALLABLE_TYPES,
|
|
@@ -46390,7 +46396,7 @@ export {
|
|
|
46390
46396
|
xd as DRAGGABLE_ELEMENT_TYPES,
|
|
46391
46397
|
f2 as DRAGGABLE_EXECUTABLE_TYPES,
|
|
46392
46398
|
Nd as DRAGGABLE_PASS_THROUGH_CALLABLE_TYPES,
|
|
46393
|
-
|
|
46399
|
+
Lt as DataTypeCompatibilityTypes,
|
|
46394
46400
|
Qe as DataTypeParentChildRelation,
|
|
46395
46401
|
qi as DataTypeState,
|
|
46396
46402
|
wo as ENTITIES_WITH_VALLUES_EXPLANATION,
|
|
@@ -46448,8 +46454,8 @@ export {
|
|
|
46448
46454
|
h7 as PassThroughCallableEntityClass,
|
|
46449
46455
|
i2 as PersistedEntity,
|
|
46450
46456
|
Bt as PersistedEntityMethods,
|
|
46451
|
-
|
|
46452
|
-
|
|
46457
|
+
Gt as PrimitiveEntityState,
|
|
46458
|
+
I as PrimitiveTypes,
|
|
46453
46459
|
Md as PrimitiveValueParentChildRelation,
|
|
46454
46460
|
Yi as PrimitiveValueState,
|
|
46455
46461
|
B as ProjectState,
|
|
@@ -46468,7 +46474,7 @@ export {
|
|
|
46468
46474
|
L5 as SharedStateFunctionality,
|
|
46469
46475
|
Zb as SplitListOperationInputIds,
|
|
46470
46476
|
Kb as SplitListOperationOutputIds,
|
|
46471
|
-
|
|
46477
|
+
qt as StandaloneOperatorTypes,
|
|
46472
46478
|
Z as StringOperations,
|
|
46473
46479
|
Ve as TERMINATION_TYPES,
|
|
46474
46480
|
T2 as USER_MANAGED_ENTITY_TYPES,
|
|
@@ -46510,7 +46516,7 @@ export {
|
|
|
46510
46516
|
er as booleanPrototype,
|
|
46511
46517
|
Oo as capitalizeFirstLetter,
|
|
46512
46518
|
p5 as checkAreCustomEntitiesCompatibleAsDataType,
|
|
46513
|
-
|
|
46519
|
+
Ft as checkAreDataTypesCompatible,
|
|
46514
46520
|
u5 as checkArePropertiesCompatibleAsDataType,
|
|
46515
46521
|
Xa as checkIsBranchDependentButNotDirectlyOnBranch,
|
|
46516
46522
|
M7 as checkIsBranchDependentOnBranch,
|
|
@@ -46684,7 +46690,7 @@ export {
|
|
|
46684
46690
|
rk as getBaseSchemaBasedOnType,
|
|
46685
46691
|
Xn as getBuiltInEntityOwner,
|
|
46686
46692
|
ze as getCallableEntityReferenceSchema,
|
|
46687
|
-
|
|
46693
|
+
q6 as getCallableEntityTypeSchema,
|
|
46688
46694
|
L2 as getCallerEntityReferenceSchema,
|
|
46689
46695
|
$2 as getCallerEntityTypeSchema,
|
|
46690
46696
|
Km as getCalls,
|
|
@@ -46702,8 +46708,8 @@ export {
|
|
|
46702
46708
|
nq as getDatabaseEntity,
|
|
46703
46709
|
Ar as getDeclaration,
|
|
46704
46710
|
Uk as getDeepestScope,
|
|
46705
|
-
|
|
46706
|
-
|
|
46711
|
+
W6 as getDraggableCallableEntityReferenceSchema,
|
|
46712
|
+
J6 as getDraggableCallableEntityTypeSchema,
|
|
46707
46713
|
F2 as getDraggableCallerEntityReferenceSchema,
|
|
46708
46714
|
G2 as getDraggableCallerEntityTypeSchema,
|
|
46709
46715
|
q2 as getDraggableExecutableEntityReferenceSchema,
|
|
@@ -46720,7 +46726,7 @@ export {
|
|
|
46720
46726
|
X2 as getEntityTypeSchema,
|
|
46721
46727
|
$n as getEntityWithLogicScopeReferenceSchema,
|
|
46722
46728
|
J2 as getEntityWithLogicScopeTypeSchema,
|
|
46723
|
-
|
|
46729
|
+
k6 as getEntityWithValueReferenceSchema,
|
|
46724
46730
|
x2 as getEntityWithValueTypeSchema,
|
|
46725
46731
|
Ye as getEntryPointEntityReferenceSchema,
|
|
46726
46732
|
fr as getEntryPointEntityTypeSchema,
|
|
@@ -46769,7 +46775,7 @@ export {
|
|
|
46769
46775
|
Z2 as getTerminationTypeSchema,
|
|
46770
46776
|
k7 as getUsedArgFromDeclaration,
|
|
46771
46777
|
q7 as getUsedReturnFromDeclaration,
|
|
46772
|
-
|
|
46778
|
+
j6 as getValueReadingEntityReferenceSchema,
|
|
46773
46779
|
xn as getValueReadingEntityTypeSchema,
|
|
46774
46780
|
V2 as getValueWritingEntityReferenceSchema,
|
|
46775
46781
|
js as getValueWritingEntityTypeSchema,
|
|
@@ -46960,7 +46966,6 @@ export {
|
|
|
46960
46966
|
ab as joinStringsOperationSeparatorStringDataType,
|
|
46961
46967
|
ib as joinStringsOperationSeparatorStringDataTypeDefaultValue,
|
|
46962
46968
|
rb as joinStringsOperationSeparatorStringDataTypeDefaultValueParentRef,
|
|
46963
|
-
Ld as jsonPrototype,
|
|
46964
46969
|
Zo as keyValueParamBuiltInBaseEntity,
|
|
46965
46970
|
fI as keyValueParamBuiltInBaseEntityNameProperty,
|
|
46966
46971
|
R2 as keyValueParamBuiltInBaseEntityNamePropertyDataTypeRef,
|
|
@@ -46970,6 +46975,7 @@ export {
|
|
|
46970
46975
|
g2 as keyValueParamBuiltInBaseEntityValuePropertyDataTypeRef,
|
|
46971
46976
|
bI as keyValueParamBuiltInBaseEntityValuePropertyParentRef,
|
|
46972
46977
|
mI as keyValueParamBuiltInBaseEntityValuePropertyRef,
|
|
46978
|
+
Ld as keyValuePrototype,
|
|
46973
46979
|
d5 as lowercaseFirstLetter,
|
|
46974
46980
|
au as manualFlowActionDescriptorDeclarationArgumentDeclaration,
|
|
46975
46981
|
wR as manualFlowActionDescriptorDeclarationArgumentDeclarationDataType,
|
|
@@ -47183,7 +47189,7 @@ export {
|
|
|
47183
47189
|
b5 as toKebabCase,
|
|
47184
47190
|
Co as toLowerCaseKebabCase,
|
|
47185
47191
|
a7 as toPascalCase,
|
|
47186
|
-
tt as
|
|
47192
|
+
tt as untypedDataPrototype,
|
|
47187
47193
|
se as updateErrorsList,
|
|
47188
47194
|
zs as updateValueReader,
|
|
47189
47195
|
Yv as urlDefaultValue,
|