@elyx-code/project-logic-tree 0.0.6110 → 0.0.6111
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/entities/endpoint.d.ts +8 -8
- package/dist/definitions/built-in-base-entities/entities/persisted/properties.d.ts +1 -0
- package/dist/definitions/built-in-base-entities/entities/relational-database/entity.d.ts +13 -7
- package/dist/definitions/built-in-base-entities/loops/counted/loop.d.ts +3 -3
- package/dist/definitions/built-in-base-entities/operations/http-request/http-request.d.ts +7 -7
- package/dist/definitions/built-in-base-entities/operations/string/join-strings.d.ts +3 -3
- package/dist/definitions/built-in-base-entities/primitive-entities.d.ts +2 -2
- package/dist/definitions/logic/value-autogeneration/value-autogeneration.d.ts +2 -2
- package/dist/definitions/mock/default-mock/entities/alt-relational-database/properties.d.ts +6 -5
- package/dist/definitions/mock/default-mock/entities/animal.d.ts +2 -2
- package/dist/definitions/mock/default-mock/entities/base-table/properties.d.ts +7 -6
- package/dist/definitions/mock/default-mock/entities/company/properties.d.ts +2 -2
- package/dist/definitions/mock/default-mock/entities/default-relational-database/properties.d.ts +13 -9
- package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/endpoint-reached-event.d.ts +5 -5
- package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/properties.d.ts +3 -3
- package/dist/definitions/mock/default-mock/entities/plant.d.ts +3 -2
- package/dist/definitions/mock/default-mock/entities/product.d.ts +5 -3
- package/dist/definitions/mock/default-mock/entities/user.d.ts +4 -3
- package/dist/definitions/mock/default-mock/functions/abort-execution/long-wait-return-statement.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/abort-execution/small-wait-return-statement.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/function-list-variable.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/current-time.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/do-math/index.d.ts +3 -3
- package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/person-not-found-return-error.d.ts +2 -2
- package/dist/definitions/mock/default-mock/loops/global-test-iterate-over-string/loop.d.ts +2 -2
- package/dist/definitions/mock/default-mock/variables/global-data-mapping/employee-dto/company-employee-mapped-DTO.d.ts +2 -2
- package/dist/definitions/mock/default-mock/variables/isTestEnv.d.ts +2 -2
- package/dist/definitions/mock/default-mock/variables/lastTimestamp.d.ts +2 -2
- package/dist/definitions/types/action-descriptor.d.ts +4 -1
- package/dist/definitions/types/base.d.ts +5 -2
- package/dist/definitions/types/data-type.d.ts +4 -7
- package/dist/definitions/types/generic-reference.d.ts +2 -2
- package/dist/definitions/types/index.d.ts +13 -13
- package/dist/definitions/types/input-output-map.d.ts +7 -4
- package/dist/definitions/types/primitives.d.ts +39 -43
- package/dist/definitions/types/property.d.ts +3 -1
- package/dist/definitions/types/variable.d.ts +4 -1
- package/dist/index.js +13036 -12779
- package/dist/index.umd.cjs +194 -182
- package/dist/tree/state/argument-declaration/argument-declaration.d.ts +4 -2
- package/dist/tree/state/argument-declaration/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/base.d.ts +2 -2
- package/dist/tree/state/built-in-base-entity/validation-schema.d.ts +10 -10
- package/dist/tree/state/custom-entity/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/data-type/data-type.d.ts +5 -8
- package/dist/tree/state/data-type/validation/validation-schema.d.ts +110 -110
- package/dist/tree/state/index.d.ts +1 -1
- package/dist/tree/state/input-map/input-map.d.ts +4 -4
- package/dist/tree/state/input-map/validation/validation-schema.d.ts +330 -330
- package/dist/tree/state/literal-value/index.d.ts +1 -0
- package/dist/tree/state/literal-value/literal-value.d.ts +103 -0
- package/dist/tree/state/literal-value/validation/logic-validation.d.ts +4 -0
- package/dist/tree/state/literal-value/validation/references.d.ts +5 -0
- package/dist/tree/state/{primitive-value → literal-value}/validation/validation-schema.d.ts +94 -94
- package/dist/tree/state/output-map/output-map.d.ts +4 -2
- package/dist/tree/state/primitive-entity/validation/validation-schema.d.ts +10 -10
- package/dist/tree/state/property/property.d.ts +4 -2
- package/dist/tree/state/property/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/return-declaration/return-declaration.d.ts +4 -2
- package/dist/tree/state/return-declaration/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/types/state.d.ts +4 -4
- package/dist/tree/state/value-descriptor/validation/validation-schema.d.ts +2 -2
- package/dist/tree/state/value-descriptor/value-descriptor.d.ts +4 -2
- package/dist/tree/state/variable-declaration/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/variable-declaration/variable-declaration.d.ts +5 -3
- package/dist/tree/state/variable-instance/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/variable-instance/variable-instance.d.ts +4 -2
- package/package.json +1 -1
- package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping.d.ts +0 -0
- package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/return-variables-chain.d.ts +0 -0
- package/dist/tree/state/primitive-value/index.d.ts +0 -1
- package/dist/tree/state/primitive-value/primitive-value.d.ts +0 -97
- package/dist/tree/state/primitive-value/validation/logic-validation.d.ts +0 -4
- package/dist/tree/state/primitive-value/validation/references.d.ts +0 -5
|
@@ -108,7 +108,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
108
108
|
id: z.ZodString;
|
|
109
109
|
version: z.ZodNumber;
|
|
110
110
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
111
|
-
type: z.ZodLiteral<EntityType.
|
|
111
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
112
112
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
113
113
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
114
114
|
id: z.ZodString;
|
|
@@ -509,7 +509,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
509
509
|
}>]>>;
|
|
510
510
|
}>, "strip", z.ZodTypeAny, {
|
|
511
511
|
id: string;
|
|
512
|
-
type: EntityType.
|
|
512
|
+
type: EntityType.LiteralValue;
|
|
513
513
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
514
514
|
valueAsType: {
|
|
515
515
|
id: string;
|
|
@@ -555,7 +555,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
555
555
|
value: string;
|
|
556
556
|
}, {
|
|
557
557
|
id: string;
|
|
558
|
-
type: EntityType.
|
|
558
|
+
type: EntityType.LiteralValue;
|
|
559
559
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
560
560
|
valueAsType: {
|
|
561
561
|
id: string;
|
|
@@ -603,7 +603,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
603
603
|
id: z.ZodString;
|
|
604
604
|
version: z.ZodNumber;
|
|
605
605
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
606
|
-
type: z.ZodLiteral<EntityType.
|
|
606
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
607
607
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
608
608
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
609
609
|
id: z.ZodString;
|
|
@@ -1004,7 +1004,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1004
1004
|
}>]>>;
|
|
1005
1005
|
}>, "strip", z.ZodTypeAny, {
|
|
1006
1006
|
id: string;
|
|
1007
|
-
type: EntityType.
|
|
1007
|
+
type: EntityType.LiteralValue;
|
|
1008
1008
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
1009
1009
|
valueAsType: {
|
|
1010
1010
|
id: string;
|
|
@@ -1050,7 +1050,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1050
1050
|
value: number;
|
|
1051
1051
|
}, {
|
|
1052
1052
|
id: string;
|
|
1053
|
-
type: EntityType.
|
|
1053
|
+
type: EntityType.LiteralValue;
|
|
1054
1054
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
1055
1055
|
valueAsType: {
|
|
1056
1056
|
id: string;
|
|
@@ -1098,7 +1098,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1098
1098
|
id: z.ZodString;
|
|
1099
1099
|
version: z.ZodNumber;
|
|
1100
1100
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
1101
|
-
type: z.ZodLiteral<EntityType.
|
|
1101
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
1102
1102
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
1103
1103
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
1104
1104
|
id: z.ZodString;
|
|
@@ -1452,7 +1452,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1452
1452
|
}>>;
|
|
1453
1453
|
}>, "strip", z.ZodTypeAny, {
|
|
1454
1454
|
id: string;
|
|
1455
|
-
type: EntityType.
|
|
1455
|
+
type: EntityType.LiteralValue;
|
|
1456
1456
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
1457
1457
|
valueAsType: {
|
|
1458
1458
|
id: string;
|
|
@@ -1490,7 +1490,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1490
1490
|
value: boolean;
|
|
1491
1491
|
}, {
|
|
1492
1492
|
id: string;
|
|
1493
|
-
type: EntityType.
|
|
1493
|
+
type: EntityType.LiteralValue;
|
|
1494
1494
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
1495
1495
|
valueAsType: {
|
|
1496
1496
|
id: string;
|
|
@@ -1530,7 +1530,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1530
1530
|
id: z.ZodString;
|
|
1531
1531
|
version: z.ZodNumber;
|
|
1532
1532
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
1533
|
-
type: z.ZodLiteral<EntityType.
|
|
1533
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
1534
1534
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
1535
1535
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
1536
1536
|
id: z.ZodString;
|
|
@@ -1865,7 +1865,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1865
1865
|
autogeneration: z.ZodNull;
|
|
1866
1866
|
}>, "strip", z.ZodTypeAny, {
|
|
1867
1867
|
id: string;
|
|
1868
|
-
type: EntityType.
|
|
1868
|
+
type: EntityType.LiteralValue;
|
|
1869
1869
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
1870
1870
|
valueAsType: {
|
|
1871
1871
|
id: string;
|
|
@@ -1899,7 +1899,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1899
1899
|
value: null;
|
|
1900
1900
|
}, {
|
|
1901
1901
|
id: string;
|
|
1902
|
-
type: EntityType.
|
|
1902
|
+
type: EntityType.LiteralValue;
|
|
1903
1903
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
1904
1904
|
valueAsType: {
|
|
1905
1905
|
id: string;
|
|
@@ -1935,7 +1935,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
1935
1935
|
id: z.ZodString;
|
|
1936
1936
|
version: z.ZodNumber;
|
|
1937
1937
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
1938
|
-
type: z.ZodLiteral<EntityType.
|
|
1938
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
1939
1939
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
1940
1940
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
1941
1941
|
id: z.ZodString;
|
|
@@ -2352,7 +2352,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
2352
2352
|
}>]>>;
|
|
2353
2353
|
}>, "strip", z.ZodTypeAny, {
|
|
2354
2354
|
id: string;
|
|
2355
|
-
type: EntityType.
|
|
2355
|
+
type: EntityType.LiteralValue;
|
|
2356
2356
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
2357
2357
|
valueAsType: {
|
|
2358
2358
|
id: string;
|
|
@@ -2402,7 +2402,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
2402
2402
|
value: Date;
|
|
2403
2403
|
}, {
|
|
2404
2404
|
id: string;
|
|
2405
|
-
type: EntityType.
|
|
2405
|
+
type: EntityType.LiteralValue;
|
|
2406
2406
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
2407
2407
|
valueAsType: {
|
|
2408
2408
|
id: string;
|
|
@@ -2454,7 +2454,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
2454
2454
|
id: z.ZodString;
|
|
2455
2455
|
version: z.ZodNumber;
|
|
2456
2456
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
2457
|
-
type: z.ZodLiteral<EntityType.
|
|
2457
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
2458
2458
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
2459
2459
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
2460
2460
|
id: z.ZodString;
|
|
@@ -2789,7 +2789,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
2789
2789
|
autogeneration: z.ZodNull;
|
|
2790
2790
|
}>, "strip", z.ZodTypeAny, {
|
|
2791
2791
|
id: string;
|
|
2792
|
-
type: EntityType.
|
|
2792
|
+
type: EntityType.LiteralValue;
|
|
2793
2793
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
2794
2794
|
valueAsType: {
|
|
2795
2795
|
id: string;
|
|
@@ -2823,7 +2823,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
2823
2823
|
value: string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | (string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | null)[] | null;
|
|
2824
2824
|
}, {
|
|
2825
2825
|
id: string;
|
|
2826
|
-
type: EntityType.
|
|
2826
|
+
type: EntityType.LiteralValue;
|
|
2827
2827
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
2828
2828
|
valueAsType: {
|
|
2829
2829
|
id: string;
|
|
@@ -2859,7 +2859,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
2859
2859
|
id: z.ZodString;
|
|
2860
2860
|
version: z.ZodNumber;
|
|
2861
2861
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
2862
|
-
type: z.ZodLiteral<EntityType.
|
|
2862
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
2863
2863
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
2864
2864
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
2865
2865
|
id: z.ZodString;
|
|
@@ -3194,7 +3194,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
3194
3194
|
autogeneration: z.ZodNull;
|
|
3195
3195
|
}>, "strip", z.ZodTypeAny, {
|
|
3196
3196
|
id: string;
|
|
3197
|
-
type: EntityType.
|
|
3197
|
+
type: EntityType.LiteralValue;
|
|
3198
3198
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
3199
3199
|
valueAsType: {
|
|
3200
3200
|
id: string;
|
|
@@ -3228,7 +3228,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
3228
3228
|
value: string;
|
|
3229
3229
|
}, {
|
|
3230
3230
|
id: string;
|
|
3231
|
-
type: EntityType.
|
|
3231
|
+
type: EntityType.LiteralValue;
|
|
3232
3232
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
3233
3233
|
valueAsType: {
|
|
3234
3234
|
id: string;
|
|
@@ -3264,7 +3264,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
3264
3264
|
id: z.ZodString;
|
|
3265
3265
|
version: z.ZodNumber;
|
|
3266
3266
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
3267
|
-
type: z.ZodLiteral<EntityType.
|
|
3267
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
3268
3268
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
3269
3269
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
3270
3270
|
id: z.ZodString;
|
|
@@ -3599,7 +3599,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
3599
3599
|
autogeneration: z.ZodNull;
|
|
3600
3600
|
}>, "strip", z.ZodTypeAny, {
|
|
3601
3601
|
id: string;
|
|
3602
|
-
type: EntityType.
|
|
3602
|
+
type: EntityType.LiteralValue;
|
|
3603
3603
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
3604
3604
|
valueAsType: {
|
|
3605
3605
|
id: string;
|
|
@@ -3633,7 +3633,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
3633
3633
|
value: string;
|
|
3634
3634
|
}, {
|
|
3635
3635
|
id: string;
|
|
3636
|
-
type: EntityType.
|
|
3636
|
+
type: EntityType.LiteralValue;
|
|
3637
3637
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
3638
3638
|
valueAsType: {
|
|
3639
3639
|
id: string;
|
|
@@ -3669,7 +3669,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
3669
3669
|
id: z.ZodString;
|
|
3670
3670
|
version: z.ZodNumber;
|
|
3671
3671
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
3672
|
-
type: z.ZodLiteral<EntityType.
|
|
3672
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
3673
3673
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
3674
3674
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
3675
3675
|
id: z.ZodString;
|
|
@@ -4020,7 +4020,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4020
4020
|
}>>;
|
|
4021
4021
|
}>, "strip", z.ZodTypeAny, {
|
|
4022
4022
|
id: string;
|
|
4023
|
-
type: EntityType.
|
|
4023
|
+
type: EntityType.LiteralValue;
|
|
4024
4024
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
4025
4025
|
valueAsType: {
|
|
4026
4026
|
id: string;
|
|
@@ -4058,7 +4058,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4058
4058
|
value: string;
|
|
4059
4059
|
}, {
|
|
4060
4060
|
id: string;
|
|
4061
|
-
type: EntityType.
|
|
4061
|
+
type: EntityType.LiteralValue;
|
|
4062
4062
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
4063
4063
|
valueAsType: {
|
|
4064
4064
|
id: string;
|
|
@@ -4098,7 +4098,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4098
4098
|
id: z.ZodString;
|
|
4099
4099
|
version: z.ZodNumber;
|
|
4100
4100
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
4101
|
-
type: z.ZodLiteral<EntityType.
|
|
4101
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
4102
4102
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
4103
4103
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
4104
4104
|
id: z.ZodString;
|
|
@@ -4448,7 +4448,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4448
4448
|
autogeneration: z.ZodNull;
|
|
4449
4449
|
}>, "strip", z.ZodTypeAny, {
|
|
4450
4450
|
id: string;
|
|
4451
|
-
type: EntityType.
|
|
4451
|
+
type: EntityType.LiteralValue;
|
|
4452
4452
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
4453
4453
|
valueAsType: {
|
|
4454
4454
|
id: string;
|
|
@@ -4487,7 +4487,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4487
4487
|
};
|
|
4488
4488
|
}, {
|
|
4489
4489
|
id: string;
|
|
4490
|
-
type: EntityType.
|
|
4490
|
+
type: EntityType.LiteralValue;
|
|
4491
4491
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
4492
4492
|
valueAsType: {
|
|
4493
4493
|
id: string;
|
|
@@ -4528,7 +4528,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4528
4528
|
id: z.ZodString;
|
|
4529
4529
|
version: z.ZodNumber;
|
|
4530
4530
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
4531
|
-
type: z.ZodLiteral<EntityType.
|
|
4531
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
4532
4532
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
4533
4533
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
4534
4534
|
id: z.ZodString;
|
|
@@ -4878,7 +4878,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4878
4878
|
autogeneration: z.ZodNull;
|
|
4879
4879
|
}>, "strip", z.ZodTypeAny, {
|
|
4880
4880
|
id: string;
|
|
4881
|
-
type: EntityType.
|
|
4881
|
+
type: EntityType.LiteralValue;
|
|
4882
4882
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
4883
4883
|
valueAsType: {
|
|
4884
4884
|
id: string;
|
|
@@ -4917,7 +4917,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
4917
4917
|
};
|
|
4918
4918
|
}, {
|
|
4919
4919
|
id: string;
|
|
4920
|
-
type: EntityType.
|
|
4920
|
+
type: EntityType.LiteralValue;
|
|
4921
4921
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
4922
4922
|
valueAsType: {
|
|
4923
4923
|
id: string;
|
|
@@ -5154,7 +5154,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5154
5154
|
};
|
|
5155
5155
|
defaultValue: {
|
|
5156
5156
|
id: string;
|
|
5157
|
-
type: EntityType.
|
|
5157
|
+
type: EntityType.LiteralValue;
|
|
5158
5158
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
5159
5159
|
valueAsType: {
|
|
5160
5160
|
id: string;
|
|
@@ -5200,7 +5200,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5200
5200
|
value: string;
|
|
5201
5201
|
} | {
|
|
5202
5202
|
id: string;
|
|
5203
|
-
type: EntityType.
|
|
5203
|
+
type: EntityType.LiteralValue;
|
|
5204
5204
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
5205
5205
|
valueAsType: {
|
|
5206
5206
|
id: string;
|
|
@@ -5246,7 +5246,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5246
5246
|
value: number;
|
|
5247
5247
|
} | {
|
|
5248
5248
|
id: string;
|
|
5249
|
-
type: EntityType.
|
|
5249
|
+
type: EntityType.LiteralValue;
|
|
5250
5250
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
5251
5251
|
valueAsType: {
|
|
5252
5252
|
id: string;
|
|
@@ -5284,7 +5284,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5284
5284
|
value: boolean;
|
|
5285
5285
|
} | {
|
|
5286
5286
|
id: string;
|
|
5287
|
-
type: EntityType.
|
|
5287
|
+
type: EntityType.LiteralValue;
|
|
5288
5288
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
5289
5289
|
valueAsType: {
|
|
5290
5290
|
id: string;
|
|
@@ -5318,7 +5318,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5318
5318
|
value: null;
|
|
5319
5319
|
} | {
|
|
5320
5320
|
id: string;
|
|
5321
|
-
type: EntityType.
|
|
5321
|
+
type: EntityType.LiteralValue;
|
|
5322
5322
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
5323
5323
|
valueAsType: {
|
|
5324
5324
|
id: string;
|
|
@@ -5368,7 +5368,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5368
5368
|
value: Date;
|
|
5369
5369
|
} | {
|
|
5370
5370
|
id: string;
|
|
5371
|
-
type: EntityType.
|
|
5371
|
+
type: EntityType.LiteralValue;
|
|
5372
5372
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
5373
5373
|
valueAsType: {
|
|
5374
5374
|
id: string;
|
|
@@ -5402,7 +5402,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5402
5402
|
value: string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | (string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | null)[] | null;
|
|
5403
5403
|
} | {
|
|
5404
5404
|
id: string;
|
|
5405
|
-
type: EntityType.
|
|
5405
|
+
type: EntityType.LiteralValue;
|
|
5406
5406
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
5407
5407
|
valueAsType: {
|
|
5408
5408
|
id: string;
|
|
@@ -5436,7 +5436,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5436
5436
|
value: string;
|
|
5437
5437
|
} | {
|
|
5438
5438
|
id: string;
|
|
5439
|
-
type: EntityType.
|
|
5439
|
+
type: EntityType.LiteralValue;
|
|
5440
5440
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
5441
5441
|
valueAsType: {
|
|
5442
5442
|
id: string;
|
|
@@ -5470,7 +5470,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5470
5470
|
value: string;
|
|
5471
5471
|
} | {
|
|
5472
5472
|
id: string;
|
|
5473
|
-
type: EntityType.
|
|
5473
|
+
type: EntityType.LiteralValue;
|
|
5474
5474
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
5475
5475
|
valueAsType: {
|
|
5476
5476
|
id: string;
|
|
@@ -5508,7 +5508,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5508
5508
|
value: string;
|
|
5509
5509
|
} | {
|
|
5510
5510
|
id: string;
|
|
5511
|
-
type: EntityType.
|
|
5511
|
+
type: EntityType.LiteralValue;
|
|
5512
5512
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
5513
5513
|
valueAsType: {
|
|
5514
5514
|
id: string;
|
|
@@ -5547,7 +5547,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5547
5547
|
};
|
|
5548
5548
|
} | {
|
|
5549
5549
|
id: string;
|
|
5550
|
-
type: EntityType.
|
|
5550
|
+
type: EntityType.LiteralValue;
|
|
5551
5551
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
5552
5552
|
valueAsType: {
|
|
5553
5553
|
id: string;
|
|
@@ -5638,7 +5638,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5638
5638
|
};
|
|
5639
5639
|
defaultValue: {
|
|
5640
5640
|
id: string;
|
|
5641
|
-
type: EntityType.
|
|
5641
|
+
type: EntityType.LiteralValue;
|
|
5642
5642
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
5643
5643
|
valueAsType: {
|
|
5644
5644
|
id: string;
|
|
@@ -5684,7 +5684,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5684
5684
|
value: string;
|
|
5685
5685
|
} | {
|
|
5686
5686
|
id: string;
|
|
5687
|
-
type: EntityType.
|
|
5687
|
+
type: EntityType.LiteralValue;
|
|
5688
5688
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
5689
5689
|
valueAsType: {
|
|
5690
5690
|
id: string;
|
|
@@ -5730,7 +5730,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5730
5730
|
value: number;
|
|
5731
5731
|
} | {
|
|
5732
5732
|
id: string;
|
|
5733
|
-
type: EntityType.
|
|
5733
|
+
type: EntityType.LiteralValue;
|
|
5734
5734
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
5735
5735
|
valueAsType: {
|
|
5736
5736
|
id: string;
|
|
@@ -5768,7 +5768,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5768
5768
|
value: boolean;
|
|
5769
5769
|
} | {
|
|
5770
5770
|
id: string;
|
|
5771
|
-
type: EntityType.
|
|
5771
|
+
type: EntityType.LiteralValue;
|
|
5772
5772
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
5773
5773
|
valueAsType: {
|
|
5774
5774
|
id: string;
|
|
@@ -5802,7 +5802,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5802
5802
|
value: null;
|
|
5803
5803
|
} | {
|
|
5804
5804
|
id: string;
|
|
5805
|
-
type: EntityType.
|
|
5805
|
+
type: EntityType.LiteralValue;
|
|
5806
5806
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
5807
5807
|
valueAsType: {
|
|
5808
5808
|
id: string;
|
|
@@ -5852,7 +5852,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5852
5852
|
value: Date;
|
|
5853
5853
|
} | {
|
|
5854
5854
|
id: string;
|
|
5855
|
-
type: EntityType.
|
|
5855
|
+
type: EntityType.LiteralValue;
|
|
5856
5856
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
5857
5857
|
valueAsType: {
|
|
5858
5858
|
id: string;
|
|
@@ -5886,7 +5886,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5886
5886
|
value: string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | (string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | null)[] | null;
|
|
5887
5887
|
} | {
|
|
5888
5888
|
id: string;
|
|
5889
|
-
type: EntityType.
|
|
5889
|
+
type: EntityType.LiteralValue;
|
|
5890
5890
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
5891
5891
|
valueAsType: {
|
|
5892
5892
|
id: string;
|
|
@@ -5920,7 +5920,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5920
5920
|
value: string;
|
|
5921
5921
|
} | {
|
|
5922
5922
|
id: string;
|
|
5923
|
-
type: EntityType.
|
|
5923
|
+
type: EntityType.LiteralValue;
|
|
5924
5924
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
5925
5925
|
valueAsType: {
|
|
5926
5926
|
id: string;
|
|
@@ -5954,7 +5954,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5954
5954
|
value: string;
|
|
5955
5955
|
} | {
|
|
5956
5956
|
id: string;
|
|
5957
|
-
type: EntityType.
|
|
5957
|
+
type: EntityType.LiteralValue;
|
|
5958
5958
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
5959
5959
|
valueAsType: {
|
|
5960
5960
|
id: string;
|
|
@@ -5992,7 +5992,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
5992
5992
|
value: string;
|
|
5993
5993
|
} | {
|
|
5994
5994
|
id: string;
|
|
5995
|
-
type: EntityType.
|
|
5995
|
+
type: EntityType.LiteralValue;
|
|
5996
5996
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
5997
5997
|
valueAsType: {
|
|
5998
5998
|
id: string;
|
|
@@ -6031,7 +6031,7 @@ export declare function getDataTypeNestedEntitiesSchema(): z.ZodObject<{
|
|
|
6031
6031
|
};
|
|
6032
6032
|
} | {
|
|
6033
6033
|
id: string;
|
|
6034
|
-
type: EntityType.
|
|
6034
|
+
type: EntityType.LiteralValue;
|
|
6035
6035
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
6036
6036
|
valueAsType: {
|
|
6037
6037
|
id: string;
|
|
@@ -6085,7 +6085,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
6085
6085
|
id: z.ZodString;
|
|
6086
6086
|
version: z.ZodNumber;
|
|
6087
6087
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
6088
|
-
type: z.ZodLiteral<EntityType.
|
|
6088
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
6089
6089
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
6090
6090
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
6091
6091
|
id: z.ZodString;
|
|
@@ -6486,7 +6486,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
6486
6486
|
}>]>>;
|
|
6487
6487
|
}>, "strip", z.ZodTypeAny, {
|
|
6488
6488
|
id: string;
|
|
6489
|
-
type: EntityType.
|
|
6489
|
+
type: EntityType.LiteralValue;
|
|
6490
6490
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
6491
6491
|
valueAsType: {
|
|
6492
6492
|
id: string;
|
|
@@ -6532,7 +6532,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
6532
6532
|
value: string;
|
|
6533
6533
|
}, {
|
|
6534
6534
|
id: string;
|
|
6535
|
-
type: EntityType.
|
|
6535
|
+
type: EntityType.LiteralValue;
|
|
6536
6536
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
6537
6537
|
valueAsType: {
|
|
6538
6538
|
id: string;
|
|
@@ -6580,7 +6580,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
6580
6580
|
id: z.ZodString;
|
|
6581
6581
|
version: z.ZodNumber;
|
|
6582
6582
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
6583
|
-
type: z.ZodLiteral<EntityType.
|
|
6583
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
6584
6584
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
6585
6585
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
6586
6586
|
id: z.ZodString;
|
|
@@ -6981,7 +6981,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
6981
6981
|
}>]>>;
|
|
6982
6982
|
}>, "strip", z.ZodTypeAny, {
|
|
6983
6983
|
id: string;
|
|
6984
|
-
type: EntityType.
|
|
6984
|
+
type: EntityType.LiteralValue;
|
|
6985
6985
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
6986
6986
|
valueAsType: {
|
|
6987
6987
|
id: string;
|
|
@@ -7027,7 +7027,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7027
7027
|
value: number;
|
|
7028
7028
|
}, {
|
|
7029
7029
|
id: string;
|
|
7030
|
-
type: EntityType.
|
|
7030
|
+
type: EntityType.LiteralValue;
|
|
7031
7031
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
7032
7032
|
valueAsType: {
|
|
7033
7033
|
id: string;
|
|
@@ -7075,7 +7075,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7075
7075
|
id: z.ZodString;
|
|
7076
7076
|
version: z.ZodNumber;
|
|
7077
7077
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
7078
|
-
type: z.ZodLiteral<EntityType.
|
|
7078
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
7079
7079
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
7080
7080
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
7081
7081
|
id: z.ZodString;
|
|
@@ -7429,7 +7429,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7429
7429
|
}>>;
|
|
7430
7430
|
}>, "strip", z.ZodTypeAny, {
|
|
7431
7431
|
id: string;
|
|
7432
|
-
type: EntityType.
|
|
7432
|
+
type: EntityType.LiteralValue;
|
|
7433
7433
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
7434
7434
|
valueAsType: {
|
|
7435
7435
|
id: string;
|
|
@@ -7467,7 +7467,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7467
7467
|
value: boolean;
|
|
7468
7468
|
}, {
|
|
7469
7469
|
id: string;
|
|
7470
|
-
type: EntityType.
|
|
7470
|
+
type: EntityType.LiteralValue;
|
|
7471
7471
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
7472
7472
|
valueAsType: {
|
|
7473
7473
|
id: string;
|
|
@@ -7507,7 +7507,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7507
7507
|
id: z.ZodString;
|
|
7508
7508
|
version: z.ZodNumber;
|
|
7509
7509
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
7510
|
-
type: z.ZodLiteral<EntityType.
|
|
7510
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
7511
7511
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
7512
7512
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
7513
7513
|
id: z.ZodString;
|
|
@@ -7842,7 +7842,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7842
7842
|
autogeneration: z.ZodNull;
|
|
7843
7843
|
}>, "strip", z.ZodTypeAny, {
|
|
7844
7844
|
id: string;
|
|
7845
|
-
type: EntityType.
|
|
7845
|
+
type: EntityType.LiteralValue;
|
|
7846
7846
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
7847
7847
|
valueAsType: {
|
|
7848
7848
|
id: string;
|
|
@@ -7876,7 +7876,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7876
7876
|
value: null;
|
|
7877
7877
|
}, {
|
|
7878
7878
|
id: string;
|
|
7879
|
-
type: EntityType.
|
|
7879
|
+
type: EntityType.LiteralValue;
|
|
7880
7880
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
7881
7881
|
valueAsType: {
|
|
7882
7882
|
id: string;
|
|
@@ -7912,7 +7912,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
7912
7912
|
id: z.ZodString;
|
|
7913
7913
|
version: z.ZodNumber;
|
|
7914
7914
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
7915
|
-
type: z.ZodLiteral<EntityType.
|
|
7915
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
7916
7916
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
7917
7917
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
7918
7918
|
id: z.ZodString;
|
|
@@ -8329,7 +8329,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
8329
8329
|
}>]>>;
|
|
8330
8330
|
}>, "strip", z.ZodTypeAny, {
|
|
8331
8331
|
id: string;
|
|
8332
|
-
type: EntityType.
|
|
8332
|
+
type: EntityType.LiteralValue;
|
|
8333
8333
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
8334
8334
|
valueAsType: {
|
|
8335
8335
|
id: string;
|
|
@@ -8379,7 +8379,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
8379
8379
|
value: Date;
|
|
8380
8380
|
}, {
|
|
8381
8381
|
id: string;
|
|
8382
|
-
type: EntityType.
|
|
8382
|
+
type: EntityType.LiteralValue;
|
|
8383
8383
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
8384
8384
|
valueAsType: {
|
|
8385
8385
|
id: string;
|
|
@@ -8431,7 +8431,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
8431
8431
|
id: z.ZodString;
|
|
8432
8432
|
version: z.ZodNumber;
|
|
8433
8433
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
8434
|
-
type: z.ZodLiteral<EntityType.
|
|
8434
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
8435
8435
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
8436
8436
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
8437
8437
|
id: z.ZodString;
|
|
@@ -8766,7 +8766,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
8766
8766
|
autogeneration: z.ZodNull;
|
|
8767
8767
|
}>, "strip", z.ZodTypeAny, {
|
|
8768
8768
|
id: string;
|
|
8769
|
-
type: EntityType.
|
|
8769
|
+
type: EntityType.LiteralValue;
|
|
8770
8770
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
8771
8771
|
valueAsType: {
|
|
8772
8772
|
id: string;
|
|
@@ -8800,7 +8800,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
8800
8800
|
value: string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | (string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | null)[] | null;
|
|
8801
8801
|
}, {
|
|
8802
8802
|
id: string;
|
|
8803
|
-
type: EntityType.
|
|
8803
|
+
type: EntityType.LiteralValue;
|
|
8804
8804
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
8805
8805
|
valueAsType: {
|
|
8806
8806
|
id: string;
|
|
@@ -8836,7 +8836,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
8836
8836
|
id: z.ZodString;
|
|
8837
8837
|
version: z.ZodNumber;
|
|
8838
8838
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
8839
|
-
type: z.ZodLiteral<EntityType.
|
|
8839
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
8840
8840
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
8841
8841
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
8842
8842
|
id: z.ZodString;
|
|
@@ -9171,7 +9171,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9171
9171
|
autogeneration: z.ZodNull;
|
|
9172
9172
|
}>, "strip", z.ZodTypeAny, {
|
|
9173
9173
|
id: string;
|
|
9174
|
-
type: EntityType.
|
|
9174
|
+
type: EntityType.LiteralValue;
|
|
9175
9175
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
9176
9176
|
valueAsType: {
|
|
9177
9177
|
id: string;
|
|
@@ -9205,7 +9205,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9205
9205
|
value: string;
|
|
9206
9206
|
}, {
|
|
9207
9207
|
id: string;
|
|
9208
|
-
type: EntityType.
|
|
9208
|
+
type: EntityType.LiteralValue;
|
|
9209
9209
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
9210
9210
|
valueAsType: {
|
|
9211
9211
|
id: string;
|
|
@@ -9241,7 +9241,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9241
9241
|
id: z.ZodString;
|
|
9242
9242
|
version: z.ZodNumber;
|
|
9243
9243
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
9244
|
-
type: z.ZodLiteral<EntityType.
|
|
9244
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
9245
9245
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
9246
9246
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
9247
9247
|
id: z.ZodString;
|
|
@@ -9576,7 +9576,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9576
9576
|
autogeneration: z.ZodNull;
|
|
9577
9577
|
}>, "strip", z.ZodTypeAny, {
|
|
9578
9578
|
id: string;
|
|
9579
|
-
type: EntityType.
|
|
9579
|
+
type: EntityType.LiteralValue;
|
|
9580
9580
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
9581
9581
|
valueAsType: {
|
|
9582
9582
|
id: string;
|
|
@@ -9610,7 +9610,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9610
9610
|
value: string;
|
|
9611
9611
|
}, {
|
|
9612
9612
|
id: string;
|
|
9613
|
-
type: EntityType.
|
|
9613
|
+
type: EntityType.LiteralValue;
|
|
9614
9614
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
9615
9615
|
valueAsType: {
|
|
9616
9616
|
id: string;
|
|
@@ -9646,7 +9646,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9646
9646
|
id: z.ZodString;
|
|
9647
9647
|
version: z.ZodNumber;
|
|
9648
9648
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
9649
|
-
type: z.ZodLiteral<EntityType.
|
|
9649
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
9650
9650
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
9651
9651
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
9652
9652
|
id: z.ZodString;
|
|
@@ -9997,7 +9997,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
9997
9997
|
}>>;
|
|
9998
9998
|
}>, "strip", z.ZodTypeAny, {
|
|
9999
9999
|
id: string;
|
|
10000
|
-
type: EntityType.
|
|
10000
|
+
type: EntityType.LiteralValue;
|
|
10001
10001
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
10002
10002
|
valueAsType: {
|
|
10003
10003
|
id: string;
|
|
@@ -10035,7 +10035,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10035
10035
|
value: string;
|
|
10036
10036
|
}, {
|
|
10037
10037
|
id: string;
|
|
10038
|
-
type: EntityType.
|
|
10038
|
+
type: EntityType.LiteralValue;
|
|
10039
10039
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
10040
10040
|
valueAsType: {
|
|
10041
10041
|
id: string;
|
|
@@ -10075,7 +10075,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10075
10075
|
id: z.ZodString;
|
|
10076
10076
|
version: z.ZodNumber;
|
|
10077
10077
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
10078
|
-
type: z.ZodLiteral<EntityType.
|
|
10078
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
10079
10079
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
10080
10080
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
10081
10081
|
id: z.ZodString;
|
|
@@ -10425,7 +10425,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10425
10425
|
autogeneration: z.ZodNull;
|
|
10426
10426
|
}>, "strip", z.ZodTypeAny, {
|
|
10427
10427
|
id: string;
|
|
10428
|
-
type: EntityType.
|
|
10428
|
+
type: EntityType.LiteralValue;
|
|
10429
10429
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
10430
10430
|
valueAsType: {
|
|
10431
10431
|
id: string;
|
|
@@ -10464,7 +10464,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10464
10464
|
};
|
|
10465
10465
|
}, {
|
|
10466
10466
|
id: string;
|
|
10467
|
-
type: EntityType.
|
|
10467
|
+
type: EntityType.LiteralValue;
|
|
10468
10468
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
10469
10469
|
valueAsType: {
|
|
10470
10470
|
id: string;
|
|
@@ -10505,7 +10505,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10505
10505
|
id: z.ZodString;
|
|
10506
10506
|
version: z.ZodNumber;
|
|
10507
10507
|
name: z.ZodEnum<[import("@src/definitions").PrimitiveTypes.String, import("@src/definitions").PrimitiveTypes.Number, import("@src/definitions").PrimitiveTypes.Boolean, import("@src/definitions").PrimitiveTypes.Null, import("@src/definitions").PrimitiveTypes.Date, import("@src/definitions").PrimitiveTypes.KeyValue, import("@src/definitions").PrimitiveTypes.Enum, import("@src/definitions").PrimitiveTypes.File, import("@src/definitions").PrimitiveTypes.UUID, import("@src/definitions").PrimitiveTypes.EntityTemplate, import("@src/definitions").PrimitiveTypes.ActionDescriptor]>;
|
|
10508
|
-
type: z.ZodLiteral<EntityType.
|
|
10508
|
+
type: z.ZodLiteral<EntityType.LiteralValue>;
|
|
10509
10509
|
value: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>]>, "many">]>]>;
|
|
10510
10510
|
valueAsType: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
10511
10511
|
id: z.ZodString;
|
|
@@ -10855,7 +10855,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10855
10855
|
autogeneration: z.ZodNull;
|
|
10856
10856
|
}>, "strip", z.ZodTypeAny, {
|
|
10857
10857
|
id: string;
|
|
10858
|
-
type: EntityType.
|
|
10858
|
+
type: EntityType.LiteralValue;
|
|
10859
10859
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
10860
10860
|
valueAsType: {
|
|
10861
10861
|
id: string;
|
|
@@ -10894,7 +10894,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
10894
10894
|
};
|
|
10895
10895
|
}, {
|
|
10896
10896
|
id: string;
|
|
10897
|
-
type: EntityType.
|
|
10897
|
+
type: EntityType.LiteralValue;
|
|
10898
10898
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
10899
10899
|
valueAsType: {
|
|
10900
10900
|
id: string;
|
|
@@ -11134,7 +11134,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11134
11134
|
version: number;
|
|
11135
11135
|
defaultValue: {
|
|
11136
11136
|
id: string;
|
|
11137
|
-
type: EntityType.
|
|
11137
|
+
type: EntityType.LiteralValue;
|
|
11138
11138
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
11139
11139
|
valueAsType: {
|
|
11140
11140
|
id: string;
|
|
@@ -11180,7 +11180,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11180
11180
|
value: string;
|
|
11181
11181
|
} | {
|
|
11182
11182
|
id: string;
|
|
11183
|
-
type: EntityType.
|
|
11183
|
+
type: EntityType.LiteralValue;
|
|
11184
11184
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
11185
11185
|
valueAsType: {
|
|
11186
11186
|
id: string;
|
|
@@ -11226,7 +11226,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11226
11226
|
value: number;
|
|
11227
11227
|
} | {
|
|
11228
11228
|
id: string;
|
|
11229
|
-
type: EntityType.
|
|
11229
|
+
type: EntityType.LiteralValue;
|
|
11230
11230
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
11231
11231
|
valueAsType: {
|
|
11232
11232
|
id: string;
|
|
@@ -11264,7 +11264,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11264
11264
|
value: boolean;
|
|
11265
11265
|
} | {
|
|
11266
11266
|
id: string;
|
|
11267
|
-
type: EntityType.
|
|
11267
|
+
type: EntityType.LiteralValue;
|
|
11268
11268
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
11269
11269
|
valueAsType: {
|
|
11270
11270
|
id: string;
|
|
@@ -11298,7 +11298,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11298
11298
|
value: null;
|
|
11299
11299
|
} | {
|
|
11300
11300
|
id: string;
|
|
11301
|
-
type: EntityType.
|
|
11301
|
+
type: EntityType.LiteralValue;
|
|
11302
11302
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
11303
11303
|
valueAsType: {
|
|
11304
11304
|
id: string;
|
|
@@ -11348,7 +11348,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11348
11348
|
value: Date;
|
|
11349
11349
|
} | {
|
|
11350
11350
|
id: string;
|
|
11351
|
-
type: EntityType.
|
|
11351
|
+
type: EntityType.LiteralValue;
|
|
11352
11352
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
11353
11353
|
valueAsType: {
|
|
11354
11354
|
id: string;
|
|
@@ -11382,7 +11382,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11382
11382
|
value: string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | (string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | null)[] | null;
|
|
11383
11383
|
} | {
|
|
11384
11384
|
id: string;
|
|
11385
|
-
type: EntityType.
|
|
11385
|
+
type: EntityType.LiteralValue;
|
|
11386
11386
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
11387
11387
|
valueAsType: {
|
|
11388
11388
|
id: string;
|
|
@@ -11416,7 +11416,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11416
11416
|
value: string;
|
|
11417
11417
|
} | {
|
|
11418
11418
|
id: string;
|
|
11419
|
-
type: EntityType.
|
|
11419
|
+
type: EntityType.LiteralValue;
|
|
11420
11420
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
11421
11421
|
valueAsType: {
|
|
11422
11422
|
id: string;
|
|
@@ -11450,7 +11450,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11450
11450
|
value: string;
|
|
11451
11451
|
} | {
|
|
11452
11452
|
id: string;
|
|
11453
|
-
type: EntityType.
|
|
11453
|
+
type: EntityType.LiteralValue;
|
|
11454
11454
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
11455
11455
|
valueAsType: {
|
|
11456
11456
|
id: string;
|
|
@@ -11488,7 +11488,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11488
11488
|
value: string;
|
|
11489
11489
|
} | {
|
|
11490
11490
|
id: string;
|
|
11491
|
-
type: EntityType.
|
|
11491
|
+
type: EntityType.LiteralValue;
|
|
11492
11492
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
11493
11493
|
valueAsType: {
|
|
11494
11494
|
id: string;
|
|
@@ -11527,7 +11527,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11527
11527
|
};
|
|
11528
11528
|
} | {
|
|
11529
11529
|
id: string;
|
|
11530
|
-
type: EntityType.
|
|
11530
|
+
type: EntityType.LiteralValue;
|
|
11531
11531
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
11532
11532
|
valueAsType: {
|
|
11533
11533
|
id: string;
|
|
@@ -11626,7 +11626,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11626
11626
|
version: number;
|
|
11627
11627
|
defaultValue: {
|
|
11628
11628
|
id: string;
|
|
11629
|
-
type: EntityType.
|
|
11629
|
+
type: EntityType.LiteralValue;
|
|
11630
11630
|
name: import("@src/definitions").PrimitiveTypes.String;
|
|
11631
11631
|
valueAsType: {
|
|
11632
11632
|
id: string;
|
|
@@ -11672,7 +11672,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11672
11672
|
value: string;
|
|
11673
11673
|
} | {
|
|
11674
11674
|
id: string;
|
|
11675
|
-
type: EntityType.
|
|
11675
|
+
type: EntityType.LiteralValue;
|
|
11676
11676
|
name: import("@src/definitions").PrimitiveTypes.Number;
|
|
11677
11677
|
valueAsType: {
|
|
11678
11678
|
id: string;
|
|
@@ -11718,7 +11718,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11718
11718
|
value: number;
|
|
11719
11719
|
} | {
|
|
11720
11720
|
id: string;
|
|
11721
|
-
type: EntityType.
|
|
11721
|
+
type: EntityType.LiteralValue;
|
|
11722
11722
|
name: import("@src/definitions").PrimitiveTypes.Boolean;
|
|
11723
11723
|
valueAsType: {
|
|
11724
11724
|
id: string;
|
|
@@ -11756,7 +11756,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11756
11756
|
value: boolean;
|
|
11757
11757
|
} | {
|
|
11758
11758
|
id: string;
|
|
11759
|
-
type: EntityType.
|
|
11759
|
+
type: EntityType.LiteralValue;
|
|
11760
11760
|
name: import("@src/definitions").PrimitiveTypes.Null;
|
|
11761
11761
|
valueAsType: {
|
|
11762
11762
|
id: string;
|
|
@@ -11790,7 +11790,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11790
11790
|
value: null;
|
|
11791
11791
|
} | {
|
|
11792
11792
|
id: string;
|
|
11793
|
-
type: EntityType.
|
|
11793
|
+
type: EntityType.LiteralValue;
|
|
11794
11794
|
name: import("@src/definitions").PrimitiveTypes.Date;
|
|
11795
11795
|
valueAsType: {
|
|
11796
11796
|
id: string;
|
|
@@ -11840,7 +11840,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11840
11840
|
value: Date;
|
|
11841
11841
|
} | {
|
|
11842
11842
|
id: string;
|
|
11843
|
-
type: EntityType.
|
|
11843
|
+
type: EntityType.LiteralValue;
|
|
11844
11844
|
name: import("@src/definitions").PrimitiveTypes.KeyValue;
|
|
11845
11845
|
valueAsType: {
|
|
11846
11846
|
id: string;
|
|
@@ -11874,7 +11874,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11874
11874
|
value: string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | (string | number | boolean | Date | Record<string, string | number | boolean | Date | null> | null)[] | null;
|
|
11875
11875
|
} | {
|
|
11876
11876
|
id: string;
|
|
11877
|
-
type: EntityType.
|
|
11877
|
+
type: EntityType.LiteralValue;
|
|
11878
11878
|
name: import("@src/definitions").PrimitiveTypes.Enum;
|
|
11879
11879
|
valueAsType: {
|
|
11880
11880
|
id: string;
|
|
@@ -11908,7 +11908,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11908
11908
|
value: string;
|
|
11909
11909
|
} | {
|
|
11910
11910
|
id: string;
|
|
11911
|
-
type: EntityType.
|
|
11911
|
+
type: EntityType.LiteralValue;
|
|
11912
11912
|
name: import("@src/definitions").PrimitiveTypes.File;
|
|
11913
11913
|
valueAsType: {
|
|
11914
11914
|
id: string;
|
|
@@ -11942,7 +11942,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11942
11942
|
value: string;
|
|
11943
11943
|
} | {
|
|
11944
11944
|
id: string;
|
|
11945
|
-
type: EntityType.
|
|
11945
|
+
type: EntityType.LiteralValue;
|
|
11946
11946
|
name: import("@src/definitions").PrimitiveTypes.UUID;
|
|
11947
11947
|
valueAsType: {
|
|
11948
11948
|
id: string;
|
|
@@ -11980,7 +11980,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
11980
11980
|
value: string;
|
|
11981
11981
|
} | {
|
|
11982
11982
|
id: string;
|
|
11983
|
-
type: EntityType.
|
|
11983
|
+
type: EntityType.LiteralValue;
|
|
11984
11984
|
name: import("@src/definitions").PrimitiveTypes.EntityTemplate;
|
|
11985
11985
|
valueAsType: {
|
|
11986
11986
|
id: string;
|
|
@@ -12019,7 +12019,7 @@ export declare function getDataTypeSchema(): z.ZodObject<z.objectUtil.extendShap
|
|
|
12019
12019
|
};
|
|
12020
12020
|
} | {
|
|
12021
12021
|
id: string;
|
|
12022
|
-
type: EntityType.
|
|
12022
|
+
type: EntityType.LiteralValue;
|
|
12023
12023
|
name: import("@src/definitions").PrimitiveTypes.ActionDescriptor;
|
|
12024
12024
|
valueAsType: {
|
|
12025
12025
|
id: string;
|