@prismicio/types-internal 3.1.0-alpha.3 → 3.1.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/content/Document.d.ts +138 -618
- package/lib/content/fields/RepeatableContent.d.ts +8 -24
- package/lib/content/fields/WidgetContent.d.ts +136 -616
- package/lib/content/fields/nestable/LinkContent.d.ts +24 -120
- package/lib/content/fields/nestable/LinkContent.js +59 -38
- package/lib/content/fields/nestable/NestableContent.d.ts +21 -101
- package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +0 -84
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +0 -40
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +46 -206
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +7 -39
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +46 -206
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +21 -101
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +21 -101
- package/lib/content/fields/slices/Slice/index.d.ts +73 -353
- package/lib/content/fields/slices/SliceItem.d.ts +75 -355
- package/lib/content/fields/slices/SlicesContent.d.ts +115 -515
- package/package.json +5 -5
- package/src/content/fields/nestable/LinkContent.ts +87 -46
|
@@ -114,6 +114,8 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
114
114
|
}>>]>, t.ExactC<t.TypeC<{
|
|
115
115
|
__TYPE__: t.LiteralC<"IntegrationFieldsContent">;
|
|
116
116
|
value: t.StringC;
|
|
117
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
118
|
+
key: t.Type<string, string, unknown>;
|
|
117
119
|
}>>, t.ExactC<t.TypeC<{
|
|
118
120
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
119
121
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -126,12 +128,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
126
128
|
width: t.StringC;
|
|
127
129
|
size: t.StringC;
|
|
128
130
|
name: t.StringC;
|
|
129
|
-
key: t.StringC;
|
|
130
131
|
}>>, t.ExactC<t.PartialC<{
|
|
131
132
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
132
133
|
}>>]>, t.ExactC<t.TypeC<{
|
|
133
134
|
kind: t.LiteralC<"image">;
|
|
134
|
-
key: t.StringC;
|
|
135
135
|
}>>]>, t.ExactC<t.PartialC<{
|
|
136
136
|
text: t.StringC;
|
|
137
137
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -142,29 +142,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
142
142
|
url: t.StringC;
|
|
143
143
|
name: t.StringC;
|
|
144
144
|
size: t.StringC;
|
|
145
|
-
key: t.StringC;
|
|
146
145
|
}>, t.PartialC<{
|
|
147
146
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
148
147
|
}>]>>, t.ExactC<t.TypeC<{
|
|
149
148
|
kind: t.LiteralC<"file">;
|
|
150
|
-
key: t.StringC;
|
|
151
149
|
}>>]>, t.ExactC<t.PartialC<{
|
|
152
150
|
text: t.StringC;
|
|
153
151
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
154
152
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
155
153
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
156
154
|
id: t.Type<string, string, unknown>;
|
|
157
|
-
key: t.StringC;
|
|
158
155
|
}>>, t.ExactC<t.TypeC<{
|
|
159
156
|
kind: t.LiteralC<"document">;
|
|
160
|
-
key: t.StringC;
|
|
161
157
|
}>>]>, t.ExactC<t.PartialC<{
|
|
162
158
|
text: t.StringC;
|
|
163
159
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
164
160
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
165
161
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
166
162
|
url: t.StringC;
|
|
167
|
-
key: t.StringC;
|
|
168
163
|
}>, t.PartialC<{
|
|
169
164
|
kind: t.LiteralC<"web">;
|
|
170
165
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -175,25 +170,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
175
170
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
176
171
|
}>]>>, t.ExactC<t.TypeC<{
|
|
177
172
|
kind: t.LiteralC<"web">;
|
|
178
|
-
key: t.StringC;
|
|
179
173
|
}>>]>, t.ExactC<t.PartialC<{
|
|
180
174
|
text: t.StringC;
|
|
181
175
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
182
176
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
183
177
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
184
178
|
kind: t.LiteralC<"media">;
|
|
185
|
-
key: t.StringC;
|
|
186
179
|
}>>, t.ExactC<t.PartialC<{
|
|
187
180
|
text: t.StringC;
|
|
188
181
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
189
182
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
190
183
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
191
184
|
kind: t.LiteralC<"any">;
|
|
192
|
-
key: t.StringC;
|
|
193
185
|
}>, t.PartialC<{
|
|
194
186
|
text: t.StringC;
|
|
195
187
|
}>]>>]>]>;
|
|
196
|
-
}
|
|
188
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
197
189
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
198
190
|
value: t.ArrayC<t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
199
191
|
type: t.LiteralC<"image">;
|
|
@@ -230,7 +222,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
230
222
|
width: string;
|
|
231
223
|
size: string;
|
|
232
224
|
name: string;
|
|
233
|
-
key: string;
|
|
234
225
|
} & {
|
|
235
226
|
date?: string | null | undefined;
|
|
236
227
|
}) | ({
|
|
@@ -241,19 +232,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
241
232
|
url: string;
|
|
242
233
|
name: string;
|
|
243
234
|
size: string;
|
|
244
|
-
key: string;
|
|
245
235
|
} & {
|
|
246
236
|
date?: string | null | undefined;
|
|
247
237
|
}) | ({
|
|
248
238
|
__TYPE__: "DocumentLink";
|
|
249
239
|
} & {
|
|
250
240
|
id: string;
|
|
251
|
-
key: string;
|
|
252
241
|
}) | ({
|
|
253
242
|
__TYPE__: "ExternalLink";
|
|
254
243
|
} & {
|
|
255
244
|
url: string;
|
|
256
|
-
key: string;
|
|
257
245
|
} & {
|
|
258
246
|
kind?: "web";
|
|
259
247
|
target?: string | null | undefined;
|
|
@@ -270,7 +258,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
270
258
|
width: string;
|
|
271
259
|
size: string;
|
|
272
260
|
name: string;
|
|
273
|
-
key: string;
|
|
274
261
|
} & {
|
|
275
262
|
date?: string | null | undefined;
|
|
276
263
|
}) | ({
|
|
@@ -281,19 +268,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
281
268
|
url: string;
|
|
282
269
|
name: string;
|
|
283
270
|
size: string;
|
|
284
|
-
key: string;
|
|
285
271
|
} & {
|
|
286
272
|
date?: string | null | undefined;
|
|
287
273
|
}) | ({
|
|
288
274
|
__TYPE__: "DocumentLink";
|
|
289
275
|
} & {
|
|
290
276
|
id: string;
|
|
291
|
-
key: string;
|
|
292
277
|
}) | ({
|
|
293
278
|
__TYPE__: "ExternalLink";
|
|
294
279
|
} & {
|
|
295
280
|
url: string;
|
|
296
|
-
key: string;
|
|
297
281
|
} & {
|
|
298
282
|
kind?: "web";
|
|
299
283
|
target?: string | null | undefined;
|
|
@@ -345,7 +329,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
345
329
|
width: string;
|
|
346
330
|
size: string;
|
|
347
331
|
name: string;
|
|
348
|
-
key: string;
|
|
349
332
|
} & {
|
|
350
333
|
date?: string | null | undefined;
|
|
351
334
|
}) | ({
|
|
@@ -356,19 +339,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
356
339
|
url: string;
|
|
357
340
|
name: string;
|
|
358
341
|
size: string;
|
|
359
|
-
key: string;
|
|
360
342
|
} & {
|
|
361
343
|
date?: string | null | undefined;
|
|
362
344
|
}) | ({
|
|
363
345
|
__TYPE__: "DocumentLink";
|
|
364
346
|
} & {
|
|
365
347
|
id: string;
|
|
366
|
-
key: string;
|
|
367
348
|
}) | ({
|
|
368
349
|
__TYPE__: "ExternalLink";
|
|
369
350
|
} & {
|
|
370
351
|
url: string;
|
|
371
|
-
key: string;
|
|
372
352
|
} & {
|
|
373
353
|
kind?: "web";
|
|
374
354
|
target?: string | null | undefined;
|
|
@@ -399,7 +379,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
399
379
|
width: string;
|
|
400
380
|
size: string;
|
|
401
381
|
name: string;
|
|
402
|
-
key: string;
|
|
403
382
|
} & {
|
|
404
383
|
date?: string | null | undefined;
|
|
405
384
|
}) | ({
|
|
@@ -410,19 +389,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
410
389
|
url: string;
|
|
411
390
|
name: string;
|
|
412
391
|
size: string;
|
|
413
|
-
key: string;
|
|
414
392
|
} & {
|
|
415
393
|
date?: string | null | undefined;
|
|
416
394
|
}) | ({
|
|
417
395
|
__TYPE__: "DocumentLink";
|
|
418
396
|
} & {
|
|
419
397
|
id: string;
|
|
420
|
-
key: string;
|
|
421
398
|
}) | ({
|
|
422
399
|
__TYPE__: "ExternalLink";
|
|
423
400
|
} & {
|
|
424
401
|
url: string;
|
|
425
|
-
key: string;
|
|
426
402
|
} & {
|
|
427
403
|
kind?: "web";
|
|
428
404
|
target?: string | null | undefined;
|
|
@@ -453,7 +429,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
453
429
|
}>>, t.ExactC<t.TypeC<{
|
|
454
430
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
455
431
|
type: t.LiteralC<"Link">;
|
|
456
|
-
value: t.ArrayC<t.ExactC<t.TypeC<{
|
|
432
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
433
|
+
key: t.Type<string, string, unknown>;
|
|
434
|
+
}>>, t.ExactC<t.TypeC<{
|
|
457
435
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
458
436
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
459
437
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
@@ -465,12 +443,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
465
443
|
width: t.StringC;
|
|
466
444
|
size: t.StringC;
|
|
467
445
|
name: t.StringC;
|
|
468
|
-
key: t.StringC;
|
|
469
446
|
}>>, t.ExactC<t.PartialC<{
|
|
470
447
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
471
448
|
}>>]>, t.ExactC<t.TypeC<{
|
|
472
449
|
kind: t.LiteralC<"image">;
|
|
473
|
-
key: t.StringC;
|
|
474
450
|
}>>]>, t.ExactC<t.PartialC<{
|
|
475
451
|
text: t.StringC;
|
|
476
452
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -481,29 +457,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
481
457
|
url: t.StringC;
|
|
482
458
|
name: t.StringC;
|
|
483
459
|
size: t.StringC;
|
|
484
|
-
key: t.StringC;
|
|
485
460
|
}>, t.PartialC<{
|
|
486
461
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
487
462
|
}>]>>, t.ExactC<t.TypeC<{
|
|
488
463
|
kind: t.LiteralC<"file">;
|
|
489
|
-
key: t.StringC;
|
|
490
464
|
}>>]>, t.ExactC<t.PartialC<{
|
|
491
465
|
text: t.StringC;
|
|
492
466
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
493
467
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
494
468
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
495
469
|
id: t.Type<string, string, unknown>;
|
|
496
|
-
key: t.StringC;
|
|
497
470
|
}>>, t.ExactC<t.TypeC<{
|
|
498
471
|
kind: t.LiteralC<"document">;
|
|
499
|
-
key: t.StringC;
|
|
500
472
|
}>>]>, t.ExactC<t.PartialC<{
|
|
501
473
|
text: t.StringC;
|
|
502
474
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
503
475
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
504
476
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
505
477
|
url: t.StringC;
|
|
506
|
-
key: t.StringC;
|
|
507
478
|
}>, t.PartialC<{
|
|
508
479
|
kind: t.LiteralC<"web">;
|
|
509
480
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -514,25 +485,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
514
485
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
515
486
|
}>]>>, t.ExactC<t.TypeC<{
|
|
516
487
|
kind: t.LiteralC<"web">;
|
|
517
|
-
key: t.StringC;
|
|
518
488
|
}>>]>, t.ExactC<t.PartialC<{
|
|
519
489
|
text: t.StringC;
|
|
520
490
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
521
491
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
522
492
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
523
493
|
kind: t.LiteralC<"media">;
|
|
524
|
-
key: t.StringC;
|
|
525
494
|
}>>, t.ExactC<t.PartialC<{
|
|
526
495
|
text: t.StringC;
|
|
527
496
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
528
497
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
529
498
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
530
499
|
kind: t.LiteralC<"any">;
|
|
531
|
-
key: t.StringC;
|
|
532
500
|
}>, t.PartialC<{
|
|
533
501
|
text: t.StringC;
|
|
534
502
|
}>]>>]>]>;
|
|
535
|
-
}
|
|
503
|
+
}>>]>>;
|
|
536
504
|
}>>]>, t.TypeC<{
|
|
537
505
|
__TYPE__: t.LiteralC<"UIDContent">;
|
|
538
506
|
value: t.StringC;
|
|
@@ -654,6 +622,8 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
654
622
|
}>>]>, t.ExactC<t.TypeC<{
|
|
655
623
|
__TYPE__: t.LiteralC<"IntegrationFieldsContent">;
|
|
656
624
|
value: t.StringC;
|
|
625
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
626
|
+
key: t.Type<string, string, unknown>;
|
|
657
627
|
}>>, t.ExactC<t.TypeC<{
|
|
658
628
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
659
629
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -666,12 +636,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
666
636
|
width: t.StringC;
|
|
667
637
|
size: t.StringC;
|
|
668
638
|
name: t.StringC;
|
|
669
|
-
key: t.StringC;
|
|
670
639
|
}>>, t.ExactC<t.PartialC<{
|
|
671
640
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
672
641
|
}>>]>, t.ExactC<t.TypeC<{
|
|
673
642
|
kind: t.LiteralC<"image">;
|
|
674
|
-
key: t.StringC;
|
|
675
643
|
}>>]>, t.ExactC<t.PartialC<{
|
|
676
644
|
text: t.StringC;
|
|
677
645
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -682,29 +650,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
682
650
|
url: t.StringC;
|
|
683
651
|
name: t.StringC;
|
|
684
652
|
size: t.StringC;
|
|
685
|
-
key: t.StringC;
|
|
686
653
|
}>, t.PartialC<{
|
|
687
654
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
688
655
|
}>]>>, t.ExactC<t.TypeC<{
|
|
689
656
|
kind: t.LiteralC<"file">;
|
|
690
|
-
key: t.StringC;
|
|
691
657
|
}>>]>, t.ExactC<t.PartialC<{
|
|
692
658
|
text: t.StringC;
|
|
693
659
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
694
660
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
695
661
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
696
662
|
id: t.Type<string, string, unknown>;
|
|
697
|
-
key: t.StringC;
|
|
698
663
|
}>>, t.ExactC<t.TypeC<{
|
|
699
664
|
kind: t.LiteralC<"document">;
|
|
700
|
-
key: t.StringC;
|
|
701
665
|
}>>]>, t.ExactC<t.PartialC<{
|
|
702
666
|
text: t.StringC;
|
|
703
667
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
704
668
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
705
669
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
706
670
|
url: t.StringC;
|
|
707
|
-
key: t.StringC;
|
|
708
671
|
}>, t.PartialC<{
|
|
709
672
|
kind: t.LiteralC<"web">;
|
|
710
673
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -715,25 +678,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
715
678
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
716
679
|
}>]>>, t.ExactC<t.TypeC<{
|
|
717
680
|
kind: t.LiteralC<"web">;
|
|
718
|
-
key: t.StringC;
|
|
719
681
|
}>>]>, t.ExactC<t.PartialC<{
|
|
720
682
|
text: t.StringC;
|
|
721
683
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
722
684
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
723
685
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
724
686
|
kind: t.LiteralC<"media">;
|
|
725
|
-
key: t.StringC;
|
|
726
687
|
}>>, t.ExactC<t.PartialC<{
|
|
727
688
|
text: t.StringC;
|
|
728
689
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
729
690
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
730
691
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
731
692
|
kind: t.LiteralC<"any">;
|
|
732
|
-
key: t.StringC;
|
|
733
693
|
}>, t.PartialC<{
|
|
734
694
|
text: t.StringC;
|
|
735
695
|
}>]>>]>]>;
|
|
736
|
-
}
|
|
696
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
737
697
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
738
698
|
value: t.ArrayC<t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
739
699
|
type: t.LiteralC<"image">;
|
|
@@ -770,7 +730,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
770
730
|
width: string;
|
|
771
731
|
size: string;
|
|
772
732
|
name: string;
|
|
773
|
-
key: string;
|
|
774
733
|
} & {
|
|
775
734
|
date?: string | null | undefined;
|
|
776
735
|
}) | ({
|
|
@@ -781,19 +740,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
781
740
|
url: string;
|
|
782
741
|
name: string;
|
|
783
742
|
size: string;
|
|
784
|
-
key: string;
|
|
785
743
|
} & {
|
|
786
744
|
date?: string | null | undefined;
|
|
787
745
|
}) | ({
|
|
788
746
|
__TYPE__: "DocumentLink";
|
|
789
747
|
} & {
|
|
790
748
|
id: string;
|
|
791
|
-
key: string;
|
|
792
749
|
}) | ({
|
|
793
750
|
__TYPE__: "ExternalLink";
|
|
794
751
|
} & {
|
|
795
752
|
url: string;
|
|
796
|
-
key: string;
|
|
797
753
|
} & {
|
|
798
754
|
kind?: "web";
|
|
799
755
|
target?: string | null | undefined;
|
|
@@ -810,7 +766,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
810
766
|
width: string;
|
|
811
767
|
size: string;
|
|
812
768
|
name: string;
|
|
813
|
-
key: string;
|
|
814
769
|
} & {
|
|
815
770
|
date?: string | null | undefined;
|
|
816
771
|
}) | ({
|
|
@@ -821,19 +776,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
821
776
|
url: string;
|
|
822
777
|
name: string;
|
|
823
778
|
size: string;
|
|
824
|
-
key: string;
|
|
825
779
|
} & {
|
|
826
780
|
date?: string | null | undefined;
|
|
827
781
|
}) | ({
|
|
828
782
|
__TYPE__: "DocumentLink";
|
|
829
783
|
} & {
|
|
830
784
|
id: string;
|
|
831
|
-
key: string;
|
|
832
785
|
}) | ({
|
|
833
786
|
__TYPE__: "ExternalLink";
|
|
834
787
|
} & {
|
|
835
788
|
url: string;
|
|
836
|
-
key: string;
|
|
837
789
|
} & {
|
|
838
790
|
kind?: "web";
|
|
839
791
|
target?: string | null | undefined;
|
|
@@ -885,7 +837,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
885
837
|
width: string;
|
|
886
838
|
size: string;
|
|
887
839
|
name: string;
|
|
888
|
-
key: string;
|
|
889
840
|
} & {
|
|
890
841
|
date?: string | null | undefined;
|
|
891
842
|
}) | ({
|
|
@@ -896,19 +847,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
896
847
|
url: string;
|
|
897
848
|
name: string;
|
|
898
849
|
size: string;
|
|
899
|
-
key: string;
|
|
900
850
|
} & {
|
|
901
851
|
date?: string | null | undefined;
|
|
902
852
|
}) | ({
|
|
903
853
|
__TYPE__: "DocumentLink";
|
|
904
854
|
} & {
|
|
905
855
|
id: string;
|
|
906
|
-
key: string;
|
|
907
856
|
}) | ({
|
|
908
857
|
__TYPE__: "ExternalLink";
|
|
909
858
|
} & {
|
|
910
859
|
url: string;
|
|
911
|
-
key: string;
|
|
912
860
|
} & {
|
|
913
861
|
kind?: "web";
|
|
914
862
|
target?: string | null | undefined;
|
|
@@ -939,7 +887,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
939
887
|
width: string;
|
|
940
888
|
size: string;
|
|
941
889
|
name: string;
|
|
942
|
-
key: string;
|
|
943
890
|
} & {
|
|
944
891
|
date?: string | null | undefined;
|
|
945
892
|
}) | ({
|
|
@@ -950,19 +897,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
950
897
|
url: string;
|
|
951
898
|
name: string;
|
|
952
899
|
size: string;
|
|
953
|
-
key: string;
|
|
954
900
|
} & {
|
|
955
901
|
date?: string | null | undefined;
|
|
956
902
|
}) | ({
|
|
957
903
|
__TYPE__: "DocumentLink";
|
|
958
904
|
} & {
|
|
959
905
|
id: string;
|
|
960
|
-
key: string;
|
|
961
906
|
}) | ({
|
|
962
907
|
__TYPE__: "ExternalLink";
|
|
963
908
|
} & {
|
|
964
909
|
url: string;
|
|
965
|
-
key: string;
|
|
966
910
|
} & {
|
|
967
911
|
kind?: "web";
|
|
968
912
|
target?: string | null | undefined;
|
|
@@ -993,7 +937,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
993
937
|
}>>, t.ExactC<t.TypeC<{
|
|
994
938
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
995
939
|
type: t.LiteralC<"Link">;
|
|
996
|
-
value: t.ArrayC<t.ExactC<t.TypeC<{
|
|
940
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
941
|
+
key: t.Type<string, string, unknown>;
|
|
942
|
+
}>>, t.ExactC<t.TypeC<{
|
|
997
943
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
998
944
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
999
945
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
@@ -1005,12 +951,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1005
951
|
width: t.StringC;
|
|
1006
952
|
size: t.StringC;
|
|
1007
953
|
name: t.StringC;
|
|
1008
|
-
key: t.StringC;
|
|
1009
954
|
}>>, t.ExactC<t.PartialC<{
|
|
1010
955
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1011
956
|
}>>]>, t.ExactC<t.TypeC<{
|
|
1012
957
|
kind: t.LiteralC<"image">;
|
|
1013
|
-
key: t.StringC;
|
|
1014
958
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1015
959
|
text: t.StringC;
|
|
1016
960
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1021,29 +965,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1021
965
|
url: t.StringC;
|
|
1022
966
|
name: t.StringC;
|
|
1023
967
|
size: t.StringC;
|
|
1024
|
-
key: t.StringC;
|
|
1025
968
|
}>, t.PartialC<{
|
|
1026
969
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1027
970
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1028
971
|
kind: t.LiteralC<"file">;
|
|
1029
|
-
key: t.StringC;
|
|
1030
972
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1031
973
|
text: t.StringC;
|
|
1032
974
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1033
975
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1034
976
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
1035
977
|
id: t.Type<string, string, unknown>;
|
|
1036
|
-
key: t.StringC;
|
|
1037
978
|
}>>, t.ExactC<t.TypeC<{
|
|
1038
979
|
kind: t.LiteralC<"document">;
|
|
1039
|
-
key: t.StringC;
|
|
1040
980
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1041
981
|
text: t.StringC;
|
|
1042
982
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1043
983
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1044
984
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1045
985
|
url: t.StringC;
|
|
1046
|
-
key: t.StringC;
|
|
1047
986
|
}>, t.PartialC<{
|
|
1048
987
|
kind: t.LiteralC<"web">;
|
|
1049
988
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -1054,25 +993,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1054
993
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1055
994
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1056
995
|
kind: t.LiteralC<"web">;
|
|
1057
|
-
key: t.StringC;
|
|
1058
996
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1059
997
|
text: t.StringC;
|
|
1060
998
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1061
999
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
1062
1000
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1063
1001
|
kind: t.LiteralC<"media">;
|
|
1064
|
-
key: t.StringC;
|
|
1065
1002
|
}>>, t.ExactC<t.PartialC<{
|
|
1066
1003
|
text: t.StringC;
|
|
1067
1004
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1068
1005
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1069
1006
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1070
1007
|
kind: t.LiteralC<"any">;
|
|
1071
|
-
key: t.StringC;
|
|
1072
1008
|
}>, t.PartialC<{
|
|
1073
1009
|
text: t.StringC;
|
|
1074
1010
|
}>]>>]>]>;
|
|
1075
|
-
}
|
|
1011
|
+
}>>]>>;
|
|
1076
1012
|
}>>]>>;
|
|
1077
1013
|
repeat: t.ArrayC<t.ExactC<t.TypeC<{
|
|
1078
1014
|
__TYPE__: t.LiteralC<"GroupItemContent">;
|
|
@@ -1186,6 +1122,8 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1186
1122
|
}>>]>, t.ExactC<t.TypeC<{
|
|
1187
1123
|
__TYPE__: t.LiteralC<"IntegrationFieldsContent">;
|
|
1188
1124
|
value: t.StringC;
|
|
1125
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1126
|
+
key: t.Type<string, string, unknown>;
|
|
1189
1127
|
}>>, t.ExactC<t.TypeC<{
|
|
1190
1128
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
1191
1129
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1198,12 +1136,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1198
1136
|
width: t.StringC;
|
|
1199
1137
|
size: t.StringC;
|
|
1200
1138
|
name: t.StringC;
|
|
1201
|
-
key: t.StringC;
|
|
1202
1139
|
}>>, t.ExactC<t.PartialC<{
|
|
1203
1140
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1204
1141
|
}>>]>, t.ExactC<t.TypeC<{
|
|
1205
1142
|
kind: t.LiteralC<"image">;
|
|
1206
|
-
key: t.StringC;
|
|
1207
1143
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1208
1144
|
text: t.StringC;
|
|
1209
1145
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1214,29 +1150,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1214
1150
|
url: t.StringC;
|
|
1215
1151
|
name: t.StringC;
|
|
1216
1152
|
size: t.StringC;
|
|
1217
|
-
key: t.StringC;
|
|
1218
1153
|
}>, t.PartialC<{
|
|
1219
1154
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1220
1155
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1221
1156
|
kind: t.LiteralC<"file">;
|
|
1222
|
-
key: t.StringC;
|
|
1223
1157
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1224
1158
|
text: t.StringC;
|
|
1225
1159
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1226
1160
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1227
1161
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
1228
1162
|
id: t.Type<string, string, unknown>;
|
|
1229
|
-
key: t.StringC;
|
|
1230
1163
|
}>>, t.ExactC<t.TypeC<{
|
|
1231
1164
|
kind: t.LiteralC<"document">;
|
|
1232
|
-
key: t.StringC;
|
|
1233
1165
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1234
1166
|
text: t.StringC;
|
|
1235
1167
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1236
1168
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1237
1169
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1238
1170
|
url: t.StringC;
|
|
1239
|
-
key: t.StringC;
|
|
1240
1171
|
}>, t.PartialC<{
|
|
1241
1172
|
kind: t.LiteralC<"web">;
|
|
1242
1173
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -1247,25 +1178,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1247
1178
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1248
1179
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1249
1180
|
kind: t.LiteralC<"web">;
|
|
1250
|
-
key: t.StringC;
|
|
1251
1181
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1252
1182
|
text: t.StringC;
|
|
1253
1183
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1254
1184
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
1255
1185
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1256
1186
|
kind: t.LiteralC<"media">;
|
|
1257
|
-
key: t.StringC;
|
|
1258
1187
|
}>>, t.ExactC<t.PartialC<{
|
|
1259
1188
|
text: t.StringC;
|
|
1260
1189
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1261
1190
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1262
1191
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1263
1192
|
kind: t.LiteralC<"any">;
|
|
1264
|
-
key: t.StringC;
|
|
1265
1193
|
}>, t.PartialC<{
|
|
1266
1194
|
text: t.StringC;
|
|
1267
1195
|
}>]>>]>]>;
|
|
1268
|
-
}
|
|
1196
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
1269
1197
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
1270
1198
|
value: t.ArrayC<t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1271
1199
|
type: t.LiteralC<"image">;
|
|
@@ -1302,7 +1230,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1302
1230
|
width: string;
|
|
1303
1231
|
size: string;
|
|
1304
1232
|
name: string;
|
|
1305
|
-
key: string;
|
|
1306
1233
|
} & {
|
|
1307
1234
|
date?: string | null | undefined;
|
|
1308
1235
|
}) | ({
|
|
@@ -1313,19 +1240,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1313
1240
|
url: string;
|
|
1314
1241
|
name: string;
|
|
1315
1242
|
size: string;
|
|
1316
|
-
key: string;
|
|
1317
1243
|
} & {
|
|
1318
1244
|
date?: string | null | undefined;
|
|
1319
1245
|
}) | ({
|
|
1320
1246
|
__TYPE__: "DocumentLink";
|
|
1321
1247
|
} & {
|
|
1322
1248
|
id: string;
|
|
1323
|
-
key: string;
|
|
1324
1249
|
}) | ({
|
|
1325
1250
|
__TYPE__: "ExternalLink";
|
|
1326
1251
|
} & {
|
|
1327
1252
|
url: string;
|
|
1328
|
-
key: string;
|
|
1329
1253
|
} & {
|
|
1330
1254
|
kind?: "web";
|
|
1331
1255
|
target?: string | null | undefined;
|
|
@@ -1342,7 +1266,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1342
1266
|
width: string;
|
|
1343
1267
|
size: string;
|
|
1344
1268
|
name: string;
|
|
1345
|
-
key: string;
|
|
1346
1269
|
} & {
|
|
1347
1270
|
date?: string | null | undefined;
|
|
1348
1271
|
}) | ({
|
|
@@ -1353,19 +1276,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1353
1276
|
url: string;
|
|
1354
1277
|
name: string;
|
|
1355
1278
|
size: string;
|
|
1356
|
-
key: string;
|
|
1357
1279
|
} & {
|
|
1358
1280
|
date?: string | null | undefined;
|
|
1359
1281
|
}) | ({
|
|
1360
1282
|
__TYPE__: "DocumentLink";
|
|
1361
1283
|
} & {
|
|
1362
1284
|
id: string;
|
|
1363
|
-
key: string;
|
|
1364
1285
|
}) | ({
|
|
1365
1286
|
__TYPE__: "ExternalLink";
|
|
1366
1287
|
} & {
|
|
1367
1288
|
url: string;
|
|
1368
|
-
key: string;
|
|
1369
1289
|
} & {
|
|
1370
1290
|
kind?: "web";
|
|
1371
1291
|
target?: string | null | undefined;
|
|
@@ -1417,7 +1337,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1417
1337
|
width: string;
|
|
1418
1338
|
size: string;
|
|
1419
1339
|
name: string;
|
|
1420
|
-
key: string;
|
|
1421
1340
|
} & {
|
|
1422
1341
|
date?: string | null | undefined;
|
|
1423
1342
|
}) | ({
|
|
@@ -1428,19 +1347,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1428
1347
|
url: string;
|
|
1429
1348
|
name: string;
|
|
1430
1349
|
size: string;
|
|
1431
|
-
key: string;
|
|
1432
1350
|
} & {
|
|
1433
1351
|
date?: string | null | undefined;
|
|
1434
1352
|
}) | ({
|
|
1435
1353
|
__TYPE__: "DocumentLink";
|
|
1436
1354
|
} & {
|
|
1437
1355
|
id: string;
|
|
1438
|
-
key: string;
|
|
1439
1356
|
}) | ({
|
|
1440
1357
|
__TYPE__: "ExternalLink";
|
|
1441
1358
|
} & {
|
|
1442
1359
|
url: string;
|
|
1443
|
-
key: string;
|
|
1444
1360
|
} & {
|
|
1445
1361
|
kind?: "web";
|
|
1446
1362
|
target?: string | null | undefined;
|
|
@@ -1471,7 +1387,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1471
1387
|
width: string;
|
|
1472
1388
|
size: string;
|
|
1473
1389
|
name: string;
|
|
1474
|
-
key: string;
|
|
1475
1390
|
} & {
|
|
1476
1391
|
date?: string | null | undefined;
|
|
1477
1392
|
}) | ({
|
|
@@ -1482,19 +1397,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1482
1397
|
url: string;
|
|
1483
1398
|
name: string;
|
|
1484
1399
|
size: string;
|
|
1485
|
-
key: string;
|
|
1486
1400
|
} & {
|
|
1487
1401
|
date?: string | null | undefined;
|
|
1488
1402
|
}) | ({
|
|
1489
1403
|
__TYPE__: "DocumentLink";
|
|
1490
1404
|
} & {
|
|
1491
1405
|
id: string;
|
|
1492
|
-
key: string;
|
|
1493
1406
|
}) | ({
|
|
1494
1407
|
__TYPE__: "ExternalLink";
|
|
1495
1408
|
} & {
|
|
1496
1409
|
url: string;
|
|
1497
|
-
key: string;
|
|
1498
1410
|
} & {
|
|
1499
1411
|
kind?: "web";
|
|
1500
1412
|
target?: string | null | undefined;
|
|
@@ -1525,7 +1437,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1525
1437
|
}>>, t.ExactC<t.TypeC<{
|
|
1526
1438
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
1527
1439
|
type: t.LiteralC<"Link">;
|
|
1528
|
-
value: t.ArrayC<t.ExactC<t.TypeC<{
|
|
1440
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1441
|
+
key: t.Type<string, string, unknown>;
|
|
1442
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1529
1443
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
1530
1444
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1531
1445
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
@@ -1537,12 +1451,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1537
1451
|
width: t.StringC;
|
|
1538
1452
|
size: t.StringC;
|
|
1539
1453
|
name: t.StringC;
|
|
1540
|
-
key: t.StringC;
|
|
1541
1454
|
}>>, t.ExactC<t.PartialC<{
|
|
1542
1455
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1543
1456
|
}>>]>, t.ExactC<t.TypeC<{
|
|
1544
1457
|
kind: t.LiteralC<"image">;
|
|
1545
|
-
key: t.StringC;
|
|
1546
1458
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1547
1459
|
text: t.StringC;
|
|
1548
1460
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1553,29 +1465,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1553
1465
|
url: t.StringC;
|
|
1554
1466
|
name: t.StringC;
|
|
1555
1467
|
size: t.StringC;
|
|
1556
|
-
key: t.StringC;
|
|
1557
1468
|
}>, t.PartialC<{
|
|
1558
1469
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1559
1470
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1560
1471
|
kind: t.LiteralC<"file">;
|
|
1561
|
-
key: t.StringC;
|
|
1562
1472
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1563
1473
|
text: t.StringC;
|
|
1564
1474
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1565
1475
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1566
1476
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
1567
1477
|
id: t.Type<string, string, unknown>;
|
|
1568
|
-
key: t.StringC;
|
|
1569
1478
|
}>>, t.ExactC<t.TypeC<{
|
|
1570
1479
|
kind: t.LiteralC<"document">;
|
|
1571
|
-
key: t.StringC;
|
|
1572
1480
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1573
1481
|
text: t.StringC;
|
|
1574
1482
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1575
1483
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1576
1484
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1577
1485
|
url: t.StringC;
|
|
1578
|
-
key: t.StringC;
|
|
1579
1486
|
}>, t.PartialC<{
|
|
1580
1487
|
kind: t.LiteralC<"web">;
|
|
1581
1488
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -1586,25 +1493,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1586
1493
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1587
1494
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1588
1495
|
kind: t.LiteralC<"web">;
|
|
1589
|
-
key: t.StringC;
|
|
1590
1496
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1591
1497
|
text: t.StringC;
|
|
1592
1498
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1593
1499
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
1594
1500
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1595
1501
|
kind: t.LiteralC<"media">;
|
|
1596
|
-
key: t.StringC;
|
|
1597
1502
|
}>>, t.ExactC<t.PartialC<{
|
|
1598
1503
|
text: t.StringC;
|
|
1599
1504
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1600
1505
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1601
1506
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1602
1507
|
kind: t.LiteralC<"any">;
|
|
1603
|
-
key: t.StringC;
|
|
1604
1508
|
}>, t.PartialC<{
|
|
1605
1509
|
text: t.StringC;
|
|
1606
1510
|
}>]>>]>]>;
|
|
1607
|
-
}
|
|
1511
|
+
}>>]>>;
|
|
1608
1512
|
}>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>]>>;
|
|
1609
1513
|
}>>>;
|
|
1610
1514
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -1720,6 +1624,8 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1720
1624
|
}>>]>, t.ExactC<t.TypeC<{
|
|
1721
1625
|
__TYPE__: t.LiteralC<"IntegrationFieldsContent">;
|
|
1722
1626
|
value: t.StringC;
|
|
1627
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1628
|
+
key: t.Type<string, string, unknown>;
|
|
1723
1629
|
}>>, t.ExactC<t.TypeC<{
|
|
1724
1630
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
1725
1631
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1732,12 +1638,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1732
1638
|
width: t.StringC;
|
|
1733
1639
|
size: t.StringC;
|
|
1734
1640
|
name: t.StringC;
|
|
1735
|
-
key: t.StringC;
|
|
1736
1641
|
}>>, t.ExactC<t.PartialC<{
|
|
1737
1642
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1738
1643
|
}>>]>, t.ExactC<t.TypeC<{
|
|
1739
1644
|
kind: t.LiteralC<"image">;
|
|
1740
|
-
key: t.StringC;
|
|
1741
1645
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1742
1646
|
text: t.StringC;
|
|
1743
1647
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1748,29 +1652,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1748
1652
|
url: t.StringC;
|
|
1749
1653
|
name: t.StringC;
|
|
1750
1654
|
size: t.StringC;
|
|
1751
|
-
key: t.StringC;
|
|
1752
1655
|
}>, t.PartialC<{
|
|
1753
1656
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1754
1657
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1755
1658
|
kind: t.LiteralC<"file">;
|
|
1756
|
-
key: t.StringC;
|
|
1757
1659
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1758
1660
|
text: t.StringC;
|
|
1759
1661
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1760
1662
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1761
1663
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
1762
1664
|
id: t.Type<string, string, unknown>;
|
|
1763
|
-
key: t.StringC;
|
|
1764
1665
|
}>>, t.ExactC<t.TypeC<{
|
|
1765
1666
|
kind: t.LiteralC<"document">;
|
|
1766
|
-
key: t.StringC;
|
|
1767
1667
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1768
1668
|
text: t.StringC;
|
|
1769
1669
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1770
1670
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1771
1671
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1772
1672
|
url: t.StringC;
|
|
1773
|
-
key: t.StringC;
|
|
1774
1673
|
}>, t.PartialC<{
|
|
1775
1674
|
kind: t.LiteralC<"web">;
|
|
1776
1675
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -1781,25 +1680,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1781
1680
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1782
1681
|
}>]>>, t.ExactC<t.TypeC<{
|
|
1783
1682
|
kind: t.LiteralC<"web">;
|
|
1784
|
-
key: t.StringC;
|
|
1785
1683
|
}>>]>, t.ExactC<t.PartialC<{
|
|
1786
1684
|
text: t.StringC;
|
|
1787
1685
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1788
1686
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
1789
1687
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1790
1688
|
kind: t.LiteralC<"media">;
|
|
1791
|
-
key: t.StringC;
|
|
1792
1689
|
}>>, t.ExactC<t.PartialC<{
|
|
1793
1690
|
text: t.StringC;
|
|
1794
1691
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1795
1692
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1796
1693
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1797
1694
|
kind: t.LiteralC<"any">;
|
|
1798
|
-
key: t.StringC;
|
|
1799
1695
|
}>, t.PartialC<{
|
|
1800
1696
|
text: t.StringC;
|
|
1801
1697
|
}>]>>]>]>;
|
|
1802
|
-
}
|
|
1698
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
1803
1699
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
1804
1700
|
value: t.ArrayC<t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1805
1701
|
type: t.LiteralC<"image">;
|
|
@@ -1836,7 +1732,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1836
1732
|
width: string;
|
|
1837
1733
|
size: string;
|
|
1838
1734
|
name: string;
|
|
1839
|
-
key: string;
|
|
1840
1735
|
} & {
|
|
1841
1736
|
date?: string | null | undefined;
|
|
1842
1737
|
}) | ({
|
|
@@ -1847,19 +1742,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1847
1742
|
url: string;
|
|
1848
1743
|
name: string;
|
|
1849
1744
|
size: string;
|
|
1850
|
-
key: string;
|
|
1851
1745
|
} & {
|
|
1852
1746
|
date?: string | null | undefined;
|
|
1853
1747
|
}) | ({
|
|
1854
1748
|
__TYPE__: "DocumentLink";
|
|
1855
1749
|
} & {
|
|
1856
1750
|
id: string;
|
|
1857
|
-
key: string;
|
|
1858
1751
|
}) | ({
|
|
1859
1752
|
__TYPE__: "ExternalLink";
|
|
1860
1753
|
} & {
|
|
1861
1754
|
url: string;
|
|
1862
|
-
key: string;
|
|
1863
1755
|
} & {
|
|
1864
1756
|
kind?: "web";
|
|
1865
1757
|
target?: string | null | undefined;
|
|
@@ -1876,7 +1768,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1876
1768
|
width: string;
|
|
1877
1769
|
size: string;
|
|
1878
1770
|
name: string;
|
|
1879
|
-
key: string;
|
|
1880
1771
|
} & {
|
|
1881
1772
|
date?: string | null | undefined;
|
|
1882
1773
|
}) | ({
|
|
@@ -1887,19 +1778,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1887
1778
|
url: string;
|
|
1888
1779
|
name: string;
|
|
1889
1780
|
size: string;
|
|
1890
|
-
key: string;
|
|
1891
1781
|
} & {
|
|
1892
1782
|
date?: string | null | undefined;
|
|
1893
1783
|
}) | ({
|
|
1894
1784
|
__TYPE__: "DocumentLink";
|
|
1895
1785
|
} & {
|
|
1896
1786
|
id: string;
|
|
1897
|
-
key: string;
|
|
1898
1787
|
}) | ({
|
|
1899
1788
|
__TYPE__: "ExternalLink";
|
|
1900
1789
|
} & {
|
|
1901
1790
|
url: string;
|
|
1902
|
-
key: string;
|
|
1903
1791
|
} & {
|
|
1904
1792
|
kind?: "web";
|
|
1905
1793
|
target?: string | null | undefined;
|
|
@@ -1951,7 +1839,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1951
1839
|
width: string;
|
|
1952
1840
|
size: string;
|
|
1953
1841
|
name: string;
|
|
1954
|
-
key: string;
|
|
1955
1842
|
} & {
|
|
1956
1843
|
date?: string | null | undefined;
|
|
1957
1844
|
}) | ({
|
|
@@ -1962,19 +1849,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1962
1849
|
url: string;
|
|
1963
1850
|
name: string;
|
|
1964
1851
|
size: string;
|
|
1965
|
-
key: string;
|
|
1966
1852
|
} & {
|
|
1967
1853
|
date?: string | null | undefined;
|
|
1968
1854
|
}) | ({
|
|
1969
1855
|
__TYPE__: "DocumentLink";
|
|
1970
1856
|
} & {
|
|
1971
1857
|
id: string;
|
|
1972
|
-
key: string;
|
|
1973
1858
|
}) | ({
|
|
1974
1859
|
__TYPE__: "ExternalLink";
|
|
1975
1860
|
} & {
|
|
1976
1861
|
url: string;
|
|
1977
|
-
key: string;
|
|
1978
1862
|
} & {
|
|
1979
1863
|
kind?: "web";
|
|
1980
1864
|
target?: string | null | undefined;
|
|
@@ -2005,7 +1889,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2005
1889
|
width: string;
|
|
2006
1890
|
size: string;
|
|
2007
1891
|
name: string;
|
|
2008
|
-
key: string;
|
|
2009
1892
|
} & {
|
|
2010
1893
|
date?: string | null | undefined;
|
|
2011
1894
|
}) | ({
|
|
@@ -2016,19 +1899,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2016
1899
|
url: string;
|
|
2017
1900
|
name: string;
|
|
2018
1901
|
size: string;
|
|
2019
|
-
key: string;
|
|
2020
1902
|
} & {
|
|
2021
1903
|
date?: string | null | undefined;
|
|
2022
1904
|
}) | ({
|
|
2023
1905
|
__TYPE__: "DocumentLink";
|
|
2024
1906
|
} & {
|
|
2025
1907
|
id: string;
|
|
2026
|
-
key: string;
|
|
2027
1908
|
}) | ({
|
|
2028
1909
|
__TYPE__: "ExternalLink";
|
|
2029
1910
|
} & {
|
|
2030
1911
|
url: string;
|
|
2031
|
-
key: string;
|
|
2032
1912
|
} & {
|
|
2033
1913
|
kind?: "web";
|
|
2034
1914
|
target?: string | null | undefined;
|
|
@@ -2059,7 +1939,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2059
1939
|
}>>, t.ExactC<t.TypeC<{
|
|
2060
1940
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
2061
1941
|
type: t.LiteralC<"Link">;
|
|
2062
|
-
value: t.ArrayC<t.ExactC<t.TypeC<{
|
|
1942
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1943
|
+
key: t.Type<string, string, unknown>;
|
|
1944
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2063
1945
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
2064
1946
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2065
1947
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
@@ -2071,12 +1953,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2071
1953
|
width: t.StringC;
|
|
2072
1954
|
size: t.StringC;
|
|
2073
1955
|
name: t.StringC;
|
|
2074
|
-
key: t.StringC;
|
|
2075
1956
|
}>>, t.ExactC<t.PartialC<{
|
|
2076
1957
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2077
1958
|
}>>]>, t.ExactC<t.TypeC<{
|
|
2078
1959
|
kind: t.LiteralC<"image">;
|
|
2079
|
-
key: t.StringC;
|
|
2080
1960
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2081
1961
|
text: t.StringC;
|
|
2082
1962
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2087,29 +1967,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2087
1967
|
url: t.StringC;
|
|
2088
1968
|
name: t.StringC;
|
|
2089
1969
|
size: t.StringC;
|
|
2090
|
-
key: t.StringC;
|
|
2091
1970
|
}>, t.PartialC<{
|
|
2092
1971
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2093
1972
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2094
1973
|
kind: t.LiteralC<"file">;
|
|
2095
|
-
key: t.StringC;
|
|
2096
1974
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2097
1975
|
text: t.StringC;
|
|
2098
1976
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2099
1977
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2100
1978
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
2101
1979
|
id: t.Type<string, string, unknown>;
|
|
2102
|
-
key: t.StringC;
|
|
2103
1980
|
}>>, t.ExactC<t.TypeC<{
|
|
2104
1981
|
kind: t.LiteralC<"document">;
|
|
2105
|
-
key: t.StringC;
|
|
2106
1982
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2107
1983
|
text: t.StringC;
|
|
2108
1984
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2109
1985
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2110
1986
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2111
1987
|
url: t.StringC;
|
|
2112
|
-
key: t.StringC;
|
|
2113
1988
|
}>, t.PartialC<{
|
|
2114
1989
|
kind: t.LiteralC<"web">;
|
|
2115
1990
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -2120,25 +1995,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2120
1995
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2121
1996
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2122
1997
|
kind: t.LiteralC<"web">;
|
|
2123
|
-
key: t.StringC;
|
|
2124
1998
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2125
1999
|
text: t.StringC;
|
|
2126
2000
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2127
2001
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
2128
2002
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2129
2003
|
kind: t.LiteralC<"media">;
|
|
2130
|
-
key: t.StringC;
|
|
2131
2004
|
}>>, t.ExactC<t.PartialC<{
|
|
2132
2005
|
text: t.StringC;
|
|
2133
2006
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2134
2007
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2135
2008
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2136
2009
|
kind: t.LiteralC<"any">;
|
|
2137
|
-
key: t.StringC;
|
|
2138
2010
|
}>, t.PartialC<{
|
|
2139
2011
|
text: t.StringC;
|
|
2140
2012
|
}>]>>]>]>;
|
|
2141
|
-
}
|
|
2013
|
+
}>>]>>;
|
|
2142
2014
|
}>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>>;
|
|
2143
2015
|
items: t.ArrayC<t.ExactC<t.TypeC<{
|
|
2144
2016
|
__TYPE__: t.LiteralC<"GroupItemContent">;
|
|
@@ -2252,6 +2124,8 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2252
2124
|
}>>]>, t.ExactC<t.TypeC<{
|
|
2253
2125
|
__TYPE__: t.LiteralC<"IntegrationFieldsContent">;
|
|
2254
2126
|
value: t.StringC;
|
|
2127
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2128
|
+
key: t.Type<string, string, unknown>;
|
|
2255
2129
|
}>>, t.ExactC<t.TypeC<{
|
|
2256
2130
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
2257
2131
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2264,12 +2138,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2264
2138
|
width: t.StringC;
|
|
2265
2139
|
size: t.StringC;
|
|
2266
2140
|
name: t.StringC;
|
|
2267
|
-
key: t.StringC;
|
|
2268
2141
|
}>>, t.ExactC<t.PartialC<{
|
|
2269
2142
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2270
2143
|
}>>]>, t.ExactC<t.TypeC<{
|
|
2271
2144
|
kind: t.LiteralC<"image">;
|
|
2272
|
-
key: t.StringC;
|
|
2273
2145
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2274
2146
|
text: t.StringC;
|
|
2275
2147
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2280,29 +2152,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2280
2152
|
url: t.StringC;
|
|
2281
2153
|
name: t.StringC;
|
|
2282
2154
|
size: t.StringC;
|
|
2283
|
-
key: t.StringC;
|
|
2284
2155
|
}>, t.PartialC<{
|
|
2285
2156
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2286
2157
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2287
2158
|
kind: t.LiteralC<"file">;
|
|
2288
|
-
key: t.StringC;
|
|
2289
2159
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2290
2160
|
text: t.StringC;
|
|
2291
2161
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2292
2162
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2293
2163
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
2294
2164
|
id: t.Type<string, string, unknown>;
|
|
2295
|
-
key: t.StringC;
|
|
2296
2165
|
}>>, t.ExactC<t.TypeC<{
|
|
2297
2166
|
kind: t.LiteralC<"document">;
|
|
2298
|
-
key: t.StringC;
|
|
2299
2167
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2300
2168
|
text: t.StringC;
|
|
2301
2169
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2302
2170
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2303
2171
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2304
2172
|
url: t.StringC;
|
|
2305
|
-
key: t.StringC;
|
|
2306
2173
|
}>, t.PartialC<{
|
|
2307
2174
|
kind: t.LiteralC<"web">;
|
|
2308
2175
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -2313,25 +2180,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2313
2180
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2314
2181
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2315
2182
|
kind: t.LiteralC<"web">;
|
|
2316
|
-
key: t.StringC;
|
|
2317
2183
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2318
2184
|
text: t.StringC;
|
|
2319
2185
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2320
2186
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
2321
2187
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2322
2188
|
kind: t.LiteralC<"media">;
|
|
2323
|
-
key: t.StringC;
|
|
2324
2189
|
}>>, t.ExactC<t.PartialC<{
|
|
2325
2190
|
text: t.StringC;
|
|
2326
2191
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2327
2192
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2328
2193
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2329
2194
|
kind: t.LiteralC<"any">;
|
|
2330
|
-
key: t.StringC;
|
|
2331
2195
|
}>, t.PartialC<{
|
|
2332
2196
|
text: t.StringC;
|
|
2333
2197
|
}>]>>]>]>;
|
|
2334
|
-
}
|
|
2198
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
2335
2199
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
2336
2200
|
value: t.ArrayC<t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2337
2201
|
type: t.LiteralC<"image">;
|
|
@@ -2368,7 +2232,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2368
2232
|
width: string;
|
|
2369
2233
|
size: string;
|
|
2370
2234
|
name: string;
|
|
2371
|
-
key: string;
|
|
2372
2235
|
} & {
|
|
2373
2236
|
date?: string | null | undefined;
|
|
2374
2237
|
}) | ({
|
|
@@ -2379,19 +2242,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2379
2242
|
url: string;
|
|
2380
2243
|
name: string;
|
|
2381
2244
|
size: string;
|
|
2382
|
-
key: string;
|
|
2383
2245
|
} & {
|
|
2384
2246
|
date?: string | null | undefined;
|
|
2385
2247
|
}) | ({
|
|
2386
2248
|
__TYPE__: "DocumentLink";
|
|
2387
2249
|
} & {
|
|
2388
2250
|
id: string;
|
|
2389
|
-
key: string;
|
|
2390
2251
|
}) | ({
|
|
2391
2252
|
__TYPE__: "ExternalLink";
|
|
2392
2253
|
} & {
|
|
2393
2254
|
url: string;
|
|
2394
|
-
key: string;
|
|
2395
2255
|
} & {
|
|
2396
2256
|
kind?: "web";
|
|
2397
2257
|
target?: string | null | undefined;
|
|
@@ -2408,7 +2268,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2408
2268
|
width: string;
|
|
2409
2269
|
size: string;
|
|
2410
2270
|
name: string;
|
|
2411
|
-
key: string;
|
|
2412
2271
|
} & {
|
|
2413
2272
|
date?: string | null | undefined;
|
|
2414
2273
|
}) | ({
|
|
@@ -2419,19 +2278,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2419
2278
|
url: string;
|
|
2420
2279
|
name: string;
|
|
2421
2280
|
size: string;
|
|
2422
|
-
key: string;
|
|
2423
2281
|
} & {
|
|
2424
2282
|
date?: string | null | undefined;
|
|
2425
2283
|
}) | ({
|
|
2426
2284
|
__TYPE__: "DocumentLink";
|
|
2427
2285
|
} & {
|
|
2428
2286
|
id: string;
|
|
2429
|
-
key: string;
|
|
2430
2287
|
}) | ({
|
|
2431
2288
|
__TYPE__: "ExternalLink";
|
|
2432
2289
|
} & {
|
|
2433
2290
|
url: string;
|
|
2434
|
-
key: string;
|
|
2435
2291
|
} & {
|
|
2436
2292
|
kind?: "web";
|
|
2437
2293
|
target?: string | null | undefined;
|
|
@@ -2483,7 +2339,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2483
2339
|
width: string;
|
|
2484
2340
|
size: string;
|
|
2485
2341
|
name: string;
|
|
2486
|
-
key: string;
|
|
2487
2342
|
} & {
|
|
2488
2343
|
date?: string | null | undefined;
|
|
2489
2344
|
}) | ({
|
|
@@ -2494,19 +2349,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2494
2349
|
url: string;
|
|
2495
2350
|
name: string;
|
|
2496
2351
|
size: string;
|
|
2497
|
-
key: string;
|
|
2498
2352
|
} & {
|
|
2499
2353
|
date?: string | null | undefined;
|
|
2500
2354
|
}) | ({
|
|
2501
2355
|
__TYPE__: "DocumentLink";
|
|
2502
2356
|
} & {
|
|
2503
2357
|
id: string;
|
|
2504
|
-
key: string;
|
|
2505
2358
|
}) | ({
|
|
2506
2359
|
__TYPE__: "ExternalLink";
|
|
2507
2360
|
} & {
|
|
2508
2361
|
url: string;
|
|
2509
|
-
key: string;
|
|
2510
2362
|
} & {
|
|
2511
2363
|
kind?: "web";
|
|
2512
2364
|
target?: string | null | undefined;
|
|
@@ -2537,7 +2389,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2537
2389
|
width: string;
|
|
2538
2390
|
size: string;
|
|
2539
2391
|
name: string;
|
|
2540
|
-
key: string;
|
|
2541
2392
|
} & {
|
|
2542
2393
|
date?: string | null | undefined;
|
|
2543
2394
|
}) | ({
|
|
@@ -2548,19 +2399,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2548
2399
|
url: string;
|
|
2549
2400
|
name: string;
|
|
2550
2401
|
size: string;
|
|
2551
|
-
key: string;
|
|
2552
2402
|
} & {
|
|
2553
2403
|
date?: string | null | undefined;
|
|
2554
2404
|
}) | ({
|
|
2555
2405
|
__TYPE__: "DocumentLink";
|
|
2556
2406
|
} & {
|
|
2557
2407
|
id: string;
|
|
2558
|
-
key: string;
|
|
2559
2408
|
}) | ({
|
|
2560
2409
|
__TYPE__: "ExternalLink";
|
|
2561
2410
|
} & {
|
|
2562
2411
|
url: string;
|
|
2563
|
-
key: string;
|
|
2564
2412
|
} & {
|
|
2565
2413
|
kind?: "web";
|
|
2566
2414
|
target?: string | null | undefined;
|
|
@@ -2591,7 +2439,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2591
2439
|
}>>, t.ExactC<t.TypeC<{
|
|
2592
2440
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
2593
2441
|
type: t.LiteralC<"Link">;
|
|
2594
|
-
value: t.ArrayC<t.ExactC<t.TypeC<{
|
|
2442
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2443
|
+
key: t.Type<string, string, unknown>;
|
|
2444
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2595
2445
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
2596
2446
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2597
2447
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
@@ -2603,12 +2453,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2603
2453
|
width: t.StringC;
|
|
2604
2454
|
size: t.StringC;
|
|
2605
2455
|
name: t.StringC;
|
|
2606
|
-
key: t.StringC;
|
|
2607
2456
|
}>>, t.ExactC<t.PartialC<{
|
|
2608
2457
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2609
2458
|
}>>]>, t.ExactC<t.TypeC<{
|
|
2610
2459
|
kind: t.LiteralC<"image">;
|
|
2611
|
-
key: t.StringC;
|
|
2612
2460
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2613
2461
|
text: t.StringC;
|
|
2614
2462
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2619,29 +2467,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2619
2467
|
url: t.StringC;
|
|
2620
2468
|
name: t.StringC;
|
|
2621
2469
|
size: t.StringC;
|
|
2622
|
-
key: t.StringC;
|
|
2623
2470
|
}>, t.PartialC<{
|
|
2624
2471
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2625
2472
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2626
2473
|
kind: t.LiteralC<"file">;
|
|
2627
|
-
key: t.StringC;
|
|
2628
2474
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2629
2475
|
text: t.StringC;
|
|
2630
2476
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2631
2477
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2632
2478
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
2633
2479
|
id: t.Type<string, string, unknown>;
|
|
2634
|
-
key: t.StringC;
|
|
2635
2480
|
}>>, t.ExactC<t.TypeC<{
|
|
2636
2481
|
kind: t.LiteralC<"document">;
|
|
2637
|
-
key: t.StringC;
|
|
2638
2482
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2639
2483
|
text: t.StringC;
|
|
2640
2484
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2641
2485
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2642
2486
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2643
2487
|
url: t.StringC;
|
|
2644
|
-
key: t.StringC;
|
|
2645
2488
|
}>, t.PartialC<{
|
|
2646
2489
|
kind: t.LiteralC<"web">;
|
|
2647
2490
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -2652,25 +2495,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2652
2495
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2653
2496
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2654
2497
|
kind: t.LiteralC<"web">;
|
|
2655
|
-
key: t.StringC;
|
|
2656
2498
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2657
2499
|
text: t.StringC;
|
|
2658
2500
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2659
2501
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
2660
2502
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2661
2503
|
kind: t.LiteralC<"media">;
|
|
2662
|
-
key: t.StringC;
|
|
2663
2504
|
}>>, t.ExactC<t.PartialC<{
|
|
2664
2505
|
text: t.StringC;
|
|
2665
2506
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2666
2507
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2667
2508
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2668
2509
|
kind: t.LiteralC<"any">;
|
|
2669
|
-
key: t.StringC;
|
|
2670
2510
|
}>, t.PartialC<{
|
|
2671
2511
|
text: t.StringC;
|
|
2672
2512
|
}>]>>]>]>;
|
|
2673
|
-
}
|
|
2513
|
+
}>>]>>;
|
|
2674
2514
|
}>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>]>>;
|
|
2675
2515
|
}>>>;
|
|
2676
2516
|
}>>, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
@@ -2783,6 +2623,8 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2783
2623
|
}>>]>, t.ExactC<t.TypeC<{
|
|
2784
2624
|
__TYPE__: t.LiteralC<"IntegrationFieldsContent">;
|
|
2785
2625
|
value: t.StringC;
|
|
2626
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2627
|
+
key: t.Type<string, string, unknown>;
|
|
2786
2628
|
}>>, t.ExactC<t.TypeC<{
|
|
2787
2629
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
2788
2630
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2795,12 +2637,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2795
2637
|
width: t.StringC;
|
|
2796
2638
|
size: t.StringC;
|
|
2797
2639
|
name: t.StringC;
|
|
2798
|
-
key: t.StringC;
|
|
2799
2640
|
}>>, t.ExactC<t.PartialC<{
|
|
2800
2641
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2801
2642
|
}>>]>, t.ExactC<t.TypeC<{
|
|
2802
2643
|
kind: t.LiteralC<"image">;
|
|
2803
|
-
key: t.StringC;
|
|
2804
2644
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2805
2645
|
text: t.StringC;
|
|
2806
2646
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2811,29 +2651,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2811
2651
|
url: t.StringC;
|
|
2812
2652
|
name: t.StringC;
|
|
2813
2653
|
size: t.StringC;
|
|
2814
|
-
key: t.StringC;
|
|
2815
2654
|
}>, t.PartialC<{
|
|
2816
2655
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2817
2656
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2818
2657
|
kind: t.LiteralC<"file">;
|
|
2819
|
-
key: t.StringC;
|
|
2820
2658
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2821
2659
|
text: t.StringC;
|
|
2822
2660
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2823
2661
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2824
2662
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
2825
2663
|
id: t.Type<string, string, unknown>;
|
|
2826
|
-
key: t.StringC;
|
|
2827
2664
|
}>>, t.ExactC<t.TypeC<{
|
|
2828
2665
|
kind: t.LiteralC<"document">;
|
|
2829
|
-
key: t.StringC;
|
|
2830
2666
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2831
2667
|
text: t.StringC;
|
|
2832
2668
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2833
2669
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2834
2670
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2835
2671
|
url: t.StringC;
|
|
2836
|
-
key: t.StringC;
|
|
2837
2672
|
}>, t.PartialC<{
|
|
2838
2673
|
kind: t.LiteralC<"web">;
|
|
2839
2674
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -2844,25 +2679,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2844
2679
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2845
2680
|
}>]>>, t.ExactC<t.TypeC<{
|
|
2846
2681
|
kind: t.LiteralC<"web">;
|
|
2847
|
-
key: t.StringC;
|
|
2848
2682
|
}>>]>, t.ExactC<t.PartialC<{
|
|
2849
2683
|
text: t.StringC;
|
|
2850
2684
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2851
2685
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
2852
2686
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2853
2687
|
kind: t.LiteralC<"media">;
|
|
2854
|
-
key: t.StringC;
|
|
2855
2688
|
}>>, t.ExactC<t.PartialC<{
|
|
2856
2689
|
text: t.StringC;
|
|
2857
2690
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2858
2691
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2859
2692
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2860
2693
|
kind: t.LiteralC<"any">;
|
|
2861
|
-
key: t.StringC;
|
|
2862
2694
|
}>, t.PartialC<{
|
|
2863
2695
|
text: t.StringC;
|
|
2864
2696
|
}>]>>]>]>;
|
|
2865
|
-
}
|
|
2697
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
2866
2698
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
2867
2699
|
value: t.ArrayC<t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2868
2700
|
type: t.LiteralC<"image">;
|
|
@@ -2899,7 +2731,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2899
2731
|
width: string;
|
|
2900
2732
|
size: string;
|
|
2901
2733
|
name: string;
|
|
2902
|
-
key: string;
|
|
2903
2734
|
} & {
|
|
2904
2735
|
date?: string | null | undefined;
|
|
2905
2736
|
}) | ({
|
|
@@ -2910,19 +2741,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2910
2741
|
url: string;
|
|
2911
2742
|
name: string;
|
|
2912
2743
|
size: string;
|
|
2913
|
-
key: string;
|
|
2914
2744
|
} & {
|
|
2915
2745
|
date?: string | null | undefined;
|
|
2916
2746
|
}) | ({
|
|
2917
2747
|
__TYPE__: "DocumentLink";
|
|
2918
2748
|
} & {
|
|
2919
2749
|
id: string;
|
|
2920
|
-
key: string;
|
|
2921
2750
|
}) | ({
|
|
2922
2751
|
__TYPE__: "ExternalLink";
|
|
2923
2752
|
} & {
|
|
2924
2753
|
url: string;
|
|
2925
|
-
key: string;
|
|
2926
2754
|
} & {
|
|
2927
2755
|
kind?: "web";
|
|
2928
2756
|
target?: string | null | undefined;
|
|
@@ -2939,7 +2767,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2939
2767
|
width: string;
|
|
2940
2768
|
size: string;
|
|
2941
2769
|
name: string;
|
|
2942
|
-
key: string;
|
|
2943
2770
|
} & {
|
|
2944
2771
|
date?: string | null | undefined;
|
|
2945
2772
|
}) | ({
|
|
@@ -2950,19 +2777,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2950
2777
|
url: string;
|
|
2951
2778
|
name: string;
|
|
2952
2779
|
size: string;
|
|
2953
|
-
key: string;
|
|
2954
2780
|
} & {
|
|
2955
2781
|
date?: string | null | undefined;
|
|
2956
2782
|
}) | ({
|
|
2957
2783
|
__TYPE__: "DocumentLink";
|
|
2958
2784
|
} & {
|
|
2959
2785
|
id: string;
|
|
2960
|
-
key: string;
|
|
2961
2786
|
}) | ({
|
|
2962
2787
|
__TYPE__: "ExternalLink";
|
|
2963
2788
|
} & {
|
|
2964
2789
|
url: string;
|
|
2965
|
-
key: string;
|
|
2966
2790
|
} & {
|
|
2967
2791
|
kind?: "web";
|
|
2968
2792
|
target?: string | null | undefined;
|
|
@@ -3014,7 +2838,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3014
2838
|
width: string;
|
|
3015
2839
|
size: string;
|
|
3016
2840
|
name: string;
|
|
3017
|
-
key: string;
|
|
3018
2841
|
} & {
|
|
3019
2842
|
date?: string | null | undefined;
|
|
3020
2843
|
}) | ({
|
|
@@ -3025,19 +2848,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3025
2848
|
url: string;
|
|
3026
2849
|
name: string;
|
|
3027
2850
|
size: string;
|
|
3028
|
-
key: string;
|
|
3029
2851
|
} & {
|
|
3030
2852
|
date?: string | null | undefined;
|
|
3031
2853
|
}) | ({
|
|
3032
2854
|
__TYPE__: "DocumentLink";
|
|
3033
2855
|
} & {
|
|
3034
2856
|
id: string;
|
|
3035
|
-
key: string;
|
|
3036
2857
|
}) | ({
|
|
3037
2858
|
__TYPE__: "ExternalLink";
|
|
3038
2859
|
} & {
|
|
3039
2860
|
url: string;
|
|
3040
|
-
key: string;
|
|
3041
2861
|
} & {
|
|
3042
2862
|
kind?: "web";
|
|
3043
2863
|
target?: string | null | undefined;
|
|
@@ -3068,7 +2888,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3068
2888
|
width: string;
|
|
3069
2889
|
size: string;
|
|
3070
2890
|
name: string;
|
|
3071
|
-
key: string;
|
|
3072
2891
|
} & {
|
|
3073
2892
|
date?: string | null | undefined;
|
|
3074
2893
|
}) | ({
|
|
@@ -3079,19 +2898,16 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3079
2898
|
url: string;
|
|
3080
2899
|
name: string;
|
|
3081
2900
|
size: string;
|
|
3082
|
-
key: string;
|
|
3083
2901
|
} & {
|
|
3084
2902
|
date?: string | null | undefined;
|
|
3085
2903
|
}) | ({
|
|
3086
2904
|
__TYPE__: "DocumentLink";
|
|
3087
2905
|
} & {
|
|
3088
2906
|
id: string;
|
|
3089
|
-
key: string;
|
|
3090
2907
|
}) | ({
|
|
3091
2908
|
__TYPE__: "ExternalLink";
|
|
3092
2909
|
} & {
|
|
3093
2910
|
url: string;
|
|
3094
|
-
key: string;
|
|
3095
2911
|
} & {
|
|
3096
2912
|
kind?: "web";
|
|
3097
2913
|
target?: string | null | undefined;
|
|
@@ -3122,7 +2938,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3122
2938
|
}>>, t.ExactC<t.TypeC<{
|
|
3123
2939
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
3124
2940
|
type: t.LiteralC<"Link">;
|
|
3125
|
-
value: t.ArrayC<t.ExactC<t.TypeC<{
|
|
2941
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2942
|
+
key: t.Type<string, string, unknown>;
|
|
2943
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3126
2944
|
__TYPE__: t.LiteralC<"LinkContent">;
|
|
3127
2945
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3128
2946
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
@@ -3134,12 +2952,10 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3134
2952
|
width: t.StringC;
|
|
3135
2953
|
size: t.StringC;
|
|
3136
2954
|
name: t.StringC;
|
|
3137
|
-
key: t.StringC;
|
|
3138
2955
|
}>>, t.ExactC<t.PartialC<{
|
|
3139
2956
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3140
2957
|
}>>]>, t.ExactC<t.TypeC<{
|
|
3141
2958
|
kind: t.LiteralC<"image">;
|
|
3142
|
-
key: t.StringC;
|
|
3143
2959
|
}>>]>, t.ExactC<t.PartialC<{
|
|
3144
2960
|
text: t.StringC;
|
|
3145
2961
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -3150,29 +2966,24 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3150
2966
|
url: t.StringC;
|
|
3151
2967
|
name: t.StringC;
|
|
3152
2968
|
size: t.StringC;
|
|
3153
|
-
key: t.StringC;
|
|
3154
2969
|
}>, t.PartialC<{
|
|
3155
2970
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3156
2971
|
}>]>>, t.ExactC<t.TypeC<{
|
|
3157
2972
|
kind: t.LiteralC<"file">;
|
|
3158
|
-
key: t.StringC;
|
|
3159
2973
|
}>>]>, t.ExactC<t.PartialC<{
|
|
3160
2974
|
text: t.StringC;
|
|
3161
2975
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3162
2976
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
3163
2977
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
3164
2978
|
id: t.Type<string, string, unknown>;
|
|
3165
|
-
key: t.StringC;
|
|
3166
2979
|
}>>, t.ExactC<t.TypeC<{
|
|
3167
2980
|
kind: t.LiteralC<"document">;
|
|
3168
|
-
key: t.StringC;
|
|
3169
2981
|
}>>]>, t.ExactC<t.PartialC<{
|
|
3170
2982
|
text: t.StringC;
|
|
3171
2983
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3172
2984
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
3173
2985
|
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3174
2986
|
url: t.StringC;
|
|
3175
|
-
key: t.StringC;
|
|
3176
2987
|
}>, t.PartialC<{
|
|
3177
2988
|
kind: t.LiteralC<"web">;
|
|
3178
2989
|
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
@@ -3183,25 +2994,22 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
3183
2994
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
3184
2995
|
}>]>>, t.ExactC<t.TypeC<{
|
|
3185
2996
|
kind: t.LiteralC<"web">;
|
|
3186
|
-
key: t.StringC;
|
|
3187
2997
|
}>>]>, t.ExactC<t.PartialC<{
|
|
3188
2998
|
text: t.StringC;
|
|
3189
2999
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3190
3000
|
__TYPE__: t.LiteralC<"MediaLink">;
|
|
3191
3001
|
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3192
3002
|
kind: t.LiteralC<"media">;
|
|
3193
|
-
key: t.StringC;
|
|
3194
3003
|
}>>, t.ExactC<t.PartialC<{
|
|
3195
3004
|
text: t.StringC;
|
|
3196
3005
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3197
3006
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
3198
3007
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3199
3008
|
kind: t.LiteralC<"any">;
|
|
3200
|
-
key: t.StringC;
|
|
3201
3009
|
}>, t.PartialC<{
|
|
3202
3010
|
text: t.StringC;
|
|
3203
3011
|
}>]>>]>]>;
|
|
3204
|
-
}
|
|
3012
|
+
}>>]>>;
|
|
3205
3013
|
}>>]>, t.Type<import("./fields").GroupContent, import("./fields").GroupContent, unknown>]>]>;
|
|
3206
3014
|
}>>;
|
|
3207
3015
|
}>]>>;
|
|
@@ -3335,7 +3143,9 @@ export declare const DocumentLegacy: {
|
|
|
3335
3143
|
}) | {
|
|
3336
3144
|
__TYPE__: "IntegrationFieldsContent";
|
|
3337
3145
|
value: string;
|
|
3338
|
-
} | {
|
|
3146
|
+
} | ({
|
|
3147
|
+
key: string;
|
|
3148
|
+
} & {
|
|
3339
3149
|
__TYPE__: "LinkContent";
|
|
3340
3150
|
value: ({
|
|
3341
3151
|
__TYPE__: "ImageLink";
|
|
@@ -3347,12 +3157,10 @@ export declare const DocumentLegacy: {
|
|
|
3347
3157
|
width: string;
|
|
3348
3158
|
size: string;
|
|
3349
3159
|
name: string;
|
|
3350
|
-
key: string;
|
|
3351
3160
|
} & {
|
|
3352
3161
|
date?: string | null | undefined;
|
|
3353
3162
|
}) | {
|
|
3354
3163
|
kind: "image";
|
|
3355
|
-
key: string;
|
|
3356
3164
|
}) & {
|
|
3357
3165
|
text?: string;
|
|
3358
3166
|
})) | ({
|
|
@@ -3363,36 +3171,30 @@ export declare const DocumentLegacy: {
|
|
|
3363
3171
|
url: string;
|
|
3364
3172
|
name: string;
|
|
3365
3173
|
size: string;
|
|
3366
|
-
key: string;
|
|
3367
3174
|
} & {
|
|
3368
3175
|
date?: string | null | undefined;
|
|
3369
3176
|
}) | {
|
|
3370
3177
|
kind: "file";
|
|
3371
|
-
key: string;
|
|
3372
3178
|
}) & {
|
|
3373
3179
|
text?: string;
|
|
3374
3180
|
})) | ({
|
|
3375
3181
|
__TYPE__: "MediaLink";
|
|
3376
3182
|
} & {
|
|
3377
3183
|
kind: "media";
|
|
3378
|
-
key: string;
|
|
3379
3184
|
} & {
|
|
3380
3185
|
text?: string;
|
|
3381
3186
|
}) | ({
|
|
3382
3187
|
__TYPE__: "DocumentLink";
|
|
3383
3188
|
} & (({
|
|
3384
3189
|
id: string;
|
|
3385
|
-
key: string;
|
|
3386
3190
|
} | {
|
|
3387
3191
|
kind: "document";
|
|
3388
|
-
key: string;
|
|
3389
3192
|
}) & {
|
|
3390
3193
|
text?: string;
|
|
3391
3194
|
})) | ({
|
|
3392
3195
|
__TYPE__: "ExternalLink";
|
|
3393
3196
|
} & ((({
|
|
3394
3197
|
url: string;
|
|
3395
|
-
key: string;
|
|
3396
3198
|
} & {
|
|
3397
3199
|
kind?: "web";
|
|
3398
3200
|
target?: string | null | undefined;
|
|
@@ -3401,21 +3203,21 @@ export declare const DocumentLegacy: {
|
|
|
3401
3203
|
} | null | undefined;
|
|
3402
3204
|
}) | {
|
|
3403
3205
|
kind: "web";
|
|
3404
|
-
key: string;
|
|
3405
3206
|
}) & {
|
|
3406
3207
|
text?: string;
|
|
3407
3208
|
})) | ({
|
|
3408
3209
|
__TYPE__: "AnyLink";
|
|
3409
3210
|
} & {
|
|
3410
3211
|
kind: "any";
|
|
3411
|
-
key: string;
|
|
3412
3212
|
} & {
|
|
3413
3213
|
text?: string;
|
|
3414
3214
|
});
|
|
3415
|
-
} | {
|
|
3215
|
+
}) | {
|
|
3416
3216
|
__TYPE__: "RepeatableContent";
|
|
3417
3217
|
type: "Link";
|
|
3418
|
-
value: {
|
|
3218
|
+
value: ({
|
|
3219
|
+
key: string;
|
|
3220
|
+
} & {
|
|
3419
3221
|
__TYPE__: "LinkContent";
|
|
3420
3222
|
value: ({
|
|
3421
3223
|
__TYPE__: "ImageLink";
|
|
@@ -3427,12 +3229,10 @@ export declare const DocumentLegacy: {
|
|
|
3427
3229
|
width: string;
|
|
3428
3230
|
size: string;
|
|
3429
3231
|
name: string;
|
|
3430
|
-
key: string;
|
|
3431
3232
|
} & {
|
|
3432
3233
|
date?: string | null | undefined;
|
|
3433
3234
|
}) | {
|
|
3434
3235
|
kind: "image";
|
|
3435
|
-
key: string;
|
|
3436
3236
|
}) & {
|
|
3437
3237
|
text?: string;
|
|
3438
3238
|
})) | ({
|
|
@@ -3443,36 +3243,30 @@ export declare const DocumentLegacy: {
|
|
|
3443
3243
|
url: string;
|
|
3444
3244
|
name: string;
|
|
3445
3245
|
size: string;
|
|
3446
|
-
key: string;
|
|
3447
3246
|
} & {
|
|
3448
3247
|
date?: string | null | undefined;
|
|
3449
3248
|
}) | {
|
|
3450
3249
|
kind: "file";
|
|
3451
|
-
key: string;
|
|
3452
3250
|
}) & {
|
|
3453
3251
|
text?: string;
|
|
3454
3252
|
})) | ({
|
|
3455
3253
|
__TYPE__: "MediaLink";
|
|
3456
3254
|
} & {
|
|
3457
3255
|
kind: "media";
|
|
3458
|
-
key: string;
|
|
3459
3256
|
} & {
|
|
3460
3257
|
text?: string;
|
|
3461
3258
|
}) | ({
|
|
3462
3259
|
__TYPE__: "DocumentLink";
|
|
3463
3260
|
} & (({
|
|
3464
3261
|
id: string;
|
|
3465
|
-
key: string;
|
|
3466
3262
|
} | {
|
|
3467
3263
|
kind: "document";
|
|
3468
|
-
key: string;
|
|
3469
3264
|
}) & {
|
|
3470
3265
|
text?: string;
|
|
3471
3266
|
})) | ({
|
|
3472
3267
|
__TYPE__: "ExternalLink";
|
|
3473
3268
|
} & ((({
|
|
3474
3269
|
url: string;
|
|
3475
|
-
key: string;
|
|
3476
3270
|
} & {
|
|
3477
3271
|
kind?: "web";
|
|
3478
3272
|
target?: string | null | undefined;
|
|
@@ -3481,18 +3275,16 @@ export declare const DocumentLegacy: {
|
|
|
3481
3275
|
} | null | undefined;
|
|
3482
3276
|
}) | {
|
|
3483
3277
|
kind: "web";
|
|
3484
|
-
key: string;
|
|
3485
3278
|
}) & {
|
|
3486
3279
|
text?: string;
|
|
3487
3280
|
})) | ({
|
|
3488
3281
|
__TYPE__: "AnyLink";
|
|
3489
3282
|
} & {
|
|
3490
3283
|
kind: "any";
|
|
3491
|
-
key: string;
|
|
3492
3284
|
} & {
|
|
3493
3285
|
text?: string;
|
|
3494
3286
|
});
|
|
3495
|
-
}[];
|
|
3287
|
+
})[];
|
|
3496
3288
|
} | import("./fields").GroupContent | {
|
|
3497
3289
|
__TYPE__: "StructuredTextContent";
|
|
3498
3290
|
value: (({
|
|
@@ -3530,7 +3322,6 @@ export declare const DocumentLegacy: {
|
|
|
3530
3322
|
width: string;
|
|
3531
3323
|
size: string;
|
|
3532
3324
|
name: string;
|
|
3533
|
-
key: string;
|
|
3534
3325
|
} & {
|
|
3535
3326
|
date?: string | null | undefined;
|
|
3536
3327
|
}) | ({
|
|
@@ -3541,19 +3332,16 @@ export declare const DocumentLegacy: {
|
|
|
3541
3332
|
url: string;
|
|
3542
3333
|
name: string;
|
|
3543
3334
|
size: string;
|
|
3544
|
-
key: string;
|
|
3545
3335
|
} & {
|
|
3546
3336
|
date?: string | null | undefined;
|
|
3547
3337
|
}) | ({
|
|
3548
3338
|
__TYPE__: "DocumentLink";
|
|
3549
3339
|
} & {
|
|
3550
3340
|
id: string;
|
|
3551
|
-
key: string;
|
|
3552
3341
|
}) | ({
|
|
3553
3342
|
__TYPE__: "ExternalLink";
|
|
3554
3343
|
} & {
|
|
3555
3344
|
url: string;
|
|
3556
|
-
key: string;
|
|
3557
3345
|
} & {
|
|
3558
3346
|
kind?: "web";
|
|
3559
3347
|
target?: string | null | undefined;
|
|
@@ -3605,7 +3393,6 @@ export declare const DocumentLegacy: {
|
|
|
3605
3393
|
width: string;
|
|
3606
3394
|
size: string;
|
|
3607
3395
|
name: string;
|
|
3608
|
-
key: string;
|
|
3609
3396
|
} & {
|
|
3610
3397
|
date?: string | null | undefined;
|
|
3611
3398
|
}) | ({
|
|
@@ -3616,19 +3403,16 @@ export declare const DocumentLegacy: {
|
|
|
3616
3403
|
url: string;
|
|
3617
3404
|
name: string;
|
|
3618
3405
|
size: string;
|
|
3619
|
-
key: string;
|
|
3620
3406
|
} & {
|
|
3621
3407
|
date?: string | null | undefined;
|
|
3622
3408
|
}) | ({
|
|
3623
3409
|
__TYPE__: "DocumentLink";
|
|
3624
3410
|
} & {
|
|
3625
3411
|
id: string;
|
|
3626
|
-
key: string;
|
|
3627
3412
|
}) | ({
|
|
3628
3413
|
__TYPE__: "ExternalLink";
|
|
3629
3414
|
} & {
|
|
3630
3415
|
url: string;
|
|
3631
|
-
key: string;
|
|
3632
3416
|
} & {
|
|
3633
3417
|
kind?: "web";
|
|
3634
3418
|
target?: string | null | undefined;
|
|
@@ -3777,7 +3561,9 @@ export declare const DocumentLegacy: {
|
|
|
3777
3561
|
}) | {
|
|
3778
3562
|
__TYPE__: "IntegrationFieldsContent";
|
|
3779
3563
|
value: string;
|
|
3780
|
-
} | {
|
|
3564
|
+
} | ({
|
|
3565
|
+
key: string;
|
|
3566
|
+
} & {
|
|
3781
3567
|
__TYPE__: "LinkContent";
|
|
3782
3568
|
value: ({
|
|
3783
3569
|
__TYPE__: "ImageLink";
|
|
@@ -3789,12 +3575,10 @@ export declare const DocumentLegacy: {
|
|
|
3789
3575
|
width: string;
|
|
3790
3576
|
size: string;
|
|
3791
3577
|
name: string;
|
|
3792
|
-
key: string;
|
|
3793
3578
|
} & {
|
|
3794
3579
|
date?: string | null | undefined;
|
|
3795
3580
|
}) | {
|
|
3796
3581
|
kind: "image";
|
|
3797
|
-
key: string;
|
|
3798
3582
|
}) & {
|
|
3799
3583
|
text?: string;
|
|
3800
3584
|
})) | ({
|
|
@@ -3805,36 +3589,30 @@ export declare const DocumentLegacy: {
|
|
|
3805
3589
|
url: string;
|
|
3806
3590
|
name: string;
|
|
3807
3591
|
size: string;
|
|
3808
|
-
key: string;
|
|
3809
3592
|
} & {
|
|
3810
3593
|
date?: string | null | undefined;
|
|
3811
3594
|
}) | {
|
|
3812
3595
|
kind: "file";
|
|
3813
|
-
key: string;
|
|
3814
3596
|
}) & {
|
|
3815
3597
|
text?: string;
|
|
3816
3598
|
})) | ({
|
|
3817
3599
|
__TYPE__: "MediaLink";
|
|
3818
3600
|
} & {
|
|
3819
3601
|
kind: "media";
|
|
3820
|
-
key: string;
|
|
3821
3602
|
} & {
|
|
3822
3603
|
text?: string;
|
|
3823
3604
|
}) | ({
|
|
3824
3605
|
__TYPE__: "DocumentLink";
|
|
3825
3606
|
} & (({
|
|
3826
3607
|
id: string;
|
|
3827
|
-
key: string;
|
|
3828
3608
|
} | {
|
|
3829
3609
|
kind: "document";
|
|
3830
|
-
key: string;
|
|
3831
3610
|
}) & {
|
|
3832
3611
|
text?: string;
|
|
3833
3612
|
})) | ({
|
|
3834
3613
|
__TYPE__: "ExternalLink";
|
|
3835
3614
|
} & ((({
|
|
3836
3615
|
url: string;
|
|
3837
|
-
key: string;
|
|
3838
3616
|
} & {
|
|
3839
3617
|
kind?: "web";
|
|
3840
3618
|
target?: string | null | undefined;
|
|
@@ -3843,21 +3621,21 @@ export declare const DocumentLegacy: {
|
|
|
3843
3621
|
} | null | undefined;
|
|
3844
3622
|
}) | {
|
|
3845
3623
|
kind: "web";
|
|
3846
|
-
key: string;
|
|
3847
3624
|
}) & {
|
|
3848
3625
|
text?: string;
|
|
3849
3626
|
})) | ({
|
|
3850
3627
|
__TYPE__: "AnyLink";
|
|
3851
3628
|
} & {
|
|
3852
3629
|
kind: "any";
|
|
3853
|
-
key: string;
|
|
3854
3630
|
} & {
|
|
3855
3631
|
text?: string;
|
|
3856
3632
|
});
|
|
3857
|
-
} | {
|
|
3633
|
+
}) | {
|
|
3858
3634
|
__TYPE__: "RepeatableContent";
|
|
3859
3635
|
type: "Link";
|
|
3860
|
-
value: {
|
|
3636
|
+
value: ({
|
|
3637
|
+
key: string;
|
|
3638
|
+
} & {
|
|
3861
3639
|
__TYPE__: "LinkContent";
|
|
3862
3640
|
value: ({
|
|
3863
3641
|
__TYPE__: "ImageLink";
|
|
@@ -3869,12 +3647,10 @@ export declare const DocumentLegacy: {
|
|
|
3869
3647
|
width: string;
|
|
3870
3648
|
size: string;
|
|
3871
3649
|
name: string;
|
|
3872
|
-
key: string;
|
|
3873
3650
|
} & {
|
|
3874
3651
|
date?: string | null | undefined;
|
|
3875
3652
|
}) | {
|
|
3876
3653
|
kind: "image";
|
|
3877
|
-
key: string;
|
|
3878
3654
|
}) & {
|
|
3879
3655
|
text?: string;
|
|
3880
3656
|
})) | ({
|
|
@@ -3885,36 +3661,30 @@ export declare const DocumentLegacy: {
|
|
|
3885
3661
|
url: string;
|
|
3886
3662
|
name: string;
|
|
3887
3663
|
size: string;
|
|
3888
|
-
key: string;
|
|
3889
3664
|
} & {
|
|
3890
3665
|
date?: string | null | undefined;
|
|
3891
3666
|
}) | {
|
|
3892
3667
|
kind: "file";
|
|
3893
|
-
key: string;
|
|
3894
3668
|
}) & {
|
|
3895
3669
|
text?: string;
|
|
3896
3670
|
})) | ({
|
|
3897
3671
|
__TYPE__: "MediaLink";
|
|
3898
3672
|
} & {
|
|
3899
3673
|
kind: "media";
|
|
3900
|
-
key: string;
|
|
3901
3674
|
} & {
|
|
3902
3675
|
text?: string;
|
|
3903
3676
|
}) | ({
|
|
3904
3677
|
__TYPE__: "DocumentLink";
|
|
3905
3678
|
} & (({
|
|
3906
3679
|
id: string;
|
|
3907
|
-
key: string;
|
|
3908
3680
|
} | {
|
|
3909
3681
|
kind: "document";
|
|
3910
|
-
key: string;
|
|
3911
3682
|
}) & {
|
|
3912
3683
|
text?: string;
|
|
3913
3684
|
})) | ({
|
|
3914
3685
|
__TYPE__: "ExternalLink";
|
|
3915
3686
|
} & ((({
|
|
3916
3687
|
url: string;
|
|
3917
|
-
key: string;
|
|
3918
3688
|
} & {
|
|
3919
3689
|
kind?: "web";
|
|
3920
3690
|
target?: string | null | undefined;
|
|
@@ -3923,18 +3693,16 @@ export declare const DocumentLegacy: {
|
|
|
3923
3693
|
} | null | undefined;
|
|
3924
3694
|
}) | {
|
|
3925
3695
|
kind: "web";
|
|
3926
|
-
key: string;
|
|
3927
3696
|
}) & {
|
|
3928
3697
|
text?: string;
|
|
3929
3698
|
})) | ({
|
|
3930
3699
|
__TYPE__: "AnyLink";
|
|
3931
3700
|
} & {
|
|
3932
3701
|
kind: "any";
|
|
3933
|
-
key: string;
|
|
3934
3702
|
} & {
|
|
3935
3703
|
text?: string;
|
|
3936
3704
|
});
|
|
3937
|
-
}[];
|
|
3705
|
+
})[];
|
|
3938
3706
|
} | import("./fields").GroupContent | {
|
|
3939
3707
|
__TYPE__: "StructuredTextContent";
|
|
3940
3708
|
value: (({
|
|
@@ -3972,7 +3740,6 @@ export declare const DocumentLegacy: {
|
|
|
3972
3740
|
width: string;
|
|
3973
3741
|
size: string;
|
|
3974
3742
|
name: string;
|
|
3975
|
-
key: string;
|
|
3976
3743
|
} & {
|
|
3977
3744
|
date?: string | null | undefined;
|
|
3978
3745
|
}) | ({
|
|
@@ -3983,19 +3750,16 @@ export declare const DocumentLegacy: {
|
|
|
3983
3750
|
url: string;
|
|
3984
3751
|
name: string;
|
|
3985
3752
|
size: string;
|
|
3986
|
-
key: string;
|
|
3987
3753
|
} & {
|
|
3988
3754
|
date?: string | null | undefined;
|
|
3989
3755
|
}) | ({
|
|
3990
3756
|
__TYPE__: "DocumentLink";
|
|
3991
3757
|
} & {
|
|
3992
3758
|
id: string;
|
|
3993
|
-
key: string;
|
|
3994
3759
|
}) | ({
|
|
3995
3760
|
__TYPE__: "ExternalLink";
|
|
3996
3761
|
} & {
|
|
3997
3762
|
url: string;
|
|
3998
|
-
key: string;
|
|
3999
3763
|
} & {
|
|
4000
3764
|
kind?: "web";
|
|
4001
3765
|
target?: string | null | undefined;
|
|
@@ -4047,7 +3811,6 @@ export declare const DocumentLegacy: {
|
|
|
4047
3811
|
width: string;
|
|
4048
3812
|
size: string;
|
|
4049
3813
|
name: string;
|
|
4050
|
-
key: string;
|
|
4051
3814
|
} & {
|
|
4052
3815
|
date?: string | null | undefined;
|
|
4053
3816
|
}) | ({
|
|
@@ -4058,19 +3821,16 @@ export declare const DocumentLegacy: {
|
|
|
4058
3821
|
url: string;
|
|
4059
3822
|
name: string;
|
|
4060
3823
|
size: string;
|
|
4061
|
-
key: string;
|
|
4062
3824
|
} & {
|
|
4063
3825
|
date?: string | null | undefined;
|
|
4064
3826
|
}) | ({
|
|
4065
3827
|
__TYPE__: "DocumentLink";
|
|
4066
3828
|
} & {
|
|
4067
3829
|
id: string;
|
|
4068
|
-
key: string;
|
|
4069
3830
|
}) | ({
|
|
4070
3831
|
__TYPE__: "ExternalLink";
|
|
4071
3832
|
} & {
|
|
4072
3833
|
url: string;
|
|
4073
|
-
key: string;
|
|
4074
3834
|
} & {
|
|
4075
3835
|
kind?: "web";
|
|
4076
3836
|
target?: string | null | undefined;
|
|
@@ -4213,7 +3973,9 @@ export declare const DocumentLegacy: {
|
|
|
4213
3973
|
}) | {
|
|
4214
3974
|
__TYPE__: "IntegrationFieldsContent";
|
|
4215
3975
|
value: string;
|
|
4216
|
-
} | {
|
|
3976
|
+
} | ({
|
|
3977
|
+
key: string;
|
|
3978
|
+
} & {
|
|
4217
3979
|
__TYPE__: "LinkContent";
|
|
4218
3980
|
value: ({
|
|
4219
3981
|
__TYPE__: "ImageLink";
|
|
@@ -4225,12 +3987,10 @@ export declare const DocumentLegacy: {
|
|
|
4225
3987
|
width: string;
|
|
4226
3988
|
size: string;
|
|
4227
3989
|
name: string;
|
|
4228
|
-
key: string;
|
|
4229
3990
|
} & {
|
|
4230
3991
|
date?: string | null | undefined;
|
|
4231
3992
|
}) | {
|
|
4232
3993
|
kind: "image";
|
|
4233
|
-
key: string;
|
|
4234
3994
|
}) & {
|
|
4235
3995
|
text?: string;
|
|
4236
3996
|
})) | ({
|
|
@@ -4241,36 +4001,30 @@ export declare const DocumentLegacy: {
|
|
|
4241
4001
|
url: string;
|
|
4242
4002
|
name: string;
|
|
4243
4003
|
size: string;
|
|
4244
|
-
key: string;
|
|
4245
4004
|
} & {
|
|
4246
4005
|
date?: string | null | undefined;
|
|
4247
4006
|
}) | {
|
|
4248
4007
|
kind: "file";
|
|
4249
|
-
key: string;
|
|
4250
4008
|
}) & {
|
|
4251
4009
|
text?: string;
|
|
4252
4010
|
})) | ({
|
|
4253
4011
|
__TYPE__: "MediaLink";
|
|
4254
4012
|
} & {
|
|
4255
4013
|
kind: "media";
|
|
4256
|
-
key: string;
|
|
4257
4014
|
} & {
|
|
4258
4015
|
text?: string;
|
|
4259
4016
|
}) | ({
|
|
4260
4017
|
__TYPE__: "DocumentLink";
|
|
4261
4018
|
} & (({
|
|
4262
4019
|
id: string;
|
|
4263
|
-
key: string;
|
|
4264
4020
|
} | {
|
|
4265
4021
|
kind: "document";
|
|
4266
|
-
key: string;
|
|
4267
4022
|
}) & {
|
|
4268
4023
|
text?: string;
|
|
4269
4024
|
})) | ({
|
|
4270
4025
|
__TYPE__: "ExternalLink";
|
|
4271
4026
|
} & ((({
|
|
4272
4027
|
url: string;
|
|
4273
|
-
key: string;
|
|
4274
4028
|
} & {
|
|
4275
4029
|
kind?: "web";
|
|
4276
4030
|
target?: string | null | undefined;
|
|
@@ -4279,21 +4033,21 @@ export declare const DocumentLegacy: {
|
|
|
4279
4033
|
} | null | undefined;
|
|
4280
4034
|
}) | {
|
|
4281
4035
|
kind: "web";
|
|
4282
|
-
key: string;
|
|
4283
4036
|
}) & {
|
|
4284
4037
|
text?: string;
|
|
4285
4038
|
})) | ({
|
|
4286
4039
|
__TYPE__: "AnyLink";
|
|
4287
4040
|
} & {
|
|
4288
4041
|
kind: "any";
|
|
4289
|
-
key: string;
|
|
4290
4042
|
} & {
|
|
4291
4043
|
text?: string;
|
|
4292
4044
|
});
|
|
4293
|
-
} | {
|
|
4045
|
+
}) | {
|
|
4294
4046
|
__TYPE__: "RepeatableContent";
|
|
4295
4047
|
type: "Link";
|
|
4296
|
-
value: {
|
|
4048
|
+
value: ({
|
|
4049
|
+
key: string;
|
|
4050
|
+
} & {
|
|
4297
4051
|
__TYPE__: "LinkContent";
|
|
4298
4052
|
value: ({
|
|
4299
4053
|
__TYPE__: "ImageLink";
|
|
@@ -4305,12 +4059,10 @@ export declare const DocumentLegacy: {
|
|
|
4305
4059
|
width: string;
|
|
4306
4060
|
size: string;
|
|
4307
4061
|
name: string;
|
|
4308
|
-
key: string;
|
|
4309
4062
|
} & {
|
|
4310
4063
|
date?: string | null | undefined;
|
|
4311
4064
|
}) | {
|
|
4312
4065
|
kind: "image";
|
|
4313
|
-
key: string;
|
|
4314
4066
|
}) & {
|
|
4315
4067
|
text?: string;
|
|
4316
4068
|
})) | ({
|
|
@@ -4321,36 +4073,30 @@ export declare const DocumentLegacy: {
|
|
|
4321
4073
|
url: string;
|
|
4322
4074
|
name: string;
|
|
4323
4075
|
size: string;
|
|
4324
|
-
key: string;
|
|
4325
4076
|
} & {
|
|
4326
4077
|
date?: string | null | undefined;
|
|
4327
4078
|
}) | {
|
|
4328
4079
|
kind: "file";
|
|
4329
|
-
key: string;
|
|
4330
4080
|
}) & {
|
|
4331
4081
|
text?: string;
|
|
4332
4082
|
})) | ({
|
|
4333
4083
|
__TYPE__: "MediaLink";
|
|
4334
4084
|
} & {
|
|
4335
4085
|
kind: "media";
|
|
4336
|
-
key: string;
|
|
4337
4086
|
} & {
|
|
4338
4087
|
text?: string;
|
|
4339
4088
|
}) | ({
|
|
4340
4089
|
__TYPE__: "DocumentLink";
|
|
4341
4090
|
} & (({
|
|
4342
4091
|
id: string;
|
|
4343
|
-
key: string;
|
|
4344
4092
|
} | {
|
|
4345
4093
|
kind: "document";
|
|
4346
|
-
key: string;
|
|
4347
4094
|
}) & {
|
|
4348
4095
|
text?: string;
|
|
4349
4096
|
})) | ({
|
|
4350
4097
|
__TYPE__: "ExternalLink";
|
|
4351
4098
|
} & ((({
|
|
4352
4099
|
url: string;
|
|
4353
|
-
key: string;
|
|
4354
4100
|
} & {
|
|
4355
4101
|
kind?: "web";
|
|
4356
4102
|
target?: string | null | undefined;
|
|
@@ -4359,18 +4105,16 @@ export declare const DocumentLegacy: {
|
|
|
4359
4105
|
} | null | undefined;
|
|
4360
4106
|
}) | {
|
|
4361
4107
|
kind: "web";
|
|
4362
|
-
key: string;
|
|
4363
4108
|
}) & {
|
|
4364
4109
|
text?: string;
|
|
4365
4110
|
})) | ({
|
|
4366
4111
|
__TYPE__: "AnyLink";
|
|
4367
4112
|
} & {
|
|
4368
4113
|
kind: "any";
|
|
4369
|
-
key: string;
|
|
4370
4114
|
} & {
|
|
4371
4115
|
text?: string;
|
|
4372
4116
|
});
|
|
4373
|
-
}[];
|
|
4117
|
+
})[];
|
|
4374
4118
|
} | {
|
|
4375
4119
|
__TYPE__: "StructuredTextContent";
|
|
4376
4120
|
value: (({
|
|
@@ -4408,7 +4152,6 @@ export declare const DocumentLegacy: {
|
|
|
4408
4152
|
width: string;
|
|
4409
4153
|
size: string;
|
|
4410
4154
|
name: string;
|
|
4411
|
-
key: string;
|
|
4412
4155
|
} & {
|
|
4413
4156
|
date?: string | null | undefined;
|
|
4414
4157
|
}) | ({
|
|
@@ -4419,19 +4162,16 @@ export declare const DocumentLegacy: {
|
|
|
4419
4162
|
url: string;
|
|
4420
4163
|
name: string;
|
|
4421
4164
|
size: string;
|
|
4422
|
-
key: string;
|
|
4423
4165
|
} & {
|
|
4424
4166
|
date?: string | null | undefined;
|
|
4425
4167
|
}) | ({
|
|
4426
4168
|
__TYPE__: "DocumentLink";
|
|
4427
4169
|
} & {
|
|
4428
4170
|
id: string;
|
|
4429
|
-
key: string;
|
|
4430
4171
|
}) | ({
|
|
4431
4172
|
__TYPE__: "ExternalLink";
|
|
4432
4173
|
} & {
|
|
4433
4174
|
url: string;
|
|
4434
|
-
key: string;
|
|
4435
4175
|
} & {
|
|
4436
4176
|
kind?: "web";
|
|
4437
4177
|
target?: string | null | undefined;
|
|
@@ -4483,7 +4223,6 @@ export declare const DocumentLegacy: {
|
|
|
4483
4223
|
width: string;
|
|
4484
4224
|
size: string;
|
|
4485
4225
|
name: string;
|
|
4486
|
-
key: string;
|
|
4487
4226
|
} & {
|
|
4488
4227
|
date?: string | null | undefined;
|
|
4489
4228
|
}) | ({
|
|
@@ -4494,19 +4233,16 @@ export declare const DocumentLegacy: {
|
|
|
4494
4233
|
url: string;
|
|
4495
4234
|
name: string;
|
|
4496
4235
|
size: string;
|
|
4497
|
-
key: string;
|
|
4498
4236
|
} & {
|
|
4499
4237
|
date?: string | null | undefined;
|
|
4500
4238
|
}) | ({
|
|
4501
4239
|
__TYPE__: "DocumentLink";
|
|
4502
4240
|
} & {
|
|
4503
4241
|
id: string;
|
|
4504
|
-
key: string;
|
|
4505
4242
|
}) | ({
|
|
4506
4243
|
__TYPE__: "ExternalLink";
|
|
4507
4244
|
} & {
|
|
4508
4245
|
url: string;
|
|
4509
|
-
key: string;
|
|
4510
4246
|
} & {
|
|
4511
4247
|
kind?: "web";
|
|
4512
4248
|
target?: string | null | undefined;
|
|
@@ -4650,7 +4386,9 @@ export declare const DocumentLegacy: {
|
|
|
4650
4386
|
}) | {
|
|
4651
4387
|
__TYPE__: "IntegrationFieldsContent";
|
|
4652
4388
|
value: string;
|
|
4653
|
-
} | {
|
|
4389
|
+
} | ({
|
|
4390
|
+
key: string;
|
|
4391
|
+
} & {
|
|
4654
4392
|
__TYPE__: "LinkContent";
|
|
4655
4393
|
value: ({
|
|
4656
4394
|
__TYPE__: "ImageLink";
|
|
@@ -4662,12 +4400,10 @@ export declare const DocumentLegacy: {
|
|
|
4662
4400
|
width: string;
|
|
4663
4401
|
size: string;
|
|
4664
4402
|
name: string;
|
|
4665
|
-
key: string;
|
|
4666
4403
|
} & {
|
|
4667
4404
|
date?: string | null | undefined;
|
|
4668
4405
|
}) | {
|
|
4669
4406
|
kind: "image";
|
|
4670
|
-
key: string;
|
|
4671
4407
|
}) & {
|
|
4672
4408
|
text?: string;
|
|
4673
4409
|
})) | ({
|
|
@@ -4678,36 +4414,30 @@ export declare const DocumentLegacy: {
|
|
|
4678
4414
|
url: string;
|
|
4679
4415
|
name: string;
|
|
4680
4416
|
size: string;
|
|
4681
|
-
key: string;
|
|
4682
4417
|
} & {
|
|
4683
4418
|
date?: string | null | undefined;
|
|
4684
4419
|
}) | {
|
|
4685
4420
|
kind: "file";
|
|
4686
|
-
key: string;
|
|
4687
4421
|
}) & {
|
|
4688
4422
|
text?: string;
|
|
4689
4423
|
})) | ({
|
|
4690
4424
|
__TYPE__: "MediaLink";
|
|
4691
4425
|
} & {
|
|
4692
4426
|
kind: "media";
|
|
4693
|
-
key: string;
|
|
4694
4427
|
} & {
|
|
4695
4428
|
text?: string;
|
|
4696
4429
|
}) | ({
|
|
4697
4430
|
__TYPE__: "DocumentLink";
|
|
4698
4431
|
} & (({
|
|
4699
4432
|
id: string;
|
|
4700
|
-
key: string;
|
|
4701
4433
|
} | {
|
|
4702
4434
|
kind: "document";
|
|
4703
|
-
key: string;
|
|
4704
4435
|
}) & {
|
|
4705
4436
|
text?: string;
|
|
4706
4437
|
})) | ({
|
|
4707
4438
|
__TYPE__: "ExternalLink";
|
|
4708
4439
|
} & ((({
|
|
4709
4440
|
url: string;
|
|
4710
|
-
key: string;
|
|
4711
4441
|
} & {
|
|
4712
4442
|
kind?: "web";
|
|
4713
4443
|
target?: string | null | undefined;
|
|
@@ -4716,21 +4446,21 @@ export declare const DocumentLegacy: {
|
|
|
4716
4446
|
} | null | undefined;
|
|
4717
4447
|
}) | {
|
|
4718
4448
|
kind: "web";
|
|
4719
|
-
key: string;
|
|
4720
4449
|
}) & {
|
|
4721
4450
|
text?: string;
|
|
4722
4451
|
})) | ({
|
|
4723
4452
|
__TYPE__: "AnyLink";
|
|
4724
4453
|
} & {
|
|
4725
4454
|
kind: "any";
|
|
4726
|
-
key: string;
|
|
4727
4455
|
} & {
|
|
4728
4456
|
text?: string;
|
|
4729
4457
|
});
|
|
4730
|
-
} | {
|
|
4458
|
+
}) | {
|
|
4731
4459
|
__TYPE__: "RepeatableContent";
|
|
4732
4460
|
type: "Link";
|
|
4733
|
-
value: {
|
|
4461
|
+
value: ({
|
|
4462
|
+
key: string;
|
|
4463
|
+
} & {
|
|
4734
4464
|
__TYPE__: "LinkContent";
|
|
4735
4465
|
value: ({
|
|
4736
4466
|
__TYPE__: "ImageLink";
|
|
@@ -4742,12 +4472,10 @@ export declare const DocumentLegacy: {
|
|
|
4742
4472
|
width: string;
|
|
4743
4473
|
size: string;
|
|
4744
4474
|
name: string;
|
|
4745
|
-
key: string;
|
|
4746
4475
|
} & {
|
|
4747
4476
|
date?: string | null | undefined;
|
|
4748
4477
|
}) | {
|
|
4749
4478
|
kind: "image";
|
|
4750
|
-
key: string;
|
|
4751
4479
|
}) & {
|
|
4752
4480
|
text?: string;
|
|
4753
4481
|
})) | ({
|
|
@@ -4758,36 +4486,30 @@ export declare const DocumentLegacy: {
|
|
|
4758
4486
|
url: string;
|
|
4759
4487
|
name: string;
|
|
4760
4488
|
size: string;
|
|
4761
|
-
key: string;
|
|
4762
4489
|
} & {
|
|
4763
4490
|
date?: string | null | undefined;
|
|
4764
4491
|
}) | {
|
|
4765
4492
|
kind: "file";
|
|
4766
|
-
key: string;
|
|
4767
4493
|
}) & {
|
|
4768
4494
|
text?: string;
|
|
4769
4495
|
})) | ({
|
|
4770
4496
|
__TYPE__: "MediaLink";
|
|
4771
4497
|
} & {
|
|
4772
4498
|
kind: "media";
|
|
4773
|
-
key: string;
|
|
4774
4499
|
} & {
|
|
4775
4500
|
text?: string;
|
|
4776
4501
|
}) | ({
|
|
4777
4502
|
__TYPE__: "DocumentLink";
|
|
4778
4503
|
} & (({
|
|
4779
4504
|
id: string;
|
|
4780
|
-
key: string;
|
|
4781
4505
|
} | {
|
|
4782
4506
|
kind: "document";
|
|
4783
|
-
key: string;
|
|
4784
4507
|
}) & {
|
|
4785
4508
|
text?: string;
|
|
4786
4509
|
})) | ({
|
|
4787
4510
|
__TYPE__: "ExternalLink";
|
|
4788
4511
|
} & ((({
|
|
4789
4512
|
url: string;
|
|
4790
|
-
key: string;
|
|
4791
4513
|
} & {
|
|
4792
4514
|
kind?: "web";
|
|
4793
4515
|
target?: string | null | undefined;
|
|
@@ -4796,18 +4518,16 @@ export declare const DocumentLegacy: {
|
|
|
4796
4518
|
} | null | undefined;
|
|
4797
4519
|
}) | {
|
|
4798
4520
|
kind: "web";
|
|
4799
|
-
key: string;
|
|
4800
4521
|
}) & {
|
|
4801
4522
|
text?: string;
|
|
4802
4523
|
})) | ({
|
|
4803
4524
|
__TYPE__: "AnyLink";
|
|
4804
4525
|
} & {
|
|
4805
4526
|
kind: "any";
|
|
4806
|
-
key: string;
|
|
4807
4527
|
} & {
|
|
4808
4528
|
text?: string;
|
|
4809
4529
|
});
|
|
4810
|
-
}[];
|
|
4530
|
+
})[];
|
|
4811
4531
|
} | import("./fields").GroupContent | {
|
|
4812
4532
|
__TYPE__: "StructuredTextContent";
|
|
4813
4533
|
value: (({
|
|
@@ -4845,7 +4565,6 @@ export declare const DocumentLegacy: {
|
|
|
4845
4565
|
width: string;
|
|
4846
4566
|
size: string;
|
|
4847
4567
|
name: string;
|
|
4848
|
-
key: string;
|
|
4849
4568
|
} & {
|
|
4850
4569
|
date?: string | null | undefined;
|
|
4851
4570
|
}) | ({
|
|
@@ -4856,19 +4575,16 @@ export declare const DocumentLegacy: {
|
|
|
4856
4575
|
url: string;
|
|
4857
4576
|
name: string;
|
|
4858
4577
|
size: string;
|
|
4859
|
-
key: string;
|
|
4860
4578
|
} & {
|
|
4861
4579
|
date?: string | null | undefined;
|
|
4862
4580
|
}) | ({
|
|
4863
4581
|
__TYPE__: "DocumentLink";
|
|
4864
4582
|
} & {
|
|
4865
4583
|
id: string;
|
|
4866
|
-
key: string;
|
|
4867
4584
|
}) | ({
|
|
4868
4585
|
__TYPE__: "ExternalLink";
|
|
4869
4586
|
} & {
|
|
4870
4587
|
url: string;
|
|
4871
|
-
key: string;
|
|
4872
4588
|
} & {
|
|
4873
4589
|
kind?: "web";
|
|
4874
4590
|
target?: string | null | undefined;
|
|
@@ -4920,7 +4636,6 @@ export declare const DocumentLegacy: {
|
|
|
4920
4636
|
width: string;
|
|
4921
4637
|
size: string;
|
|
4922
4638
|
name: string;
|
|
4923
|
-
key: string;
|
|
4924
4639
|
} & {
|
|
4925
4640
|
date?: string | null | undefined;
|
|
4926
4641
|
}) | ({
|
|
@@ -4931,19 +4646,16 @@ export declare const DocumentLegacy: {
|
|
|
4931
4646
|
url: string;
|
|
4932
4647
|
name: string;
|
|
4933
4648
|
size: string;
|
|
4934
|
-
key: string;
|
|
4935
4649
|
} & {
|
|
4936
4650
|
date?: string | null | undefined;
|
|
4937
4651
|
}) | ({
|
|
4938
4652
|
__TYPE__: "DocumentLink";
|
|
4939
4653
|
} & {
|
|
4940
4654
|
id: string;
|
|
4941
|
-
key: string;
|
|
4942
4655
|
}) | ({
|
|
4943
4656
|
__TYPE__: "ExternalLink";
|
|
4944
4657
|
} & {
|
|
4945
4658
|
url: string;
|
|
4946
|
-
key: string;
|
|
4947
4659
|
} & {
|
|
4948
4660
|
kind?: "web";
|
|
4949
4661
|
target?: string | null | undefined;
|
|
@@ -5089,7 +4801,9 @@ export declare const DocumentLegacy: {
|
|
|
5089
4801
|
}) | {
|
|
5090
4802
|
__TYPE__: "IntegrationFieldsContent";
|
|
5091
4803
|
value: string;
|
|
5092
|
-
} | {
|
|
4804
|
+
} | ({
|
|
4805
|
+
key: string;
|
|
4806
|
+
} & {
|
|
5093
4807
|
__TYPE__: "LinkContent";
|
|
5094
4808
|
value: ({
|
|
5095
4809
|
__TYPE__: "ImageLink";
|
|
@@ -5101,12 +4815,10 @@ export declare const DocumentLegacy: {
|
|
|
5101
4815
|
width: string;
|
|
5102
4816
|
size: string;
|
|
5103
4817
|
name: string;
|
|
5104
|
-
key: string;
|
|
5105
4818
|
} & {
|
|
5106
4819
|
date?: string | null | undefined;
|
|
5107
4820
|
}) | {
|
|
5108
4821
|
kind: "image";
|
|
5109
|
-
key: string;
|
|
5110
4822
|
}) & {
|
|
5111
4823
|
text?: string;
|
|
5112
4824
|
})) | ({
|
|
@@ -5117,36 +4829,30 @@ export declare const DocumentLegacy: {
|
|
|
5117
4829
|
url: string;
|
|
5118
4830
|
name: string;
|
|
5119
4831
|
size: string;
|
|
5120
|
-
key: string;
|
|
5121
4832
|
} & {
|
|
5122
4833
|
date?: string | null | undefined;
|
|
5123
4834
|
}) | {
|
|
5124
4835
|
kind: "file";
|
|
5125
|
-
key: string;
|
|
5126
4836
|
}) & {
|
|
5127
4837
|
text?: string;
|
|
5128
4838
|
})) | ({
|
|
5129
4839
|
__TYPE__: "MediaLink";
|
|
5130
4840
|
} & {
|
|
5131
4841
|
kind: "media";
|
|
5132
|
-
key: string;
|
|
5133
4842
|
} & {
|
|
5134
4843
|
text?: string;
|
|
5135
4844
|
}) | ({
|
|
5136
4845
|
__TYPE__: "DocumentLink";
|
|
5137
4846
|
} & (({
|
|
5138
4847
|
id: string;
|
|
5139
|
-
key: string;
|
|
5140
4848
|
} | {
|
|
5141
4849
|
kind: "document";
|
|
5142
|
-
key: string;
|
|
5143
4850
|
}) & {
|
|
5144
4851
|
text?: string;
|
|
5145
4852
|
})) | ({
|
|
5146
4853
|
__TYPE__: "ExternalLink";
|
|
5147
4854
|
} & ((({
|
|
5148
4855
|
url: string;
|
|
5149
|
-
key: string;
|
|
5150
4856
|
} & {
|
|
5151
4857
|
kind?: "web";
|
|
5152
4858
|
target?: string | null | undefined;
|
|
@@ -5155,21 +4861,21 @@ export declare const DocumentLegacy: {
|
|
|
5155
4861
|
} | null | undefined;
|
|
5156
4862
|
}) | {
|
|
5157
4863
|
kind: "web";
|
|
5158
|
-
key: string;
|
|
5159
4864
|
}) & {
|
|
5160
4865
|
text?: string;
|
|
5161
4866
|
})) | ({
|
|
5162
4867
|
__TYPE__: "AnyLink";
|
|
5163
4868
|
} & {
|
|
5164
4869
|
kind: "any";
|
|
5165
|
-
key: string;
|
|
5166
4870
|
} & {
|
|
5167
4871
|
text?: string;
|
|
5168
4872
|
});
|
|
5169
|
-
} | {
|
|
4873
|
+
}) | {
|
|
5170
4874
|
__TYPE__: "RepeatableContent";
|
|
5171
4875
|
type: "Link";
|
|
5172
|
-
value: {
|
|
4876
|
+
value: ({
|
|
4877
|
+
key: string;
|
|
4878
|
+
} & {
|
|
5173
4879
|
__TYPE__: "LinkContent";
|
|
5174
4880
|
value: ({
|
|
5175
4881
|
__TYPE__: "ImageLink";
|
|
@@ -5181,12 +4887,10 @@ export declare const DocumentLegacy: {
|
|
|
5181
4887
|
width: string;
|
|
5182
4888
|
size: string;
|
|
5183
4889
|
name: string;
|
|
5184
|
-
key: string;
|
|
5185
4890
|
} & {
|
|
5186
4891
|
date?: string | null | undefined;
|
|
5187
4892
|
}) | {
|
|
5188
4893
|
kind: "image";
|
|
5189
|
-
key: string;
|
|
5190
4894
|
}) & {
|
|
5191
4895
|
text?: string;
|
|
5192
4896
|
})) | ({
|
|
@@ -5197,36 +4901,30 @@ export declare const DocumentLegacy: {
|
|
|
5197
4901
|
url: string;
|
|
5198
4902
|
name: string;
|
|
5199
4903
|
size: string;
|
|
5200
|
-
key: string;
|
|
5201
4904
|
} & {
|
|
5202
4905
|
date?: string | null | undefined;
|
|
5203
4906
|
}) | {
|
|
5204
4907
|
kind: "file";
|
|
5205
|
-
key: string;
|
|
5206
4908
|
}) & {
|
|
5207
4909
|
text?: string;
|
|
5208
4910
|
})) | ({
|
|
5209
4911
|
__TYPE__: "MediaLink";
|
|
5210
4912
|
} & {
|
|
5211
4913
|
kind: "media";
|
|
5212
|
-
key: string;
|
|
5213
4914
|
} & {
|
|
5214
4915
|
text?: string;
|
|
5215
4916
|
}) | ({
|
|
5216
4917
|
__TYPE__: "DocumentLink";
|
|
5217
4918
|
} & (({
|
|
5218
4919
|
id: string;
|
|
5219
|
-
key: string;
|
|
5220
4920
|
} | {
|
|
5221
4921
|
kind: "document";
|
|
5222
|
-
key: string;
|
|
5223
4922
|
}) & {
|
|
5224
4923
|
text?: string;
|
|
5225
4924
|
})) | ({
|
|
5226
4925
|
__TYPE__: "ExternalLink";
|
|
5227
4926
|
} & ((({
|
|
5228
4927
|
url: string;
|
|
5229
|
-
key: string;
|
|
5230
4928
|
} & {
|
|
5231
4929
|
kind?: "web";
|
|
5232
4930
|
target?: string | null | undefined;
|
|
@@ -5235,18 +4933,16 @@ export declare const DocumentLegacy: {
|
|
|
5235
4933
|
} | null | undefined;
|
|
5236
4934
|
}) | {
|
|
5237
4935
|
kind: "web";
|
|
5238
|
-
key: string;
|
|
5239
4936
|
}) & {
|
|
5240
4937
|
text?: string;
|
|
5241
4938
|
})) | ({
|
|
5242
4939
|
__TYPE__: "AnyLink";
|
|
5243
4940
|
} & {
|
|
5244
4941
|
kind: "any";
|
|
5245
|
-
key: string;
|
|
5246
4942
|
} & {
|
|
5247
4943
|
text?: string;
|
|
5248
4944
|
});
|
|
5249
|
-
}[];
|
|
4945
|
+
})[];
|
|
5250
4946
|
} | import("./fields").GroupContent | {
|
|
5251
4947
|
__TYPE__: "StructuredTextContent";
|
|
5252
4948
|
value: (({
|
|
@@ -5284,7 +4980,6 @@ export declare const DocumentLegacy: {
|
|
|
5284
4980
|
width: string;
|
|
5285
4981
|
size: string;
|
|
5286
4982
|
name: string;
|
|
5287
|
-
key: string;
|
|
5288
4983
|
} & {
|
|
5289
4984
|
date?: string | null | undefined;
|
|
5290
4985
|
}) | ({
|
|
@@ -5295,19 +4990,16 @@ export declare const DocumentLegacy: {
|
|
|
5295
4990
|
url: string;
|
|
5296
4991
|
name: string;
|
|
5297
4992
|
size: string;
|
|
5298
|
-
key: string;
|
|
5299
4993
|
} & {
|
|
5300
4994
|
date?: string | null | undefined;
|
|
5301
4995
|
}) | ({
|
|
5302
4996
|
__TYPE__: "DocumentLink";
|
|
5303
4997
|
} & {
|
|
5304
4998
|
id: string;
|
|
5305
|
-
key: string;
|
|
5306
4999
|
}) | ({
|
|
5307
5000
|
__TYPE__: "ExternalLink";
|
|
5308
5001
|
} & {
|
|
5309
5002
|
url: string;
|
|
5310
|
-
key: string;
|
|
5311
5003
|
} & {
|
|
5312
5004
|
kind?: "web";
|
|
5313
5005
|
target?: string | null | undefined;
|
|
@@ -5359,7 +5051,6 @@ export declare const DocumentLegacy: {
|
|
|
5359
5051
|
width: string;
|
|
5360
5052
|
size: string;
|
|
5361
5053
|
name: string;
|
|
5362
|
-
key: string;
|
|
5363
5054
|
} & {
|
|
5364
5055
|
date?: string | null | undefined;
|
|
5365
5056
|
}) | ({
|
|
@@ -5370,19 +5061,16 @@ export declare const DocumentLegacy: {
|
|
|
5370
5061
|
url: string;
|
|
5371
5062
|
name: string;
|
|
5372
5063
|
size: string;
|
|
5373
|
-
key: string;
|
|
5374
5064
|
} & {
|
|
5375
5065
|
date?: string | null | undefined;
|
|
5376
5066
|
}) | ({
|
|
5377
5067
|
__TYPE__: "DocumentLink";
|
|
5378
5068
|
} & {
|
|
5379
5069
|
id: string;
|
|
5380
|
-
key: string;
|
|
5381
5070
|
}) | ({
|
|
5382
5071
|
__TYPE__: "ExternalLink";
|
|
5383
5072
|
} & {
|
|
5384
5073
|
url: string;
|
|
5385
|
-
key: string;
|
|
5386
5074
|
} & {
|
|
5387
5075
|
kind?: "web";
|
|
5388
5076
|
target?: string | null | undefined;
|
|
@@ -5526,7 +5214,9 @@ export declare const DocumentLegacy: {
|
|
|
5526
5214
|
}) | {
|
|
5527
5215
|
__TYPE__: "IntegrationFieldsContent";
|
|
5528
5216
|
value: string;
|
|
5529
|
-
} | {
|
|
5217
|
+
} | ({
|
|
5218
|
+
key: string;
|
|
5219
|
+
} & {
|
|
5530
5220
|
__TYPE__: "LinkContent";
|
|
5531
5221
|
value: ({
|
|
5532
5222
|
__TYPE__: "ImageLink";
|
|
@@ -5538,12 +5228,10 @@ export declare const DocumentLegacy: {
|
|
|
5538
5228
|
width: string;
|
|
5539
5229
|
size: string;
|
|
5540
5230
|
name: string;
|
|
5541
|
-
key: string;
|
|
5542
5231
|
} & {
|
|
5543
5232
|
date?: string | null | undefined;
|
|
5544
5233
|
}) | {
|
|
5545
5234
|
kind: "image";
|
|
5546
|
-
key: string;
|
|
5547
5235
|
}) & {
|
|
5548
5236
|
text?: string;
|
|
5549
5237
|
})) | ({
|
|
@@ -5554,36 +5242,30 @@ export declare const DocumentLegacy: {
|
|
|
5554
5242
|
url: string;
|
|
5555
5243
|
name: string;
|
|
5556
5244
|
size: string;
|
|
5557
|
-
key: string;
|
|
5558
5245
|
} & {
|
|
5559
5246
|
date?: string | null | undefined;
|
|
5560
5247
|
}) | {
|
|
5561
5248
|
kind: "file";
|
|
5562
|
-
key: string;
|
|
5563
5249
|
}) & {
|
|
5564
5250
|
text?: string;
|
|
5565
5251
|
})) | ({
|
|
5566
5252
|
__TYPE__: "MediaLink";
|
|
5567
5253
|
} & {
|
|
5568
5254
|
kind: "media";
|
|
5569
|
-
key: string;
|
|
5570
5255
|
} & {
|
|
5571
5256
|
text?: string;
|
|
5572
5257
|
}) | ({
|
|
5573
5258
|
__TYPE__: "DocumentLink";
|
|
5574
5259
|
} & (({
|
|
5575
5260
|
id: string;
|
|
5576
|
-
key: string;
|
|
5577
5261
|
} | {
|
|
5578
5262
|
kind: "document";
|
|
5579
|
-
key: string;
|
|
5580
5263
|
}) & {
|
|
5581
5264
|
text?: string;
|
|
5582
5265
|
})) | ({
|
|
5583
5266
|
__TYPE__: "ExternalLink";
|
|
5584
5267
|
} & ((({
|
|
5585
5268
|
url: string;
|
|
5586
|
-
key: string;
|
|
5587
5269
|
} & {
|
|
5588
5270
|
kind?: "web";
|
|
5589
5271
|
target?: string | null | undefined;
|
|
@@ -5592,21 +5274,21 @@ export declare const DocumentLegacy: {
|
|
|
5592
5274
|
} | null | undefined;
|
|
5593
5275
|
}) | {
|
|
5594
5276
|
kind: "web";
|
|
5595
|
-
key: string;
|
|
5596
5277
|
}) & {
|
|
5597
5278
|
text?: string;
|
|
5598
5279
|
})) | ({
|
|
5599
5280
|
__TYPE__: "AnyLink";
|
|
5600
5281
|
} & {
|
|
5601
5282
|
kind: "any";
|
|
5602
|
-
key: string;
|
|
5603
5283
|
} & {
|
|
5604
5284
|
text?: string;
|
|
5605
5285
|
});
|
|
5606
|
-
} | {
|
|
5286
|
+
}) | {
|
|
5607
5287
|
__TYPE__: "RepeatableContent";
|
|
5608
5288
|
type: "Link";
|
|
5609
|
-
value: {
|
|
5289
|
+
value: ({
|
|
5290
|
+
key: string;
|
|
5291
|
+
} & {
|
|
5610
5292
|
__TYPE__: "LinkContent";
|
|
5611
5293
|
value: ({
|
|
5612
5294
|
__TYPE__: "ImageLink";
|
|
@@ -5618,12 +5300,10 @@ export declare const DocumentLegacy: {
|
|
|
5618
5300
|
width: string;
|
|
5619
5301
|
size: string;
|
|
5620
5302
|
name: string;
|
|
5621
|
-
key: string;
|
|
5622
5303
|
} & {
|
|
5623
5304
|
date?: string | null | undefined;
|
|
5624
5305
|
}) | {
|
|
5625
5306
|
kind: "image";
|
|
5626
|
-
key: string;
|
|
5627
5307
|
}) & {
|
|
5628
5308
|
text?: string;
|
|
5629
5309
|
})) | ({
|
|
@@ -5634,36 +5314,30 @@ export declare const DocumentLegacy: {
|
|
|
5634
5314
|
url: string;
|
|
5635
5315
|
name: string;
|
|
5636
5316
|
size: string;
|
|
5637
|
-
key: string;
|
|
5638
5317
|
} & {
|
|
5639
5318
|
date?: string | null | undefined;
|
|
5640
5319
|
}) | {
|
|
5641
5320
|
kind: "file";
|
|
5642
|
-
key: string;
|
|
5643
5321
|
}) & {
|
|
5644
5322
|
text?: string;
|
|
5645
5323
|
})) | ({
|
|
5646
5324
|
__TYPE__: "MediaLink";
|
|
5647
5325
|
} & {
|
|
5648
5326
|
kind: "media";
|
|
5649
|
-
key: string;
|
|
5650
5327
|
} & {
|
|
5651
5328
|
text?: string;
|
|
5652
5329
|
}) | ({
|
|
5653
5330
|
__TYPE__: "DocumentLink";
|
|
5654
5331
|
} & (({
|
|
5655
5332
|
id: string;
|
|
5656
|
-
key: string;
|
|
5657
5333
|
} | {
|
|
5658
5334
|
kind: "document";
|
|
5659
|
-
key: string;
|
|
5660
5335
|
}) & {
|
|
5661
5336
|
text?: string;
|
|
5662
5337
|
})) | ({
|
|
5663
5338
|
__TYPE__: "ExternalLink";
|
|
5664
5339
|
} & ((({
|
|
5665
5340
|
url: string;
|
|
5666
|
-
key: string;
|
|
5667
5341
|
} & {
|
|
5668
5342
|
kind?: "web";
|
|
5669
5343
|
target?: string | null | undefined;
|
|
@@ -5672,18 +5346,16 @@ export declare const DocumentLegacy: {
|
|
|
5672
5346
|
} | null | undefined;
|
|
5673
5347
|
}) | {
|
|
5674
5348
|
kind: "web";
|
|
5675
|
-
key: string;
|
|
5676
5349
|
}) & {
|
|
5677
5350
|
text?: string;
|
|
5678
5351
|
})) | ({
|
|
5679
5352
|
__TYPE__: "AnyLink";
|
|
5680
5353
|
} & {
|
|
5681
5354
|
kind: "any";
|
|
5682
|
-
key: string;
|
|
5683
5355
|
} & {
|
|
5684
5356
|
text?: string;
|
|
5685
5357
|
});
|
|
5686
|
-
}[];
|
|
5358
|
+
})[];
|
|
5687
5359
|
} | import("./fields").GroupContent | {
|
|
5688
5360
|
__TYPE__: "StructuredTextContent";
|
|
5689
5361
|
value: (({
|
|
@@ -5721,7 +5393,6 @@ export declare const DocumentLegacy: {
|
|
|
5721
5393
|
width: string;
|
|
5722
5394
|
size: string;
|
|
5723
5395
|
name: string;
|
|
5724
|
-
key: string;
|
|
5725
5396
|
} & {
|
|
5726
5397
|
date?: string | null | undefined;
|
|
5727
5398
|
}) | ({
|
|
@@ -5732,19 +5403,16 @@ export declare const DocumentLegacy: {
|
|
|
5732
5403
|
url: string;
|
|
5733
5404
|
name: string;
|
|
5734
5405
|
size: string;
|
|
5735
|
-
key: string;
|
|
5736
5406
|
} & {
|
|
5737
5407
|
date?: string | null | undefined;
|
|
5738
5408
|
}) | ({
|
|
5739
5409
|
__TYPE__: "DocumentLink";
|
|
5740
5410
|
} & {
|
|
5741
5411
|
id: string;
|
|
5742
|
-
key: string;
|
|
5743
5412
|
}) | ({
|
|
5744
5413
|
__TYPE__: "ExternalLink";
|
|
5745
5414
|
} & {
|
|
5746
5415
|
url: string;
|
|
5747
|
-
key: string;
|
|
5748
5416
|
} & {
|
|
5749
5417
|
kind?: "web";
|
|
5750
5418
|
target?: string | null | undefined;
|
|
@@ -5796,7 +5464,6 @@ export declare const DocumentLegacy: {
|
|
|
5796
5464
|
width: string;
|
|
5797
5465
|
size: string;
|
|
5798
5466
|
name: string;
|
|
5799
|
-
key: string;
|
|
5800
5467
|
} & {
|
|
5801
5468
|
date?: string | null | undefined;
|
|
5802
5469
|
}) | ({
|
|
@@ -5807,19 +5474,16 @@ export declare const DocumentLegacy: {
|
|
|
5807
5474
|
url: string;
|
|
5808
5475
|
name: string;
|
|
5809
5476
|
size: string;
|
|
5810
|
-
key: string;
|
|
5811
5477
|
} & {
|
|
5812
5478
|
date?: string | null | undefined;
|
|
5813
5479
|
}) | ({
|
|
5814
5480
|
__TYPE__: "DocumentLink";
|
|
5815
5481
|
} & {
|
|
5816
5482
|
id: string;
|
|
5817
|
-
key: string;
|
|
5818
5483
|
}) | ({
|
|
5819
5484
|
__TYPE__: "ExternalLink";
|
|
5820
5485
|
} & {
|
|
5821
5486
|
url: string;
|
|
5822
|
-
key: string;
|
|
5823
5487
|
} & {
|
|
5824
5488
|
kind?: "web";
|
|
5825
5489
|
target?: string | null | undefined;
|
|
@@ -5999,7 +5663,9 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5999
5663
|
}) | {
|
|
6000
5664
|
__TYPE__: "IntegrationFieldsContent";
|
|
6001
5665
|
value: string;
|
|
6002
|
-
} | {
|
|
5666
|
+
} | ({
|
|
5667
|
+
key: string;
|
|
5668
|
+
} & {
|
|
6003
5669
|
__TYPE__: "LinkContent";
|
|
6004
5670
|
value: ({
|
|
6005
5671
|
__TYPE__: "ImageLink";
|
|
@@ -6011,12 +5677,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6011
5677
|
width: string;
|
|
6012
5678
|
size: string;
|
|
6013
5679
|
name: string;
|
|
6014
|
-
key: string;
|
|
6015
5680
|
} & {
|
|
6016
5681
|
date?: string | null | undefined;
|
|
6017
5682
|
}) | {
|
|
6018
5683
|
kind: "image";
|
|
6019
|
-
key: string;
|
|
6020
5684
|
}) & {
|
|
6021
5685
|
text?: string;
|
|
6022
5686
|
})) | ({
|
|
@@ -6027,36 +5691,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6027
5691
|
url: string;
|
|
6028
5692
|
name: string;
|
|
6029
5693
|
size: string;
|
|
6030
|
-
key: string;
|
|
6031
5694
|
} & {
|
|
6032
5695
|
date?: string | null | undefined;
|
|
6033
5696
|
}) | {
|
|
6034
5697
|
kind: "file";
|
|
6035
|
-
key: string;
|
|
6036
5698
|
}) & {
|
|
6037
5699
|
text?: string;
|
|
6038
5700
|
})) | ({
|
|
6039
5701
|
__TYPE__: "MediaLink";
|
|
6040
5702
|
} & {
|
|
6041
5703
|
kind: "media";
|
|
6042
|
-
key: string;
|
|
6043
5704
|
} & {
|
|
6044
5705
|
text?: string;
|
|
6045
5706
|
}) | ({
|
|
6046
5707
|
__TYPE__: "DocumentLink";
|
|
6047
5708
|
} & (({
|
|
6048
5709
|
id: string;
|
|
6049
|
-
key: string;
|
|
6050
5710
|
} | {
|
|
6051
5711
|
kind: "document";
|
|
6052
|
-
key: string;
|
|
6053
5712
|
}) & {
|
|
6054
5713
|
text?: string;
|
|
6055
5714
|
})) | ({
|
|
6056
5715
|
__TYPE__: "ExternalLink";
|
|
6057
5716
|
} & ((({
|
|
6058
5717
|
url: string;
|
|
6059
|
-
key: string;
|
|
6060
5718
|
} & {
|
|
6061
5719
|
kind?: "web";
|
|
6062
5720
|
target?: string | null | undefined;
|
|
@@ -6065,21 +5723,21 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6065
5723
|
} | null | undefined;
|
|
6066
5724
|
}) | {
|
|
6067
5725
|
kind: "web";
|
|
6068
|
-
key: string;
|
|
6069
5726
|
}) & {
|
|
6070
5727
|
text?: string;
|
|
6071
5728
|
})) | ({
|
|
6072
5729
|
__TYPE__: "AnyLink";
|
|
6073
5730
|
} & {
|
|
6074
5731
|
kind: "any";
|
|
6075
|
-
key: string;
|
|
6076
5732
|
} & {
|
|
6077
5733
|
text?: string;
|
|
6078
5734
|
});
|
|
6079
|
-
} | {
|
|
5735
|
+
}) | {
|
|
6080
5736
|
__TYPE__: "RepeatableContent";
|
|
6081
5737
|
type: "Link";
|
|
6082
|
-
value: {
|
|
5738
|
+
value: ({
|
|
5739
|
+
key: string;
|
|
5740
|
+
} & {
|
|
6083
5741
|
__TYPE__: "LinkContent";
|
|
6084
5742
|
value: ({
|
|
6085
5743
|
__TYPE__: "ImageLink";
|
|
@@ -6091,12 +5749,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6091
5749
|
width: string;
|
|
6092
5750
|
size: string;
|
|
6093
5751
|
name: string;
|
|
6094
|
-
key: string;
|
|
6095
5752
|
} & {
|
|
6096
5753
|
date?: string | null | undefined;
|
|
6097
5754
|
}) | {
|
|
6098
5755
|
kind: "image";
|
|
6099
|
-
key: string;
|
|
6100
5756
|
}) & {
|
|
6101
5757
|
text?: string;
|
|
6102
5758
|
})) | ({
|
|
@@ -6107,36 +5763,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6107
5763
|
url: string;
|
|
6108
5764
|
name: string;
|
|
6109
5765
|
size: string;
|
|
6110
|
-
key: string;
|
|
6111
5766
|
} & {
|
|
6112
5767
|
date?: string | null | undefined;
|
|
6113
5768
|
}) | {
|
|
6114
5769
|
kind: "file";
|
|
6115
|
-
key: string;
|
|
6116
5770
|
}) & {
|
|
6117
5771
|
text?: string;
|
|
6118
5772
|
})) | ({
|
|
6119
5773
|
__TYPE__: "MediaLink";
|
|
6120
5774
|
} & {
|
|
6121
5775
|
kind: "media";
|
|
6122
|
-
key: string;
|
|
6123
5776
|
} & {
|
|
6124
5777
|
text?: string;
|
|
6125
5778
|
}) | ({
|
|
6126
5779
|
__TYPE__: "DocumentLink";
|
|
6127
5780
|
} & (({
|
|
6128
5781
|
id: string;
|
|
6129
|
-
key: string;
|
|
6130
5782
|
} | {
|
|
6131
5783
|
kind: "document";
|
|
6132
|
-
key: string;
|
|
6133
5784
|
}) & {
|
|
6134
5785
|
text?: string;
|
|
6135
5786
|
})) | ({
|
|
6136
5787
|
__TYPE__: "ExternalLink";
|
|
6137
5788
|
} & ((({
|
|
6138
5789
|
url: string;
|
|
6139
|
-
key: string;
|
|
6140
5790
|
} & {
|
|
6141
5791
|
kind?: "web";
|
|
6142
5792
|
target?: string | null | undefined;
|
|
@@ -6145,18 +5795,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6145
5795
|
} | null | undefined;
|
|
6146
5796
|
}) | {
|
|
6147
5797
|
kind: "web";
|
|
6148
|
-
key: string;
|
|
6149
5798
|
}) & {
|
|
6150
5799
|
text?: string;
|
|
6151
5800
|
})) | ({
|
|
6152
5801
|
__TYPE__: "AnyLink";
|
|
6153
5802
|
} & {
|
|
6154
5803
|
kind: "any";
|
|
6155
|
-
key: string;
|
|
6156
5804
|
} & {
|
|
6157
5805
|
text?: string;
|
|
6158
5806
|
});
|
|
6159
|
-
}[];
|
|
5807
|
+
})[];
|
|
6160
5808
|
} | import("./fields").GroupContent | {
|
|
6161
5809
|
__TYPE__: "StructuredTextContent";
|
|
6162
5810
|
value: (({
|
|
@@ -6194,7 +5842,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6194
5842
|
width: string;
|
|
6195
5843
|
size: string;
|
|
6196
5844
|
name: string;
|
|
6197
|
-
key: string;
|
|
6198
5845
|
} & {
|
|
6199
5846
|
date?: string | null | undefined;
|
|
6200
5847
|
}) | ({
|
|
@@ -6205,19 +5852,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6205
5852
|
url: string;
|
|
6206
5853
|
name: string;
|
|
6207
5854
|
size: string;
|
|
6208
|
-
key: string;
|
|
6209
5855
|
} & {
|
|
6210
5856
|
date?: string | null | undefined;
|
|
6211
5857
|
}) | ({
|
|
6212
5858
|
__TYPE__: "DocumentLink";
|
|
6213
5859
|
} & {
|
|
6214
5860
|
id: string;
|
|
6215
|
-
key: string;
|
|
6216
5861
|
}) | ({
|
|
6217
5862
|
__TYPE__: "ExternalLink";
|
|
6218
5863
|
} & {
|
|
6219
5864
|
url: string;
|
|
6220
|
-
key: string;
|
|
6221
5865
|
} & {
|
|
6222
5866
|
kind?: "web";
|
|
6223
5867
|
target?: string | null | undefined;
|
|
@@ -6269,7 +5913,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6269
5913
|
width: string;
|
|
6270
5914
|
size: string;
|
|
6271
5915
|
name: string;
|
|
6272
|
-
key: string;
|
|
6273
5916
|
} & {
|
|
6274
5917
|
date?: string | null | undefined;
|
|
6275
5918
|
}) | ({
|
|
@@ -6280,19 +5923,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6280
5923
|
url: string;
|
|
6281
5924
|
name: string;
|
|
6282
5925
|
size: string;
|
|
6283
|
-
key: string;
|
|
6284
5926
|
} & {
|
|
6285
5927
|
date?: string | null | undefined;
|
|
6286
5928
|
}) | ({
|
|
6287
5929
|
__TYPE__: "DocumentLink";
|
|
6288
5930
|
} & {
|
|
6289
5931
|
id: string;
|
|
6290
|
-
key: string;
|
|
6291
5932
|
}) | ({
|
|
6292
5933
|
__TYPE__: "ExternalLink";
|
|
6293
5934
|
} & {
|
|
6294
5935
|
url: string;
|
|
6295
|
-
key: string;
|
|
6296
5936
|
} & {
|
|
6297
5937
|
kind?: "web";
|
|
6298
5938
|
target?: string | null | undefined;
|
|
@@ -6441,7 +6081,9 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6441
6081
|
}) | {
|
|
6442
6082
|
__TYPE__: "IntegrationFieldsContent";
|
|
6443
6083
|
value: string;
|
|
6444
|
-
} | {
|
|
6084
|
+
} | ({
|
|
6085
|
+
key: string;
|
|
6086
|
+
} & {
|
|
6445
6087
|
__TYPE__: "LinkContent";
|
|
6446
6088
|
value: ({
|
|
6447
6089
|
__TYPE__: "ImageLink";
|
|
@@ -6453,12 +6095,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6453
6095
|
width: string;
|
|
6454
6096
|
size: string;
|
|
6455
6097
|
name: string;
|
|
6456
|
-
key: string;
|
|
6457
6098
|
} & {
|
|
6458
6099
|
date?: string | null | undefined;
|
|
6459
6100
|
}) | {
|
|
6460
6101
|
kind: "image";
|
|
6461
|
-
key: string;
|
|
6462
6102
|
}) & {
|
|
6463
6103
|
text?: string;
|
|
6464
6104
|
})) | ({
|
|
@@ -6469,36 +6109,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6469
6109
|
url: string;
|
|
6470
6110
|
name: string;
|
|
6471
6111
|
size: string;
|
|
6472
|
-
key: string;
|
|
6473
6112
|
} & {
|
|
6474
6113
|
date?: string | null | undefined;
|
|
6475
6114
|
}) | {
|
|
6476
6115
|
kind: "file";
|
|
6477
|
-
key: string;
|
|
6478
6116
|
}) & {
|
|
6479
6117
|
text?: string;
|
|
6480
6118
|
})) | ({
|
|
6481
6119
|
__TYPE__: "MediaLink";
|
|
6482
6120
|
} & {
|
|
6483
6121
|
kind: "media";
|
|
6484
|
-
key: string;
|
|
6485
6122
|
} & {
|
|
6486
6123
|
text?: string;
|
|
6487
6124
|
}) | ({
|
|
6488
6125
|
__TYPE__: "DocumentLink";
|
|
6489
6126
|
} & (({
|
|
6490
6127
|
id: string;
|
|
6491
|
-
key: string;
|
|
6492
6128
|
} | {
|
|
6493
6129
|
kind: "document";
|
|
6494
|
-
key: string;
|
|
6495
6130
|
}) & {
|
|
6496
6131
|
text?: string;
|
|
6497
6132
|
})) | ({
|
|
6498
6133
|
__TYPE__: "ExternalLink";
|
|
6499
6134
|
} & ((({
|
|
6500
6135
|
url: string;
|
|
6501
|
-
key: string;
|
|
6502
6136
|
} & {
|
|
6503
6137
|
kind?: "web";
|
|
6504
6138
|
target?: string | null | undefined;
|
|
@@ -6507,21 +6141,21 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6507
6141
|
} | null | undefined;
|
|
6508
6142
|
}) | {
|
|
6509
6143
|
kind: "web";
|
|
6510
|
-
key: string;
|
|
6511
6144
|
}) & {
|
|
6512
6145
|
text?: string;
|
|
6513
6146
|
})) | ({
|
|
6514
6147
|
__TYPE__: "AnyLink";
|
|
6515
6148
|
} & {
|
|
6516
6149
|
kind: "any";
|
|
6517
|
-
key: string;
|
|
6518
6150
|
} & {
|
|
6519
6151
|
text?: string;
|
|
6520
6152
|
});
|
|
6521
|
-
} | {
|
|
6153
|
+
}) | {
|
|
6522
6154
|
__TYPE__: "RepeatableContent";
|
|
6523
6155
|
type: "Link";
|
|
6524
|
-
value: {
|
|
6156
|
+
value: ({
|
|
6157
|
+
key: string;
|
|
6158
|
+
} & {
|
|
6525
6159
|
__TYPE__: "LinkContent";
|
|
6526
6160
|
value: ({
|
|
6527
6161
|
__TYPE__: "ImageLink";
|
|
@@ -6533,12 +6167,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6533
6167
|
width: string;
|
|
6534
6168
|
size: string;
|
|
6535
6169
|
name: string;
|
|
6536
|
-
key: string;
|
|
6537
6170
|
} & {
|
|
6538
6171
|
date?: string | null | undefined;
|
|
6539
6172
|
}) | {
|
|
6540
6173
|
kind: "image";
|
|
6541
|
-
key: string;
|
|
6542
6174
|
}) & {
|
|
6543
6175
|
text?: string;
|
|
6544
6176
|
})) | ({
|
|
@@ -6549,36 +6181,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6549
6181
|
url: string;
|
|
6550
6182
|
name: string;
|
|
6551
6183
|
size: string;
|
|
6552
|
-
key: string;
|
|
6553
6184
|
} & {
|
|
6554
6185
|
date?: string | null | undefined;
|
|
6555
6186
|
}) | {
|
|
6556
6187
|
kind: "file";
|
|
6557
|
-
key: string;
|
|
6558
6188
|
}) & {
|
|
6559
6189
|
text?: string;
|
|
6560
6190
|
})) | ({
|
|
6561
6191
|
__TYPE__: "MediaLink";
|
|
6562
6192
|
} & {
|
|
6563
6193
|
kind: "media";
|
|
6564
|
-
key: string;
|
|
6565
6194
|
} & {
|
|
6566
6195
|
text?: string;
|
|
6567
6196
|
}) | ({
|
|
6568
6197
|
__TYPE__: "DocumentLink";
|
|
6569
6198
|
} & (({
|
|
6570
6199
|
id: string;
|
|
6571
|
-
key: string;
|
|
6572
6200
|
} | {
|
|
6573
6201
|
kind: "document";
|
|
6574
|
-
key: string;
|
|
6575
6202
|
}) & {
|
|
6576
6203
|
text?: string;
|
|
6577
6204
|
})) | ({
|
|
6578
6205
|
__TYPE__: "ExternalLink";
|
|
6579
6206
|
} & ((({
|
|
6580
6207
|
url: string;
|
|
6581
|
-
key: string;
|
|
6582
6208
|
} & {
|
|
6583
6209
|
kind?: "web";
|
|
6584
6210
|
target?: string | null | undefined;
|
|
@@ -6587,18 +6213,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6587
6213
|
} | null | undefined;
|
|
6588
6214
|
}) | {
|
|
6589
6215
|
kind: "web";
|
|
6590
|
-
key: string;
|
|
6591
6216
|
}) & {
|
|
6592
6217
|
text?: string;
|
|
6593
6218
|
})) | ({
|
|
6594
6219
|
__TYPE__: "AnyLink";
|
|
6595
6220
|
} & {
|
|
6596
6221
|
kind: "any";
|
|
6597
|
-
key: string;
|
|
6598
6222
|
} & {
|
|
6599
6223
|
text?: string;
|
|
6600
6224
|
});
|
|
6601
|
-
}[];
|
|
6225
|
+
})[];
|
|
6602
6226
|
} | import("./fields").GroupContent | {
|
|
6603
6227
|
__TYPE__: "StructuredTextContent";
|
|
6604
6228
|
value: (({
|
|
@@ -6636,7 +6260,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6636
6260
|
width: string;
|
|
6637
6261
|
size: string;
|
|
6638
6262
|
name: string;
|
|
6639
|
-
key: string;
|
|
6640
6263
|
} & {
|
|
6641
6264
|
date?: string | null | undefined;
|
|
6642
6265
|
}) | ({
|
|
@@ -6647,19 +6270,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6647
6270
|
url: string;
|
|
6648
6271
|
name: string;
|
|
6649
6272
|
size: string;
|
|
6650
|
-
key: string;
|
|
6651
6273
|
} & {
|
|
6652
6274
|
date?: string | null | undefined;
|
|
6653
6275
|
}) | ({
|
|
6654
6276
|
__TYPE__: "DocumentLink";
|
|
6655
6277
|
} & {
|
|
6656
6278
|
id: string;
|
|
6657
|
-
key: string;
|
|
6658
6279
|
}) | ({
|
|
6659
6280
|
__TYPE__: "ExternalLink";
|
|
6660
6281
|
} & {
|
|
6661
6282
|
url: string;
|
|
6662
|
-
key: string;
|
|
6663
6283
|
} & {
|
|
6664
6284
|
kind?: "web";
|
|
6665
6285
|
target?: string | null | undefined;
|
|
@@ -6711,7 +6331,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6711
6331
|
width: string;
|
|
6712
6332
|
size: string;
|
|
6713
6333
|
name: string;
|
|
6714
|
-
key: string;
|
|
6715
6334
|
} & {
|
|
6716
6335
|
date?: string | null | undefined;
|
|
6717
6336
|
}) | ({
|
|
@@ -6722,19 +6341,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6722
6341
|
url: string;
|
|
6723
6342
|
name: string;
|
|
6724
6343
|
size: string;
|
|
6725
|
-
key: string;
|
|
6726
6344
|
} & {
|
|
6727
6345
|
date?: string | null | undefined;
|
|
6728
6346
|
}) | ({
|
|
6729
6347
|
__TYPE__: "DocumentLink";
|
|
6730
6348
|
} & {
|
|
6731
6349
|
id: string;
|
|
6732
|
-
key: string;
|
|
6733
6350
|
}) | ({
|
|
6734
6351
|
__TYPE__: "ExternalLink";
|
|
6735
6352
|
} & {
|
|
6736
6353
|
url: string;
|
|
6737
|
-
key: string;
|
|
6738
6354
|
} & {
|
|
6739
6355
|
kind?: "web";
|
|
6740
6356
|
target?: string | null | undefined;
|
|
@@ -6877,7 +6493,9 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6877
6493
|
}) | {
|
|
6878
6494
|
__TYPE__: "IntegrationFieldsContent";
|
|
6879
6495
|
value: string;
|
|
6880
|
-
} | {
|
|
6496
|
+
} | ({
|
|
6497
|
+
key: string;
|
|
6498
|
+
} & {
|
|
6881
6499
|
__TYPE__: "LinkContent";
|
|
6882
6500
|
value: ({
|
|
6883
6501
|
__TYPE__: "ImageLink";
|
|
@@ -6889,12 +6507,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6889
6507
|
width: string;
|
|
6890
6508
|
size: string;
|
|
6891
6509
|
name: string;
|
|
6892
|
-
key: string;
|
|
6893
6510
|
} & {
|
|
6894
6511
|
date?: string | null | undefined;
|
|
6895
6512
|
}) | {
|
|
6896
6513
|
kind: "image";
|
|
6897
|
-
key: string;
|
|
6898
6514
|
}) & {
|
|
6899
6515
|
text?: string;
|
|
6900
6516
|
})) | ({
|
|
@@ -6905,36 +6521,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6905
6521
|
url: string;
|
|
6906
6522
|
name: string;
|
|
6907
6523
|
size: string;
|
|
6908
|
-
key: string;
|
|
6909
6524
|
} & {
|
|
6910
6525
|
date?: string | null | undefined;
|
|
6911
6526
|
}) | {
|
|
6912
6527
|
kind: "file";
|
|
6913
|
-
key: string;
|
|
6914
6528
|
}) & {
|
|
6915
6529
|
text?: string;
|
|
6916
6530
|
})) | ({
|
|
6917
6531
|
__TYPE__: "MediaLink";
|
|
6918
6532
|
} & {
|
|
6919
6533
|
kind: "media";
|
|
6920
|
-
key: string;
|
|
6921
6534
|
} & {
|
|
6922
6535
|
text?: string;
|
|
6923
6536
|
}) | ({
|
|
6924
6537
|
__TYPE__: "DocumentLink";
|
|
6925
6538
|
} & (({
|
|
6926
6539
|
id: string;
|
|
6927
|
-
key: string;
|
|
6928
6540
|
} | {
|
|
6929
6541
|
kind: "document";
|
|
6930
|
-
key: string;
|
|
6931
6542
|
}) & {
|
|
6932
6543
|
text?: string;
|
|
6933
6544
|
})) | ({
|
|
6934
6545
|
__TYPE__: "ExternalLink";
|
|
6935
6546
|
} & ((({
|
|
6936
6547
|
url: string;
|
|
6937
|
-
key: string;
|
|
6938
6548
|
} & {
|
|
6939
6549
|
kind?: "web";
|
|
6940
6550
|
target?: string | null | undefined;
|
|
@@ -6943,21 +6553,21 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6943
6553
|
} | null | undefined;
|
|
6944
6554
|
}) | {
|
|
6945
6555
|
kind: "web";
|
|
6946
|
-
key: string;
|
|
6947
6556
|
}) & {
|
|
6948
6557
|
text?: string;
|
|
6949
6558
|
})) | ({
|
|
6950
6559
|
__TYPE__: "AnyLink";
|
|
6951
6560
|
} & {
|
|
6952
6561
|
kind: "any";
|
|
6953
|
-
key: string;
|
|
6954
6562
|
} & {
|
|
6955
6563
|
text?: string;
|
|
6956
6564
|
});
|
|
6957
|
-
} | {
|
|
6565
|
+
}) | {
|
|
6958
6566
|
__TYPE__: "RepeatableContent";
|
|
6959
6567
|
type: "Link";
|
|
6960
|
-
value: {
|
|
6568
|
+
value: ({
|
|
6569
|
+
key: string;
|
|
6570
|
+
} & {
|
|
6961
6571
|
__TYPE__: "LinkContent";
|
|
6962
6572
|
value: ({
|
|
6963
6573
|
__TYPE__: "ImageLink";
|
|
@@ -6969,12 +6579,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6969
6579
|
width: string;
|
|
6970
6580
|
size: string;
|
|
6971
6581
|
name: string;
|
|
6972
|
-
key: string;
|
|
6973
6582
|
} & {
|
|
6974
6583
|
date?: string | null | undefined;
|
|
6975
6584
|
}) | {
|
|
6976
6585
|
kind: "image";
|
|
6977
|
-
key: string;
|
|
6978
6586
|
}) & {
|
|
6979
6587
|
text?: string;
|
|
6980
6588
|
})) | ({
|
|
@@ -6985,36 +6593,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6985
6593
|
url: string;
|
|
6986
6594
|
name: string;
|
|
6987
6595
|
size: string;
|
|
6988
|
-
key: string;
|
|
6989
6596
|
} & {
|
|
6990
6597
|
date?: string | null | undefined;
|
|
6991
6598
|
}) | {
|
|
6992
6599
|
kind: "file";
|
|
6993
|
-
key: string;
|
|
6994
6600
|
}) & {
|
|
6995
6601
|
text?: string;
|
|
6996
6602
|
})) | ({
|
|
6997
6603
|
__TYPE__: "MediaLink";
|
|
6998
6604
|
} & {
|
|
6999
6605
|
kind: "media";
|
|
7000
|
-
key: string;
|
|
7001
6606
|
} & {
|
|
7002
6607
|
text?: string;
|
|
7003
6608
|
}) | ({
|
|
7004
6609
|
__TYPE__: "DocumentLink";
|
|
7005
6610
|
} & (({
|
|
7006
6611
|
id: string;
|
|
7007
|
-
key: string;
|
|
7008
6612
|
} | {
|
|
7009
6613
|
kind: "document";
|
|
7010
|
-
key: string;
|
|
7011
6614
|
}) & {
|
|
7012
6615
|
text?: string;
|
|
7013
6616
|
})) | ({
|
|
7014
6617
|
__TYPE__: "ExternalLink";
|
|
7015
6618
|
} & ((({
|
|
7016
6619
|
url: string;
|
|
7017
|
-
key: string;
|
|
7018
6620
|
} & {
|
|
7019
6621
|
kind?: "web";
|
|
7020
6622
|
target?: string | null | undefined;
|
|
@@ -7023,18 +6625,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7023
6625
|
} | null | undefined;
|
|
7024
6626
|
}) | {
|
|
7025
6627
|
kind: "web";
|
|
7026
|
-
key: string;
|
|
7027
6628
|
}) & {
|
|
7028
6629
|
text?: string;
|
|
7029
6630
|
})) | ({
|
|
7030
6631
|
__TYPE__: "AnyLink";
|
|
7031
6632
|
} & {
|
|
7032
6633
|
kind: "any";
|
|
7033
|
-
key: string;
|
|
7034
6634
|
} & {
|
|
7035
6635
|
text?: string;
|
|
7036
6636
|
});
|
|
7037
|
-
}[];
|
|
6637
|
+
})[];
|
|
7038
6638
|
} | {
|
|
7039
6639
|
__TYPE__: "StructuredTextContent";
|
|
7040
6640
|
value: (({
|
|
@@ -7072,7 +6672,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7072
6672
|
width: string;
|
|
7073
6673
|
size: string;
|
|
7074
6674
|
name: string;
|
|
7075
|
-
key: string;
|
|
7076
6675
|
} & {
|
|
7077
6676
|
date?: string | null | undefined;
|
|
7078
6677
|
}) | ({
|
|
@@ -7083,19 +6682,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7083
6682
|
url: string;
|
|
7084
6683
|
name: string;
|
|
7085
6684
|
size: string;
|
|
7086
|
-
key: string;
|
|
7087
6685
|
} & {
|
|
7088
6686
|
date?: string | null | undefined;
|
|
7089
6687
|
}) | ({
|
|
7090
6688
|
__TYPE__: "DocumentLink";
|
|
7091
6689
|
} & {
|
|
7092
6690
|
id: string;
|
|
7093
|
-
key: string;
|
|
7094
6691
|
}) | ({
|
|
7095
6692
|
__TYPE__: "ExternalLink";
|
|
7096
6693
|
} & {
|
|
7097
6694
|
url: string;
|
|
7098
|
-
key: string;
|
|
7099
6695
|
} & {
|
|
7100
6696
|
kind?: "web";
|
|
7101
6697
|
target?: string | null | undefined;
|
|
@@ -7147,7 +6743,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7147
6743
|
width: string;
|
|
7148
6744
|
size: string;
|
|
7149
6745
|
name: string;
|
|
7150
|
-
key: string;
|
|
7151
6746
|
} & {
|
|
7152
6747
|
date?: string | null | undefined;
|
|
7153
6748
|
}) | ({
|
|
@@ -7158,19 +6753,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7158
6753
|
url: string;
|
|
7159
6754
|
name: string;
|
|
7160
6755
|
size: string;
|
|
7161
|
-
key: string;
|
|
7162
6756
|
} & {
|
|
7163
6757
|
date?: string | null | undefined;
|
|
7164
6758
|
}) | ({
|
|
7165
6759
|
__TYPE__: "DocumentLink";
|
|
7166
6760
|
} & {
|
|
7167
6761
|
id: string;
|
|
7168
|
-
key: string;
|
|
7169
6762
|
}) | ({
|
|
7170
6763
|
__TYPE__: "ExternalLink";
|
|
7171
6764
|
} & {
|
|
7172
6765
|
url: string;
|
|
7173
|
-
key: string;
|
|
7174
6766
|
} & {
|
|
7175
6767
|
kind?: "web";
|
|
7176
6768
|
target?: string | null | undefined;
|
|
@@ -7314,7 +6906,9 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7314
6906
|
}) | {
|
|
7315
6907
|
__TYPE__: "IntegrationFieldsContent";
|
|
7316
6908
|
value: string;
|
|
7317
|
-
} | {
|
|
6909
|
+
} | ({
|
|
6910
|
+
key: string;
|
|
6911
|
+
} & {
|
|
7318
6912
|
__TYPE__: "LinkContent";
|
|
7319
6913
|
value: ({
|
|
7320
6914
|
__TYPE__: "ImageLink";
|
|
@@ -7326,12 +6920,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7326
6920
|
width: string;
|
|
7327
6921
|
size: string;
|
|
7328
6922
|
name: string;
|
|
7329
|
-
key: string;
|
|
7330
6923
|
} & {
|
|
7331
6924
|
date?: string | null | undefined;
|
|
7332
6925
|
}) | {
|
|
7333
6926
|
kind: "image";
|
|
7334
|
-
key: string;
|
|
7335
6927
|
}) & {
|
|
7336
6928
|
text?: string;
|
|
7337
6929
|
})) | ({
|
|
@@ -7342,36 +6934,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7342
6934
|
url: string;
|
|
7343
6935
|
name: string;
|
|
7344
6936
|
size: string;
|
|
7345
|
-
key: string;
|
|
7346
6937
|
} & {
|
|
7347
6938
|
date?: string | null | undefined;
|
|
7348
6939
|
}) | {
|
|
7349
6940
|
kind: "file";
|
|
7350
|
-
key: string;
|
|
7351
6941
|
}) & {
|
|
7352
6942
|
text?: string;
|
|
7353
6943
|
})) | ({
|
|
7354
6944
|
__TYPE__: "MediaLink";
|
|
7355
6945
|
} & {
|
|
7356
6946
|
kind: "media";
|
|
7357
|
-
key: string;
|
|
7358
6947
|
} & {
|
|
7359
6948
|
text?: string;
|
|
7360
6949
|
}) | ({
|
|
7361
6950
|
__TYPE__: "DocumentLink";
|
|
7362
6951
|
} & (({
|
|
7363
6952
|
id: string;
|
|
7364
|
-
key: string;
|
|
7365
6953
|
} | {
|
|
7366
6954
|
kind: "document";
|
|
7367
|
-
key: string;
|
|
7368
6955
|
}) & {
|
|
7369
6956
|
text?: string;
|
|
7370
6957
|
})) | ({
|
|
7371
6958
|
__TYPE__: "ExternalLink";
|
|
7372
6959
|
} & ((({
|
|
7373
6960
|
url: string;
|
|
7374
|
-
key: string;
|
|
7375
6961
|
} & {
|
|
7376
6962
|
kind?: "web";
|
|
7377
6963
|
target?: string | null | undefined;
|
|
@@ -7380,21 +6966,21 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7380
6966
|
} | null | undefined;
|
|
7381
6967
|
}) | {
|
|
7382
6968
|
kind: "web";
|
|
7383
|
-
key: string;
|
|
7384
6969
|
}) & {
|
|
7385
6970
|
text?: string;
|
|
7386
6971
|
})) | ({
|
|
7387
6972
|
__TYPE__: "AnyLink";
|
|
7388
6973
|
} & {
|
|
7389
6974
|
kind: "any";
|
|
7390
|
-
key: string;
|
|
7391
6975
|
} & {
|
|
7392
6976
|
text?: string;
|
|
7393
6977
|
});
|
|
7394
|
-
} | {
|
|
6978
|
+
}) | {
|
|
7395
6979
|
__TYPE__: "RepeatableContent";
|
|
7396
6980
|
type: "Link";
|
|
7397
|
-
value: {
|
|
6981
|
+
value: ({
|
|
6982
|
+
key: string;
|
|
6983
|
+
} & {
|
|
7398
6984
|
__TYPE__: "LinkContent";
|
|
7399
6985
|
value: ({
|
|
7400
6986
|
__TYPE__: "ImageLink";
|
|
@@ -7406,12 +6992,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7406
6992
|
width: string;
|
|
7407
6993
|
size: string;
|
|
7408
6994
|
name: string;
|
|
7409
|
-
key: string;
|
|
7410
6995
|
} & {
|
|
7411
6996
|
date?: string | null | undefined;
|
|
7412
6997
|
}) | {
|
|
7413
6998
|
kind: "image";
|
|
7414
|
-
key: string;
|
|
7415
6999
|
}) & {
|
|
7416
7000
|
text?: string;
|
|
7417
7001
|
})) | ({
|
|
@@ -7422,36 +7006,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7422
7006
|
url: string;
|
|
7423
7007
|
name: string;
|
|
7424
7008
|
size: string;
|
|
7425
|
-
key: string;
|
|
7426
7009
|
} & {
|
|
7427
7010
|
date?: string | null | undefined;
|
|
7428
7011
|
}) | {
|
|
7429
7012
|
kind: "file";
|
|
7430
|
-
key: string;
|
|
7431
7013
|
}) & {
|
|
7432
7014
|
text?: string;
|
|
7433
7015
|
})) | ({
|
|
7434
7016
|
__TYPE__: "MediaLink";
|
|
7435
7017
|
} & {
|
|
7436
7018
|
kind: "media";
|
|
7437
|
-
key: string;
|
|
7438
7019
|
} & {
|
|
7439
7020
|
text?: string;
|
|
7440
7021
|
}) | ({
|
|
7441
7022
|
__TYPE__: "DocumentLink";
|
|
7442
7023
|
} & (({
|
|
7443
7024
|
id: string;
|
|
7444
|
-
key: string;
|
|
7445
7025
|
} | {
|
|
7446
7026
|
kind: "document";
|
|
7447
|
-
key: string;
|
|
7448
7027
|
}) & {
|
|
7449
7028
|
text?: string;
|
|
7450
7029
|
})) | ({
|
|
7451
7030
|
__TYPE__: "ExternalLink";
|
|
7452
7031
|
} & ((({
|
|
7453
7032
|
url: string;
|
|
7454
|
-
key: string;
|
|
7455
7033
|
} & {
|
|
7456
7034
|
kind?: "web";
|
|
7457
7035
|
target?: string | null | undefined;
|
|
@@ -7460,18 +7038,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7460
7038
|
} | null | undefined;
|
|
7461
7039
|
}) | {
|
|
7462
7040
|
kind: "web";
|
|
7463
|
-
key: string;
|
|
7464
7041
|
}) & {
|
|
7465
7042
|
text?: string;
|
|
7466
7043
|
})) | ({
|
|
7467
7044
|
__TYPE__: "AnyLink";
|
|
7468
7045
|
} & {
|
|
7469
7046
|
kind: "any";
|
|
7470
|
-
key: string;
|
|
7471
7047
|
} & {
|
|
7472
7048
|
text?: string;
|
|
7473
7049
|
});
|
|
7474
|
-
}[];
|
|
7050
|
+
})[];
|
|
7475
7051
|
} | import("./fields").GroupContent | {
|
|
7476
7052
|
__TYPE__: "StructuredTextContent";
|
|
7477
7053
|
value: (({
|
|
@@ -7509,7 +7085,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7509
7085
|
width: string;
|
|
7510
7086
|
size: string;
|
|
7511
7087
|
name: string;
|
|
7512
|
-
key: string;
|
|
7513
7088
|
} & {
|
|
7514
7089
|
date?: string | null | undefined;
|
|
7515
7090
|
}) | ({
|
|
@@ -7520,19 +7095,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7520
7095
|
url: string;
|
|
7521
7096
|
name: string;
|
|
7522
7097
|
size: string;
|
|
7523
|
-
key: string;
|
|
7524
7098
|
} & {
|
|
7525
7099
|
date?: string | null | undefined;
|
|
7526
7100
|
}) | ({
|
|
7527
7101
|
__TYPE__: "DocumentLink";
|
|
7528
7102
|
} & {
|
|
7529
7103
|
id: string;
|
|
7530
|
-
key: string;
|
|
7531
7104
|
}) | ({
|
|
7532
7105
|
__TYPE__: "ExternalLink";
|
|
7533
7106
|
} & {
|
|
7534
7107
|
url: string;
|
|
7535
|
-
key: string;
|
|
7536
7108
|
} & {
|
|
7537
7109
|
kind?: "web";
|
|
7538
7110
|
target?: string | null | undefined;
|
|
@@ -7584,7 +7156,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7584
7156
|
width: string;
|
|
7585
7157
|
size: string;
|
|
7586
7158
|
name: string;
|
|
7587
|
-
key: string;
|
|
7588
7159
|
} & {
|
|
7589
7160
|
date?: string | null | undefined;
|
|
7590
7161
|
}) | ({
|
|
@@ -7595,19 +7166,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7595
7166
|
url: string;
|
|
7596
7167
|
name: string;
|
|
7597
7168
|
size: string;
|
|
7598
|
-
key: string;
|
|
7599
7169
|
} & {
|
|
7600
7170
|
date?: string | null | undefined;
|
|
7601
7171
|
}) | ({
|
|
7602
7172
|
__TYPE__: "DocumentLink";
|
|
7603
7173
|
} & {
|
|
7604
7174
|
id: string;
|
|
7605
|
-
key: string;
|
|
7606
7175
|
}) | ({
|
|
7607
7176
|
__TYPE__: "ExternalLink";
|
|
7608
7177
|
} & {
|
|
7609
7178
|
url: string;
|
|
7610
|
-
key: string;
|
|
7611
7179
|
} & {
|
|
7612
7180
|
kind?: "web";
|
|
7613
7181
|
target?: string | null | undefined;
|
|
@@ -7753,7 +7321,9 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7753
7321
|
}) | {
|
|
7754
7322
|
__TYPE__: "IntegrationFieldsContent";
|
|
7755
7323
|
value: string;
|
|
7756
|
-
} | {
|
|
7324
|
+
} | ({
|
|
7325
|
+
key: string;
|
|
7326
|
+
} & {
|
|
7757
7327
|
__TYPE__: "LinkContent";
|
|
7758
7328
|
value: ({
|
|
7759
7329
|
__TYPE__: "ImageLink";
|
|
@@ -7765,12 +7335,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7765
7335
|
width: string;
|
|
7766
7336
|
size: string;
|
|
7767
7337
|
name: string;
|
|
7768
|
-
key: string;
|
|
7769
7338
|
} & {
|
|
7770
7339
|
date?: string | null | undefined;
|
|
7771
7340
|
}) | {
|
|
7772
7341
|
kind: "image";
|
|
7773
|
-
key: string;
|
|
7774
7342
|
}) & {
|
|
7775
7343
|
text?: string;
|
|
7776
7344
|
})) | ({
|
|
@@ -7781,36 +7349,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7781
7349
|
url: string;
|
|
7782
7350
|
name: string;
|
|
7783
7351
|
size: string;
|
|
7784
|
-
key: string;
|
|
7785
7352
|
} & {
|
|
7786
7353
|
date?: string | null | undefined;
|
|
7787
7354
|
}) | {
|
|
7788
7355
|
kind: "file";
|
|
7789
|
-
key: string;
|
|
7790
7356
|
}) & {
|
|
7791
7357
|
text?: string;
|
|
7792
7358
|
})) | ({
|
|
7793
7359
|
__TYPE__: "MediaLink";
|
|
7794
7360
|
} & {
|
|
7795
7361
|
kind: "media";
|
|
7796
|
-
key: string;
|
|
7797
7362
|
} & {
|
|
7798
7363
|
text?: string;
|
|
7799
7364
|
}) | ({
|
|
7800
7365
|
__TYPE__: "DocumentLink";
|
|
7801
7366
|
} & (({
|
|
7802
7367
|
id: string;
|
|
7803
|
-
key: string;
|
|
7804
7368
|
} | {
|
|
7805
7369
|
kind: "document";
|
|
7806
|
-
key: string;
|
|
7807
7370
|
}) & {
|
|
7808
7371
|
text?: string;
|
|
7809
7372
|
})) | ({
|
|
7810
7373
|
__TYPE__: "ExternalLink";
|
|
7811
7374
|
} & ((({
|
|
7812
7375
|
url: string;
|
|
7813
|
-
key: string;
|
|
7814
7376
|
} & {
|
|
7815
7377
|
kind?: "web";
|
|
7816
7378
|
target?: string | null | undefined;
|
|
@@ -7819,21 +7381,21 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7819
7381
|
} | null | undefined;
|
|
7820
7382
|
}) | {
|
|
7821
7383
|
kind: "web";
|
|
7822
|
-
key: string;
|
|
7823
7384
|
}) & {
|
|
7824
7385
|
text?: string;
|
|
7825
7386
|
})) | ({
|
|
7826
7387
|
__TYPE__: "AnyLink";
|
|
7827
7388
|
} & {
|
|
7828
7389
|
kind: "any";
|
|
7829
|
-
key: string;
|
|
7830
7390
|
} & {
|
|
7831
7391
|
text?: string;
|
|
7832
7392
|
});
|
|
7833
|
-
} | {
|
|
7393
|
+
}) | {
|
|
7834
7394
|
__TYPE__: "RepeatableContent";
|
|
7835
7395
|
type: "Link";
|
|
7836
|
-
value: {
|
|
7396
|
+
value: ({
|
|
7397
|
+
key: string;
|
|
7398
|
+
} & {
|
|
7837
7399
|
__TYPE__: "LinkContent";
|
|
7838
7400
|
value: ({
|
|
7839
7401
|
__TYPE__: "ImageLink";
|
|
@@ -7845,12 +7407,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7845
7407
|
width: string;
|
|
7846
7408
|
size: string;
|
|
7847
7409
|
name: string;
|
|
7848
|
-
key: string;
|
|
7849
7410
|
} & {
|
|
7850
7411
|
date?: string | null | undefined;
|
|
7851
7412
|
}) | {
|
|
7852
7413
|
kind: "image";
|
|
7853
|
-
key: string;
|
|
7854
7414
|
}) & {
|
|
7855
7415
|
text?: string;
|
|
7856
7416
|
})) | ({
|
|
@@ -7861,36 +7421,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7861
7421
|
url: string;
|
|
7862
7422
|
name: string;
|
|
7863
7423
|
size: string;
|
|
7864
|
-
key: string;
|
|
7865
7424
|
} & {
|
|
7866
7425
|
date?: string | null | undefined;
|
|
7867
7426
|
}) | {
|
|
7868
7427
|
kind: "file";
|
|
7869
|
-
key: string;
|
|
7870
7428
|
}) & {
|
|
7871
7429
|
text?: string;
|
|
7872
7430
|
})) | ({
|
|
7873
7431
|
__TYPE__: "MediaLink";
|
|
7874
7432
|
} & {
|
|
7875
7433
|
kind: "media";
|
|
7876
|
-
key: string;
|
|
7877
7434
|
} & {
|
|
7878
7435
|
text?: string;
|
|
7879
7436
|
}) | ({
|
|
7880
7437
|
__TYPE__: "DocumentLink";
|
|
7881
7438
|
} & (({
|
|
7882
7439
|
id: string;
|
|
7883
|
-
key: string;
|
|
7884
7440
|
} | {
|
|
7885
7441
|
kind: "document";
|
|
7886
|
-
key: string;
|
|
7887
7442
|
}) & {
|
|
7888
7443
|
text?: string;
|
|
7889
7444
|
})) | ({
|
|
7890
7445
|
__TYPE__: "ExternalLink";
|
|
7891
7446
|
} & ((({
|
|
7892
7447
|
url: string;
|
|
7893
|
-
key: string;
|
|
7894
7448
|
} & {
|
|
7895
7449
|
kind?: "web";
|
|
7896
7450
|
target?: string | null | undefined;
|
|
@@ -7899,18 +7453,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7899
7453
|
} | null | undefined;
|
|
7900
7454
|
}) | {
|
|
7901
7455
|
kind: "web";
|
|
7902
|
-
key: string;
|
|
7903
7456
|
}) & {
|
|
7904
7457
|
text?: string;
|
|
7905
7458
|
})) | ({
|
|
7906
7459
|
__TYPE__: "AnyLink";
|
|
7907
7460
|
} & {
|
|
7908
7461
|
kind: "any";
|
|
7909
|
-
key: string;
|
|
7910
7462
|
} & {
|
|
7911
7463
|
text?: string;
|
|
7912
7464
|
});
|
|
7913
|
-
}[];
|
|
7465
|
+
})[];
|
|
7914
7466
|
} | import("./fields").GroupContent | {
|
|
7915
7467
|
__TYPE__: "StructuredTextContent";
|
|
7916
7468
|
value: (({
|
|
@@ -7948,7 +7500,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7948
7500
|
width: string;
|
|
7949
7501
|
size: string;
|
|
7950
7502
|
name: string;
|
|
7951
|
-
key: string;
|
|
7952
7503
|
} & {
|
|
7953
7504
|
date?: string | null | undefined;
|
|
7954
7505
|
}) | ({
|
|
@@ -7959,19 +7510,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7959
7510
|
url: string;
|
|
7960
7511
|
name: string;
|
|
7961
7512
|
size: string;
|
|
7962
|
-
key: string;
|
|
7963
7513
|
} & {
|
|
7964
7514
|
date?: string | null | undefined;
|
|
7965
7515
|
}) | ({
|
|
7966
7516
|
__TYPE__: "DocumentLink";
|
|
7967
7517
|
} & {
|
|
7968
7518
|
id: string;
|
|
7969
|
-
key: string;
|
|
7970
7519
|
}) | ({
|
|
7971
7520
|
__TYPE__: "ExternalLink";
|
|
7972
7521
|
} & {
|
|
7973
7522
|
url: string;
|
|
7974
|
-
key: string;
|
|
7975
7523
|
} & {
|
|
7976
7524
|
kind?: "web";
|
|
7977
7525
|
target?: string | null | undefined;
|
|
@@ -8023,7 +7571,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8023
7571
|
width: string;
|
|
8024
7572
|
size: string;
|
|
8025
7573
|
name: string;
|
|
8026
|
-
key: string;
|
|
8027
7574
|
} & {
|
|
8028
7575
|
date?: string | null | undefined;
|
|
8029
7576
|
}) | ({
|
|
@@ -8034,19 +7581,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8034
7581
|
url: string;
|
|
8035
7582
|
name: string;
|
|
8036
7583
|
size: string;
|
|
8037
|
-
key: string;
|
|
8038
7584
|
} & {
|
|
8039
7585
|
date?: string | null | undefined;
|
|
8040
7586
|
}) | ({
|
|
8041
7587
|
__TYPE__: "DocumentLink";
|
|
8042
7588
|
} & {
|
|
8043
7589
|
id: string;
|
|
8044
|
-
key: string;
|
|
8045
7590
|
}) | ({
|
|
8046
7591
|
__TYPE__: "ExternalLink";
|
|
8047
7592
|
} & {
|
|
8048
7593
|
url: string;
|
|
8049
|
-
key: string;
|
|
8050
7594
|
} & {
|
|
8051
7595
|
kind?: "web";
|
|
8052
7596
|
target?: string | null | undefined;
|
|
@@ -8190,7 +7734,9 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8190
7734
|
}) | {
|
|
8191
7735
|
__TYPE__: "IntegrationFieldsContent";
|
|
8192
7736
|
value: string;
|
|
8193
|
-
} | {
|
|
7737
|
+
} | ({
|
|
7738
|
+
key: string;
|
|
7739
|
+
} & {
|
|
8194
7740
|
__TYPE__: "LinkContent";
|
|
8195
7741
|
value: ({
|
|
8196
7742
|
__TYPE__: "ImageLink";
|
|
@@ -8202,12 +7748,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8202
7748
|
width: string;
|
|
8203
7749
|
size: string;
|
|
8204
7750
|
name: string;
|
|
8205
|
-
key: string;
|
|
8206
7751
|
} & {
|
|
8207
7752
|
date?: string | null | undefined;
|
|
8208
7753
|
}) | {
|
|
8209
7754
|
kind: "image";
|
|
8210
|
-
key: string;
|
|
8211
7755
|
}) & {
|
|
8212
7756
|
text?: string;
|
|
8213
7757
|
})) | ({
|
|
@@ -8218,36 +7762,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8218
7762
|
url: string;
|
|
8219
7763
|
name: string;
|
|
8220
7764
|
size: string;
|
|
8221
|
-
key: string;
|
|
8222
7765
|
} & {
|
|
8223
7766
|
date?: string | null | undefined;
|
|
8224
7767
|
}) | {
|
|
8225
7768
|
kind: "file";
|
|
8226
|
-
key: string;
|
|
8227
7769
|
}) & {
|
|
8228
7770
|
text?: string;
|
|
8229
7771
|
})) | ({
|
|
8230
7772
|
__TYPE__: "MediaLink";
|
|
8231
7773
|
} & {
|
|
8232
7774
|
kind: "media";
|
|
8233
|
-
key: string;
|
|
8234
7775
|
} & {
|
|
8235
7776
|
text?: string;
|
|
8236
7777
|
}) | ({
|
|
8237
7778
|
__TYPE__: "DocumentLink";
|
|
8238
7779
|
} & (({
|
|
8239
7780
|
id: string;
|
|
8240
|
-
key: string;
|
|
8241
7781
|
} | {
|
|
8242
7782
|
kind: "document";
|
|
8243
|
-
key: string;
|
|
8244
7783
|
}) & {
|
|
8245
7784
|
text?: string;
|
|
8246
7785
|
})) | ({
|
|
8247
7786
|
__TYPE__: "ExternalLink";
|
|
8248
7787
|
} & ((({
|
|
8249
7788
|
url: string;
|
|
8250
|
-
key: string;
|
|
8251
7789
|
} & {
|
|
8252
7790
|
kind?: "web";
|
|
8253
7791
|
target?: string | null | undefined;
|
|
@@ -8256,21 +7794,21 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8256
7794
|
} | null | undefined;
|
|
8257
7795
|
}) | {
|
|
8258
7796
|
kind: "web";
|
|
8259
|
-
key: string;
|
|
8260
7797
|
}) & {
|
|
8261
7798
|
text?: string;
|
|
8262
7799
|
})) | ({
|
|
8263
7800
|
__TYPE__: "AnyLink";
|
|
8264
7801
|
} & {
|
|
8265
7802
|
kind: "any";
|
|
8266
|
-
key: string;
|
|
8267
7803
|
} & {
|
|
8268
7804
|
text?: string;
|
|
8269
7805
|
});
|
|
8270
|
-
} | {
|
|
7806
|
+
}) | {
|
|
8271
7807
|
__TYPE__: "RepeatableContent";
|
|
8272
7808
|
type: "Link";
|
|
8273
|
-
value: {
|
|
7809
|
+
value: ({
|
|
7810
|
+
key: string;
|
|
7811
|
+
} & {
|
|
8274
7812
|
__TYPE__: "LinkContent";
|
|
8275
7813
|
value: ({
|
|
8276
7814
|
__TYPE__: "ImageLink";
|
|
@@ -8282,12 +7820,10 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8282
7820
|
width: string;
|
|
8283
7821
|
size: string;
|
|
8284
7822
|
name: string;
|
|
8285
|
-
key: string;
|
|
8286
7823
|
} & {
|
|
8287
7824
|
date?: string | null | undefined;
|
|
8288
7825
|
}) | {
|
|
8289
7826
|
kind: "image";
|
|
8290
|
-
key: string;
|
|
8291
7827
|
}) & {
|
|
8292
7828
|
text?: string;
|
|
8293
7829
|
})) | ({
|
|
@@ -8298,36 +7834,30 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8298
7834
|
url: string;
|
|
8299
7835
|
name: string;
|
|
8300
7836
|
size: string;
|
|
8301
|
-
key: string;
|
|
8302
7837
|
} & {
|
|
8303
7838
|
date?: string | null | undefined;
|
|
8304
7839
|
}) | {
|
|
8305
7840
|
kind: "file";
|
|
8306
|
-
key: string;
|
|
8307
7841
|
}) & {
|
|
8308
7842
|
text?: string;
|
|
8309
7843
|
})) | ({
|
|
8310
7844
|
__TYPE__: "MediaLink";
|
|
8311
7845
|
} & {
|
|
8312
7846
|
kind: "media";
|
|
8313
|
-
key: string;
|
|
8314
7847
|
} & {
|
|
8315
7848
|
text?: string;
|
|
8316
7849
|
}) | ({
|
|
8317
7850
|
__TYPE__: "DocumentLink";
|
|
8318
7851
|
} & (({
|
|
8319
7852
|
id: string;
|
|
8320
|
-
key: string;
|
|
8321
7853
|
} | {
|
|
8322
7854
|
kind: "document";
|
|
8323
|
-
key: string;
|
|
8324
7855
|
}) & {
|
|
8325
7856
|
text?: string;
|
|
8326
7857
|
})) | ({
|
|
8327
7858
|
__TYPE__: "ExternalLink";
|
|
8328
7859
|
} & ((({
|
|
8329
7860
|
url: string;
|
|
8330
|
-
key: string;
|
|
8331
7861
|
} & {
|
|
8332
7862
|
kind?: "web";
|
|
8333
7863
|
target?: string | null | undefined;
|
|
@@ -8336,18 +7866,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8336
7866
|
} | null | undefined;
|
|
8337
7867
|
}) | {
|
|
8338
7868
|
kind: "web";
|
|
8339
|
-
key: string;
|
|
8340
7869
|
}) & {
|
|
8341
7870
|
text?: string;
|
|
8342
7871
|
})) | ({
|
|
8343
7872
|
__TYPE__: "AnyLink";
|
|
8344
7873
|
} & {
|
|
8345
7874
|
kind: "any";
|
|
8346
|
-
key: string;
|
|
8347
7875
|
} & {
|
|
8348
7876
|
text?: string;
|
|
8349
7877
|
});
|
|
8350
|
-
}[];
|
|
7878
|
+
})[];
|
|
8351
7879
|
} | import("./fields").GroupContent | {
|
|
8352
7880
|
__TYPE__: "StructuredTextContent";
|
|
8353
7881
|
value: (({
|
|
@@ -8385,7 +7913,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8385
7913
|
width: string;
|
|
8386
7914
|
size: string;
|
|
8387
7915
|
name: string;
|
|
8388
|
-
key: string;
|
|
8389
7916
|
} & {
|
|
8390
7917
|
date?: string | null | undefined;
|
|
8391
7918
|
}) | ({
|
|
@@ -8396,19 +7923,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8396
7923
|
url: string;
|
|
8397
7924
|
name: string;
|
|
8398
7925
|
size: string;
|
|
8399
|
-
key: string;
|
|
8400
7926
|
} & {
|
|
8401
7927
|
date?: string | null | undefined;
|
|
8402
7928
|
}) | ({
|
|
8403
7929
|
__TYPE__: "DocumentLink";
|
|
8404
7930
|
} & {
|
|
8405
7931
|
id: string;
|
|
8406
|
-
key: string;
|
|
8407
7932
|
}) | ({
|
|
8408
7933
|
__TYPE__: "ExternalLink";
|
|
8409
7934
|
} & {
|
|
8410
7935
|
url: string;
|
|
8411
|
-
key: string;
|
|
8412
7936
|
} & {
|
|
8413
7937
|
kind?: "web";
|
|
8414
7938
|
target?: string | null | undefined;
|
|
@@ -8460,7 +7984,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8460
7984
|
width: string;
|
|
8461
7985
|
size: string;
|
|
8462
7986
|
name: string;
|
|
8463
|
-
key: string;
|
|
8464
7987
|
} & {
|
|
8465
7988
|
date?: string | null | undefined;
|
|
8466
7989
|
}) | ({
|
|
@@ -8471,19 +7994,16 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8471
7994
|
url: string;
|
|
8472
7995
|
name: string;
|
|
8473
7996
|
size: string;
|
|
8474
|
-
key: string;
|
|
8475
7997
|
} & {
|
|
8476
7998
|
date?: string | null | undefined;
|
|
8477
7999
|
}) | ({
|
|
8478
8000
|
__TYPE__: "DocumentLink";
|
|
8479
8001
|
} & {
|
|
8480
8002
|
id: string;
|
|
8481
|
-
key: string;
|
|
8482
8003
|
}) | ({
|
|
8483
8004
|
__TYPE__: "ExternalLink";
|
|
8484
8005
|
} & {
|
|
8485
8006
|
url: string;
|
|
8486
|
-
key: string;
|
|
8487
8007
|
} & {
|
|
8488
8008
|
kind?: "web";
|
|
8489
8009
|
target?: string | null | undefined;
|