@elyx-code/project-logic-tree 0.0.56 → 0.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +13761 -13758
- package/dist/index.umd.cjs +134 -134
- package/dist/tree/state/argument-declaration/validation/validation-schema.d.ts +8 -8
- package/dist/tree/state/base.d.ts +1 -0
- package/dist/tree/state/break-statement/validation/validation-schema.d.ts +32 -32
- package/dist/tree/state/condition/validation/validation-schema.d.ts +48 -48
- package/dist/tree/state/continue-statement/validation/validation-schema.d.ts +32 -32
- package/dist/tree/state/function-call/validation/validation-schema.d.ts +56 -56
- package/dist/tree/state/global-event/validation/validation-schema.d.ts +8 -8
- package/dist/tree/state/input-map/input-map.d.ts +1 -0
- package/dist/tree/state/input-map/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/internal-call/validation/validation-schema.d.ts +56 -56
- package/dist/tree/state/loop/validation/validation-schema.d.ts +48 -48
- package/dist/tree/state/operation/validation/validation-schema.d.ts +56 -56
- package/dist/tree/state/output-map/validation/validation-schema.d.ts +72 -72
- package/dist/tree/state/project/project.d.ts +6 -0
- package/dist/tree/state/return-declaration/return-declaration.d.ts +1 -0
- package/dist/tree/state/return-declaration/validation/validation-schema.d.ts +16 -16
- package/dist/tree/state/return-statement/validation/validation-schema.d.ts +32 -32
- package/dist/tree/state/search/validation/validation-schema.d.ts +48 -48
- package/dist/tree/state/variable-declaration/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/variable-declaration/variable-declaration.d.ts +1 -0
- package/dist/tree/state/variable-instance/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/variable-instance/variable-instance.d.ts +1 -0
- package/dist/tree/utils/index.d.ts +1 -1
- package/dist/tree/utils/uuid.d.ts +1 -7
- package/package.json +1 -1
|
@@ -219,13 +219,13 @@ export declare function getArgumentDeclarationNestedEntitiesSchema(): z.ZodObjec
|
|
|
219
219
|
type: EntityType.DataType;
|
|
220
220
|
} | null;
|
|
221
221
|
writesValues: (Record<string, any> | {
|
|
222
|
+
type: EntityType.InputMap;
|
|
223
|
+
} | {
|
|
222
224
|
type: EntityType.ReturnDeclaration;
|
|
223
225
|
} | {
|
|
224
226
|
type: EntityType.VariableDeclaration;
|
|
225
227
|
} | {
|
|
226
228
|
type: EntityType.VariableInstance;
|
|
227
|
-
} | {
|
|
228
|
-
type: EntityType.InputMap;
|
|
229
229
|
})[];
|
|
230
230
|
}, {
|
|
231
231
|
parent: {
|
|
@@ -258,13 +258,13 @@ export declare function getArgumentDeclarationNestedEntitiesSchema(): z.ZodObjec
|
|
|
258
258
|
type: EntityType.DataType;
|
|
259
259
|
} | null;
|
|
260
260
|
writesValues: (Record<string, any> | {
|
|
261
|
+
type: EntityType.InputMap;
|
|
262
|
+
} | {
|
|
261
263
|
type: EntityType.ReturnDeclaration;
|
|
262
264
|
} | {
|
|
263
265
|
type: EntityType.VariableDeclaration;
|
|
264
266
|
} | {
|
|
265
267
|
type: EntityType.VariableInstance;
|
|
266
|
-
} | {
|
|
267
|
-
type: EntityType.InputMap;
|
|
268
268
|
})[];
|
|
269
269
|
}>;
|
|
270
270
|
export declare function getArgumentDeclarationSchema(): z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -434,13 +434,13 @@ export declare function getArgumentDeclarationSchema(): z.ZodObject<z.objectUtil
|
|
|
434
434
|
type: EntityType.DataType;
|
|
435
435
|
} | null;
|
|
436
436
|
writesValues: (Record<string, any> | {
|
|
437
|
+
type: EntityType.InputMap;
|
|
438
|
+
} | {
|
|
437
439
|
type: EntityType.ReturnDeclaration;
|
|
438
440
|
} | {
|
|
439
441
|
type: EntityType.VariableDeclaration;
|
|
440
442
|
} | {
|
|
441
443
|
type: EntityType.VariableInstance;
|
|
442
|
-
} | {
|
|
443
|
-
type: EntityType.InputMap;
|
|
444
444
|
})[];
|
|
445
445
|
}, {
|
|
446
446
|
id: string;
|
|
@@ -478,12 +478,12 @@ export declare function getArgumentDeclarationSchema(): z.ZodObject<z.objectUtil
|
|
|
478
478
|
type: EntityType.DataType;
|
|
479
479
|
} | null;
|
|
480
480
|
writesValues: (Record<string, any> | {
|
|
481
|
+
type: EntityType.InputMap;
|
|
482
|
+
} | {
|
|
481
483
|
type: EntityType.ReturnDeclaration;
|
|
482
484
|
} | {
|
|
483
485
|
type: EntityType.VariableDeclaration;
|
|
484
486
|
} | {
|
|
485
487
|
type: EntityType.VariableInstance;
|
|
486
|
-
} | {
|
|
487
|
-
type: EntityType.InputMap;
|
|
488
488
|
})[];
|
|
489
489
|
}>;
|
|
@@ -96,6 +96,7 @@ export declare abstract class EntityWithValueClass {
|
|
|
96
96
|
export declare abstract class ValueReadingEntityClass {
|
|
97
97
|
abstract readsValue: ValueWritingEntityState | null;
|
|
98
98
|
abstract setValueWriter(writer: ValueWritingEntityState): ValueReadingEntityState;
|
|
99
|
+
abstract removeValueWriter(): ValueReadingEntityState;
|
|
99
100
|
static initReadsValue(entity: ValueReadingEntityState): ValueWritingEntityState | null;
|
|
100
101
|
}
|
|
101
102
|
export declare abstract class ValueWritingEntityClass {
|
|
@@ -370,6 +370,11 @@ export declare function getBreakStatementNestedEntitiesSchema(): z.ZodObject<{
|
|
|
370
370
|
}>;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
calledBySuccess: ({
|
|
373
|
+
id: string;
|
|
374
|
+
type: EntityType.GenericReference;
|
|
375
|
+
entityType: EntityType.Loop;
|
|
376
|
+
entityId: string;
|
|
377
|
+
} | {
|
|
373
378
|
id: string;
|
|
374
379
|
type: EntityType.GenericReference;
|
|
375
380
|
entityType: EntityType.Operation;
|
|
@@ -404,13 +409,13 @@ export declare function getBreakStatementNestedEntitiesSchema(): z.ZodObject<{
|
|
|
404
409
|
type: EntityType.GenericReference;
|
|
405
410
|
entityType: EntityType.InternalCall;
|
|
406
411
|
entityId: string;
|
|
407
|
-
}
|
|
412
|
+
})[];
|
|
413
|
+
calledByError: ({
|
|
408
414
|
id: string;
|
|
409
415
|
type: EntityType.GenericReference;
|
|
410
416
|
entityType: EntityType.Loop;
|
|
411
417
|
entityId: string;
|
|
412
|
-
}
|
|
413
|
-
calledByError: ({
|
|
418
|
+
} | {
|
|
414
419
|
id: string;
|
|
415
420
|
type: EntityType.GenericReference;
|
|
416
421
|
entityType: EntityType.Operation;
|
|
@@ -445,11 +450,6 @@ export declare function getBreakStatementNestedEntitiesSchema(): z.ZodObject<{
|
|
|
445
450
|
type: EntityType.GenericReference;
|
|
446
451
|
entityType: EntityType.InternalCall;
|
|
447
452
|
entityId: string;
|
|
448
|
-
} | {
|
|
449
|
-
id: string;
|
|
450
|
-
type: EntityType.GenericReference;
|
|
451
|
-
entityType: EntityType.Loop;
|
|
452
|
-
entityId: string;
|
|
453
453
|
})[];
|
|
454
454
|
calledByEntry: ({
|
|
455
455
|
id: string;
|
|
@@ -476,6 +476,11 @@ export declare function getBreakStatementNestedEntitiesSchema(): z.ZodObject<{
|
|
|
476
476
|
} | undefined;
|
|
477
477
|
}, {
|
|
478
478
|
calledBySuccess: ({
|
|
479
|
+
id: string;
|
|
480
|
+
type: EntityType.GenericReference;
|
|
481
|
+
entityType: EntityType.Loop;
|
|
482
|
+
entityId: string;
|
|
483
|
+
} | {
|
|
479
484
|
id: string;
|
|
480
485
|
type: EntityType.GenericReference;
|
|
481
486
|
entityType: EntityType.Operation;
|
|
@@ -510,13 +515,13 @@ export declare function getBreakStatementNestedEntitiesSchema(): z.ZodObject<{
|
|
|
510
515
|
type: EntityType.GenericReference;
|
|
511
516
|
entityType: EntityType.InternalCall;
|
|
512
517
|
entityId: string;
|
|
513
|
-
}
|
|
518
|
+
})[];
|
|
519
|
+
calledByError: ({
|
|
514
520
|
id: string;
|
|
515
521
|
type: EntityType.GenericReference;
|
|
516
522
|
entityType: EntityType.Loop;
|
|
517
523
|
entityId: string;
|
|
518
|
-
}
|
|
519
|
-
calledByError: ({
|
|
524
|
+
} | {
|
|
520
525
|
id: string;
|
|
521
526
|
type: EntityType.GenericReference;
|
|
522
527
|
entityType: EntityType.Operation;
|
|
@@ -551,11 +556,6 @@ export declare function getBreakStatementNestedEntitiesSchema(): z.ZodObject<{
|
|
|
551
556
|
type: EntityType.GenericReference;
|
|
552
557
|
entityType: EntityType.InternalCall;
|
|
553
558
|
entityId: string;
|
|
554
|
-
} | {
|
|
555
|
-
id: string;
|
|
556
|
-
type: EntityType.GenericReference;
|
|
557
|
-
entityType: EntityType.Loop;
|
|
558
|
-
entityId: string;
|
|
559
559
|
})[];
|
|
560
560
|
calledByEntry: ({
|
|
561
561
|
id: string;
|
|
@@ -896,6 +896,11 @@ export declare function getBreakStatementSchema(): z.ZodObject<z.objectUtil.exte
|
|
|
896
896
|
id: string;
|
|
897
897
|
type: EntityType.BreakStatement;
|
|
898
898
|
calledBySuccess: ({
|
|
899
|
+
id: string;
|
|
900
|
+
type: EntityType.GenericReference;
|
|
901
|
+
entityType: EntityType.Loop;
|
|
902
|
+
entityId: string;
|
|
903
|
+
} | {
|
|
899
904
|
id: string;
|
|
900
905
|
type: EntityType.GenericReference;
|
|
901
906
|
entityType: EntityType.Operation;
|
|
@@ -930,13 +935,13 @@ export declare function getBreakStatementSchema(): z.ZodObject<z.objectUtil.exte
|
|
|
930
935
|
type: EntityType.GenericReference;
|
|
931
936
|
entityType: EntityType.InternalCall;
|
|
932
937
|
entityId: string;
|
|
933
|
-
}
|
|
938
|
+
})[];
|
|
939
|
+
calledByError: ({
|
|
934
940
|
id: string;
|
|
935
941
|
type: EntityType.GenericReference;
|
|
936
942
|
entityType: EntityType.Loop;
|
|
937
943
|
entityId: string;
|
|
938
|
-
}
|
|
939
|
-
calledByError: ({
|
|
944
|
+
} | {
|
|
940
945
|
id: string;
|
|
941
946
|
type: EntityType.GenericReference;
|
|
942
947
|
entityType: EntityType.Operation;
|
|
@@ -971,11 +976,6 @@ export declare function getBreakStatementSchema(): z.ZodObject<z.objectUtil.exte
|
|
|
971
976
|
type: EntityType.GenericReference;
|
|
972
977
|
entityType: EntityType.InternalCall;
|
|
973
978
|
entityId: string;
|
|
974
|
-
} | {
|
|
975
|
-
id: string;
|
|
976
|
-
type: EntityType.GenericReference;
|
|
977
|
-
entityType: EntityType.Loop;
|
|
978
|
-
entityId: string;
|
|
979
979
|
})[];
|
|
980
980
|
calledByEntry: ({
|
|
981
981
|
id: string;
|
|
@@ -1007,6 +1007,11 @@ export declare function getBreakStatementSchema(): z.ZodObject<z.objectUtil.exte
|
|
|
1007
1007
|
id: string;
|
|
1008
1008
|
type: EntityType.BreakStatement;
|
|
1009
1009
|
calledBySuccess: ({
|
|
1010
|
+
id: string;
|
|
1011
|
+
type: EntityType.GenericReference;
|
|
1012
|
+
entityType: EntityType.Loop;
|
|
1013
|
+
entityId: string;
|
|
1014
|
+
} | {
|
|
1010
1015
|
id: string;
|
|
1011
1016
|
type: EntityType.GenericReference;
|
|
1012
1017
|
entityType: EntityType.Operation;
|
|
@@ -1041,13 +1046,13 @@ export declare function getBreakStatementSchema(): z.ZodObject<z.objectUtil.exte
|
|
|
1041
1046
|
type: EntityType.GenericReference;
|
|
1042
1047
|
entityType: EntityType.InternalCall;
|
|
1043
1048
|
entityId: string;
|
|
1044
|
-
}
|
|
1049
|
+
})[];
|
|
1050
|
+
calledByError: ({
|
|
1045
1051
|
id: string;
|
|
1046
1052
|
type: EntityType.GenericReference;
|
|
1047
1053
|
entityType: EntityType.Loop;
|
|
1048
1054
|
entityId: string;
|
|
1049
|
-
}
|
|
1050
|
-
calledByError: ({
|
|
1055
|
+
} | {
|
|
1051
1056
|
id: string;
|
|
1052
1057
|
type: EntityType.GenericReference;
|
|
1053
1058
|
entityType: EntityType.Operation;
|
|
@@ -1082,11 +1087,6 @@ export declare function getBreakStatementSchema(): z.ZodObject<z.objectUtil.exte
|
|
|
1082
1087
|
type: EntityType.GenericReference;
|
|
1083
1088
|
entityType: EntityType.InternalCall;
|
|
1084
1089
|
entityId: string;
|
|
1085
|
-
} | {
|
|
1086
|
-
id: string;
|
|
1087
|
-
type: EntityType.GenericReference;
|
|
1088
|
-
entityType: EntityType.Loop;
|
|
1089
|
-
entityId: string;
|
|
1090
1090
|
})[];
|
|
1091
1091
|
calledByEntry: ({
|
|
1092
1092
|
id: string;
|
|
@@ -749,6 +749,11 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
749
749
|
}>]>;
|
|
750
750
|
}, "strip", z.ZodTypeAny, {
|
|
751
751
|
calledBySuccess: ({
|
|
752
|
+
id: string;
|
|
753
|
+
type: EntityType.GenericReference;
|
|
754
|
+
entityType: EntityType.Loop;
|
|
755
|
+
entityId: string;
|
|
756
|
+
} | {
|
|
752
757
|
id: string;
|
|
753
758
|
type: EntityType.GenericReference;
|
|
754
759
|
entityType: EntityType.Operation;
|
|
@@ -783,13 +788,13 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
783
788
|
type: EntityType.GenericReference;
|
|
784
789
|
entityType: EntityType.InternalCall;
|
|
785
790
|
entityId: string;
|
|
786
|
-
}
|
|
791
|
+
})[];
|
|
792
|
+
calledByError: ({
|
|
787
793
|
id: string;
|
|
788
794
|
type: EntityType.GenericReference;
|
|
789
795
|
entityType: EntityType.Loop;
|
|
790
796
|
entityId: string;
|
|
791
|
-
}
|
|
792
|
-
calledByError: ({
|
|
797
|
+
} | {
|
|
793
798
|
id: string;
|
|
794
799
|
type: EntityType.GenericReference;
|
|
795
800
|
entityType: EntityType.Operation;
|
|
@@ -824,11 +829,6 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
824
829
|
type: EntityType.GenericReference;
|
|
825
830
|
entityType: EntityType.InternalCall;
|
|
826
831
|
entityId: string;
|
|
827
|
-
} | {
|
|
828
|
-
id: string;
|
|
829
|
-
type: EntityType.GenericReference;
|
|
830
|
-
entityType: EntityType.Loop;
|
|
831
|
-
entityId: string;
|
|
832
832
|
})[];
|
|
833
833
|
calledByEntry: ({
|
|
834
834
|
id: string;
|
|
@@ -865,7 +865,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
865
865
|
successCalls: ({
|
|
866
866
|
id: string;
|
|
867
867
|
type: EntityType.GenericReference;
|
|
868
|
-
entityType: EntityType.
|
|
868
|
+
entityType: EntityType.Loop;
|
|
869
869
|
entityId: string;
|
|
870
870
|
} | {
|
|
871
871
|
id: string;
|
|
@@ -905,7 +905,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
905
905
|
} | {
|
|
906
906
|
id: string;
|
|
907
907
|
type: EntityType.GenericReference;
|
|
908
|
-
entityType: EntityType.
|
|
908
|
+
entityType: EntityType.ReturnStatement;
|
|
909
909
|
entityId: string;
|
|
910
910
|
} | {
|
|
911
911
|
id: string;
|
|
@@ -921,7 +921,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
921
921
|
errorCalls: ({
|
|
922
922
|
id: string;
|
|
923
923
|
type: EntityType.GenericReference;
|
|
924
|
-
entityType: EntityType.
|
|
924
|
+
entityType: EntityType.Loop;
|
|
925
925
|
entityId: string;
|
|
926
926
|
} | {
|
|
927
927
|
id: string;
|
|
@@ -961,7 +961,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
961
961
|
} | {
|
|
962
962
|
id: string;
|
|
963
963
|
type: EntityType.GenericReference;
|
|
964
|
-
entityType: EntityType.
|
|
964
|
+
entityType: EntityType.ReturnStatement;
|
|
965
965
|
entityId: string;
|
|
966
966
|
} | {
|
|
967
967
|
id: string;
|
|
@@ -983,6 +983,11 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
983
983
|
operator: ComparisonOperatorTypes | StandaloneOperatorTypes;
|
|
984
984
|
}, {
|
|
985
985
|
calledBySuccess: ({
|
|
986
|
+
id: string;
|
|
987
|
+
type: EntityType.GenericReference;
|
|
988
|
+
entityType: EntityType.Loop;
|
|
989
|
+
entityId: string;
|
|
990
|
+
} | {
|
|
986
991
|
id: string;
|
|
987
992
|
type: EntityType.GenericReference;
|
|
988
993
|
entityType: EntityType.Operation;
|
|
@@ -1017,13 +1022,13 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1017
1022
|
type: EntityType.GenericReference;
|
|
1018
1023
|
entityType: EntityType.InternalCall;
|
|
1019
1024
|
entityId: string;
|
|
1020
|
-
}
|
|
1025
|
+
})[];
|
|
1026
|
+
calledByError: ({
|
|
1021
1027
|
id: string;
|
|
1022
1028
|
type: EntityType.GenericReference;
|
|
1023
1029
|
entityType: EntityType.Loop;
|
|
1024
1030
|
entityId: string;
|
|
1025
|
-
}
|
|
1026
|
-
calledByError: ({
|
|
1031
|
+
} | {
|
|
1027
1032
|
id: string;
|
|
1028
1033
|
type: EntityType.GenericReference;
|
|
1029
1034
|
entityType: EntityType.Operation;
|
|
@@ -1058,11 +1063,6 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1058
1063
|
type: EntityType.GenericReference;
|
|
1059
1064
|
entityType: EntityType.InternalCall;
|
|
1060
1065
|
entityId: string;
|
|
1061
|
-
} | {
|
|
1062
|
-
id: string;
|
|
1063
|
-
type: EntityType.GenericReference;
|
|
1064
|
-
entityType: EntityType.Loop;
|
|
1065
|
-
entityId: string;
|
|
1066
1066
|
})[];
|
|
1067
1067
|
calledByEntry: ({
|
|
1068
1068
|
id: string;
|
|
@@ -1099,7 +1099,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1099
1099
|
successCalls: ({
|
|
1100
1100
|
id: string;
|
|
1101
1101
|
type: EntityType.GenericReference;
|
|
1102
|
-
entityType: EntityType.
|
|
1102
|
+
entityType: EntityType.Loop;
|
|
1103
1103
|
entityId: string;
|
|
1104
1104
|
} | {
|
|
1105
1105
|
id: string;
|
|
@@ -1139,7 +1139,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1139
1139
|
} | {
|
|
1140
1140
|
id: string;
|
|
1141
1141
|
type: EntityType.GenericReference;
|
|
1142
|
-
entityType: EntityType.
|
|
1142
|
+
entityType: EntityType.ReturnStatement;
|
|
1143
1143
|
entityId: string;
|
|
1144
1144
|
} | {
|
|
1145
1145
|
id: string;
|
|
@@ -1155,7 +1155,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1155
1155
|
errorCalls: ({
|
|
1156
1156
|
id: string;
|
|
1157
1157
|
type: EntityType.GenericReference;
|
|
1158
|
-
entityType: EntityType.
|
|
1158
|
+
entityType: EntityType.Loop;
|
|
1159
1159
|
entityId: string;
|
|
1160
1160
|
} | {
|
|
1161
1161
|
id: string;
|
|
@@ -1195,7 +1195,7 @@ export declare function getConditionNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1195
1195
|
} | {
|
|
1196
1196
|
id: string;
|
|
1197
1197
|
type: EntityType.GenericReference;
|
|
1198
|
-
entityType: EntityType.
|
|
1198
|
+
entityType: EntityType.ReturnStatement;
|
|
1199
1199
|
entityId: string;
|
|
1200
1200
|
} | {
|
|
1201
1201
|
id: string;
|
|
@@ -1909,6 +1909,11 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
1909
1909
|
id: string;
|
|
1910
1910
|
type: EntityType.Condition;
|
|
1911
1911
|
calledBySuccess: ({
|
|
1912
|
+
id: string;
|
|
1913
|
+
type: EntityType.GenericReference;
|
|
1914
|
+
entityType: EntityType.Loop;
|
|
1915
|
+
entityId: string;
|
|
1916
|
+
} | {
|
|
1912
1917
|
id: string;
|
|
1913
1918
|
type: EntityType.GenericReference;
|
|
1914
1919
|
entityType: EntityType.Operation;
|
|
@@ -1943,13 +1948,13 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
1943
1948
|
type: EntityType.GenericReference;
|
|
1944
1949
|
entityType: EntityType.InternalCall;
|
|
1945
1950
|
entityId: string;
|
|
1946
|
-
}
|
|
1951
|
+
})[];
|
|
1952
|
+
calledByError: ({
|
|
1947
1953
|
id: string;
|
|
1948
1954
|
type: EntityType.GenericReference;
|
|
1949
1955
|
entityType: EntityType.Loop;
|
|
1950
1956
|
entityId: string;
|
|
1951
|
-
}
|
|
1952
|
-
calledByError: ({
|
|
1957
|
+
} | {
|
|
1953
1958
|
id: string;
|
|
1954
1959
|
type: EntityType.GenericReference;
|
|
1955
1960
|
entityType: EntityType.Operation;
|
|
@@ -1984,11 +1989,6 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
1984
1989
|
type: EntityType.GenericReference;
|
|
1985
1990
|
entityType: EntityType.InternalCall;
|
|
1986
1991
|
entityId: string;
|
|
1987
|
-
} | {
|
|
1988
|
-
id: string;
|
|
1989
|
-
type: EntityType.GenericReference;
|
|
1990
|
-
entityType: EntityType.Loop;
|
|
1991
|
-
entityId: string;
|
|
1992
1992
|
})[];
|
|
1993
1993
|
calledByEntry: ({
|
|
1994
1994
|
id: string;
|
|
@@ -2028,7 +2028,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2028
2028
|
successCalls: ({
|
|
2029
2029
|
id: string;
|
|
2030
2030
|
type: EntityType.GenericReference;
|
|
2031
|
-
entityType: EntityType.
|
|
2031
|
+
entityType: EntityType.Loop;
|
|
2032
2032
|
entityId: string;
|
|
2033
2033
|
} | {
|
|
2034
2034
|
id: string;
|
|
@@ -2068,7 +2068,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2068
2068
|
} | {
|
|
2069
2069
|
id: string;
|
|
2070
2070
|
type: EntityType.GenericReference;
|
|
2071
|
-
entityType: EntityType.
|
|
2071
|
+
entityType: EntityType.ReturnStatement;
|
|
2072
2072
|
entityId: string;
|
|
2073
2073
|
} | {
|
|
2074
2074
|
id: string;
|
|
@@ -2084,7 +2084,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2084
2084
|
errorCalls: ({
|
|
2085
2085
|
id: string;
|
|
2086
2086
|
type: EntityType.GenericReference;
|
|
2087
|
-
entityType: EntityType.
|
|
2087
|
+
entityType: EntityType.Loop;
|
|
2088
2088
|
entityId: string;
|
|
2089
2089
|
} | {
|
|
2090
2090
|
id: string;
|
|
@@ -2124,7 +2124,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2124
2124
|
} | {
|
|
2125
2125
|
id: string;
|
|
2126
2126
|
type: EntityType.GenericReference;
|
|
2127
|
-
entityType: EntityType.
|
|
2127
|
+
entityType: EntityType.ReturnStatement;
|
|
2128
2128
|
entityId: string;
|
|
2129
2129
|
} | {
|
|
2130
2130
|
id: string;
|
|
@@ -2148,6 +2148,11 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2148
2148
|
id: string;
|
|
2149
2149
|
type: EntityType.Condition;
|
|
2150
2150
|
calledBySuccess: ({
|
|
2151
|
+
id: string;
|
|
2152
|
+
type: EntityType.GenericReference;
|
|
2153
|
+
entityType: EntityType.Loop;
|
|
2154
|
+
entityId: string;
|
|
2155
|
+
} | {
|
|
2151
2156
|
id: string;
|
|
2152
2157
|
type: EntityType.GenericReference;
|
|
2153
2158
|
entityType: EntityType.Operation;
|
|
@@ -2182,13 +2187,13 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2182
2187
|
type: EntityType.GenericReference;
|
|
2183
2188
|
entityType: EntityType.InternalCall;
|
|
2184
2189
|
entityId: string;
|
|
2185
|
-
}
|
|
2190
|
+
})[];
|
|
2191
|
+
calledByError: ({
|
|
2186
2192
|
id: string;
|
|
2187
2193
|
type: EntityType.GenericReference;
|
|
2188
2194
|
entityType: EntityType.Loop;
|
|
2189
2195
|
entityId: string;
|
|
2190
|
-
}
|
|
2191
|
-
calledByError: ({
|
|
2196
|
+
} | {
|
|
2192
2197
|
id: string;
|
|
2193
2198
|
type: EntityType.GenericReference;
|
|
2194
2199
|
entityType: EntityType.Operation;
|
|
@@ -2223,11 +2228,6 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2223
2228
|
type: EntityType.GenericReference;
|
|
2224
2229
|
entityType: EntityType.InternalCall;
|
|
2225
2230
|
entityId: string;
|
|
2226
|
-
} | {
|
|
2227
|
-
id: string;
|
|
2228
|
-
type: EntityType.GenericReference;
|
|
2229
|
-
entityType: EntityType.Loop;
|
|
2230
|
-
entityId: string;
|
|
2231
2231
|
})[];
|
|
2232
2232
|
calledByEntry: ({
|
|
2233
2233
|
id: string;
|
|
@@ -2267,7 +2267,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2267
2267
|
successCalls: ({
|
|
2268
2268
|
id: string;
|
|
2269
2269
|
type: EntityType.GenericReference;
|
|
2270
|
-
entityType: EntityType.
|
|
2270
|
+
entityType: EntityType.Loop;
|
|
2271
2271
|
entityId: string;
|
|
2272
2272
|
} | {
|
|
2273
2273
|
id: string;
|
|
@@ -2307,7 +2307,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2307
2307
|
} | {
|
|
2308
2308
|
id: string;
|
|
2309
2309
|
type: EntityType.GenericReference;
|
|
2310
|
-
entityType: EntityType.
|
|
2310
|
+
entityType: EntityType.ReturnStatement;
|
|
2311
2311
|
entityId: string;
|
|
2312
2312
|
} | {
|
|
2313
2313
|
id: string;
|
|
@@ -2323,7 +2323,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2323
2323
|
errorCalls: ({
|
|
2324
2324
|
id: string;
|
|
2325
2325
|
type: EntityType.GenericReference;
|
|
2326
|
-
entityType: EntityType.
|
|
2326
|
+
entityType: EntityType.Loop;
|
|
2327
2327
|
entityId: string;
|
|
2328
2328
|
} | {
|
|
2329
2329
|
id: string;
|
|
@@ -2363,7 +2363,7 @@ export declare function getConditionSchema(): z.ZodObject<z.objectUtil.extendSha
|
|
|
2363
2363
|
} | {
|
|
2364
2364
|
id: string;
|
|
2365
2365
|
type: EntityType.GenericReference;
|
|
2366
|
-
entityType: EntityType.
|
|
2366
|
+
entityType: EntityType.ReturnStatement;
|
|
2367
2367
|
entityId: string;
|
|
2368
2368
|
} | {
|
|
2369
2369
|
id: string;
|
|
@@ -370,6 +370,11 @@ export declare function getContinueStatementNestedEntitiesSchema(): z.ZodObject<
|
|
|
370
370
|
}>;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
calledBySuccess: ({
|
|
373
|
+
id: string;
|
|
374
|
+
type: EntityType.GenericReference;
|
|
375
|
+
entityType: EntityType.Loop;
|
|
376
|
+
entityId: string;
|
|
377
|
+
} | {
|
|
373
378
|
id: string;
|
|
374
379
|
type: EntityType.GenericReference;
|
|
375
380
|
entityType: EntityType.Operation;
|
|
@@ -404,13 +409,13 @@ export declare function getContinueStatementNestedEntitiesSchema(): z.ZodObject<
|
|
|
404
409
|
type: EntityType.GenericReference;
|
|
405
410
|
entityType: EntityType.InternalCall;
|
|
406
411
|
entityId: string;
|
|
407
|
-
}
|
|
412
|
+
})[];
|
|
413
|
+
calledByError: ({
|
|
408
414
|
id: string;
|
|
409
415
|
type: EntityType.GenericReference;
|
|
410
416
|
entityType: EntityType.Loop;
|
|
411
417
|
entityId: string;
|
|
412
|
-
}
|
|
413
|
-
calledByError: ({
|
|
418
|
+
} | {
|
|
414
419
|
id: string;
|
|
415
420
|
type: EntityType.GenericReference;
|
|
416
421
|
entityType: EntityType.Operation;
|
|
@@ -445,11 +450,6 @@ export declare function getContinueStatementNestedEntitiesSchema(): z.ZodObject<
|
|
|
445
450
|
type: EntityType.GenericReference;
|
|
446
451
|
entityType: EntityType.InternalCall;
|
|
447
452
|
entityId: string;
|
|
448
|
-
} | {
|
|
449
|
-
id: string;
|
|
450
|
-
type: EntityType.GenericReference;
|
|
451
|
-
entityType: EntityType.Loop;
|
|
452
|
-
entityId: string;
|
|
453
453
|
})[];
|
|
454
454
|
calledByEntry: ({
|
|
455
455
|
id: string;
|
|
@@ -476,6 +476,11 @@ export declare function getContinueStatementNestedEntitiesSchema(): z.ZodObject<
|
|
|
476
476
|
} | undefined;
|
|
477
477
|
}, {
|
|
478
478
|
calledBySuccess: ({
|
|
479
|
+
id: string;
|
|
480
|
+
type: EntityType.GenericReference;
|
|
481
|
+
entityType: EntityType.Loop;
|
|
482
|
+
entityId: string;
|
|
483
|
+
} | {
|
|
479
484
|
id: string;
|
|
480
485
|
type: EntityType.GenericReference;
|
|
481
486
|
entityType: EntityType.Operation;
|
|
@@ -510,13 +515,13 @@ export declare function getContinueStatementNestedEntitiesSchema(): z.ZodObject<
|
|
|
510
515
|
type: EntityType.GenericReference;
|
|
511
516
|
entityType: EntityType.InternalCall;
|
|
512
517
|
entityId: string;
|
|
513
|
-
}
|
|
518
|
+
})[];
|
|
519
|
+
calledByError: ({
|
|
514
520
|
id: string;
|
|
515
521
|
type: EntityType.GenericReference;
|
|
516
522
|
entityType: EntityType.Loop;
|
|
517
523
|
entityId: string;
|
|
518
|
-
}
|
|
519
|
-
calledByError: ({
|
|
524
|
+
} | {
|
|
520
525
|
id: string;
|
|
521
526
|
type: EntityType.GenericReference;
|
|
522
527
|
entityType: EntityType.Operation;
|
|
@@ -551,11 +556,6 @@ export declare function getContinueStatementNestedEntitiesSchema(): z.ZodObject<
|
|
|
551
556
|
type: EntityType.GenericReference;
|
|
552
557
|
entityType: EntityType.InternalCall;
|
|
553
558
|
entityId: string;
|
|
554
|
-
} | {
|
|
555
|
-
id: string;
|
|
556
|
-
type: EntityType.GenericReference;
|
|
557
|
-
entityType: EntityType.Loop;
|
|
558
|
-
entityId: string;
|
|
559
559
|
})[];
|
|
560
560
|
calledByEntry: ({
|
|
561
561
|
id: string;
|
|
@@ -896,6 +896,11 @@ export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.e
|
|
|
896
896
|
id: string;
|
|
897
897
|
type: EntityType.ContinueStatement;
|
|
898
898
|
calledBySuccess: ({
|
|
899
|
+
id: string;
|
|
900
|
+
type: EntityType.GenericReference;
|
|
901
|
+
entityType: EntityType.Loop;
|
|
902
|
+
entityId: string;
|
|
903
|
+
} | {
|
|
899
904
|
id: string;
|
|
900
905
|
type: EntityType.GenericReference;
|
|
901
906
|
entityType: EntityType.Operation;
|
|
@@ -930,13 +935,13 @@ export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.e
|
|
|
930
935
|
type: EntityType.GenericReference;
|
|
931
936
|
entityType: EntityType.InternalCall;
|
|
932
937
|
entityId: string;
|
|
933
|
-
}
|
|
938
|
+
})[];
|
|
939
|
+
calledByError: ({
|
|
934
940
|
id: string;
|
|
935
941
|
type: EntityType.GenericReference;
|
|
936
942
|
entityType: EntityType.Loop;
|
|
937
943
|
entityId: string;
|
|
938
|
-
}
|
|
939
|
-
calledByError: ({
|
|
944
|
+
} | {
|
|
940
945
|
id: string;
|
|
941
946
|
type: EntityType.GenericReference;
|
|
942
947
|
entityType: EntityType.Operation;
|
|
@@ -971,11 +976,6 @@ export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.e
|
|
|
971
976
|
type: EntityType.GenericReference;
|
|
972
977
|
entityType: EntityType.InternalCall;
|
|
973
978
|
entityId: string;
|
|
974
|
-
} | {
|
|
975
|
-
id: string;
|
|
976
|
-
type: EntityType.GenericReference;
|
|
977
|
-
entityType: EntityType.Loop;
|
|
978
|
-
entityId: string;
|
|
979
979
|
})[];
|
|
980
980
|
calledByEntry: ({
|
|
981
981
|
id: string;
|
|
@@ -1007,6 +1007,11 @@ export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.e
|
|
|
1007
1007
|
id: string;
|
|
1008
1008
|
type: EntityType.ContinueStatement;
|
|
1009
1009
|
calledBySuccess: ({
|
|
1010
|
+
id: string;
|
|
1011
|
+
type: EntityType.GenericReference;
|
|
1012
|
+
entityType: EntityType.Loop;
|
|
1013
|
+
entityId: string;
|
|
1014
|
+
} | {
|
|
1010
1015
|
id: string;
|
|
1011
1016
|
type: EntityType.GenericReference;
|
|
1012
1017
|
entityType: EntityType.Operation;
|
|
@@ -1041,13 +1046,13 @@ export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.e
|
|
|
1041
1046
|
type: EntityType.GenericReference;
|
|
1042
1047
|
entityType: EntityType.InternalCall;
|
|
1043
1048
|
entityId: string;
|
|
1044
|
-
}
|
|
1049
|
+
})[];
|
|
1050
|
+
calledByError: ({
|
|
1045
1051
|
id: string;
|
|
1046
1052
|
type: EntityType.GenericReference;
|
|
1047
1053
|
entityType: EntityType.Loop;
|
|
1048
1054
|
entityId: string;
|
|
1049
|
-
}
|
|
1050
|
-
calledByError: ({
|
|
1055
|
+
} | {
|
|
1051
1056
|
id: string;
|
|
1052
1057
|
type: EntityType.GenericReference;
|
|
1053
1058
|
entityType: EntityType.Operation;
|
|
@@ -1082,11 +1087,6 @@ export declare function getContinueStatementSchema(): z.ZodObject<z.objectUtil.e
|
|
|
1082
1087
|
type: EntityType.GenericReference;
|
|
1083
1088
|
entityType: EntityType.InternalCall;
|
|
1084
1089
|
entityId: string;
|
|
1085
|
-
} | {
|
|
1086
|
-
id: string;
|
|
1087
|
-
type: EntityType.GenericReference;
|
|
1088
|
-
entityType: EntityType.Loop;
|
|
1089
|
-
entityId: string;
|
|
1090
1090
|
})[];
|
|
1091
1091
|
calledByEntry: ({
|
|
1092
1092
|
id: string;
|