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