@prismicio/types-internal 2.0.0-alpha.4 → 2.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/lib/content/Document.d.ts +72 -616
  2. package/lib/content/Document.js +4 -3
  3. package/lib/content/fields/GroupContent.d.ts +23 -193
  4. package/lib/content/fields/GroupContent.js +3 -3
  5. package/lib/content/fields/WidgetContent.d.ts +104 -920
  6. package/lib/content/fields/nestable/EmbedContent.d.ts +30 -45
  7. package/lib/content/fields/nestable/EmbedContent.js +25 -12
  8. package/lib/content/fields/nestable/LinkContent.d.ts +8 -8
  9. package/lib/content/fields/nestable/LinkContent.js +1 -1
  10. package/lib/content/fields/nestable/NestableContent.d.ts +14 -115
  11. package/lib/content/fields/nestable/NestableContent.js +2 -1
  12. package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +11 -78
  13. package/lib/content/fields/nestable/RichTextContent/Blocks.js +5 -5
  14. package/lib/content/fields/nestable/RichTextContent/index.d.ts +9 -77
  15. package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +26 -230
  16. package/lib/content/fields/slices/Slice/CompositeSliceContent.js +4 -4
  17. package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +9 -77
  18. package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +26 -230
  19. package/lib/content/fields/slices/Slice/SharedSliceContent.js +4 -4
  20. package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +22 -192
  21. package/lib/content/fields/slices/Slice/index.d.ts +50 -424
  22. package/lib/content/fields/slices/SliceItem.d.ts +54 -462
  23. package/lib/content/fields/slices/SliceItem.js +2 -1
  24. package/lib/content/fields/slices/SlicesContent.d.ts +78 -690
  25. package/lib/content/utils.js +3 -3
  26. package/lib/customtypes/index.d.ts +2 -2
  27. package/lib/customtypes/index.js +2 -3
  28. package/lib/customtypes/widgets/nestable/RichText.d.ts +1 -1
  29. package/lib/customtypes/widgets/nestable/RichText.js +10 -10
  30. package/lib/customtypes/widgets/slices/Slices.d.ts +12 -3
  31. package/lib/customtypes/widgets/slices/Slices.js +4 -4
  32. package/lib/customtypes/widgets/slices/index.d.ts +6 -6
  33. package/lib/customtypes/widgets/slices/index.js +6 -11
  34. package/package.json +1 -1
  35. package/src/content/Document.ts +4 -3
  36. package/src/content/fields/GroupContent.ts +4 -4
  37. package/src/content/fields/nestable/EmbedContent.ts +52 -28
  38. package/src/content/fields/nestable/LinkContent.ts +1 -1
  39. package/src/content/fields/nestable/NestableContent.ts +2 -1
  40. package/src/content/fields/nestable/RichTextContent/Blocks.ts +6 -5
  41. package/src/content/fields/slices/Slice/CompositeSliceContent.ts +4 -3
  42. package/src/content/fields/slices/Slice/SharedSliceContent.ts +4 -3
  43. package/src/content/fields/slices/SliceItem.ts +2 -2
  44. package/src/content/utils.ts +4 -5
  45. package/src/customtypes/index.ts +2 -2
  46. package/src/customtypes/widgets/nestable/RichText.ts +16 -16
  47. package/src/customtypes/widgets/slices/Slices.ts +4 -4
  48. package/src/customtypes/widgets/slices/index.ts +6 -6
@@ -11,24 +11,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
11
11
  }>>, t.ExactC<t.TypeC<{
12
12
  __TYPE__: t.LiteralC<"BooleanContent">;
13
13
  value: t.BooleanC;
14
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
15
- embed_url: t.StringC;
16
- type: t.StringC;
17
- }>, t.PartialC<{
18
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
19
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
20
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
21
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
22
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
23
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
24
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
25
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
26
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
27
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
28
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
29
- }>]>>, t.ExactC<t.TypeC<{
30
- __TYPE__: t.LiteralC<"EmbedContent">;
31
- }>>]>, t.ExactC<t.TypeC<{
14
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
32
15
  type: t.LiteralC<"Text">;
33
16
  value: t.Type<string, string, unknown>;
34
17
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -133,9 +116,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
133
116
  url: t.StringC;
134
117
  name: t.StringC;
135
118
  kind: t.StringC;
119
+ size: t.StringC;
136
120
  }>, t.PartialC<{
137
121
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
138
- size: t.StringC;
139
122
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
140
123
  __TYPE__: t.LiteralC<"FileLink">;
141
124
  }>, t.PartialC<{
@@ -201,9 +184,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
201
184
  url: string;
202
185
  name: string;
203
186
  kind: string;
187
+ size: string;
204
188
  } & {
205
189
  date?: string | null | undefined;
206
- size?: string;
207
190
  } & {
208
191
  __TYPE__: "FileLink";
209
192
  } & {
@@ -239,9 +222,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
239
222
  url: string;
240
223
  name: string;
241
224
  kind: string;
225
+ size: string;
242
226
  } & {
243
227
  date?: string | null | undefined;
244
- size?: string;
245
228
  } & {
246
229
  __TYPE__: "FileLink";
247
230
  } & {
@@ -267,24 +250,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
267
250
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
268
251
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
269
252
  type: t.LiteralC<"embed">;
270
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
271
- embed_url: t.StringC;
272
- type: t.StringC;
273
- }>, t.PartialC<{
274
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
275
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
276
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
277
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
278
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
279
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
280
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
281
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
282
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
283
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
284
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
285
- }>]>>, t.ExactC<t.TypeC<{
286
- __TYPE__: t.LiteralC<"EmbedContent">;
287
- }>>]>;
253
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
288
254
  }>, t.PartialC<{
289
255
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
290
256
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -321,24 +287,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
321
287
  }>>, t.ExactC<t.TypeC<{
322
288
  __TYPE__: t.LiteralC<"BooleanContent">;
323
289
  value: t.BooleanC;
324
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
325
- embed_url: t.StringC;
326
- type: t.StringC;
327
- }>, t.PartialC<{
328
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
329
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
330
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
331
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
332
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
333
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
334
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
335
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
336
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
337
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
338
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
339
- }>]>>, t.ExactC<t.TypeC<{
340
- __TYPE__: t.LiteralC<"EmbedContent">;
341
- }>>]>, t.ExactC<t.TypeC<{
290
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
342
291
  type: t.LiteralC<"Text">;
343
292
  value: t.Type<string, string, unknown>;
344
293
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -443,9 +392,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
443
392
  url: t.StringC;
444
393
  name: t.StringC;
445
394
  kind: t.StringC;
395
+ size: t.StringC;
446
396
  }>, t.PartialC<{
447
397
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
448
- size: t.StringC;
449
398
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
450
399
  __TYPE__: t.LiteralC<"FileLink">;
451
400
  }>, t.PartialC<{
@@ -511,9 +460,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
511
460
  url: string;
512
461
  name: string;
513
462
  kind: string;
463
+ size: string;
514
464
  } & {
515
465
  date?: string | null | undefined;
516
- size?: string;
517
466
  } & {
518
467
  __TYPE__: "FileLink";
519
468
  } & {
@@ -549,9 +498,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
549
498
  url: string;
550
499
  name: string;
551
500
  kind: string;
501
+ size: string;
552
502
  } & {
553
503
  date?: string | null | undefined;
554
- size?: string;
555
504
  } & {
556
505
  __TYPE__: "FileLink";
557
506
  } & {
@@ -577,24 +526,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
577
526
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
578
527
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
579
528
  type: t.LiteralC<"embed">;
580
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
581
- embed_url: t.StringC;
582
- type: t.StringC;
583
- }>, t.PartialC<{
584
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
585
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
586
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
587
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
588
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
589
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
590
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
591
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
592
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
593
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
594
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
595
- }>]>>, t.ExactC<t.TypeC<{
596
- __TYPE__: t.LiteralC<"EmbedContent">;
597
- }>>]>;
529
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
598
530
  }>, t.PartialC<{
599
531
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
600
532
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -640,24 +572,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
640
572
  }>>, t.ExactC<t.TypeC<{
641
573
  __TYPE__: t.LiteralC<"BooleanContent">;
642
574
  value: t.BooleanC;
643
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
644
- embed_url: t.StringC;
645
- type: t.StringC;
646
- }>, t.PartialC<{
647
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
648
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
649
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
650
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
651
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
652
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
653
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
654
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
655
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
656
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
657
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
658
- }>]>>, t.ExactC<t.TypeC<{
659
- __TYPE__: t.LiteralC<"EmbedContent">;
660
- }>>]>, t.ExactC<t.TypeC<{
575
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
661
576
  type: t.LiteralC<"Text">;
662
577
  value: t.Type<string, string, unknown>;
663
578
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -762,9 +677,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
762
677
  url: t.StringC;
763
678
  name: t.StringC;
764
679
  kind: t.StringC;
680
+ size: t.StringC;
765
681
  }>, t.PartialC<{
766
682
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
767
- size: t.StringC;
768
683
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
769
684
  __TYPE__: t.LiteralC<"FileLink">;
770
685
  }>, t.PartialC<{
@@ -830,9 +745,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
830
745
  url: string;
831
746
  name: string;
832
747
  kind: string;
748
+ size: string;
833
749
  } & {
834
750
  date?: string | null | undefined;
835
- size?: string;
836
751
  } & {
837
752
  __TYPE__: "FileLink";
838
753
  } & {
@@ -868,9 +783,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
868
783
  url: string;
869
784
  name: string;
870
785
  kind: string;
786
+ size: string;
871
787
  } & {
872
788
  date?: string | null | undefined;
873
- size?: string;
874
789
  } & {
875
790
  __TYPE__: "FileLink";
876
791
  } & {
@@ -896,24 +811,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
896
811
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
897
812
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
898
813
  type: t.LiteralC<"embed">;
899
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
900
- embed_url: t.StringC;
901
- type: t.StringC;
902
- }>, t.PartialC<{
903
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
904
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
905
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
906
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
907
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
908
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
909
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
910
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
911
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
912
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
913
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
914
- }>]>>, t.ExactC<t.TypeC<{
915
- __TYPE__: t.LiteralC<"EmbedContent">;
916
- }>>]>;
814
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
917
815
  }>, t.PartialC<{
918
816
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
919
817
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -951,24 +849,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
951
849
  }>>, t.ExactC<t.TypeC<{
952
850
  __TYPE__: t.LiteralC<"BooleanContent">;
953
851
  value: t.BooleanC;
954
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
955
- embed_url: t.StringC;
956
- type: t.StringC;
957
- }>, t.PartialC<{
958
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
959
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
960
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
961
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
962
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
963
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
964
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
965
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
966
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
967
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
968
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
969
- }>]>>, t.ExactC<t.TypeC<{
970
- __TYPE__: t.LiteralC<"EmbedContent">;
971
- }>>]>, t.ExactC<t.TypeC<{
852
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
972
853
  type: t.LiteralC<"Text">;
973
854
  value: t.Type<string, string, unknown>;
974
855
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -1073,9 +954,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1073
954
  url: t.StringC;
1074
955
  name: t.StringC;
1075
956
  kind: t.StringC;
957
+ size: t.StringC;
1076
958
  }>, t.PartialC<{
1077
959
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1078
- size: t.StringC;
1079
960
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1080
961
  __TYPE__: t.LiteralC<"FileLink">;
1081
962
  }>, t.PartialC<{
@@ -1141,9 +1022,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1141
1022
  url: string;
1142
1023
  name: string;
1143
1024
  kind: string;
1025
+ size: string;
1144
1026
  } & {
1145
1027
  date?: string | null | undefined;
1146
- size?: string;
1147
1028
  } & {
1148
1029
  __TYPE__: "FileLink";
1149
1030
  } & {
@@ -1179,9 +1060,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1179
1060
  url: string;
1180
1061
  name: string;
1181
1062
  kind: string;
1063
+ size: string;
1182
1064
  } & {
1183
1065
  date?: string | null | undefined;
1184
- size?: string;
1185
1066
  } & {
1186
1067
  __TYPE__: "FileLink";
1187
1068
  } & {
@@ -1207,24 +1088,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1207
1088
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1208
1089
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1209
1090
  type: t.LiteralC<"embed">;
1210
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1211
- embed_url: t.StringC;
1212
- type: t.StringC;
1213
- }>, t.PartialC<{
1214
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1215
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1216
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1217
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1218
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1219
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1220
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1221
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1222
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1223
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1224
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1225
- }>]>>, t.ExactC<t.TypeC<{
1226
- __TYPE__: t.LiteralC<"EmbedContent">;
1227
- }>>]>;
1091
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
1228
1092
  }>, t.PartialC<{
1229
1093
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1230
1094
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -1264,24 +1128,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1264
1128
  }>>, t.ExactC<t.TypeC<{
1265
1129
  __TYPE__: t.LiteralC<"BooleanContent">;
1266
1130
  value: t.BooleanC;
1267
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1268
- embed_url: t.StringC;
1269
- type: t.StringC;
1270
- }>, t.PartialC<{
1271
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1272
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1273
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1274
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1275
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1276
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1277
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1278
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1279
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1280
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1281
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1282
- }>]>>, t.ExactC<t.TypeC<{
1283
- __TYPE__: t.LiteralC<"EmbedContent">;
1284
- }>>]>, t.ExactC<t.TypeC<{
1131
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
1285
1132
  type: t.LiteralC<"Text">;
1286
1133
  value: t.Type<string, string, unknown>;
1287
1134
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -1386,9 +1233,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1386
1233
  url: t.StringC;
1387
1234
  name: t.StringC;
1388
1235
  kind: t.StringC;
1236
+ size: t.StringC;
1389
1237
  }>, t.PartialC<{
1390
1238
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1391
- size: t.StringC;
1392
1239
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1393
1240
  __TYPE__: t.LiteralC<"FileLink">;
1394
1241
  }>, t.PartialC<{
@@ -1454,9 +1301,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1454
1301
  url: string;
1455
1302
  name: string;
1456
1303
  kind: string;
1304
+ size: string;
1457
1305
  } & {
1458
1306
  date?: string | null | undefined;
1459
- size?: string;
1460
1307
  } & {
1461
1308
  __TYPE__: "FileLink";
1462
1309
  } & {
@@ -1492,9 +1339,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1492
1339
  url: string;
1493
1340
  name: string;
1494
1341
  kind: string;
1342
+ size: string;
1495
1343
  } & {
1496
1344
  date?: string | null | undefined;
1497
- size?: string;
1498
1345
  } & {
1499
1346
  __TYPE__: "FileLink";
1500
1347
  } & {
@@ -1520,24 +1367,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1520
1367
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1521
1368
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1522
1369
  type: t.LiteralC<"embed">;
1523
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1524
- embed_url: t.StringC;
1525
- type: t.StringC;
1526
- }>, t.PartialC<{
1527
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1528
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1529
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1530
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1531
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1532
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1533
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1534
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1535
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1536
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1537
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1538
- }>]>>, t.ExactC<t.TypeC<{
1539
- __TYPE__: t.LiteralC<"EmbedContent">;
1540
- }>>]>;
1370
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
1541
1371
  }>, t.PartialC<{
1542
1372
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1543
1373
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -1575,24 +1405,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1575
1405
  }>>, t.ExactC<t.TypeC<{
1576
1406
  __TYPE__: t.LiteralC<"BooleanContent">;
1577
1407
  value: t.BooleanC;
1578
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1579
- embed_url: t.StringC;
1580
- type: t.StringC;
1581
- }>, t.PartialC<{
1582
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1583
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1584
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1585
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1586
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1587
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1588
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1589
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1590
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1591
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1592
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1593
- }>]>>, t.ExactC<t.TypeC<{
1594
- __TYPE__: t.LiteralC<"EmbedContent">;
1595
- }>>]>, t.ExactC<t.TypeC<{
1408
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
1596
1409
  type: t.LiteralC<"Text">;
1597
1410
  value: t.Type<string, string, unknown>;
1598
1411
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -1697,9 +1510,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1697
1510
  url: t.StringC;
1698
1511
  name: t.StringC;
1699
1512
  kind: t.StringC;
1513
+ size: t.StringC;
1700
1514
  }>, t.PartialC<{
1701
1515
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1702
- size: t.StringC;
1703
1516
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1704
1517
  __TYPE__: t.LiteralC<"FileLink">;
1705
1518
  }>, t.PartialC<{
@@ -1765,9 +1578,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1765
1578
  url: string;
1766
1579
  name: string;
1767
1580
  kind: string;
1581
+ size: string;
1768
1582
  } & {
1769
1583
  date?: string | null | undefined;
1770
- size?: string;
1771
1584
  } & {
1772
1585
  __TYPE__: "FileLink";
1773
1586
  } & {
@@ -1803,9 +1616,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1803
1616
  url: string;
1804
1617
  name: string;
1805
1618
  kind: string;
1619
+ size: string;
1806
1620
  } & {
1807
1621
  date?: string | null | undefined;
1808
- size?: string;
1809
1622
  } & {
1810
1623
  __TYPE__: "FileLink";
1811
1624
  } & {
@@ -1831,24 +1644,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1831
1644
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1832
1645
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1833
1646
  type: t.LiteralC<"embed">;
1834
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1835
- embed_url: t.StringC;
1836
- type: t.StringC;
1837
- }>, t.PartialC<{
1838
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1839
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1840
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1841
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1842
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1843
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1844
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1845
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1846
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1847
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1848
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1849
- }>]>>, t.ExactC<t.TypeC<{
1850
- __TYPE__: t.LiteralC<"EmbedContent">;
1851
- }>>]>;
1647
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
1852
1648
  }>, t.PartialC<{
1853
1649
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1854
1650
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -1885,24 +1681,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1885
1681
  }>>, t.ExactC<t.TypeC<{
1886
1682
  __TYPE__: t.LiteralC<"BooleanContent">;
1887
1683
  value: t.BooleanC;
1888
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1889
- embed_url: t.StringC;
1890
- type: t.StringC;
1891
- }>, t.PartialC<{
1892
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1893
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1894
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1895
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1896
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1897
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1898
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
1899
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1900
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1901
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
1902
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1903
- }>]>>, t.ExactC<t.TypeC<{
1904
- __TYPE__: t.LiteralC<"EmbedContent">;
1905
- }>>]>, t.ExactC<t.TypeC<{
1684
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
1906
1685
  type: t.LiteralC<"Text">;
1907
1686
  value: t.Type<string, string, unknown>;
1908
1687
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -2007,9 +1786,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2007
1786
  url: t.StringC;
2008
1787
  name: t.StringC;
2009
1788
  kind: t.StringC;
1789
+ size: t.StringC;
2010
1790
  }>, t.PartialC<{
2011
1791
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2012
- size: t.StringC;
2013
1792
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2014
1793
  __TYPE__: t.LiteralC<"FileLink">;
2015
1794
  }>, t.PartialC<{
@@ -2075,9 +1854,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2075
1854
  url: string;
2076
1855
  name: string;
2077
1856
  kind: string;
1857
+ size: string;
2078
1858
  } & {
2079
1859
  date?: string | null | undefined;
2080
- size?: string;
2081
1860
  } & {
2082
1861
  __TYPE__: "FileLink";
2083
1862
  } & {
@@ -2113,9 +1892,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2113
1892
  url: string;
2114
1893
  name: string;
2115
1894
  kind: string;
1895
+ size: string;
2116
1896
  } & {
2117
1897
  date?: string | null | undefined;
2118
- size?: string;
2119
1898
  } & {
2120
1899
  __TYPE__: "FileLink";
2121
1900
  } & {
@@ -2141,24 +1920,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2141
1920
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2142
1921
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2143
1922
  type: t.LiteralC<"embed">;
2144
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
2145
- embed_url: t.StringC;
2146
- type: t.StringC;
2147
- }>, t.PartialC<{
2148
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
2149
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2150
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2151
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2152
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2153
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2154
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
2155
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2156
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
2157
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
2158
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2159
- }>]>>, t.ExactC<t.TypeC<{
2160
- __TYPE__: t.LiteralC<"EmbedContent">;
2161
- }>>]>;
1923
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
2162
1924
  }>, t.PartialC<{
2163
1925
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2164
1926
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -2197,24 +1959,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2197
1959
  }>>, t.ExactC<t.TypeC<{
2198
1960
  __TYPE__: t.LiteralC<"BooleanContent">;
2199
1961
  value: t.BooleanC;
2200
- }>>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
2201
- embed_url: t.StringC;
2202
- type: t.StringC;
2203
- }>, t.PartialC<{
2204
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
2205
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2206
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2207
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2208
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2209
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2210
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
2211
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2212
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
2213
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
2214
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2215
- }>]>>, t.ExactC<t.TypeC<{
2216
- __TYPE__: t.LiteralC<"EmbedContent">;
2217
- }>>]>, t.ExactC<t.TypeC<{
1962
+ }>>, t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>, t.ExactC<t.TypeC<{
2218
1963
  type: t.LiteralC<"Text">;
2219
1964
  value: t.Type<string, string, unknown>;
2220
1965
  __TYPE__: t.LiteralC<"FieldContent">;
@@ -2319,9 +2064,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2319
2064
  url: t.StringC;
2320
2065
  name: t.StringC;
2321
2066
  kind: t.StringC;
2067
+ size: t.StringC;
2322
2068
  }>, t.PartialC<{
2323
2069
  date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2324
- size: t.StringC;
2325
2070
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2326
2071
  __TYPE__: t.LiteralC<"FileLink">;
2327
2072
  }>, t.PartialC<{
@@ -2387,9 +2132,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2387
2132
  url: string;
2388
2133
  name: string;
2389
2134
  kind: string;
2135
+ size: string;
2390
2136
  } & {
2391
2137
  date?: string | null | undefined;
2392
- size?: string;
2393
2138
  } & {
2394
2139
  __TYPE__: "FileLink";
2395
2140
  } & {
@@ -2425,9 +2170,9 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2425
2170
  url: string;
2426
2171
  name: string;
2427
2172
  kind: string;
2173
+ size: string;
2428
2174
  } & {
2429
2175
  date?: string | null | undefined;
2430
- size?: string;
2431
2176
  } & {
2432
2177
  __TYPE__: "FileLink";
2433
2178
  } & {
@@ -2453,24 +2198,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2453
2198
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2454
2199
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2455
2200
  type: t.LiteralC<"embed">;
2456
- data: t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
2457
- embed_url: t.StringC;
2458
- type: t.StringC;
2459
- }>, t.PartialC<{
2460
- version: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
2461
- title: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2462
- author_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2463
- author_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2464
- provider_name: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2465
- provider_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2466
- cache_age: t.UnionC<[t.StringC, t.NumberC, t.NullC]>;
2467
- thumbnail_url: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2468
- thumbnail_width: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
2469
- thumbnail_height: t.UnionC<[t.Type<number, number, unknown>, t.NullC, t.UndefinedC]>;
2470
- html: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2471
- }>]>>, t.ExactC<t.TypeC<{
2472
- __TYPE__: t.LiteralC<"EmbedContent">;
2473
- }>>]>;
2201
+ data: t.Type<import("./fields").EmbedContent, import("./fields").EmbedContent, unknown>;
2474
2202
  }>, t.PartialC<{
2475
2203
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2476
2204
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
@@ -2522,24 +2250,7 @@ export declare const DocumentLegacy: {
2522
2250
  [x: string]: {
2523
2251
  __TYPE__: "BooleanContent";
2524
2252
  value: boolean;
2525
- } | ({
2526
- embed_url: string;
2527
- type: string;
2528
- } & {
2529
- version?: string | number | null;
2530
- title?: string | null | undefined;
2531
- author_name?: string | null | undefined;
2532
- author_url?: string | null | undefined;
2533
- provider_name?: string | null | undefined;
2534
- provider_url?: string | null | undefined;
2535
- cache_age?: string | number | null;
2536
- thumbnail_url?: string | null | undefined;
2537
- thumbnail_width?: number | null | undefined;
2538
- thumbnail_height?: number | null | undefined;
2539
- html?: string | null | undefined;
2540
- } & {
2541
- __TYPE__: "EmbedContent";
2542
- }) | {
2253
+ } | import("./fields").EmbedContent | {
2543
2254
  type: "Color";
2544
2255
  value: string;
2545
2256
  __TYPE__: "FieldContent";
@@ -2646,9 +2357,9 @@ export declare const DocumentLegacy: {
2646
2357
  url: string;
2647
2358
  name: string;
2648
2359
  kind: string;
2360
+ size: string;
2649
2361
  } & {
2650
2362
  date?: string | null | undefined;
2651
- size?: string;
2652
2363
  } & {
2653
2364
  __TYPE__: "FileLink";
2654
2365
  } & {
@@ -2715,9 +2426,9 @@ export declare const DocumentLegacy: {
2715
2426
  url: string;
2716
2427
  name: string;
2717
2428
  kind: string;
2429
+ size: string;
2718
2430
  } & {
2719
2431
  date?: string | null | undefined;
2720
- size?: string;
2721
2432
  } & {
2722
2433
  __TYPE__: "FileLink";
2723
2434
  } & {
@@ -2743,24 +2454,7 @@ export declare const DocumentLegacy: {
2743
2454
  direction?: string | null | undefined;
2744
2455
  }) | ({
2745
2456
  type: "embed";
2746
- data: {
2747
- embed_url: string;
2748
- type: string;
2749
- } & {
2750
- version?: string | number | null;
2751
- title?: string | null | undefined;
2752
- author_name?: string | null | undefined;
2753
- author_url?: string | null | undefined;
2754
- provider_name?: string | null | undefined;
2755
- provider_url?: string | null | undefined;
2756
- cache_age?: string | number | null;
2757
- thumbnail_url?: string | null | undefined;
2758
- thumbnail_width?: number | null | undefined;
2759
- thumbnail_height?: number | null | undefined;
2760
- html?: string | null | undefined;
2761
- } & {
2762
- __TYPE__: "EmbedContent";
2763
- };
2457
+ data: import("./fields").EmbedContent;
2764
2458
  } & {
2765
2459
  label?: string | null | undefined;
2766
2460
  direction?: string | null | undefined;
@@ -2790,24 +2484,7 @@ export declare const DocumentLegacy: {
2790
2484
  value: [string, {
2791
2485
  __TYPE__: "BooleanContent";
2792
2486
  value: boolean;
2793
- } | ({
2794
- embed_url: string;
2795
- type: string;
2796
- } & {
2797
- version?: string | number | null;
2798
- title?: string | null | undefined;
2799
- author_name?: string | null | undefined;
2800
- author_url?: string | null | undefined;
2801
- provider_name?: string | null | undefined;
2802
- provider_url?: string | null | undefined;
2803
- cache_age?: string | number | null;
2804
- thumbnail_url?: string | null | undefined;
2805
- thumbnail_width?: number | null | undefined;
2806
- thumbnail_height?: number | null | undefined;
2807
- html?: string | null | undefined;
2808
- } & {
2809
- __TYPE__: "EmbedContent";
2810
- }) | {
2487
+ } | import("./fields").EmbedContent | {
2811
2488
  type: "Color";
2812
2489
  value: string;
2813
2490
  __TYPE__: "FieldContent";
@@ -2914,9 +2591,9 @@ export declare const DocumentLegacy: {
2914
2591
  url: string;
2915
2592
  name: string;
2916
2593
  kind: string;
2594
+ size: string;
2917
2595
  } & {
2918
2596
  date?: string | null | undefined;
2919
- size?: string;
2920
2597
  } & {
2921
2598
  __TYPE__: "FileLink";
2922
2599
  } & {
@@ -2983,9 +2660,9 @@ export declare const DocumentLegacy: {
2983
2660
  url: string;
2984
2661
  name: string;
2985
2662
  kind: string;
2663
+ size: string;
2986
2664
  } & {
2987
2665
  date?: string | null | undefined;
2988
- size?: string;
2989
2666
  } & {
2990
2667
  __TYPE__: "FileLink";
2991
2668
  } & {
@@ -3011,24 +2688,7 @@ export declare const DocumentLegacy: {
3011
2688
  direction?: string | null | undefined;
3012
2689
  }) | ({
3013
2690
  type: "embed";
3014
- data: {
3015
- embed_url: string;
3016
- type: string;
3017
- } & {
3018
- version?: string | number | null;
3019
- title?: string | null | undefined;
3020
- author_name?: string | null | undefined;
3021
- author_url?: string | null | undefined;
3022
- provider_name?: string | null | undefined;
3023
- provider_url?: string | null | undefined;
3024
- cache_age?: string | number | null;
3025
- thumbnail_url?: string | null | undefined;
3026
- thumbnail_width?: number | null | undefined;
3027
- thumbnail_height?: number | null | undefined;
3028
- html?: string | null | undefined;
3029
- } & {
3030
- __TYPE__: "EmbedContent";
3031
- };
2691
+ data: import("./fields").EmbedContent;
3032
2692
  } & {
3033
2693
  label?: string | null | undefined;
3034
2694
  direction?: string | null | undefined;
@@ -3062,24 +2722,7 @@ export declare const DocumentLegacy: {
3062
2722
  widget: {
3063
2723
  __TYPE__: "BooleanContent";
3064
2724
  value: boolean;
3065
- } | ({
3066
- embed_url: string;
3067
- type: string;
3068
- } & {
3069
- version?: string | number | null;
3070
- title?: string | null | undefined;
3071
- author_name?: string | null | undefined;
3072
- author_url?: string | null | undefined;
3073
- provider_name?: string | null | undefined;
3074
- provider_url?: string | null | undefined;
3075
- cache_age?: string | number | null;
3076
- thumbnail_url?: string | null | undefined;
3077
- thumbnail_width?: number | null | undefined;
3078
- thumbnail_height?: number | null | undefined;
3079
- html?: string | null | undefined;
3080
- } & {
3081
- __TYPE__: "EmbedContent";
3082
- }) | {
2725
+ } | import("./fields").EmbedContent | {
3083
2726
  type: "Color";
3084
2727
  value: string;
3085
2728
  __TYPE__: "FieldContent";
@@ -3186,9 +2829,9 @@ export declare const DocumentLegacy: {
3186
2829
  url: string;
3187
2830
  name: string;
3188
2831
  kind: string;
2832
+ size: string;
3189
2833
  } & {
3190
2834
  date?: string | null | undefined;
3191
- size?: string;
3192
2835
  } & {
3193
2836
  __TYPE__: "FileLink";
3194
2837
  } & {
@@ -3255,9 +2898,9 @@ export declare const DocumentLegacy: {
3255
2898
  url: string;
3256
2899
  name: string;
3257
2900
  kind: string;
2901
+ size: string;
3258
2902
  } & {
3259
2903
  date?: string | null | undefined;
3260
- size?: string;
3261
2904
  } & {
3262
2905
  __TYPE__: "FileLink";
3263
2906
  } & {
@@ -3283,24 +2926,7 @@ export declare const DocumentLegacy: {
3283
2926
  direction?: string | null | undefined;
3284
2927
  }) | ({
3285
2928
  type: "embed";
3286
- data: {
3287
- embed_url: string;
3288
- type: string;
3289
- } & {
3290
- version?: string | number | null;
3291
- title?: string | null | undefined;
3292
- author_name?: string | null | undefined;
3293
- author_url?: string | null | undefined;
3294
- provider_name?: string | null | undefined;
3295
- provider_url?: string | null | undefined;
3296
- cache_age?: string | number | null;
3297
- thumbnail_url?: string | null | undefined;
3298
- thumbnail_width?: number | null | undefined;
3299
- thumbnail_height?: number | null | undefined;
3300
- html?: string | null | undefined;
3301
- } & {
3302
- __TYPE__: "EmbedContent";
3303
- };
2929
+ data: import("./fields").EmbedContent;
3304
2930
  } & {
3305
2931
  label?: string | null | undefined;
3306
2932
  direction?: string | null | undefined;
@@ -3330,24 +2956,7 @@ export declare const DocumentLegacy: {
3330
2956
  value: [string, {
3331
2957
  __TYPE__: "BooleanContent";
3332
2958
  value: boolean;
3333
- } | ({
3334
- embed_url: string;
3335
- type: string;
3336
- } & {
3337
- version?: string | number | null;
3338
- title?: string | null | undefined;
3339
- author_name?: string | null | undefined;
3340
- author_url?: string | null | undefined;
3341
- provider_name?: string | null | undefined;
3342
- provider_url?: string | null | undefined;
3343
- cache_age?: string | number | null;
3344
- thumbnail_url?: string | null | undefined;
3345
- thumbnail_width?: number | null | undefined;
3346
- thumbnail_height?: number | null | undefined;
3347
- html?: string | null | undefined;
3348
- } & {
3349
- __TYPE__: "EmbedContent";
3350
- }) | {
2959
+ } | import("./fields").EmbedContent | {
3351
2960
  type: "Color";
3352
2961
  value: string;
3353
2962
  __TYPE__: "FieldContent";
@@ -3454,9 +3063,9 @@ export declare const DocumentLegacy: {
3454
3063
  url: string;
3455
3064
  name: string;
3456
3065
  kind: string;
3066
+ size: string;
3457
3067
  } & {
3458
3068
  date?: string | null | undefined;
3459
- size?: string;
3460
3069
  } & {
3461
3070
  __TYPE__: "FileLink";
3462
3071
  } & {
@@ -3523,9 +3132,9 @@ export declare const DocumentLegacy: {
3523
3132
  url: string;
3524
3133
  name: string;
3525
3134
  kind: string;
3135
+ size: string;
3526
3136
  } & {
3527
3137
  date?: string | null | undefined;
3528
- size?: string;
3529
3138
  } & {
3530
3139
  __TYPE__: "FileLink";
3531
3140
  } & {
@@ -3551,24 +3160,7 @@ export declare const DocumentLegacy: {
3551
3160
  direction?: string | null | undefined;
3552
3161
  }) | ({
3553
3162
  type: "embed";
3554
- data: {
3555
- embed_url: string;
3556
- type: string;
3557
- } & {
3558
- version?: string | number | null;
3559
- title?: string | null | undefined;
3560
- author_name?: string | null | undefined;
3561
- author_url?: string | null | undefined;
3562
- provider_name?: string | null | undefined;
3563
- provider_url?: string | null | undefined;
3564
- cache_age?: string | number | null;
3565
- thumbnail_url?: string | null | undefined;
3566
- thumbnail_width?: number | null | undefined;
3567
- thumbnail_height?: number | null | undefined;
3568
- html?: string | null | undefined;
3569
- } & {
3570
- __TYPE__: "EmbedContent";
3571
- };
3163
+ data: import("./fields").EmbedContent;
3572
3164
  } & {
3573
3165
  label?: string | null | undefined;
3574
3166
  direction?: string | null | undefined;
@@ -3599,24 +3191,7 @@ export declare const DocumentLegacy: {
3599
3191
  [x: string]: {
3600
3192
  __TYPE__: "BooleanContent";
3601
3193
  value: boolean;
3602
- } | ({
3603
- embed_url: string;
3604
- type: string;
3605
- } & {
3606
- version?: string | number | null;
3607
- title?: string | null | undefined;
3608
- author_name?: string | null | undefined;
3609
- author_url?: string | null | undefined;
3610
- provider_name?: string | null | undefined;
3611
- provider_url?: string | null | undefined;
3612
- cache_age?: string | number | null;
3613
- thumbnail_url?: string | null | undefined;
3614
- thumbnail_width?: number | null | undefined;
3615
- thumbnail_height?: number | null | undefined;
3616
- html?: string | null | undefined;
3617
- } & {
3618
- __TYPE__: "EmbedContent";
3619
- }) | {
3194
+ } | import("./fields").EmbedContent | {
3620
3195
  type: "Color";
3621
3196
  value: string;
3622
3197
  __TYPE__: "FieldContent";
@@ -3723,9 +3298,9 @@ export declare const DocumentLegacy: {
3723
3298
  url: string;
3724
3299
  name: string;
3725
3300
  kind: string;
3301
+ size: string;
3726
3302
  } & {
3727
3303
  date?: string | null | undefined;
3728
- size?: string;
3729
3304
  } & {
3730
3305
  __TYPE__: "FileLink";
3731
3306
  } & {
@@ -3792,9 +3367,9 @@ export declare const DocumentLegacy: {
3792
3367
  url: string;
3793
3368
  name: string;
3794
3369
  kind: string;
3370
+ size: string;
3795
3371
  } & {
3796
3372
  date?: string | null | undefined;
3797
- size?: string;
3798
3373
  } & {
3799
3374
  __TYPE__: "FileLink";
3800
3375
  } & {
@@ -3820,24 +3395,7 @@ export declare const DocumentLegacy: {
3820
3395
  direction?: string | null | undefined;
3821
3396
  }) | ({
3822
3397
  type: "embed";
3823
- data: {
3824
- embed_url: string;
3825
- type: string;
3826
- } & {
3827
- version?: string | number | null;
3828
- title?: string | null | undefined;
3829
- author_name?: string | null | undefined;
3830
- author_url?: string | null | undefined;
3831
- provider_name?: string | null | undefined;
3832
- provider_url?: string | null | undefined;
3833
- cache_age?: string | number | null;
3834
- thumbnail_url?: string | null | undefined;
3835
- thumbnail_width?: number | null | undefined;
3836
- thumbnail_height?: number | null | undefined;
3837
- html?: string | null | undefined;
3838
- } & {
3839
- __TYPE__: "EmbedContent";
3840
- };
3398
+ data: import("./fields").EmbedContent;
3841
3399
  } & {
3842
3400
  label?: string | null | undefined;
3843
3401
  direction?: string | null | undefined;
@@ -3867,24 +3425,7 @@ export declare const DocumentLegacy: {
3867
3425
  value: [string, {
3868
3426
  __TYPE__: "BooleanContent";
3869
3427
  value: boolean;
3870
- } | ({
3871
- embed_url: string;
3872
- type: string;
3873
- } & {
3874
- version?: string | number | null;
3875
- title?: string | null | undefined;
3876
- author_name?: string | null | undefined;
3877
- author_url?: string | null | undefined;
3878
- provider_name?: string | null | undefined;
3879
- provider_url?: string | null | undefined;
3880
- cache_age?: string | number | null;
3881
- thumbnail_url?: string | null | undefined;
3882
- thumbnail_width?: number | null | undefined;
3883
- thumbnail_height?: number | null | undefined;
3884
- html?: string | null | undefined;
3885
- } & {
3886
- __TYPE__: "EmbedContent";
3887
- }) | {
3428
+ } | import("./fields").EmbedContent | {
3888
3429
  type: "Color";
3889
3430
  value: string;
3890
3431
  __TYPE__: "FieldContent";
@@ -3991,9 +3532,9 @@ export declare const DocumentLegacy: {
3991
3532
  url: string;
3992
3533
  name: string;
3993
3534
  kind: string;
3535
+ size: string;
3994
3536
  } & {
3995
3537
  date?: string | null | undefined;
3996
- size?: string;
3997
3538
  } & {
3998
3539
  __TYPE__: "FileLink";
3999
3540
  } & {
@@ -4060,9 +3601,9 @@ export declare const DocumentLegacy: {
4060
3601
  url: string;
4061
3602
  name: string;
4062
3603
  kind: string;
3604
+ size: string;
4063
3605
  } & {
4064
3606
  date?: string | null | undefined;
4065
- size?: string;
4066
3607
  } & {
4067
3608
  __TYPE__: "FileLink";
4068
3609
  } & {
@@ -4088,24 +3629,7 @@ export declare const DocumentLegacy: {
4088
3629
  direction?: string | null | undefined;
4089
3630
  }) | ({
4090
3631
  type: "embed";
4091
- data: {
4092
- embed_url: string;
4093
- type: string;
4094
- } & {
4095
- version?: string | number | null;
4096
- title?: string | null | undefined;
4097
- author_name?: string | null | undefined;
4098
- author_url?: string | null | undefined;
4099
- provider_name?: string | null | undefined;
4100
- provider_url?: string | null | undefined;
4101
- cache_age?: string | number | null;
4102
- thumbnail_url?: string | null | undefined;
4103
- thumbnail_width?: number | null | undefined;
4104
- thumbnail_height?: number | null | undefined;
4105
- html?: string | null | undefined;
4106
- } & {
4107
- __TYPE__: "EmbedContent";
4108
- };
3632
+ data: import("./fields").EmbedContent;
4109
3633
  } & {
4110
3634
  label?: string | null | undefined;
4111
3635
  direction?: string | null | undefined;
@@ -4137,24 +3661,7 @@ export declare const DocumentLegacy: {
4137
3661
  [x: string]: {
4138
3662
  __TYPE__: "BooleanContent";
4139
3663
  value: boolean;
4140
- } | ({
4141
- embed_url: string;
4142
- type: string;
4143
- } & {
4144
- version?: string | number | null;
4145
- title?: string | null | undefined;
4146
- author_name?: string | null | undefined;
4147
- author_url?: string | null | undefined;
4148
- provider_name?: string | null | undefined;
4149
- provider_url?: string | null | undefined;
4150
- cache_age?: string | number | null;
4151
- thumbnail_url?: string | null | undefined;
4152
- thumbnail_width?: number | null | undefined;
4153
- thumbnail_height?: number | null | undefined;
4154
- html?: string | null | undefined;
4155
- } & {
4156
- __TYPE__: "EmbedContent";
4157
- }) | {
3664
+ } | import("./fields").EmbedContent | {
4158
3665
  type: "Color";
4159
3666
  value: string;
4160
3667
  __TYPE__: "FieldContent";
@@ -4261,9 +3768,9 @@ export declare const DocumentLegacy: {
4261
3768
  url: string;
4262
3769
  name: string;
4263
3770
  kind: string;
3771
+ size: string;
4264
3772
  } & {
4265
3773
  date?: string | null | undefined;
4266
- size?: string;
4267
3774
  } & {
4268
3775
  __TYPE__: "FileLink";
4269
3776
  } & {
@@ -4330,9 +3837,9 @@ export declare const DocumentLegacy: {
4330
3837
  url: string;
4331
3838
  name: string;
4332
3839
  kind: string;
3840
+ size: string;
4333
3841
  } & {
4334
3842
  date?: string | null | undefined;
4335
- size?: string;
4336
3843
  } & {
4337
3844
  __TYPE__: "FileLink";
4338
3845
  } & {
@@ -4358,24 +3865,7 @@ export declare const DocumentLegacy: {
4358
3865
  direction?: string | null | undefined;
4359
3866
  }) | ({
4360
3867
  type: "embed";
4361
- data: {
4362
- embed_url: string;
4363
- type: string;
4364
- } & {
4365
- version?: string | number | null;
4366
- title?: string | null | undefined;
4367
- author_name?: string | null | undefined;
4368
- author_url?: string | null | undefined;
4369
- provider_name?: string | null | undefined;
4370
- provider_url?: string | null | undefined;
4371
- cache_age?: string | number | null;
4372
- thumbnail_url?: string | null | undefined;
4373
- thumbnail_width?: number | null | undefined;
4374
- thumbnail_height?: number | null | undefined;
4375
- html?: string | null | undefined;
4376
- } & {
4377
- __TYPE__: "EmbedContent";
4378
- };
3868
+ data: import("./fields").EmbedContent;
4379
3869
  } & {
4380
3870
  label?: string | null | undefined;
4381
3871
  direction?: string | null | undefined;
@@ -4405,24 +3895,7 @@ export declare const DocumentLegacy: {
4405
3895
  value: [string, {
4406
3896
  __TYPE__: "BooleanContent";
4407
3897
  value: boolean;
4408
- } | ({
4409
- embed_url: string;
4410
- type: string;
4411
- } & {
4412
- version?: string | number | null;
4413
- title?: string | null | undefined;
4414
- author_name?: string | null | undefined;
4415
- author_url?: string | null | undefined;
4416
- provider_name?: string | null | undefined;
4417
- provider_url?: string | null | undefined;
4418
- cache_age?: string | number | null;
4419
- thumbnail_url?: string | null | undefined;
4420
- thumbnail_width?: number | null | undefined;
4421
- thumbnail_height?: number | null | undefined;
4422
- html?: string | null | undefined;
4423
- } & {
4424
- __TYPE__: "EmbedContent";
4425
- }) | {
3898
+ } | import("./fields").EmbedContent | {
4426
3899
  type: "Color";
4427
3900
  value: string;
4428
3901
  __TYPE__: "FieldContent";
@@ -4529,9 +4002,9 @@ export declare const DocumentLegacy: {
4529
4002
  url: string;
4530
4003
  name: string;
4531
4004
  kind: string;
4005
+ size: string;
4532
4006
  } & {
4533
4007
  date?: string | null | undefined;
4534
- size?: string;
4535
4008
  } & {
4536
4009
  __TYPE__: "FileLink";
4537
4010
  } & {
@@ -4598,9 +4071,9 @@ export declare const DocumentLegacy: {
4598
4071
  url: string;
4599
4072
  name: string;
4600
4073
  kind: string;
4074
+ size: string;
4601
4075
  } & {
4602
4076
  date?: string | null | undefined;
4603
- size?: string;
4604
4077
  } & {
4605
4078
  __TYPE__: "FileLink";
4606
4079
  } & {
@@ -4626,24 +4099,7 @@ export declare const DocumentLegacy: {
4626
4099
  direction?: string | null | undefined;
4627
4100
  }) | ({
4628
4101
  type: "embed";
4629
- data: {
4630
- embed_url: string;
4631
- type: string;
4632
- } & {
4633
- version?: string | number | null;
4634
- title?: string | null | undefined;
4635
- author_name?: string | null | undefined;
4636
- author_url?: string | null | undefined;
4637
- provider_name?: string | null | undefined;
4638
- provider_url?: string | null | undefined;
4639
- cache_age?: string | number | null;
4640
- thumbnail_url?: string | null | undefined;
4641
- thumbnail_width?: number | null | undefined;
4642
- thumbnail_height?: number | null | undefined;
4643
- html?: string | null | undefined;
4644
- } & {
4645
- __TYPE__: "EmbedContent";
4646
- };
4102
+ data: import("./fields").EmbedContent;
4647
4103
  } & {
4648
4104
  label?: string | null | undefined;
4649
4105
  direction?: string | null | undefined;