@prismicio/types-internal 4.0.0-pr.6.eb53f11 → 4.0.0

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.
Files changed (141) hide show
  1. package/dist/content/document.d.ts +2 -3019
  2. package/dist/content/document.d.ts.map +1 -1
  3. package/dist/content/field.d.ts +1 -30
  4. package/dist/content/field.d.ts.map +1 -1
  5. package/dist/content/field.js.map +1 -1
  6. package/dist/content/group.d.ts +2 -1
  7. package/dist/content/group.d.ts.map +1 -1
  8. package/dist/content/group.js.map +1 -1
  9. package/dist/content/legacy/group.d.ts +9 -0
  10. package/dist/content/legacy/group.d.ts.map +1 -0
  11. package/dist/content/legacy/group.js.map +1 -1
  12. package/dist/content/legacy/link.d.ts +41 -0
  13. package/dist/content/legacy/link.d.ts.map +1 -0
  14. package/dist/content/legacy/link.js.map +1 -1
  15. package/dist/content/legacy/nestable.js.map +1 -1
  16. package/dist/content/legacy/repeatable.js +2 -8
  17. package/dist/content/legacy/repeatable.js.map +1 -1
  18. package/dist/content/legacy/richText.d.ts +109 -0
  19. package/dist/content/legacy/richText.d.ts.map +1 -0
  20. package/dist/content/legacy/richText.js.map +1 -1
  21. package/dist/content/legacy/slice.js +2 -3
  22. package/dist/content/legacy/slice.js.map +1 -1
  23. package/dist/content/link.d.ts +74 -99
  24. package/dist/content/link.d.ts.map +1 -1
  25. package/dist/content/link.js +2 -2
  26. package/dist/content/link.js.map +1 -1
  27. package/dist/content/nestable.d.ts +13 -749
  28. package/dist/content/nestable.d.ts.map +1 -1
  29. package/dist/content/nestable.js +1 -0
  30. package/dist/content/nestable.js.map +1 -1
  31. package/dist/content/repeatable.d.ts +3 -98
  32. package/dist/content/repeatable.d.ts.map +1 -1
  33. package/dist/content/richText.d.ts +20 -248
  34. package/dist/content/richText.d.ts.map +1 -1
  35. package/dist/content/richText.js.map +1 -1
  36. package/dist/content/slice.d.ts +6 -4509
  37. package/dist/content/slice.d.ts.map +1 -1
  38. package/dist/content/slice.js.map +1 -1
  39. package/dist/content/slices.d.ts +8 -6765
  40. package/dist/content/slices.d.ts.map +1 -1
  41. package/dist/content/table.d.ts +2 -134
  42. package/dist/content/table.d.ts.map +1 -1
  43. package/dist/content/widget.d.ts +5 -3020
  44. package/dist/content/widget.d.ts.map +1 -1
  45. package/dist/content/widget.js.map +1 -1
  46. package/dist/helpers/contentPath.js +1 -1
  47. package/dist/helpers/customTypeModel.d.ts +1 -1
  48. package/dist/helpers/customTypeModel.js +1 -1
  49. package/dist/helpers/documentContent.d.ts +3 -2
  50. package/dist/helpers/documentContent.d.ts.map +1 -1
  51. package/dist/helpers/documentContent.js +14 -1
  52. package/dist/helpers/documentContent.js.map +1 -1
  53. package/dist/helpers/sliceContent.d.ts +12 -0
  54. package/dist/helpers/sliceContent.d.ts.map +1 -0
  55. package/dist/helpers/sliceContent.js +60 -0
  56. package/dist/helpers/sliceContent.js.map +1 -0
  57. package/dist/helpers/traverseContent.d.ts +15 -16
  58. package/dist/helpers/traverseContent.d.ts.map +1 -1
  59. package/dist/helpers/traverseContent.js +51 -19
  60. package/dist/helpers/traverseContent.js.map +1 -1
  61. package/dist/helpers/traverseContentWithModel.d.ts +14 -15
  62. package/dist/helpers/traverseContentWithModel.d.ts.map +1 -1
  63. package/dist/helpers/traverseContentWithModel.js +61 -35
  64. package/dist/helpers/traverseContentWithModel.js.map +1 -1
  65. package/dist/index.d.ts +25 -24
  66. package/dist/index.js +3 -1
  67. package/dist/io-ts.d.ts +3048 -71012
  68. package/dist/io-ts.d.ts.map +1 -1
  69. package/dist/io-ts.js +125 -124
  70. package/dist/io-ts.js.map +1 -1
  71. package/dist/model/customType.d.ts +3 -3329
  72. package/dist/model/customType.d.ts.map +1 -1
  73. package/dist/model/group.d.ts +375 -376
  74. package/dist/model/group.d.ts.map +1 -1
  75. package/dist/model/group.js.map +1 -1
  76. package/dist/model/image.d.ts +4 -4
  77. package/dist/model/image.js.map +1 -1
  78. package/dist/model/link.d.ts +2 -2
  79. package/dist/model/link.js.map +1 -1
  80. package/dist/model/nestable.d.ts +17 -178
  81. package/dist/model/nestable.d.ts.map +1 -1
  82. package/dist/model/nestable.js +3 -3
  83. package/dist/model/nestable.js.map +1 -1
  84. package/dist/model/richText.d.ts +3 -7
  85. package/dist/model/richText.d.ts.map +1 -1
  86. package/dist/model/richText.js +4 -3
  87. package/dist/model/richText.js.map +1 -1
  88. package/dist/model/section.d.ts +3 -3329
  89. package/dist/model/section.d.ts.map +1 -1
  90. package/dist/model/select.d.ts +1 -1
  91. package/dist/model/select.js +1 -1
  92. package/dist/model/select.js.map +1 -1
  93. package/dist/model/slice.d.ts +781 -3720
  94. package/dist/model/slice.d.ts.map +1 -1
  95. package/dist/model/slice.js +7 -2
  96. package/dist/model/slice.js.map +1 -1
  97. package/dist/model/slices.d.ts +3 -2195
  98. package/dist/model/slices.d.ts.map +1 -1
  99. package/dist/model/table.d.ts +2 -1
  100. package/dist/model/table.d.ts.map +1 -1
  101. package/dist/model/table.js +9 -7
  102. package/dist/model/table.js.map +1 -1
  103. package/dist/model/widget.d.ts +6 -3331
  104. package/dist/model/widget.d.ts.map +1 -1
  105. package/dist/model/widget.js.map +1 -1
  106. package/dist/zod4.d.ts +1332 -34960
  107. package/dist/zod4.d.ts.map +1 -1
  108. package/dist/zod4.js +125 -124
  109. package/dist/zod4.js.map +1 -1
  110. package/package.json +3 -2
  111. package/src/content/field.ts +9 -2
  112. package/src/content/group.ts +5 -2
  113. package/src/content/legacy/group.ts +12 -4
  114. package/src/content/legacy/link.ts +32 -9
  115. package/src/content/legacy/nestable.ts +26 -2
  116. package/src/content/legacy/repeatable.ts +3 -16
  117. package/src/content/legacy/richText.ts +37 -5
  118. package/src/content/legacy/slice.ts +8 -7
  119. package/src/content/legacy/widget.ts +6 -2
  120. package/src/content/link.ts +32 -9
  121. package/src/content/nestable.ts +42 -2
  122. package/src/content/richText.ts +19 -7
  123. package/src/content/slice.ts +2 -2
  124. package/src/content/widget.ts +6 -2
  125. package/src/helpers/documentContent.ts +32 -1
  126. package/src/helpers/sliceContent.ts +86 -0
  127. package/src/helpers/traverseContent.ts +93 -32
  128. package/src/helpers/traverseContentWithModel.ts +73 -48
  129. package/src/index.ts +4 -1
  130. package/src/io-ts.ts +164 -144
  131. package/src/model/group.ts +4 -1
  132. package/src/model/image.ts +1 -1
  133. package/src/model/link.ts +1 -1
  134. package/src/model/nestable.ts +33 -1
  135. package/src/model/richText.ts +2 -2
  136. package/src/model/select.ts +2 -2
  137. package/src/model/slice.ts +36 -9
  138. package/src/model/table.ts +11 -2
  139. package/src/model/widget.ts +8 -4
  140. package/src/zod4.ts +164 -144
  141. package/dist/content/legacy/image.d.ts +0 -1
@@ -1,4527 +1,24 @@
1
- import { GroupItemContent } from "./group.js";
1
+ import { NestableContent } from "./nestable.js";
2
+ import { GroupItemContent, NestableAndGroupContent } from "./group.js";
2
3
  import { z } from "zod/mini";
3
4
 
4
5
  //#region src/content/slice.d.ts
5
- declare const LegacySliceContentSchema: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
6
- type: z.ZodMiniString<string>;
7
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
8
- }, z.core.$strip>, z.ZodMiniObject<{
9
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
10
- value: z.ZodMiniBoolean<boolean>;
11
- }, z.core.$strip>, z.ZodMiniObject<{
12
- type: z.ZodMiniLiteral<"Color">;
13
- value: z.ZodMiniString<string>;
14
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
15
- }, z.core.$strip>, z.ZodMiniObject<{
16
- type: z.ZodMiniLiteral<"Date">;
17
- value: z.ZodMiniString<string>;
18
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
19
- }, z.core.$strip>, z.ZodMiniObject<{
20
- embed_url: z.ZodMiniString<string>;
21
- type: z.ZodMiniString<string>;
22
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
23
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
24
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
25
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
26
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
27
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
28
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
29
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
30
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
31
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
32
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
33
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
34
- all: z.ZodMiniUnknown;
35
- }, z.core.$strip>, z.ZodMiniObject<{
36
- position: z.ZodMiniObject<{
37
- lat: z.ZodMiniNumber<number>;
38
- lng: z.ZodMiniNumber<number>;
39
- }, z.core.$strip>;
40
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
41
- }, z.core.$strip>, z.ZodMiniObject<{
42
- origin: z.ZodMiniObject<{
43
- id: z.ZodMiniString<string>;
44
- url: z.ZodMiniString<string>;
45
- width: z.ZodMiniNumber<number>;
46
- height: z.ZodMiniNumber<number>;
47
- }, z.core.$strip>;
48
- width: z.ZodMiniNumber<number>;
49
- height: z.ZodMiniNumber<number>;
50
- edit: z.ZodMiniObject<{
51
- zoom: z.ZodMiniNumber<number>;
52
- crop: z.ZodMiniObject<{
53
- x: z.ZodMiniNumber<number>;
54
- y: z.ZodMiniNumber<number>;
55
- }, z.core.$strip>;
56
- background: z.ZodMiniString<string>;
57
- }, z.core.$strip>;
58
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
59
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
60
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
61
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
62
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
63
- origin: z.ZodMiniObject<{
64
- id: z.ZodMiniString<string>;
65
- url: z.ZodMiniString<string>;
66
- width: z.ZodMiniNumber<number>;
67
- height: z.ZodMiniNumber<number>;
68
- }, z.core.$strip>;
69
- width: z.ZodMiniNumber<number>;
70
- height: z.ZodMiniNumber<number>;
71
- edit: z.ZodMiniObject<{
72
- zoom: z.ZodMiniNumber<number>;
73
- crop: z.ZodMiniObject<{
74
- x: z.ZodMiniNumber<number>;
75
- y: z.ZodMiniNumber<number>;
76
- }, z.core.$strip>;
77
- background: z.ZodMiniString<string>;
78
- }, z.core.$strip>;
79
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
80
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
81
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
82
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
83
- }, z.core.$strip>>>;
84
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
85
- }, z.core.$strip>, z.ZodMiniObject<{
86
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
87
- value: z.ZodMiniString<string>;
88
- }, z.core.$strip>, z.ZodMiniObject<{
89
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
90
- key: z.ZodMiniTransform<string, unknown>;
91
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
92
- text?: unknown;
93
- variant?: unknown;
94
- value: Record<string, unknown>;
95
- }, Record<string, unknown>>>, z.ZodMiniObject<{
96
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
97
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
98
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
99
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
100
- id: z.ZodMiniString<string>;
101
- url: z.ZodMiniString<string>;
102
- height: z.ZodMiniString<string>;
103
- width: z.ZodMiniString<string>;
104
- size: z.ZodMiniString<string>;
105
- name: z.ZodMiniString<string>;
106
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
107
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
108
- }, z.core.$strict>, z.ZodMiniObject<{
109
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
110
- id: z.ZodMiniString<string>;
111
- url: z.ZodMiniString<string>;
112
- name: z.ZodMiniString<string>;
113
- size: z.ZodMiniTransform<string, unknown>;
114
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
115
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
116
- }, z.core.$strict>, z.ZodMiniObject<{
117
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
118
- id: z.ZodMiniString<string>;
119
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
120
- }, z.core.$strict>, z.ZodMiniObject<{
121
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
122
- url: z.ZodMiniString<string>;
123
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
124
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
125
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
126
- }, z.core.$strict>>>;
127
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
128
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
129
- kind: z.ZodMiniLiteral<"image">;
130
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
131
- }, z.core.$strict>, z.ZodMiniObject<{
132
- kind: z.ZodMiniLiteral<"file">;
133
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
134
- }, z.core.$strict>, z.ZodMiniObject<{
135
- kind: z.ZodMiniLiteral<"media">;
136
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
137
- }, z.core.$strict>, z.ZodMiniObject<{
138
- kind: z.ZodMiniLiteral<"document">;
139
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
140
- }, z.core.$strict>, z.ZodMiniObject<{
141
- kind: z.ZodMiniLiteral<"web">;
142
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
143
- }, z.core.$strict>, z.ZodMiniObject<{
144
- kind: z.ZodMiniTransform<"any", unknown>;
145
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
146
- }, z.core.$strict>]>]>;
147
- }, z.core.$strip>>, z.ZodMiniTransform<{
148
- kind: "image";
149
- id: string;
150
- url: string;
151
- height: string;
152
- width: string;
153
- size: string;
154
- name: string;
155
- __TYPE__: "ImageLink";
156
- date?: string | null | undefined;
157
- variant?: string | undefined;
158
- text?: string | undefined;
159
- } | {
160
- kind: "file";
161
- id: string;
162
- url: string;
163
- name: string;
164
- size: string;
165
- __TYPE__: "FileLink";
166
- date?: string | null | undefined;
167
- variant?: string | undefined;
168
- text?: string | undefined;
169
- } | {
170
- kind: "document";
171
- id: string;
172
- __TYPE__: "DocumentLink";
173
- variant?: string | undefined;
174
- text?: string | undefined;
175
- } | {
176
- kind: "web";
177
- url: string;
178
- __TYPE__: "ExternalLink";
179
- target?: string | null | undefined;
180
- preview?: {
181
- title?: string | undefined;
182
- } | null | undefined;
183
- variant?: string | undefined;
184
- text?: string | undefined;
185
- } | {
186
- kind: "image";
187
- __TYPE__: "ImageLink";
188
- variant?: string | undefined;
189
- text?: string | undefined;
190
- } | {
191
- kind: "file";
192
- __TYPE__: "FileLink";
193
- variant?: string | undefined;
194
- text?: string | undefined;
195
- } | {
196
- kind: "media";
197
- __TYPE__: "MediaLink";
198
- variant?: string | undefined;
199
- text?: string | undefined;
200
- } | {
201
- kind: "document";
202
- __TYPE__: "DocumentLink";
203
- variant?: string | undefined;
204
- text?: string | undefined;
205
- } | {
206
- kind: "web";
207
- __TYPE__: "ExternalLink";
208
- variant?: string | undefined;
209
- text?: string | undefined;
210
- } | {
211
- kind: "any";
212
- __TYPE__: "AnyLink";
213
- variant?: string | undefined;
214
- text?: string | undefined;
215
- }, {
216
- value: {
217
- kind: "image";
218
- id: string;
219
- url: string;
220
- height: string;
221
- width: string;
222
- size: string;
223
- name: string;
224
- __TYPE__: "ImageLink";
225
- date?: string | null | undefined;
226
- } | {
227
- kind: "file";
228
- id: string;
229
- url: string;
230
- name: string;
231
- size: string;
232
- __TYPE__: "FileLink";
233
- date?: string | null | undefined;
234
- } | {
235
- kind: "document";
236
- id: string;
237
- __TYPE__: "DocumentLink";
238
- } | {
239
- kind: "web";
240
- url: string;
241
- __TYPE__: "ExternalLink";
242
- target?: string | null | undefined;
243
- preview?: {
244
- title?: string | undefined;
245
- } | null | undefined;
246
- } | {
247
- kind: "image";
248
- __TYPE__: "ImageLink";
249
- } | {
250
- kind: "file";
251
- __TYPE__: "FileLink";
252
- } | {
253
- kind: "media";
254
- __TYPE__: "MediaLink";
255
- } | {
256
- kind: "document";
257
- __TYPE__: "DocumentLink";
258
- } | {
259
- kind: "web";
260
- __TYPE__: "ExternalLink";
261
- } | {
262
- kind: "any";
263
- __TYPE__: "AnyLink";
264
- };
265
- text?: string | undefined;
266
- variant?: string | undefined;
267
- }>>;
268
- }, z.core.$strip>, z.ZodMiniObject<{
269
- type: z.ZodMiniLiteral<"Number">;
270
- value: z.ZodMiniString<string>;
271
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
272
- }, z.core.$strip>, z.ZodMiniObject<{
273
- type: z.ZodMiniLiteral<"Range">;
274
- value: z.ZodMiniString<string>;
275
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
276
- }, z.core.$strip>, z.ZodMiniObject<{
277
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
278
- type: z.ZodMiniLiteral<"Link">;
279
- value: z.ZodMiniArray<z.ZodMiniObject<{
280
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
281
- key: z.ZodMiniTransform<string, unknown>;
282
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
283
- text?: unknown;
284
- variant?: unknown;
285
- value: Record<string, unknown>;
286
- }, Record<string, unknown>>>, z.ZodMiniObject<{
287
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
288
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
289
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
290
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
291
- id: z.ZodMiniString<string>;
292
- url: z.ZodMiniString<string>;
293
- height: z.ZodMiniString<string>;
294
- width: z.ZodMiniString<string>;
295
- size: z.ZodMiniString<string>;
296
- name: z.ZodMiniString<string>;
297
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
298
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
299
- }, z.core.$strict>, z.ZodMiniObject<{
300
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
301
- id: z.ZodMiniString<string>;
302
- url: z.ZodMiniString<string>;
303
- name: z.ZodMiniString<string>;
304
- size: z.ZodMiniTransform<string, unknown>;
305
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
306
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
307
- }, z.core.$strict>, z.ZodMiniObject<{
308
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
309
- id: z.ZodMiniString<string>;
310
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
311
- }, z.core.$strict>, z.ZodMiniObject<{
312
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
313
- url: z.ZodMiniString<string>;
314
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
315
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
316
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
317
- }, z.core.$strict>>>;
318
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
319
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
320
- kind: z.ZodMiniLiteral<"image">;
321
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
322
- }, z.core.$strict>, z.ZodMiniObject<{
323
- kind: z.ZodMiniLiteral<"file">;
324
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
325
- }, z.core.$strict>, z.ZodMiniObject<{
326
- kind: z.ZodMiniLiteral<"media">;
327
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
328
- }, z.core.$strict>, z.ZodMiniObject<{
329
- kind: z.ZodMiniLiteral<"document">;
330
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
331
- }, z.core.$strict>, z.ZodMiniObject<{
332
- kind: z.ZodMiniLiteral<"web">;
333
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
334
- }, z.core.$strict>, z.ZodMiniObject<{
335
- kind: z.ZodMiniTransform<"any", unknown>;
336
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
337
- }, z.core.$strict>]>]>;
338
- }, z.core.$strip>>, z.ZodMiniTransform<{
339
- kind: "image";
340
- id: string;
341
- url: string;
342
- height: string;
343
- width: string;
344
- size: string;
345
- name: string;
346
- __TYPE__: "ImageLink";
347
- date?: string | null | undefined;
348
- variant?: string | undefined;
349
- text?: string | undefined;
350
- } | {
351
- kind: "file";
352
- id: string;
353
- url: string;
354
- name: string;
355
- size: string;
356
- __TYPE__: "FileLink";
357
- date?: string | null | undefined;
358
- variant?: string | undefined;
359
- text?: string | undefined;
360
- } | {
361
- kind: "document";
362
- id: string;
363
- __TYPE__: "DocumentLink";
364
- variant?: string | undefined;
365
- text?: string | undefined;
366
- } | {
367
- kind: "web";
368
- url: string;
369
- __TYPE__: "ExternalLink";
370
- target?: string | null | undefined;
371
- preview?: {
372
- title?: string | undefined;
373
- } | null | undefined;
374
- variant?: string | undefined;
375
- text?: string | undefined;
376
- } | {
377
- kind: "image";
378
- __TYPE__: "ImageLink";
379
- variant?: string | undefined;
380
- text?: string | undefined;
381
- } | {
382
- kind: "file";
383
- __TYPE__: "FileLink";
384
- variant?: string | undefined;
385
- text?: string | undefined;
386
- } | {
387
- kind: "media";
388
- __TYPE__: "MediaLink";
389
- variant?: string | undefined;
390
- text?: string | undefined;
391
- } | {
392
- kind: "document";
393
- __TYPE__: "DocumentLink";
394
- variant?: string | undefined;
395
- text?: string | undefined;
396
- } | {
397
- kind: "web";
398
- __TYPE__: "ExternalLink";
399
- variant?: string | undefined;
400
- text?: string | undefined;
401
- } | {
402
- kind: "any";
403
- __TYPE__: "AnyLink";
404
- variant?: string | undefined;
405
- text?: string | undefined;
406
- }, {
407
- value: {
408
- kind: "image";
409
- id: string;
410
- url: string;
411
- height: string;
412
- width: string;
413
- size: string;
414
- name: string;
415
- __TYPE__: "ImageLink";
416
- date?: string | null | undefined;
417
- } | {
418
- kind: "file";
419
- id: string;
420
- url: string;
421
- name: string;
422
- size: string;
423
- __TYPE__: "FileLink";
424
- date?: string | null | undefined;
425
- } | {
426
- kind: "document";
427
- id: string;
428
- __TYPE__: "DocumentLink";
429
- } | {
430
- kind: "web";
431
- url: string;
432
- __TYPE__: "ExternalLink";
433
- target?: string | null | undefined;
434
- preview?: {
435
- title?: string | undefined;
436
- } | null | undefined;
437
- } | {
438
- kind: "image";
439
- __TYPE__: "ImageLink";
440
- } | {
441
- kind: "file";
442
- __TYPE__: "FileLink";
443
- } | {
444
- kind: "media";
445
- __TYPE__: "MediaLink";
446
- } | {
447
- kind: "document";
448
- __TYPE__: "DocumentLink";
449
- } | {
450
- kind: "web";
451
- __TYPE__: "ExternalLink";
452
- } | {
453
- kind: "any";
454
- __TYPE__: "AnyLink";
455
- };
456
- text?: string | undefined;
457
- variant?: string | undefined;
458
- }>>;
459
- }, z.core.$strip>>;
460
- }, z.core.$strip>, z.ZodMiniObject<{
461
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
462
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
463
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
464
- content: z.ZodMiniObject<{
465
- text: z.ZodMiniString<string>;
466
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
467
- type: "label";
468
- start: number;
469
- end: number;
470
- data: string;
471
- } | {
472
- type: "list-item" | "strong" | "em";
473
- start: number;
474
- end: number;
475
- } | {
476
- type: "hyperlink";
477
- start: number;
478
- end: number;
479
- data: {
480
- kind: "image";
481
- id: string;
482
- url: string;
483
- height: string;
484
- width: string;
485
- size: string;
486
- name: string;
487
- __TYPE__: "ImageLink";
488
- date?: string | null | undefined;
489
- } | {
490
- kind: "file";
491
- id: string;
492
- url: string;
493
- name: string;
494
- size: string;
495
- __TYPE__: "FileLink";
496
- date?: string | null | undefined;
497
- } | {
498
- kind: "document";
499
- id: string;
500
- __TYPE__: "DocumentLink";
501
- } | {
502
- kind: "web";
503
- url: string;
504
- __TYPE__: "ExternalLink";
505
- target?: string | null | undefined;
506
- preview?: {
507
- title?: string | undefined;
508
- } | null | undefined;
509
- };
510
- })[], unknown[]>>>;
511
- }, z.core.$strip>;
512
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
513
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
514
- }, z.core.$strip>, z.ZodMiniObject<{
515
- type: z.ZodMiniLiteral<"image">;
516
- data: z.ZodMiniObject<{
517
- origin: z.ZodMiniObject<{
518
- id: z.ZodMiniString<string>;
519
- url: z.ZodMiniString<string>;
520
- width: z.ZodMiniNumber<number>;
521
- height: z.ZodMiniNumber<number>;
522
- }, z.core.$strip>;
523
- width: z.ZodMiniNumber<number>;
524
- height: z.ZodMiniNumber<number>;
525
- edit: z.ZodMiniObject<{
526
- zoom: z.ZodMiniNumber<number>;
527
- crop: z.ZodMiniObject<{
528
- x: z.ZodMiniNumber<number>;
529
- y: z.ZodMiniNumber<number>;
530
- }, z.core.$strip>;
531
- background: z.ZodMiniString<string>;
532
- }, z.core.$strip>;
533
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
534
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
535
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
536
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
537
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
538
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
539
- id: z.ZodMiniString<string>;
540
- url: z.ZodMiniString<string>;
541
- height: z.ZodMiniString<string>;
542
- width: z.ZodMiniString<string>;
543
- size: z.ZodMiniString<string>;
544
- name: z.ZodMiniString<string>;
545
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
546
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
547
- }, z.core.$strict>, z.ZodMiniObject<{
548
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
549
- id: z.ZodMiniString<string>;
550
- url: z.ZodMiniString<string>;
551
- name: z.ZodMiniString<string>;
552
- size: z.ZodMiniTransform<string, unknown>;
553
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
554
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
555
- }, z.core.$strict>, z.ZodMiniObject<{
556
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
557
- id: z.ZodMiniString<string>;
558
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
559
- }, z.core.$strict>, z.ZodMiniObject<{
560
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
561
- url: z.ZodMiniString<string>;
562
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
563
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
564
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
565
- }, z.core.$strict>>>;
566
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
567
- }, z.core.$strict>]>>>;
568
- }, z.core.$strip>;
569
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
570
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
571
- }, z.core.$strip>, z.ZodMiniObject<{
572
- type: z.ZodMiniLiteral<"embed">;
573
- data: z.ZodMiniObject<{
574
- embed_url: z.ZodMiniString<string>;
575
- type: z.ZodMiniString<string>;
576
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
577
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
578
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
579
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
580
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
581
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
582
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
583
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
584
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
585
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
586
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
587
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
588
- all: z.ZodMiniUnknown;
589
- }, z.core.$strip>;
590
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
591
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
592
- }, z.core.$strip>]>>;
593
- }, z.core.$strip>, z.ZodMiniObject<{
594
- type: z.ZodMiniLiteral<"Select">;
595
- value: z.ZodMiniString<string>;
596
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
597
- }, z.core.$strip>, z.ZodMiniObject<{
598
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
599
- }, z.core.$strip>, z.ZodMiniObject<{
600
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
601
- content: z.ZodMiniArray<z.ZodMiniObject<{
602
- key: z.ZodMiniTransform<string, unknown>;
603
- type: z.ZodMiniLiteral<"tableRow">;
604
- content: z.ZodMiniArray<z.ZodMiniObject<{
605
- key: z.ZodMiniTransform<string, unknown>;
606
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
607
- content: z.ZodMiniObject<{
608
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
609
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
610
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
611
- content: z.ZodMiniObject<{
612
- text: z.ZodMiniString<string>;
613
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
614
- type: "label";
615
- start: number;
616
- end: number;
617
- data: string;
618
- } | {
619
- type: "list-item" | "strong" | "em";
620
- start: number;
621
- end: number;
622
- } | {
623
- type: "hyperlink";
624
- start: number;
625
- end: number;
626
- data: {
627
- kind: "image";
628
- id: string;
629
- url: string;
630
- height: string;
631
- width: string;
632
- size: string;
633
- name: string;
634
- __TYPE__: "ImageLink";
635
- date?: string | null | undefined;
636
- } | {
637
- kind: "file";
638
- id: string;
639
- url: string;
640
- name: string;
641
- size: string;
642
- __TYPE__: "FileLink";
643
- date?: string | null | undefined;
644
- } | {
645
- kind: "document";
646
- id: string;
647
- __TYPE__: "DocumentLink";
648
- } | {
649
- kind: "web";
650
- url: string;
651
- __TYPE__: "ExternalLink";
652
- target?: string | null | undefined;
653
- preview?: {
654
- title?: string | undefined;
655
- } | null | undefined;
656
- };
657
- })[], unknown[]>>>;
658
- }, z.core.$strip>;
659
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
660
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
661
- }, z.core.$strip>, z.ZodMiniObject<{
662
- type: z.ZodMiniLiteral<"image">;
663
- data: z.ZodMiniObject<{
664
- origin: z.ZodMiniObject<{
665
- id: z.ZodMiniString<string>;
666
- url: z.ZodMiniString<string>;
667
- width: z.ZodMiniNumber<number>;
668
- height: z.ZodMiniNumber<number>;
669
- }, z.core.$strip>;
670
- width: z.ZodMiniNumber<number>;
671
- height: z.ZodMiniNumber<number>;
672
- edit: z.ZodMiniObject<{
673
- zoom: z.ZodMiniNumber<number>;
674
- crop: z.ZodMiniObject<{
675
- x: z.ZodMiniNumber<number>;
676
- y: z.ZodMiniNumber<number>;
677
- }, z.core.$strip>;
678
- background: z.ZodMiniString<string>;
679
- }, z.core.$strip>;
680
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
681
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
682
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
683
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
684
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
685
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
686
- id: z.ZodMiniString<string>;
687
- url: z.ZodMiniString<string>;
688
- height: z.ZodMiniString<string>;
689
- width: z.ZodMiniString<string>;
690
- size: z.ZodMiniString<string>;
691
- name: z.ZodMiniString<string>;
692
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
693
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
694
- }, z.core.$strict>, z.ZodMiniObject<{
695
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
696
- id: z.ZodMiniString<string>;
697
- url: z.ZodMiniString<string>;
698
- name: z.ZodMiniString<string>;
699
- size: z.ZodMiniTransform<string, unknown>;
700
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
701
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
702
- }, z.core.$strict>, z.ZodMiniObject<{
703
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
704
- id: z.ZodMiniString<string>;
705
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
706
- }, z.core.$strict>, z.ZodMiniObject<{
707
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
708
- url: z.ZodMiniString<string>;
709
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
710
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
711
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
712
- }, z.core.$strict>>>;
713
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
714
- }, z.core.$strict>]>>>;
715
- }, z.core.$strip>;
716
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
717
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
718
- }, z.core.$strip>, z.ZodMiniObject<{
719
- type: z.ZodMiniLiteral<"embed">;
720
- data: z.ZodMiniObject<{
721
- embed_url: z.ZodMiniString<string>;
722
- type: z.ZodMiniString<string>;
723
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
724
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
725
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
726
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
727
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
728
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
729
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
730
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
731
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
732
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
733
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
734
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
735
- all: z.ZodMiniUnknown;
736
- }, z.core.$strip>;
737
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
738
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
739
- }, z.core.$strip>]>>;
740
- }, z.core.$strip>;
741
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
742
- }, z.core.$strip>>;
743
- }, z.core.$strict>>;
744
- }, z.core.$strip>, z.ZodMiniObject<{
745
- type: z.ZodMiniLiteral<"Text">;
746
- value: z.ZodMiniString<string>;
747
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
748
- }, z.core.$strip>, z.ZodMiniObject<{
749
- type: z.ZodMiniLiteral<"Timestamp">;
750
- value: z.ZodMiniString<string>;
751
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
752
- }, z.core.$strip>]>, z.ZodMiniObject<{
753
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
754
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
755
- }, z.core.$strip>]>;
6
+ declare const LegacySliceContentSchema: z.ZodMiniType<NestableAndGroupContent, unknown, z.core.$ZodTypeInternals<NestableAndGroupContent, unknown>>;
756
7
  type LegacySliceContent = z.infer<typeof LegacySliceContentSchema>;
757
8
  declare const CompositeSliceContentSchema: z.ZodMiniObject<{
758
9
  __TYPE__: z.ZodMiniLiteral<"CompositeSliceContent">;
759
- nonRepeat: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
760
- type: z.ZodMiniString<string>;
761
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
762
- }, z.core.$strip>, z.ZodMiniObject<{
763
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
764
- value: z.ZodMiniBoolean<boolean>;
765
- }, z.core.$strip>, z.ZodMiniObject<{
766
- type: z.ZodMiniLiteral<"Color">;
767
- value: z.ZodMiniString<string>;
768
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
769
- }, z.core.$strip>, z.ZodMiniObject<{
770
- type: z.ZodMiniLiteral<"Date">;
771
- value: z.ZodMiniString<string>;
772
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
773
- }, z.core.$strip>, z.ZodMiniObject<{
774
- embed_url: z.ZodMiniString<string>;
775
- type: z.ZodMiniString<string>;
776
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
777
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
778
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
779
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
780
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
781
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
782
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
783
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
784
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
785
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
786
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
787
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
788
- all: z.ZodMiniUnknown;
789
- }, z.core.$strip>, z.ZodMiniObject<{
790
- position: z.ZodMiniObject<{
791
- lat: z.ZodMiniNumber<number>;
792
- lng: z.ZodMiniNumber<number>;
793
- }, z.core.$strip>;
794
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
795
- }, z.core.$strip>, z.ZodMiniObject<{
796
- origin: z.ZodMiniObject<{
797
- id: z.ZodMiniString<string>;
798
- url: z.ZodMiniString<string>;
799
- width: z.ZodMiniNumber<number>;
800
- height: z.ZodMiniNumber<number>;
801
- }, z.core.$strip>;
802
- width: z.ZodMiniNumber<number>;
803
- height: z.ZodMiniNumber<number>;
804
- edit: z.ZodMiniObject<{
805
- zoom: z.ZodMiniNumber<number>;
806
- crop: z.ZodMiniObject<{
807
- x: z.ZodMiniNumber<number>;
808
- y: z.ZodMiniNumber<number>;
809
- }, z.core.$strip>;
810
- background: z.ZodMiniString<string>;
811
- }, z.core.$strip>;
812
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
813
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
814
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
815
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
816
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
817
- origin: z.ZodMiniObject<{
818
- id: z.ZodMiniString<string>;
819
- url: z.ZodMiniString<string>;
820
- width: z.ZodMiniNumber<number>;
821
- height: z.ZodMiniNumber<number>;
822
- }, z.core.$strip>;
823
- width: z.ZodMiniNumber<number>;
824
- height: z.ZodMiniNumber<number>;
825
- edit: z.ZodMiniObject<{
826
- zoom: z.ZodMiniNumber<number>;
827
- crop: z.ZodMiniObject<{
828
- x: z.ZodMiniNumber<number>;
829
- y: z.ZodMiniNumber<number>;
830
- }, z.core.$strip>;
831
- background: z.ZodMiniString<string>;
832
- }, z.core.$strip>;
833
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
834
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
835
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
836
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
837
- }, z.core.$strip>>>;
838
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
839
- }, z.core.$strip>, z.ZodMiniObject<{
840
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
841
- value: z.ZodMiniString<string>;
842
- }, z.core.$strip>, z.ZodMiniObject<{
843
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
844
- key: z.ZodMiniTransform<string, unknown>;
845
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
846
- text?: unknown;
847
- variant?: unknown;
848
- value: Record<string, unknown>;
849
- }, Record<string, unknown>>>, z.ZodMiniObject<{
850
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
851
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
852
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
853
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
854
- id: z.ZodMiniString<string>;
855
- url: z.ZodMiniString<string>;
856
- height: z.ZodMiniString<string>;
857
- width: z.ZodMiniString<string>;
858
- size: z.ZodMiniString<string>;
859
- name: z.ZodMiniString<string>;
860
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
861
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
862
- }, z.core.$strict>, z.ZodMiniObject<{
863
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
864
- id: z.ZodMiniString<string>;
865
- url: z.ZodMiniString<string>;
866
- name: z.ZodMiniString<string>;
867
- size: z.ZodMiniTransform<string, unknown>;
868
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
869
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
870
- }, z.core.$strict>, z.ZodMiniObject<{
871
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
872
- id: z.ZodMiniString<string>;
873
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
874
- }, z.core.$strict>, z.ZodMiniObject<{
875
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
876
- url: z.ZodMiniString<string>;
877
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
878
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
879
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
880
- }, z.core.$strict>>>;
881
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
882
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
883
- kind: z.ZodMiniLiteral<"image">;
884
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
885
- }, z.core.$strict>, z.ZodMiniObject<{
886
- kind: z.ZodMiniLiteral<"file">;
887
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
888
- }, z.core.$strict>, z.ZodMiniObject<{
889
- kind: z.ZodMiniLiteral<"media">;
890
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
891
- }, z.core.$strict>, z.ZodMiniObject<{
892
- kind: z.ZodMiniLiteral<"document">;
893
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
894
- }, z.core.$strict>, z.ZodMiniObject<{
895
- kind: z.ZodMiniLiteral<"web">;
896
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
897
- }, z.core.$strict>, z.ZodMiniObject<{
898
- kind: z.ZodMiniTransform<"any", unknown>;
899
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
900
- }, z.core.$strict>]>]>;
901
- }, z.core.$strip>>, z.ZodMiniTransform<{
902
- kind: "image";
903
- id: string;
904
- url: string;
905
- height: string;
906
- width: string;
907
- size: string;
908
- name: string;
909
- __TYPE__: "ImageLink";
910
- date?: string | null | undefined;
911
- variant?: string | undefined;
912
- text?: string | undefined;
913
- } | {
914
- kind: "file";
915
- id: string;
916
- url: string;
917
- name: string;
918
- size: string;
919
- __TYPE__: "FileLink";
920
- date?: string | null | undefined;
921
- variant?: string | undefined;
922
- text?: string | undefined;
923
- } | {
924
- kind: "document";
925
- id: string;
926
- __TYPE__: "DocumentLink";
927
- variant?: string | undefined;
928
- text?: string | undefined;
929
- } | {
930
- kind: "web";
931
- url: string;
932
- __TYPE__: "ExternalLink";
933
- target?: string | null | undefined;
934
- preview?: {
935
- title?: string | undefined;
936
- } | null | undefined;
937
- variant?: string | undefined;
938
- text?: string | undefined;
939
- } | {
940
- kind: "image";
941
- __TYPE__: "ImageLink";
942
- variant?: string | undefined;
943
- text?: string | undefined;
944
- } | {
945
- kind: "file";
946
- __TYPE__: "FileLink";
947
- variant?: string | undefined;
948
- text?: string | undefined;
949
- } | {
950
- kind: "media";
951
- __TYPE__: "MediaLink";
952
- variant?: string | undefined;
953
- text?: string | undefined;
954
- } | {
955
- kind: "document";
956
- __TYPE__: "DocumentLink";
957
- variant?: string | undefined;
958
- text?: string | undefined;
959
- } | {
960
- kind: "web";
961
- __TYPE__: "ExternalLink";
962
- variant?: string | undefined;
963
- text?: string | undefined;
964
- } | {
965
- kind: "any";
966
- __TYPE__: "AnyLink";
967
- variant?: string | undefined;
968
- text?: string | undefined;
969
- }, {
970
- value: {
971
- kind: "image";
972
- id: string;
973
- url: string;
974
- height: string;
975
- width: string;
976
- size: string;
977
- name: string;
978
- __TYPE__: "ImageLink";
979
- date?: string | null | undefined;
980
- } | {
981
- kind: "file";
982
- id: string;
983
- url: string;
984
- name: string;
985
- size: string;
986
- __TYPE__: "FileLink";
987
- date?: string | null | undefined;
988
- } | {
989
- kind: "document";
990
- id: string;
991
- __TYPE__: "DocumentLink";
992
- } | {
993
- kind: "web";
994
- url: string;
995
- __TYPE__: "ExternalLink";
996
- target?: string | null | undefined;
997
- preview?: {
998
- title?: string | undefined;
999
- } | null | undefined;
1000
- } | {
1001
- kind: "image";
1002
- __TYPE__: "ImageLink";
1003
- } | {
1004
- kind: "file";
1005
- __TYPE__: "FileLink";
1006
- } | {
1007
- kind: "media";
1008
- __TYPE__: "MediaLink";
1009
- } | {
1010
- kind: "document";
1011
- __TYPE__: "DocumentLink";
1012
- } | {
1013
- kind: "web";
1014
- __TYPE__: "ExternalLink";
1015
- } | {
1016
- kind: "any";
1017
- __TYPE__: "AnyLink";
1018
- };
1019
- text?: string | undefined;
1020
- variant?: string | undefined;
1021
- }>>;
1022
- }, z.core.$strip>, z.ZodMiniObject<{
1023
- type: z.ZodMiniLiteral<"Number">;
1024
- value: z.ZodMiniString<string>;
1025
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1026
- }, z.core.$strip>, z.ZodMiniObject<{
1027
- type: z.ZodMiniLiteral<"Range">;
1028
- value: z.ZodMiniString<string>;
1029
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1030
- }, z.core.$strip>, z.ZodMiniObject<{
1031
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
1032
- type: z.ZodMiniLiteral<"Link">;
1033
- value: z.ZodMiniArray<z.ZodMiniObject<{
1034
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
1035
- key: z.ZodMiniTransform<string, unknown>;
1036
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
1037
- text?: unknown;
1038
- variant?: unknown;
1039
- value: Record<string, unknown>;
1040
- }, Record<string, unknown>>>, z.ZodMiniObject<{
1041
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
1042
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
1043
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1044
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1045
- id: z.ZodMiniString<string>;
1046
- url: z.ZodMiniString<string>;
1047
- height: z.ZodMiniString<string>;
1048
- width: z.ZodMiniString<string>;
1049
- size: z.ZodMiniString<string>;
1050
- name: z.ZodMiniString<string>;
1051
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1052
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1053
- }, z.core.$strict>, z.ZodMiniObject<{
1054
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1055
- id: z.ZodMiniString<string>;
1056
- url: z.ZodMiniString<string>;
1057
- name: z.ZodMiniString<string>;
1058
- size: z.ZodMiniTransform<string, unknown>;
1059
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1060
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1061
- }, z.core.$strict>, z.ZodMiniObject<{
1062
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1063
- id: z.ZodMiniString<string>;
1064
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1065
- }, z.core.$strict>, z.ZodMiniObject<{
1066
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1067
- url: z.ZodMiniString<string>;
1068
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1069
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1070
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1071
- }, z.core.$strict>>>;
1072
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1073
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1074
- kind: z.ZodMiniLiteral<"image">;
1075
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1076
- }, z.core.$strict>, z.ZodMiniObject<{
1077
- kind: z.ZodMiniLiteral<"file">;
1078
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1079
- }, z.core.$strict>, z.ZodMiniObject<{
1080
- kind: z.ZodMiniLiteral<"media">;
1081
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
1082
- }, z.core.$strict>, z.ZodMiniObject<{
1083
- kind: z.ZodMiniLiteral<"document">;
1084
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1085
- }, z.core.$strict>, z.ZodMiniObject<{
1086
- kind: z.ZodMiniLiteral<"web">;
1087
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1088
- }, z.core.$strict>, z.ZodMiniObject<{
1089
- kind: z.ZodMiniTransform<"any", unknown>;
1090
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
1091
- }, z.core.$strict>]>]>;
1092
- }, z.core.$strip>>, z.ZodMiniTransform<{
1093
- kind: "image";
1094
- id: string;
1095
- url: string;
1096
- height: string;
1097
- width: string;
1098
- size: string;
1099
- name: string;
1100
- __TYPE__: "ImageLink";
1101
- date?: string | null | undefined;
1102
- variant?: string | undefined;
1103
- text?: string | undefined;
1104
- } | {
1105
- kind: "file";
1106
- id: string;
1107
- url: string;
1108
- name: string;
1109
- size: string;
1110
- __TYPE__: "FileLink";
1111
- date?: string | null | undefined;
1112
- variant?: string | undefined;
1113
- text?: string | undefined;
1114
- } | {
1115
- kind: "document";
1116
- id: string;
1117
- __TYPE__: "DocumentLink";
1118
- variant?: string | undefined;
1119
- text?: string | undefined;
1120
- } | {
1121
- kind: "web";
1122
- url: string;
1123
- __TYPE__: "ExternalLink";
1124
- target?: string | null | undefined;
1125
- preview?: {
1126
- title?: string | undefined;
1127
- } | null | undefined;
1128
- variant?: string | undefined;
1129
- text?: string | undefined;
1130
- } | {
1131
- kind: "image";
1132
- __TYPE__: "ImageLink";
1133
- variant?: string | undefined;
1134
- text?: string | undefined;
1135
- } | {
1136
- kind: "file";
1137
- __TYPE__: "FileLink";
1138
- variant?: string | undefined;
1139
- text?: string | undefined;
1140
- } | {
1141
- kind: "media";
1142
- __TYPE__: "MediaLink";
1143
- variant?: string | undefined;
1144
- text?: string | undefined;
1145
- } | {
1146
- kind: "document";
1147
- __TYPE__: "DocumentLink";
1148
- variant?: string | undefined;
1149
- text?: string | undefined;
1150
- } | {
1151
- kind: "web";
1152
- __TYPE__: "ExternalLink";
1153
- variant?: string | undefined;
1154
- text?: string | undefined;
1155
- } | {
1156
- kind: "any";
1157
- __TYPE__: "AnyLink";
1158
- variant?: string | undefined;
1159
- text?: string | undefined;
1160
- }, {
1161
- value: {
1162
- kind: "image";
1163
- id: string;
1164
- url: string;
1165
- height: string;
1166
- width: string;
1167
- size: string;
1168
- name: string;
1169
- __TYPE__: "ImageLink";
1170
- date?: string | null | undefined;
1171
- } | {
1172
- kind: "file";
1173
- id: string;
1174
- url: string;
1175
- name: string;
1176
- size: string;
1177
- __TYPE__: "FileLink";
1178
- date?: string | null | undefined;
1179
- } | {
1180
- kind: "document";
1181
- id: string;
1182
- __TYPE__: "DocumentLink";
1183
- } | {
1184
- kind: "web";
1185
- url: string;
1186
- __TYPE__: "ExternalLink";
1187
- target?: string | null | undefined;
1188
- preview?: {
1189
- title?: string | undefined;
1190
- } | null | undefined;
1191
- } | {
1192
- kind: "image";
1193
- __TYPE__: "ImageLink";
1194
- } | {
1195
- kind: "file";
1196
- __TYPE__: "FileLink";
1197
- } | {
1198
- kind: "media";
1199
- __TYPE__: "MediaLink";
1200
- } | {
1201
- kind: "document";
1202
- __TYPE__: "DocumentLink";
1203
- } | {
1204
- kind: "web";
1205
- __TYPE__: "ExternalLink";
1206
- } | {
1207
- kind: "any";
1208
- __TYPE__: "AnyLink";
1209
- };
1210
- text?: string | undefined;
1211
- variant?: string | undefined;
1212
- }>>;
1213
- }, z.core.$strip>>;
1214
- }, z.core.$strip>, z.ZodMiniObject<{
1215
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
1216
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1217
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
1218
- content: z.ZodMiniObject<{
1219
- text: z.ZodMiniString<string>;
1220
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
1221
- type: "label";
1222
- start: number;
1223
- end: number;
1224
- data: string;
1225
- } | {
1226
- type: "list-item" | "strong" | "em";
1227
- start: number;
1228
- end: number;
1229
- } | {
1230
- type: "hyperlink";
1231
- start: number;
1232
- end: number;
1233
- data: {
1234
- kind: "image";
1235
- id: string;
1236
- url: string;
1237
- height: string;
1238
- width: string;
1239
- size: string;
1240
- name: string;
1241
- __TYPE__: "ImageLink";
1242
- date?: string | null | undefined;
1243
- } | {
1244
- kind: "file";
1245
- id: string;
1246
- url: string;
1247
- name: string;
1248
- size: string;
1249
- __TYPE__: "FileLink";
1250
- date?: string | null | undefined;
1251
- } | {
1252
- kind: "document";
1253
- id: string;
1254
- __TYPE__: "DocumentLink";
1255
- } | {
1256
- kind: "web";
1257
- url: string;
1258
- __TYPE__: "ExternalLink";
1259
- target?: string | null | undefined;
1260
- preview?: {
1261
- title?: string | undefined;
1262
- } | null | undefined;
1263
- };
1264
- })[], unknown[]>>>;
1265
- }, z.core.$strip>;
1266
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
1267
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
1268
- }, z.core.$strip>, z.ZodMiniObject<{
1269
- type: z.ZodMiniLiteral<"image">;
1270
- data: z.ZodMiniObject<{
1271
- origin: z.ZodMiniObject<{
1272
- id: z.ZodMiniString<string>;
1273
- url: z.ZodMiniString<string>;
1274
- width: z.ZodMiniNumber<number>;
1275
- height: z.ZodMiniNumber<number>;
1276
- }, z.core.$strip>;
1277
- width: z.ZodMiniNumber<number>;
1278
- height: z.ZodMiniNumber<number>;
1279
- edit: z.ZodMiniObject<{
1280
- zoom: z.ZodMiniNumber<number>;
1281
- crop: z.ZodMiniObject<{
1282
- x: z.ZodMiniNumber<number>;
1283
- y: z.ZodMiniNumber<number>;
1284
- }, z.core.$strip>;
1285
- background: z.ZodMiniString<string>;
1286
- }, z.core.$strip>;
1287
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1288
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1289
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1290
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1291
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1292
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1293
- id: z.ZodMiniString<string>;
1294
- url: z.ZodMiniString<string>;
1295
- height: z.ZodMiniString<string>;
1296
- width: z.ZodMiniString<string>;
1297
- size: z.ZodMiniString<string>;
1298
- name: z.ZodMiniString<string>;
1299
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1300
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1301
- }, z.core.$strict>, z.ZodMiniObject<{
1302
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1303
- id: z.ZodMiniString<string>;
1304
- url: z.ZodMiniString<string>;
1305
- name: z.ZodMiniString<string>;
1306
- size: z.ZodMiniTransform<string, unknown>;
1307
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1308
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1309
- }, z.core.$strict>, z.ZodMiniObject<{
1310
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1311
- id: z.ZodMiniString<string>;
1312
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1313
- }, z.core.$strict>, z.ZodMiniObject<{
1314
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1315
- url: z.ZodMiniString<string>;
1316
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1317
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1318
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1319
- }, z.core.$strict>>>;
1320
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1321
- }, z.core.$strict>]>>>;
1322
- }, z.core.$strip>;
1323
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1324
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1325
- }, z.core.$strip>, z.ZodMiniObject<{
1326
- type: z.ZodMiniLiteral<"embed">;
1327
- data: z.ZodMiniObject<{
1328
- embed_url: z.ZodMiniString<string>;
1329
- type: z.ZodMiniString<string>;
1330
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1331
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1332
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1333
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1334
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1335
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1336
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1337
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1338
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1339
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1340
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1341
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
1342
- all: z.ZodMiniUnknown;
1343
- }, z.core.$strip>;
1344
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1345
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1346
- }, z.core.$strip>]>>;
1347
- }, z.core.$strip>, z.ZodMiniObject<{
1348
- type: z.ZodMiniLiteral<"Select">;
1349
- value: z.ZodMiniString<string>;
1350
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1351
- }, z.core.$strip>, z.ZodMiniObject<{
1352
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
1353
- }, z.core.$strip>, z.ZodMiniObject<{
1354
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
1355
- content: z.ZodMiniArray<z.ZodMiniObject<{
1356
- key: z.ZodMiniTransform<string, unknown>;
1357
- type: z.ZodMiniLiteral<"tableRow">;
1358
- content: z.ZodMiniArray<z.ZodMiniObject<{
1359
- key: z.ZodMiniTransform<string, unknown>;
1360
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
1361
- content: z.ZodMiniObject<{
1362
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
1363
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1364
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
1365
- content: z.ZodMiniObject<{
1366
- text: z.ZodMiniString<string>;
1367
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
1368
- type: "label";
1369
- start: number;
1370
- end: number;
1371
- data: string;
1372
- } | {
1373
- type: "list-item" | "strong" | "em";
1374
- start: number;
1375
- end: number;
1376
- } | {
1377
- type: "hyperlink";
1378
- start: number;
1379
- end: number;
1380
- data: {
1381
- kind: "image";
1382
- id: string;
1383
- url: string;
1384
- height: string;
1385
- width: string;
1386
- size: string;
1387
- name: string;
1388
- __TYPE__: "ImageLink";
1389
- date?: string | null | undefined;
1390
- } | {
1391
- kind: "file";
1392
- id: string;
1393
- url: string;
1394
- name: string;
1395
- size: string;
1396
- __TYPE__: "FileLink";
1397
- date?: string | null | undefined;
1398
- } | {
1399
- kind: "document";
1400
- id: string;
1401
- __TYPE__: "DocumentLink";
1402
- } | {
1403
- kind: "web";
1404
- url: string;
1405
- __TYPE__: "ExternalLink";
1406
- target?: string | null | undefined;
1407
- preview?: {
1408
- title?: string | undefined;
1409
- } | null | undefined;
1410
- };
1411
- })[], unknown[]>>>;
1412
- }, z.core.$strip>;
1413
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
1414
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
1415
- }, z.core.$strip>, z.ZodMiniObject<{
1416
- type: z.ZodMiniLiteral<"image">;
1417
- data: z.ZodMiniObject<{
1418
- origin: z.ZodMiniObject<{
1419
- id: z.ZodMiniString<string>;
1420
- url: z.ZodMiniString<string>;
1421
- width: z.ZodMiniNumber<number>;
1422
- height: z.ZodMiniNumber<number>;
1423
- }, z.core.$strip>;
1424
- width: z.ZodMiniNumber<number>;
1425
- height: z.ZodMiniNumber<number>;
1426
- edit: z.ZodMiniObject<{
1427
- zoom: z.ZodMiniNumber<number>;
1428
- crop: z.ZodMiniObject<{
1429
- x: z.ZodMiniNumber<number>;
1430
- y: z.ZodMiniNumber<number>;
1431
- }, z.core.$strip>;
1432
- background: z.ZodMiniString<string>;
1433
- }, z.core.$strip>;
1434
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1435
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1436
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1437
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1438
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1439
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1440
- id: z.ZodMiniString<string>;
1441
- url: z.ZodMiniString<string>;
1442
- height: z.ZodMiniString<string>;
1443
- width: z.ZodMiniString<string>;
1444
- size: z.ZodMiniString<string>;
1445
- name: z.ZodMiniString<string>;
1446
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1447
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1448
- }, z.core.$strict>, z.ZodMiniObject<{
1449
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1450
- id: z.ZodMiniString<string>;
1451
- url: z.ZodMiniString<string>;
1452
- name: z.ZodMiniString<string>;
1453
- size: z.ZodMiniTransform<string, unknown>;
1454
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1455
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1456
- }, z.core.$strict>, z.ZodMiniObject<{
1457
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1458
- id: z.ZodMiniString<string>;
1459
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1460
- }, z.core.$strict>, z.ZodMiniObject<{
1461
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1462
- url: z.ZodMiniString<string>;
1463
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1464
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1465
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1466
- }, z.core.$strict>>>;
1467
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1468
- }, z.core.$strict>]>>>;
1469
- }, z.core.$strip>;
1470
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1471
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1472
- }, z.core.$strip>, z.ZodMiniObject<{
1473
- type: z.ZodMiniLiteral<"embed">;
1474
- data: z.ZodMiniObject<{
1475
- embed_url: z.ZodMiniString<string>;
1476
- type: z.ZodMiniString<string>;
1477
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1478
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1479
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1480
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1481
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1482
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1483
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1484
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1485
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1486
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1487
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1488
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
1489
- all: z.ZodMiniUnknown;
1490
- }, z.core.$strip>;
1491
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1492
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1493
- }, z.core.$strip>]>>;
1494
- }, z.core.$strip>;
1495
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1496
- }, z.core.$strip>>;
1497
- }, z.core.$strict>>;
1498
- }, z.core.$strip>, z.ZodMiniObject<{
1499
- type: z.ZodMiniLiteral<"Text">;
1500
- value: z.ZodMiniString<string>;
1501
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1502
- }, z.core.$strip>, z.ZodMiniObject<{
1503
- type: z.ZodMiniLiteral<"Timestamp">;
1504
- value: z.ZodMiniString<string>;
1505
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1506
- }, z.core.$strip>]>>;
10
+ nonRepeat: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniType<NestableContent, unknown, z.core.$ZodTypeInternals<NestableContent, unknown>>>;
1507
11
  repeat: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
1508
12
  }, z.core.$strip>;
1509
13
  type CompositeSliceContent = z.infer<typeof CompositeSliceContentSchema>;
1510
14
  declare const SharedSliceContentSchema: z.ZodMiniObject<{
1511
15
  __TYPE__: z.ZodMiniLiteral<"SharedSliceContent">;
1512
16
  variation: z.ZodMiniString<string>;
1513
- primary: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1514
- type: z.ZodMiniString<string>;
1515
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
1516
- }, z.core.$strip>, z.ZodMiniObject<{
1517
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
1518
- value: z.ZodMiniBoolean<boolean>;
1519
- }, z.core.$strip>, z.ZodMiniObject<{
1520
- type: z.ZodMiniLiteral<"Color">;
1521
- value: z.ZodMiniString<string>;
1522
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1523
- }, z.core.$strip>, z.ZodMiniObject<{
1524
- type: z.ZodMiniLiteral<"Date">;
1525
- value: z.ZodMiniString<string>;
1526
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1527
- }, z.core.$strip>, z.ZodMiniObject<{
1528
- embed_url: z.ZodMiniString<string>;
1529
- type: z.ZodMiniString<string>;
1530
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1531
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1532
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1533
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1534
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1535
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1536
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1537
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1538
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1539
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1540
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1541
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
1542
- all: z.ZodMiniUnknown;
1543
- }, z.core.$strip>, z.ZodMiniObject<{
1544
- position: z.ZodMiniObject<{
1545
- lat: z.ZodMiniNumber<number>;
1546
- lng: z.ZodMiniNumber<number>;
1547
- }, z.core.$strip>;
1548
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
1549
- }, z.core.$strip>, z.ZodMiniObject<{
1550
- origin: z.ZodMiniObject<{
1551
- id: z.ZodMiniString<string>;
1552
- url: z.ZodMiniString<string>;
1553
- width: z.ZodMiniNumber<number>;
1554
- height: z.ZodMiniNumber<number>;
1555
- }, z.core.$strip>;
1556
- width: z.ZodMiniNumber<number>;
1557
- height: z.ZodMiniNumber<number>;
1558
- edit: z.ZodMiniObject<{
1559
- zoom: z.ZodMiniNumber<number>;
1560
- crop: z.ZodMiniObject<{
1561
- x: z.ZodMiniNumber<number>;
1562
- y: z.ZodMiniNumber<number>;
1563
- }, z.core.$strip>;
1564
- background: z.ZodMiniString<string>;
1565
- }, z.core.$strip>;
1566
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1567
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1568
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1569
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1570
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
1571
- origin: z.ZodMiniObject<{
1572
- id: z.ZodMiniString<string>;
1573
- url: z.ZodMiniString<string>;
1574
- width: z.ZodMiniNumber<number>;
1575
- height: z.ZodMiniNumber<number>;
1576
- }, z.core.$strip>;
1577
- width: z.ZodMiniNumber<number>;
1578
- height: z.ZodMiniNumber<number>;
1579
- edit: z.ZodMiniObject<{
1580
- zoom: z.ZodMiniNumber<number>;
1581
- crop: z.ZodMiniObject<{
1582
- x: z.ZodMiniNumber<number>;
1583
- y: z.ZodMiniNumber<number>;
1584
- }, z.core.$strip>;
1585
- background: z.ZodMiniString<string>;
1586
- }, z.core.$strip>;
1587
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1588
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1589
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1590
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1591
- }, z.core.$strip>>>;
1592
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
1593
- }, z.core.$strip>, z.ZodMiniObject<{
1594
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
1595
- value: z.ZodMiniString<string>;
1596
- }, z.core.$strip>, z.ZodMiniObject<{
1597
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
1598
- key: z.ZodMiniTransform<string, unknown>;
1599
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
1600
- text?: unknown;
1601
- variant?: unknown;
1602
- value: Record<string, unknown>;
1603
- }, Record<string, unknown>>>, z.ZodMiniObject<{
1604
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
1605
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
1606
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1607
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1608
- id: z.ZodMiniString<string>;
1609
- url: z.ZodMiniString<string>;
1610
- height: z.ZodMiniString<string>;
1611
- width: z.ZodMiniString<string>;
1612
- size: z.ZodMiniString<string>;
1613
- name: z.ZodMiniString<string>;
1614
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1615
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1616
- }, z.core.$strict>, z.ZodMiniObject<{
1617
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1618
- id: z.ZodMiniString<string>;
1619
- url: z.ZodMiniString<string>;
1620
- name: z.ZodMiniString<string>;
1621
- size: z.ZodMiniTransform<string, unknown>;
1622
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1623
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1624
- }, z.core.$strict>, z.ZodMiniObject<{
1625
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1626
- id: z.ZodMiniString<string>;
1627
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1628
- }, z.core.$strict>, z.ZodMiniObject<{
1629
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1630
- url: z.ZodMiniString<string>;
1631
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1632
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1633
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1634
- }, z.core.$strict>>>;
1635
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1636
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1637
- kind: z.ZodMiniLiteral<"image">;
1638
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1639
- }, z.core.$strict>, z.ZodMiniObject<{
1640
- kind: z.ZodMiniLiteral<"file">;
1641
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1642
- }, z.core.$strict>, z.ZodMiniObject<{
1643
- kind: z.ZodMiniLiteral<"media">;
1644
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
1645
- }, z.core.$strict>, z.ZodMiniObject<{
1646
- kind: z.ZodMiniLiteral<"document">;
1647
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1648
- }, z.core.$strict>, z.ZodMiniObject<{
1649
- kind: z.ZodMiniLiteral<"web">;
1650
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1651
- }, z.core.$strict>, z.ZodMiniObject<{
1652
- kind: z.ZodMiniTransform<"any", unknown>;
1653
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
1654
- }, z.core.$strict>]>]>;
1655
- }, z.core.$strip>>, z.ZodMiniTransform<{
1656
- kind: "image";
1657
- id: string;
1658
- url: string;
1659
- height: string;
1660
- width: string;
1661
- size: string;
1662
- name: string;
1663
- __TYPE__: "ImageLink";
1664
- date?: string | null | undefined;
1665
- variant?: string | undefined;
1666
- text?: string | undefined;
1667
- } | {
1668
- kind: "file";
1669
- id: string;
1670
- url: string;
1671
- name: string;
1672
- size: string;
1673
- __TYPE__: "FileLink";
1674
- date?: string | null | undefined;
1675
- variant?: string | undefined;
1676
- text?: string | undefined;
1677
- } | {
1678
- kind: "document";
1679
- id: string;
1680
- __TYPE__: "DocumentLink";
1681
- variant?: string | undefined;
1682
- text?: string | undefined;
1683
- } | {
1684
- kind: "web";
1685
- url: string;
1686
- __TYPE__: "ExternalLink";
1687
- target?: string | null | undefined;
1688
- preview?: {
1689
- title?: string | undefined;
1690
- } | null | undefined;
1691
- variant?: string | undefined;
1692
- text?: string | undefined;
1693
- } | {
1694
- kind: "image";
1695
- __TYPE__: "ImageLink";
1696
- variant?: string | undefined;
1697
- text?: string | undefined;
1698
- } | {
1699
- kind: "file";
1700
- __TYPE__: "FileLink";
1701
- variant?: string | undefined;
1702
- text?: string | undefined;
1703
- } | {
1704
- kind: "media";
1705
- __TYPE__: "MediaLink";
1706
- variant?: string | undefined;
1707
- text?: string | undefined;
1708
- } | {
1709
- kind: "document";
1710
- __TYPE__: "DocumentLink";
1711
- variant?: string | undefined;
1712
- text?: string | undefined;
1713
- } | {
1714
- kind: "web";
1715
- __TYPE__: "ExternalLink";
1716
- variant?: string | undefined;
1717
- text?: string | undefined;
1718
- } | {
1719
- kind: "any";
1720
- __TYPE__: "AnyLink";
1721
- variant?: string | undefined;
1722
- text?: string | undefined;
1723
- }, {
1724
- value: {
1725
- kind: "image";
1726
- id: string;
1727
- url: string;
1728
- height: string;
1729
- width: string;
1730
- size: string;
1731
- name: string;
1732
- __TYPE__: "ImageLink";
1733
- date?: string | null | undefined;
1734
- } | {
1735
- kind: "file";
1736
- id: string;
1737
- url: string;
1738
- name: string;
1739
- size: string;
1740
- __TYPE__: "FileLink";
1741
- date?: string | null | undefined;
1742
- } | {
1743
- kind: "document";
1744
- id: string;
1745
- __TYPE__: "DocumentLink";
1746
- } | {
1747
- kind: "web";
1748
- url: string;
1749
- __TYPE__: "ExternalLink";
1750
- target?: string | null | undefined;
1751
- preview?: {
1752
- title?: string | undefined;
1753
- } | null | undefined;
1754
- } | {
1755
- kind: "image";
1756
- __TYPE__: "ImageLink";
1757
- } | {
1758
- kind: "file";
1759
- __TYPE__: "FileLink";
1760
- } | {
1761
- kind: "media";
1762
- __TYPE__: "MediaLink";
1763
- } | {
1764
- kind: "document";
1765
- __TYPE__: "DocumentLink";
1766
- } | {
1767
- kind: "web";
1768
- __TYPE__: "ExternalLink";
1769
- } | {
1770
- kind: "any";
1771
- __TYPE__: "AnyLink";
1772
- };
1773
- text?: string | undefined;
1774
- variant?: string | undefined;
1775
- }>>;
1776
- }, z.core.$strip>, z.ZodMiniObject<{
1777
- type: z.ZodMiniLiteral<"Number">;
1778
- value: z.ZodMiniString<string>;
1779
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1780
- }, z.core.$strip>, z.ZodMiniObject<{
1781
- type: z.ZodMiniLiteral<"Range">;
1782
- value: z.ZodMiniString<string>;
1783
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1784
- }, z.core.$strip>, z.ZodMiniObject<{
1785
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
1786
- type: z.ZodMiniLiteral<"Link">;
1787
- value: z.ZodMiniArray<z.ZodMiniObject<{
1788
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
1789
- key: z.ZodMiniTransform<string, unknown>;
1790
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
1791
- text?: unknown;
1792
- variant?: unknown;
1793
- value: Record<string, unknown>;
1794
- }, Record<string, unknown>>>, z.ZodMiniObject<{
1795
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
1796
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
1797
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1798
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1799
- id: z.ZodMiniString<string>;
1800
- url: z.ZodMiniString<string>;
1801
- height: z.ZodMiniString<string>;
1802
- width: z.ZodMiniString<string>;
1803
- size: z.ZodMiniString<string>;
1804
- name: z.ZodMiniString<string>;
1805
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1806
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1807
- }, z.core.$strict>, z.ZodMiniObject<{
1808
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1809
- id: z.ZodMiniString<string>;
1810
- url: z.ZodMiniString<string>;
1811
- name: z.ZodMiniString<string>;
1812
- size: z.ZodMiniTransform<string, unknown>;
1813
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1814
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1815
- }, z.core.$strict>, z.ZodMiniObject<{
1816
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1817
- id: z.ZodMiniString<string>;
1818
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1819
- }, z.core.$strict>, z.ZodMiniObject<{
1820
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1821
- url: z.ZodMiniString<string>;
1822
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1823
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1824
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1825
- }, z.core.$strict>>>;
1826
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1827
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1828
- kind: z.ZodMiniLiteral<"image">;
1829
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1830
- }, z.core.$strict>, z.ZodMiniObject<{
1831
- kind: z.ZodMiniLiteral<"file">;
1832
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1833
- }, z.core.$strict>, z.ZodMiniObject<{
1834
- kind: z.ZodMiniLiteral<"media">;
1835
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
1836
- }, z.core.$strict>, z.ZodMiniObject<{
1837
- kind: z.ZodMiniLiteral<"document">;
1838
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1839
- }, z.core.$strict>, z.ZodMiniObject<{
1840
- kind: z.ZodMiniLiteral<"web">;
1841
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1842
- }, z.core.$strict>, z.ZodMiniObject<{
1843
- kind: z.ZodMiniTransform<"any", unknown>;
1844
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
1845
- }, z.core.$strict>]>]>;
1846
- }, z.core.$strip>>, z.ZodMiniTransform<{
1847
- kind: "image";
1848
- id: string;
1849
- url: string;
1850
- height: string;
1851
- width: string;
1852
- size: string;
1853
- name: string;
1854
- __TYPE__: "ImageLink";
1855
- date?: string | null | undefined;
1856
- variant?: string | undefined;
1857
- text?: string | undefined;
1858
- } | {
1859
- kind: "file";
1860
- id: string;
1861
- url: string;
1862
- name: string;
1863
- size: string;
1864
- __TYPE__: "FileLink";
1865
- date?: string | null | undefined;
1866
- variant?: string | undefined;
1867
- text?: string | undefined;
1868
- } | {
1869
- kind: "document";
1870
- id: string;
1871
- __TYPE__: "DocumentLink";
1872
- variant?: string | undefined;
1873
- text?: string | undefined;
1874
- } | {
1875
- kind: "web";
1876
- url: string;
1877
- __TYPE__: "ExternalLink";
1878
- target?: string | null | undefined;
1879
- preview?: {
1880
- title?: string | undefined;
1881
- } | null | undefined;
1882
- variant?: string | undefined;
1883
- text?: string | undefined;
1884
- } | {
1885
- kind: "image";
1886
- __TYPE__: "ImageLink";
1887
- variant?: string | undefined;
1888
- text?: string | undefined;
1889
- } | {
1890
- kind: "file";
1891
- __TYPE__: "FileLink";
1892
- variant?: string | undefined;
1893
- text?: string | undefined;
1894
- } | {
1895
- kind: "media";
1896
- __TYPE__: "MediaLink";
1897
- variant?: string | undefined;
1898
- text?: string | undefined;
1899
- } | {
1900
- kind: "document";
1901
- __TYPE__: "DocumentLink";
1902
- variant?: string | undefined;
1903
- text?: string | undefined;
1904
- } | {
1905
- kind: "web";
1906
- __TYPE__: "ExternalLink";
1907
- variant?: string | undefined;
1908
- text?: string | undefined;
1909
- } | {
1910
- kind: "any";
1911
- __TYPE__: "AnyLink";
1912
- variant?: string | undefined;
1913
- text?: string | undefined;
1914
- }, {
1915
- value: {
1916
- kind: "image";
1917
- id: string;
1918
- url: string;
1919
- height: string;
1920
- width: string;
1921
- size: string;
1922
- name: string;
1923
- __TYPE__: "ImageLink";
1924
- date?: string | null | undefined;
1925
- } | {
1926
- kind: "file";
1927
- id: string;
1928
- url: string;
1929
- name: string;
1930
- size: string;
1931
- __TYPE__: "FileLink";
1932
- date?: string | null | undefined;
1933
- } | {
1934
- kind: "document";
1935
- id: string;
1936
- __TYPE__: "DocumentLink";
1937
- } | {
1938
- kind: "web";
1939
- url: string;
1940
- __TYPE__: "ExternalLink";
1941
- target?: string | null | undefined;
1942
- preview?: {
1943
- title?: string | undefined;
1944
- } | null | undefined;
1945
- } | {
1946
- kind: "image";
1947
- __TYPE__: "ImageLink";
1948
- } | {
1949
- kind: "file";
1950
- __TYPE__: "FileLink";
1951
- } | {
1952
- kind: "media";
1953
- __TYPE__: "MediaLink";
1954
- } | {
1955
- kind: "document";
1956
- __TYPE__: "DocumentLink";
1957
- } | {
1958
- kind: "web";
1959
- __TYPE__: "ExternalLink";
1960
- } | {
1961
- kind: "any";
1962
- __TYPE__: "AnyLink";
1963
- };
1964
- text?: string | undefined;
1965
- variant?: string | undefined;
1966
- }>>;
1967
- }, z.core.$strip>>;
1968
- }, z.core.$strip>, z.ZodMiniObject<{
1969
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
1970
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1971
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
1972
- content: z.ZodMiniObject<{
1973
- text: z.ZodMiniString<string>;
1974
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
1975
- type: "label";
1976
- start: number;
1977
- end: number;
1978
- data: string;
1979
- } | {
1980
- type: "list-item" | "strong" | "em";
1981
- start: number;
1982
- end: number;
1983
- } | {
1984
- type: "hyperlink";
1985
- start: number;
1986
- end: number;
1987
- data: {
1988
- kind: "image";
1989
- id: string;
1990
- url: string;
1991
- height: string;
1992
- width: string;
1993
- size: string;
1994
- name: string;
1995
- __TYPE__: "ImageLink";
1996
- date?: string | null | undefined;
1997
- } | {
1998
- kind: "file";
1999
- id: string;
2000
- url: string;
2001
- name: string;
2002
- size: string;
2003
- __TYPE__: "FileLink";
2004
- date?: string | null | undefined;
2005
- } | {
2006
- kind: "document";
2007
- id: string;
2008
- __TYPE__: "DocumentLink";
2009
- } | {
2010
- kind: "web";
2011
- url: string;
2012
- __TYPE__: "ExternalLink";
2013
- target?: string | null | undefined;
2014
- preview?: {
2015
- title?: string | undefined;
2016
- } | null | undefined;
2017
- };
2018
- })[], unknown[]>>>;
2019
- }, z.core.$strip>;
2020
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2021
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2022
- }, z.core.$strip>, z.ZodMiniObject<{
2023
- type: z.ZodMiniLiteral<"image">;
2024
- data: z.ZodMiniObject<{
2025
- origin: z.ZodMiniObject<{
2026
- id: z.ZodMiniString<string>;
2027
- url: z.ZodMiniString<string>;
2028
- width: z.ZodMiniNumber<number>;
2029
- height: z.ZodMiniNumber<number>;
2030
- }, z.core.$strip>;
2031
- width: z.ZodMiniNumber<number>;
2032
- height: z.ZodMiniNumber<number>;
2033
- edit: z.ZodMiniObject<{
2034
- zoom: z.ZodMiniNumber<number>;
2035
- crop: z.ZodMiniObject<{
2036
- x: z.ZodMiniNumber<number>;
2037
- y: z.ZodMiniNumber<number>;
2038
- }, z.core.$strip>;
2039
- background: z.ZodMiniString<string>;
2040
- }, z.core.$strip>;
2041
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2042
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2043
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2044
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2045
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2046
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2047
- id: z.ZodMiniString<string>;
2048
- url: z.ZodMiniString<string>;
2049
- height: z.ZodMiniString<string>;
2050
- width: z.ZodMiniString<string>;
2051
- size: z.ZodMiniString<string>;
2052
- name: z.ZodMiniString<string>;
2053
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2054
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2055
- }, z.core.$strict>, z.ZodMiniObject<{
2056
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2057
- id: z.ZodMiniString<string>;
2058
- url: z.ZodMiniString<string>;
2059
- name: z.ZodMiniString<string>;
2060
- size: z.ZodMiniTransform<string, unknown>;
2061
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2062
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2063
- }, z.core.$strict>, z.ZodMiniObject<{
2064
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2065
- id: z.ZodMiniString<string>;
2066
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2067
- }, z.core.$strict>, z.ZodMiniObject<{
2068
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2069
- url: z.ZodMiniString<string>;
2070
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2071
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2072
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2073
- }, z.core.$strict>>>;
2074
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2075
- }, z.core.$strict>]>>>;
2076
- }, z.core.$strip>;
2077
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2078
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2079
- }, z.core.$strip>, z.ZodMiniObject<{
2080
- type: z.ZodMiniLiteral<"embed">;
2081
- data: z.ZodMiniObject<{
2082
- embed_url: z.ZodMiniString<string>;
2083
- type: z.ZodMiniString<string>;
2084
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2085
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2086
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2087
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2088
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2089
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2090
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2091
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2092
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2093
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2094
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2095
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2096
- all: z.ZodMiniUnknown;
2097
- }, z.core.$strip>;
2098
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2099
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2100
- }, z.core.$strip>]>>;
2101
- }, z.core.$strip>, z.ZodMiniObject<{
2102
- type: z.ZodMiniLiteral<"Select">;
2103
- value: z.ZodMiniString<string>;
2104
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2105
- }, z.core.$strip>, z.ZodMiniObject<{
2106
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
2107
- }, z.core.$strip>, z.ZodMiniObject<{
2108
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
2109
- content: z.ZodMiniArray<z.ZodMiniObject<{
2110
- key: z.ZodMiniTransform<string, unknown>;
2111
- type: z.ZodMiniLiteral<"tableRow">;
2112
- content: z.ZodMiniArray<z.ZodMiniObject<{
2113
- key: z.ZodMiniTransform<string, unknown>;
2114
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
2115
- content: z.ZodMiniObject<{
2116
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
2117
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2118
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
2119
- content: z.ZodMiniObject<{
2120
- text: z.ZodMiniString<string>;
2121
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
2122
- type: "label";
2123
- start: number;
2124
- end: number;
2125
- data: string;
2126
- } | {
2127
- type: "list-item" | "strong" | "em";
2128
- start: number;
2129
- end: number;
2130
- } | {
2131
- type: "hyperlink";
2132
- start: number;
2133
- end: number;
2134
- data: {
2135
- kind: "image";
2136
- id: string;
2137
- url: string;
2138
- height: string;
2139
- width: string;
2140
- size: string;
2141
- name: string;
2142
- __TYPE__: "ImageLink";
2143
- date?: string | null | undefined;
2144
- } | {
2145
- kind: "file";
2146
- id: string;
2147
- url: string;
2148
- name: string;
2149
- size: string;
2150
- __TYPE__: "FileLink";
2151
- date?: string | null | undefined;
2152
- } | {
2153
- kind: "document";
2154
- id: string;
2155
- __TYPE__: "DocumentLink";
2156
- } | {
2157
- kind: "web";
2158
- url: string;
2159
- __TYPE__: "ExternalLink";
2160
- target?: string | null | undefined;
2161
- preview?: {
2162
- title?: string | undefined;
2163
- } | null | undefined;
2164
- };
2165
- })[], unknown[]>>>;
2166
- }, z.core.$strip>;
2167
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2168
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2169
- }, z.core.$strip>, z.ZodMiniObject<{
2170
- type: z.ZodMiniLiteral<"image">;
2171
- data: z.ZodMiniObject<{
2172
- origin: z.ZodMiniObject<{
2173
- id: z.ZodMiniString<string>;
2174
- url: z.ZodMiniString<string>;
2175
- width: z.ZodMiniNumber<number>;
2176
- height: z.ZodMiniNumber<number>;
2177
- }, z.core.$strip>;
2178
- width: z.ZodMiniNumber<number>;
2179
- height: z.ZodMiniNumber<number>;
2180
- edit: z.ZodMiniObject<{
2181
- zoom: z.ZodMiniNumber<number>;
2182
- crop: z.ZodMiniObject<{
2183
- x: z.ZodMiniNumber<number>;
2184
- y: z.ZodMiniNumber<number>;
2185
- }, z.core.$strip>;
2186
- background: z.ZodMiniString<string>;
2187
- }, z.core.$strip>;
2188
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2189
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2190
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2191
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2192
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2193
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2194
- id: z.ZodMiniString<string>;
2195
- url: z.ZodMiniString<string>;
2196
- height: z.ZodMiniString<string>;
2197
- width: z.ZodMiniString<string>;
2198
- size: z.ZodMiniString<string>;
2199
- name: z.ZodMiniString<string>;
2200
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2201
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2202
- }, z.core.$strict>, z.ZodMiniObject<{
2203
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2204
- id: z.ZodMiniString<string>;
2205
- url: z.ZodMiniString<string>;
2206
- name: z.ZodMiniString<string>;
2207
- size: z.ZodMiniTransform<string, unknown>;
2208
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2209
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2210
- }, z.core.$strict>, z.ZodMiniObject<{
2211
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2212
- id: z.ZodMiniString<string>;
2213
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2214
- }, z.core.$strict>, z.ZodMiniObject<{
2215
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2216
- url: z.ZodMiniString<string>;
2217
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2218
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2219
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2220
- }, z.core.$strict>>>;
2221
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2222
- }, z.core.$strict>]>>>;
2223
- }, z.core.$strip>;
2224
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2225
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2226
- }, z.core.$strip>, z.ZodMiniObject<{
2227
- type: z.ZodMiniLiteral<"embed">;
2228
- data: z.ZodMiniObject<{
2229
- embed_url: z.ZodMiniString<string>;
2230
- type: z.ZodMiniString<string>;
2231
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2232
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2233
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2234
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2235
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2236
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2237
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2238
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2239
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2240
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2241
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2242
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2243
- all: z.ZodMiniUnknown;
2244
- }, z.core.$strip>;
2245
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2246
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2247
- }, z.core.$strip>]>>;
2248
- }, z.core.$strip>;
2249
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2250
- }, z.core.$strip>>;
2251
- }, z.core.$strict>>;
2252
- }, z.core.$strip>, z.ZodMiniObject<{
2253
- type: z.ZodMiniLiteral<"Text">;
2254
- value: z.ZodMiniString<string>;
2255
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2256
- }, z.core.$strip>, z.ZodMiniObject<{
2257
- type: z.ZodMiniLiteral<"Timestamp">;
2258
- value: z.ZodMiniString<string>;
2259
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2260
- }, z.core.$strip>]>, z.ZodMiniObject<{
2261
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
2262
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
2263
- }, z.core.$strip>]>>;
17
+ primary: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniType<NestableAndGroupContent, unknown, z.core.$ZodTypeInternals<NestableAndGroupContent, unknown>>>;
2264
18
  items: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
2265
19
  }, z.core.$strip>;
2266
20
  type SharedSliceContent = z.infer<typeof SharedSliceContentSchema>;
2267
- declare const SliceContentSchema: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2268
- type: z.ZodMiniString<string>;
2269
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
2270
- }, z.core.$strip>, z.ZodMiniObject<{
2271
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
2272
- value: z.ZodMiniBoolean<boolean>;
2273
- }, z.core.$strip>, z.ZodMiniObject<{
2274
- type: z.ZodMiniLiteral<"Color">;
2275
- value: z.ZodMiniString<string>;
2276
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2277
- }, z.core.$strip>, z.ZodMiniObject<{
2278
- type: z.ZodMiniLiteral<"Date">;
2279
- value: z.ZodMiniString<string>;
2280
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2281
- }, z.core.$strip>, z.ZodMiniObject<{
2282
- embed_url: z.ZodMiniString<string>;
2283
- type: z.ZodMiniString<string>;
2284
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2285
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2286
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2287
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2288
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2289
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2290
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2291
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2292
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2293
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2294
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2295
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2296
- all: z.ZodMiniUnknown;
2297
- }, z.core.$strip>, z.ZodMiniObject<{
2298
- position: z.ZodMiniObject<{
2299
- lat: z.ZodMiniNumber<number>;
2300
- lng: z.ZodMiniNumber<number>;
2301
- }, z.core.$strip>;
2302
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
2303
- }, z.core.$strip>, z.ZodMiniObject<{
2304
- origin: z.ZodMiniObject<{
2305
- id: z.ZodMiniString<string>;
2306
- url: z.ZodMiniString<string>;
2307
- width: z.ZodMiniNumber<number>;
2308
- height: z.ZodMiniNumber<number>;
2309
- }, z.core.$strip>;
2310
- width: z.ZodMiniNumber<number>;
2311
- height: z.ZodMiniNumber<number>;
2312
- edit: z.ZodMiniObject<{
2313
- zoom: z.ZodMiniNumber<number>;
2314
- crop: z.ZodMiniObject<{
2315
- x: z.ZodMiniNumber<number>;
2316
- y: z.ZodMiniNumber<number>;
2317
- }, z.core.$strip>;
2318
- background: z.ZodMiniString<string>;
2319
- }, z.core.$strip>;
2320
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2321
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2322
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2323
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2324
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
2325
- origin: z.ZodMiniObject<{
2326
- id: z.ZodMiniString<string>;
2327
- url: z.ZodMiniString<string>;
2328
- width: z.ZodMiniNumber<number>;
2329
- height: z.ZodMiniNumber<number>;
2330
- }, z.core.$strip>;
2331
- width: z.ZodMiniNumber<number>;
2332
- height: z.ZodMiniNumber<number>;
2333
- edit: z.ZodMiniObject<{
2334
- zoom: z.ZodMiniNumber<number>;
2335
- crop: z.ZodMiniObject<{
2336
- x: z.ZodMiniNumber<number>;
2337
- y: z.ZodMiniNumber<number>;
2338
- }, z.core.$strip>;
2339
- background: z.ZodMiniString<string>;
2340
- }, z.core.$strip>;
2341
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2342
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2343
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2344
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2345
- }, z.core.$strip>>>;
2346
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
2347
- }, z.core.$strip>, z.ZodMiniObject<{
2348
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
2349
- value: z.ZodMiniString<string>;
2350
- }, z.core.$strip>, z.ZodMiniObject<{
2351
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
2352
- key: z.ZodMiniTransform<string, unknown>;
2353
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
2354
- text?: unknown;
2355
- variant?: unknown;
2356
- value: Record<string, unknown>;
2357
- }, Record<string, unknown>>>, z.ZodMiniObject<{
2358
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
2359
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
2360
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2361
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2362
- id: z.ZodMiniString<string>;
2363
- url: z.ZodMiniString<string>;
2364
- height: z.ZodMiniString<string>;
2365
- width: z.ZodMiniString<string>;
2366
- size: z.ZodMiniString<string>;
2367
- name: z.ZodMiniString<string>;
2368
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2369
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2370
- }, z.core.$strict>, z.ZodMiniObject<{
2371
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2372
- id: z.ZodMiniString<string>;
2373
- url: z.ZodMiniString<string>;
2374
- name: z.ZodMiniString<string>;
2375
- size: z.ZodMiniTransform<string, unknown>;
2376
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2377
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2378
- }, z.core.$strict>, z.ZodMiniObject<{
2379
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2380
- id: z.ZodMiniString<string>;
2381
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2382
- }, z.core.$strict>, z.ZodMiniObject<{
2383
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2384
- url: z.ZodMiniString<string>;
2385
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2386
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2387
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2388
- }, z.core.$strict>>>;
2389
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2390
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2391
- kind: z.ZodMiniLiteral<"image">;
2392
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2393
- }, z.core.$strict>, z.ZodMiniObject<{
2394
- kind: z.ZodMiniLiteral<"file">;
2395
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2396
- }, z.core.$strict>, z.ZodMiniObject<{
2397
- kind: z.ZodMiniLiteral<"media">;
2398
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
2399
- }, z.core.$strict>, z.ZodMiniObject<{
2400
- kind: z.ZodMiniLiteral<"document">;
2401
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2402
- }, z.core.$strict>, z.ZodMiniObject<{
2403
- kind: z.ZodMiniLiteral<"web">;
2404
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2405
- }, z.core.$strict>, z.ZodMiniObject<{
2406
- kind: z.ZodMiniTransform<"any", unknown>;
2407
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
2408
- }, z.core.$strict>]>]>;
2409
- }, z.core.$strip>>, z.ZodMiniTransform<{
2410
- kind: "image";
2411
- id: string;
2412
- url: string;
2413
- height: string;
2414
- width: string;
2415
- size: string;
2416
- name: string;
2417
- __TYPE__: "ImageLink";
2418
- date?: string | null | undefined;
2419
- variant?: string | undefined;
2420
- text?: string | undefined;
2421
- } | {
2422
- kind: "file";
2423
- id: string;
2424
- url: string;
2425
- name: string;
2426
- size: string;
2427
- __TYPE__: "FileLink";
2428
- date?: string | null | undefined;
2429
- variant?: string | undefined;
2430
- text?: string | undefined;
2431
- } | {
2432
- kind: "document";
2433
- id: string;
2434
- __TYPE__: "DocumentLink";
2435
- variant?: string | undefined;
2436
- text?: string | undefined;
2437
- } | {
2438
- kind: "web";
2439
- url: string;
2440
- __TYPE__: "ExternalLink";
2441
- target?: string | null | undefined;
2442
- preview?: {
2443
- title?: string | undefined;
2444
- } | null | undefined;
2445
- variant?: string | undefined;
2446
- text?: string | undefined;
2447
- } | {
2448
- kind: "image";
2449
- __TYPE__: "ImageLink";
2450
- variant?: string | undefined;
2451
- text?: string | undefined;
2452
- } | {
2453
- kind: "file";
2454
- __TYPE__: "FileLink";
2455
- variant?: string | undefined;
2456
- text?: string | undefined;
2457
- } | {
2458
- kind: "media";
2459
- __TYPE__: "MediaLink";
2460
- variant?: string | undefined;
2461
- text?: string | undefined;
2462
- } | {
2463
- kind: "document";
2464
- __TYPE__: "DocumentLink";
2465
- variant?: string | undefined;
2466
- text?: string | undefined;
2467
- } | {
2468
- kind: "web";
2469
- __TYPE__: "ExternalLink";
2470
- variant?: string | undefined;
2471
- text?: string | undefined;
2472
- } | {
2473
- kind: "any";
2474
- __TYPE__: "AnyLink";
2475
- variant?: string | undefined;
2476
- text?: string | undefined;
2477
- }, {
2478
- value: {
2479
- kind: "image";
2480
- id: string;
2481
- url: string;
2482
- height: string;
2483
- width: string;
2484
- size: string;
2485
- name: string;
2486
- __TYPE__: "ImageLink";
2487
- date?: string | null | undefined;
2488
- } | {
2489
- kind: "file";
2490
- id: string;
2491
- url: string;
2492
- name: string;
2493
- size: string;
2494
- __TYPE__: "FileLink";
2495
- date?: string | null | undefined;
2496
- } | {
2497
- kind: "document";
2498
- id: string;
2499
- __TYPE__: "DocumentLink";
2500
- } | {
2501
- kind: "web";
2502
- url: string;
2503
- __TYPE__: "ExternalLink";
2504
- target?: string | null | undefined;
2505
- preview?: {
2506
- title?: string | undefined;
2507
- } | null | undefined;
2508
- } | {
2509
- kind: "image";
2510
- __TYPE__: "ImageLink";
2511
- } | {
2512
- kind: "file";
2513
- __TYPE__: "FileLink";
2514
- } | {
2515
- kind: "media";
2516
- __TYPE__: "MediaLink";
2517
- } | {
2518
- kind: "document";
2519
- __TYPE__: "DocumentLink";
2520
- } | {
2521
- kind: "web";
2522
- __TYPE__: "ExternalLink";
2523
- } | {
2524
- kind: "any";
2525
- __TYPE__: "AnyLink";
2526
- };
2527
- text?: string | undefined;
2528
- variant?: string | undefined;
2529
- }>>;
2530
- }, z.core.$strip>, z.ZodMiniObject<{
2531
- type: z.ZodMiniLiteral<"Number">;
2532
- value: z.ZodMiniString<string>;
2533
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2534
- }, z.core.$strip>, z.ZodMiniObject<{
2535
- type: z.ZodMiniLiteral<"Range">;
2536
- value: z.ZodMiniString<string>;
2537
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2538
- }, z.core.$strip>, z.ZodMiniObject<{
2539
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
2540
- type: z.ZodMiniLiteral<"Link">;
2541
- value: z.ZodMiniArray<z.ZodMiniObject<{
2542
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
2543
- key: z.ZodMiniTransform<string, unknown>;
2544
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
2545
- text?: unknown;
2546
- variant?: unknown;
2547
- value: Record<string, unknown>;
2548
- }, Record<string, unknown>>>, z.ZodMiniObject<{
2549
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
2550
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
2551
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2552
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2553
- id: z.ZodMiniString<string>;
2554
- url: z.ZodMiniString<string>;
2555
- height: z.ZodMiniString<string>;
2556
- width: z.ZodMiniString<string>;
2557
- size: z.ZodMiniString<string>;
2558
- name: z.ZodMiniString<string>;
2559
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2560
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2561
- }, z.core.$strict>, z.ZodMiniObject<{
2562
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2563
- id: z.ZodMiniString<string>;
2564
- url: z.ZodMiniString<string>;
2565
- name: z.ZodMiniString<string>;
2566
- size: z.ZodMiniTransform<string, unknown>;
2567
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2568
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2569
- }, z.core.$strict>, z.ZodMiniObject<{
2570
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2571
- id: z.ZodMiniString<string>;
2572
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2573
- }, z.core.$strict>, z.ZodMiniObject<{
2574
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2575
- url: z.ZodMiniString<string>;
2576
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2577
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2578
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2579
- }, z.core.$strict>>>;
2580
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2581
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2582
- kind: z.ZodMiniLiteral<"image">;
2583
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2584
- }, z.core.$strict>, z.ZodMiniObject<{
2585
- kind: z.ZodMiniLiteral<"file">;
2586
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2587
- }, z.core.$strict>, z.ZodMiniObject<{
2588
- kind: z.ZodMiniLiteral<"media">;
2589
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
2590
- }, z.core.$strict>, z.ZodMiniObject<{
2591
- kind: z.ZodMiniLiteral<"document">;
2592
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2593
- }, z.core.$strict>, z.ZodMiniObject<{
2594
- kind: z.ZodMiniLiteral<"web">;
2595
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2596
- }, z.core.$strict>, z.ZodMiniObject<{
2597
- kind: z.ZodMiniTransform<"any", unknown>;
2598
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
2599
- }, z.core.$strict>]>]>;
2600
- }, z.core.$strip>>, z.ZodMiniTransform<{
2601
- kind: "image";
2602
- id: string;
2603
- url: string;
2604
- height: string;
2605
- width: string;
2606
- size: string;
2607
- name: string;
2608
- __TYPE__: "ImageLink";
2609
- date?: string | null | undefined;
2610
- variant?: string | undefined;
2611
- text?: string | undefined;
2612
- } | {
2613
- kind: "file";
2614
- id: string;
2615
- url: string;
2616
- name: string;
2617
- size: string;
2618
- __TYPE__: "FileLink";
2619
- date?: string | null | undefined;
2620
- variant?: string | undefined;
2621
- text?: string | undefined;
2622
- } | {
2623
- kind: "document";
2624
- id: string;
2625
- __TYPE__: "DocumentLink";
2626
- variant?: string | undefined;
2627
- text?: string | undefined;
2628
- } | {
2629
- kind: "web";
2630
- url: string;
2631
- __TYPE__: "ExternalLink";
2632
- target?: string | null | undefined;
2633
- preview?: {
2634
- title?: string | undefined;
2635
- } | null | undefined;
2636
- variant?: string | undefined;
2637
- text?: string | undefined;
2638
- } | {
2639
- kind: "image";
2640
- __TYPE__: "ImageLink";
2641
- variant?: string | undefined;
2642
- text?: string | undefined;
2643
- } | {
2644
- kind: "file";
2645
- __TYPE__: "FileLink";
2646
- variant?: string | undefined;
2647
- text?: string | undefined;
2648
- } | {
2649
- kind: "media";
2650
- __TYPE__: "MediaLink";
2651
- variant?: string | undefined;
2652
- text?: string | undefined;
2653
- } | {
2654
- kind: "document";
2655
- __TYPE__: "DocumentLink";
2656
- variant?: string | undefined;
2657
- text?: string | undefined;
2658
- } | {
2659
- kind: "web";
2660
- __TYPE__: "ExternalLink";
2661
- variant?: string | undefined;
2662
- text?: string | undefined;
2663
- } | {
2664
- kind: "any";
2665
- __TYPE__: "AnyLink";
2666
- variant?: string | undefined;
2667
- text?: string | undefined;
2668
- }, {
2669
- value: {
2670
- kind: "image";
2671
- id: string;
2672
- url: string;
2673
- height: string;
2674
- width: string;
2675
- size: string;
2676
- name: string;
2677
- __TYPE__: "ImageLink";
2678
- date?: string | null | undefined;
2679
- } | {
2680
- kind: "file";
2681
- id: string;
2682
- url: string;
2683
- name: string;
2684
- size: string;
2685
- __TYPE__: "FileLink";
2686
- date?: string | null | undefined;
2687
- } | {
2688
- kind: "document";
2689
- id: string;
2690
- __TYPE__: "DocumentLink";
2691
- } | {
2692
- kind: "web";
2693
- url: string;
2694
- __TYPE__: "ExternalLink";
2695
- target?: string | null | undefined;
2696
- preview?: {
2697
- title?: string | undefined;
2698
- } | null | undefined;
2699
- } | {
2700
- kind: "image";
2701
- __TYPE__: "ImageLink";
2702
- } | {
2703
- kind: "file";
2704
- __TYPE__: "FileLink";
2705
- } | {
2706
- kind: "media";
2707
- __TYPE__: "MediaLink";
2708
- } | {
2709
- kind: "document";
2710
- __TYPE__: "DocumentLink";
2711
- } | {
2712
- kind: "web";
2713
- __TYPE__: "ExternalLink";
2714
- } | {
2715
- kind: "any";
2716
- __TYPE__: "AnyLink";
2717
- };
2718
- text?: string | undefined;
2719
- variant?: string | undefined;
2720
- }>>;
2721
- }, z.core.$strip>>;
2722
- }, z.core.$strip>, z.ZodMiniObject<{
2723
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
2724
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2725
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
2726
- content: z.ZodMiniObject<{
2727
- text: z.ZodMiniString<string>;
2728
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
2729
- type: "label";
2730
- start: number;
2731
- end: number;
2732
- data: string;
2733
- } | {
2734
- type: "list-item" | "strong" | "em";
2735
- start: number;
2736
- end: number;
2737
- } | {
2738
- type: "hyperlink";
2739
- start: number;
2740
- end: number;
2741
- data: {
2742
- kind: "image";
2743
- id: string;
2744
- url: string;
2745
- height: string;
2746
- width: string;
2747
- size: string;
2748
- name: string;
2749
- __TYPE__: "ImageLink";
2750
- date?: string | null | undefined;
2751
- } | {
2752
- kind: "file";
2753
- id: string;
2754
- url: string;
2755
- name: string;
2756
- size: string;
2757
- __TYPE__: "FileLink";
2758
- date?: string | null | undefined;
2759
- } | {
2760
- kind: "document";
2761
- id: string;
2762
- __TYPE__: "DocumentLink";
2763
- } | {
2764
- kind: "web";
2765
- url: string;
2766
- __TYPE__: "ExternalLink";
2767
- target?: string | null | undefined;
2768
- preview?: {
2769
- title?: string | undefined;
2770
- } | null | undefined;
2771
- };
2772
- })[], unknown[]>>>;
2773
- }, z.core.$strip>;
2774
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2775
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2776
- }, z.core.$strip>, z.ZodMiniObject<{
2777
- type: z.ZodMiniLiteral<"image">;
2778
- data: z.ZodMiniObject<{
2779
- origin: z.ZodMiniObject<{
2780
- id: z.ZodMiniString<string>;
2781
- url: z.ZodMiniString<string>;
2782
- width: z.ZodMiniNumber<number>;
2783
- height: z.ZodMiniNumber<number>;
2784
- }, z.core.$strip>;
2785
- width: z.ZodMiniNumber<number>;
2786
- height: z.ZodMiniNumber<number>;
2787
- edit: z.ZodMiniObject<{
2788
- zoom: z.ZodMiniNumber<number>;
2789
- crop: z.ZodMiniObject<{
2790
- x: z.ZodMiniNumber<number>;
2791
- y: z.ZodMiniNumber<number>;
2792
- }, z.core.$strip>;
2793
- background: z.ZodMiniString<string>;
2794
- }, z.core.$strip>;
2795
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2796
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2797
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2798
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2799
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2800
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2801
- id: z.ZodMiniString<string>;
2802
- url: z.ZodMiniString<string>;
2803
- height: z.ZodMiniString<string>;
2804
- width: z.ZodMiniString<string>;
2805
- size: z.ZodMiniString<string>;
2806
- name: z.ZodMiniString<string>;
2807
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2808
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2809
- }, z.core.$strict>, z.ZodMiniObject<{
2810
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2811
- id: z.ZodMiniString<string>;
2812
- url: z.ZodMiniString<string>;
2813
- name: z.ZodMiniString<string>;
2814
- size: z.ZodMiniTransform<string, unknown>;
2815
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2816
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2817
- }, z.core.$strict>, z.ZodMiniObject<{
2818
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2819
- id: z.ZodMiniString<string>;
2820
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2821
- }, z.core.$strict>, z.ZodMiniObject<{
2822
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2823
- url: z.ZodMiniString<string>;
2824
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2825
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2826
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2827
- }, z.core.$strict>>>;
2828
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2829
- }, z.core.$strict>]>>>;
2830
- }, z.core.$strip>;
2831
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2832
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2833
- }, z.core.$strip>, z.ZodMiniObject<{
2834
- type: z.ZodMiniLiteral<"embed">;
2835
- data: z.ZodMiniObject<{
2836
- embed_url: z.ZodMiniString<string>;
2837
- type: z.ZodMiniString<string>;
2838
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2839
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2840
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2841
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2842
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2843
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2844
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2845
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2846
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2847
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2848
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2849
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2850
- all: z.ZodMiniUnknown;
2851
- }, z.core.$strip>;
2852
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2853
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2854
- }, z.core.$strip>]>>;
2855
- }, z.core.$strip>, z.ZodMiniObject<{
2856
- type: z.ZodMiniLiteral<"Select">;
2857
- value: z.ZodMiniString<string>;
2858
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2859
- }, z.core.$strip>, z.ZodMiniObject<{
2860
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
2861
- }, z.core.$strip>, z.ZodMiniObject<{
2862
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
2863
- content: z.ZodMiniArray<z.ZodMiniObject<{
2864
- key: z.ZodMiniTransform<string, unknown>;
2865
- type: z.ZodMiniLiteral<"tableRow">;
2866
- content: z.ZodMiniArray<z.ZodMiniObject<{
2867
- key: z.ZodMiniTransform<string, unknown>;
2868
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
2869
- content: z.ZodMiniObject<{
2870
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
2871
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2872
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
2873
- content: z.ZodMiniObject<{
2874
- text: z.ZodMiniString<string>;
2875
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
2876
- type: "label";
2877
- start: number;
2878
- end: number;
2879
- data: string;
2880
- } | {
2881
- type: "list-item" | "strong" | "em";
2882
- start: number;
2883
- end: number;
2884
- } | {
2885
- type: "hyperlink";
2886
- start: number;
2887
- end: number;
2888
- data: {
2889
- kind: "image";
2890
- id: string;
2891
- url: string;
2892
- height: string;
2893
- width: string;
2894
- size: string;
2895
- name: string;
2896
- __TYPE__: "ImageLink";
2897
- date?: string | null | undefined;
2898
- } | {
2899
- kind: "file";
2900
- id: string;
2901
- url: string;
2902
- name: string;
2903
- size: string;
2904
- __TYPE__: "FileLink";
2905
- date?: string | null | undefined;
2906
- } | {
2907
- kind: "document";
2908
- id: string;
2909
- __TYPE__: "DocumentLink";
2910
- } | {
2911
- kind: "web";
2912
- url: string;
2913
- __TYPE__: "ExternalLink";
2914
- target?: string | null | undefined;
2915
- preview?: {
2916
- title?: string | undefined;
2917
- } | null | undefined;
2918
- };
2919
- })[], unknown[]>>>;
2920
- }, z.core.$strip>;
2921
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2922
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2923
- }, z.core.$strip>, z.ZodMiniObject<{
2924
- type: z.ZodMiniLiteral<"image">;
2925
- data: z.ZodMiniObject<{
2926
- origin: z.ZodMiniObject<{
2927
- id: z.ZodMiniString<string>;
2928
- url: z.ZodMiniString<string>;
2929
- width: z.ZodMiniNumber<number>;
2930
- height: z.ZodMiniNumber<number>;
2931
- }, z.core.$strip>;
2932
- width: z.ZodMiniNumber<number>;
2933
- height: z.ZodMiniNumber<number>;
2934
- edit: z.ZodMiniObject<{
2935
- zoom: z.ZodMiniNumber<number>;
2936
- crop: z.ZodMiniObject<{
2937
- x: z.ZodMiniNumber<number>;
2938
- y: z.ZodMiniNumber<number>;
2939
- }, z.core.$strip>;
2940
- background: z.ZodMiniString<string>;
2941
- }, z.core.$strip>;
2942
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2943
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2944
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2945
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2946
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2947
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2948
- id: z.ZodMiniString<string>;
2949
- url: z.ZodMiniString<string>;
2950
- height: z.ZodMiniString<string>;
2951
- width: z.ZodMiniString<string>;
2952
- size: z.ZodMiniString<string>;
2953
- name: z.ZodMiniString<string>;
2954
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2955
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2956
- }, z.core.$strict>, z.ZodMiniObject<{
2957
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2958
- id: z.ZodMiniString<string>;
2959
- url: z.ZodMiniString<string>;
2960
- name: z.ZodMiniString<string>;
2961
- size: z.ZodMiniTransform<string, unknown>;
2962
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2963
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2964
- }, z.core.$strict>, z.ZodMiniObject<{
2965
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2966
- id: z.ZodMiniString<string>;
2967
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2968
- }, z.core.$strict>, z.ZodMiniObject<{
2969
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2970
- url: z.ZodMiniString<string>;
2971
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2972
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2973
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2974
- }, z.core.$strict>>>;
2975
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2976
- }, z.core.$strict>]>>>;
2977
- }, z.core.$strip>;
2978
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2979
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2980
- }, z.core.$strip>, z.ZodMiniObject<{
2981
- type: z.ZodMiniLiteral<"embed">;
2982
- data: z.ZodMiniObject<{
2983
- embed_url: z.ZodMiniString<string>;
2984
- type: z.ZodMiniString<string>;
2985
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2986
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2987
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2988
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2989
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2990
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2991
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2992
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2993
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2994
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2995
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2996
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2997
- all: z.ZodMiniUnknown;
2998
- }, z.core.$strip>;
2999
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3000
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3001
- }, z.core.$strip>]>>;
3002
- }, z.core.$strip>;
3003
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
3004
- }, z.core.$strip>>;
3005
- }, z.core.$strict>>;
3006
- }, z.core.$strip>, z.ZodMiniObject<{
3007
- type: z.ZodMiniLiteral<"Text">;
3008
- value: z.ZodMiniString<string>;
3009
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3010
- }, z.core.$strip>, z.ZodMiniObject<{
3011
- type: z.ZodMiniLiteral<"Timestamp">;
3012
- value: z.ZodMiniString<string>;
3013
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3014
- }, z.core.$strip>]>, z.ZodMiniObject<{
3015
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
3016
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
3017
- }, z.core.$strip>]>, z.ZodMiniObject<{
3018
- __TYPE__: z.ZodMiniLiteral<"CompositeSliceContent">;
3019
- nonRepeat: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3020
- type: z.ZodMiniString<string>;
3021
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
3022
- }, z.core.$strip>, z.ZodMiniObject<{
3023
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
3024
- value: z.ZodMiniBoolean<boolean>;
3025
- }, z.core.$strip>, z.ZodMiniObject<{
3026
- type: z.ZodMiniLiteral<"Color">;
3027
- value: z.ZodMiniString<string>;
3028
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3029
- }, z.core.$strip>, z.ZodMiniObject<{
3030
- type: z.ZodMiniLiteral<"Date">;
3031
- value: z.ZodMiniString<string>;
3032
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3033
- }, z.core.$strip>, z.ZodMiniObject<{
3034
- embed_url: z.ZodMiniString<string>;
3035
- type: z.ZodMiniString<string>;
3036
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3037
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3038
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3039
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3040
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3041
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3042
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3043
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3044
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3045
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3046
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3047
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
3048
- all: z.ZodMiniUnknown;
3049
- }, z.core.$strip>, z.ZodMiniObject<{
3050
- position: z.ZodMiniObject<{
3051
- lat: z.ZodMiniNumber<number>;
3052
- lng: z.ZodMiniNumber<number>;
3053
- }, z.core.$strip>;
3054
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
3055
- }, z.core.$strip>, z.ZodMiniObject<{
3056
- origin: z.ZodMiniObject<{
3057
- id: z.ZodMiniString<string>;
3058
- url: z.ZodMiniString<string>;
3059
- width: z.ZodMiniNumber<number>;
3060
- height: z.ZodMiniNumber<number>;
3061
- }, z.core.$strip>;
3062
- width: z.ZodMiniNumber<number>;
3063
- height: z.ZodMiniNumber<number>;
3064
- edit: z.ZodMiniObject<{
3065
- zoom: z.ZodMiniNumber<number>;
3066
- crop: z.ZodMiniObject<{
3067
- x: z.ZodMiniNumber<number>;
3068
- y: z.ZodMiniNumber<number>;
3069
- }, z.core.$strip>;
3070
- background: z.ZodMiniString<string>;
3071
- }, z.core.$strip>;
3072
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
3073
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3074
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3075
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3076
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
3077
- origin: z.ZodMiniObject<{
3078
- id: z.ZodMiniString<string>;
3079
- url: z.ZodMiniString<string>;
3080
- width: z.ZodMiniNumber<number>;
3081
- height: z.ZodMiniNumber<number>;
3082
- }, z.core.$strip>;
3083
- width: z.ZodMiniNumber<number>;
3084
- height: z.ZodMiniNumber<number>;
3085
- edit: z.ZodMiniObject<{
3086
- zoom: z.ZodMiniNumber<number>;
3087
- crop: z.ZodMiniObject<{
3088
- x: z.ZodMiniNumber<number>;
3089
- y: z.ZodMiniNumber<number>;
3090
- }, z.core.$strip>;
3091
- background: z.ZodMiniString<string>;
3092
- }, z.core.$strip>;
3093
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
3094
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3095
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3096
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3097
- }, z.core.$strip>>>;
3098
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
3099
- }, z.core.$strip>, z.ZodMiniObject<{
3100
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
3101
- value: z.ZodMiniString<string>;
3102
- }, z.core.$strip>, z.ZodMiniObject<{
3103
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
3104
- key: z.ZodMiniTransform<string, unknown>;
3105
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
3106
- text?: unknown;
3107
- variant?: unknown;
3108
- value: Record<string, unknown>;
3109
- }, Record<string, unknown>>>, z.ZodMiniObject<{
3110
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
3111
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
3112
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3113
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
3114
- id: z.ZodMiniString<string>;
3115
- url: z.ZodMiniString<string>;
3116
- height: z.ZodMiniString<string>;
3117
- width: z.ZodMiniString<string>;
3118
- size: z.ZodMiniString<string>;
3119
- name: z.ZodMiniString<string>;
3120
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3121
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3122
- }, z.core.$strict>, z.ZodMiniObject<{
3123
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
3124
- id: z.ZodMiniString<string>;
3125
- url: z.ZodMiniString<string>;
3126
- name: z.ZodMiniString<string>;
3127
- size: z.ZodMiniTransform<string, unknown>;
3128
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3129
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3130
- }, z.core.$strict>, z.ZodMiniObject<{
3131
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
3132
- id: z.ZodMiniString<string>;
3133
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3134
- }, z.core.$strict>, z.ZodMiniObject<{
3135
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
3136
- url: z.ZodMiniString<string>;
3137
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3138
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
3139
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
3140
- }, z.core.$strict>>>;
3141
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3142
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3143
- kind: z.ZodMiniLiteral<"image">;
3144
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3145
- }, z.core.$strict>, z.ZodMiniObject<{
3146
- kind: z.ZodMiniLiteral<"file">;
3147
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3148
- }, z.core.$strict>, z.ZodMiniObject<{
3149
- kind: z.ZodMiniLiteral<"media">;
3150
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
3151
- }, z.core.$strict>, z.ZodMiniObject<{
3152
- kind: z.ZodMiniLiteral<"document">;
3153
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3154
- }, z.core.$strict>, z.ZodMiniObject<{
3155
- kind: z.ZodMiniLiteral<"web">;
3156
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3157
- }, z.core.$strict>, z.ZodMiniObject<{
3158
- kind: z.ZodMiniTransform<"any", unknown>;
3159
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
3160
- }, z.core.$strict>]>]>;
3161
- }, z.core.$strip>>, z.ZodMiniTransform<{
3162
- kind: "image";
3163
- id: string;
3164
- url: string;
3165
- height: string;
3166
- width: string;
3167
- size: string;
3168
- name: string;
3169
- __TYPE__: "ImageLink";
3170
- date?: string | null | undefined;
3171
- variant?: string | undefined;
3172
- text?: string | undefined;
3173
- } | {
3174
- kind: "file";
3175
- id: string;
3176
- url: string;
3177
- name: string;
3178
- size: string;
3179
- __TYPE__: "FileLink";
3180
- date?: string | null | undefined;
3181
- variant?: string | undefined;
3182
- text?: string | undefined;
3183
- } | {
3184
- kind: "document";
3185
- id: string;
3186
- __TYPE__: "DocumentLink";
3187
- variant?: string | undefined;
3188
- text?: string | undefined;
3189
- } | {
3190
- kind: "web";
3191
- url: string;
3192
- __TYPE__: "ExternalLink";
3193
- target?: string | null | undefined;
3194
- preview?: {
3195
- title?: string | undefined;
3196
- } | null | undefined;
3197
- variant?: string | undefined;
3198
- text?: string | undefined;
3199
- } | {
3200
- kind: "image";
3201
- __TYPE__: "ImageLink";
3202
- variant?: string | undefined;
3203
- text?: string | undefined;
3204
- } | {
3205
- kind: "file";
3206
- __TYPE__: "FileLink";
3207
- variant?: string | undefined;
3208
- text?: string | undefined;
3209
- } | {
3210
- kind: "media";
3211
- __TYPE__: "MediaLink";
3212
- variant?: string | undefined;
3213
- text?: string | undefined;
3214
- } | {
3215
- kind: "document";
3216
- __TYPE__: "DocumentLink";
3217
- variant?: string | undefined;
3218
- text?: string | undefined;
3219
- } | {
3220
- kind: "web";
3221
- __TYPE__: "ExternalLink";
3222
- variant?: string | undefined;
3223
- text?: string | undefined;
3224
- } | {
3225
- kind: "any";
3226
- __TYPE__: "AnyLink";
3227
- variant?: string | undefined;
3228
- text?: string | undefined;
3229
- }, {
3230
- value: {
3231
- kind: "image";
3232
- id: string;
3233
- url: string;
3234
- height: string;
3235
- width: string;
3236
- size: string;
3237
- name: string;
3238
- __TYPE__: "ImageLink";
3239
- date?: string | null | undefined;
3240
- } | {
3241
- kind: "file";
3242
- id: string;
3243
- url: string;
3244
- name: string;
3245
- size: string;
3246
- __TYPE__: "FileLink";
3247
- date?: string | null | undefined;
3248
- } | {
3249
- kind: "document";
3250
- id: string;
3251
- __TYPE__: "DocumentLink";
3252
- } | {
3253
- kind: "web";
3254
- url: string;
3255
- __TYPE__: "ExternalLink";
3256
- target?: string | null | undefined;
3257
- preview?: {
3258
- title?: string | undefined;
3259
- } | null | undefined;
3260
- } | {
3261
- kind: "image";
3262
- __TYPE__: "ImageLink";
3263
- } | {
3264
- kind: "file";
3265
- __TYPE__: "FileLink";
3266
- } | {
3267
- kind: "media";
3268
- __TYPE__: "MediaLink";
3269
- } | {
3270
- kind: "document";
3271
- __TYPE__: "DocumentLink";
3272
- } | {
3273
- kind: "web";
3274
- __TYPE__: "ExternalLink";
3275
- } | {
3276
- kind: "any";
3277
- __TYPE__: "AnyLink";
3278
- };
3279
- text?: string | undefined;
3280
- variant?: string | undefined;
3281
- }>>;
3282
- }, z.core.$strip>, z.ZodMiniObject<{
3283
- type: z.ZodMiniLiteral<"Number">;
3284
- value: z.ZodMiniString<string>;
3285
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3286
- }, z.core.$strip>, z.ZodMiniObject<{
3287
- type: z.ZodMiniLiteral<"Range">;
3288
- value: z.ZodMiniString<string>;
3289
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3290
- }, z.core.$strip>, z.ZodMiniObject<{
3291
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
3292
- type: z.ZodMiniLiteral<"Link">;
3293
- value: z.ZodMiniArray<z.ZodMiniObject<{
3294
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
3295
- key: z.ZodMiniTransform<string, unknown>;
3296
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
3297
- text?: unknown;
3298
- variant?: unknown;
3299
- value: Record<string, unknown>;
3300
- }, Record<string, unknown>>>, z.ZodMiniObject<{
3301
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
3302
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
3303
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3304
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
3305
- id: z.ZodMiniString<string>;
3306
- url: z.ZodMiniString<string>;
3307
- height: z.ZodMiniString<string>;
3308
- width: z.ZodMiniString<string>;
3309
- size: z.ZodMiniString<string>;
3310
- name: z.ZodMiniString<string>;
3311
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3312
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3313
- }, z.core.$strict>, z.ZodMiniObject<{
3314
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
3315
- id: z.ZodMiniString<string>;
3316
- url: z.ZodMiniString<string>;
3317
- name: z.ZodMiniString<string>;
3318
- size: z.ZodMiniTransform<string, unknown>;
3319
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3320
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3321
- }, z.core.$strict>, z.ZodMiniObject<{
3322
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
3323
- id: z.ZodMiniString<string>;
3324
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3325
- }, z.core.$strict>, z.ZodMiniObject<{
3326
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
3327
- url: z.ZodMiniString<string>;
3328
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3329
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
3330
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
3331
- }, z.core.$strict>>>;
3332
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3333
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3334
- kind: z.ZodMiniLiteral<"image">;
3335
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3336
- }, z.core.$strict>, z.ZodMiniObject<{
3337
- kind: z.ZodMiniLiteral<"file">;
3338
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3339
- }, z.core.$strict>, z.ZodMiniObject<{
3340
- kind: z.ZodMiniLiteral<"media">;
3341
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
3342
- }, z.core.$strict>, z.ZodMiniObject<{
3343
- kind: z.ZodMiniLiteral<"document">;
3344
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3345
- }, z.core.$strict>, z.ZodMiniObject<{
3346
- kind: z.ZodMiniLiteral<"web">;
3347
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3348
- }, z.core.$strict>, z.ZodMiniObject<{
3349
- kind: z.ZodMiniTransform<"any", unknown>;
3350
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
3351
- }, z.core.$strict>]>]>;
3352
- }, z.core.$strip>>, z.ZodMiniTransform<{
3353
- kind: "image";
3354
- id: string;
3355
- url: string;
3356
- height: string;
3357
- width: string;
3358
- size: string;
3359
- name: string;
3360
- __TYPE__: "ImageLink";
3361
- date?: string | null | undefined;
3362
- variant?: string | undefined;
3363
- text?: string | undefined;
3364
- } | {
3365
- kind: "file";
3366
- id: string;
3367
- url: string;
3368
- name: string;
3369
- size: string;
3370
- __TYPE__: "FileLink";
3371
- date?: string | null | undefined;
3372
- variant?: string | undefined;
3373
- text?: string | undefined;
3374
- } | {
3375
- kind: "document";
3376
- id: string;
3377
- __TYPE__: "DocumentLink";
3378
- variant?: string | undefined;
3379
- text?: string | undefined;
3380
- } | {
3381
- kind: "web";
3382
- url: string;
3383
- __TYPE__: "ExternalLink";
3384
- target?: string | null | undefined;
3385
- preview?: {
3386
- title?: string | undefined;
3387
- } | null | undefined;
3388
- variant?: string | undefined;
3389
- text?: string | undefined;
3390
- } | {
3391
- kind: "image";
3392
- __TYPE__: "ImageLink";
3393
- variant?: string | undefined;
3394
- text?: string | undefined;
3395
- } | {
3396
- kind: "file";
3397
- __TYPE__: "FileLink";
3398
- variant?: string | undefined;
3399
- text?: string | undefined;
3400
- } | {
3401
- kind: "media";
3402
- __TYPE__: "MediaLink";
3403
- variant?: string | undefined;
3404
- text?: string | undefined;
3405
- } | {
3406
- kind: "document";
3407
- __TYPE__: "DocumentLink";
3408
- variant?: string | undefined;
3409
- text?: string | undefined;
3410
- } | {
3411
- kind: "web";
3412
- __TYPE__: "ExternalLink";
3413
- variant?: string | undefined;
3414
- text?: string | undefined;
3415
- } | {
3416
- kind: "any";
3417
- __TYPE__: "AnyLink";
3418
- variant?: string | undefined;
3419
- text?: string | undefined;
3420
- }, {
3421
- value: {
3422
- kind: "image";
3423
- id: string;
3424
- url: string;
3425
- height: string;
3426
- width: string;
3427
- size: string;
3428
- name: string;
3429
- __TYPE__: "ImageLink";
3430
- date?: string | null | undefined;
3431
- } | {
3432
- kind: "file";
3433
- id: string;
3434
- url: string;
3435
- name: string;
3436
- size: string;
3437
- __TYPE__: "FileLink";
3438
- date?: string | null | undefined;
3439
- } | {
3440
- kind: "document";
3441
- id: string;
3442
- __TYPE__: "DocumentLink";
3443
- } | {
3444
- kind: "web";
3445
- url: string;
3446
- __TYPE__: "ExternalLink";
3447
- target?: string | null | undefined;
3448
- preview?: {
3449
- title?: string | undefined;
3450
- } | null | undefined;
3451
- } | {
3452
- kind: "image";
3453
- __TYPE__: "ImageLink";
3454
- } | {
3455
- kind: "file";
3456
- __TYPE__: "FileLink";
3457
- } | {
3458
- kind: "media";
3459
- __TYPE__: "MediaLink";
3460
- } | {
3461
- kind: "document";
3462
- __TYPE__: "DocumentLink";
3463
- } | {
3464
- kind: "web";
3465
- __TYPE__: "ExternalLink";
3466
- } | {
3467
- kind: "any";
3468
- __TYPE__: "AnyLink";
3469
- };
3470
- text?: string | undefined;
3471
- variant?: string | undefined;
3472
- }>>;
3473
- }, z.core.$strip>>;
3474
- }, z.core.$strip>, z.ZodMiniObject<{
3475
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
3476
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3477
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
3478
- content: z.ZodMiniObject<{
3479
- text: z.ZodMiniString<string>;
3480
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
3481
- type: "label";
3482
- start: number;
3483
- end: number;
3484
- data: string;
3485
- } | {
3486
- type: "list-item" | "strong" | "em";
3487
- start: number;
3488
- end: number;
3489
- } | {
3490
- type: "hyperlink";
3491
- start: number;
3492
- end: number;
3493
- data: {
3494
- kind: "image";
3495
- id: string;
3496
- url: string;
3497
- height: string;
3498
- width: string;
3499
- size: string;
3500
- name: string;
3501
- __TYPE__: "ImageLink";
3502
- date?: string | null | undefined;
3503
- } | {
3504
- kind: "file";
3505
- id: string;
3506
- url: string;
3507
- name: string;
3508
- size: string;
3509
- __TYPE__: "FileLink";
3510
- date?: string | null | undefined;
3511
- } | {
3512
- kind: "document";
3513
- id: string;
3514
- __TYPE__: "DocumentLink";
3515
- } | {
3516
- kind: "web";
3517
- url: string;
3518
- __TYPE__: "ExternalLink";
3519
- target?: string | null | undefined;
3520
- preview?: {
3521
- title?: string | undefined;
3522
- } | null | undefined;
3523
- };
3524
- })[], unknown[]>>>;
3525
- }, z.core.$strip>;
3526
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
3527
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
3528
- }, z.core.$strip>, z.ZodMiniObject<{
3529
- type: z.ZodMiniLiteral<"image">;
3530
- data: z.ZodMiniObject<{
3531
- origin: z.ZodMiniObject<{
3532
- id: z.ZodMiniString<string>;
3533
- url: z.ZodMiniString<string>;
3534
- width: z.ZodMiniNumber<number>;
3535
- height: z.ZodMiniNumber<number>;
3536
- }, z.core.$strip>;
3537
- width: z.ZodMiniNumber<number>;
3538
- height: z.ZodMiniNumber<number>;
3539
- edit: z.ZodMiniObject<{
3540
- zoom: z.ZodMiniNumber<number>;
3541
- crop: z.ZodMiniObject<{
3542
- x: z.ZodMiniNumber<number>;
3543
- y: z.ZodMiniNumber<number>;
3544
- }, z.core.$strip>;
3545
- background: z.ZodMiniString<string>;
3546
- }, z.core.$strip>;
3547
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
3548
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3549
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3550
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3551
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3552
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
3553
- id: z.ZodMiniString<string>;
3554
- url: z.ZodMiniString<string>;
3555
- height: z.ZodMiniString<string>;
3556
- width: z.ZodMiniString<string>;
3557
- size: z.ZodMiniString<string>;
3558
- name: z.ZodMiniString<string>;
3559
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3560
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3561
- }, z.core.$strict>, z.ZodMiniObject<{
3562
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
3563
- id: z.ZodMiniString<string>;
3564
- url: z.ZodMiniString<string>;
3565
- name: z.ZodMiniString<string>;
3566
- size: z.ZodMiniTransform<string, unknown>;
3567
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3568
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3569
- }, z.core.$strict>, z.ZodMiniObject<{
3570
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
3571
- id: z.ZodMiniString<string>;
3572
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3573
- }, z.core.$strict>, z.ZodMiniObject<{
3574
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
3575
- url: z.ZodMiniString<string>;
3576
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3577
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
3578
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
3579
- }, z.core.$strict>>>;
3580
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3581
- }, z.core.$strict>]>>>;
3582
- }, z.core.$strip>;
3583
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3584
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3585
- }, z.core.$strip>, z.ZodMiniObject<{
3586
- type: z.ZodMiniLiteral<"embed">;
3587
- data: z.ZodMiniObject<{
3588
- embed_url: z.ZodMiniString<string>;
3589
- type: z.ZodMiniString<string>;
3590
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3591
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3592
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3593
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3594
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3595
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3596
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3597
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3598
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3599
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3600
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3601
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
3602
- all: z.ZodMiniUnknown;
3603
- }, z.core.$strip>;
3604
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3605
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3606
- }, z.core.$strip>]>>;
3607
- }, z.core.$strip>, z.ZodMiniObject<{
3608
- type: z.ZodMiniLiteral<"Select">;
3609
- value: z.ZodMiniString<string>;
3610
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3611
- }, z.core.$strip>, z.ZodMiniObject<{
3612
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
3613
- }, z.core.$strip>, z.ZodMiniObject<{
3614
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
3615
- content: z.ZodMiniArray<z.ZodMiniObject<{
3616
- key: z.ZodMiniTransform<string, unknown>;
3617
- type: z.ZodMiniLiteral<"tableRow">;
3618
- content: z.ZodMiniArray<z.ZodMiniObject<{
3619
- key: z.ZodMiniTransform<string, unknown>;
3620
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
3621
- content: z.ZodMiniObject<{
3622
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
3623
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3624
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
3625
- content: z.ZodMiniObject<{
3626
- text: z.ZodMiniString<string>;
3627
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
3628
- type: "label";
3629
- start: number;
3630
- end: number;
3631
- data: string;
3632
- } | {
3633
- type: "list-item" | "strong" | "em";
3634
- start: number;
3635
- end: number;
3636
- } | {
3637
- type: "hyperlink";
3638
- start: number;
3639
- end: number;
3640
- data: {
3641
- kind: "image";
3642
- id: string;
3643
- url: string;
3644
- height: string;
3645
- width: string;
3646
- size: string;
3647
- name: string;
3648
- __TYPE__: "ImageLink";
3649
- date?: string | null | undefined;
3650
- } | {
3651
- kind: "file";
3652
- id: string;
3653
- url: string;
3654
- name: string;
3655
- size: string;
3656
- __TYPE__: "FileLink";
3657
- date?: string | null | undefined;
3658
- } | {
3659
- kind: "document";
3660
- id: string;
3661
- __TYPE__: "DocumentLink";
3662
- } | {
3663
- kind: "web";
3664
- url: string;
3665
- __TYPE__: "ExternalLink";
3666
- target?: string | null | undefined;
3667
- preview?: {
3668
- title?: string | undefined;
3669
- } | null | undefined;
3670
- };
3671
- })[], unknown[]>>>;
3672
- }, z.core.$strip>;
3673
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
3674
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
3675
- }, z.core.$strip>, z.ZodMiniObject<{
3676
- type: z.ZodMiniLiteral<"image">;
3677
- data: z.ZodMiniObject<{
3678
- origin: z.ZodMiniObject<{
3679
- id: z.ZodMiniString<string>;
3680
- url: z.ZodMiniString<string>;
3681
- width: z.ZodMiniNumber<number>;
3682
- height: z.ZodMiniNumber<number>;
3683
- }, z.core.$strip>;
3684
- width: z.ZodMiniNumber<number>;
3685
- height: z.ZodMiniNumber<number>;
3686
- edit: z.ZodMiniObject<{
3687
- zoom: z.ZodMiniNumber<number>;
3688
- crop: z.ZodMiniObject<{
3689
- x: z.ZodMiniNumber<number>;
3690
- y: z.ZodMiniNumber<number>;
3691
- }, z.core.$strip>;
3692
- background: z.ZodMiniString<string>;
3693
- }, z.core.$strip>;
3694
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
3695
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3696
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3697
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3698
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3699
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
3700
- id: z.ZodMiniString<string>;
3701
- url: z.ZodMiniString<string>;
3702
- height: z.ZodMiniString<string>;
3703
- width: z.ZodMiniString<string>;
3704
- size: z.ZodMiniString<string>;
3705
- name: z.ZodMiniString<string>;
3706
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3707
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3708
- }, z.core.$strict>, z.ZodMiniObject<{
3709
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
3710
- id: z.ZodMiniString<string>;
3711
- url: z.ZodMiniString<string>;
3712
- name: z.ZodMiniString<string>;
3713
- size: z.ZodMiniTransform<string, unknown>;
3714
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3715
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3716
- }, z.core.$strict>, z.ZodMiniObject<{
3717
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
3718
- id: z.ZodMiniString<string>;
3719
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3720
- }, z.core.$strict>, z.ZodMiniObject<{
3721
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
3722
- url: z.ZodMiniString<string>;
3723
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3724
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
3725
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
3726
- }, z.core.$strict>>>;
3727
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3728
- }, z.core.$strict>]>>>;
3729
- }, z.core.$strip>;
3730
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3731
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3732
- }, z.core.$strip>, z.ZodMiniObject<{
3733
- type: z.ZodMiniLiteral<"embed">;
3734
- data: z.ZodMiniObject<{
3735
- embed_url: z.ZodMiniString<string>;
3736
- type: z.ZodMiniString<string>;
3737
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3738
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3739
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3740
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3741
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3742
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3743
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3744
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3745
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3746
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3747
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3748
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
3749
- all: z.ZodMiniUnknown;
3750
- }, z.core.$strip>;
3751
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3752
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3753
- }, z.core.$strip>]>>;
3754
- }, z.core.$strip>;
3755
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
3756
- }, z.core.$strip>>;
3757
- }, z.core.$strict>>;
3758
- }, z.core.$strip>, z.ZodMiniObject<{
3759
- type: z.ZodMiniLiteral<"Text">;
3760
- value: z.ZodMiniString<string>;
3761
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3762
- }, z.core.$strip>, z.ZodMiniObject<{
3763
- type: z.ZodMiniLiteral<"Timestamp">;
3764
- value: z.ZodMiniString<string>;
3765
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3766
- }, z.core.$strip>]>>;
3767
- repeat: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
3768
- }, z.core.$strip>, z.ZodMiniObject<{
3769
- __TYPE__: z.ZodMiniLiteral<"SharedSliceContent">;
3770
- variation: z.ZodMiniString<string>;
3771
- primary: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3772
- type: z.ZodMiniString<string>;
3773
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
3774
- }, z.core.$strip>, z.ZodMiniObject<{
3775
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
3776
- value: z.ZodMiniBoolean<boolean>;
3777
- }, z.core.$strip>, z.ZodMiniObject<{
3778
- type: z.ZodMiniLiteral<"Color">;
3779
- value: z.ZodMiniString<string>;
3780
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3781
- }, z.core.$strip>, z.ZodMiniObject<{
3782
- type: z.ZodMiniLiteral<"Date">;
3783
- value: z.ZodMiniString<string>;
3784
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3785
- }, z.core.$strip>, z.ZodMiniObject<{
3786
- embed_url: z.ZodMiniString<string>;
3787
- type: z.ZodMiniString<string>;
3788
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3789
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3790
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3791
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3792
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3793
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3794
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
3795
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3796
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3797
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
3798
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3799
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
3800
- all: z.ZodMiniUnknown;
3801
- }, z.core.$strip>, z.ZodMiniObject<{
3802
- position: z.ZodMiniObject<{
3803
- lat: z.ZodMiniNumber<number>;
3804
- lng: z.ZodMiniNumber<number>;
3805
- }, z.core.$strip>;
3806
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
3807
- }, z.core.$strip>, z.ZodMiniObject<{
3808
- origin: z.ZodMiniObject<{
3809
- id: z.ZodMiniString<string>;
3810
- url: z.ZodMiniString<string>;
3811
- width: z.ZodMiniNumber<number>;
3812
- height: z.ZodMiniNumber<number>;
3813
- }, z.core.$strip>;
3814
- width: z.ZodMiniNumber<number>;
3815
- height: z.ZodMiniNumber<number>;
3816
- edit: z.ZodMiniObject<{
3817
- zoom: z.ZodMiniNumber<number>;
3818
- crop: z.ZodMiniObject<{
3819
- x: z.ZodMiniNumber<number>;
3820
- y: z.ZodMiniNumber<number>;
3821
- }, z.core.$strip>;
3822
- background: z.ZodMiniString<string>;
3823
- }, z.core.$strip>;
3824
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
3825
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3826
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3827
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3828
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
3829
- origin: z.ZodMiniObject<{
3830
- id: z.ZodMiniString<string>;
3831
- url: z.ZodMiniString<string>;
3832
- width: z.ZodMiniNumber<number>;
3833
- height: z.ZodMiniNumber<number>;
3834
- }, z.core.$strip>;
3835
- width: z.ZodMiniNumber<number>;
3836
- height: z.ZodMiniNumber<number>;
3837
- edit: z.ZodMiniObject<{
3838
- zoom: z.ZodMiniNumber<number>;
3839
- crop: z.ZodMiniObject<{
3840
- x: z.ZodMiniNumber<number>;
3841
- y: z.ZodMiniNumber<number>;
3842
- }, z.core.$strip>;
3843
- background: z.ZodMiniString<string>;
3844
- }, z.core.$strip>;
3845
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
3846
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3847
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
3848
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3849
- }, z.core.$strip>>>;
3850
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
3851
- }, z.core.$strip>, z.ZodMiniObject<{
3852
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
3853
- value: z.ZodMiniString<string>;
3854
- }, z.core.$strip>, z.ZodMiniObject<{
3855
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
3856
- key: z.ZodMiniTransform<string, unknown>;
3857
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
3858
- text?: unknown;
3859
- variant?: unknown;
3860
- value: Record<string, unknown>;
3861
- }, Record<string, unknown>>>, z.ZodMiniObject<{
3862
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
3863
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
3864
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3865
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
3866
- id: z.ZodMiniString<string>;
3867
- url: z.ZodMiniString<string>;
3868
- height: z.ZodMiniString<string>;
3869
- width: z.ZodMiniString<string>;
3870
- size: z.ZodMiniString<string>;
3871
- name: z.ZodMiniString<string>;
3872
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3873
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3874
- }, z.core.$strict>, z.ZodMiniObject<{
3875
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
3876
- id: z.ZodMiniString<string>;
3877
- url: z.ZodMiniString<string>;
3878
- name: z.ZodMiniString<string>;
3879
- size: z.ZodMiniTransform<string, unknown>;
3880
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3881
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3882
- }, z.core.$strict>, z.ZodMiniObject<{
3883
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
3884
- id: z.ZodMiniString<string>;
3885
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3886
- }, z.core.$strict>, z.ZodMiniObject<{
3887
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
3888
- url: z.ZodMiniString<string>;
3889
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3890
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
3891
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
3892
- }, z.core.$strict>>>;
3893
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3894
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
3895
- kind: z.ZodMiniLiteral<"image">;
3896
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
3897
- }, z.core.$strict>, z.ZodMiniObject<{
3898
- kind: z.ZodMiniLiteral<"file">;
3899
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
3900
- }, z.core.$strict>, z.ZodMiniObject<{
3901
- kind: z.ZodMiniLiteral<"media">;
3902
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
3903
- }, z.core.$strict>, z.ZodMiniObject<{
3904
- kind: z.ZodMiniLiteral<"document">;
3905
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
3906
- }, z.core.$strict>, z.ZodMiniObject<{
3907
- kind: z.ZodMiniLiteral<"web">;
3908
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
3909
- }, z.core.$strict>, z.ZodMiniObject<{
3910
- kind: z.ZodMiniTransform<"any", unknown>;
3911
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
3912
- }, z.core.$strict>]>]>;
3913
- }, z.core.$strip>>, z.ZodMiniTransform<{
3914
- kind: "image";
3915
- id: string;
3916
- url: string;
3917
- height: string;
3918
- width: string;
3919
- size: string;
3920
- name: string;
3921
- __TYPE__: "ImageLink";
3922
- date?: string | null | undefined;
3923
- variant?: string | undefined;
3924
- text?: string | undefined;
3925
- } | {
3926
- kind: "file";
3927
- id: string;
3928
- url: string;
3929
- name: string;
3930
- size: string;
3931
- __TYPE__: "FileLink";
3932
- date?: string | null | undefined;
3933
- variant?: string | undefined;
3934
- text?: string | undefined;
3935
- } | {
3936
- kind: "document";
3937
- id: string;
3938
- __TYPE__: "DocumentLink";
3939
- variant?: string | undefined;
3940
- text?: string | undefined;
3941
- } | {
3942
- kind: "web";
3943
- url: string;
3944
- __TYPE__: "ExternalLink";
3945
- target?: string | null | undefined;
3946
- preview?: {
3947
- title?: string | undefined;
3948
- } | null | undefined;
3949
- variant?: string | undefined;
3950
- text?: string | undefined;
3951
- } | {
3952
- kind: "image";
3953
- __TYPE__: "ImageLink";
3954
- variant?: string | undefined;
3955
- text?: string | undefined;
3956
- } | {
3957
- kind: "file";
3958
- __TYPE__: "FileLink";
3959
- variant?: string | undefined;
3960
- text?: string | undefined;
3961
- } | {
3962
- kind: "media";
3963
- __TYPE__: "MediaLink";
3964
- variant?: string | undefined;
3965
- text?: string | undefined;
3966
- } | {
3967
- kind: "document";
3968
- __TYPE__: "DocumentLink";
3969
- variant?: string | undefined;
3970
- text?: string | undefined;
3971
- } | {
3972
- kind: "web";
3973
- __TYPE__: "ExternalLink";
3974
- variant?: string | undefined;
3975
- text?: string | undefined;
3976
- } | {
3977
- kind: "any";
3978
- __TYPE__: "AnyLink";
3979
- variant?: string | undefined;
3980
- text?: string | undefined;
3981
- }, {
3982
- value: {
3983
- kind: "image";
3984
- id: string;
3985
- url: string;
3986
- height: string;
3987
- width: string;
3988
- size: string;
3989
- name: string;
3990
- __TYPE__: "ImageLink";
3991
- date?: string | null | undefined;
3992
- } | {
3993
- kind: "file";
3994
- id: string;
3995
- url: string;
3996
- name: string;
3997
- size: string;
3998
- __TYPE__: "FileLink";
3999
- date?: string | null | undefined;
4000
- } | {
4001
- kind: "document";
4002
- id: string;
4003
- __TYPE__: "DocumentLink";
4004
- } | {
4005
- kind: "web";
4006
- url: string;
4007
- __TYPE__: "ExternalLink";
4008
- target?: string | null | undefined;
4009
- preview?: {
4010
- title?: string | undefined;
4011
- } | null | undefined;
4012
- } | {
4013
- kind: "image";
4014
- __TYPE__: "ImageLink";
4015
- } | {
4016
- kind: "file";
4017
- __TYPE__: "FileLink";
4018
- } | {
4019
- kind: "media";
4020
- __TYPE__: "MediaLink";
4021
- } | {
4022
- kind: "document";
4023
- __TYPE__: "DocumentLink";
4024
- } | {
4025
- kind: "web";
4026
- __TYPE__: "ExternalLink";
4027
- } | {
4028
- kind: "any";
4029
- __TYPE__: "AnyLink";
4030
- };
4031
- text?: string | undefined;
4032
- variant?: string | undefined;
4033
- }>>;
4034
- }, z.core.$strip>, z.ZodMiniObject<{
4035
- type: z.ZodMiniLiteral<"Number">;
4036
- value: z.ZodMiniString<string>;
4037
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
4038
- }, z.core.$strip>, z.ZodMiniObject<{
4039
- type: z.ZodMiniLiteral<"Range">;
4040
- value: z.ZodMiniString<string>;
4041
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
4042
- }, z.core.$strip>, z.ZodMiniObject<{
4043
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
4044
- type: z.ZodMiniLiteral<"Link">;
4045
- value: z.ZodMiniArray<z.ZodMiniObject<{
4046
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
4047
- key: z.ZodMiniTransform<string, unknown>;
4048
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
4049
- text?: unknown;
4050
- variant?: unknown;
4051
- value: Record<string, unknown>;
4052
- }, Record<string, unknown>>>, z.ZodMiniObject<{
4053
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
4054
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
4055
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
4056
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
4057
- id: z.ZodMiniString<string>;
4058
- url: z.ZodMiniString<string>;
4059
- height: z.ZodMiniString<string>;
4060
- width: z.ZodMiniString<string>;
4061
- size: z.ZodMiniString<string>;
4062
- name: z.ZodMiniString<string>;
4063
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4064
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
4065
- }, z.core.$strict>, z.ZodMiniObject<{
4066
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
4067
- id: z.ZodMiniString<string>;
4068
- url: z.ZodMiniString<string>;
4069
- name: z.ZodMiniString<string>;
4070
- size: z.ZodMiniTransform<string, unknown>;
4071
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4072
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
4073
- }, z.core.$strict>, z.ZodMiniObject<{
4074
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
4075
- id: z.ZodMiniString<string>;
4076
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
4077
- }, z.core.$strict>, z.ZodMiniObject<{
4078
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
4079
- url: z.ZodMiniString<string>;
4080
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4081
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
4082
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
4083
- }, z.core.$strict>>>;
4084
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
4085
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
4086
- kind: z.ZodMiniLiteral<"image">;
4087
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
4088
- }, z.core.$strict>, z.ZodMiniObject<{
4089
- kind: z.ZodMiniLiteral<"file">;
4090
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
4091
- }, z.core.$strict>, z.ZodMiniObject<{
4092
- kind: z.ZodMiniLiteral<"media">;
4093
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
4094
- }, z.core.$strict>, z.ZodMiniObject<{
4095
- kind: z.ZodMiniLiteral<"document">;
4096
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
4097
- }, z.core.$strict>, z.ZodMiniObject<{
4098
- kind: z.ZodMiniLiteral<"web">;
4099
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
4100
- }, z.core.$strict>, z.ZodMiniObject<{
4101
- kind: z.ZodMiniTransform<"any", unknown>;
4102
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
4103
- }, z.core.$strict>]>]>;
4104
- }, z.core.$strip>>, z.ZodMiniTransform<{
4105
- kind: "image";
4106
- id: string;
4107
- url: string;
4108
- height: string;
4109
- width: string;
4110
- size: string;
4111
- name: string;
4112
- __TYPE__: "ImageLink";
4113
- date?: string | null | undefined;
4114
- variant?: string | undefined;
4115
- text?: string | undefined;
4116
- } | {
4117
- kind: "file";
4118
- id: string;
4119
- url: string;
4120
- name: string;
4121
- size: string;
4122
- __TYPE__: "FileLink";
4123
- date?: string | null | undefined;
4124
- variant?: string | undefined;
4125
- text?: string | undefined;
4126
- } | {
4127
- kind: "document";
4128
- id: string;
4129
- __TYPE__: "DocumentLink";
4130
- variant?: string | undefined;
4131
- text?: string | undefined;
4132
- } | {
4133
- kind: "web";
4134
- url: string;
4135
- __TYPE__: "ExternalLink";
4136
- target?: string | null | undefined;
4137
- preview?: {
4138
- title?: string | undefined;
4139
- } | null | undefined;
4140
- variant?: string | undefined;
4141
- text?: string | undefined;
4142
- } | {
4143
- kind: "image";
4144
- __TYPE__: "ImageLink";
4145
- variant?: string | undefined;
4146
- text?: string | undefined;
4147
- } | {
4148
- kind: "file";
4149
- __TYPE__: "FileLink";
4150
- variant?: string | undefined;
4151
- text?: string | undefined;
4152
- } | {
4153
- kind: "media";
4154
- __TYPE__: "MediaLink";
4155
- variant?: string | undefined;
4156
- text?: string | undefined;
4157
- } | {
4158
- kind: "document";
4159
- __TYPE__: "DocumentLink";
4160
- variant?: string | undefined;
4161
- text?: string | undefined;
4162
- } | {
4163
- kind: "web";
4164
- __TYPE__: "ExternalLink";
4165
- variant?: string | undefined;
4166
- text?: string | undefined;
4167
- } | {
4168
- kind: "any";
4169
- __TYPE__: "AnyLink";
4170
- variant?: string | undefined;
4171
- text?: string | undefined;
4172
- }, {
4173
- value: {
4174
- kind: "image";
4175
- id: string;
4176
- url: string;
4177
- height: string;
4178
- width: string;
4179
- size: string;
4180
- name: string;
4181
- __TYPE__: "ImageLink";
4182
- date?: string | null | undefined;
4183
- } | {
4184
- kind: "file";
4185
- id: string;
4186
- url: string;
4187
- name: string;
4188
- size: string;
4189
- __TYPE__: "FileLink";
4190
- date?: string | null | undefined;
4191
- } | {
4192
- kind: "document";
4193
- id: string;
4194
- __TYPE__: "DocumentLink";
4195
- } | {
4196
- kind: "web";
4197
- url: string;
4198
- __TYPE__: "ExternalLink";
4199
- target?: string | null | undefined;
4200
- preview?: {
4201
- title?: string | undefined;
4202
- } | null | undefined;
4203
- } | {
4204
- kind: "image";
4205
- __TYPE__: "ImageLink";
4206
- } | {
4207
- kind: "file";
4208
- __TYPE__: "FileLink";
4209
- } | {
4210
- kind: "media";
4211
- __TYPE__: "MediaLink";
4212
- } | {
4213
- kind: "document";
4214
- __TYPE__: "DocumentLink";
4215
- } | {
4216
- kind: "web";
4217
- __TYPE__: "ExternalLink";
4218
- } | {
4219
- kind: "any";
4220
- __TYPE__: "AnyLink";
4221
- };
4222
- text?: string | undefined;
4223
- variant?: string | undefined;
4224
- }>>;
4225
- }, z.core.$strip>>;
4226
- }, z.core.$strip>, z.ZodMiniObject<{
4227
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
4228
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
4229
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
4230
- content: z.ZodMiniObject<{
4231
- text: z.ZodMiniString<string>;
4232
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
4233
- type: "label";
4234
- start: number;
4235
- end: number;
4236
- data: string;
4237
- } | {
4238
- type: "list-item" | "strong" | "em";
4239
- start: number;
4240
- end: number;
4241
- } | {
4242
- type: "hyperlink";
4243
- start: number;
4244
- end: number;
4245
- data: {
4246
- kind: "image";
4247
- id: string;
4248
- url: string;
4249
- height: string;
4250
- width: string;
4251
- size: string;
4252
- name: string;
4253
- __TYPE__: "ImageLink";
4254
- date?: string | null | undefined;
4255
- } | {
4256
- kind: "file";
4257
- id: string;
4258
- url: string;
4259
- name: string;
4260
- size: string;
4261
- __TYPE__: "FileLink";
4262
- date?: string | null | undefined;
4263
- } | {
4264
- kind: "document";
4265
- id: string;
4266
- __TYPE__: "DocumentLink";
4267
- } | {
4268
- kind: "web";
4269
- url: string;
4270
- __TYPE__: "ExternalLink";
4271
- target?: string | null | undefined;
4272
- preview?: {
4273
- title?: string | undefined;
4274
- } | null | undefined;
4275
- };
4276
- })[], unknown[]>>>;
4277
- }, z.core.$strip>;
4278
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
4279
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
4280
- }, z.core.$strip>, z.ZodMiniObject<{
4281
- type: z.ZodMiniLiteral<"image">;
4282
- data: z.ZodMiniObject<{
4283
- origin: z.ZodMiniObject<{
4284
- id: z.ZodMiniString<string>;
4285
- url: z.ZodMiniString<string>;
4286
- width: z.ZodMiniNumber<number>;
4287
- height: z.ZodMiniNumber<number>;
4288
- }, z.core.$strip>;
4289
- width: z.ZodMiniNumber<number>;
4290
- height: z.ZodMiniNumber<number>;
4291
- edit: z.ZodMiniObject<{
4292
- zoom: z.ZodMiniNumber<number>;
4293
- crop: z.ZodMiniObject<{
4294
- x: z.ZodMiniNumber<number>;
4295
- y: z.ZodMiniNumber<number>;
4296
- }, z.core.$strip>;
4297
- background: z.ZodMiniString<string>;
4298
- }, z.core.$strip>;
4299
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
4300
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
4301
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
4302
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4303
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
4304
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
4305
- id: z.ZodMiniString<string>;
4306
- url: z.ZodMiniString<string>;
4307
- height: z.ZodMiniString<string>;
4308
- width: z.ZodMiniString<string>;
4309
- size: z.ZodMiniString<string>;
4310
- name: z.ZodMiniString<string>;
4311
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4312
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
4313
- }, z.core.$strict>, z.ZodMiniObject<{
4314
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
4315
- id: z.ZodMiniString<string>;
4316
- url: z.ZodMiniString<string>;
4317
- name: z.ZodMiniString<string>;
4318
- size: z.ZodMiniTransform<string, unknown>;
4319
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4320
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
4321
- }, z.core.$strict>, z.ZodMiniObject<{
4322
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
4323
- id: z.ZodMiniString<string>;
4324
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
4325
- }, z.core.$strict>, z.ZodMiniObject<{
4326
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
4327
- url: z.ZodMiniString<string>;
4328
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4329
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
4330
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
4331
- }, z.core.$strict>>>;
4332
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
4333
- }, z.core.$strict>]>>>;
4334
- }, z.core.$strip>;
4335
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4336
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4337
- }, z.core.$strip>, z.ZodMiniObject<{
4338
- type: z.ZodMiniLiteral<"embed">;
4339
- data: z.ZodMiniObject<{
4340
- embed_url: z.ZodMiniString<string>;
4341
- type: z.ZodMiniString<string>;
4342
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
4343
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4344
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4345
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4346
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4347
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4348
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
4349
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4350
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
4351
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
4352
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4353
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
4354
- all: z.ZodMiniUnknown;
4355
- }, z.core.$strip>;
4356
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4357
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4358
- }, z.core.$strip>]>>;
4359
- }, z.core.$strip>, z.ZodMiniObject<{
4360
- type: z.ZodMiniLiteral<"Select">;
4361
- value: z.ZodMiniString<string>;
4362
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
4363
- }, z.core.$strip>, z.ZodMiniObject<{
4364
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
4365
- }, z.core.$strip>, z.ZodMiniObject<{
4366
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
4367
- content: z.ZodMiniArray<z.ZodMiniObject<{
4368
- key: z.ZodMiniTransform<string, unknown>;
4369
- type: z.ZodMiniLiteral<"tableRow">;
4370
- content: z.ZodMiniArray<z.ZodMiniObject<{
4371
- key: z.ZodMiniTransform<string, unknown>;
4372
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
4373
- content: z.ZodMiniObject<{
4374
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
4375
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
4376
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"paragraph">, z.ZodMiniLiteral<"heading1">, z.ZodMiniLiteral<"heading2">, z.ZodMiniLiteral<"heading3">, z.ZodMiniLiteral<"heading4">, z.ZodMiniLiteral<"heading5">, z.ZodMiniLiteral<"heading6">, z.ZodMiniLiteral<"preformatted">, z.ZodMiniLiteral<"o-list-item">, z.ZodMiniLiteral<"list-item">]>;
4377
- content: z.ZodMiniObject<{
4378
- text: z.ZodMiniString<string>;
4379
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
4380
- type: "label";
4381
- start: number;
4382
- end: number;
4383
- data: string;
4384
- } | {
4385
- type: "list-item" | "strong" | "em";
4386
- start: number;
4387
- end: number;
4388
- } | {
4389
- type: "hyperlink";
4390
- start: number;
4391
- end: number;
4392
- data: {
4393
- kind: "image";
4394
- id: string;
4395
- url: string;
4396
- height: string;
4397
- width: string;
4398
- size: string;
4399
- name: string;
4400
- __TYPE__: "ImageLink";
4401
- date?: string | null | undefined;
4402
- } | {
4403
- kind: "file";
4404
- id: string;
4405
- url: string;
4406
- name: string;
4407
- size: string;
4408
- __TYPE__: "FileLink";
4409
- date?: string | null | undefined;
4410
- } | {
4411
- kind: "document";
4412
- id: string;
4413
- __TYPE__: "DocumentLink";
4414
- } | {
4415
- kind: "web";
4416
- url: string;
4417
- __TYPE__: "ExternalLink";
4418
- target?: string | null | undefined;
4419
- preview?: {
4420
- title?: string | undefined;
4421
- } | null | undefined;
4422
- };
4423
- })[], unknown[]>>>;
4424
- }, z.core.$strip>;
4425
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
4426
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
4427
- }, z.core.$strip>, z.ZodMiniObject<{
4428
- type: z.ZodMiniLiteral<"image">;
4429
- data: z.ZodMiniObject<{
4430
- origin: z.ZodMiniObject<{
4431
- id: z.ZodMiniString<string>;
4432
- url: z.ZodMiniString<string>;
4433
- width: z.ZodMiniNumber<number>;
4434
- height: z.ZodMiniNumber<number>;
4435
- }, z.core.$strip>;
4436
- width: z.ZodMiniNumber<number>;
4437
- height: z.ZodMiniNumber<number>;
4438
- edit: z.ZodMiniObject<{
4439
- zoom: z.ZodMiniNumber<number>;
4440
- crop: z.ZodMiniObject<{
4441
- x: z.ZodMiniNumber<number>;
4442
- y: z.ZodMiniNumber<number>;
4443
- }, z.core.$strip>;
4444
- background: z.ZodMiniString<string>;
4445
- }, z.core.$strip>;
4446
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
4447
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
4448
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
4449
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4450
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
4451
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
4452
- id: z.ZodMiniString<string>;
4453
- url: z.ZodMiniString<string>;
4454
- height: z.ZodMiniString<string>;
4455
- width: z.ZodMiniString<string>;
4456
- size: z.ZodMiniString<string>;
4457
- name: z.ZodMiniString<string>;
4458
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4459
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
4460
- }, z.core.$strict>, z.ZodMiniObject<{
4461
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
4462
- id: z.ZodMiniString<string>;
4463
- url: z.ZodMiniString<string>;
4464
- name: z.ZodMiniString<string>;
4465
- size: z.ZodMiniTransform<string, unknown>;
4466
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4467
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
4468
- }, z.core.$strict>, z.ZodMiniObject<{
4469
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
4470
- id: z.ZodMiniString<string>;
4471
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
4472
- }, z.core.$strict>, z.ZodMiniObject<{
4473
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
4474
- url: z.ZodMiniString<string>;
4475
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4476
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
4477
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
4478
- }, z.core.$strict>>>;
4479
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
4480
- }, z.core.$strict>]>>>;
4481
- }, z.core.$strip>;
4482
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4483
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4484
- }, z.core.$strip>, z.ZodMiniObject<{
4485
- type: z.ZodMiniLiteral<"embed">;
4486
- data: z.ZodMiniObject<{
4487
- embed_url: z.ZodMiniString<string>;
4488
- type: z.ZodMiniString<string>;
4489
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
4490
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4491
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4492
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4493
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4494
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4495
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
4496
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4497
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
4498
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
4499
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4500
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
4501
- all: z.ZodMiniUnknown;
4502
- }, z.core.$strip>;
4503
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4504
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
4505
- }, z.core.$strip>]>>;
4506
- }, z.core.$strip>;
4507
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
4508
- }, z.core.$strip>>;
4509
- }, z.core.$strict>>;
4510
- }, z.core.$strip>, z.ZodMiniObject<{
4511
- type: z.ZodMiniLiteral<"Text">;
4512
- value: z.ZodMiniString<string>;
4513
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
4514
- }, z.core.$strip>, z.ZodMiniObject<{
4515
- type: z.ZodMiniLiteral<"Timestamp">;
4516
- value: z.ZodMiniString<string>;
4517
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
4518
- }, z.core.$strip>]>, z.ZodMiniObject<{
4519
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
4520
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
4521
- }, z.core.$strip>]>>;
4522
- items: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
4523
- }, z.core.$strip>]>;
4524
- type SliceContent = z.infer<typeof SliceContentSchema>;
21
+ type SliceContent = LegacySliceContent | CompositeSliceContent | SharedSliceContent;
4525
22
  //#endregion
4526
23
  export { CompositeSliceContent, LegacySliceContent, SharedSliceContent, SliceContent };
4527
24
  //# sourceMappingURL=slice.d.ts.map