@prismicio/types-internal 4.0.0-pr.6.bf36d5e → 4.0.0-pr.6.c2b7195
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/content/codec/richText.js +2 -2
- package/dist/content/codec/richText.js.map +1 -1
- package/dist/content/legacy/richText.js +3 -3
- package/dist/content/legacy/richText.js.map +1 -1
- package/dist/content/richText.d.ts +133 -1
- package/dist/content/richText.d.ts.map +1 -1
- package/dist/content/richText.js +3 -3
- package/dist/content/richText.js.map +1 -1
- package/dist/helpers/traverseContent.d.ts.map +1 -1
- package/dist/helpers/traverseContent.js.map +1 -1
- package/dist/helpers/traverseContentWithModel.d.ts.map +1 -1
- package/dist/helpers/traverseContentWithModel.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/io-ts.d.ts +1790 -1529
- package/dist/io-ts.d.ts.map +1 -1
- package/dist/io-ts.js +3 -2
- package/dist/io-ts.js.map +1 -1
- package/dist/model/customType.d.ts +288 -288
- package/dist/model/group.d.ts +48 -48
- package/dist/model/link.d.ts +16 -16
- package/dist/model/link.d.ts.map +1 -1
- package/dist/model/link.js +7 -7
- package/dist/model/link.js.map +1 -1
- package/dist/model/nestable.d.ts +16 -16
- package/dist/model/section.d.ts +288 -288
- package/dist/model/slice.d.ts +384 -384
- package/dist/model/slices.d.ts +192 -192
- package/dist/model/widget.d.ts +288 -288
- package/dist/zod4.d.ts +1588 -1457
- package/dist/zod4.d.ts.map +1 -1
- package/dist/zod4.js +3 -2
- package/dist/zod4.js.map +1 -1
- package/package.json +1 -1
- package/src/content/codec/richText.ts +10 -6
- package/src/content/legacy/richText.ts +3 -3
- package/src/content/richText.ts +4 -4
- package/src/helpers/traverseContent.ts +7 -13
- package/src/helpers/traverseContentWithModel.ts +5 -9
- package/src/index.ts +1 -1
- package/src/io-ts.ts +2 -1
- package/src/model/link.ts +38 -44
- package/src/zod4.ts +2 -1
- package/dist/content/legacy/image.d.ts +0 -1
|
@@ -82,31 +82,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
82
82
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
83
83
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
84
84
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
85
|
-
customtypes: z.ZodMiniOptional<z.
|
|
85
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
86
86
|
id: z.ZodMiniString<string>;
|
|
87
|
-
fields: z.
|
|
87
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
88
88
|
id: z.ZodMiniString<string>;
|
|
89
|
-
fields: z.
|
|
89
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
90
90
|
id: z.ZodMiniString<string>;
|
|
91
|
-
customtypes: z.
|
|
91
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
92
92
|
id: z.ZodMiniString<string>;
|
|
93
|
-
fields: z.
|
|
93
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
94
94
|
id: z.ZodMiniString<string>;
|
|
95
|
-
fields: z.
|
|
96
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
97
|
-
}, z.core.$strip>]
|
|
98
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
95
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
96
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
97
|
+
}, z.core.$strip>]>>;
|
|
98
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
99
99
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
100
100
|
id: z.ZodMiniString<string>;
|
|
101
|
-
customtypes: z.
|
|
101
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
102
102
|
id: z.ZodMiniString<string>;
|
|
103
|
-
fields: z.
|
|
103
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
104
104
|
id: z.ZodMiniString<string>;
|
|
105
|
-
fields: z.
|
|
106
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
107
|
-
}, z.core.$strip>]
|
|
108
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
109
|
-
}, z.core.$strip>]
|
|
105
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
106
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
107
|
+
}, z.core.$strip>]>>;
|
|
108
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
109
|
+
}, z.core.$strip>]>>>;
|
|
110
110
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
111
111
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
112
112
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -266,31 +266,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
266
266
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
267
267
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
268
268
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
269
|
-
customtypes: z.ZodMiniOptional<z.
|
|
269
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
270
270
|
id: z.ZodMiniString<string>;
|
|
271
|
-
fields: z.
|
|
271
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
272
272
|
id: z.ZodMiniString<string>;
|
|
273
|
-
fields: z.
|
|
273
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
274
274
|
id: z.ZodMiniString<string>;
|
|
275
|
-
customtypes: z.
|
|
275
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
276
276
|
id: z.ZodMiniString<string>;
|
|
277
|
-
fields: z.
|
|
277
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
278
278
|
id: z.ZodMiniString<string>;
|
|
279
|
-
fields: z.
|
|
280
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
281
|
-
}, z.core.$strip>]
|
|
282
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
279
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
280
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
281
|
+
}, z.core.$strip>]>>;
|
|
282
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
283
283
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
284
284
|
id: z.ZodMiniString<string>;
|
|
285
|
-
customtypes: z.
|
|
285
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
286
286
|
id: z.ZodMiniString<string>;
|
|
287
|
-
fields: z.
|
|
287
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
288
288
|
id: z.ZodMiniString<string>;
|
|
289
|
-
fields: z.
|
|
290
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
291
|
-
}, z.core.$strip>]
|
|
292
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
293
|
-
}, z.core.$strip>]
|
|
289
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
290
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
291
|
+
}, z.core.$strip>]>>;
|
|
292
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
293
|
+
}, z.core.$strip>]>>>;
|
|
294
294
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
295
295
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
296
296
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -450,31 +450,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
450
450
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
451
451
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
452
452
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
453
|
-
customtypes: z.ZodMiniOptional<z.
|
|
453
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
454
454
|
id: z.ZodMiniString<string>;
|
|
455
|
-
fields: z.
|
|
455
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
456
456
|
id: z.ZodMiniString<string>;
|
|
457
|
-
fields: z.
|
|
457
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
458
458
|
id: z.ZodMiniString<string>;
|
|
459
|
-
customtypes: z.
|
|
459
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
460
460
|
id: z.ZodMiniString<string>;
|
|
461
|
-
fields: z.
|
|
461
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
462
462
|
id: z.ZodMiniString<string>;
|
|
463
|
-
fields: z.
|
|
464
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
465
|
-
}, z.core.$strip>]
|
|
466
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
463
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
464
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
465
|
+
}, z.core.$strip>]>>;
|
|
466
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
467
467
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
468
468
|
id: z.ZodMiniString<string>;
|
|
469
|
-
customtypes: z.
|
|
469
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
470
470
|
id: z.ZodMiniString<string>;
|
|
471
|
-
fields: z.
|
|
471
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
472
472
|
id: z.ZodMiniString<string>;
|
|
473
|
-
fields: z.
|
|
474
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
475
|
-
}, z.core.$strip>]
|
|
476
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
477
|
-
}, z.core.$strip>]
|
|
473
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
474
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
475
|
+
}, z.core.$strip>]>>;
|
|
476
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
477
|
+
}, z.core.$strip>]>>>;
|
|
478
478
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
479
479
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
480
480
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -645,31 +645,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
645
645
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
646
646
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
647
647
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
648
|
-
customtypes: z.ZodMiniOptional<z.
|
|
648
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
649
649
|
id: z.ZodMiniString<string>;
|
|
650
|
-
fields: z.
|
|
650
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
651
651
|
id: z.ZodMiniString<string>;
|
|
652
|
-
fields: z.
|
|
652
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
653
653
|
id: z.ZodMiniString<string>;
|
|
654
|
-
customtypes: z.
|
|
654
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
655
655
|
id: z.ZodMiniString<string>;
|
|
656
|
-
fields: z.
|
|
656
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
657
657
|
id: z.ZodMiniString<string>;
|
|
658
|
-
fields: z.
|
|
659
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
660
|
-
}, z.core.$strip>]
|
|
661
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
658
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
659
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
660
|
+
}, z.core.$strip>]>>;
|
|
661
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
662
662
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
663
663
|
id: z.ZodMiniString<string>;
|
|
664
|
-
customtypes: z.
|
|
664
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
665
665
|
id: z.ZodMiniString<string>;
|
|
666
|
-
fields: z.
|
|
666
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
667
667
|
id: z.ZodMiniString<string>;
|
|
668
|
-
fields: z.
|
|
669
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
670
|
-
}, z.core.$strip>]
|
|
671
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
672
|
-
}, z.core.$strip>]
|
|
668
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
669
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
670
|
+
}, z.core.$strip>]>>;
|
|
671
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
672
|
+
}, z.core.$strip>]>>>;
|
|
673
673
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
674
674
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
675
675
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -822,31 +822,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
822
822
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
823
823
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
824
824
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
825
|
-
customtypes: z.ZodMiniOptional<z.
|
|
825
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
826
826
|
id: z.ZodMiniString<string>;
|
|
827
|
-
fields: z.
|
|
827
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
828
828
|
id: z.ZodMiniString<string>;
|
|
829
|
-
fields: z.
|
|
829
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
830
830
|
id: z.ZodMiniString<string>;
|
|
831
|
-
customtypes: z.
|
|
831
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
832
832
|
id: z.ZodMiniString<string>;
|
|
833
|
-
fields: z.
|
|
833
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
834
834
|
id: z.ZodMiniString<string>;
|
|
835
|
-
fields: z.
|
|
836
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
837
|
-
}, z.core.$strip>]
|
|
838
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
835
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
836
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
837
|
+
}, z.core.$strip>]>>;
|
|
838
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
839
839
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
840
840
|
id: z.ZodMiniString<string>;
|
|
841
|
-
customtypes: z.
|
|
841
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
842
842
|
id: z.ZodMiniString<string>;
|
|
843
|
-
fields: z.
|
|
843
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
844
844
|
id: z.ZodMiniString<string>;
|
|
845
|
-
fields: z.
|
|
846
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
847
|
-
}, z.core.$strip>]
|
|
848
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
849
|
-
}, z.core.$strip>]
|
|
845
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
846
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
847
|
+
}, z.core.$strip>]>>;
|
|
848
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
849
|
+
}, z.core.$strip>]>>>;
|
|
850
850
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
851
851
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
852
852
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1002,31 +1002,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
1002
1002
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1003
1003
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1004
1004
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1005
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1005
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1006
1006
|
id: z.ZodMiniString<string>;
|
|
1007
|
-
fields: z.
|
|
1007
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1008
1008
|
id: z.ZodMiniString<string>;
|
|
1009
|
-
fields: z.
|
|
1009
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1010
1010
|
id: z.ZodMiniString<string>;
|
|
1011
|
-
customtypes: z.
|
|
1011
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1012
1012
|
id: z.ZodMiniString<string>;
|
|
1013
|
-
fields: z.
|
|
1013
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1014
1014
|
id: z.ZodMiniString<string>;
|
|
1015
|
-
fields: z.
|
|
1016
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1017
|
-
}, z.core.$strip>]
|
|
1018
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1015
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1016
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1017
|
+
}, z.core.$strip>]>>;
|
|
1018
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1019
1019
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1020
1020
|
id: z.ZodMiniString<string>;
|
|
1021
|
-
customtypes: z.
|
|
1021
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1022
1022
|
id: z.ZodMiniString<string>;
|
|
1023
|
-
fields: z.
|
|
1023
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1024
1024
|
id: z.ZodMiniString<string>;
|
|
1025
|
-
fields: z.
|
|
1026
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1027
|
-
}, z.core.$strip>]
|
|
1028
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1029
|
-
}, z.core.$strip>]
|
|
1025
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1026
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1027
|
+
}, z.core.$strip>]>>;
|
|
1028
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1029
|
+
}, z.core.$strip>]>>>;
|
|
1030
1030
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1031
1031
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1032
1032
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1186,31 +1186,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
1186
1186
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1187
1187
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1188
1188
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1189
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1189
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1190
1190
|
id: z.ZodMiniString<string>;
|
|
1191
|
-
fields: z.
|
|
1191
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1192
1192
|
id: z.ZodMiniString<string>;
|
|
1193
|
-
fields: z.
|
|
1193
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1194
1194
|
id: z.ZodMiniString<string>;
|
|
1195
|
-
customtypes: z.
|
|
1195
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1196
1196
|
id: z.ZodMiniString<string>;
|
|
1197
|
-
fields: z.
|
|
1197
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1198
1198
|
id: z.ZodMiniString<string>;
|
|
1199
|
-
fields: z.
|
|
1200
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1201
|
-
}, z.core.$strip>]
|
|
1202
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1199
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1200
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1201
|
+
}, z.core.$strip>]>>;
|
|
1202
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1203
1203
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1204
1204
|
id: z.ZodMiniString<string>;
|
|
1205
|
-
customtypes: z.
|
|
1205
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1206
1206
|
id: z.ZodMiniString<string>;
|
|
1207
|
-
fields: z.
|
|
1207
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1208
1208
|
id: z.ZodMiniString<string>;
|
|
1209
|
-
fields: z.
|
|
1210
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1211
|
-
}, z.core.$strip>]
|
|
1212
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1213
|
-
}, z.core.$strip>]
|
|
1209
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1210
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1211
|
+
}, z.core.$strip>]>>;
|
|
1212
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1213
|
+
}, z.core.$strip>]>>>;
|
|
1214
1214
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1215
1215
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1216
1216
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1376,31 +1376,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
1376
1376
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1377
1377
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1378
1378
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1379
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1379
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1380
1380
|
id: z.ZodMiniString<string>;
|
|
1381
|
-
fields: z.
|
|
1381
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1382
1382
|
id: z.ZodMiniString<string>;
|
|
1383
|
-
fields: z.
|
|
1383
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1384
1384
|
id: z.ZodMiniString<string>;
|
|
1385
|
-
customtypes: z.
|
|
1385
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1386
1386
|
id: z.ZodMiniString<string>;
|
|
1387
|
-
fields: z.
|
|
1387
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1388
1388
|
id: z.ZodMiniString<string>;
|
|
1389
|
-
fields: z.
|
|
1390
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1391
|
-
}, z.core.$strip>]
|
|
1392
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1389
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1390
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1391
|
+
}, z.core.$strip>]>>;
|
|
1392
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1393
1393
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1394
1394
|
id: z.ZodMiniString<string>;
|
|
1395
|
-
customtypes: z.
|
|
1395
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1396
1396
|
id: z.ZodMiniString<string>;
|
|
1397
|
-
fields: z.
|
|
1397
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1398
1398
|
id: z.ZodMiniString<string>;
|
|
1399
|
-
fields: z.
|
|
1400
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1401
|
-
}, z.core.$strip>]
|
|
1402
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1403
|
-
}, z.core.$strip>]
|
|
1399
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1400
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1401
|
+
}, z.core.$strip>]>>;
|
|
1402
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1403
|
+
}, z.core.$strip>]>>>;
|
|
1404
1404
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1405
1405
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1406
1406
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1560,31 +1560,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
1560
1560
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1561
1561
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1562
1562
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1563
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1563
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1564
1564
|
id: z.ZodMiniString<string>;
|
|
1565
|
-
fields: z.
|
|
1565
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1566
1566
|
id: z.ZodMiniString<string>;
|
|
1567
|
-
fields: z.
|
|
1567
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1568
1568
|
id: z.ZodMiniString<string>;
|
|
1569
|
-
customtypes: z.
|
|
1569
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1570
1570
|
id: z.ZodMiniString<string>;
|
|
1571
|
-
fields: z.
|
|
1571
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1572
1572
|
id: z.ZodMiniString<string>;
|
|
1573
|
-
fields: z.
|
|
1574
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1575
|
-
}, z.core.$strip>]
|
|
1576
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1573
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1574
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1575
|
+
}, z.core.$strip>]>>;
|
|
1576
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1577
1577
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1578
1578
|
id: z.ZodMiniString<string>;
|
|
1579
|
-
customtypes: z.
|
|
1579
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1580
1580
|
id: z.ZodMiniString<string>;
|
|
1581
|
-
fields: z.
|
|
1581
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1582
1582
|
id: z.ZodMiniString<string>;
|
|
1583
|
-
fields: z.
|
|
1584
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1585
|
-
}, z.core.$strip>]
|
|
1586
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1587
|
-
}, z.core.$strip>]
|
|
1583
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1584
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1585
|
+
}, z.core.$strip>]>>;
|
|
1586
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1587
|
+
}, z.core.$strip>]>>>;
|
|
1588
1588
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1589
1589
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1590
1590
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1744,31 +1744,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
1744
1744
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1745
1745
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1746
1746
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1747
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1747
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1748
1748
|
id: z.ZodMiniString<string>;
|
|
1749
|
-
fields: z.
|
|
1749
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1750
1750
|
id: z.ZodMiniString<string>;
|
|
1751
|
-
fields: z.
|
|
1751
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1752
1752
|
id: z.ZodMiniString<string>;
|
|
1753
|
-
customtypes: z.
|
|
1753
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1754
1754
|
id: z.ZodMiniString<string>;
|
|
1755
|
-
fields: z.
|
|
1755
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1756
1756
|
id: z.ZodMiniString<string>;
|
|
1757
|
-
fields: z.
|
|
1758
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1759
|
-
}, z.core.$strip>]
|
|
1760
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1757
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1758
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1759
|
+
}, z.core.$strip>]>>;
|
|
1760
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1761
1761
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1762
1762
|
id: z.ZodMiniString<string>;
|
|
1763
|
-
customtypes: z.
|
|
1763
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1764
1764
|
id: z.ZodMiniString<string>;
|
|
1765
|
-
fields: z.
|
|
1765
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1766
1766
|
id: z.ZodMiniString<string>;
|
|
1767
|
-
fields: z.
|
|
1768
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1769
|
-
}, z.core.$strip>]
|
|
1770
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1771
|
-
}, z.core.$strip>]
|
|
1767
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1768
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1769
|
+
}, z.core.$strip>]>>;
|
|
1770
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1771
|
+
}, z.core.$strip>]>>>;
|
|
1772
1772
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1773
1773
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1774
1774
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1925,31 +1925,31 @@ declare const StaticCustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
1925
1925
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1926
1926
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1927
1927
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1928
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1928
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1929
1929
|
id: z.ZodMiniString<string>;
|
|
1930
|
-
fields: z.
|
|
1930
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1931
1931
|
id: z.ZodMiniString<string>;
|
|
1932
|
-
fields: z.
|
|
1932
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1933
1933
|
id: z.ZodMiniString<string>;
|
|
1934
|
-
customtypes: z.
|
|
1934
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1935
1935
|
id: z.ZodMiniString<string>;
|
|
1936
|
-
fields: z.
|
|
1936
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1937
1937
|
id: z.ZodMiniString<string>;
|
|
1938
|
-
fields: z.
|
|
1939
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1940
|
-
}, z.core.$strip>]
|
|
1941
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1938
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1939
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1940
|
+
}, z.core.$strip>]>>;
|
|
1941
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1942
1942
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1943
1943
|
id: z.ZodMiniString<string>;
|
|
1944
|
-
customtypes: z.
|
|
1944
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1945
1945
|
id: z.ZodMiniString<string>;
|
|
1946
|
-
fields: z.
|
|
1946
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1947
1947
|
id: z.ZodMiniString<string>;
|
|
1948
|
-
fields: z.
|
|
1949
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1950
|
-
}, z.core.$strip>]
|
|
1951
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1952
|
-
}, z.core.$strip>]
|
|
1948
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1949
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1950
|
+
}, z.core.$strip>]>>;
|
|
1951
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1952
|
+
}, z.core.$strip>]>>>;
|
|
1953
1953
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1954
1954
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1955
1955
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -2127,31 +2127,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
2127
2127
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
2128
2128
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2129
2129
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
2130
|
-
customtypes: z.ZodMiniOptional<z.
|
|
2130
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2131
2131
|
id: z.ZodMiniString<string>;
|
|
2132
|
-
fields: z.
|
|
2132
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2133
2133
|
id: z.ZodMiniString<string>;
|
|
2134
|
-
fields: z.
|
|
2134
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2135
2135
|
id: z.ZodMiniString<string>;
|
|
2136
|
-
customtypes: z.
|
|
2136
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2137
2137
|
id: z.ZodMiniString<string>;
|
|
2138
|
-
fields: z.
|
|
2138
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2139
2139
|
id: z.ZodMiniString<string>;
|
|
2140
|
-
fields: z.
|
|
2141
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2142
|
-
}, z.core.$strip>]
|
|
2143
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2140
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2141
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2142
|
+
}, z.core.$strip>]>>;
|
|
2143
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2144
2144
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
2145
2145
|
id: z.ZodMiniString<string>;
|
|
2146
|
-
customtypes: z.
|
|
2146
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2147
2147
|
id: z.ZodMiniString<string>;
|
|
2148
|
-
fields: z.
|
|
2148
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2149
2149
|
id: z.ZodMiniString<string>;
|
|
2150
|
-
fields: z.
|
|
2151
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2152
|
-
}, z.core.$strip>]
|
|
2153
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2154
|
-
}, z.core.$strip>]
|
|
2150
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2151
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2152
|
+
}, z.core.$strip>]>>;
|
|
2153
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2154
|
+
}, z.core.$strip>]>>>;
|
|
2155
2155
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2156
2156
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2157
2157
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -2311,31 +2311,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
2311
2311
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
2312
2312
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2313
2313
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
2314
|
-
customtypes: z.ZodMiniOptional<z.
|
|
2314
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2315
2315
|
id: z.ZodMiniString<string>;
|
|
2316
|
-
fields: z.
|
|
2316
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2317
2317
|
id: z.ZodMiniString<string>;
|
|
2318
|
-
fields: z.
|
|
2318
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2319
2319
|
id: z.ZodMiniString<string>;
|
|
2320
|
-
customtypes: z.
|
|
2320
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2321
2321
|
id: z.ZodMiniString<string>;
|
|
2322
|
-
fields: z.
|
|
2322
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2323
2323
|
id: z.ZodMiniString<string>;
|
|
2324
|
-
fields: z.
|
|
2325
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2326
|
-
}, z.core.$strip>]
|
|
2327
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2324
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2325
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2326
|
+
}, z.core.$strip>]>>;
|
|
2327
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2328
2328
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
2329
2329
|
id: z.ZodMiniString<string>;
|
|
2330
|
-
customtypes: z.
|
|
2330
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2331
2331
|
id: z.ZodMiniString<string>;
|
|
2332
|
-
fields: z.
|
|
2332
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2333
2333
|
id: z.ZodMiniString<string>;
|
|
2334
|
-
fields: z.
|
|
2335
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2336
|
-
}, z.core.$strip>]
|
|
2337
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2338
|
-
}, z.core.$strip>]
|
|
2334
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2335
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2336
|
+
}, z.core.$strip>]>>;
|
|
2337
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2338
|
+
}, z.core.$strip>]>>>;
|
|
2339
2339
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2340
2340
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2341
2341
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -2495,31 +2495,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
2495
2495
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
2496
2496
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2497
2497
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
2498
|
-
customtypes: z.ZodMiniOptional<z.
|
|
2498
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2499
2499
|
id: z.ZodMiniString<string>;
|
|
2500
|
-
fields: z.
|
|
2500
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2501
2501
|
id: z.ZodMiniString<string>;
|
|
2502
|
-
fields: z.
|
|
2502
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2503
2503
|
id: z.ZodMiniString<string>;
|
|
2504
|
-
customtypes: z.
|
|
2504
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2505
2505
|
id: z.ZodMiniString<string>;
|
|
2506
|
-
fields: z.
|
|
2506
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2507
2507
|
id: z.ZodMiniString<string>;
|
|
2508
|
-
fields: z.
|
|
2509
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2510
|
-
}, z.core.$strip>]
|
|
2511
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2508
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2509
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2510
|
+
}, z.core.$strip>]>>;
|
|
2511
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2512
2512
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
2513
2513
|
id: z.ZodMiniString<string>;
|
|
2514
|
-
customtypes: z.
|
|
2514
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2515
2515
|
id: z.ZodMiniString<string>;
|
|
2516
|
-
fields: z.
|
|
2516
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2517
2517
|
id: z.ZodMiniString<string>;
|
|
2518
|
-
fields: z.
|
|
2519
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2520
|
-
}, z.core.$strip>]
|
|
2521
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2522
|
-
}, z.core.$strip>]
|
|
2518
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2519
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2520
|
+
}, z.core.$strip>]>>;
|
|
2521
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2522
|
+
}, z.core.$strip>]>>>;
|
|
2523
2523
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2524
2524
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2525
2525
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -2690,31 +2690,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
2690
2690
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
2691
2691
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2692
2692
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
2693
|
-
customtypes: z.ZodMiniOptional<z.
|
|
2693
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2694
2694
|
id: z.ZodMiniString<string>;
|
|
2695
|
-
fields: z.
|
|
2695
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2696
2696
|
id: z.ZodMiniString<string>;
|
|
2697
|
-
fields: z.
|
|
2697
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2698
2698
|
id: z.ZodMiniString<string>;
|
|
2699
|
-
customtypes: z.
|
|
2699
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2700
2700
|
id: z.ZodMiniString<string>;
|
|
2701
|
-
fields: z.
|
|
2701
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2702
2702
|
id: z.ZodMiniString<string>;
|
|
2703
|
-
fields: z.
|
|
2704
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2705
|
-
}, z.core.$strip>]
|
|
2706
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2703
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2704
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2705
|
+
}, z.core.$strip>]>>;
|
|
2706
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2707
2707
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
2708
2708
|
id: z.ZodMiniString<string>;
|
|
2709
|
-
customtypes: z.
|
|
2709
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2710
2710
|
id: z.ZodMiniString<string>;
|
|
2711
|
-
fields: z.
|
|
2711
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2712
2712
|
id: z.ZodMiniString<string>;
|
|
2713
|
-
fields: z.
|
|
2714
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2715
|
-
}, z.core.$strip>]
|
|
2716
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2717
|
-
}, z.core.$strip>]
|
|
2713
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2714
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2715
|
+
}, z.core.$strip>]>>;
|
|
2716
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2717
|
+
}, z.core.$strip>]>>>;
|
|
2718
2718
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2719
2719
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2720
2720
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -2867,31 +2867,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
2867
2867
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
2868
2868
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2869
2869
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
2870
|
-
customtypes: z.ZodMiniOptional<z.
|
|
2870
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2871
2871
|
id: z.ZodMiniString<string>;
|
|
2872
|
-
fields: z.
|
|
2872
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2873
2873
|
id: z.ZodMiniString<string>;
|
|
2874
|
-
fields: z.
|
|
2874
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2875
2875
|
id: z.ZodMiniString<string>;
|
|
2876
|
-
customtypes: z.
|
|
2876
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2877
2877
|
id: z.ZodMiniString<string>;
|
|
2878
|
-
fields: z.
|
|
2878
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2879
2879
|
id: z.ZodMiniString<string>;
|
|
2880
|
-
fields: z.
|
|
2881
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2882
|
-
}, z.core.$strip>]
|
|
2883
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2880
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2881
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2882
|
+
}, z.core.$strip>]>>;
|
|
2883
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2884
2884
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
2885
2885
|
id: z.ZodMiniString<string>;
|
|
2886
|
-
customtypes: z.
|
|
2886
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2887
2887
|
id: z.ZodMiniString<string>;
|
|
2888
|
-
fields: z.
|
|
2888
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2889
2889
|
id: z.ZodMiniString<string>;
|
|
2890
|
-
fields: z.
|
|
2891
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2892
|
-
}, z.core.$strip>]
|
|
2893
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2894
|
-
}, z.core.$strip>]
|
|
2890
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2891
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2892
|
+
}, z.core.$strip>]>>;
|
|
2893
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2894
|
+
}, z.core.$strip>]>>>;
|
|
2895
2895
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2896
2896
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2897
2897
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -3047,31 +3047,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
3047
3047
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
3048
3048
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3049
3049
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
3050
|
-
customtypes: z.ZodMiniOptional<z.
|
|
3050
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
3051
3051
|
id: z.ZodMiniString<string>;
|
|
3052
|
-
fields: z.
|
|
3052
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3053
3053
|
id: z.ZodMiniString<string>;
|
|
3054
|
-
fields: z.
|
|
3054
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3055
3055
|
id: z.ZodMiniString<string>;
|
|
3056
|
-
customtypes: z.
|
|
3056
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
3057
3057
|
id: z.ZodMiniString<string>;
|
|
3058
|
-
fields: z.
|
|
3058
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3059
3059
|
id: z.ZodMiniString<string>;
|
|
3060
|
-
fields: z.
|
|
3061
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3062
|
-
}, z.core.$strip>]
|
|
3063
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3060
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
3061
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3062
|
+
}, z.core.$strip>]>>;
|
|
3063
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3064
3064
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
3065
3065
|
id: z.ZodMiniString<string>;
|
|
3066
|
-
customtypes: z.
|
|
3066
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
3067
3067
|
id: z.ZodMiniString<string>;
|
|
3068
|
-
fields: z.
|
|
3068
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3069
3069
|
id: z.ZodMiniString<string>;
|
|
3070
|
-
fields: z.
|
|
3071
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3072
|
-
}, z.core.$strip>]
|
|
3073
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3074
|
-
}, z.core.$strip>]
|
|
3070
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
3071
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3072
|
+
}, z.core.$strip>]>>;
|
|
3073
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3074
|
+
}, z.core.$strip>]>>>;
|
|
3075
3075
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
3076
3076
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
3077
3077
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -3231,31 +3231,31 @@ declare const CustomTypeModelSchema: z.ZodMiniObject<{
|
|
|
3231
3231
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
3232
3232
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3233
3233
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
3234
|
-
customtypes: z.ZodMiniOptional<z.
|
|
3234
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
3235
3235
|
id: z.ZodMiniString<string>;
|
|
3236
|
-
fields: z.
|
|
3236
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3237
3237
|
id: z.ZodMiniString<string>;
|
|
3238
|
-
fields: z.
|
|
3238
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3239
3239
|
id: z.ZodMiniString<string>;
|
|
3240
|
-
customtypes: z.
|
|
3240
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
3241
3241
|
id: z.ZodMiniString<string>;
|
|
3242
|
-
fields: z.
|
|
3242
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3243
3243
|
id: z.ZodMiniString<string>;
|
|
3244
|
-
fields: z.
|
|
3245
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3246
|
-
}, z.core.$strip>]
|
|
3247
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3244
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
3245
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3246
|
+
}, z.core.$strip>]>>;
|
|
3247
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3248
3248
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
3249
3249
|
id: z.ZodMiniString<string>;
|
|
3250
|
-
customtypes: z.
|
|
3250
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
3251
3251
|
id: z.ZodMiniString<string>;
|
|
3252
|
-
fields: z.
|
|
3252
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
3253
3253
|
id: z.ZodMiniString<string>;
|
|
3254
|
-
fields: z.
|
|
3255
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3256
|
-
}, z.core.$strip>]
|
|
3257
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
3258
|
-
}, z.core.$strip>]
|
|
3254
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
3255
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3256
|
+
}, z.core.$strip>]>>;
|
|
3257
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
3258
|
+
}, z.core.$strip>]>>>;
|
|
3259
3259
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
3260
3260
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
3261
3261
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|