@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,3025 +1,8 @@
1
- import { GroupItemContent } from "./group.js";
1
+ import { WidgetContent } from "./widget.js";
2
2
  import { z } from "zod/mini";
3
3
 
4
4
  //#region src/content/document.d.ts
5
- declare const DocumentContentSchema: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
6
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
7
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
8
- }, z.core.$strip>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
9
- type: z.ZodMiniString<string>;
10
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
11
- }, z.core.$strip>, z.ZodMiniObject<{
12
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
13
- value: z.ZodMiniBoolean<boolean>;
14
- }, z.core.$strip>, z.ZodMiniObject<{
15
- type: z.ZodMiniLiteral<"Color">;
16
- value: z.ZodMiniString<string>;
17
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
18
- }, z.core.$strip>, z.ZodMiniObject<{
19
- type: z.ZodMiniLiteral<"Date">;
20
- value: z.ZodMiniString<string>;
21
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
22
- }, z.core.$strip>, z.ZodMiniObject<{
23
- embed_url: z.ZodMiniString<string>;
24
- type: z.ZodMiniString<string>;
25
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
26
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
27
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
28
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
29
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
30
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
31
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
32
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
33
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
34
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
35
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
36
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
37
- all: z.ZodMiniUnknown;
38
- }, z.core.$strip>, z.ZodMiniObject<{
39
- position: z.ZodMiniObject<{
40
- lat: z.ZodMiniNumber<number>;
41
- lng: z.ZodMiniNumber<number>;
42
- }, z.core.$strip>;
43
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
44
- }, z.core.$strip>, z.ZodMiniObject<{
45
- origin: z.ZodMiniObject<{
46
- id: z.ZodMiniString<string>;
47
- url: z.ZodMiniString<string>;
48
- width: z.ZodMiniNumber<number>;
49
- height: z.ZodMiniNumber<number>;
50
- }, z.core.$strip>;
51
- width: z.ZodMiniNumber<number>;
52
- height: z.ZodMiniNumber<number>;
53
- edit: z.ZodMiniObject<{
54
- zoom: z.ZodMiniNumber<number>;
55
- crop: z.ZodMiniObject<{
56
- x: z.ZodMiniNumber<number>;
57
- y: z.ZodMiniNumber<number>;
58
- }, z.core.$strip>;
59
- background: z.ZodMiniString<string>;
60
- }, z.core.$strip>;
61
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
62
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
63
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
64
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
65
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
66
- origin: z.ZodMiniObject<{
67
- id: z.ZodMiniString<string>;
68
- url: z.ZodMiniString<string>;
69
- width: z.ZodMiniNumber<number>;
70
- height: z.ZodMiniNumber<number>;
71
- }, z.core.$strip>;
72
- width: z.ZodMiniNumber<number>;
73
- height: z.ZodMiniNumber<number>;
74
- edit: z.ZodMiniObject<{
75
- zoom: z.ZodMiniNumber<number>;
76
- crop: z.ZodMiniObject<{
77
- x: z.ZodMiniNumber<number>;
78
- y: z.ZodMiniNumber<number>;
79
- }, z.core.$strip>;
80
- background: z.ZodMiniString<string>;
81
- }, z.core.$strip>;
82
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
83
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
84
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
85
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
86
- }, z.core.$strip>>>;
87
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
88
- }, z.core.$strip>, z.ZodMiniObject<{
89
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
90
- value: z.ZodMiniString<string>;
91
- }, z.core.$strip>, z.ZodMiniObject<{
92
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
93
- key: z.ZodMiniTransform<string, unknown>;
94
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
95
- text?: unknown;
96
- variant?: unknown;
97
- value: Record<string, unknown>;
98
- }, Record<string, unknown>>>, z.ZodMiniObject<{
99
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
100
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
101
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
102
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
103
- id: z.ZodMiniString<string>;
104
- url: z.ZodMiniString<string>;
105
- height: z.ZodMiniString<string>;
106
- width: z.ZodMiniString<string>;
107
- size: z.ZodMiniString<string>;
108
- name: z.ZodMiniString<string>;
109
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
110
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
111
- }, z.core.$strict>, z.ZodMiniObject<{
112
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
113
- id: z.ZodMiniString<string>;
114
- url: z.ZodMiniString<string>;
115
- name: z.ZodMiniString<string>;
116
- size: z.ZodMiniTransform<string, unknown>;
117
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
118
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
119
- }, z.core.$strict>, z.ZodMiniObject<{
120
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
121
- id: z.ZodMiniString<string>;
122
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
123
- }, z.core.$strict>, z.ZodMiniObject<{
124
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
125
- url: z.ZodMiniString<string>;
126
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
127
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
128
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
129
- }, z.core.$strict>>>;
130
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
131
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
132
- kind: z.ZodMiniLiteral<"image">;
133
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
134
- }, z.core.$strict>, z.ZodMiniObject<{
135
- kind: z.ZodMiniLiteral<"file">;
136
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
137
- }, z.core.$strict>, z.ZodMiniObject<{
138
- kind: z.ZodMiniLiteral<"media">;
139
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
140
- }, z.core.$strict>, z.ZodMiniObject<{
141
- kind: z.ZodMiniLiteral<"document">;
142
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
143
- }, z.core.$strict>, z.ZodMiniObject<{
144
- kind: z.ZodMiniLiteral<"web">;
145
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
146
- }, z.core.$strict>, z.ZodMiniObject<{
147
- kind: z.ZodMiniTransform<"any", unknown>;
148
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
149
- }, z.core.$strict>]>]>;
150
- }, z.core.$strip>>, z.ZodMiniTransform<{
151
- kind: "image";
152
- id: string;
153
- url: string;
154
- height: string;
155
- width: string;
156
- size: string;
157
- name: string;
158
- __TYPE__: "ImageLink";
159
- date?: string | null | undefined;
160
- variant?: string | undefined;
161
- text?: string | undefined;
162
- } | {
163
- kind: "file";
164
- id: string;
165
- url: string;
166
- name: string;
167
- size: string;
168
- __TYPE__: "FileLink";
169
- date?: string | null | undefined;
170
- variant?: string | undefined;
171
- text?: string | undefined;
172
- } | {
173
- kind: "document";
174
- id: string;
175
- __TYPE__: "DocumentLink";
176
- variant?: string | undefined;
177
- text?: string | undefined;
178
- } | {
179
- kind: "web";
180
- url: string;
181
- __TYPE__: "ExternalLink";
182
- target?: string | null | undefined;
183
- preview?: {
184
- title?: string | undefined;
185
- } | null | undefined;
186
- variant?: string | undefined;
187
- text?: string | undefined;
188
- } | {
189
- kind: "image";
190
- __TYPE__: "ImageLink";
191
- variant?: string | undefined;
192
- text?: string | undefined;
193
- } | {
194
- kind: "file";
195
- __TYPE__: "FileLink";
196
- variant?: string | undefined;
197
- text?: string | undefined;
198
- } | {
199
- kind: "media";
200
- __TYPE__: "MediaLink";
201
- variant?: string | undefined;
202
- text?: string | undefined;
203
- } | {
204
- kind: "document";
205
- __TYPE__: "DocumentLink";
206
- variant?: string | undefined;
207
- text?: string | undefined;
208
- } | {
209
- kind: "web";
210
- __TYPE__: "ExternalLink";
211
- variant?: string | undefined;
212
- text?: string | undefined;
213
- } | {
214
- kind: "any";
215
- __TYPE__: "AnyLink";
216
- variant?: string | undefined;
217
- text?: string | undefined;
218
- }, {
219
- value: {
220
- kind: "image";
221
- id: string;
222
- url: string;
223
- height: string;
224
- width: string;
225
- size: string;
226
- name: string;
227
- __TYPE__: "ImageLink";
228
- date?: string | null | undefined;
229
- } | {
230
- kind: "file";
231
- id: string;
232
- url: string;
233
- name: string;
234
- size: string;
235
- __TYPE__: "FileLink";
236
- date?: string | null | undefined;
237
- } | {
238
- kind: "document";
239
- id: string;
240
- __TYPE__: "DocumentLink";
241
- } | {
242
- kind: "web";
243
- url: string;
244
- __TYPE__: "ExternalLink";
245
- target?: string | null | undefined;
246
- preview?: {
247
- title?: string | undefined;
248
- } | null | undefined;
249
- } | {
250
- kind: "image";
251
- __TYPE__: "ImageLink";
252
- } | {
253
- kind: "file";
254
- __TYPE__: "FileLink";
255
- } | {
256
- kind: "media";
257
- __TYPE__: "MediaLink";
258
- } | {
259
- kind: "document";
260
- __TYPE__: "DocumentLink";
261
- } | {
262
- kind: "web";
263
- __TYPE__: "ExternalLink";
264
- } | {
265
- kind: "any";
266
- __TYPE__: "AnyLink";
267
- };
268
- text?: string | undefined;
269
- variant?: string | undefined;
270
- }>>;
271
- }, z.core.$strip>, z.ZodMiniObject<{
272
- type: z.ZodMiniLiteral<"Number">;
273
- value: z.ZodMiniString<string>;
274
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
275
- }, z.core.$strip>, z.ZodMiniObject<{
276
- type: z.ZodMiniLiteral<"Range">;
277
- value: z.ZodMiniString<string>;
278
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
279
- }, z.core.$strip>, z.ZodMiniObject<{
280
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
281
- type: z.ZodMiniLiteral<"Link">;
282
- value: z.ZodMiniArray<z.ZodMiniObject<{
283
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
284
- key: z.ZodMiniTransform<string, unknown>;
285
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
286
- text?: unknown;
287
- variant?: unknown;
288
- value: Record<string, unknown>;
289
- }, Record<string, unknown>>>, z.ZodMiniObject<{
290
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
291
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
292
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
293
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
294
- id: z.ZodMiniString<string>;
295
- url: z.ZodMiniString<string>;
296
- height: z.ZodMiniString<string>;
297
- width: z.ZodMiniString<string>;
298
- size: z.ZodMiniString<string>;
299
- name: z.ZodMiniString<string>;
300
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
301
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
302
- }, z.core.$strict>, z.ZodMiniObject<{
303
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
304
- id: z.ZodMiniString<string>;
305
- url: z.ZodMiniString<string>;
306
- name: z.ZodMiniString<string>;
307
- size: z.ZodMiniTransform<string, unknown>;
308
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
309
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
310
- }, z.core.$strict>, z.ZodMiniObject<{
311
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
312
- id: z.ZodMiniString<string>;
313
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
314
- }, z.core.$strict>, z.ZodMiniObject<{
315
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
316
- url: z.ZodMiniString<string>;
317
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
318
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
319
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
320
- }, z.core.$strict>>>;
321
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
322
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
323
- kind: z.ZodMiniLiteral<"image">;
324
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
325
- }, z.core.$strict>, z.ZodMiniObject<{
326
- kind: z.ZodMiniLiteral<"file">;
327
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
328
- }, z.core.$strict>, z.ZodMiniObject<{
329
- kind: z.ZodMiniLiteral<"media">;
330
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
331
- }, z.core.$strict>, z.ZodMiniObject<{
332
- kind: z.ZodMiniLiteral<"document">;
333
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
334
- }, z.core.$strict>, z.ZodMiniObject<{
335
- kind: z.ZodMiniLiteral<"web">;
336
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
337
- }, z.core.$strict>, z.ZodMiniObject<{
338
- kind: z.ZodMiniTransform<"any", unknown>;
339
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
340
- }, z.core.$strict>]>]>;
341
- }, z.core.$strip>>, z.ZodMiniTransform<{
342
- kind: "image";
343
- id: string;
344
- url: string;
345
- height: string;
346
- width: string;
347
- size: string;
348
- name: string;
349
- __TYPE__: "ImageLink";
350
- date?: string | null | undefined;
351
- variant?: string | undefined;
352
- text?: string | undefined;
353
- } | {
354
- kind: "file";
355
- id: string;
356
- url: string;
357
- name: string;
358
- size: string;
359
- __TYPE__: "FileLink";
360
- date?: string | null | undefined;
361
- variant?: string | undefined;
362
- text?: string | undefined;
363
- } | {
364
- kind: "document";
365
- id: string;
366
- __TYPE__: "DocumentLink";
367
- variant?: string | undefined;
368
- text?: string | undefined;
369
- } | {
370
- kind: "web";
371
- url: string;
372
- __TYPE__: "ExternalLink";
373
- target?: string | null | undefined;
374
- preview?: {
375
- title?: string | undefined;
376
- } | null | undefined;
377
- variant?: string | undefined;
378
- text?: string | undefined;
379
- } | {
380
- kind: "image";
381
- __TYPE__: "ImageLink";
382
- variant?: string | undefined;
383
- text?: string | undefined;
384
- } | {
385
- kind: "file";
386
- __TYPE__: "FileLink";
387
- variant?: string | undefined;
388
- text?: string | undefined;
389
- } | {
390
- kind: "media";
391
- __TYPE__: "MediaLink";
392
- variant?: string | undefined;
393
- text?: string | undefined;
394
- } | {
395
- kind: "document";
396
- __TYPE__: "DocumentLink";
397
- variant?: string | undefined;
398
- text?: string | undefined;
399
- } | {
400
- kind: "web";
401
- __TYPE__: "ExternalLink";
402
- variant?: string | undefined;
403
- text?: string | undefined;
404
- } | {
405
- kind: "any";
406
- __TYPE__: "AnyLink";
407
- variant?: string | undefined;
408
- text?: string | undefined;
409
- }, {
410
- value: {
411
- kind: "image";
412
- id: string;
413
- url: string;
414
- height: string;
415
- width: string;
416
- size: string;
417
- name: string;
418
- __TYPE__: "ImageLink";
419
- date?: string | null | undefined;
420
- } | {
421
- kind: "file";
422
- id: string;
423
- url: string;
424
- name: string;
425
- size: string;
426
- __TYPE__: "FileLink";
427
- date?: string | null | undefined;
428
- } | {
429
- kind: "document";
430
- id: string;
431
- __TYPE__: "DocumentLink";
432
- } | {
433
- kind: "web";
434
- url: string;
435
- __TYPE__: "ExternalLink";
436
- target?: string | null | undefined;
437
- preview?: {
438
- title?: string | undefined;
439
- } | null | undefined;
440
- } | {
441
- kind: "image";
442
- __TYPE__: "ImageLink";
443
- } | {
444
- kind: "file";
445
- __TYPE__: "FileLink";
446
- } | {
447
- kind: "media";
448
- __TYPE__: "MediaLink";
449
- } | {
450
- kind: "document";
451
- __TYPE__: "DocumentLink";
452
- } | {
453
- kind: "web";
454
- __TYPE__: "ExternalLink";
455
- } | {
456
- kind: "any";
457
- __TYPE__: "AnyLink";
458
- };
459
- text?: string | undefined;
460
- variant?: string | undefined;
461
- }>>;
462
- }, z.core.$strip>>;
463
- }, z.core.$strip>, z.ZodMiniObject<{
464
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
465
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
466
- 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">]>;
467
- content: z.ZodMiniObject<{
468
- text: z.ZodMiniString<string>;
469
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
470
- type: "label";
471
- start: number;
472
- end: number;
473
- data: string;
474
- } | {
475
- type: "list-item" | "strong" | "em";
476
- start: number;
477
- end: number;
478
- } | {
479
- type: "hyperlink";
480
- start: number;
481
- end: number;
482
- data: {
483
- kind: "image";
484
- id: string;
485
- url: string;
486
- height: string;
487
- width: string;
488
- size: string;
489
- name: string;
490
- __TYPE__: "ImageLink";
491
- date?: string | null | undefined;
492
- } | {
493
- kind: "file";
494
- id: string;
495
- url: string;
496
- name: string;
497
- size: string;
498
- __TYPE__: "FileLink";
499
- date?: string | null | undefined;
500
- } | {
501
- kind: "document";
502
- id: string;
503
- __TYPE__: "DocumentLink";
504
- } | {
505
- kind: "web";
506
- url: string;
507
- __TYPE__: "ExternalLink";
508
- target?: string | null | undefined;
509
- preview?: {
510
- title?: string | undefined;
511
- } | null | undefined;
512
- };
513
- })[], unknown[]>>>;
514
- }, z.core.$strip>;
515
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
516
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
517
- }, z.core.$strip>, z.ZodMiniObject<{
518
- type: z.ZodMiniLiteral<"image">;
519
- data: z.ZodMiniObject<{
520
- origin: z.ZodMiniObject<{
521
- id: z.ZodMiniString<string>;
522
- url: z.ZodMiniString<string>;
523
- width: z.ZodMiniNumber<number>;
524
- height: z.ZodMiniNumber<number>;
525
- }, z.core.$strip>;
526
- width: z.ZodMiniNumber<number>;
527
- height: z.ZodMiniNumber<number>;
528
- edit: z.ZodMiniObject<{
529
- zoom: z.ZodMiniNumber<number>;
530
- crop: z.ZodMiniObject<{
531
- x: z.ZodMiniNumber<number>;
532
- y: z.ZodMiniNumber<number>;
533
- }, z.core.$strip>;
534
- background: z.ZodMiniString<string>;
535
- }, z.core.$strip>;
536
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
537
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
538
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
539
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
540
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
541
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
542
- id: z.ZodMiniString<string>;
543
- url: z.ZodMiniString<string>;
544
- height: z.ZodMiniString<string>;
545
- width: z.ZodMiniString<string>;
546
- size: z.ZodMiniString<string>;
547
- name: z.ZodMiniString<string>;
548
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
549
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
550
- }, z.core.$strict>, z.ZodMiniObject<{
551
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
552
- id: z.ZodMiniString<string>;
553
- url: z.ZodMiniString<string>;
554
- name: z.ZodMiniString<string>;
555
- size: z.ZodMiniTransform<string, unknown>;
556
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
557
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
558
- }, z.core.$strict>, z.ZodMiniObject<{
559
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
560
- id: z.ZodMiniString<string>;
561
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
562
- }, z.core.$strict>, z.ZodMiniObject<{
563
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
564
- url: z.ZodMiniString<string>;
565
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
566
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
567
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
568
- }, z.core.$strict>>>;
569
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
570
- }, z.core.$strict>]>>>;
571
- }, z.core.$strip>;
572
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
573
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
574
- }, z.core.$strip>, z.ZodMiniObject<{
575
- type: z.ZodMiniLiteral<"embed">;
576
- data: z.ZodMiniObject<{
577
- embed_url: z.ZodMiniString<string>;
578
- type: z.ZodMiniString<string>;
579
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
580
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
581
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
582
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
583
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
584
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
585
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
586
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
587
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
588
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
589
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
590
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
591
- all: z.ZodMiniUnknown;
592
- }, z.core.$strip>;
593
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
594
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
595
- }, z.core.$strip>]>>;
596
- }, z.core.$strip>, z.ZodMiniObject<{
597
- type: z.ZodMiniLiteral<"Select">;
598
- value: z.ZodMiniString<string>;
599
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
600
- }, z.core.$strip>, z.ZodMiniObject<{
601
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
602
- }, z.core.$strip>, z.ZodMiniObject<{
603
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
604
- content: z.ZodMiniArray<z.ZodMiniObject<{
605
- key: z.ZodMiniTransform<string, unknown>;
606
- type: z.ZodMiniLiteral<"tableRow">;
607
- content: z.ZodMiniArray<z.ZodMiniObject<{
608
- key: z.ZodMiniTransform<string, unknown>;
609
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
610
- content: z.ZodMiniObject<{
611
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
612
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
613
- 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">]>;
614
- content: z.ZodMiniObject<{
615
- text: z.ZodMiniString<string>;
616
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
617
- type: "label";
618
- start: number;
619
- end: number;
620
- data: string;
621
- } | {
622
- type: "list-item" | "strong" | "em";
623
- start: number;
624
- end: number;
625
- } | {
626
- type: "hyperlink";
627
- start: number;
628
- end: number;
629
- data: {
630
- kind: "image";
631
- id: string;
632
- url: string;
633
- height: string;
634
- width: string;
635
- size: string;
636
- name: string;
637
- __TYPE__: "ImageLink";
638
- date?: string | null | undefined;
639
- } | {
640
- kind: "file";
641
- id: string;
642
- url: string;
643
- name: string;
644
- size: string;
645
- __TYPE__: "FileLink";
646
- date?: string | null | undefined;
647
- } | {
648
- kind: "document";
649
- id: string;
650
- __TYPE__: "DocumentLink";
651
- } | {
652
- kind: "web";
653
- url: string;
654
- __TYPE__: "ExternalLink";
655
- target?: string | null | undefined;
656
- preview?: {
657
- title?: string | undefined;
658
- } | null | undefined;
659
- };
660
- })[], unknown[]>>>;
661
- }, z.core.$strip>;
662
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
663
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
664
- }, z.core.$strip>, z.ZodMiniObject<{
665
- type: z.ZodMiniLiteral<"image">;
666
- data: z.ZodMiniObject<{
667
- origin: z.ZodMiniObject<{
668
- id: z.ZodMiniString<string>;
669
- url: z.ZodMiniString<string>;
670
- width: z.ZodMiniNumber<number>;
671
- height: z.ZodMiniNumber<number>;
672
- }, z.core.$strip>;
673
- width: z.ZodMiniNumber<number>;
674
- height: z.ZodMiniNumber<number>;
675
- edit: z.ZodMiniObject<{
676
- zoom: z.ZodMiniNumber<number>;
677
- crop: z.ZodMiniObject<{
678
- x: z.ZodMiniNumber<number>;
679
- y: z.ZodMiniNumber<number>;
680
- }, z.core.$strip>;
681
- background: z.ZodMiniString<string>;
682
- }, z.core.$strip>;
683
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
684
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
685
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
686
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
687
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
688
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
689
- id: z.ZodMiniString<string>;
690
- url: z.ZodMiniString<string>;
691
- height: z.ZodMiniString<string>;
692
- width: z.ZodMiniString<string>;
693
- size: z.ZodMiniString<string>;
694
- name: z.ZodMiniString<string>;
695
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
696
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
697
- }, z.core.$strict>, z.ZodMiniObject<{
698
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
699
- id: z.ZodMiniString<string>;
700
- url: z.ZodMiniString<string>;
701
- name: z.ZodMiniString<string>;
702
- size: z.ZodMiniTransform<string, unknown>;
703
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
704
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
705
- }, z.core.$strict>, z.ZodMiniObject<{
706
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
707
- id: z.ZodMiniString<string>;
708
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
709
- }, z.core.$strict>, z.ZodMiniObject<{
710
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
711
- url: z.ZodMiniString<string>;
712
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
713
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
714
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
715
- }, z.core.$strict>>>;
716
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
717
- }, z.core.$strict>]>>>;
718
- }, z.core.$strip>;
719
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
720
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
721
- }, z.core.$strip>, z.ZodMiniObject<{
722
- type: z.ZodMiniLiteral<"embed">;
723
- data: z.ZodMiniObject<{
724
- embed_url: z.ZodMiniString<string>;
725
- type: z.ZodMiniString<string>;
726
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
727
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
728
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
729
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
730
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
731
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
732
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
733
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
734
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
735
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
736
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
737
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
738
- all: z.ZodMiniUnknown;
739
- }, z.core.$strip>;
740
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
741
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
742
- }, z.core.$strip>]>>;
743
- }, z.core.$strip>;
744
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
745
- }, z.core.$strip>>;
746
- }, z.core.$strict>>;
747
- }, z.core.$strip>, z.ZodMiniObject<{
748
- type: z.ZodMiniLiteral<"Text">;
749
- value: z.ZodMiniString<string>;
750
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
751
- }, z.core.$strip>, z.ZodMiniObject<{
752
- type: z.ZodMiniLiteral<"Timestamp">;
753
- value: z.ZodMiniString<string>;
754
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
755
- }, z.core.$strip>]>, z.ZodMiniObject<{
756
- __TYPE__: z.ZodMiniLiteral<"UIDContent">;
757
- value: z.ZodMiniString<string>;
758
- }, z.core.$strip>, z.ZodMiniObject<{
759
- __TYPE__: z.ZodMiniLiteral<"SliceContentType">;
760
- value: z.ZodMiniArray<z.ZodMiniObject<{
761
- key: z.ZodMiniString<string>;
762
- name: z.ZodMiniString<string>;
763
- maybeLabel: z.ZodMiniOptional<z.ZodMiniString<string>>;
764
- widget: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
765
- type: z.ZodMiniString<string>;
766
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
767
- }, z.core.$strip>, z.ZodMiniObject<{
768
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
769
- value: z.ZodMiniBoolean<boolean>;
770
- }, z.core.$strip>, z.ZodMiniObject<{
771
- type: z.ZodMiniLiteral<"Color">;
772
- value: z.ZodMiniString<string>;
773
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
774
- }, z.core.$strip>, z.ZodMiniObject<{
775
- type: z.ZodMiniLiteral<"Date">;
776
- value: z.ZodMiniString<string>;
777
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
778
- }, z.core.$strip>, z.ZodMiniObject<{
779
- embed_url: z.ZodMiniString<string>;
780
- type: z.ZodMiniString<string>;
781
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
782
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
783
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
784
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
785
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
786
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
787
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
788
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
789
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
790
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
791
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
792
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
793
- all: z.ZodMiniUnknown;
794
- }, z.core.$strip>, z.ZodMiniObject<{
795
- position: z.ZodMiniObject<{
796
- lat: z.ZodMiniNumber<number>;
797
- lng: z.ZodMiniNumber<number>;
798
- }, z.core.$strip>;
799
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
800
- }, z.core.$strip>, z.ZodMiniObject<{
801
- origin: z.ZodMiniObject<{
802
- id: z.ZodMiniString<string>;
803
- url: z.ZodMiniString<string>;
804
- width: z.ZodMiniNumber<number>;
805
- height: z.ZodMiniNumber<number>;
806
- }, z.core.$strip>;
807
- width: z.ZodMiniNumber<number>;
808
- height: z.ZodMiniNumber<number>;
809
- edit: z.ZodMiniObject<{
810
- zoom: z.ZodMiniNumber<number>;
811
- crop: z.ZodMiniObject<{
812
- x: z.ZodMiniNumber<number>;
813
- y: z.ZodMiniNumber<number>;
814
- }, z.core.$strip>;
815
- background: z.ZodMiniString<string>;
816
- }, z.core.$strip>;
817
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
818
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
819
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
820
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
821
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
822
- origin: z.ZodMiniObject<{
823
- id: z.ZodMiniString<string>;
824
- url: z.ZodMiniString<string>;
825
- width: z.ZodMiniNumber<number>;
826
- height: z.ZodMiniNumber<number>;
827
- }, z.core.$strip>;
828
- width: z.ZodMiniNumber<number>;
829
- height: z.ZodMiniNumber<number>;
830
- edit: z.ZodMiniObject<{
831
- zoom: z.ZodMiniNumber<number>;
832
- crop: z.ZodMiniObject<{
833
- x: z.ZodMiniNumber<number>;
834
- y: z.ZodMiniNumber<number>;
835
- }, z.core.$strip>;
836
- background: z.ZodMiniString<string>;
837
- }, z.core.$strip>;
838
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
839
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
840
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
841
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
842
- }, z.core.$strip>>>;
843
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
844
- }, z.core.$strip>, z.ZodMiniObject<{
845
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
846
- value: z.ZodMiniString<string>;
847
- }, z.core.$strip>, z.ZodMiniObject<{
848
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
849
- key: z.ZodMiniTransform<string, unknown>;
850
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
851
- text?: unknown;
852
- variant?: unknown;
853
- value: Record<string, unknown>;
854
- }, Record<string, unknown>>>, z.ZodMiniObject<{
855
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
856
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
857
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
858
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
859
- id: z.ZodMiniString<string>;
860
- url: z.ZodMiniString<string>;
861
- height: z.ZodMiniString<string>;
862
- width: z.ZodMiniString<string>;
863
- size: z.ZodMiniString<string>;
864
- name: z.ZodMiniString<string>;
865
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
866
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
867
- }, z.core.$strict>, z.ZodMiniObject<{
868
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
869
- id: z.ZodMiniString<string>;
870
- url: z.ZodMiniString<string>;
871
- name: z.ZodMiniString<string>;
872
- size: z.ZodMiniTransform<string, unknown>;
873
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
874
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
875
- }, z.core.$strict>, z.ZodMiniObject<{
876
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
877
- id: z.ZodMiniString<string>;
878
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
879
- }, z.core.$strict>, z.ZodMiniObject<{
880
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
881
- url: z.ZodMiniString<string>;
882
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
883
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
884
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
885
- }, z.core.$strict>>>;
886
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
887
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
888
- kind: z.ZodMiniLiteral<"image">;
889
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
890
- }, z.core.$strict>, z.ZodMiniObject<{
891
- kind: z.ZodMiniLiteral<"file">;
892
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
893
- }, z.core.$strict>, z.ZodMiniObject<{
894
- kind: z.ZodMiniLiteral<"media">;
895
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
896
- }, z.core.$strict>, z.ZodMiniObject<{
897
- kind: z.ZodMiniLiteral<"document">;
898
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
899
- }, z.core.$strict>, z.ZodMiniObject<{
900
- kind: z.ZodMiniLiteral<"web">;
901
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
902
- }, z.core.$strict>, z.ZodMiniObject<{
903
- kind: z.ZodMiniTransform<"any", unknown>;
904
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
905
- }, z.core.$strict>]>]>;
906
- }, z.core.$strip>>, z.ZodMiniTransform<{
907
- kind: "image";
908
- id: string;
909
- url: string;
910
- height: string;
911
- width: string;
912
- size: string;
913
- name: string;
914
- __TYPE__: "ImageLink";
915
- date?: string | null | undefined;
916
- variant?: string | undefined;
917
- text?: string | undefined;
918
- } | {
919
- kind: "file";
920
- id: string;
921
- url: string;
922
- name: string;
923
- size: string;
924
- __TYPE__: "FileLink";
925
- date?: string | null | undefined;
926
- variant?: string | undefined;
927
- text?: string | undefined;
928
- } | {
929
- kind: "document";
930
- id: string;
931
- __TYPE__: "DocumentLink";
932
- variant?: string | undefined;
933
- text?: string | undefined;
934
- } | {
935
- kind: "web";
936
- url: string;
937
- __TYPE__: "ExternalLink";
938
- target?: string | null | undefined;
939
- preview?: {
940
- title?: string | undefined;
941
- } | null | undefined;
942
- variant?: string | undefined;
943
- text?: string | undefined;
944
- } | {
945
- kind: "image";
946
- __TYPE__: "ImageLink";
947
- variant?: string | undefined;
948
- text?: string | undefined;
949
- } | {
950
- kind: "file";
951
- __TYPE__: "FileLink";
952
- variant?: string | undefined;
953
- text?: string | undefined;
954
- } | {
955
- kind: "media";
956
- __TYPE__: "MediaLink";
957
- variant?: string | undefined;
958
- text?: string | undefined;
959
- } | {
960
- kind: "document";
961
- __TYPE__: "DocumentLink";
962
- variant?: string | undefined;
963
- text?: string | undefined;
964
- } | {
965
- kind: "web";
966
- __TYPE__: "ExternalLink";
967
- variant?: string | undefined;
968
- text?: string | undefined;
969
- } | {
970
- kind: "any";
971
- __TYPE__: "AnyLink";
972
- variant?: string | undefined;
973
- text?: string | undefined;
974
- }, {
975
- value: {
976
- kind: "image";
977
- id: string;
978
- url: string;
979
- height: string;
980
- width: string;
981
- size: string;
982
- name: string;
983
- __TYPE__: "ImageLink";
984
- date?: string | null | undefined;
985
- } | {
986
- kind: "file";
987
- id: string;
988
- url: string;
989
- name: string;
990
- size: string;
991
- __TYPE__: "FileLink";
992
- date?: string | null | undefined;
993
- } | {
994
- kind: "document";
995
- id: string;
996
- __TYPE__: "DocumentLink";
997
- } | {
998
- kind: "web";
999
- url: string;
1000
- __TYPE__: "ExternalLink";
1001
- target?: string | null | undefined;
1002
- preview?: {
1003
- title?: string | undefined;
1004
- } | null | undefined;
1005
- } | {
1006
- kind: "image";
1007
- __TYPE__: "ImageLink";
1008
- } | {
1009
- kind: "file";
1010
- __TYPE__: "FileLink";
1011
- } | {
1012
- kind: "media";
1013
- __TYPE__: "MediaLink";
1014
- } | {
1015
- kind: "document";
1016
- __TYPE__: "DocumentLink";
1017
- } | {
1018
- kind: "web";
1019
- __TYPE__: "ExternalLink";
1020
- } | {
1021
- kind: "any";
1022
- __TYPE__: "AnyLink";
1023
- };
1024
- text?: string | undefined;
1025
- variant?: string | undefined;
1026
- }>>;
1027
- }, z.core.$strip>, z.ZodMiniObject<{
1028
- type: z.ZodMiniLiteral<"Number">;
1029
- value: z.ZodMiniString<string>;
1030
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1031
- }, z.core.$strip>, z.ZodMiniObject<{
1032
- type: z.ZodMiniLiteral<"Range">;
1033
- value: z.ZodMiniString<string>;
1034
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1035
- }, z.core.$strip>, z.ZodMiniObject<{
1036
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
1037
- type: z.ZodMiniLiteral<"Link">;
1038
- value: z.ZodMiniArray<z.ZodMiniObject<{
1039
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
1040
- key: z.ZodMiniTransform<string, unknown>;
1041
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
1042
- text?: unknown;
1043
- variant?: unknown;
1044
- value: Record<string, unknown>;
1045
- }, Record<string, unknown>>>, z.ZodMiniObject<{
1046
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
1047
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
1048
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1049
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1050
- id: z.ZodMiniString<string>;
1051
- url: z.ZodMiniString<string>;
1052
- height: z.ZodMiniString<string>;
1053
- width: z.ZodMiniString<string>;
1054
- size: z.ZodMiniString<string>;
1055
- name: z.ZodMiniString<string>;
1056
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1057
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1058
- }, z.core.$strict>, z.ZodMiniObject<{
1059
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1060
- id: z.ZodMiniString<string>;
1061
- url: z.ZodMiniString<string>;
1062
- name: z.ZodMiniString<string>;
1063
- size: z.ZodMiniTransform<string, unknown>;
1064
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1065
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1066
- }, z.core.$strict>, z.ZodMiniObject<{
1067
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1068
- id: z.ZodMiniString<string>;
1069
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1070
- }, z.core.$strict>, z.ZodMiniObject<{
1071
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1072
- url: z.ZodMiniString<string>;
1073
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1074
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1075
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1076
- }, z.core.$strict>>>;
1077
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1078
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1079
- kind: z.ZodMiniLiteral<"image">;
1080
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1081
- }, z.core.$strict>, z.ZodMiniObject<{
1082
- kind: z.ZodMiniLiteral<"file">;
1083
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1084
- }, z.core.$strict>, z.ZodMiniObject<{
1085
- kind: z.ZodMiniLiteral<"media">;
1086
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
1087
- }, z.core.$strict>, z.ZodMiniObject<{
1088
- kind: z.ZodMiniLiteral<"document">;
1089
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1090
- }, z.core.$strict>, z.ZodMiniObject<{
1091
- kind: z.ZodMiniLiteral<"web">;
1092
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1093
- }, z.core.$strict>, z.ZodMiniObject<{
1094
- kind: z.ZodMiniTransform<"any", unknown>;
1095
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
1096
- }, z.core.$strict>]>]>;
1097
- }, z.core.$strip>>, z.ZodMiniTransform<{
1098
- kind: "image";
1099
- id: string;
1100
- url: string;
1101
- height: string;
1102
- width: string;
1103
- size: string;
1104
- name: string;
1105
- __TYPE__: "ImageLink";
1106
- date?: string | null | undefined;
1107
- variant?: string | undefined;
1108
- text?: string | undefined;
1109
- } | {
1110
- kind: "file";
1111
- id: string;
1112
- url: string;
1113
- name: string;
1114
- size: string;
1115
- __TYPE__: "FileLink";
1116
- date?: string | null | undefined;
1117
- variant?: string | undefined;
1118
- text?: string | undefined;
1119
- } | {
1120
- kind: "document";
1121
- id: string;
1122
- __TYPE__: "DocumentLink";
1123
- variant?: string | undefined;
1124
- text?: string | undefined;
1125
- } | {
1126
- kind: "web";
1127
- url: string;
1128
- __TYPE__: "ExternalLink";
1129
- target?: string | null | undefined;
1130
- preview?: {
1131
- title?: string | undefined;
1132
- } | null | undefined;
1133
- variant?: string | undefined;
1134
- text?: string | undefined;
1135
- } | {
1136
- kind: "image";
1137
- __TYPE__: "ImageLink";
1138
- variant?: string | undefined;
1139
- text?: string | undefined;
1140
- } | {
1141
- kind: "file";
1142
- __TYPE__: "FileLink";
1143
- variant?: string | undefined;
1144
- text?: string | undefined;
1145
- } | {
1146
- kind: "media";
1147
- __TYPE__: "MediaLink";
1148
- variant?: string | undefined;
1149
- text?: string | undefined;
1150
- } | {
1151
- kind: "document";
1152
- __TYPE__: "DocumentLink";
1153
- variant?: string | undefined;
1154
- text?: string | undefined;
1155
- } | {
1156
- kind: "web";
1157
- __TYPE__: "ExternalLink";
1158
- variant?: string | undefined;
1159
- text?: string | undefined;
1160
- } | {
1161
- kind: "any";
1162
- __TYPE__: "AnyLink";
1163
- variant?: string | undefined;
1164
- text?: string | undefined;
1165
- }, {
1166
- value: {
1167
- kind: "image";
1168
- id: string;
1169
- url: string;
1170
- height: string;
1171
- width: string;
1172
- size: string;
1173
- name: string;
1174
- __TYPE__: "ImageLink";
1175
- date?: string | null | undefined;
1176
- } | {
1177
- kind: "file";
1178
- id: string;
1179
- url: string;
1180
- name: string;
1181
- size: string;
1182
- __TYPE__: "FileLink";
1183
- date?: string | null | undefined;
1184
- } | {
1185
- kind: "document";
1186
- id: string;
1187
- __TYPE__: "DocumentLink";
1188
- } | {
1189
- kind: "web";
1190
- url: string;
1191
- __TYPE__: "ExternalLink";
1192
- target?: string | null | undefined;
1193
- preview?: {
1194
- title?: string | undefined;
1195
- } | null | undefined;
1196
- } | {
1197
- kind: "image";
1198
- __TYPE__: "ImageLink";
1199
- } | {
1200
- kind: "file";
1201
- __TYPE__: "FileLink";
1202
- } | {
1203
- kind: "media";
1204
- __TYPE__: "MediaLink";
1205
- } | {
1206
- kind: "document";
1207
- __TYPE__: "DocumentLink";
1208
- } | {
1209
- kind: "web";
1210
- __TYPE__: "ExternalLink";
1211
- } | {
1212
- kind: "any";
1213
- __TYPE__: "AnyLink";
1214
- };
1215
- text?: string | undefined;
1216
- variant?: string | undefined;
1217
- }>>;
1218
- }, z.core.$strip>>;
1219
- }, z.core.$strip>, z.ZodMiniObject<{
1220
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
1221
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1222
- 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">]>;
1223
- content: z.ZodMiniObject<{
1224
- text: z.ZodMiniString<string>;
1225
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
1226
- type: "label";
1227
- start: number;
1228
- end: number;
1229
- data: string;
1230
- } | {
1231
- type: "list-item" | "strong" | "em";
1232
- start: number;
1233
- end: number;
1234
- } | {
1235
- type: "hyperlink";
1236
- start: number;
1237
- end: number;
1238
- data: {
1239
- kind: "image";
1240
- id: string;
1241
- url: string;
1242
- height: string;
1243
- width: string;
1244
- size: string;
1245
- name: string;
1246
- __TYPE__: "ImageLink";
1247
- date?: string | null | undefined;
1248
- } | {
1249
- kind: "file";
1250
- id: string;
1251
- url: string;
1252
- name: string;
1253
- size: string;
1254
- __TYPE__: "FileLink";
1255
- date?: string | null | undefined;
1256
- } | {
1257
- kind: "document";
1258
- id: string;
1259
- __TYPE__: "DocumentLink";
1260
- } | {
1261
- kind: "web";
1262
- url: string;
1263
- __TYPE__: "ExternalLink";
1264
- target?: string | null | undefined;
1265
- preview?: {
1266
- title?: string | undefined;
1267
- } | null | undefined;
1268
- };
1269
- })[], unknown[]>>>;
1270
- }, z.core.$strip>;
1271
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
1272
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
1273
- }, z.core.$strip>, z.ZodMiniObject<{
1274
- type: z.ZodMiniLiteral<"image">;
1275
- data: z.ZodMiniObject<{
1276
- origin: z.ZodMiniObject<{
1277
- id: z.ZodMiniString<string>;
1278
- url: z.ZodMiniString<string>;
1279
- width: z.ZodMiniNumber<number>;
1280
- height: z.ZodMiniNumber<number>;
1281
- }, z.core.$strip>;
1282
- width: z.ZodMiniNumber<number>;
1283
- height: z.ZodMiniNumber<number>;
1284
- edit: z.ZodMiniObject<{
1285
- zoom: z.ZodMiniNumber<number>;
1286
- crop: z.ZodMiniObject<{
1287
- x: z.ZodMiniNumber<number>;
1288
- y: z.ZodMiniNumber<number>;
1289
- }, z.core.$strip>;
1290
- background: z.ZodMiniString<string>;
1291
- }, z.core.$strip>;
1292
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1293
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1294
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1295
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1296
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1297
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1298
- id: z.ZodMiniString<string>;
1299
- url: z.ZodMiniString<string>;
1300
- height: z.ZodMiniString<string>;
1301
- width: z.ZodMiniString<string>;
1302
- size: z.ZodMiniString<string>;
1303
- name: z.ZodMiniString<string>;
1304
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1305
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1306
- }, z.core.$strict>, z.ZodMiniObject<{
1307
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1308
- id: z.ZodMiniString<string>;
1309
- url: z.ZodMiniString<string>;
1310
- name: z.ZodMiniString<string>;
1311
- size: z.ZodMiniTransform<string, unknown>;
1312
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1313
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1314
- }, z.core.$strict>, z.ZodMiniObject<{
1315
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1316
- id: z.ZodMiniString<string>;
1317
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1318
- }, z.core.$strict>, z.ZodMiniObject<{
1319
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1320
- url: z.ZodMiniString<string>;
1321
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1322
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1323
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1324
- }, z.core.$strict>>>;
1325
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1326
- }, z.core.$strict>]>>>;
1327
- }, z.core.$strip>;
1328
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1329
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1330
- }, z.core.$strip>, z.ZodMiniObject<{
1331
- type: z.ZodMiniLiteral<"embed">;
1332
- data: z.ZodMiniObject<{
1333
- embed_url: z.ZodMiniString<string>;
1334
- type: z.ZodMiniString<string>;
1335
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1336
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1337
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1338
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1339
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1340
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1341
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1342
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1343
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1344
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1345
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1346
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
1347
- all: z.ZodMiniUnknown;
1348
- }, z.core.$strip>;
1349
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1350
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1351
- }, z.core.$strip>]>>;
1352
- }, z.core.$strip>, z.ZodMiniObject<{
1353
- type: z.ZodMiniLiteral<"Select">;
1354
- value: z.ZodMiniString<string>;
1355
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1356
- }, z.core.$strip>, z.ZodMiniObject<{
1357
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
1358
- }, z.core.$strip>, z.ZodMiniObject<{
1359
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
1360
- content: z.ZodMiniArray<z.ZodMiniObject<{
1361
- key: z.ZodMiniTransform<string, unknown>;
1362
- type: z.ZodMiniLiteral<"tableRow">;
1363
- content: z.ZodMiniArray<z.ZodMiniObject<{
1364
- key: z.ZodMiniTransform<string, unknown>;
1365
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
1366
- content: z.ZodMiniObject<{
1367
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
1368
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1369
- 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">]>;
1370
- content: z.ZodMiniObject<{
1371
- text: z.ZodMiniString<string>;
1372
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
1373
- type: "label";
1374
- start: number;
1375
- end: number;
1376
- data: string;
1377
- } | {
1378
- type: "list-item" | "strong" | "em";
1379
- start: number;
1380
- end: number;
1381
- } | {
1382
- type: "hyperlink";
1383
- start: number;
1384
- end: number;
1385
- data: {
1386
- kind: "image";
1387
- id: string;
1388
- url: string;
1389
- height: string;
1390
- width: string;
1391
- size: string;
1392
- name: string;
1393
- __TYPE__: "ImageLink";
1394
- date?: string | null | undefined;
1395
- } | {
1396
- kind: "file";
1397
- id: string;
1398
- url: string;
1399
- name: string;
1400
- size: string;
1401
- __TYPE__: "FileLink";
1402
- date?: string | null | undefined;
1403
- } | {
1404
- kind: "document";
1405
- id: string;
1406
- __TYPE__: "DocumentLink";
1407
- } | {
1408
- kind: "web";
1409
- url: string;
1410
- __TYPE__: "ExternalLink";
1411
- target?: string | null | undefined;
1412
- preview?: {
1413
- title?: string | undefined;
1414
- } | null | undefined;
1415
- };
1416
- })[], unknown[]>>>;
1417
- }, z.core.$strip>;
1418
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
1419
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
1420
- }, z.core.$strip>, z.ZodMiniObject<{
1421
- type: z.ZodMiniLiteral<"image">;
1422
- data: z.ZodMiniObject<{
1423
- origin: z.ZodMiniObject<{
1424
- id: z.ZodMiniString<string>;
1425
- url: z.ZodMiniString<string>;
1426
- width: z.ZodMiniNumber<number>;
1427
- height: z.ZodMiniNumber<number>;
1428
- }, z.core.$strip>;
1429
- width: z.ZodMiniNumber<number>;
1430
- height: z.ZodMiniNumber<number>;
1431
- edit: z.ZodMiniObject<{
1432
- zoom: z.ZodMiniNumber<number>;
1433
- crop: z.ZodMiniObject<{
1434
- x: z.ZodMiniNumber<number>;
1435
- y: z.ZodMiniNumber<number>;
1436
- }, z.core.$strip>;
1437
- background: z.ZodMiniString<string>;
1438
- }, z.core.$strip>;
1439
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1440
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1441
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1442
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1443
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1444
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1445
- id: z.ZodMiniString<string>;
1446
- url: z.ZodMiniString<string>;
1447
- height: z.ZodMiniString<string>;
1448
- width: z.ZodMiniString<string>;
1449
- size: z.ZodMiniString<string>;
1450
- name: z.ZodMiniString<string>;
1451
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1452
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1453
- }, z.core.$strict>, z.ZodMiniObject<{
1454
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1455
- id: z.ZodMiniString<string>;
1456
- url: z.ZodMiniString<string>;
1457
- name: z.ZodMiniString<string>;
1458
- size: z.ZodMiniTransform<string, unknown>;
1459
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1460
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1461
- }, z.core.$strict>, z.ZodMiniObject<{
1462
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1463
- id: z.ZodMiniString<string>;
1464
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1465
- }, z.core.$strict>, z.ZodMiniObject<{
1466
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1467
- url: z.ZodMiniString<string>;
1468
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1469
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1470
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1471
- }, z.core.$strict>>>;
1472
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1473
- }, z.core.$strict>]>>>;
1474
- }, z.core.$strip>;
1475
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1476
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1477
- }, z.core.$strip>, z.ZodMiniObject<{
1478
- type: z.ZodMiniLiteral<"embed">;
1479
- data: z.ZodMiniObject<{
1480
- embed_url: z.ZodMiniString<string>;
1481
- type: z.ZodMiniString<string>;
1482
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1483
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1484
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1485
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1486
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1487
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1488
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1489
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1490
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1491
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1492
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1493
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
1494
- all: z.ZodMiniUnknown;
1495
- }, z.core.$strip>;
1496
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1497
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1498
- }, z.core.$strip>]>>;
1499
- }, z.core.$strip>;
1500
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1501
- }, z.core.$strip>>;
1502
- }, z.core.$strict>>;
1503
- }, z.core.$strip>, z.ZodMiniObject<{
1504
- type: z.ZodMiniLiteral<"Text">;
1505
- value: z.ZodMiniString<string>;
1506
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1507
- }, z.core.$strip>, z.ZodMiniObject<{
1508
- type: z.ZodMiniLiteral<"Timestamp">;
1509
- value: z.ZodMiniString<string>;
1510
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1511
- }, z.core.$strip>]>, z.ZodMiniObject<{
1512
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
1513
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
1514
- }, z.core.$strip>]>, z.ZodMiniObject<{
1515
- __TYPE__: z.ZodMiniLiteral<"CompositeSliceContent">;
1516
- nonRepeat: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1517
- type: z.ZodMiniString<string>;
1518
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
1519
- }, z.core.$strip>, z.ZodMiniObject<{
1520
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
1521
- value: z.ZodMiniBoolean<boolean>;
1522
- }, z.core.$strip>, z.ZodMiniObject<{
1523
- type: z.ZodMiniLiteral<"Color">;
1524
- value: z.ZodMiniString<string>;
1525
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1526
- }, z.core.$strip>, z.ZodMiniObject<{
1527
- type: z.ZodMiniLiteral<"Date">;
1528
- value: z.ZodMiniString<string>;
1529
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1530
- }, z.core.$strip>, z.ZodMiniObject<{
1531
- embed_url: z.ZodMiniString<string>;
1532
- type: z.ZodMiniString<string>;
1533
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1534
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1535
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1536
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1537
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1538
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1539
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
1540
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1541
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1542
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
1543
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1544
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
1545
- all: z.ZodMiniUnknown;
1546
- }, z.core.$strip>, z.ZodMiniObject<{
1547
- position: z.ZodMiniObject<{
1548
- lat: z.ZodMiniNumber<number>;
1549
- lng: z.ZodMiniNumber<number>;
1550
- }, z.core.$strip>;
1551
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
1552
- }, z.core.$strip>, z.ZodMiniObject<{
1553
- origin: z.ZodMiniObject<{
1554
- id: z.ZodMiniString<string>;
1555
- url: z.ZodMiniString<string>;
1556
- width: z.ZodMiniNumber<number>;
1557
- height: z.ZodMiniNumber<number>;
1558
- }, z.core.$strip>;
1559
- width: z.ZodMiniNumber<number>;
1560
- height: z.ZodMiniNumber<number>;
1561
- edit: z.ZodMiniObject<{
1562
- zoom: z.ZodMiniNumber<number>;
1563
- crop: z.ZodMiniObject<{
1564
- x: z.ZodMiniNumber<number>;
1565
- y: z.ZodMiniNumber<number>;
1566
- }, z.core.$strip>;
1567
- background: z.ZodMiniString<string>;
1568
- }, z.core.$strip>;
1569
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1570
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1571
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1572
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1573
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
1574
- origin: z.ZodMiniObject<{
1575
- id: z.ZodMiniString<string>;
1576
- url: z.ZodMiniString<string>;
1577
- width: z.ZodMiniNumber<number>;
1578
- height: z.ZodMiniNumber<number>;
1579
- }, z.core.$strip>;
1580
- width: z.ZodMiniNumber<number>;
1581
- height: z.ZodMiniNumber<number>;
1582
- edit: z.ZodMiniObject<{
1583
- zoom: z.ZodMiniNumber<number>;
1584
- crop: z.ZodMiniObject<{
1585
- x: z.ZodMiniNumber<number>;
1586
- y: z.ZodMiniNumber<number>;
1587
- }, z.core.$strip>;
1588
- background: z.ZodMiniString<string>;
1589
- }, z.core.$strip>;
1590
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
1591
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1592
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
1593
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1594
- }, z.core.$strip>>>;
1595
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
1596
- }, z.core.$strip>, z.ZodMiniObject<{
1597
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
1598
- value: z.ZodMiniString<string>;
1599
- }, z.core.$strip>, z.ZodMiniObject<{
1600
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
1601
- key: z.ZodMiniTransform<string, unknown>;
1602
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
1603
- text?: unknown;
1604
- variant?: unknown;
1605
- value: Record<string, unknown>;
1606
- }, Record<string, unknown>>>, z.ZodMiniObject<{
1607
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
1608
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
1609
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1610
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1611
- id: z.ZodMiniString<string>;
1612
- url: z.ZodMiniString<string>;
1613
- height: z.ZodMiniString<string>;
1614
- width: z.ZodMiniString<string>;
1615
- size: z.ZodMiniString<string>;
1616
- name: z.ZodMiniString<string>;
1617
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1618
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1619
- }, z.core.$strict>, z.ZodMiniObject<{
1620
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1621
- id: z.ZodMiniString<string>;
1622
- url: z.ZodMiniString<string>;
1623
- name: z.ZodMiniString<string>;
1624
- size: z.ZodMiniTransform<string, unknown>;
1625
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1626
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1627
- }, z.core.$strict>, z.ZodMiniObject<{
1628
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1629
- id: z.ZodMiniString<string>;
1630
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1631
- }, z.core.$strict>, z.ZodMiniObject<{
1632
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1633
- url: z.ZodMiniString<string>;
1634
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1635
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1636
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1637
- }, z.core.$strict>>>;
1638
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1639
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1640
- kind: z.ZodMiniLiteral<"image">;
1641
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1642
- }, z.core.$strict>, z.ZodMiniObject<{
1643
- kind: z.ZodMiniLiteral<"file">;
1644
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1645
- }, z.core.$strict>, z.ZodMiniObject<{
1646
- kind: z.ZodMiniLiteral<"media">;
1647
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
1648
- }, z.core.$strict>, z.ZodMiniObject<{
1649
- kind: z.ZodMiniLiteral<"document">;
1650
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1651
- }, z.core.$strict>, z.ZodMiniObject<{
1652
- kind: z.ZodMiniLiteral<"web">;
1653
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1654
- }, z.core.$strict>, z.ZodMiniObject<{
1655
- kind: z.ZodMiniTransform<"any", unknown>;
1656
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
1657
- }, z.core.$strict>]>]>;
1658
- }, z.core.$strip>>, z.ZodMiniTransform<{
1659
- kind: "image";
1660
- id: string;
1661
- url: string;
1662
- height: string;
1663
- width: string;
1664
- size: string;
1665
- name: string;
1666
- __TYPE__: "ImageLink";
1667
- date?: string | null | undefined;
1668
- variant?: string | undefined;
1669
- text?: string | undefined;
1670
- } | {
1671
- kind: "file";
1672
- id: string;
1673
- url: string;
1674
- name: string;
1675
- size: string;
1676
- __TYPE__: "FileLink";
1677
- date?: string | null | undefined;
1678
- variant?: string | undefined;
1679
- text?: string | undefined;
1680
- } | {
1681
- kind: "document";
1682
- id: string;
1683
- __TYPE__: "DocumentLink";
1684
- variant?: string | undefined;
1685
- text?: string | undefined;
1686
- } | {
1687
- kind: "web";
1688
- url: string;
1689
- __TYPE__: "ExternalLink";
1690
- target?: string | null | undefined;
1691
- preview?: {
1692
- title?: string | undefined;
1693
- } | null | undefined;
1694
- variant?: string | undefined;
1695
- text?: string | undefined;
1696
- } | {
1697
- kind: "image";
1698
- __TYPE__: "ImageLink";
1699
- variant?: string | undefined;
1700
- text?: string | undefined;
1701
- } | {
1702
- kind: "file";
1703
- __TYPE__: "FileLink";
1704
- variant?: string | undefined;
1705
- text?: string | undefined;
1706
- } | {
1707
- kind: "media";
1708
- __TYPE__: "MediaLink";
1709
- variant?: string | undefined;
1710
- text?: string | undefined;
1711
- } | {
1712
- kind: "document";
1713
- __TYPE__: "DocumentLink";
1714
- variant?: string | undefined;
1715
- text?: string | undefined;
1716
- } | {
1717
- kind: "web";
1718
- __TYPE__: "ExternalLink";
1719
- variant?: string | undefined;
1720
- text?: string | undefined;
1721
- } | {
1722
- kind: "any";
1723
- __TYPE__: "AnyLink";
1724
- variant?: string | undefined;
1725
- text?: string | undefined;
1726
- }, {
1727
- value: {
1728
- kind: "image";
1729
- id: string;
1730
- url: string;
1731
- height: string;
1732
- width: string;
1733
- size: string;
1734
- name: string;
1735
- __TYPE__: "ImageLink";
1736
- date?: string | null | undefined;
1737
- } | {
1738
- kind: "file";
1739
- id: string;
1740
- url: string;
1741
- name: string;
1742
- size: string;
1743
- __TYPE__: "FileLink";
1744
- date?: string | null | undefined;
1745
- } | {
1746
- kind: "document";
1747
- id: string;
1748
- __TYPE__: "DocumentLink";
1749
- } | {
1750
- kind: "web";
1751
- url: string;
1752
- __TYPE__: "ExternalLink";
1753
- target?: string | null | undefined;
1754
- preview?: {
1755
- title?: string | undefined;
1756
- } | null | undefined;
1757
- } | {
1758
- kind: "image";
1759
- __TYPE__: "ImageLink";
1760
- } | {
1761
- kind: "file";
1762
- __TYPE__: "FileLink";
1763
- } | {
1764
- kind: "media";
1765
- __TYPE__: "MediaLink";
1766
- } | {
1767
- kind: "document";
1768
- __TYPE__: "DocumentLink";
1769
- } | {
1770
- kind: "web";
1771
- __TYPE__: "ExternalLink";
1772
- } | {
1773
- kind: "any";
1774
- __TYPE__: "AnyLink";
1775
- };
1776
- text?: string | undefined;
1777
- variant?: string | undefined;
1778
- }>>;
1779
- }, z.core.$strip>, z.ZodMiniObject<{
1780
- type: z.ZodMiniLiteral<"Number">;
1781
- value: z.ZodMiniString<string>;
1782
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1783
- }, z.core.$strip>, z.ZodMiniObject<{
1784
- type: z.ZodMiniLiteral<"Range">;
1785
- value: z.ZodMiniString<string>;
1786
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
1787
- }, z.core.$strip>, z.ZodMiniObject<{
1788
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
1789
- type: z.ZodMiniLiteral<"Link">;
1790
- value: z.ZodMiniArray<z.ZodMiniObject<{
1791
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
1792
- key: z.ZodMiniTransform<string, unknown>;
1793
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
1794
- text?: unknown;
1795
- variant?: unknown;
1796
- value: Record<string, unknown>;
1797
- }, Record<string, unknown>>>, z.ZodMiniObject<{
1798
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
1799
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
1800
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1801
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
1802
- id: z.ZodMiniString<string>;
1803
- url: z.ZodMiniString<string>;
1804
- height: z.ZodMiniString<string>;
1805
- width: z.ZodMiniString<string>;
1806
- size: z.ZodMiniString<string>;
1807
- name: z.ZodMiniString<string>;
1808
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1809
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1810
- }, z.core.$strict>, z.ZodMiniObject<{
1811
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
1812
- id: z.ZodMiniString<string>;
1813
- url: z.ZodMiniString<string>;
1814
- name: z.ZodMiniString<string>;
1815
- size: z.ZodMiniTransform<string, unknown>;
1816
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1817
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1818
- }, z.core.$strict>, z.ZodMiniObject<{
1819
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
1820
- id: z.ZodMiniString<string>;
1821
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1822
- }, z.core.$strict>, z.ZodMiniObject<{
1823
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
1824
- url: z.ZodMiniString<string>;
1825
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
1826
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
1827
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
1828
- }, z.core.$strict>>>;
1829
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1830
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1831
- kind: z.ZodMiniLiteral<"image">;
1832
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
1833
- }, z.core.$strict>, z.ZodMiniObject<{
1834
- kind: z.ZodMiniLiteral<"file">;
1835
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
1836
- }, z.core.$strict>, z.ZodMiniObject<{
1837
- kind: z.ZodMiniLiteral<"media">;
1838
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
1839
- }, z.core.$strict>, z.ZodMiniObject<{
1840
- kind: z.ZodMiniLiteral<"document">;
1841
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
1842
- }, z.core.$strict>, z.ZodMiniObject<{
1843
- kind: z.ZodMiniLiteral<"web">;
1844
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
1845
- }, z.core.$strict>, z.ZodMiniObject<{
1846
- kind: z.ZodMiniTransform<"any", unknown>;
1847
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
1848
- }, z.core.$strict>]>]>;
1849
- }, z.core.$strip>>, z.ZodMiniTransform<{
1850
- kind: "image";
1851
- id: string;
1852
- url: string;
1853
- height: string;
1854
- width: string;
1855
- size: string;
1856
- name: string;
1857
- __TYPE__: "ImageLink";
1858
- date?: string | null | undefined;
1859
- variant?: string | undefined;
1860
- text?: string | undefined;
1861
- } | {
1862
- kind: "file";
1863
- id: string;
1864
- url: string;
1865
- name: string;
1866
- size: string;
1867
- __TYPE__: "FileLink";
1868
- date?: string | null | undefined;
1869
- variant?: string | undefined;
1870
- text?: string | undefined;
1871
- } | {
1872
- kind: "document";
1873
- id: string;
1874
- __TYPE__: "DocumentLink";
1875
- variant?: string | undefined;
1876
- text?: string | undefined;
1877
- } | {
1878
- kind: "web";
1879
- url: string;
1880
- __TYPE__: "ExternalLink";
1881
- target?: string | null | undefined;
1882
- preview?: {
1883
- title?: string | undefined;
1884
- } | null | undefined;
1885
- variant?: string | undefined;
1886
- text?: string | undefined;
1887
- } | {
1888
- kind: "image";
1889
- __TYPE__: "ImageLink";
1890
- variant?: string | undefined;
1891
- text?: string | undefined;
1892
- } | {
1893
- kind: "file";
1894
- __TYPE__: "FileLink";
1895
- variant?: string | undefined;
1896
- text?: string | undefined;
1897
- } | {
1898
- kind: "media";
1899
- __TYPE__: "MediaLink";
1900
- variant?: string | undefined;
1901
- text?: string | undefined;
1902
- } | {
1903
- kind: "document";
1904
- __TYPE__: "DocumentLink";
1905
- variant?: string | undefined;
1906
- text?: string | undefined;
1907
- } | {
1908
- kind: "web";
1909
- __TYPE__: "ExternalLink";
1910
- variant?: string | undefined;
1911
- text?: string | undefined;
1912
- } | {
1913
- kind: "any";
1914
- __TYPE__: "AnyLink";
1915
- variant?: string | undefined;
1916
- text?: string | undefined;
1917
- }, {
1918
- value: {
1919
- kind: "image";
1920
- id: string;
1921
- url: string;
1922
- height: string;
1923
- width: string;
1924
- size: string;
1925
- name: string;
1926
- __TYPE__: "ImageLink";
1927
- date?: string | null | undefined;
1928
- } | {
1929
- kind: "file";
1930
- id: string;
1931
- url: string;
1932
- name: string;
1933
- size: string;
1934
- __TYPE__: "FileLink";
1935
- date?: string | null | undefined;
1936
- } | {
1937
- kind: "document";
1938
- id: string;
1939
- __TYPE__: "DocumentLink";
1940
- } | {
1941
- kind: "web";
1942
- url: string;
1943
- __TYPE__: "ExternalLink";
1944
- target?: string | null | undefined;
1945
- preview?: {
1946
- title?: string | undefined;
1947
- } | null | undefined;
1948
- } | {
1949
- kind: "image";
1950
- __TYPE__: "ImageLink";
1951
- } | {
1952
- kind: "file";
1953
- __TYPE__: "FileLink";
1954
- } | {
1955
- kind: "media";
1956
- __TYPE__: "MediaLink";
1957
- } | {
1958
- kind: "document";
1959
- __TYPE__: "DocumentLink";
1960
- } | {
1961
- kind: "web";
1962
- __TYPE__: "ExternalLink";
1963
- } | {
1964
- kind: "any";
1965
- __TYPE__: "AnyLink";
1966
- };
1967
- text?: string | undefined;
1968
- variant?: string | undefined;
1969
- }>>;
1970
- }, z.core.$strip>>;
1971
- }, z.core.$strip>, z.ZodMiniObject<{
1972
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
1973
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1974
- 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">]>;
1975
- content: z.ZodMiniObject<{
1976
- text: z.ZodMiniString<string>;
1977
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
1978
- type: "label";
1979
- start: number;
1980
- end: number;
1981
- data: string;
1982
- } | {
1983
- type: "list-item" | "strong" | "em";
1984
- start: number;
1985
- end: number;
1986
- } | {
1987
- type: "hyperlink";
1988
- start: number;
1989
- end: number;
1990
- data: {
1991
- kind: "image";
1992
- id: string;
1993
- url: string;
1994
- height: string;
1995
- width: string;
1996
- size: string;
1997
- name: string;
1998
- __TYPE__: "ImageLink";
1999
- date?: string | null | undefined;
2000
- } | {
2001
- kind: "file";
2002
- id: string;
2003
- url: string;
2004
- name: string;
2005
- size: string;
2006
- __TYPE__: "FileLink";
2007
- date?: string | null | undefined;
2008
- } | {
2009
- kind: "document";
2010
- id: string;
2011
- __TYPE__: "DocumentLink";
2012
- } | {
2013
- kind: "web";
2014
- url: string;
2015
- __TYPE__: "ExternalLink";
2016
- target?: string | null | undefined;
2017
- preview?: {
2018
- title?: string | undefined;
2019
- } | null | undefined;
2020
- };
2021
- })[], unknown[]>>>;
2022
- }, z.core.$strip>;
2023
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2024
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2025
- }, z.core.$strip>, z.ZodMiniObject<{
2026
- type: z.ZodMiniLiteral<"image">;
2027
- data: z.ZodMiniObject<{
2028
- origin: z.ZodMiniObject<{
2029
- id: z.ZodMiniString<string>;
2030
- url: z.ZodMiniString<string>;
2031
- width: z.ZodMiniNumber<number>;
2032
- height: z.ZodMiniNumber<number>;
2033
- }, z.core.$strip>;
2034
- width: z.ZodMiniNumber<number>;
2035
- height: z.ZodMiniNumber<number>;
2036
- edit: z.ZodMiniObject<{
2037
- zoom: z.ZodMiniNumber<number>;
2038
- crop: z.ZodMiniObject<{
2039
- x: z.ZodMiniNumber<number>;
2040
- y: z.ZodMiniNumber<number>;
2041
- }, z.core.$strip>;
2042
- background: z.ZodMiniString<string>;
2043
- }, z.core.$strip>;
2044
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2045
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2046
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2047
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2048
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2049
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2050
- id: z.ZodMiniString<string>;
2051
- url: z.ZodMiniString<string>;
2052
- height: z.ZodMiniString<string>;
2053
- width: z.ZodMiniString<string>;
2054
- size: z.ZodMiniString<string>;
2055
- name: z.ZodMiniString<string>;
2056
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2057
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2058
- }, z.core.$strict>, z.ZodMiniObject<{
2059
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2060
- id: z.ZodMiniString<string>;
2061
- url: z.ZodMiniString<string>;
2062
- name: z.ZodMiniString<string>;
2063
- size: z.ZodMiniTransform<string, unknown>;
2064
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2065
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2066
- }, z.core.$strict>, z.ZodMiniObject<{
2067
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2068
- id: z.ZodMiniString<string>;
2069
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2070
- }, z.core.$strict>, z.ZodMiniObject<{
2071
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2072
- url: z.ZodMiniString<string>;
2073
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2074
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2075
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2076
- }, z.core.$strict>>>;
2077
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2078
- }, z.core.$strict>]>>>;
2079
- }, z.core.$strip>;
2080
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2081
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2082
- }, z.core.$strip>, z.ZodMiniObject<{
2083
- type: z.ZodMiniLiteral<"embed">;
2084
- data: z.ZodMiniObject<{
2085
- embed_url: z.ZodMiniString<string>;
2086
- type: z.ZodMiniString<string>;
2087
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2088
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2089
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2090
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2091
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2092
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2093
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2094
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2095
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2096
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2097
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2098
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2099
- all: z.ZodMiniUnknown;
2100
- }, z.core.$strip>;
2101
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2102
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2103
- }, z.core.$strip>]>>;
2104
- }, z.core.$strip>, z.ZodMiniObject<{
2105
- type: z.ZodMiniLiteral<"Select">;
2106
- value: z.ZodMiniString<string>;
2107
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2108
- }, z.core.$strip>, z.ZodMiniObject<{
2109
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
2110
- }, z.core.$strip>, z.ZodMiniObject<{
2111
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
2112
- content: z.ZodMiniArray<z.ZodMiniObject<{
2113
- key: z.ZodMiniTransform<string, unknown>;
2114
- type: z.ZodMiniLiteral<"tableRow">;
2115
- content: z.ZodMiniArray<z.ZodMiniObject<{
2116
- key: z.ZodMiniTransform<string, unknown>;
2117
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
2118
- content: z.ZodMiniObject<{
2119
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
2120
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2121
- 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">]>;
2122
- content: z.ZodMiniObject<{
2123
- text: z.ZodMiniString<string>;
2124
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
2125
- type: "label";
2126
- start: number;
2127
- end: number;
2128
- data: string;
2129
- } | {
2130
- type: "list-item" | "strong" | "em";
2131
- start: number;
2132
- end: number;
2133
- } | {
2134
- type: "hyperlink";
2135
- start: number;
2136
- end: number;
2137
- data: {
2138
- kind: "image";
2139
- id: string;
2140
- url: string;
2141
- height: string;
2142
- width: string;
2143
- size: string;
2144
- name: string;
2145
- __TYPE__: "ImageLink";
2146
- date?: string | null | undefined;
2147
- } | {
2148
- kind: "file";
2149
- id: string;
2150
- url: string;
2151
- name: string;
2152
- size: string;
2153
- __TYPE__: "FileLink";
2154
- date?: string | null | undefined;
2155
- } | {
2156
- kind: "document";
2157
- id: string;
2158
- __TYPE__: "DocumentLink";
2159
- } | {
2160
- kind: "web";
2161
- url: string;
2162
- __TYPE__: "ExternalLink";
2163
- target?: string | null | undefined;
2164
- preview?: {
2165
- title?: string | undefined;
2166
- } | null | undefined;
2167
- };
2168
- })[], unknown[]>>>;
2169
- }, z.core.$strip>;
2170
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2171
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2172
- }, z.core.$strip>, z.ZodMiniObject<{
2173
- type: z.ZodMiniLiteral<"image">;
2174
- data: z.ZodMiniObject<{
2175
- origin: z.ZodMiniObject<{
2176
- id: z.ZodMiniString<string>;
2177
- url: z.ZodMiniString<string>;
2178
- width: z.ZodMiniNumber<number>;
2179
- height: z.ZodMiniNumber<number>;
2180
- }, z.core.$strip>;
2181
- width: z.ZodMiniNumber<number>;
2182
- height: z.ZodMiniNumber<number>;
2183
- edit: z.ZodMiniObject<{
2184
- zoom: z.ZodMiniNumber<number>;
2185
- crop: z.ZodMiniObject<{
2186
- x: z.ZodMiniNumber<number>;
2187
- y: z.ZodMiniNumber<number>;
2188
- }, z.core.$strip>;
2189
- background: z.ZodMiniString<string>;
2190
- }, z.core.$strip>;
2191
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2192
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2193
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2194
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2195
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2196
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2197
- id: z.ZodMiniString<string>;
2198
- url: z.ZodMiniString<string>;
2199
- height: z.ZodMiniString<string>;
2200
- width: z.ZodMiniString<string>;
2201
- size: z.ZodMiniString<string>;
2202
- name: z.ZodMiniString<string>;
2203
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2204
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2205
- }, z.core.$strict>, z.ZodMiniObject<{
2206
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2207
- id: z.ZodMiniString<string>;
2208
- url: z.ZodMiniString<string>;
2209
- name: z.ZodMiniString<string>;
2210
- size: z.ZodMiniTransform<string, unknown>;
2211
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2212
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2213
- }, z.core.$strict>, z.ZodMiniObject<{
2214
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2215
- id: z.ZodMiniString<string>;
2216
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2217
- }, z.core.$strict>, z.ZodMiniObject<{
2218
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2219
- url: z.ZodMiniString<string>;
2220
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2221
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2222
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2223
- }, z.core.$strict>>>;
2224
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2225
- }, z.core.$strict>]>>>;
2226
- }, z.core.$strip>;
2227
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2228
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2229
- }, z.core.$strip>, z.ZodMiniObject<{
2230
- type: z.ZodMiniLiteral<"embed">;
2231
- data: z.ZodMiniObject<{
2232
- embed_url: z.ZodMiniString<string>;
2233
- type: z.ZodMiniString<string>;
2234
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2235
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2236
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2237
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2238
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2239
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2240
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2241
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2242
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2243
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2244
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2245
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2246
- all: z.ZodMiniUnknown;
2247
- }, z.core.$strip>;
2248
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2249
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2250
- }, z.core.$strip>]>>;
2251
- }, z.core.$strip>;
2252
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2253
- }, z.core.$strip>>;
2254
- }, z.core.$strict>>;
2255
- }, z.core.$strip>, z.ZodMiniObject<{
2256
- type: z.ZodMiniLiteral<"Text">;
2257
- value: z.ZodMiniString<string>;
2258
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2259
- }, z.core.$strip>, z.ZodMiniObject<{
2260
- type: z.ZodMiniLiteral<"Timestamp">;
2261
- value: z.ZodMiniString<string>;
2262
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2263
- }, z.core.$strip>]>>;
2264
- repeat: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
2265
- }, z.core.$strip>, z.ZodMiniObject<{
2266
- __TYPE__: z.ZodMiniLiteral<"SharedSliceContent">;
2267
- variation: z.ZodMiniString<string>;
2268
- primary: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2269
- type: z.ZodMiniString<string>;
2270
- __TYPE__: z.ZodMiniLiteral<"EmptyContent">;
2271
- }, z.core.$strip>, z.ZodMiniObject<{
2272
- __TYPE__: z.ZodMiniLiteral<"BooleanContent">;
2273
- value: z.ZodMiniBoolean<boolean>;
2274
- }, z.core.$strip>, z.ZodMiniObject<{
2275
- type: z.ZodMiniLiteral<"Color">;
2276
- value: z.ZodMiniString<string>;
2277
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2278
- }, z.core.$strip>, z.ZodMiniObject<{
2279
- type: z.ZodMiniLiteral<"Date">;
2280
- value: z.ZodMiniString<string>;
2281
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2282
- }, z.core.$strip>, z.ZodMiniObject<{
2283
- embed_url: z.ZodMiniString<string>;
2284
- type: z.ZodMiniString<string>;
2285
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2286
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2287
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2288
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2289
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2290
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2291
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2292
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2293
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2294
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2295
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2296
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2297
- all: z.ZodMiniUnknown;
2298
- }, z.core.$strip>, z.ZodMiniObject<{
2299
- position: z.ZodMiniObject<{
2300
- lat: z.ZodMiniNumber<number>;
2301
- lng: z.ZodMiniNumber<number>;
2302
- }, z.core.$strip>;
2303
- __TYPE__: z.ZodMiniLiteral<"GeoPointContent">;
2304
- }, z.core.$strip>, z.ZodMiniObject<{
2305
- origin: z.ZodMiniObject<{
2306
- id: z.ZodMiniString<string>;
2307
- url: z.ZodMiniString<string>;
2308
- width: z.ZodMiniNumber<number>;
2309
- height: z.ZodMiniNumber<number>;
2310
- }, z.core.$strip>;
2311
- width: z.ZodMiniNumber<number>;
2312
- height: z.ZodMiniNumber<number>;
2313
- edit: z.ZodMiniObject<{
2314
- zoom: z.ZodMiniNumber<number>;
2315
- crop: z.ZodMiniObject<{
2316
- x: z.ZodMiniNumber<number>;
2317
- y: z.ZodMiniNumber<number>;
2318
- }, z.core.$strip>;
2319
- background: z.ZodMiniString<string>;
2320
- }, z.core.$strip>;
2321
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2322
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2323
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2324
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2325
- thumbnails: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
2326
- origin: z.ZodMiniObject<{
2327
- id: z.ZodMiniString<string>;
2328
- url: z.ZodMiniString<string>;
2329
- width: z.ZodMiniNumber<number>;
2330
- height: z.ZodMiniNumber<number>;
2331
- }, z.core.$strip>;
2332
- width: z.ZodMiniNumber<number>;
2333
- height: z.ZodMiniNumber<number>;
2334
- edit: z.ZodMiniObject<{
2335
- zoom: z.ZodMiniNumber<number>;
2336
- crop: z.ZodMiniObject<{
2337
- x: z.ZodMiniNumber<number>;
2338
- y: z.ZodMiniNumber<number>;
2339
- }, z.core.$strip>;
2340
- background: z.ZodMiniString<string>;
2341
- }, z.core.$strip>;
2342
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2343
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2344
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2345
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2346
- }, z.core.$strip>>>;
2347
- __TYPE__: z.ZodMiniLiteral<"ImageContent">;
2348
- }, z.core.$strip>, z.ZodMiniObject<{
2349
- __TYPE__: z.ZodMiniLiteral<"IntegrationFieldsContent">;
2350
- value: z.ZodMiniString<string>;
2351
- }, z.core.$strip>, z.ZodMiniObject<{
2352
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
2353
- key: z.ZodMiniTransform<string, unknown>;
2354
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
2355
- text?: unknown;
2356
- variant?: unknown;
2357
- value: Record<string, unknown>;
2358
- }, Record<string, unknown>>>, z.ZodMiniObject<{
2359
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
2360
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
2361
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2362
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2363
- id: z.ZodMiniString<string>;
2364
- url: z.ZodMiniString<string>;
2365
- height: z.ZodMiniString<string>;
2366
- width: z.ZodMiniString<string>;
2367
- size: z.ZodMiniString<string>;
2368
- name: z.ZodMiniString<string>;
2369
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2370
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2371
- }, z.core.$strict>, z.ZodMiniObject<{
2372
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2373
- id: z.ZodMiniString<string>;
2374
- url: z.ZodMiniString<string>;
2375
- name: z.ZodMiniString<string>;
2376
- size: z.ZodMiniTransform<string, unknown>;
2377
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2378
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2379
- }, z.core.$strict>, z.ZodMiniObject<{
2380
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2381
- id: z.ZodMiniString<string>;
2382
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2383
- }, z.core.$strict>, z.ZodMiniObject<{
2384
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2385
- url: z.ZodMiniString<string>;
2386
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2387
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2388
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2389
- }, z.core.$strict>>>;
2390
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2391
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2392
- kind: z.ZodMiniLiteral<"image">;
2393
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2394
- }, z.core.$strict>, z.ZodMiniObject<{
2395
- kind: z.ZodMiniLiteral<"file">;
2396
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2397
- }, z.core.$strict>, z.ZodMiniObject<{
2398
- kind: z.ZodMiniLiteral<"media">;
2399
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
2400
- }, z.core.$strict>, z.ZodMiniObject<{
2401
- kind: z.ZodMiniLiteral<"document">;
2402
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2403
- }, z.core.$strict>, z.ZodMiniObject<{
2404
- kind: z.ZodMiniLiteral<"web">;
2405
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2406
- }, z.core.$strict>, z.ZodMiniObject<{
2407
- kind: z.ZodMiniTransform<"any", unknown>;
2408
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
2409
- }, z.core.$strict>]>]>;
2410
- }, z.core.$strip>>, z.ZodMiniTransform<{
2411
- kind: "image";
2412
- id: string;
2413
- url: string;
2414
- height: string;
2415
- width: string;
2416
- size: string;
2417
- name: string;
2418
- __TYPE__: "ImageLink";
2419
- date?: string | null | undefined;
2420
- variant?: string | undefined;
2421
- text?: string | undefined;
2422
- } | {
2423
- kind: "file";
2424
- id: string;
2425
- url: string;
2426
- name: string;
2427
- size: string;
2428
- __TYPE__: "FileLink";
2429
- date?: string | null | undefined;
2430
- variant?: string | undefined;
2431
- text?: string | undefined;
2432
- } | {
2433
- kind: "document";
2434
- id: string;
2435
- __TYPE__: "DocumentLink";
2436
- variant?: string | undefined;
2437
- text?: string | undefined;
2438
- } | {
2439
- kind: "web";
2440
- url: string;
2441
- __TYPE__: "ExternalLink";
2442
- target?: string | null | undefined;
2443
- preview?: {
2444
- title?: string | undefined;
2445
- } | null | undefined;
2446
- variant?: string | undefined;
2447
- text?: string | undefined;
2448
- } | {
2449
- kind: "image";
2450
- __TYPE__: "ImageLink";
2451
- variant?: string | undefined;
2452
- text?: string | undefined;
2453
- } | {
2454
- kind: "file";
2455
- __TYPE__: "FileLink";
2456
- variant?: string | undefined;
2457
- text?: string | undefined;
2458
- } | {
2459
- kind: "media";
2460
- __TYPE__: "MediaLink";
2461
- variant?: string | undefined;
2462
- text?: string | undefined;
2463
- } | {
2464
- kind: "document";
2465
- __TYPE__: "DocumentLink";
2466
- variant?: string | undefined;
2467
- text?: string | undefined;
2468
- } | {
2469
- kind: "web";
2470
- __TYPE__: "ExternalLink";
2471
- variant?: string | undefined;
2472
- text?: string | undefined;
2473
- } | {
2474
- kind: "any";
2475
- __TYPE__: "AnyLink";
2476
- variant?: string | undefined;
2477
- text?: string | undefined;
2478
- }, {
2479
- value: {
2480
- kind: "image";
2481
- id: string;
2482
- url: string;
2483
- height: string;
2484
- width: string;
2485
- size: string;
2486
- name: string;
2487
- __TYPE__: "ImageLink";
2488
- date?: string | null | undefined;
2489
- } | {
2490
- kind: "file";
2491
- id: string;
2492
- url: string;
2493
- name: string;
2494
- size: string;
2495
- __TYPE__: "FileLink";
2496
- date?: string | null | undefined;
2497
- } | {
2498
- kind: "document";
2499
- id: string;
2500
- __TYPE__: "DocumentLink";
2501
- } | {
2502
- kind: "web";
2503
- url: string;
2504
- __TYPE__: "ExternalLink";
2505
- target?: string | null | undefined;
2506
- preview?: {
2507
- title?: string | undefined;
2508
- } | null | undefined;
2509
- } | {
2510
- kind: "image";
2511
- __TYPE__: "ImageLink";
2512
- } | {
2513
- kind: "file";
2514
- __TYPE__: "FileLink";
2515
- } | {
2516
- kind: "media";
2517
- __TYPE__: "MediaLink";
2518
- } | {
2519
- kind: "document";
2520
- __TYPE__: "DocumentLink";
2521
- } | {
2522
- kind: "web";
2523
- __TYPE__: "ExternalLink";
2524
- } | {
2525
- kind: "any";
2526
- __TYPE__: "AnyLink";
2527
- };
2528
- text?: string | undefined;
2529
- variant?: string | undefined;
2530
- }>>;
2531
- }, z.core.$strip>, z.ZodMiniObject<{
2532
- type: z.ZodMiniLiteral<"Number">;
2533
- value: z.ZodMiniString<string>;
2534
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2535
- }, z.core.$strip>, z.ZodMiniObject<{
2536
- type: z.ZodMiniLiteral<"Range">;
2537
- value: z.ZodMiniString<string>;
2538
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2539
- }, z.core.$strip>, z.ZodMiniObject<{
2540
- __TYPE__: z.ZodMiniLiteral<"RepeatableContent">;
2541
- type: z.ZodMiniLiteral<"Link">;
2542
- value: z.ZodMiniArray<z.ZodMiniObject<{
2543
- __TYPE__: z.ZodMiniLiteral<"LinkContent">;
2544
- key: z.ZodMiniTransform<string, unknown>;
2545
- value: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>, z.ZodMiniTransform<{
2546
- text?: unknown;
2547
- variant?: unknown;
2548
- value: Record<string, unknown>;
2549
- }, Record<string, unknown>>>, z.ZodMiniObject<{
2550
- text: z.ZodMiniOptional<z.ZodMiniString<string>>;
2551
- variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
2552
- value: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2553
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2554
- id: z.ZodMiniString<string>;
2555
- url: z.ZodMiniString<string>;
2556
- height: z.ZodMiniString<string>;
2557
- width: z.ZodMiniString<string>;
2558
- size: z.ZodMiniString<string>;
2559
- name: z.ZodMiniString<string>;
2560
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2561
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2562
- }, z.core.$strict>, z.ZodMiniObject<{
2563
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2564
- id: z.ZodMiniString<string>;
2565
- url: z.ZodMiniString<string>;
2566
- name: z.ZodMiniString<string>;
2567
- size: z.ZodMiniTransform<string, unknown>;
2568
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2569
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2570
- }, z.core.$strict>, z.ZodMiniObject<{
2571
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2572
- id: z.ZodMiniString<string>;
2573
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2574
- }, z.core.$strict>, z.ZodMiniObject<{
2575
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2576
- url: z.ZodMiniString<string>;
2577
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2578
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2579
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2580
- }, z.core.$strict>>>;
2581
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2582
- }, z.core.$strict>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2583
- kind: z.ZodMiniLiteral<"image">;
2584
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2585
- }, z.core.$strict>, z.ZodMiniObject<{
2586
- kind: z.ZodMiniLiteral<"file">;
2587
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2588
- }, z.core.$strict>, z.ZodMiniObject<{
2589
- kind: z.ZodMiniLiteral<"media">;
2590
- __TYPE__: z.ZodMiniLiteral<"MediaLink">;
2591
- }, z.core.$strict>, z.ZodMiniObject<{
2592
- kind: z.ZodMiniLiteral<"document">;
2593
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2594
- }, z.core.$strict>, z.ZodMiniObject<{
2595
- kind: z.ZodMiniLiteral<"web">;
2596
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2597
- }, z.core.$strict>, z.ZodMiniObject<{
2598
- kind: z.ZodMiniTransform<"any", unknown>;
2599
- __TYPE__: z.ZodMiniLiteral<"AnyLink">;
2600
- }, z.core.$strict>]>]>;
2601
- }, z.core.$strip>>, z.ZodMiniTransform<{
2602
- kind: "image";
2603
- id: string;
2604
- url: string;
2605
- height: string;
2606
- width: string;
2607
- size: string;
2608
- name: string;
2609
- __TYPE__: "ImageLink";
2610
- date?: string | null | undefined;
2611
- variant?: string | undefined;
2612
- text?: string | undefined;
2613
- } | {
2614
- kind: "file";
2615
- id: string;
2616
- url: string;
2617
- name: string;
2618
- size: string;
2619
- __TYPE__: "FileLink";
2620
- date?: string | null | undefined;
2621
- variant?: string | undefined;
2622
- text?: string | undefined;
2623
- } | {
2624
- kind: "document";
2625
- id: string;
2626
- __TYPE__: "DocumentLink";
2627
- variant?: string | undefined;
2628
- text?: string | undefined;
2629
- } | {
2630
- kind: "web";
2631
- url: string;
2632
- __TYPE__: "ExternalLink";
2633
- target?: string | null | undefined;
2634
- preview?: {
2635
- title?: string | undefined;
2636
- } | null | undefined;
2637
- variant?: string | undefined;
2638
- text?: string | undefined;
2639
- } | {
2640
- kind: "image";
2641
- __TYPE__: "ImageLink";
2642
- variant?: string | undefined;
2643
- text?: string | undefined;
2644
- } | {
2645
- kind: "file";
2646
- __TYPE__: "FileLink";
2647
- variant?: string | undefined;
2648
- text?: string | undefined;
2649
- } | {
2650
- kind: "media";
2651
- __TYPE__: "MediaLink";
2652
- variant?: string | undefined;
2653
- text?: string | undefined;
2654
- } | {
2655
- kind: "document";
2656
- __TYPE__: "DocumentLink";
2657
- variant?: string | undefined;
2658
- text?: string | undefined;
2659
- } | {
2660
- kind: "web";
2661
- __TYPE__: "ExternalLink";
2662
- variant?: string | undefined;
2663
- text?: string | undefined;
2664
- } | {
2665
- kind: "any";
2666
- __TYPE__: "AnyLink";
2667
- variant?: string | undefined;
2668
- text?: string | undefined;
2669
- }, {
2670
- value: {
2671
- kind: "image";
2672
- id: string;
2673
- url: string;
2674
- height: string;
2675
- width: string;
2676
- size: string;
2677
- name: string;
2678
- __TYPE__: "ImageLink";
2679
- date?: string | null | undefined;
2680
- } | {
2681
- kind: "file";
2682
- id: string;
2683
- url: string;
2684
- name: string;
2685
- size: string;
2686
- __TYPE__: "FileLink";
2687
- date?: string | null | undefined;
2688
- } | {
2689
- kind: "document";
2690
- id: string;
2691
- __TYPE__: "DocumentLink";
2692
- } | {
2693
- kind: "web";
2694
- url: string;
2695
- __TYPE__: "ExternalLink";
2696
- target?: string | null | undefined;
2697
- preview?: {
2698
- title?: string | undefined;
2699
- } | null | undefined;
2700
- } | {
2701
- kind: "image";
2702
- __TYPE__: "ImageLink";
2703
- } | {
2704
- kind: "file";
2705
- __TYPE__: "FileLink";
2706
- } | {
2707
- kind: "media";
2708
- __TYPE__: "MediaLink";
2709
- } | {
2710
- kind: "document";
2711
- __TYPE__: "DocumentLink";
2712
- } | {
2713
- kind: "web";
2714
- __TYPE__: "ExternalLink";
2715
- } | {
2716
- kind: "any";
2717
- __TYPE__: "AnyLink";
2718
- };
2719
- text?: string | undefined;
2720
- variant?: string | undefined;
2721
- }>>;
2722
- }, z.core.$strip>>;
2723
- }, z.core.$strip>, z.ZodMiniObject<{
2724
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
2725
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2726
- 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">]>;
2727
- content: z.ZodMiniObject<{
2728
- text: z.ZodMiniString<string>;
2729
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
2730
- type: "label";
2731
- start: number;
2732
- end: number;
2733
- data: string;
2734
- } | {
2735
- type: "list-item" | "strong" | "em";
2736
- start: number;
2737
- end: number;
2738
- } | {
2739
- type: "hyperlink";
2740
- start: number;
2741
- end: number;
2742
- data: {
2743
- kind: "image";
2744
- id: string;
2745
- url: string;
2746
- height: string;
2747
- width: string;
2748
- size: string;
2749
- name: string;
2750
- __TYPE__: "ImageLink";
2751
- date?: string | null | undefined;
2752
- } | {
2753
- kind: "file";
2754
- id: string;
2755
- url: string;
2756
- name: string;
2757
- size: string;
2758
- __TYPE__: "FileLink";
2759
- date?: string | null | undefined;
2760
- } | {
2761
- kind: "document";
2762
- id: string;
2763
- __TYPE__: "DocumentLink";
2764
- } | {
2765
- kind: "web";
2766
- url: string;
2767
- __TYPE__: "ExternalLink";
2768
- target?: string | null | undefined;
2769
- preview?: {
2770
- title?: string | undefined;
2771
- } | null | undefined;
2772
- };
2773
- })[], unknown[]>>>;
2774
- }, z.core.$strip>;
2775
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2776
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2777
- }, z.core.$strip>, z.ZodMiniObject<{
2778
- type: z.ZodMiniLiteral<"image">;
2779
- data: z.ZodMiniObject<{
2780
- origin: z.ZodMiniObject<{
2781
- id: z.ZodMiniString<string>;
2782
- url: z.ZodMiniString<string>;
2783
- width: z.ZodMiniNumber<number>;
2784
- height: z.ZodMiniNumber<number>;
2785
- }, z.core.$strip>;
2786
- width: z.ZodMiniNumber<number>;
2787
- height: z.ZodMiniNumber<number>;
2788
- edit: z.ZodMiniObject<{
2789
- zoom: z.ZodMiniNumber<number>;
2790
- crop: z.ZodMiniObject<{
2791
- x: z.ZodMiniNumber<number>;
2792
- y: z.ZodMiniNumber<number>;
2793
- }, z.core.$strip>;
2794
- background: z.ZodMiniString<string>;
2795
- }, z.core.$strip>;
2796
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2797
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2798
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2799
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2800
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2801
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2802
- id: z.ZodMiniString<string>;
2803
- url: z.ZodMiniString<string>;
2804
- height: z.ZodMiniString<string>;
2805
- width: z.ZodMiniString<string>;
2806
- size: z.ZodMiniString<string>;
2807
- name: z.ZodMiniString<string>;
2808
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2809
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2810
- }, z.core.$strict>, z.ZodMiniObject<{
2811
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2812
- id: z.ZodMiniString<string>;
2813
- url: z.ZodMiniString<string>;
2814
- name: z.ZodMiniString<string>;
2815
- size: z.ZodMiniTransform<string, unknown>;
2816
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2817
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2818
- }, z.core.$strict>, z.ZodMiniObject<{
2819
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2820
- id: z.ZodMiniString<string>;
2821
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2822
- }, z.core.$strict>, z.ZodMiniObject<{
2823
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2824
- url: z.ZodMiniString<string>;
2825
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2826
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2827
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2828
- }, z.core.$strict>>>;
2829
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2830
- }, z.core.$strict>]>>>;
2831
- }, z.core.$strip>;
2832
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2833
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2834
- }, z.core.$strip>, z.ZodMiniObject<{
2835
- type: z.ZodMiniLiteral<"embed">;
2836
- data: z.ZodMiniObject<{
2837
- embed_url: z.ZodMiniString<string>;
2838
- type: z.ZodMiniString<string>;
2839
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2840
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2841
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2842
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2843
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2844
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2845
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2846
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2847
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2848
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2849
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2850
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2851
- all: z.ZodMiniUnknown;
2852
- }, z.core.$strip>;
2853
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2854
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2855
- }, z.core.$strip>]>>;
2856
- }, z.core.$strip>, z.ZodMiniObject<{
2857
- type: z.ZodMiniLiteral<"Select">;
2858
- value: z.ZodMiniString<string>;
2859
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
2860
- }, z.core.$strip>, z.ZodMiniObject<{
2861
- __TYPE__: z.ZodMiniLiteral<"SeparatorContent">;
2862
- }, z.core.$strip>, z.ZodMiniObject<{
2863
- __TYPE__: z.ZodMiniLiteral<"TableContent">;
2864
- content: z.ZodMiniArray<z.ZodMiniObject<{
2865
- key: z.ZodMiniTransform<string, unknown>;
2866
- type: z.ZodMiniLiteral<"tableRow">;
2867
- content: z.ZodMiniArray<z.ZodMiniObject<{
2868
- key: z.ZodMiniTransform<string, unknown>;
2869
- type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tableHeader">, z.ZodMiniLiteral<"tableCell">]>;
2870
- content: z.ZodMiniObject<{
2871
- __TYPE__: z.ZodMiniLiteral<"StructuredTextContent">;
2872
- value: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2873
- 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">]>;
2874
- content: z.ZodMiniObject<{
2875
- text: z.ZodMiniString<string>;
2876
- spans: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniArray<z.ZodMiniUnknown>, z.ZodMiniTransform<({
2877
- type: "label";
2878
- start: number;
2879
- end: number;
2880
- data: string;
2881
- } | {
2882
- type: "list-item" | "strong" | "em";
2883
- start: number;
2884
- end: number;
2885
- } | {
2886
- type: "hyperlink";
2887
- start: number;
2888
- end: number;
2889
- data: {
2890
- kind: "image";
2891
- id: string;
2892
- url: string;
2893
- height: string;
2894
- width: string;
2895
- size: string;
2896
- name: string;
2897
- __TYPE__: "ImageLink";
2898
- date?: string | null | undefined;
2899
- } | {
2900
- kind: "file";
2901
- id: string;
2902
- url: string;
2903
- name: string;
2904
- size: string;
2905
- __TYPE__: "FileLink";
2906
- date?: string | null | undefined;
2907
- } | {
2908
- kind: "document";
2909
- id: string;
2910
- __TYPE__: "DocumentLink";
2911
- } | {
2912
- kind: "web";
2913
- url: string;
2914
- __TYPE__: "ExternalLink";
2915
- target?: string | null | undefined;
2916
- preview?: {
2917
- title?: string | undefined;
2918
- } | null | undefined;
2919
- };
2920
- })[], unknown[]>>>;
2921
- }, z.core.$strip>;
2922
- label: z.ZodMiniOptional<z.ZodMiniString<string>>;
2923
- direction: z.ZodMiniOptional<z.ZodMiniString<string>>;
2924
- }, z.core.$strip>, z.ZodMiniObject<{
2925
- type: z.ZodMiniLiteral<"image">;
2926
- data: z.ZodMiniObject<{
2927
- origin: z.ZodMiniObject<{
2928
- id: z.ZodMiniString<string>;
2929
- url: z.ZodMiniString<string>;
2930
- width: z.ZodMiniNumber<number>;
2931
- height: z.ZodMiniNumber<number>;
2932
- }, z.core.$strip>;
2933
- width: z.ZodMiniNumber<number>;
2934
- height: z.ZodMiniNumber<number>;
2935
- edit: z.ZodMiniObject<{
2936
- zoom: z.ZodMiniNumber<number>;
2937
- crop: z.ZodMiniObject<{
2938
- x: z.ZodMiniNumber<number>;
2939
- y: z.ZodMiniNumber<number>;
2940
- }, z.core.$strip>;
2941
- background: z.ZodMiniString<string>;
2942
- }, z.core.$strip>;
2943
- url: z.ZodMiniOptional<z.ZodMiniString<string>>;
2944
- credits: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2945
- alt: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>, z.ZodMiniTransform<string | null, string | null | undefined>>>;
2946
- provider: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2947
- linkTo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
2948
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"image", string>>;
2949
- id: z.ZodMiniString<string>;
2950
- url: z.ZodMiniString<string>;
2951
- height: z.ZodMiniString<string>;
2952
- width: z.ZodMiniString<string>;
2953
- size: z.ZodMiniString<string>;
2954
- name: z.ZodMiniString<string>;
2955
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2956
- __TYPE__: z.ZodMiniLiteral<"ImageLink">;
2957
- }, z.core.$strict>, z.ZodMiniObject<{
2958
- kind: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"file", string>>;
2959
- id: z.ZodMiniString<string>;
2960
- url: z.ZodMiniString<string>;
2961
- name: z.ZodMiniString<string>;
2962
- size: z.ZodMiniTransform<string, unknown>;
2963
- date: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2964
- __TYPE__: z.ZodMiniLiteral<"FileLink">;
2965
- }, z.core.$strict>, z.ZodMiniObject<{
2966
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"document">>, z.ZodMiniTransform<"document", "document" | undefined>>;
2967
- id: z.ZodMiniString<string>;
2968
- __TYPE__: z.ZodMiniLiteral<"DocumentLink">;
2969
- }, z.core.$strict>, z.ZodMiniObject<{
2970
- kind: z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniLiteral<"web">>, z.ZodMiniTransform<"web", "web" | undefined>>;
2971
- url: z.ZodMiniString<string>;
2972
- target: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2973
- preview: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
2974
- title: z.ZodMiniOptional<z.ZodMiniString<string>>;
2975
- }, z.core.$strict>>>;
2976
- __TYPE__: z.ZodMiniLiteral<"ExternalLink">;
2977
- }, z.core.$strict>]>>>;
2978
- }, z.core.$strip>;
2979
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2980
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2981
- }, z.core.$strip>, z.ZodMiniObject<{
2982
- type: z.ZodMiniLiteral<"embed">;
2983
- data: z.ZodMiniObject<{
2984
- embed_url: z.ZodMiniString<string>;
2985
- type: z.ZodMiniString<string>;
2986
- version: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2987
- title: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2988
- author_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2989
- author_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2990
- provider_name: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2991
- provider_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2992
- cache_age: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniNumber<number>]>>>;
2993
- thumbnail_url: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2994
- thumbnail_width: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2995
- thumbnail_height: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
2996
- html: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
2997
- __TYPE__: z.ZodMiniLiteral<"EmbedContent">;
2998
- all: z.ZodMiniUnknown;
2999
- }, z.core.$strip>;
3000
- label: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3001
- direction: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
3002
- }, z.core.$strip>]>>;
3003
- }, z.core.$strip>;
3004
- columnWidth: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
3005
- }, z.core.$strip>>;
3006
- }, z.core.$strict>>;
3007
- }, z.core.$strip>, z.ZodMiniObject<{
3008
- type: z.ZodMiniLiteral<"Text">;
3009
- value: z.ZodMiniString<string>;
3010
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3011
- }, z.core.$strip>, z.ZodMiniObject<{
3012
- type: z.ZodMiniLiteral<"Timestamp">;
3013
- value: z.ZodMiniString<string>;
3014
- __TYPE__: z.ZodMiniLiteral<"FieldContent">;
3015
- }, z.core.$strip>]>, z.ZodMiniObject<{
3016
- __TYPE__: z.ZodMiniLiteral<"GroupContentType">;
3017
- value: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
3018
- }, z.core.$strip>]>>;
3019
- items: z.ZodMiniArray<z.ZodMiniType<GroupItemContent, unknown, z.core.$ZodTypeInternals<GroupItemContent, unknown>>>;
3020
- }, z.core.$strip>]>;
3021
- }, z.core.$strip>>;
3022
- }, z.core.$strip>]>>;
5
+ declare const DocumentContentSchema: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniType<WidgetContent, unknown, z.core.$ZodTypeInternals<WidgetContent, unknown>>>;
3023
6
  type DocumentContent = z.infer<typeof DocumentContentSchema>;
3024
7
  //#endregion
3025
8
  export { DocumentContent };