@prismicio/types-internal 2.7.0-alpha.2 → 2.7.0-alpha.3
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 +13 -409
- package/lib/content/fields/WidgetContent.d.ts +12 -408
- package/lib/content/fields/nestable/LinkContent.d.ts +8 -54
- package/lib/content/fields/nestable/LinkContent.js +1 -10
- package/lib/content/fields/nestable/NestableContent.d.ts +2 -68
- package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +6 -129
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +0 -60
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +4 -136
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +2 -32
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +4 -136
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +2 -68
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +2 -68
- package/lib/content/fields/slices/Slice/index.d.ts +10 -250
- package/lib/content/fields/slices/SliceItem.d.ts +10 -250
- package/lib/content/fields/slices/SlicesContent.d.ts +10 -340
- package/lib/customtypes/CustomType.d.ts +484 -344
- package/lib/customtypes/Section.d.ts +484 -344
- package/lib/customtypes/diff/SharedSlice.d.ts +232 -152
- package/lib/customtypes/diff/Variation.d.ts +232 -152
- package/lib/customtypes/widgets/Group.d.ts +315 -72
- package/lib/customtypes/widgets/Group.js +43 -5
- package/lib/customtypes/widgets/Widget.d.ts +520 -330
- package/lib/customtypes/widgets/nestable/Link.d.ts +0 -20
- package/lib/customtypes/widgets/nestable/Link.js +0 -2
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +0 -10
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +0 -20
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +42 -22
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +168 -88
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +191 -91
- package/lib/customtypes/widgets/slices/Slices.d.ts +523 -443
- package/package.json +1 -1
- package/src/content/fields/nestable/LinkContent.ts +1 -12
- package/src/customtypes/widgets/Group.ts +52 -6
- package/src/customtypes/widgets/nestable/Link.ts +0 -2
- package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +0 -727
- package/lib/content/fields/nestable/RichTextContent/TextBlock.js +0 -80
- package/lib/customtypes/widgets/slices/SliceWidget.d.ts +0 -327
- package/lib/customtypes/widgets/slices/SliceWidget.js +0 -8
|
@@ -128,7 +128,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
128
128
|
kind: t.StringC;
|
|
129
129
|
}>, t.PartialC<{
|
|
130
130
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
131
|
-
text: t.StringC;
|
|
132
131
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
133
132
|
id: t.StringC;
|
|
134
133
|
url: t.StringC;
|
|
@@ -137,19 +136,15 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
137
136
|
size: t.StringC;
|
|
138
137
|
}>, t.PartialC<{
|
|
139
138
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
140
|
-
text: t.StringC;
|
|
141
139
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
142
140
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
143
141
|
}>, t.PartialC<{
|
|
144
142
|
size: t.StringC;
|
|
145
|
-
text: t.StringC;
|
|
146
143
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
147
144
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
148
|
-
}>>, t.ExactC<t.
|
|
145
|
+
}>>, t.ExactC<t.TypeC<{
|
|
149
146
|
id: t.Type<string, string, unknown>;
|
|
150
|
-
}>, t.
|
|
151
|
-
text: t.StringC;
|
|
152
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
147
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
153
148
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
154
149
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
155
150
|
url: t.StringC;
|
|
@@ -161,7 +156,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
161
156
|
}, {
|
|
162
157
|
title?: string;
|
|
163
158
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
164
|
-
text: t.StringC;
|
|
165
159
|
}>]>>]>]>;
|
|
166
160
|
}>>, t.ExactC<t.TypeC<{
|
|
167
161
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -202,7 +196,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
202
196
|
kind: string;
|
|
203
197
|
} & {
|
|
204
198
|
date?: string | null | undefined;
|
|
205
|
-
text?: string;
|
|
206
199
|
}) | ({
|
|
207
200
|
id: string;
|
|
208
201
|
url: string;
|
|
@@ -211,18 +204,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
211
204
|
size: string;
|
|
212
205
|
} & {
|
|
213
206
|
date?: string | null | undefined;
|
|
214
|
-
text?: string;
|
|
215
207
|
} & {
|
|
216
208
|
__TYPE__: "FileLink";
|
|
217
209
|
} & {
|
|
218
210
|
size?: string;
|
|
219
|
-
text?: string;
|
|
220
211
|
}) | ({
|
|
221
212
|
__TYPE__: "DocumentLink";
|
|
222
213
|
} & {
|
|
223
214
|
id: string;
|
|
224
|
-
} & {
|
|
225
|
-
text?: string;
|
|
226
215
|
}) | ({
|
|
227
216
|
__TYPE__: "ExternalLink";
|
|
228
217
|
} & {
|
|
@@ -233,7 +222,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
233
222
|
preview?: {
|
|
234
223
|
title?: string;
|
|
235
224
|
} | null | undefined;
|
|
236
|
-
text?: string;
|
|
237
225
|
}), ({
|
|
238
226
|
__TYPE__: "ImageLink";
|
|
239
227
|
} & {
|
|
@@ -246,7 +234,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
246
234
|
kind: string;
|
|
247
235
|
} & {
|
|
248
236
|
date?: string | null | undefined;
|
|
249
|
-
text?: string;
|
|
250
237
|
}) | ({
|
|
251
238
|
id: string;
|
|
252
239
|
url: string;
|
|
@@ -255,18 +242,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
255
242
|
size: string;
|
|
256
243
|
} & {
|
|
257
244
|
date?: string | null | undefined;
|
|
258
|
-
text?: string;
|
|
259
245
|
} & {
|
|
260
246
|
__TYPE__: "FileLink";
|
|
261
247
|
} & {
|
|
262
248
|
size?: string;
|
|
263
|
-
text?: string;
|
|
264
249
|
}) | ({
|
|
265
250
|
__TYPE__: "DocumentLink";
|
|
266
251
|
} & {
|
|
267
252
|
id: string;
|
|
268
|
-
} & {
|
|
269
|
-
text?: string;
|
|
270
253
|
}) | ({
|
|
271
254
|
__TYPE__: "ExternalLink";
|
|
272
255
|
} & {
|
|
@@ -277,7 +260,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
277
260
|
preview?: {
|
|
278
261
|
title?: string;
|
|
279
262
|
} | null | undefined;
|
|
280
|
-
text?: string;
|
|
281
263
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
282
264
|
}>]>;
|
|
283
265
|
}>, t.PartialC<{
|
|
@@ -325,7 +307,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
325
307
|
kind: string;
|
|
326
308
|
} & {
|
|
327
309
|
date?: string | null | undefined;
|
|
328
|
-
text?: string;
|
|
329
310
|
}) | ({
|
|
330
311
|
id: string;
|
|
331
312
|
url: string;
|
|
@@ -334,18 +315,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
334
315
|
size: string;
|
|
335
316
|
} & {
|
|
336
317
|
date?: string | null | undefined;
|
|
337
|
-
text?: string;
|
|
338
318
|
} & {
|
|
339
319
|
__TYPE__: "FileLink";
|
|
340
320
|
} & {
|
|
341
321
|
size?: string;
|
|
342
|
-
text?: string;
|
|
343
322
|
}) | ({
|
|
344
323
|
__TYPE__: "DocumentLink";
|
|
345
324
|
} & {
|
|
346
325
|
id: string;
|
|
347
|
-
} & {
|
|
348
|
-
text?: string;
|
|
349
326
|
}) | ({
|
|
350
327
|
__TYPE__: "ExternalLink";
|
|
351
328
|
} & {
|
|
@@ -356,7 +333,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
356
333
|
preview?: {
|
|
357
334
|
title?: string;
|
|
358
335
|
} | null | undefined;
|
|
359
|
-
text?: string;
|
|
360
336
|
});
|
|
361
337
|
start: number;
|
|
362
338
|
end: number;
|
|
@@ -383,7 +359,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
383
359
|
kind: string;
|
|
384
360
|
} & {
|
|
385
361
|
date?: string | null | undefined;
|
|
386
|
-
text?: string;
|
|
387
362
|
}) | ({
|
|
388
363
|
id: string;
|
|
389
364
|
url: string;
|
|
@@ -392,18 +367,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
392
367
|
size: string;
|
|
393
368
|
} & {
|
|
394
369
|
date?: string | null | undefined;
|
|
395
|
-
text?: string;
|
|
396
370
|
} & {
|
|
397
371
|
__TYPE__: "FileLink";
|
|
398
372
|
} & {
|
|
399
373
|
size?: string;
|
|
400
|
-
text?: string;
|
|
401
374
|
}) | ({
|
|
402
375
|
__TYPE__: "DocumentLink";
|
|
403
376
|
} & {
|
|
404
377
|
id: string;
|
|
405
|
-
} & {
|
|
406
|
-
text?: string;
|
|
407
378
|
}) | ({
|
|
408
379
|
__TYPE__: "ExternalLink";
|
|
409
380
|
} & {
|
|
@@ -414,7 +385,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
414
385
|
preview?: {
|
|
415
386
|
title?: string;
|
|
416
387
|
} | null | undefined;
|
|
417
|
-
text?: string;
|
|
418
388
|
});
|
|
419
389
|
start: number;
|
|
420
390
|
end: number;
|
|
@@ -571,7 +541,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
571
541
|
kind: t.StringC;
|
|
572
542
|
}>, t.PartialC<{
|
|
573
543
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
574
|
-
text: t.StringC;
|
|
575
544
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
576
545
|
id: t.StringC;
|
|
577
546
|
url: t.StringC;
|
|
@@ -580,19 +549,15 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
580
549
|
size: t.StringC;
|
|
581
550
|
}>, t.PartialC<{
|
|
582
551
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
583
|
-
text: t.StringC;
|
|
584
552
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
585
553
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
586
554
|
}>, t.PartialC<{
|
|
587
555
|
size: t.StringC;
|
|
588
|
-
text: t.StringC;
|
|
589
556
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
590
557
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
591
|
-
}>>, t.ExactC<t.
|
|
558
|
+
}>>, t.ExactC<t.TypeC<{
|
|
592
559
|
id: t.Type<string, string, unknown>;
|
|
593
|
-
}>, t.
|
|
594
|
-
text: t.StringC;
|
|
595
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
560
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
596
561
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
597
562
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
598
563
|
url: t.StringC;
|
|
@@ -604,7 +569,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
604
569
|
}, {
|
|
605
570
|
title?: string;
|
|
606
571
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
607
|
-
text: t.StringC;
|
|
608
572
|
}>]>>]>]>;
|
|
609
573
|
}>>, t.ExactC<t.TypeC<{
|
|
610
574
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -645,7 +609,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
645
609
|
kind: string;
|
|
646
610
|
} & {
|
|
647
611
|
date?: string | null | undefined;
|
|
648
|
-
text?: string;
|
|
649
612
|
}) | ({
|
|
650
613
|
id: string;
|
|
651
614
|
url: string;
|
|
@@ -654,18 +617,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
654
617
|
size: string;
|
|
655
618
|
} & {
|
|
656
619
|
date?: string | null | undefined;
|
|
657
|
-
text?: string;
|
|
658
620
|
} & {
|
|
659
621
|
__TYPE__: "FileLink";
|
|
660
622
|
} & {
|
|
661
623
|
size?: string;
|
|
662
|
-
text?: string;
|
|
663
624
|
}) | ({
|
|
664
625
|
__TYPE__: "DocumentLink";
|
|
665
626
|
} & {
|
|
666
627
|
id: string;
|
|
667
|
-
} & {
|
|
668
|
-
text?: string;
|
|
669
628
|
}) | ({
|
|
670
629
|
__TYPE__: "ExternalLink";
|
|
671
630
|
} & {
|
|
@@ -676,7 +635,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
676
635
|
preview?: {
|
|
677
636
|
title?: string;
|
|
678
637
|
} | null | undefined;
|
|
679
|
-
text?: string;
|
|
680
638
|
}), ({
|
|
681
639
|
__TYPE__: "ImageLink";
|
|
682
640
|
} & {
|
|
@@ -689,7 +647,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
689
647
|
kind: string;
|
|
690
648
|
} & {
|
|
691
649
|
date?: string | null | undefined;
|
|
692
|
-
text?: string;
|
|
693
650
|
}) | ({
|
|
694
651
|
id: string;
|
|
695
652
|
url: string;
|
|
@@ -698,18 +655,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
698
655
|
size: string;
|
|
699
656
|
} & {
|
|
700
657
|
date?: string | null | undefined;
|
|
701
|
-
text?: string;
|
|
702
658
|
} & {
|
|
703
659
|
__TYPE__: "FileLink";
|
|
704
660
|
} & {
|
|
705
661
|
size?: string;
|
|
706
|
-
text?: string;
|
|
707
662
|
}) | ({
|
|
708
663
|
__TYPE__: "DocumentLink";
|
|
709
664
|
} & {
|
|
710
665
|
id: string;
|
|
711
|
-
} & {
|
|
712
|
-
text?: string;
|
|
713
666
|
}) | ({
|
|
714
667
|
__TYPE__: "ExternalLink";
|
|
715
668
|
} & {
|
|
@@ -720,7 +673,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
720
673
|
preview?: {
|
|
721
674
|
title?: string;
|
|
722
675
|
} | null | undefined;
|
|
723
|
-
text?: string;
|
|
724
676
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
725
677
|
}>]>;
|
|
726
678
|
}>, t.PartialC<{
|
|
@@ -768,7 +720,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
768
720
|
kind: string;
|
|
769
721
|
} & {
|
|
770
722
|
date?: string | null | undefined;
|
|
771
|
-
text?: string;
|
|
772
723
|
}) | ({
|
|
773
724
|
id: string;
|
|
774
725
|
url: string;
|
|
@@ -777,18 +728,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
777
728
|
size: string;
|
|
778
729
|
} & {
|
|
779
730
|
date?: string | null | undefined;
|
|
780
|
-
text?: string;
|
|
781
731
|
} & {
|
|
782
732
|
__TYPE__: "FileLink";
|
|
783
733
|
} & {
|
|
784
734
|
size?: string;
|
|
785
|
-
text?: string;
|
|
786
735
|
}) | ({
|
|
787
736
|
__TYPE__: "DocumentLink";
|
|
788
737
|
} & {
|
|
789
738
|
id: string;
|
|
790
|
-
} & {
|
|
791
|
-
text?: string;
|
|
792
739
|
}) | ({
|
|
793
740
|
__TYPE__: "ExternalLink";
|
|
794
741
|
} & {
|
|
@@ -799,7 +746,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
799
746
|
preview?: {
|
|
800
747
|
title?: string;
|
|
801
748
|
} | null | undefined;
|
|
802
|
-
text?: string;
|
|
803
749
|
});
|
|
804
750
|
start: number;
|
|
805
751
|
end: number;
|
|
@@ -826,7 +772,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
826
772
|
kind: string;
|
|
827
773
|
} & {
|
|
828
774
|
date?: string | null | undefined;
|
|
829
|
-
text?: string;
|
|
830
775
|
}) | ({
|
|
831
776
|
id: string;
|
|
832
777
|
url: string;
|
|
@@ -835,18 +780,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
835
780
|
size: string;
|
|
836
781
|
} & {
|
|
837
782
|
date?: string | null | undefined;
|
|
838
|
-
text?: string;
|
|
839
783
|
} & {
|
|
840
784
|
__TYPE__: "FileLink";
|
|
841
785
|
} & {
|
|
842
786
|
size?: string;
|
|
843
|
-
text?: string;
|
|
844
787
|
}) | ({
|
|
845
788
|
__TYPE__: "DocumentLink";
|
|
846
789
|
} & {
|
|
847
790
|
id: string;
|
|
848
|
-
} & {
|
|
849
|
-
text?: string;
|
|
850
791
|
}) | ({
|
|
851
792
|
__TYPE__: "ExternalLink";
|
|
852
793
|
} & {
|
|
@@ -857,7 +798,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
857
798
|
preview?: {
|
|
858
799
|
title?: string;
|
|
859
800
|
} | null | undefined;
|
|
860
|
-
text?: string;
|
|
861
801
|
});
|
|
862
802
|
start: number;
|
|
863
803
|
end: number;
|
|
@@ -1006,7 +946,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1006
946
|
kind: t.StringC;
|
|
1007
947
|
}>, t.PartialC<{
|
|
1008
948
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1009
|
-
text: t.StringC;
|
|
1010
949
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1011
950
|
id: t.StringC;
|
|
1012
951
|
url: t.StringC;
|
|
@@ -1015,19 +954,15 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1015
954
|
size: t.StringC;
|
|
1016
955
|
}>, t.PartialC<{
|
|
1017
956
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1018
|
-
text: t.StringC;
|
|
1019
957
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1020
958
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1021
959
|
}>, t.PartialC<{
|
|
1022
960
|
size: t.StringC;
|
|
1023
|
-
text: t.StringC;
|
|
1024
961
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1025
962
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1026
|
-
}>>, t.ExactC<t.
|
|
963
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1027
964
|
id: t.Type<string, string, unknown>;
|
|
1028
|
-
}>, t.
|
|
1029
|
-
text: t.StringC;
|
|
1030
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
965
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1031
966
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1032
967
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1033
968
|
url: t.StringC;
|
|
@@ -1039,7 +974,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1039
974
|
}, {
|
|
1040
975
|
title?: string;
|
|
1041
976
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1042
|
-
text: t.StringC;
|
|
1043
977
|
}>]>>]>]>;
|
|
1044
978
|
}>>, t.ExactC<t.TypeC<{
|
|
1045
979
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -1080,7 +1014,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1080
1014
|
kind: string;
|
|
1081
1015
|
} & {
|
|
1082
1016
|
date?: string | null | undefined;
|
|
1083
|
-
text?: string;
|
|
1084
1017
|
}) | ({
|
|
1085
1018
|
id: string;
|
|
1086
1019
|
url: string;
|
|
@@ -1089,18 +1022,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1089
1022
|
size: string;
|
|
1090
1023
|
} & {
|
|
1091
1024
|
date?: string | null | undefined;
|
|
1092
|
-
text?: string;
|
|
1093
1025
|
} & {
|
|
1094
1026
|
__TYPE__: "FileLink";
|
|
1095
1027
|
} & {
|
|
1096
1028
|
size?: string;
|
|
1097
|
-
text?: string;
|
|
1098
1029
|
}) | ({
|
|
1099
1030
|
__TYPE__: "DocumentLink";
|
|
1100
1031
|
} & {
|
|
1101
1032
|
id: string;
|
|
1102
|
-
} & {
|
|
1103
|
-
text?: string;
|
|
1104
1033
|
}) | ({
|
|
1105
1034
|
__TYPE__: "ExternalLink";
|
|
1106
1035
|
} & {
|
|
@@ -1111,7 +1040,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1111
1040
|
preview?: {
|
|
1112
1041
|
title?: string;
|
|
1113
1042
|
} | null | undefined;
|
|
1114
|
-
text?: string;
|
|
1115
1043
|
}), ({
|
|
1116
1044
|
__TYPE__: "ImageLink";
|
|
1117
1045
|
} & {
|
|
@@ -1124,7 +1052,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1124
1052
|
kind: string;
|
|
1125
1053
|
} & {
|
|
1126
1054
|
date?: string | null | undefined;
|
|
1127
|
-
text?: string;
|
|
1128
1055
|
}) | ({
|
|
1129
1056
|
id: string;
|
|
1130
1057
|
url: string;
|
|
@@ -1133,18 +1060,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1133
1060
|
size: string;
|
|
1134
1061
|
} & {
|
|
1135
1062
|
date?: string | null | undefined;
|
|
1136
|
-
text?: string;
|
|
1137
1063
|
} & {
|
|
1138
1064
|
__TYPE__: "FileLink";
|
|
1139
1065
|
} & {
|
|
1140
1066
|
size?: string;
|
|
1141
|
-
text?: string;
|
|
1142
1067
|
}) | ({
|
|
1143
1068
|
__TYPE__: "DocumentLink";
|
|
1144
1069
|
} & {
|
|
1145
1070
|
id: string;
|
|
1146
|
-
} & {
|
|
1147
|
-
text?: string;
|
|
1148
1071
|
}) | ({
|
|
1149
1072
|
__TYPE__: "ExternalLink";
|
|
1150
1073
|
} & {
|
|
@@ -1155,7 +1078,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1155
1078
|
preview?: {
|
|
1156
1079
|
title?: string;
|
|
1157
1080
|
} | null | undefined;
|
|
1158
|
-
text?: string;
|
|
1159
1081
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
1160
1082
|
}>]>;
|
|
1161
1083
|
}>, t.PartialC<{
|
|
@@ -1203,7 +1125,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1203
1125
|
kind: string;
|
|
1204
1126
|
} & {
|
|
1205
1127
|
date?: string | null | undefined;
|
|
1206
|
-
text?: string;
|
|
1207
1128
|
}) | ({
|
|
1208
1129
|
id: string;
|
|
1209
1130
|
url: string;
|
|
@@ -1212,18 +1133,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1212
1133
|
size: string;
|
|
1213
1134
|
} & {
|
|
1214
1135
|
date?: string | null | undefined;
|
|
1215
|
-
text?: string;
|
|
1216
1136
|
} & {
|
|
1217
1137
|
__TYPE__: "FileLink";
|
|
1218
1138
|
} & {
|
|
1219
1139
|
size?: string;
|
|
1220
|
-
text?: string;
|
|
1221
1140
|
}) | ({
|
|
1222
1141
|
__TYPE__: "DocumentLink";
|
|
1223
1142
|
} & {
|
|
1224
1143
|
id: string;
|
|
1225
|
-
} & {
|
|
1226
|
-
text?: string;
|
|
1227
1144
|
}) | ({
|
|
1228
1145
|
__TYPE__: "ExternalLink";
|
|
1229
1146
|
} & {
|
|
@@ -1234,7 +1151,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1234
1151
|
preview?: {
|
|
1235
1152
|
title?: string;
|
|
1236
1153
|
} | null | undefined;
|
|
1237
|
-
text?: string;
|
|
1238
1154
|
});
|
|
1239
1155
|
start: number;
|
|
1240
1156
|
end: number;
|
|
@@ -1261,7 +1177,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1261
1177
|
kind: string;
|
|
1262
1178
|
} & {
|
|
1263
1179
|
date?: string | null | undefined;
|
|
1264
|
-
text?: string;
|
|
1265
1180
|
}) | ({
|
|
1266
1181
|
id: string;
|
|
1267
1182
|
url: string;
|
|
@@ -1270,18 +1185,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1270
1185
|
size: string;
|
|
1271
1186
|
} & {
|
|
1272
1187
|
date?: string | null | undefined;
|
|
1273
|
-
text?: string;
|
|
1274
1188
|
} & {
|
|
1275
1189
|
__TYPE__: "FileLink";
|
|
1276
1190
|
} & {
|
|
1277
1191
|
size?: string;
|
|
1278
|
-
text?: string;
|
|
1279
1192
|
}) | ({
|
|
1280
1193
|
__TYPE__: "DocumentLink";
|
|
1281
1194
|
} & {
|
|
1282
1195
|
id: string;
|
|
1283
|
-
} & {
|
|
1284
|
-
text?: string;
|
|
1285
1196
|
}) | ({
|
|
1286
1197
|
__TYPE__: "ExternalLink";
|
|
1287
1198
|
} & {
|
|
@@ -1292,7 +1203,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1292
1203
|
preview?: {
|
|
1293
1204
|
title?: string;
|
|
1294
1205
|
} | null | undefined;
|
|
1295
|
-
text?: string;
|
|
1296
1206
|
});
|
|
1297
1207
|
start: number;
|
|
1298
1208
|
end: number;
|
|
@@ -1443,7 +1353,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1443
1353
|
kind: t.StringC;
|
|
1444
1354
|
}>, t.PartialC<{
|
|
1445
1355
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1446
|
-
text: t.StringC;
|
|
1447
1356
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1448
1357
|
id: t.StringC;
|
|
1449
1358
|
url: t.StringC;
|
|
@@ -1452,19 +1361,15 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1452
1361
|
size: t.StringC;
|
|
1453
1362
|
}>, t.PartialC<{
|
|
1454
1363
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1455
|
-
text: t.StringC;
|
|
1456
1364
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1457
1365
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1458
1366
|
}>, t.PartialC<{
|
|
1459
1367
|
size: t.StringC;
|
|
1460
|
-
text: t.StringC;
|
|
1461
1368
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1462
1369
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1463
|
-
}>>, t.ExactC<t.
|
|
1370
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1464
1371
|
id: t.Type<string, string, unknown>;
|
|
1465
|
-
}>, t.
|
|
1466
|
-
text: t.StringC;
|
|
1467
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1372
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1468
1373
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1469
1374
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1470
1375
|
url: t.StringC;
|
|
@@ -1476,7 +1381,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1476
1381
|
}, {
|
|
1477
1382
|
title?: string;
|
|
1478
1383
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1479
|
-
text: t.StringC;
|
|
1480
1384
|
}>]>>]>]>;
|
|
1481
1385
|
}>>, t.ExactC<t.TypeC<{
|
|
1482
1386
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -1517,7 +1421,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1517
1421
|
kind: string;
|
|
1518
1422
|
} & {
|
|
1519
1423
|
date?: string | null | undefined;
|
|
1520
|
-
text?: string;
|
|
1521
1424
|
}) | ({
|
|
1522
1425
|
id: string;
|
|
1523
1426
|
url: string;
|
|
@@ -1526,18 +1429,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1526
1429
|
size: string;
|
|
1527
1430
|
} & {
|
|
1528
1431
|
date?: string | null | undefined;
|
|
1529
|
-
text?: string;
|
|
1530
1432
|
} & {
|
|
1531
1433
|
__TYPE__: "FileLink";
|
|
1532
1434
|
} & {
|
|
1533
1435
|
size?: string;
|
|
1534
|
-
text?: string;
|
|
1535
1436
|
}) | ({
|
|
1536
1437
|
__TYPE__: "DocumentLink";
|
|
1537
1438
|
} & {
|
|
1538
1439
|
id: string;
|
|
1539
|
-
} & {
|
|
1540
|
-
text?: string;
|
|
1541
1440
|
}) | ({
|
|
1542
1441
|
__TYPE__: "ExternalLink";
|
|
1543
1442
|
} & {
|
|
@@ -1548,7 +1447,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1548
1447
|
preview?: {
|
|
1549
1448
|
title?: string;
|
|
1550
1449
|
} | null | undefined;
|
|
1551
|
-
text?: string;
|
|
1552
1450
|
}), ({
|
|
1553
1451
|
__TYPE__: "ImageLink";
|
|
1554
1452
|
} & {
|
|
@@ -1561,7 +1459,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1561
1459
|
kind: string;
|
|
1562
1460
|
} & {
|
|
1563
1461
|
date?: string | null | undefined;
|
|
1564
|
-
text?: string;
|
|
1565
1462
|
}) | ({
|
|
1566
1463
|
id: string;
|
|
1567
1464
|
url: string;
|
|
@@ -1570,18 +1467,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1570
1467
|
size: string;
|
|
1571
1468
|
} & {
|
|
1572
1469
|
date?: string | null | undefined;
|
|
1573
|
-
text?: string;
|
|
1574
1470
|
} & {
|
|
1575
1471
|
__TYPE__: "FileLink";
|
|
1576
1472
|
} & {
|
|
1577
1473
|
size?: string;
|
|
1578
|
-
text?: string;
|
|
1579
1474
|
}) | ({
|
|
1580
1475
|
__TYPE__: "DocumentLink";
|
|
1581
1476
|
} & {
|
|
1582
1477
|
id: string;
|
|
1583
|
-
} & {
|
|
1584
|
-
text?: string;
|
|
1585
1478
|
}) | ({
|
|
1586
1479
|
__TYPE__: "ExternalLink";
|
|
1587
1480
|
} & {
|
|
@@ -1592,7 +1485,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1592
1485
|
preview?: {
|
|
1593
1486
|
title?: string;
|
|
1594
1487
|
} | null | undefined;
|
|
1595
|
-
text?: string;
|
|
1596
1488
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
1597
1489
|
}>]>;
|
|
1598
1490
|
}>, t.PartialC<{
|
|
@@ -1640,7 +1532,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1640
1532
|
kind: string;
|
|
1641
1533
|
} & {
|
|
1642
1534
|
date?: string | null | undefined;
|
|
1643
|
-
text?: string;
|
|
1644
1535
|
}) | ({
|
|
1645
1536
|
id: string;
|
|
1646
1537
|
url: string;
|
|
@@ -1649,18 +1540,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1649
1540
|
size: string;
|
|
1650
1541
|
} & {
|
|
1651
1542
|
date?: string | null | undefined;
|
|
1652
|
-
text?: string;
|
|
1653
1543
|
} & {
|
|
1654
1544
|
__TYPE__: "FileLink";
|
|
1655
1545
|
} & {
|
|
1656
1546
|
size?: string;
|
|
1657
|
-
text?: string;
|
|
1658
1547
|
}) | ({
|
|
1659
1548
|
__TYPE__: "DocumentLink";
|
|
1660
1549
|
} & {
|
|
1661
1550
|
id: string;
|
|
1662
|
-
} & {
|
|
1663
|
-
text?: string;
|
|
1664
1551
|
}) | ({
|
|
1665
1552
|
__TYPE__: "ExternalLink";
|
|
1666
1553
|
} & {
|
|
@@ -1671,7 +1558,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1671
1558
|
preview?: {
|
|
1672
1559
|
title?: string;
|
|
1673
1560
|
} | null | undefined;
|
|
1674
|
-
text?: string;
|
|
1675
1561
|
});
|
|
1676
1562
|
start: number;
|
|
1677
1563
|
end: number;
|
|
@@ -1698,7 +1584,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1698
1584
|
kind: string;
|
|
1699
1585
|
} & {
|
|
1700
1586
|
date?: string | null | undefined;
|
|
1701
|
-
text?: string;
|
|
1702
1587
|
}) | ({
|
|
1703
1588
|
id: string;
|
|
1704
1589
|
url: string;
|
|
@@ -1707,18 +1592,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1707
1592
|
size: string;
|
|
1708
1593
|
} & {
|
|
1709
1594
|
date?: string | null | undefined;
|
|
1710
|
-
text?: string;
|
|
1711
1595
|
} & {
|
|
1712
1596
|
__TYPE__: "FileLink";
|
|
1713
1597
|
} & {
|
|
1714
1598
|
size?: string;
|
|
1715
|
-
text?: string;
|
|
1716
1599
|
}) | ({
|
|
1717
1600
|
__TYPE__: "DocumentLink";
|
|
1718
1601
|
} & {
|
|
1719
1602
|
id: string;
|
|
1720
|
-
} & {
|
|
1721
|
-
text?: string;
|
|
1722
1603
|
}) | ({
|
|
1723
1604
|
__TYPE__: "ExternalLink";
|
|
1724
1605
|
} & {
|
|
@@ -1729,7 +1610,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1729
1610
|
preview?: {
|
|
1730
1611
|
title?: string;
|
|
1731
1612
|
} | null | undefined;
|
|
1732
|
-
text?: string;
|
|
1733
1613
|
});
|
|
1734
1614
|
start: number;
|
|
1735
1615
|
end: number;
|
|
@@ -1878,7 +1758,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1878
1758
|
kind: t.StringC;
|
|
1879
1759
|
}>, t.PartialC<{
|
|
1880
1760
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1881
|
-
text: t.StringC;
|
|
1882
1761
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1883
1762
|
id: t.StringC;
|
|
1884
1763
|
url: t.StringC;
|
|
@@ -1887,19 +1766,15 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1887
1766
|
size: t.StringC;
|
|
1888
1767
|
}>, t.PartialC<{
|
|
1889
1768
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1890
|
-
text: t.StringC;
|
|
1891
1769
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1892
1770
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1893
1771
|
}>, t.PartialC<{
|
|
1894
1772
|
size: t.StringC;
|
|
1895
|
-
text: t.StringC;
|
|
1896
1773
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1897
1774
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1898
|
-
}>>, t.ExactC<t.
|
|
1775
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1899
1776
|
id: t.Type<string, string, unknown>;
|
|
1900
|
-
}>, t.
|
|
1901
|
-
text: t.StringC;
|
|
1902
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1777
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1903
1778
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1904
1779
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1905
1780
|
url: t.StringC;
|
|
@@ -1911,7 +1786,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1911
1786
|
}, {
|
|
1912
1787
|
title?: string;
|
|
1913
1788
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1914
|
-
text: t.StringC;
|
|
1915
1789
|
}>]>>]>]>;
|
|
1916
1790
|
}>>, t.ExactC<t.TypeC<{
|
|
1917
1791
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -1952,7 +1826,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1952
1826
|
kind: string;
|
|
1953
1827
|
} & {
|
|
1954
1828
|
date?: string | null | undefined;
|
|
1955
|
-
text?: string;
|
|
1956
1829
|
}) | ({
|
|
1957
1830
|
id: string;
|
|
1958
1831
|
url: string;
|
|
@@ -1961,18 +1834,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1961
1834
|
size: string;
|
|
1962
1835
|
} & {
|
|
1963
1836
|
date?: string | null | undefined;
|
|
1964
|
-
text?: string;
|
|
1965
1837
|
} & {
|
|
1966
1838
|
__TYPE__: "FileLink";
|
|
1967
1839
|
} & {
|
|
1968
1840
|
size?: string;
|
|
1969
|
-
text?: string;
|
|
1970
1841
|
}) | ({
|
|
1971
1842
|
__TYPE__: "DocumentLink";
|
|
1972
1843
|
} & {
|
|
1973
1844
|
id: string;
|
|
1974
|
-
} & {
|
|
1975
|
-
text?: string;
|
|
1976
1845
|
}) | ({
|
|
1977
1846
|
__TYPE__: "ExternalLink";
|
|
1978
1847
|
} & {
|
|
@@ -1983,7 +1852,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1983
1852
|
preview?: {
|
|
1984
1853
|
title?: string;
|
|
1985
1854
|
} | null | undefined;
|
|
1986
|
-
text?: string;
|
|
1987
1855
|
}), ({
|
|
1988
1856
|
__TYPE__: "ImageLink";
|
|
1989
1857
|
} & {
|
|
@@ -1996,7 +1864,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1996
1864
|
kind: string;
|
|
1997
1865
|
} & {
|
|
1998
1866
|
date?: string | null | undefined;
|
|
1999
|
-
text?: string;
|
|
2000
1867
|
}) | ({
|
|
2001
1868
|
id: string;
|
|
2002
1869
|
url: string;
|
|
@@ -2005,18 +1872,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2005
1872
|
size: string;
|
|
2006
1873
|
} & {
|
|
2007
1874
|
date?: string | null | undefined;
|
|
2008
|
-
text?: string;
|
|
2009
1875
|
} & {
|
|
2010
1876
|
__TYPE__: "FileLink";
|
|
2011
1877
|
} & {
|
|
2012
1878
|
size?: string;
|
|
2013
|
-
text?: string;
|
|
2014
1879
|
}) | ({
|
|
2015
1880
|
__TYPE__: "DocumentLink";
|
|
2016
1881
|
} & {
|
|
2017
1882
|
id: string;
|
|
2018
|
-
} & {
|
|
2019
|
-
text?: string;
|
|
2020
1883
|
}) | ({
|
|
2021
1884
|
__TYPE__: "ExternalLink";
|
|
2022
1885
|
} & {
|
|
@@ -2027,7 +1890,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2027
1890
|
preview?: {
|
|
2028
1891
|
title?: string;
|
|
2029
1892
|
} | null | undefined;
|
|
2030
|
-
text?: string;
|
|
2031
1893
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
2032
1894
|
}>]>;
|
|
2033
1895
|
}>, t.PartialC<{
|
|
@@ -2075,7 +1937,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2075
1937
|
kind: string;
|
|
2076
1938
|
} & {
|
|
2077
1939
|
date?: string | null | undefined;
|
|
2078
|
-
text?: string;
|
|
2079
1940
|
}) | ({
|
|
2080
1941
|
id: string;
|
|
2081
1942
|
url: string;
|
|
@@ -2084,18 +1945,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2084
1945
|
size: string;
|
|
2085
1946
|
} & {
|
|
2086
1947
|
date?: string | null | undefined;
|
|
2087
|
-
text?: string;
|
|
2088
1948
|
} & {
|
|
2089
1949
|
__TYPE__: "FileLink";
|
|
2090
1950
|
} & {
|
|
2091
1951
|
size?: string;
|
|
2092
|
-
text?: string;
|
|
2093
1952
|
}) | ({
|
|
2094
1953
|
__TYPE__: "DocumentLink";
|
|
2095
1954
|
} & {
|
|
2096
1955
|
id: string;
|
|
2097
|
-
} & {
|
|
2098
|
-
text?: string;
|
|
2099
1956
|
}) | ({
|
|
2100
1957
|
__TYPE__: "ExternalLink";
|
|
2101
1958
|
} & {
|
|
@@ -2106,7 +1963,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2106
1963
|
preview?: {
|
|
2107
1964
|
title?: string;
|
|
2108
1965
|
} | null | undefined;
|
|
2109
|
-
text?: string;
|
|
2110
1966
|
});
|
|
2111
1967
|
start: number;
|
|
2112
1968
|
end: number;
|
|
@@ -2133,7 +1989,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2133
1989
|
kind: string;
|
|
2134
1990
|
} & {
|
|
2135
1991
|
date?: string | null | undefined;
|
|
2136
|
-
text?: string;
|
|
2137
1992
|
}) | ({
|
|
2138
1993
|
id: string;
|
|
2139
1994
|
url: string;
|
|
@@ -2142,18 +1997,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2142
1997
|
size: string;
|
|
2143
1998
|
} & {
|
|
2144
1999
|
date?: string | null | undefined;
|
|
2145
|
-
text?: string;
|
|
2146
2000
|
} & {
|
|
2147
2001
|
__TYPE__: "FileLink";
|
|
2148
2002
|
} & {
|
|
2149
2003
|
size?: string;
|
|
2150
|
-
text?: string;
|
|
2151
2004
|
}) | ({
|
|
2152
2005
|
__TYPE__: "DocumentLink";
|
|
2153
2006
|
} & {
|
|
2154
2007
|
id: string;
|
|
2155
|
-
} & {
|
|
2156
|
-
text?: string;
|
|
2157
2008
|
}) | ({
|
|
2158
2009
|
__TYPE__: "ExternalLink";
|
|
2159
2010
|
} & {
|
|
@@ -2164,7 +2015,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2164
2015
|
preview?: {
|
|
2165
2016
|
title?: string;
|
|
2166
2017
|
} | null | undefined;
|
|
2167
|
-
text?: string;
|
|
2168
2018
|
});
|
|
2169
2019
|
start: number;
|
|
2170
2020
|
end: number;
|
|
@@ -2312,7 +2162,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2312
2162
|
kind: t.StringC;
|
|
2313
2163
|
}>, t.PartialC<{
|
|
2314
2164
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2315
|
-
text: t.StringC;
|
|
2316
2165
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2317
2166
|
id: t.StringC;
|
|
2318
2167
|
url: t.StringC;
|
|
@@ -2321,19 +2170,15 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2321
2170
|
size: t.StringC;
|
|
2322
2171
|
}>, t.PartialC<{
|
|
2323
2172
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2324
|
-
text: t.StringC;
|
|
2325
2173
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2326
2174
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
2327
2175
|
}>, t.PartialC<{
|
|
2328
2176
|
size: t.StringC;
|
|
2329
|
-
text: t.StringC;
|
|
2330
2177
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2331
2178
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2332
|
-
}>>, t.ExactC<t.
|
|
2179
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2333
2180
|
id: t.Type<string, string, unknown>;
|
|
2334
|
-
}>, t.
|
|
2335
|
-
text: t.StringC;
|
|
2336
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2181
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2337
2182
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2338
2183
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2339
2184
|
url: t.StringC;
|
|
@@ -2345,7 +2190,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2345
2190
|
}, {
|
|
2346
2191
|
title?: string;
|
|
2347
2192
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2348
|
-
text: t.StringC;
|
|
2349
2193
|
}>]>>]>]>;
|
|
2350
2194
|
}>>, t.ExactC<t.TypeC<{
|
|
2351
2195
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -2386,7 +2230,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2386
2230
|
kind: string;
|
|
2387
2231
|
} & {
|
|
2388
2232
|
date?: string | null | undefined;
|
|
2389
|
-
text?: string;
|
|
2390
2233
|
}) | ({
|
|
2391
2234
|
id: string;
|
|
2392
2235
|
url: string;
|
|
@@ -2395,18 +2238,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2395
2238
|
size: string;
|
|
2396
2239
|
} & {
|
|
2397
2240
|
date?: string | null | undefined;
|
|
2398
|
-
text?: string;
|
|
2399
2241
|
} & {
|
|
2400
2242
|
__TYPE__: "FileLink";
|
|
2401
2243
|
} & {
|
|
2402
2244
|
size?: string;
|
|
2403
|
-
text?: string;
|
|
2404
2245
|
}) | ({
|
|
2405
2246
|
__TYPE__: "DocumentLink";
|
|
2406
2247
|
} & {
|
|
2407
2248
|
id: string;
|
|
2408
|
-
} & {
|
|
2409
|
-
text?: string;
|
|
2410
2249
|
}) | ({
|
|
2411
2250
|
__TYPE__: "ExternalLink";
|
|
2412
2251
|
} & {
|
|
@@ -2417,7 +2256,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2417
2256
|
preview?: {
|
|
2418
2257
|
title?: string;
|
|
2419
2258
|
} | null | undefined;
|
|
2420
|
-
text?: string;
|
|
2421
2259
|
}), ({
|
|
2422
2260
|
__TYPE__: "ImageLink";
|
|
2423
2261
|
} & {
|
|
@@ -2430,7 +2268,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2430
2268
|
kind: string;
|
|
2431
2269
|
} & {
|
|
2432
2270
|
date?: string | null | undefined;
|
|
2433
|
-
text?: string;
|
|
2434
2271
|
}) | ({
|
|
2435
2272
|
id: string;
|
|
2436
2273
|
url: string;
|
|
@@ -2439,18 +2276,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2439
2276
|
size: string;
|
|
2440
2277
|
} & {
|
|
2441
2278
|
date?: string | null | undefined;
|
|
2442
|
-
text?: string;
|
|
2443
2279
|
} & {
|
|
2444
2280
|
__TYPE__: "FileLink";
|
|
2445
2281
|
} & {
|
|
2446
2282
|
size?: string;
|
|
2447
|
-
text?: string;
|
|
2448
2283
|
}) | ({
|
|
2449
2284
|
__TYPE__: "DocumentLink";
|
|
2450
2285
|
} & {
|
|
2451
2286
|
id: string;
|
|
2452
|
-
} & {
|
|
2453
|
-
text?: string;
|
|
2454
2287
|
}) | ({
|
|
2455
2288
|
__TYPE__: "ExternalLink";
|
|
2456
2289
|
} & {
|
|
@@ -2461,7 +2294,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2461
2294
|
preview?: {
|
|
2462
2295
|
title?: string;
|
|
2463
2296
|
} | null | undefined;
|
|
2464
|
-
text?: string;
|
|
2465
2297
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
2466
2298
|
}>]>;
|
|
2467
2299
|
}>, t.PartialC<{
|
|
@@ -2509,7 +2341,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2509
2341
|
kind: string;
|
|
2510
2342
|
} & {
|
|
2511
2343
|
date?: string | null | undefined;
|
|
2512
|
-
text?: string;
|
|
2513
2344
|
}) | ({
|
|
2514
2345
|
id: string;
|
|
2515
2346
|
url: string;
|
|
@@ -2518,18 +2349,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2518
2349
|
size: string;
|
|
2519
2350
|
} & {
|
|
2520
2351
|
date?: string | null | undefined;
|
|
2521
|
-
text?: string;
|
|
2522
2352
|
} & {
|
|
2523
2353
|
__TYPE__: "FileLink";
|
|
2524
2354
|
} & {
|
|
2525
2355
|
size?: string;
|
|
2526
|
-
text?: string;
|
|
2527
2356
|
}) | ({
|
|
2528
2357
|
__TYPE__: "DocumentLink";
|
|
2529
2358
|
} & {
|
|
2530
2359
|
id: string;
|
|
2531
|
-
} & {
|
|
2532
|
-
text?: string;
|
|
2533
2360
|
}) | ({
|
|
2534
2361
|
__TYPE__: "ExternalLink";
|
|
2535
2362
|
} & {
|
|
@@ -2540,7 +2367,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2540
2367
|
preview?: {
|
|
2541
2368
|
title?: string;
|
|
2542
2369
|
} | null | undefined;
|
|
2543
|
-
text?: string;
|
|
2544
2370
|
});
|
|
2545
2371
|
start: number;
|
|
2546
2372
|
end: number;
|
|
@@ -2567,7 +2393,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2567
2393
|
kind: string;
|
|
2568
2394
|
} & {
|
|
2569
2395
|
date?: string | null | undefined;
|
|
2570
|
-
text?: string;
|
|
2571
2396
|
}) | ({
|
|
2572
2397
|
id: string;
|
|
2573
2398
|
url: string;
|
|
@@ -2576,18 +2401,14 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2576
2401
|
size: string;
|
|
2577
2402
|
} & {
|
|
2578
2403
|
date?: string | null | undefined;
|
|
2579
|
-
text?: string;
|
|
2580
2404
|
} & {
|
|
2581
2405
|
__TYPE__: "FileLink";
|
|
2582
2406
|
} & {
|
|
2583
2407
|
size?: string;
|
|
2584
|
-
text?: string;
|
|
2585
2408
|
}) | ({
|
|
2586
2409
|
__TYPE__: "DocumentLink";
|
|
2587
2410
|
} & {
|
|
2588
2411
|
id: string;
|
|
2589
|
-
} & {
|
|
2590
|
-
text?: string;
|
|
2591
2412
|
}) | ({
|
|
2592
2413
|
__TYPE__: "ExternalLink";
|
|
2593
2414
|
} & {
|
|
@@ -2598,7 +2419,6 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2598
2419
|
preview?: {
|
|
2599
2420
|
title?: string;
|
|
2600
2421
|
} | null | undefined;
|
|
2601
|
-
text?: string;
|
|
2602
2422
|
});
|
|
2603
2423
|
start: number;
|
|
2604
2424
|
end: number;
|
|
@@ -2640,7 +2460,7 @@ declare function parseLegacyDocument(legacyDoc: unknown, customType: StaticCusto
|
|
|
2640
2460
|
}): Document | undefined;
|
|
2641
2461
|
declare function encodeToLegacyDocument(document: Document): DocumentLegacy;
|
|
2642
2462
|
export declare const DocumentLegacy: {
|
|
2643
|
-
_codec: (allTypes?: Map<string, "Boolean" | "Color" | "Date" | "Embed" | "GeoPoint" | "Image" | "IntegrationFields" | "
|
|
2463
|
+
_codec: (allTypes?: Map<string, "Boolean" | "Color" | "Date" | "Embed" | "GeoPoint" | "Image" | "IntegrationFields" | "Link" | "Number" | "Range" | "StructuredText" | "Select" | "Separator" | "Text" | "Timestamp" | "Group" | "Slice" | "SharedSlice" | "Choice" | "Slices" | "UID"> | undefined) => t.Type<{
|
|
2644
2464
|
[x: string]: {
|
|
2645
2465
|
type: string;
|
|
2646
2466
|
__TYPE__: "EmptyContent";
|
|
@@ -2767,7 +2587,6 @@ export declare const DocumentLegacy: {
|
|
|
2767
2587
|
kind: string;
|
|
2768
2588
|
} & {
|
|
2769
2589
|
date?: string | null | undefined;
|
|
2770
|
-
text?: string;
|
|
2771
2590
|
}) | ({
|
|
2772
2591
|
id: string;
|
|
2773
2592
|
url: string;
|
|
@@ -2776,18 +2595,14 @@ export declare const DocumentLegacy: {
|
|
|
2776
2595
|
size: string;
|
|
2777
2596
|
} & {
|
|
2778
2597
|
date?: string | null | undefined;
|
|
2779
|
-
text?: string;
|
|
2780
2598
|
} & {
|
|
2781
2599
|
__TYPE__: "FileLink";
|
|
2782
2600
|
} & {
|
|
2783
2601
|
size?: string;
|
|
2784
|
-
text?: string;
|
|
2785
2602
|
}) | ({
|
|
2786
2603
|
__TYPE__: "DocumentLink";
|
|
2787
2604
|
} & {
|
|
2788
2605
|
id: string;
|
|
2789
|
-
} & {
|
|
2790
|
-
text?: string;
|
|
2791
2606
|
}) | ({
|
|
2792
2607
|
__TYPE__: "ExternalLink";
|
|
2793
2608
|
} & {
|
|
@@ -2798,7 +2613,6 @@ export declare const DocumentLegacy: {
|
|
|
2798
2613
|
preview?: {
|
|
2799
2614
|
title?: string;
|
|
2800
2615
|
} | null | undefined;
|
|
2801
|
-
text?: string;
|
|
2802
2616
|
});
|
|
2803
2617
|
} | {
|
|
2804
2618
|
__TYPE__: "StructuredTextContent";
|
|
@@ -2839,7 +2653,6 @@ export declare const DocumentLegacy: {
|
|
|
2839
2653
|
kind: string;
|
|
2840
2654
|
} & {
|
|
2841
2655
|
date?: string | null | undefined;
|
|
2842
|
-
text?: string;
|
|
2843
2656
|
}) | ({
|
|
2844
2657
|
id: string;
|
|
2845
2658
|
url: string;
|
|
@@ -2848,18 +2661,14 @@ export declare const DocumentLegacy: {
|
|
|
2848
2661
|
size: string;
|
|
2849
2662
|
} & {
|
|
2850
2663
|
date?: string | null | undefined;
|
|
2851
|
-
text?: string;
|
|
2852
2664
|
} & {
|
|
2853
2665
|
__TYPE__: "FileLink";
|
|
2854
2666
|
} & {
|
|
2855
2667
|
size?: string;
|
|
2856
|
-
text?: string;
|
|
2857
2668
|
}) | ({
|
|
2858
2669
|
__TYPE__: "DocumentLink";
|
|
2859
2670
|
} & {
|
|
2860
2671
|
id: string;
|
|
2861
|
-
} & {
|
|
2862
|
-
text?: string;
|
|
2863
2672
|
}) | ({
|
|
2864
2673
|
__TYPE__: "ExternalLink";
|
|
2865
2674
|
} & {
|
|
@@ -2870,7 +2679,6 @@ export declare const DocumentLegacy: {
|
|
|
2870
2679
|
preview?: {
|
|
2871
2680
|
title?: string;
|
|
2872
2681
|
} | null | undefined;
|
|
2873
|
-
text?: string;
|
|
2874
2682
|
}) | null | undefined;
|
|
2875
2683
|
};
|
|
2876
2684
|
} & {
|
|
@@ -2918,7 +2726,6 @@ export declare const DocumentLegacy: {
|
|
|
2918
2726
|
kind: string;
|
|
2919
2727
|
} & {
|
|
2920
2728
|
date?: string | null | undefined;
|
|
2921
|
-
text?: string;
|
|
2922
2729
|
}) | ({
|
|
2923
2730
|
id: string;
|
|
2924
2731
|
url: string;
|
|
@@ -2927,18 +2734,14 @@ export declare const DocumentLegacy: {
|
|
|
2927
2734
|
size: string;
|
|
2928
2735
|
} & {
|
|
2929
2736
|
date?: string | null | undefined;
|
|
2930
|
-
text?: string;
|
|
2931
2737
|
} & {
|
|
2932
2738
|
__TYPE__: "FileLink";
|
|
2933
2739
|
} & {
|
|
2934
2740
|
size?: string;
|
|
2935
|
-
text?: string;
|
|
2936
2741
|
}) | ({
|
|
2937
2742
|
__TYPE__: "DocumentLink";
|
|
2938
2743
|
} & {
|
|
2939
2744
|
id: string;
|
|
2940
|
-
} & {
|
|
2941
|
-
text?: string;
|
|
2942
2745
|
}) | ({
|
|
2943
2746
|
__TYPE__: "ExternalLink";
|
|
2944
2747
|
} & {
|
|
@@ -2949,7 +2752,6 @@ export declare const DocumentLegacy: {
|
|
|
2949
2752
|
preview?: {
|
|
2950
2753
|
title?: string;
|
|
2951
2754
|
} | null | undefined;
|
|
2952
|
-
text?: string;
|
|
2953
2755
|
});
|
|
2954
2756
|
start: number;
|
|
2955
2757
|
end: number;
|
|
@@ -3106,7 +2908,6 @@ export declare const DocumentLegacy: {
|
|
|
3106
2908
|
kind: string;
|
|
3107
2909
|
} & {
|
|
3108
2910
|
date?: string | null | undefined;
|
|
3109
|
-
text?: string;
|
|
3110
2911
|
}) | ({
|
|
3111
2912
|
id: string;
|
|
3112
2913
|
url: string;
|
|
@@ -3115,18 +2916,14 @@ export declare const DocumentLegacy: {
|
|
|
3115
2916
|
size: string;
|
|
3116
2917
|
} & {
|
|
3117
2918
|
date?: string | null | undefined;
|
|
3118
|
-
text?: string;
|
|
3119
2919
|
} & {
|
|
3120
2920
|
__TYPE__: "FileLink";
|
|
3121
2921
|
} & {
|
|
3122
2922
|
size?: string;
|
|
3123
|
-
text?: string;
|
|
3124
2923
|
}) | ({
|
|
3125
2924
|
__TYPE__: "DocumentLink";
|
|
3126
2925
|
} & {
|
|
3127
2926
|
id: string;
|
|
3128
|
-
} & {
|
|
3129
|
-
text?: string;
|
|
3130
2927
|
}) | ({
|
|
3131
2928
|
__TYPE__: "ExternalLink";
|
|
3132
2929
|
} & {
|
|
@@ -3137,7 +2934,6 @@ export declare const DocumentLegacy: {
|
|
|
3137
2934
|
preview?: {
|
|
3138
2935
|
title?: string;
|
|
3139
2936
|
} | null | undefined;
|
|
3140
|
-
text?: string;
|
|
3141
2937
|
});
|
|
3142
2938
|
} | {
|
|
3143
2939
|
__TYPE__: "StructuredTextContent";
|
|
@@ -3178,7 +2974,6 @@ export declare const DocumentLegacy: {
|
|
|
3178
2974
|
kind: string;
|
|
3179
2975
|
} & {
|
|
3180
2976
|
date?: string | null | undefined;
|
|
3181
|
-
text?: string;
|
|
3182
2977
|
}) | ({
|
|
3183
2978
|
id: string;
|
|
3184
2979
|
url: string;
|
|
@@ -3187,18 +2982,14 @@ export declare const DocumentLegacy: {
|
|
|
3187
2982
|
size: string;
|
|
3188
2983
|
} & {
|
|
3189
2984
|
date?: string | null | undefined;
|
|
3190
|
-
text?: string;
|
|
3191
2985
|
} & {
|
|
3192
2986
|
__TYPE__: "FileLink";
|
|
3193
2987
|
} & {
|
|
3194
2988
|
size?: string;
|
|
3195
|
-
text?: string;
|
|
3196
2989
|
}) | ({
|
|
3197
2990
|
__TYPE__: "DocumentLink";
|
|
3198
2991
|
} & {
|
|
3199
2992
|
id: string;
|
|
3200
|
-
} & {
|
|
3201
|
-
text?: string;
|
|
3202
2993
|
}) | ({
|
|
3203
2994
|
__TYPE__: "ExternalLink";
|
|
3204
2995
|
} & {
|
|
@@ -3209,7 +3000,6 @@ export declare const DocumentLegacy: {
|
|
|
3209
3000
|
preview?: {
|
|
3210
3001
|
title?: string;
|
|
3211
3002
|
} | null | undefined;
|
|
3212
|
-
text?: string;
|
|
3213
3003
|
}) | null | undefined;
|
|
3214
3004
|
};
|
|
3215
3005
|
} & {
|
|
@@ -3257,7 +3047,6 @@ export declare const DocumentLegacy: {
|
|
|
3257
3047
|
kind: string;
|
|
3258
3048
|
} & {
|
|
3259
3049
|
date?: string | null | undefined;
|
|
3260
|
-
text?: string;
|
|
3261
3050
|
}) | ({
|
|
3262
3051
|
id: string;
|
|
3263
3052
|
url: string;
|
|
@@ -3266,18 +3055,14 @@ export declare const DocumentLegacy: {
|
|
|
3266
3055
|
size: string;
|
|
3267
3056
|
} & {
|
|
3268
3057
|
date?: string | null | undefined;
|
|
3269
|
-
text?: string;
|
|
3270
3058
|
} & {
|
|
3271
3059
|
__TYPE__: "FileLink";
|
|
3272
3060
|
} & {
|
|
3273
3061
|
size?: string;
|
|
3274
|
-
text?: string;
|
|
3275
3062
|
}) | ({
|
|
3276
3063
|
__TYPE__: "DocumentLink";
|
|
3277
3064
|
} & {
|
|
3278
3065
|
id: string;
|
|
3279
|
-
} & {
|
|
3280
|
-
text?: string;
|
|
3281
3066
|
}) | ({
|
|
3282
3067
|
__TYPE__: "ExternalLink";
|
|
3283
3068
|
} & {
|
|
@@ -3288,7 +3073,6 @@ export declare const DocumentLegacy: {
|
|
|
3288
3073
|
preview?: {
|
|
3289
3074
|
title?: string;
|
|
3290
3075
|
} | null | undefined;
|
|
3291
|
-
text?: string;
|
|
3292
3076
|
});
|
|
3293
3077
|
start: number;
|
|
3294
3078
|
end: number;
|
|
@@ -3439,7 +3223,6 @@ export declare const DocumentLegacy: {
|
|
|
3439
3223
|
kind: string;
|
|
3440
3224
|
} & {
|
|
3441
3225
|
date?: string | null | undefined;
|
|
3442
|
-
text?: string;
|
|
3443
3226
|
}) | ({
|
|
3444
3227
|
id: string;
|
|
3445
3228
|
url: string;
|
|
@@ -3448,18 +3231,14 @@ export declare const DocumentLegacy: {
|
|
|
3448
3231
|
size: string;
|
|
3449
3232
|
} & {
|
|
3450
3233
|
date?: string | null | undefined;
|
|
3451
|
-
text?: string;
|
|
3452
3234
|
} & {
|
|
3453
3235
|
__TYPE__: "FileLink";
|
|
3454
3236
|
} & {
|
|
3455
3237
|
size?: string;
|
|
3456
|
-
text?: string;
|
|
3457
3238
|
}) | ({
|
|
3458
3239
|
__TYPE__: "DocumentLink";
|
|
3459
3240
|
} & {
|
|
3460
3241
|
id: string;
|
|
3461
|
-
} & {
|
|
3462
|
-
text?: string;
|
|
3463
3242
|
}) | ({
|
|
3464
3243
|
__TYPE__: "ExternalLink";
|
|
3465
3244
|
} & {
|
|
@@ -3470,7 +3249,6 @@ export declare const DocumentLegacy: {
|
|
|
3470
3249
|
preview?: {
|
|
3471
3250
|
title?: string;
|
|
3472
3251
|
} | null | undefined;
|
|
3473
|
-
text?: string;
|
|
3474
3252
|
});
|
|
3475
3253
|
} | {
|
|
3476
3254
|
__TYPE__: "StructuredTextContent";
|
|
@@ -3511,7 +3289,6 @@ export declare const DocumentLegacy: {
|
|
|
3511
3289
|
kind: string;
|
|
3512
3290
|
} & {
|
|
3513
3291
|
date?: string | null | undefined;
|
|
3514
|
-
text?: string;
|
|
3515
3292
|
}) | ({
|
|
3516
3293
|
id: string;
|
|
3517
3294
|
url: string;
|
|
@@ -3520,18 +3297,14 @@ export declare const DocumentLegacy: {
|
|
|
3520
3297
|
size: string;
|
|
3521
3298
|
} & {
|
|
3522
3299
|
date?: string | null | undefined;
|
|
3523
|
-
text?: string;
|
|
3524
3300
|
} & {
|
|
3525
3301
|
__TYPE__: "FileLink";
|
|
3526
3302
|
} & {
|
|
3527
3303
|
size?: string;
|
|
3528
|
-
text?: string;
|
|
3529
3304
|
}) | ({
|
|
3530
3305
|
__TYPE__: "DocumentLink";
|
|
3531
3306
|
} & {
|
|
3532
3307
|
id: string;
|
|
3533
|
-
} & {
|
|
3534
|
-
text?: string;
|
|
3535
3308
|
}) | ({
|
|
3536
3309
|
__TYPE__: "ExternalLink";
|
|
3537
3310
|
} & {
|
|
@@ -3542,7 +3315,6 @@ export declare const DocumentLegacy: {
|
|
|
3542
3315
|
preview?: {
|
|
3543
3316
|
title?: string;
|
|
3544
3317
|
} | null | undefined;
|
|
3545
|
-
text?: string;
|
|
3546
3318
|
}) | null | undefined;
|
|
3547
3319
|
};
|
|
3548
3320
|
} & {
|
|
@@ -3590,7 +3362,6 @@ export declare const DocumentLegacy: {
|
|
|
3590
3362
|
kind: string;
|
|
3591
3363
|
} & {
|
|
3592
3364
|
date?: string | null | undefined;
|
|
3593
|
-
text?: string;
|
|
3594
3365
|
}) | ({
|
|
3595
3366
|
id: string;
|
|
3596
3367
|
url: string;
|
|
@@ -3599,18 +3370,14 @@ export declare const DocumentLegacy: {
|
|
|
3599
3370
|
size: string;
|
|
3600
3371
|
} & {
|
|
3601
3372
|
date?: string | null | undefined;
|
|
3602
|
-
text?: string;
|
|
3603
3373
|
} & {
|
|
3604
3374
|
__TYPE__: "FileLink";
|
|
3605
3375
|
} & {
|
|
3606
3376
|
size?: string;
|
|
3607
|
-
text?: string;
|
|
3608
3377
|
}) | ({
|
|
3609
3378
|
__TYPE__: "DocumentLink";
|
|
3610
3379
|
} & {
|
|
3611
3380
|
id: string;
|
|
3612
|
-
} & {
|
|
3613
|
-
text?: string;
|
|
3614
3381
|
}) | ({
|
|
3615
3382
|
__TYPE__: "ExternalLink";
|
|
3616
3383
|
} & {
|
|
@@ -3621,7 +3388,6 @@ export declare const DocumentLegacy: {
|
|
|
3621
3388
|
preview?: {
|
|
3622
3389
|
title?: string;
|
|
3623
3390
|
} | null | undefined;
|
|
3624
|
-
text?: string;
|
|
3625
3391
|
});
|
|
3626
3392
|
start: number;
|
|
3627
3393
|
end: number;
|
|
@@ -3773,7 +3539,6 @@ export declare const DocumentLegacy: {
|
|
|
3773
3539
|
kind: string;
|
|
3774
3540
|
} & {
|
|
3775
3541
|
date?: string | null | undefined;
|
|
3776
|
-
text?: string;
|
|
3777
3542
|
}) | ({
|
|
3778
3543
|
id: string;
|
|
3779
3544
|
url: string;
|
|
@@ -3782,18 +3547,14 @@ export declare const DocumentLegacy: {
|
|
|
3782
3547
|
size: string;
|
|
3783
3548
|
} & {
|
|
3784
3549
|
date?: string | null | undefined;
|
|
3785
|
-
text?: string;
|
|
3786
3550
|
} & {
|
|
3787
3551
|
__TYPE__: "FileLink";
|
|
3788
3552
|
} & {
|
|
3789
3553
|
size?: string;
|
|
3790
|
-
text?: string;
|
|
3791
3554
|
}) | ({
|
|
3792
3555
|
__TYPE__: "DocumentLink";
|
|
3793
3556
|
} & {
|
|
3794
3557
|
id: string;
|
|
3795
|
-
} & {
|
|
3796
|
-
text?: string;
|
|
3797
3558
|
}) | ({
|
|
3798
3559
|
__TYPE__: "ExternalLink";
|
|
3799
3560
|
} & {
|
|
@@ -3804,7 +3565,6 @@ export declare const DocumentLegacy: {
|
|
|
3804
3565
|
preview?: {
|
|
3805
3566
|
title?: string;
|
|
3806
3567
|
} | null | undefined;
|
|
3807
|
-
text?: string;
|
|
3808
3568
|
});
|
|
3809
3569
|
} | {
|
|
3810
3570
|
__TYPE__: "StructuredTextContent";
|
|
@@ -3845,7 +3605,6 @@ export declare const DocumentLegacy: {
|
|
|
3845
3605
|
kind: string;
|
|
3846
3606
|
} & {
|
|
3847
3607
|
date?: string | null | undefined;
|
|
3848
|
-
text?: string;
|
|
3849
3608
|
}) | ({
|
|
3850
3609
|
id: string;
|
|
3851
3610
|
url: string;
|
|
@@ -3854,18 +3613,14 @@ export declare const DocumentLegacy: {
|
|
|
3854
3613
|
size: string;
|
|
3855
3614
|
} & {
|
|
3856
3615
|
date?: string | null | undefined;
|
|
3857
|
-
text?: string;
|
|
3858
3616
|
} & {
|
|
3859
3617
|
__TYPE__: "FileLink";
|
|
3860
3618
|
} & {
|
|
3861
3619
|
size?: string;
|
|
3862
|
-
text?: string;
|
|
3863
3620
|
}) | ({
|
|
3864
3621
|
__TYPE__: "DocumentLink";
|
|
3865
3622
|
} & {
|
|
3866
3623
|
id: string;
|
|
3867
|
-
} & {
|
|
3868
|
-
text?: string;
|
|
3869
3624
|
}) | ({
|
|
3870
3625
|
__TYPE__: "ExternalLink";
|
|
3871
3626
|
} & {
|
|
@@ -3876,7 +3631,6 @@ export declare const DocumentLegacy: {
|
|
|
3876
3631
|
preview?: {
|
|
3877
3632
|
title?: string;
|
|
3878
3633
|
} | null | undefined;
|
|
3879
|
-
text?: string;
|
|
3880
3634
|
}) | null | undefined;
|
|
3881
3635
|
};
|
|
3882
3636
|
} & {
|
|
@@ -3924,7 +3678,6 @@ export declare const DocumentLegacy: {
|
|
|
3924
3678
|
kind: string;
|
|
3925
3679
|
} & {
|
|
3926
3680
|
date?: string | null | undefined;
|
|
3927
|
-
text?: string;
|
|
3928
3681
|
}) | ({
|
|
3929
3682
|
id: string;
|
|
3930
3683
|
url: string;
|
|
@@ -3933,18 +3686,14 @@ export declare const DocumentLegacy: {
|
|
|
3933
3686
|
size: string;
|
|
3934
3687
|
} & {
|
|
3935
3688
|
date?: string | null | undefined;
|
|
3936
|
-
text?: string;
|
|
3937
3689
|
} & {
|
|
3938
3690
|
__TYPE__: "FileLink";
|
|
3939
3691
|
} & {
|
|
3940
3692
|
size?: string;
|
|
3941
|
-
text?: string;
|
|
3942
3693
|
}) | ({
|
|
3943
3694
|
__TYPE__: "DocumentLink";
|
|
3944
3695
|
} & {
|
|
3945
3696
|
id: string;
|
|
3946
|
-
} & {
|
|
3947
|
-
text?: string;
|
|
3948
3697
|
}) | ({
|
|
3949
3698
|
__TYPE__: "ExternalLink";
|
|
3950
3699
|
} & {
|
|
@@ -3955,7 +3704,6 @@ export declare const DocumentLegacy: {
|
|
|
3955
3704
|
preview?: {
|
|
3956
3705
|
title?: string;
|
|
3957
3706
|
} | null | undefined;
|
|
3958
|
-
text?: string;
|
|
3959
3707
|
});
|
|
3960
3708
|
start: number;
|
|
3961
3709
|
end: number;
|
|
@@ -4109,7 +3857,6 @@ export declare const DocumentLegacy: {
|
|
|
4109
3857
|
kind: string;
|
|
4110
3858
|
} & {
|
|
4111
3859
|
date?: string | null | undefined;
|
|
4112
|
-
text?: string;
|
|
4113
3860
|
}) | ({
|
|
4114
3861
|
id: string;
|
|
4115
3862
|
url: string;
|
|
@@ -4118,18 +3865,14 @@ export declare const DocumentLegacy: {
|
|
|
4118
3865
|
size: string;
|
|
4119
3866
|
} & {
|
|
4120
3867
|
date?: string | null | undefined;
|
|
4121
|
-
text?: string;
|
|
4122
3868
|
} & {
|
|
4123
3869
|
__TYPE__: "FileLink";
|
|
4124
3870
|
} & {
|
|
4125
3871
|
size?: string;
|
|
4126
|
-
text?: string;
|
|
4127
3872
|
}) | ({
|
|
4128
3873
|
__TYPE__: "DocumentLink";
|
|
4129
3874
|
} & {
|
|
4130
3875
|
id: string;
|
|
4131
|
-
} & {
|
|
4132
|
-
text?: string;
|
|
4133
3876
|
}) | ({
|
|
4134
3877
|
__TYPE__: "ExternalLink";
|
|
4135
3878
|
} & {
|
|
@@ -4140,7 +3883,6 @@ export declare const DocumentLegacy: {
|
|
|
4140
3883
|
preview?: {
|
|
4141
3884
|
title?: string;
|
|
4142
3885
|
} | null | undefined;
|
|
4143
|
-
text?: string;
|
|
4144
3886
|
});
|
|
4145
3887
|
} | {
|
|
4146
3888
|
__TYPE__: "StructuredTextContent";
|
|
@@ -4181,7 +3923,6 @@ export declare const DocumentLegacy: {
|
|
|
4181
3923
|
kind: string;
|
|
4182
3924
|
} & {
|
|
4183
3925
|
date?: string | null | undefined;
|
|
4184
|
-
text?: string;
|
|
4185
3926
|
}) | ({
|
|
4186
3927
|
id: string;
|
|
4187
3928
|
url: string;
|
|
@@ -4190,18 +3931,14 @@ export declare const DocumentLegacy: {
|
|
|
4190
3931
|
size: string;
|
|
4191
3932
|
} & {
|
|
4192
3933
|
date?: string | null | undefined;
|
|
4193
|
-
text?: string;
|
|
4194
3934
|
} & {
|
|
4195
3935
|
__TYPE__: "FileLink";
|
|
4196
3936
|
} & {
|
|
4197
3937
|
size?: string;
|
|
4198
|
-
text?: string;
|
|
4199
3938
|
}) | ({
|
|
4200
3939
|
__TYPE__: "DocumentLink";
|
|
4201
3940
|
} & {
|
|
4202
3941
|
id: string;
|
|
4203
|
-
} & {
|
|
4204
|
-
text?: string;
|
|
4205
3942
|
}) | ({
|
|
4206
3943
|
__TYPE__: "ExternalLink";
|
|
4207
3944
|
} & {
|
|
@@ -4212,7 +3949,6 @@ export declare const DocumentLegacy: {
|
|
|
4212
3949
|
preview?: {
|
|
4213
3950
|
title?: string;
|
|
4214
3951
|
} | null | undefined;
|
|
4215
|
-
text?: string;
|
|
4216
3952
|
}) | null | undefined;
|
|
4217
3953
|
};
|
|
4218
3954
|
} & {
|
|
@@ -4260,7 +3996,6 @@ export declare const DocumentLegacy: {
|
|
|
4260
3996
|
kind: string;
|
|
4261
3997
|
} & {
|
|
4262
3998
|
date?: string | null | undefined;
|
|
4263
|
-
text?: string;
|
|
4264
3999
|
}) | ({
|
|
4265
4000
|
id: string;
|
|
4266
4001
|
url: string;
|
|
@@ -4269,18 +4004,14 @@ export declare const DocumentLegacy: {
|
|
|
4269
4004
|
size: string;
|
|
4270
4005
|
} & {
|
|
4271
4006
|
date?: string | null | undefined;
|
|
4272
|
-
text?: string;
|
|
4273
4007
|
} & {
|
|
4274
4008
|
__TYPE__: "FileLink";
|
|
4275
4009
|
} & {
|
|
4276
4010
|
size?: string;
|
|
4277
|
-
text?: string;
|
|
4278
4011
|
}) | ({
|
|
4279
4012
|
__TYPE__: "DocumentLink";
|
|
4280
4013
|
} & {
|
|
4281
4014
|
id: string;
|
|
4282
|
-
} & {
|
|
4283
|
-
text?: string;
|
|
4284
4015
|
}) | ({
|
|
4285
4016
|
__TYPE__: "ExternalLink";
|
|
4286
4017
|
} & {
|
|
@@ -4291,7 +4022,6 @@ export declare const DocumentLegacy: {
|
|
|
4291
4022
|
preview?: {
|
|
4292
4023
|
title?: string;
|
|
4293
4024
|
} | null | undefined;
|
|
4294
|
-
text?: string;
|
|
4295
4025
|
});
|
|
4296
4026
|
start: number;
|
|
4297
4027
|
end: number;
|
|
@@ -4443,7 +4173,6 @@ export declare const DocumentLegacy: {
|
|
|
4443
4173
|
kind: string;
|
|
4444
4174
|
} & {
|
|
4445
4175
|
date?: string | null | undefined;
|
|
4446
|
-
text?: string;
|
|
4447
4176
|
}) | ({
|
|
4448
4177
|
id: string;
|
|
4449
4178
|
url: string;
|
|
@@ -4452,18 +4181,14 @@ export declare const DocumentLegacy: {
|
|
|
4452
4181
|
size: string;
|
|
4453
4182
|
} & {
|
|
4454
4183
|
date?: string | null | undefined;
|
|
4455
|
-
text?: string;
|
|
4456
4184
|
} & {
|
|
4457
4185
|
__TYPE__: "FileLink";
|
|
4458
4186
|
} & {
|
|
4459
4187
|
size?: string;
|
|
4460
|
-
text?: string;
|
|
4461
4188
|
}) | ({
|
|
4462
4189
|
__TYPE__: "DocumentLink";
|
|
4463
4190
|
} & {
|
|
4464
4191
|
id: string;
|
|
4465
|
-
} & {
|
|
4466
|
-
text?: string;
|
|
4467
4192
|
}) | ({
|
|
4468
4193
|
__TYPE__: "ExternalLink";
|
|
4469
4194
|
} & {
|
|
@@ -4474,7 +4199,6 @@ export declare const DocumentLegacy: {
|
|
|
4474
4199
|
preview?: {
|
|
4475
4200
|
title?: string;
|
|
4476
4201
|
} | null | undefined;
|
|
4477
|
-
text?: string;
|
|
4478
4202
|
});
|
|
4479
4203
|
} | {
|
|
4480
4204
|
__TYPE__: "StructuredTextContent";
|
|
@@ -4515,7 +4239,6 @@ export declare const DocumentLegacy: {
|
|
|
4515
4239
|
kind: string;
|
|
4516
4240
|
} & {
|
|
4517
4241
|
date?: string | null | undefined;
|
|
4518
|
-
text?: string;
|
|
4519
4242
|
}) | ({
|
|
4520
4243
|
id: string;
|
|
4521
4244
|
url: string;
|
|
@@ -4524,18 +4247,14 @@ export declare const DocumentLegacy: {
|
|
|
4524
4247
|
size: string;
|
|
4525
4248
|
} & {
|
|
4526
4249
|
date?: string | null | undefined;
|
|
4527
|
-
text?: string;
|
|
4528
4250
|
} & {
|
|
4529
4251
|
__TYPE__: "FileLink";
|
|
4530
4252
|
} & {
|
|
4531
4253
|
size?: string;
|
|
4532
|
-
text?: string;
|
|
4533
4254
|
}) | ({
|
|
4534
4255
|
__TYPE__: "DocumentLink";
|
|
4535
4256
|
} & {
|
|
4536
4257
|
id: string;
|
|
4537
|
-
} & {
|
|
4538
|
-
text?: string;
|
|
4539
4258
|
}) | ({
|
|
4540
4259
|
__TYPE__: "ExternalLink";
|
|
4541
4260
|
} & {
|
|
@@ -4546,7 +4265,6 @@ export declare const DocumentLegacy: {
|
|
|
4546
4265
|
preview?: {
|
|
4547
4266
|
title?: string;
|
|
4548
4267
|
} | null | undefined;
|
|
4549
|
-
text?: string;
|
|
4550
4268
|
}) | null | undefined;
|
|
4551
4269
|
};
|
|
4552
4270
|
} & {
|
|
@@ -4594,7 +4312,6 @@ export declare const DocumentLegacy: {
|
|
|
4594
4312
|
kind: string;
|
|
4595
4313
|
} & {
|
|
4596
4314
|
date?: string | null | undefined;
|
|
4597
|
-
text?: string;
|
|
4598
4315
|
}) | ({
|
|
4599
4316
|
id: string;
|
|
4600
4317
|
url: string;
|
|
@@ -4603,18 +4320,14 @@ export declare const DocumentLegacy: {
|
|
|
4603
4320
|
size: string;
|
|
4604
4321
|
} & {
|
|
4605
4322
|
date?: string | null | undefined;
|
|
4606
|
-
text?: string;
|
|
4607
4323
|
} & {
|
|
4608
4324
|
__TYPE__: "FileLink";
|
|
4609
4325
|
} & {
|
|
4610
4326
|
size?: string;
|
|
4611
|
-
text?: string;
|
|
4612
4327
|
}) | ({
|
|
4613
4328
|
__TYPE__: "DocumentLink";
|
|
4614
4329
|
} & {
|
|
4615
4330
|
id: string;
|
|
4616
|
-
} & {
|
|
4617
|
-
text?: string;
|
|
4618
4331
|
}) | ({
|
|
4619
4332
|
__TYPE__: "ExternalLink";
|
|
4620
4333
|
} & {
|
|
@@ -4625,7 +4338,6 @@ export declare const DocumentLegacy: {
|
|
|
4625
4338
|
preview?: {
|
|
4626
4339
|
title?: string;
|
|
4627
4340
|
} | null | undefined;
|
|
4628
|
-
text?: string;
|
|
4629
4341
|
});
|
|
4630
4342
|
start: number;
|
|
4631
4343
|
end: number;
|
|
@@ -4813,7 +4525,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4813
4525
|
kind: string;
|
|
4814
4526
|
} & {
|
|
4815
4527
|
date?: string | null | undefined;
|
|
4816
|
-
text?: string;
|
|
4817
4528
|
}) | ({
|
|
4818
4529
|
id: string;
|
|
4819
4530
|
url: string;
|
|
@@ -4822,18 +4533,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4822
4533
|
size: string;
|
|
4823
4534
|
} & {
|
|
4824
4535
|
date?: string | null | undefined;
|
|
4825
|
-
text?: string;
|
|
4826
4536
|
} & {
|
|
4827
4537
|
__TYPE__: "FileLink";
|
|
4828
4538
|
} & {
|
|
4829
4539
|
size?: string;
|
|
4830
|
-
text?: string;
|
|
4831
4540
|
}) | ({
|
|
4832
4541
|
__TYPE__: "DocumentLink";
|
|
4833
4542
|
} & {
|
|
4834
4543
|
id: string;
|
|
4835
|
-
} & {
|
|
4836
|
-
text?: string;
|
|
4837
4544
|
}) | ({
|
|
4838
4545
|
__TYPE__: "ExternalLink";
|
|
4839
4546
|
} & {
|
|
@@ -4844,7 +4551,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4844
4551
|
preview?: {
|
|
4845
4552
|
title?: string;
|
|
4846
4553
|
} | null | undefined;
|
|
4847
|
-
text?: string;
|
|
4848
4554
|
});
|
|
4849
4555
|
} | {
|
|
4850
4556
|
__TYPE__: "StructuredTextContent";
|
|
@@ -4885,7 +4591,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4885
4591
|
kind: string;
|
|
4886
4592
|
} & {
|
|
4887
4593
|
date?: string | null | undefined;
|
|
4888
|
-
text?: string;
|
|
4889
4594
|
}) | ({
|
|
4890
4595
|
id: string;
|
|
4891
4596
|
url: string;
|
|
@@ -4894,18 +4599,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4894
4599
|
size: string;
|
|
4895
4600
|
} & {
|
|
4896
4601
|
date?: string | null | undefined;
|
|
4897
|
-
text?: string;
|
|
4898
4602
|
} & {
|
|
4899
4603
|
__TYPE__: "FileLink";
|
|
4900
4604
|
} & {
|
|
4901
4605
|
size?: string;
|
|
4902
|
-
text?: string;
|
|
4903
4606
|
}) | ({
|
|
4904
4607
|
__TYPE__: "DocumentLink";
|
|
4905
4608
|
} & {
|
|
4906
4609
|
id: string;
|
|
4907
|
-
} & {
|
|
4908
|
-
text?: string;
|
|
4909
4610
|
}) | ({
|
|
4910
4611
|
__TYPE__: "ExternalLink";
|
|
4911
4612
|
} & {
|
|
@@ -4916,7 +4617,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4916
4617
|
preview?: {
|
|
4917
4618
|
title?: string;
|
|
4918
4619
|
} | null | undefined;
|
|
4919
|
-
text?: string;
|
|
4920
4620
|
}) | null | undefined;
|
|
4921
4621
|
};
|
|
4922
4622
|
} & {
|
|
@@ -4964,7 +4664,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4964
4664
|
kind: string;
|
|
4965
4665
|
} & {
|
|
4966
4666
|
date?: string | null | undefined;
|
|
4967
|
-
text?: string;
|
|
4968
4667
|
}) | ({
|
|
4969
4668
|
id: string;
|
|
4970
4669
|
url: string;
|
|
@@ -4973,18 +4672,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4973
4672
|
size: string;
|
|
4974
4673
|
} & {
|
|
4975
4674
|
date?: string | null | undefined;
|
|
4976
|
-
text?: string;
|
|
4977
4675
|
} & {
|
|
4978
4676
|
__TYPE__: "FileLink";
|
|
4979
4677
|
} & {
|
|
4980
4678
|
size?: string;
|
|
4981
|
-
text?: string;
|
|
4982
4679
|
}) | ({
|
|
4983
4680
|
__TYPE__: "DocumentLink";
|
|
4984
4681
|
} & {
|
|
4985
4682
|
id: string;
|
|
4986
|
-
} & {
|
|
4987
|
-
text?: string;
|
|
4988
4683
|
}) | ({
|
|
4989
4684
|
__TYPE__: "ExternalLink";
|
|
4990
4685
|
} & {
|
|
@@ -4995,7 +4690,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
4995
4690
|
preview?: {
|
|
4996
4691
|
title?: string;
|
|
4997
4692
|
} | null | undefined;
|
|
4998
|
-
text?: string;
|
|
4999
4693
|
});
|
|
5000
4694
|
start: number;
|
|
5001
4695
|
end: number;
|
|
@@ -5152,7 +4846,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5152
4846
|
kind: string;
|
|
5153
4847
|
} & {
|
|
5154
4848
|
date?: string | null | undefined;
|
|
5155
|
-
text?: string;
|
|
5156
4849
|
}) | ({
|
|
5157
4850
|
id: string;
|
|
5158
4851
|
url: string;
|
|
@@ -5161,18 +4854,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5161
4854
|
size: string;
|
|
5162
4855
|
} & {
|
|
5163
4856
|
date?: string | null | undefined;
|
|
5164
|
-
text?: string;
|
|
5165
4857
|
} & {
|
|
5166
4858
|
__TYPE__: "FileLink";
|
|
5167
4859
|
} & {
|
|
5168
4860
|
size?: string;
|
|
5169
|
-
text?: string;
|
|
5170
4861
|
}) | ({
|
|
5171
4862
|
__TYPE__: "DocumentLink";
|
|
5172
4863
|
} & {
|
|
5173
4864
|
id: string;
|
|
5174
|
-
} & {
|
|
5175
|
-
text?: string;
|
|
5176
4865
|
}) | ({
|
|
5177
4866
|
__TYPE__: "ExternalLink";
|
|
5178
4867
|
} & {
|
|
@@ -5183,7 +4872,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5183
4872
|
preview?: {
|
|
5184
4873
|
title?: string;
|
|
5185
4874
|
} | null | undefined;
|
|
5186
|
-
text?: string;
|
|
5187
4875
|
});
|
|
5188
4876
|
} | {
|
|
5189
4877
|
__TYPE__: "StructuredTextContent";
|
|
@@ -5224,7 +4912,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5224
4912
|
kind: string;
|
|
5225
4913
|
} & {
|
|
5226
4914
|
date?: string | null | undefined;
|
|
5227
|
-
text?: string;
|
|
5228
4915
|
}) | ({
|
|
5229
4916
|
id: string;
|
|
5230
4917
|
url: string;
|
|
@@ -5233,18 +4920,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5233
4920
|
size: string;
|
|
5234
4921
|
} & {
|
|
5235
4922
|
date?: string | null | undefined;
|
|
5236
|
-
text?: string;
|
|
5237
4923
|
} & {
|
|
5238
4924
|
__TYPE__: "FileLink";
|
|
5239
4925
|
} & {
|
|
5240
4926
|
size?: string;
|
|
5241
|
-
text?: string;
|
|
5242
4927
|
}) | ({
|
|
5243
4928
|
__TYPE__: "DocumentLink";
|
|
5244
4929
|
} & {
|
|
5245
4930
|
id: string;
|
|
5246
|
-
} & {
|
|
5247
|
-
text?: string;
|
|
5248
4931
|
}) | ({
|
|
5249
4932
|
__TYPE__: "ExternalLink";
|
|
5250
4933
|
} & {
|
|
@@ -5255,7 +4938,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5255
4938
|
preview?: {
|
|
5256
4939
|
title?: string;
|
|
5257
4940
|
} | null | undefined;
|
|
5258
|
-
text?: string;
|
|
5259
4941
|
}) | null | undefined;
|
|
5260
4942
|
};
|
|
5261
4943
|
} & {
|
|
@@ -5303,7 +4985,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5303
4985
|
kind: string;
|
|
5304
4986
|
} & {
|
|
5305
4987
|
date?: string | null | undefined;
|
|
5306
|
-
text?: string;
|
|
5307
4988
|
}) | ({
|
|
5308
4989
|
id: string;
|
|
5309
4990
|
url: string;
|
|
@@ -5312,18 +4993,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5312
4993
|
size: string;
|
|
5313
4994
|
} & {
|
|
5314
4995
|
date?: string | null | undefined;
|
|
5315
|
-
text?: string;
|
|
5316
4996
|
} & {
|
|
5317
4997
|
__TYPE__: "FileLink";
|
|
5318
4998
|
} & {
|
|
5319
4999
|
size?: string;
|
|
5320
|
-
text?: string;
|
|
5321
5000
|
}) | ({
|
|
5322
5001
|
__TYPE__: "DocumentLink";
|
|
5323
5002
|
} & {
|
|
5324
5003
|
id: string;
|
|
5325
|
-
} & {
|
|
5326
|
-
text?: string;
|
|
5327
5004
|
}) | ({
|
|
5328
5005
|
__TYPE__: "ExternalLink";
|
|
5329
5006
|
} & {
|
|
@@ -5334,7 +5011,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5334
5011
|
preview?: {
|
|
5335
5012
|
title?: string;
|
|
5336
5013
|
} | null | undefined;
|
|
5337
|
-
text?: string;
|
|
5338
5014
|
});
|
|
5339
5015
|
start: number;
|
|
5340
5016
|
end: number;
|
|
@@ -5485,7 +5161,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5485
5161
|
kind: string;
|
|
5486
5162
|
} & {
|
|
5487
5163
|
date?: string | null | undefined;
|
|
5488
|
-
text?: string;
|
|
5489
5164
|
}) | ({
|
|
5490
5165
|
id: string;
|
|
5491
5166
|
url: string;
|
|
@@ -5494,18 +5169,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5494
5169
|
size: string;
|
|
5495
5170
|
} & {
|
|
5496
5171
|
date?: string | null | undefined;
|
|
5497
|
-
text?: string;
|
|
5498
5172
|
} & {
|
|
5499
5173
|
__TYPE__: "FileLink";
|
|
5500
5174
|
} & {
|
|
5501
5175
|
size?: string;
|
|
5502
|
-
text?: string;
|
|
5503
5176
|
}) | ({
|
|
5504
5177
|
__TYPE__: "DocumentLink";
|
|
5505
5178
|
} & {
|
|
5506
5179
|
id: string;
|
|
5507
|
-
} & {
|
|
5508
|
-
text?: string;
|
|
5509
5180
|
}) | ({
|
|
5510
5181
|
__TYPE__: "ExternalLink";
|
|
5511
5182
|
} & {
|
|
@@ -5516,7 +5187,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5516
5187
|
preview?: {
|
|
5517
5188
|
title?: string;
|
|
5518
5189
|
} | null | undefined;
|
|
5519
|
-
text?: string;
|
|
5520
5190
|
});
|
|
5521
5191
|
} | {
|
|
5522
5192
|
__TYPE__: "StructuredTextContent";
|
|
@@ -5557,7 +5227,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5557
5227
|
kind: string;
|
|
5558
5228
|
} & {
|
|
5559
5229
|
date?: string | null | undefined;
|
|
5560
|
-
text?: string;
|
|
5561
5230
|
}) | ({
|
|
5562
5231
|
id: string;
|
|
5563
5232
|
url: string;
|
|
@@ -5566,18 +5235,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5566
5235
|
size: string;
|
|
5567
5236
|
} & {
|
|
5568
5237
|
date?: string | null | undefined;
|
|
5569
|
-
text?: string;
|
|
5570
5238
|
} & {
|
|
5571
5239
|
__TYPE__: "FileLink";
|
|
5572
5240
|
} & {
|
|
5573
5241
|
size?: string;
|
|
5574
|
-
text?: string;
|
|
5575
5242
|
}) | ({
|
|
5576
5243
|
__TYPE__: "DocumentLink";
|
|
5577
5244
|
} & {
|
|
5578
5245
|
id: string;
|
|
5579
|
-
} & {
|
|
5580
|
-
text?: string;
|
|
5581
5246
|
}) | ({
|
|
5582
5247
|
__TYPE__: "ExternalLink";
|
|
5583
5248
|
} & {
|
|
@@ -5588,7 +5253,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5588
5253
|
preview?: {
|
|
5589
5254
|
title?: string;
|
|
5590
5255
|
} | null | undefined;
|
|
5591
|
-
text?: string;
|
|
5592
5256
|
}) | null | undefined;
|
|
5593
5257
|
};
|
|
5594
5258
|
} & {
|
|
@@ -5636,7 +5300,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5636
5300
|
kind: string;
|
|
5637
5301
|
} & {
|
|
5638
5302
|
date?: string | null | undefined;
|
|
5639
|
-
text?: string;
|
|
5640
5303
|
}) | ({
|
|
5641
5304
|
id: string;
|
|
5642
5305
|
url: string;
|
|
@@ -5645,18 +5308,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5645
5308
|
size: string;
|
|
5646
5309
|
} & {
|
|
5647
5310
|
date?: string | null | undefined;
|
|
5648
|
-
text?: string;
|
|
5649
5311
|
} & {
|
|
5650
5312
|
__TYPE__: "FileLink";
|
|
5651
5313
|
} & {
|
|
5652
5314
|
size?: string;
|
|
5653
|
-
text?: string;
|
|
5654
5315
|
}) | ({
|
|
5655
5316
|
__TYPE__: "DocumentLink";
|
|
5656
5317
|
} & {
|
|
5657
5318
|
id: string;
|
|
5658
|
-
} & {
|
|
5659
|
-
text?: string;
|
|
5660
5319
|
}) | ({
|
|
5661
5320
|
__TYPE__: "ExternalLink";
|
|
5662
5321
|
} & {
|
|
@@ -5667,7 +5326,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5667
5326
|
preview?: {
|
|
5668
5327
|
title?: string;
|
|
5669
5328
|
} | null | undefined;
|
|
5670
|
-
text?: string;
|
|
5671
5329
|
});
|
|
5672
5330
|
start: number;
|
|
5673
5331
|
end: number;
|
|
@@ -5819,7 +5477,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5819
5477
|
kind: string;
|
|
5820
5478
|
} & {
|
|
5821
5479
|
date?: string | null | undefined;
|
|
5822
|
-
text?: string;
|
|
5823
5480
|
}) | ({
|
|
5824
5481
|
id: string;
|
|
5825
5482
|
url: string;
|
|
@@ -5828,18 +5485,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5828
5485
|
size: string;
|
|
5829
5486
|
} & {
|
|
5830
5487
|
date?: string | null | undefined;
|
|
5831
|
-
text?: string;
|
|
5832
5488
|
} & {
|
|
5833
5489
|
__TYPE__: "FileLink";
|
|
5834
5490
|
} & {
|
|
5835
5491
|
size?: string;
|
|
5836
|
-
text?: string;
|
|
5837
5492
|
}) | ({
|
|
5838
5493
|
__TYPE__: "DocumentLink";
|
|
5839
5494
|
} & {
|
|
5840
5495
|
id: string;
|
|
5841
|
-
} & {
|
|
5842
|
-
text?: string;
|
|
5843
5496
|
}) | ({
|
|
5844
5497
|
__TYPE__: "ExternalLink";
|
|
5845
5498
|
} & {
|
|
@@ -5850,7 +5503,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5850
5503
|
preview?: {
|
|
5851
5504
|
title?: string;
|
|
5852
5505
|
} | null | undefined;
|
|
5853
|
-
text?: string;
|
|
5854
5506
|
});
|
|
5855
5507
|
} | {
|
|
5856
5508
|
__TYPE__: "StructuredTextContent";
|
|
@@ -5891,7 +5543,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5891
5543
|
kind: string;
|
|
5892
5544
|
} & {
|
|
5893
5545
|
date?: string | null | undefined;
|
|
5894
|
-
text?: string;
|
|
5895
5546
|
}) | ({
|
|
5896
5547
|
id: string;
|
|
5897
5548
|
url: string;
|
|
@@ -5900,18 +5551,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5900
5551
|
size: string;
|
|
5901
5552
|
} & {
|
|
5902
5553
|
date?: string | null | undefined;
|
|
5903
|
-
text?: string;
|
|
5904
5554
|
} & {
|
|
5905
5555
|
__TYPE__: "FileLink";
|
|
5906
5556
|
} & {
|
|
5907
5557
|
size?: string;
|
|
5908
|
-
text?: string;
|
|
5909
5558
|
}) | ({
|
|
5910
5559
|
__TYPE__: "DocumentLink";
|
|
5911
5560
|
} & {
|
|
5912
5561
|
id: string;
|
|
5913
|
-
} & {
|
|
5914
|
-
text?: string;
|
|
5915
5562
|
}) | ({
|
|
5916
5563
|
__TYPE__: "ExternalLink";
|
|
5917
5564
|
} & {
|
|
@@ -5922,7 +5569,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5922
5569
|
preview?: {
|
|
5923
5570
|
title?: string;
|
|
5924
5571
|
} | null | undefined;
|
|
5925
|
-
text?: string;
|
|
5926
5572
|
}) | null | undefined;
|
|
5927
5573
|
};
|
|
5928
5574
|
} & {
|
|
@@ -5970,7 +5616,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5970
5616
|
kind: string;
|
|
5971
5617
|
} & {
|
|
5972
5618
|
date?: string | null | undefined;
|
|
5973
|
-
text?: string;
|
|
5974
5619
|
}) | ({
|
|
5975
5620
|
id: string;
|
|
5976
5621
|
url: string;
|
|
@@ -5979,18 +5624,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5979
5624
|
size: string;
|
|
5980
5625
|
} & {
|
|
5981
5626
|
date?: string | null | undefined;
|
|
5982
|
-
text?: string;
|
|
5983
5627
|
} & {
|
|
5984
5628
|
__TYPE__: "FileLink";
|
|
5985
5629
|
} & {
|
|
5986
5630
|
size?: string;
|
|
5987
|
-
text?: string;
|
|
5988
5631
|
}) | ({
|
|
5989
5632
|
__TYPE__: "DocumentLink";
|
|
5990
5633
|
} & {
|
|
5991
5634
|
id: string;
|
|
5992
|
-
} & {
|
|
5993
|
-
text?: string;
|
|
5994
5635
|
}) | ({
|
|
5995
5636
|
__TYPE__: "ExternalLink";
|
|
5996
5637
|
} & {
|
|
@@ -6001,7 +5642,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6001
5642
|
preview?: {
|
|
6002
5643
|
title?: string;
|
|
6003
5644
|
} | null | undefined;
|
|
6004
|
-
text?: string;
|
|
6005
5645
|
});
|
|
6006
5646
|
start: number;
|
|
6007
5647
|
end: number;
|
|
@@ -6155,7 +5795,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6155
5795
|
kind: string;
|
|
6156
5796
|
} & {
|
|
6157
5797
|
date?: string | null | undefined;
|
|
6158
|
-
text?: string;
|
|
6159
5798
|
}) | ({
|
|
6160
5799
|
id: string;
|
|
6161
5800
|
url: string;
|
|
@@ -6164,18 +5803,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6164
5803
|
size: string;
|
|
6165
5804
|
} & {
|
|
6166
5805
|
date?: string | null | undefined;
|
|
6167
|
-
text?: string;
|
|
6168
5806
|
} & {
|
|
6169
5807
|
__TYPE__: "FileLink";
|
|
6170
5808
|
} & {
|
|
6171
5809
|
size?: string;
|
|
6172
|
-
text?: string;
|
|
6173
5810
|
}) | ({
|
|
6174
5811
|
__TYPE__: "DocumentLink";
|
|
6175
5812
|
} & {
|
|
6176
5813
|
id: string;
|
|
6177
|
-
} & {
|
|
6178
|
-
text?: string;
|
|
6179
5814
|
}) | ({
|
|
6180
5815
|
__TYPE__: "ExternalLink";
|
|
6181
5816
|
} & {
|
|
@@ -6186,7 +5821,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6186
5821
|
preview?: {
|
|
6187
5822
|
title?: string;
|
|
6188
5823
|
} | null | undefined;
|
|
6189
|
-
text?: string;
|
|
6190
5824
|
});
|
|
6191
5825
|
} | {
|
|
6192
5826
|
__TYPE__: "StructuredTextContent";
|
|
@@ -6227,7 +5861,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6227
5861
|
kind: string;
|
|
6228
5862
|
} & {
|
|
6229
5863
|
date?: string | null | undefined;
|
|
6230
|
-
text?: string;
|
|
6231
5864
|
}) | ({
|
|
6232
5865
|
id: string;
|
|
6233
5866
|
url: string;
|
|
@@ -6236,18 +5869,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6236
5869
|
size: string;
|
|
6237
5870
|
} & {
|
|
6238
5871
|
date?: string | null | undefined;
|
|
6239
|
-
text?: string;
|
|
6240
5872
|
} & {
|
|
6241
5873
|
__TYPE__: "FileLink";
|
|
6242
5874
|
} & {
|
|
6243
5875
|
size?: string;
|
|
6244
|
-
text?: string;
|
|
6245
5876
|
}) | ({
|
|
6246
5877
|
__TYPE__: "DocumentLink";
|
|
6247
5878
|
} & {
|
|
6248
5879
|
id: string;
|
|
6249
|
-
} & {
|
|
6250
|
-
text?: string;
|
|
6251
5880
|
}) | ({
|
|
6252
5881
|
__TYPE__: "ExternalLink";
|
|
6253
5882
|
} & {
|
|
@@ -6258,7 +5887,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6258
5887
|
preview?: {
|
|
6259
5888
|
title?: string;
|
|
6260
5889
|
} | null | undefined;
|
|
6261
|
-
text?: string;
|
|
6262
5890
|
}) | null | undefined;
|
|
6263
5891
|
};
|
|
6264
5892
|
} & {
|
|
@@ -6306,7 +5934,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6306
5934
|
kind: string;
|
|
6307
5935
|
} & {
|
|
6308
5936
|
date?: string | null | undefined;
|
|
6309
|
-
text?: string;
|
|
6310
5937
|
}) | ({
|
|
6311
5938
|
id: string;
|
|
6312
5939
|
url: string;
|
|
@@ -6315,18 +5942,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6315
5942
|
size: string;
|
|
6316
5943
|
} & {
|
|
6317
5944
|
date?: string | null | undefined;
|
|
6318
|
-
text?: string;
|
|
6319
5945
|
} & {
|
|
6320
5946
|
__TYPE__: "FileLink";
|
|
6321
5947
|
} & {
|
|
6322
5948
|
size?: string;
|
|
6323
|
-
text?: string;
|
|
6324
5949
|
}) | ({
|
|
6325
5950
|
__TYPE__: "DocumentLink";
|
|
6326
5951
|
} & {
|
|
6327
5952
|
id: string;
|
|
6328
|
-
} & {
|
|
6329
|
-
text?: string;
|
|
6330
5953
|
}) | ({
|
|
6331
5954
|
__TYPE__: "ExternalLink";
|
|
6332
5955
|
} & {
|
|
@@ -6337,7 +5960,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6337
5960
|
preview?: {
|
|
6338
5961
|
title?: string;
|
|
6339
5962
|
} | null | undefined;
|
|
6340
|
-
text?: string;
|
|
6341
5963
|
});
|
|
6342
5964
|
start: number;
|
|
6343
5965
|
end: number;
|
|
@@ -6489,7 +6111,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6489
6111
|
kind: string;
|
|
6490
6112
|
} & {
|
|
6491
6113
|
date?: string | null | undefined;
|
|
6492
|
-
text?: string;
|
|
6493
6114
|
}) | ({
|
|
6494
6115
|
id: string;
|
|
6495
6116
|
url: string;
|
|
@@ -6498,18 +6119,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6498
6119
|
size: string;
|
|
6499
6120
|
} & {
|
|
6500
6121
|
date?: string | null | undefined;
|
|
6501
|
-
text?: string;
|
|
6502
6122
|
} & {
|
|
6503
6123
|
__TYPE__: "FileLink";
|
|
6504
6124
|
} & {
|
|
6505
6125
|
size?: string;
|
|
6506
|
-
text?: string;
|
|
6507
6126
|
}) | ({
|
|
6508
6127
|
__TYPE__: "DocumentLink";
|
|
6509
6128
|
} & {
|
|
6510
6129
|
id: string;
|
|
6511
|
-
} & {
|
|
6512
|
-
text?: string;
|
|
6513
6130
|
}) | ({
|
|
6514
6131
|
__TYPE__: "ExternalLink";
|
|
6515
6132
|
} & {
|
|
@@ -6520,7 +6137,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6520
6137
|
preview?: {
|
|
6521
6138
|
title?: string;
|
|
6522
6139
|
} | null | undefined;
|
|
6523
|
-
text?: string;
|
|
6524
6140
|
});
|
|
6525
6141
|
} | {
|
|
6526
6142
|
__TYPE__: "StructuredTextContent";
|
|
@@ -6561,7 +6177,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6561
6177
|
kind: string;
|
|
6562
6178
|
} & {
|
|
6563
6179
|
date?: string | null | undefined;
|
|
6564
|
-
text?: string;
|
|
6565
6180
|
}) | ({
|
|
6566
6181
|
id: string;
|
|
6567
6182
|
url: string;
|
|
@@ -6570,18 +6185,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6570
6185
|
size: string;
|
|
6571
6186
|
} & {
|
|
6572
6187
|
date?: string | null | undefined;
|
|
6573
|
-
text?: string;
|
|
6574
6188
|
} & {
|
|
6575
6189
|
__TYPE__: "FileLink";
|
|
6576
6190
|
} & {
|
|
6577
6191
|
size?: string;
|
|
6578
|
-
text?: string;
|
|
6579
6192
|
}) | ({
|
|
6580
6193
|
__TYPE__: "DocumentLink";
|
|
6581
6194
|
} & {
|
|
6582
6195
|
id: string;
|
|
6583
|
-
} & {
|
|
6584
|
-
text?: string;
|
|
6585
6196
|
}) | ({
|
|
6586
6197
|
__TYPE__: "ExternalLink";
|
|
6587
6198
|
} & {
|
|
@@ -6592,7 +6203,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6592
6203
|
preview?: {
|
|
6593
6204
|
title?: string;
|
|
6594
6205
|
} | null | undefined;
|
|
6595
|
-
text?: string;
|
|
6596
6206
|
}) | null | undefined;
|
|
6597
6207
|
};
|
|
6598
6208
|
} & {
|
|
@@ -6640,7 +6250,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6640
6250
|
kind: string;
|
|
6641
6251
|
} & {
|
|
6642
6252
|
date?: string | null | undefined;
|
|
6643
|
-
text?: string;
|
|
6644
6253
|
}) | ({
|
|
6645
6254
|
id: string;
|
|
6646
6255
|
url: string;
|
|
@@ -6649,18 +6258,14 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6649
6258
|
size: string;
|
|
6650
6259
|
} & {
|
|
6651
6260
|
date?: string | null | undefined;
|
|
6652
|
-
text?: string;
|
|
6653
6261
|
} & {
|
|
6654
6262
|
__TYPE__: "FileLink";
|
|
6655
6263
|
} & {
|
|
6656
6264
|
size?: string;
|
|
6657
|
-
text?: string;
|
|
6658
6265
|
}) | ({
|
|
6659
6266
|
__TYPE__: "DocumentLink";
|
|
6660
6267
|
} & {
|
|
6661
6268
|
id: string;
|
|
6662
|
-
} & {
|
|
6663
|
-
text?: string;
|
|
6664
6269
|
}) | ({
|
|
6665
6270
|
__TYPE__: "ExternalLink";
|
|
6666
6271
|
} & {
|
|
@@ -6671,7 +6276,6 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6671
6276
|
preview?: {
|
|
6672
6277
|
title?: string;
|
|
6673
6278
|
} | null | undefined;
|
|
6674
|
-
text?: string;
|
|
6675
6279
|
});
|
|
6676
6280
|
start: number;
|
|
6677
6281
|
end: number;
|