@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
package/dist/model/slices.d.ts
CHANGED
|
@@ -85,31 +85,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
85
85
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
86
86
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
87
87
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
88
|
-
customtypes: z.ZodMiniOptional<z.
|
|
88
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
89
89
|
id: z.ZodMiniString<string>;
|
|
90
|
-
fields: z.
|
|
90
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
91
91
|
id: z.ZodMiniString<string>;
|
|
92
|
-
fields: z.
|
|
92
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
93
93
|
id: z.ZodMiniString<string>;
|
|
94
|
-
customtypes: z.
|
|
94
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
95
95
|
id: z.ZodMiniString<string>;
|
|
96
|
-
fields: z.
|
|
96
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
97
97
|
id: z.ZodMiniString<string>;
|
|
98
|
-
fields: z.
|
|
99
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
100
|
-
}, z.core.$strip>]
|
|
101
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
98
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
99
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
100
|
+
}, z.core.$strip>]>>;
|
|
101
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
102
102
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
103
103
|
id: z.ZodMiniString<string>;
|
|
104
|
-
customtypes: z.
|
|
104
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
105
105
|
id: z.ZodMiniString<string>;
|
|
106
|
-
fields: z.
|
|
106
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
107
107
|
id: z.ZodMiniString<string>;
|
|
108
|
-
fields: z.
|
|
109
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
110
|
-
}, z.core.$strip>]
|
|
111
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
112
|
-
}, z.core.$strip>]
|
|
108
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
109
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
110
|
+
}, z.core.$strip>]>>;
|
|
111
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
112
|
+
}, z.core.$strip>]>>>;
|
|
113
113
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
114
114
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
115
115
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -262,31 +262,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
262
262
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
263
263
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
264
264
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
265
|
-
customtypes: z.ZodMiniOptional<z.
|
|
265
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
266
266
|
id: z.ZodMiniString<string>;
|
|
267
|
-
fields: z.
|
|
267
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
268
268
|
id: z.ZodMiniString<string>;
|
|
269
|
-
fields: z.
|
|
269
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
270
270
|
id: z.ZodMiniString<string>;
|
|
271
|
-
customtypes: z.
|
|
271
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, 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
|
-
fields: z.
|
|
276
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
277
|
-
}, z.core.$strip>]
|
|
278
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
275
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
276
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
277
|
+
}, z.core.$strip>]>>;
|
|
278
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
279
279
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
280
280
|
id: z.ZodMiniString<string>;
|
|
281
|
-
customtypes: z.
|
|
281
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
282
282
|
id: z.ZodMiniString<string>;
|
|
283
|
-
fields: z.
|
|
283
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
284
284
|
id: z.ZodMiniString<string>;
|
|
285
|
-
fields: z.
|
|
286
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
287
|
-
}, z.core.$strip>]
|
|
288
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
289
|
-
}, z.core.$strip>]
|
|
285
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
286
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
287
|
+
}, z.core.$strip>]>>;
|
|
288
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
289
|
+
}, z.core.$strip>]>>>;
|
|
290
290
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
291
291
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
292
292
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -442,31 +442,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
442
442
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
443
443
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
444
444
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
445
|
-
customtypes: z.ZodMiniOptional<z.
|
|
445
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
446
446
|
id: z.ZodMiniString<string>;
|
|
447
|
-
fields: z.
|
|
447
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
448
448
|
id: z.ZodMiniString<string>;
|
|
449
|
-
fields: z.
|
|
449
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
450
450
|
id: z.ZodMiniString<string>;
|
|
451
|
-
customtypes: z.
|
|
451
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
452
452
|
id: z.ZodMiniString<string>;
|
|
453
|
-
fields: z.
|
|
453
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
454
454
|
id: z.ZodMiniString<string>;
|
|
455
|
-
fields: z.
|
|
456
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
457
|
-
}, z.core.$strip>]
|
|
458
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
455
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
456
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
457
|
+
}, z.core.$strip>]>>;
|
|
458
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
459
459
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
460
460
|
id: z.ZodMiniString<string>;
|
|
461
|
-
customtypes: z.
|
|
461
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
462
462
|
id: z.ZodMiniString<string>;
|
|
463
|
-
fields: z.
|
|
463
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
464
464
|
id: z.ZodMiniString<string>;
|
|
465
|
-
fields: z.
|
|
466
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
467
|
-
}, z.core.$strip>]
|
|
468
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
469
|
-
}, z.core.$strip>]
|
|
465
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
466
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
467
|
+
}, z.core.$strip>]>>;
|
|
468
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
469
|
+
}, z.core.$strip>]>>>;
|
|
470
470
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
471
471
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
472
472
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -626,31 +626,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
626
626
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
627
627
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
628
628
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
629
|
-
customtypes: z.ZodMiniOptional<z.
|
|
629
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
630
630
|
id: z.ZodMiniString<string>;
|
|
631
|
-
fields: z.
|
|
631
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
632
632
|
id: z.ZodMiniString<string>;
|
|
633
|
-
fields: z.
|
|
633
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
634
634
|
id: z.ZodMiniString<string>;
|
|
635
|
-
customtypes: z.
|
|
635
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
636
636
|
id: z.ZodMiniString<string>;
|
|
637
|
-
fields: z.
|
|
637
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
638
638
|
id: z.ZodMiniString<string>;
|
|
639
|
-
fields: z.
|
|
640
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
641
|
-
}, z.core.$strip>]
|
|
642
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
639
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
640
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
641
|
+
}, z.core.$strip>]>>;
|
|
642
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
643
643
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
644
644
|
id: z.ZodMiniString<string>;
|
|
645
|
-
customtypes: z.
|
|
645
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
646
646
|
id: z.ZodMiniString<string>;
|
|
647
|
-
fields: z.
|
|
647
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
648
648
|
id: z.ZodMiniString<string>;
|
|
649
|
-
fields: z.
|
|
650
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
651
|
-
}, z.core.$strip>]
|
|
652
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
653
|
-
}, z.core.$strip>]
|
|
649
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
650
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
651
|
+
}, z.core.$strip>]>>;
|
|
652
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
653
|
+
}, z.core.$strip>]>>>;
|
|
654
654
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
655
655
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
656
656
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -816,31 +816,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
816
816
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
817
817
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
818
818
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
819
|
-
customtypes: z.ZodMiniOptional<z.
|
|
819
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
820
820
|
id: z.ZodMiniString<string>;
|
|
821
|
-
fields: z.
|
|
821
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
822
822
|
id: z.ZodMiniString<string>;
|
|
823
|
-
fields: z.
|
|
823
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
824
824
|
id: z.ZodMiniString<string>;
|
|
825
|
-
customtypes: z.
|
|
825
|
+
customtypes: 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.
|
|
830
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
831
|
-
}, z.core.$strip>]
|
|
832
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
829
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
830
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
831
|
+
}, z.core.$strip>]>>;
|
|
832
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
833
833
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
834
834
|
id: z.ZodMiniString<string>;
|
|
835
|
-
customtypes: z.
|
|
835
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
836
836
|
id: z.ZodMiniString<string>;
|
|
837
|
-
fields: z.
|
|
837
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
838
838
|
id: z.ZodMiniString<string>;
|
|
839
|
-
fields: z.
|
|
840
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
841
|
-
}, z.core.$strip>]
|
|
842
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
843
|
-
}, z.core.$strip>]
|
|
839
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
840
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
841
|
+
}, z.core.$strip>]>>;
|
|
842
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
843
|
+
}, z.core.$strip>]>>>;
|
|
844
844
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
845
845
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
846
846
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1000,31 +1000,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
1000
1000
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1001
1001
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1002
1002
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1003
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1003
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1004
1004
|
id: z.ZodMiniString<string>;
|
|
1005
|
-
fields: z.
|
|
1005
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [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
|
-
customtypes: z.
|
|
1009
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1010
1010
|
id: z.ZodMiniString<string>;
|
|
1011
|
-
fields: z.
|
|
1011
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1012
1012
|
id: z.ZodMiniString<string>;
|
|
1013
|
-
fields: z.
|
|
1014
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1015
|
-
}, z.core.$strip>]
|
|
1016
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1013
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1014
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1015
|
+
}, z.core.$strip>]>>;
|
|
1016
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1017
1017
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1018
1018
|
id: z.ZodMiniString<string>;
|
|
1019
|
-
customtypes: z.
|
|
1019
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1020
1020
|
id: z.ZodMiniString<string>;
|
|
1021
|
-
fields: z.
|
|
1021
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1022
1022
|
id: z.ZodMiniString<string>;
|
|
1023
|
-
fields: z.
|
|
1024
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1025
|
-
}, z.core.$strip>]
|
|
1026
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1027
|
-
}, z.core.$strip>]
|
|
1023
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1024
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1025
|
+
}, z.core.$strip>]>>;
|
|
1026
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1027
|
+
}, z.core.$strip>]>>>;
|
|
1028
1028
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1029
1029
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1030
1030
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1184,31 +1184,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
1184
1184
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1185
1185
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1186
1186
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1187
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1187
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1188
1188
|
id: z.ZodMiniString<string>;
|
|
1189
|
-
fields: z.
|
|
1189
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [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
|
-
customtypes: z.
|
|
1193
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1194
1194
|
id: z.ZodMiniString<string>;
|
|
1195
|
-
fields: z.
|
|
1195
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1196
1196
|
id: z.ZodMiniString<string>;
|
|
1197
|
-
fields: z.
|
|
1198
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1199
|
-
}, z.core.$strip>]
|
|
1200
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1197
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1198
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1199
|
+
}, z.core.$strip>]>>;
|
|
1200
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1201
1201
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1202
1202
|
id: z.ZodMiniString<string>;
|
|
1203
|
-
customtypes: z.
|
|
1203
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1204
1204
|
id: z.ZodMiniString<string>;
|
|
1205
|
-
fields: z.
|
|
1205
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1206
1206
|
id: z.ZodMiniString<string>;
|
|
1207
|
-
fields: z.
|
|
1208
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1209
|
-
}, z.core.$strip>]
|
|
1210
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1211
|
-
}, z.core.$strip>]
|
|
1207
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1208
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1209
|
+
}, z.core.$strip>]>>;
|
|
1210
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1211
|
+
}, z.core.$strip>]>>>;
|
|
1212
1212
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1213
1213
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1214
1214
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1365,31 +1365,31 @@ declare const StaticSlicesModelSchema: z.ZodMiniObject<{
|
|
|
1365
1365
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1366
1366
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1367
1367
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1368
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1368
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1369
1369
|
id: z.ZodMiniString<string>;
|
|
1370
|
-
fields: z.
|
|
1370
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1371
1371
|
id: z.ZodMiniString<string>;
|
|
1372
|
-
fields: z.
|
|
1372
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1373
1373
|
id: z.ZodMiniString<string>;
|
|
1374
|
-
customtypes: z.
|
|
1374
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1375
1375
|
id: z.ZodMiniString<string>;
|
|
1376
|
-
fields: z.
|
|
1376
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1377
1377
|
id: z.ZodMiniString<string>;
|
|
1378
|
-
fields: z.
|
|
1379
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1380
|
-
}, z.core.$strip>]
|
|
1381
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1378
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1379
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1380
|
+
}, z.core.$strip>]>>;
|
|
1381
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1382
1382
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1383
1383
|
id: z.ZodMiniString<string>;
|
|
1384
|
-
customtypes: z.
|
|
1384
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1385
1385
|
id: z.ZodMiniString<string>;
|
|
1386
|
-
fields: z.
|
|
1386
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1387
1387
|
id: z.ZodMiniString<string>;
|
|
1388
|
-
fields: z.
|
|
1389
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1390
|
-
}, z.core.$strip>]
|
|
1391
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1392
|
-
}, z.core.$strip>]
|
|
1388
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1389
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1390
|
+
}, z.core.$strip>]>>;
|
|
1391
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1392
|
+
}, z.core.$strip>]>>>;
|
|
1393
1393
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1394
1394
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1395
1395
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1564,31 +1564,31 @@ declare const DynamicSlicesModelSchema: z.ZodMiniObject<{
|
|
|
1564
1564
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1565
1565
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1566
1566
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1567
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1567
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1568
1568
|
id: z.ZodMiniString<string>;
|
|
1569
|
-
fields: z.
|
|
1569
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [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
|
-
customtypes: z.
|
|
1573
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1574
1574
|
id: z.ZodMiniString<string>;
|
|
1575
|
-
fields: z.
|
|
1575
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1576
1576
|
id: z.ZodMiniString<string>;
|
|
1577
|
-
fields: z.
|
|
1578
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1579
|
-
}, z.core.$strip>]
|
|
1580
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1577
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1578
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1579
|
+
}, z.core.$strip>]>>;
|
|
1580
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1581
1581
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1582
1582
|
id: z.ZodMiniString<string>;
|
|
1583
|
-
customtypes: z.
|
|
1583
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1584
1584
|
id: z.ZodMiniString<string>;
|
|
1585
|
-
fields: z.
|
|
1585
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1586
1586
|
id: z.ZodMiniString<string>;
|
|
1587
|
-
fields: z.
|
|
1588
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1589
|
-
}, z.core.$strip>]
|
|
1590
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1591
|
-
}, z.core.$strip>]
|
|
1587
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1588
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1589
|
+
}, z.core.$strip>]>>;
|
|
1590
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1591
|
+
}, z.core.$strip>]>>>;
|
|
1592
1592
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1593
1593
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1594
1594
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1741,31 +1741,31 @@ declare const DynamicSlicesModelSchema: z.ZodMiniObject<{
|
|
|
1741
1741
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1742
1742
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1743
1743
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1744
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1744
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1745
1745
|
id: z.ZodMiniString<string>;
|
|
1746
|
-
fields: z.
|
|
1746
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1747
1747
|
id: z.ZodMiniString<string>;
|
|
1748
|
-
fields: z.
|
|
1748
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1749
1749
|
id: z.ZodMiniString<string>;
|
|
1750
|
-
customtypes: z.
|
|
1750
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1751
1751
|
id: z.ZodMiniString<string>;
|
|
1752
|
-
fields: z.
|
|
1752
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1753
1753
|
id: z.ZodMiniString<string>;
|
|
1754
|
-
fields: z.
|
|
1755
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1756
|
-
}, z.core.$strip>]
|
|
1757
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1754
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1755
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1756
|
+
}, z.core.$strip>]>>;
|
|
1757
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1758
1758
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1759
1759
|
id: z.ZodMiniString<string>;
|
|
1760
|
-
customtypes: z.
|
|
1760
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1761
1761
|
id: z.ZodMiniString<string>;
|
|
1762
|
-
fields: z.
|
|
1762
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1763
1763
|
id: z.ZodMiniString<string>;
|
|
1764
|
-
fields: z.
|
|
1765
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1766
|
-
}, z.core.$strip>]
|
|
1767
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1768
|
-
}, z.core.$strip>]
|
|
1764
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1765
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1766
|
+
}, z.core.$strip>]>>;
|
|
1767
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1768
|
+
}, z.core.$strip>]>>>;
|
|
1769
1769
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1770
1770
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1771
1771
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -1921,31 +1921,31 @@ declare const DynamicSlicesModelSchema: z.ZodMiniObject<{
|
|
|
1921
1921
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
1922
1922
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1923
1923
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
1924
|
-
customtypes: z.ZodMiniOptional<z.
|
|
1924
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1925
1925
|
id: z.ZodMiniString<string>;
|
|
1926
|
-
fields: z.
|
|
1926
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1927
1927
|
id: z.ZodMiniString<string>;
|
|
1928
|
-
fields: z.
|
|
1928
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1929
1929
|
id: z.ZodMiniString<string>;
|
|
1930
|
-
customtypes: z.
|
|
1930
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, 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
|
-
fields: z.
|
|
1935
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1936
|
-
}, z.core.$strip>]
|
|
1937
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1934
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1935
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1936
|
+
}, z.core.$strip>]>>;
|
|
1937
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1938
1938
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1939
1939
|
id: z.ZodMiniString<string>;
|
|
1940
|
-
customtypes: z.
|
|
1940
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
1941
1941
|
id: z.ZodMiniString<string>;
|
|
1942
|
-
fields: z.
|
|
1942
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
1943
1943
|
id: z.ZodMiniString<string>;
|
|
1944
|
-
fields: z.
|
|
1945
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1946
|
-
}, z.core.$strip>]
|
|
1947
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
1948
|
-
}, z.core.$strip>]
|
|
1944
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
1945
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1946
|
+
}, z.core.$strip>]>>;
|
|
1947
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
1948
|
+
}, z.core.$strip>]>>>;
|
|
1949
1949
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1950
1950
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
1951
1951
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
@@ -2105,31 +2105,31 @@ declare const DynamicSlicesModelSchema: z.ZodMiniObject<{
|
|
|
2105
2105
|
useAsTitle: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
2106
2106
|
placeholder: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2107
2107
|
select: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnknown, z.ZodMiniTransform<"media" | "document" | "web" | null, unknown>>>;
|
|
2108
|
-
customtypes: z.ZodMiniOptional<z.
|
|
2108
|
+
customtypes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2109
2109
|
id: z.ZodMiniString<string>;
|
|
2110
|
-
fields: z.
|
|
2110
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2111
2111
|
id: z.ZodMiniString<string>;
|
|
2112
|
-
fields: z.
|
|
2112
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2113
2113
|
id: z.ZodMiniString<string>;
|
|
2114
|
-
customtypes: z.
|
|
2114
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2115
2115
|
id: z.ZodMiniString<string>;
|
|
2116
|
-
fields: z.
|
|
2116
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2117
2117
|
id: z.ZodMiniString<string>;
|
|
2118
|
-
fields: z.
|
|
2119
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2120
|
-
}, z.core.$strip>]
|
|
2121
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2118
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2119
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2120
|
+
}, z.core.$strip>]>>;
|
|
2121
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2122
2122
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
2123
2123
|
id: z.ZodMiniString<string>;
|
|
2124
|
-
customtypes: z.
|
|
2124
|
+
customtypes: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{
|
|
2125
2125
|
id: z.ZodMiniString<string>;
|
|
2126
|
-
fields: z.
|
|
2126
|
+
fields: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
2127
2127
|
id: z.ZodMiniString<string>;
|
|
2128
|
-
fields: z.
|
|
2129
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2130
|
-
}, z.core.$strip>]
|
|
2131
|
-
}, z.core.$strip>, z.ZodMiniString<string>]
|
|
2132
|
-
}, z.core.$strip>]
|
|
2128
|
+
fields: z.ZodMiniArray<z.ZodMiniString<string>>;
|
|
2129
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2130
|
+
}, z.core.$strip>]>>;
|
|
2131
|
+
}, z.core.$strip>, z.ZodMiniString<string>]>>;
|
|
2132
|
+
}, z.core.$strip>]>>>;
|
|
2133
2133
|
masks: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2134
2134
|
tags: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniArray<z.ZodMiniString<string>>, z.ZodMiniString<string>]>, z.ZodMiniTransform<readonly string[], string | string[]>>>;
|
|
2135
2135
|
allowTargetBlank: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|