@prismicio/types-internal 2.3.1 → 2.4.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 +72 -0
- package/lib/content/fields/GroupContent.d.ts +15 -0
- package/lib/content/fields/WidgetContent.d.ts +72 -0
- package/lib/content/fields/nestable/ImageContent.d.ts +9 -0
- package/lib/content/fields/nestable/ImageContent.js +1 -0
- package/lib/content/fields/nestable/NestableContent.d.ts +9 -0
- package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +4 -0
- package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +727 -0
- package/lib/content/fields/nestable/RichTextContent/TextBlock.js +80 -0
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +4 -0
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +18 -0
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +6 -0
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +18 -0
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +18 -0
- package/lib/content/fields/slices/Slice/index.d.ts +36 -0
- package/lib/content/fields/slices/SliceItem.d.ts +36 -0
- package/lib/content/fields/slices/SlicesContent.d.ts +54 -0
- package/lib/customtypes/CustomType.d.ts +14 -0
- package/lib/customtypes/Section.d.ts +14 -0
- package/lib/customtypes/diff/SharedSlice.d.ts +4 -0
- package/lib/customtypes/diff/Variation.d.ts +4 -0
- package/lib/customtypes/widgets/Group.d.ts +2 -0
- package/lib/customtypes/widgets/Widget.d.ts +16 -0
- package/lib/customtypes/widgets/nestable/Image.d.ts +2 -0
- package/lib/customtypes/widgets/nestable/Image.js +1 -0
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +1 -0
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +2 -0
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +2 -0
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +4 -0
- package/lib/customtypes/widgets/slices/Slices.d.ts +24 -0
- package/package.json +3 -3
- package/src/content/fields/nestable/ImageContent.ts +1 -0
- package/src/customtypes/widgets/nestable/Image.ts +1 -0
- package/lib/import/converters/Document.d.ts +0 -4
- package/lib/import/converters/Document.js +0 -21
- package/lib/import/converters/fields/Group.d.ts +0 -4
- package/lib/import/converters/fields/Group.js +0 -14
- package/lib/import/converters/fields/RepeatableZone.d.ts +0 -317
- package/lib/import/converters/fields/RepeatableZone.js +0 -15
- package/lib/import/converters/fields/RepeatableZoneItem.d.ts +0 -11
- package/lib/import/converters/fields/RepeatableZoneItem.js +0 -19
- package/lib/import/converters/fields/Slices/SharedSlice.d.ts +0 -4
- package/lib/import/converters/fields/Slices/SharedSlice.js +0 -19
- package/lib/import/converters/fields/Slices/SharedSliceContent.d.ts +0 -10
- package/lib/import/converters/fields/Slices/SharedSliceContent.js +0 -23
- package/lib/import/converters/fields/Slices/Slices.d.ts +0 -4
- package/lib/import/converters/fields/Slices/Slices.js +0 -16
- package/lib/import/converters/fields/Slices/index.d.ts +0 -1
- package/lib/import/converters/fields/Slices/index.js +0 -4
- package/lib/import/converters/fields/UID.d.ts +0 -3
- package/lib/import/converters/fields/UID.js +0 -10
- package/lib/import/converters/fields/index.d.ts +0 -4
- package/lib/import/converters/fields/index.js +0 -7
- package/lib/import/converters/fields/nestable/Boolean.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Boolean.js +0 -12
- package/lib/import/converters/fields/nestable/Color.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Color.js +0 -13
- package/lib/import/converters/fields/nestable/Date.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Date.js +0 -15
- package/lib/import/converters/fields/nestable/Embed.d.ts +0 -4
- package/lib/import/converters/fields/nestable/Embed.js +0 -32
- package/lib/import/converters/fields/nestable/GeoPoint.d.ts +0 -3
- package/lib/import/converters/fields/nestable/GeoPoint.js +0 -15
- package/lib/import/converters/fields/nestable/Image.d.ts +0 -28
- package/lib/import/converters/fields/nestable/Image.js +0 -67
- package/lib/import/converters/fields/nestable/Link.d.ts +0 -4
- package/lib/import/converters/fields/nestable/Link.js +0 -70
- package/lib/import/converters/fields/nestable/Nestable.d.ts +0 -5
- package/lib/import/converters/fields/nestable/Nestable.js +0 -35
- package/lib/import/converters/fields/nestable/Number.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Number.js +0 -13
- package/lib/import/converters/fields/nestable/RichText/embedBlock.d.ts +0 -4
- package/lib/import/converters/fields/nestable/RichText/embedBlock.js +0 -14
- package/lib/import/converters/fields/nestable/RichText/imageBlock.d.ts +0 -4
- package/lib/import/converters/fields/nestable/RichText/imageBlock.js +0 -12
- package/lib/import/converters/fields/nestable/RichText/index.d.ts +0 -4
- package/lib/import/converters/fields/nestable/RichText/index.js +0 -22
- package/lib/import/converters/fields/nestable/RichText/textBlock.d.ts +0 -4
- package/lib/import/converters/fields/nestable/RichText/textBlock.js +0 -54
- package/lib/import/converters/fields/nestable/Select.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Select.js +0 -13
- package/lib/import/converters/fields/nestable/Text.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Text.js +0 -13
- package/lib/import/converters/fields/nestable/Timestamp.d.ts +0 -3
- package/lib/import/converters/fields/nestable/Timestamp.js +0 -13
- package/lib/import/converters/fields/nestable/index.d.ts +0 -13
- package/lib/import/converters/fields/nestable/index.js +0 -16
- package/lib/import/converters/index.d.ts +0 -2
- package/lib/import/converters/index.js +0 -5
- package/lib/import/index.d.ts +0 -2
- package/lib/import/index.js +0 -5
- package/lib/import/validators/Document.d.ts +0 -6
- package/lib/import/validators/Document.js +0 -64
- package/lib/import/validators/fields/ImportContent.d.ts +0 -5
- package/lib/import/validators/fields/ImportContent.js +0 -21
- package/lib/import/validators/fields/ImportField.d.ts +0 -141
- package/lib/import/validators/fields/ImportField.js +0 -33
- package/lib/import/validators/fields/ImportGroup.d.ts +0 -345
- package/lib/import/validators/fields/ImportGroup.js +0 -27
- package/lib/import/validators/fields/ImportSlices/ImportSlices.d.ts +0 -8
- package/lib/import/validators/fields/ImportSlices/ImportSlices.js +0 -30
- package/lib/import/validators/fields/ImportSlices/SharedSlice/SharedSlice.d.ts +0 -16
- package/lib/import/validators/fields/ImportSlices/SharedSlice/SharedSlice.js +0 -61
- package/lib/import/validators/fields/ImportSlices/SharedSlice/errors.d.ts +0 -4
- package/lib/import/validators/fields/ImportSlices/SharedSlice/errors.js +0 -7
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/OptionalSharedSliceId.d.ts +0 -2
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/OptionalSharedSliceId.js +0 -15
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/SharedSliceId.d.ts +0 -9
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/SharedSliceId.js +0 -39
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/SharedSliceType.d.ts +0 -11
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/SharedSliceType.js +0 -24
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/SharedSliceVariation.d.ts +0 -11
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/SharedSliceVariation.js +0 -24
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/index.d.ts +0 -4
- package/lib/import/validators/fields/ImportSlices/SharedSlice/fields/index.js +0 -7
- package/lib/import/validators/fields/ImportSlices/SharedSlice/index.d.ts +0 -3
- package/lib/import/validators/fields/ImportSlices/SharedSlice/index.js +0 -6
- package/lib/import/validators/fields/ImportSlices/SharedSlice/utils.d.ts +0 -342
- package/lib/import/validators/fields/ImportSlices/SharedSlice/utils.js +0 -11
- package/lib/import/validators/fields/ImportSlices/index.d.ts +0 -1
- package/lib/import/validators/fields/ImportSlices/index.js +0 -4
- package/lib/import/validators/fields/ImportSlices/utils.d.ts +0 -4
- package/lib/import/validators/fields/ImportSlices/utils.js +0 -35
- package/lib/import/validators/fields/RepeatableZone.d.ts +0 -11
- package/lib/import/validators/fields/RepeatableZone.js +0 -14
- package/lib/import/validators/fields/RepeatableZoneItem.d.ts +0 -11
- package/lib/import/validators/fields/RepeatableZoneItem.js +0 -39
- package/lib/import/validators/fields/UID.d.ts +0 -6
- package/lib/import/validators/fields/UID.js +0 -15
- package/lib/import/validators/fields/index.d.ts +0 -4
- package/lib/import/validators/fields/index.js +0 -7
- package/lib/import/validators/fields/nestable/Boolean.d.ts +0 -6
- package/lib/import/validators/fields/nestable/Boolean.js +0 -6
- package/lib/import/validators/fields/nestable/Color.d.ts +0 -6
- package/lib/import/validators/fields/nestable/Color.js +0 -15
- package/lib/import/validators/fields/nestable/Date.d.ts +0 -6
- package/lib/import/validators/fields/nestable/Date.js +0 -19
- package/lib/import/validators/fields/nestable/Embed.d.ts +0 -13
- package/lib/import/validators/fields/nestable/Embed.js +0 -31
- package/lib/import/validators/fields/nestable/GeoPoint.d.ts +0 -13
- package/lib/import/validators/fields/nestable/GeoPoint.js +0 -13
- package/lib/import/validators/fields/nestable/Image/default.d.ts +0 -22
- package/lib/import/validators/fields/nestable/Image/default.js +0 -19
- package/lib/import/validators/fields/nestable/Image/index.d.ts +0 -26
- package/lib/import/validators/fields/nestable/Image/index.js +0 -32
- package/lib/import/validators/fields/nestable/Image/merge.d.ts +0 -23
- package/lib/import/validators/fields/nestable/Image/merge.js +0 -44
- package/lib/import/validators/fields/nestable/Image/model.d.ts +0 -18
- package/lib/import/validators/fields/nestable/Image/model.js +0 -2
- package/lib/import/validators/fields/nestable/Image/validators.d.ts +0 -132
- package/lib/import/validators/fields/nestable/Image/validators.js +0 -43
- package/lib/import/validators/fields/nestable/ImportRichText/ImportBlock.d.ts +0 -6
- package/lib/import/validators/fields/nestable/ImportRichText/ImportBlock.js +0 -25
- package/lib/import/validators/fields/nestable/ImportRichText/ImportRichText.d.ts +0 -24
- package/lib/import/validators/fields/nestable/ImportRichText/ImportRichText.js +0 -32
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportBlockType.d.ts +0 -6
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportBlockType.js +0 -18
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportEmbedBlock.d.ts +0 -10
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportEmbedBlock.js +0 -11
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportImageBlock.d.ts +0 -22
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportImageBlock.js +0 -13
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportTextBlock.d.ts +0 -78
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/ImportTextBlock.js +0 -43
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/Span.d.ts +0 -79
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/Span.js +0 -27
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/index.d.ts +0 -4
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/index.js +0 -7
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/HyperlinkSpan.d.ts +0 -24
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/HyperlinkSpan.js +0 -18
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/LabelSpan.d.ts +0 -12
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/LabelSpan.js +0 -16
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/SpanLocation.d.ts +0 -5
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/SpanLocation.js +0 -10
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/TextSpan.d.ts +0 -15
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/TextSpan.js +0 -20
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/index.d.ts +0 -2
- package/lib/import/validators/fields/nestable/ImportRichText/blocks/spans/index.js +0 -5
- package/lib/import/validators/fields/nestable/ImportRichText/index.d.ts +0 -2
- package/lib/import/validators/fields/nestable/ImportRichText/index.js +0 -7
- package/lib/import/validators/fields/nestable/Link.d.ts +0 -53
- package/lib/import/validators/fields/nestable/Link.js +0 -35
- package/lib/import/validators/fields/nestable/Nestable.d.ts +0 -192
- package/lib/import/validators/fields/nestable/Nestable.js +0 -71
- package/lib/import/validators/fields/nestable/Number.d.ts +0 -17
- package/lib/import/validators/fields/nestable/Number.js +0 -17
- package/lib/import/validators/fields/nestable/Select.d.ts +0 -16
- package/lib/import/validators/fields/nestable/Select.js +0 -19
- package/lib/import/validators/fields/nestable/Text.d.ts +0 -6
- package/lib/import/validators/fields/nestable/Text.js +0 -6
- package/lib/import/validators/fields/nestable/Timestamp.d.ts +0 -7
- package/lib/import/validators/fields/nestable/Timestamp.js +0 -19
- package/lib/import/validators/fields/nestable/index.d.ts +0 -14
- package/lib/import/validators/fields/nestable/index.js +0 -19
- package/lib/import/validators/index.d.ts +0 -2
- package/lib/import/validators/index.js +0 -5
|
@@ -89,6 +89,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
89
89
|
credits: t.Type<string | null, string | null, unknown>;
|
|
90
90
|
alt: t.Type<string | null, string | null, unknown>;
|
|
91
91
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
92
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
92
93
|
}>]>>, t.PartialC<{
|
|
93
94
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
94
95
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -112,6 +113,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
112
113
|
credits: t.Type<string | null, string | null, unknown>;
|
|
113
114
|
alt: t.Type<string | null, string | null, unknown>;
|
|
114
115
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
116
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
115
117
|
}>]>>>;
|
|
116
118
|
}>]>, t.ExactC<t.TypeC<{
|
|
117
119
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -187,6 +189,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
187
189
|
credits: t.Type<string | null, string | null, unknown>;
|
|
188
190
|
alt: t.Type<string | null, string | null, unknown>;
|
|
189
191
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
192
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
190
193
|
}>]>>, t.PartialC<{
|
|
191
194
|
linkTo: t.UnionC<[t.Type<({
|
|
192
195
|
__TYPE__: "ImageLink";
|
|
@@ -483,6 +486,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
483
486
|
credits: t.Type<string | null, string | null, unknown>;
|
|
484
487
|
alt: t.Type<string | null, string | null, unknown>;
|
|
485
488
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
489
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
486
490
|
}>]>>, t.PartialC<{
|
|
487
491
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
488
492
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -506,6 +510,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
506
510
|
credits: t.Type<string | null, string | null, unknown>;
|
|
507
511
|
alt: t.Type<string | null, string | null, unknown>;
|
|
508
512
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
513
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
509
514
|
}>]>>>;
|
|
510
515
|
}>]>, t.ExactC<t.TypeC<{
|
|
511
516
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -581,6 +586,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
581
586
|
credits: t.Type<string | null, string | null, unknown>;
|
|
582
587
|
alt: t.Type<string | null, string | null, unknown>;
|
|
583
588
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
589
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
584
590
|
}>]>>, t.PartialC<{
|
|
585
591
|
linkTo: t.UnionC<[t.Type<({
|
|
586
592
|
__TYPE__: "ImageLink";
|
|
@@ -886,6 +892,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
886
892
|
credits: t.Type<string | null, string | null, unknown>;
|
|
887
893
|
alt: t.Type<string | null, string | null, unknown>;
|
|
888
894
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
895
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
889
896
|
}>]>>, t.PartialC<{
|
|
890
897
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
891
898
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -909,6 +916,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
909
916
|
credits: t.Type<string | null, string | null, unknown>;
|
|
910
917
|
alt: t.Type<string | null, string | null, unknown>;
|
|
911
918
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
919
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
912
920
|
}>]>>>;
|
|
913
921
|
}>]>, t.ExactC<t.TypeC<{
|
|
914
922
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -984,6 +992,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
984
992
|
credits: t.Type<string | null, string | null, unknown>;
|
|
985
993
|
alt: t.Type<string | null, string | null, unknown>;
|
|
986
994
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
995
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
987
996
|
}>]>>, t.PartialC<{
|
|
988
997
|
linkTo: t.UnionC<[t.Type<({
|
|
989
998
|
__TYPE__: "ImageLink";
|
|
@@ -1281,6 +1290,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1281
1290
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1282
1291
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1283
1292
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1293
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1284
1294
|
}>]>>, t.PartialC<{
|
|
1285
1295
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1286
1296
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -1304,6 +1314,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1304
1314
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1305
1315
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1306
1316
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1317
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1307
1318
|
}>]>>>;
|
|
1308
1319
|
}>]>, t.ExactC<t.TypeC<{
|
|
1309
1320
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -1379,6 +1390,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1379
1390
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1380
1391
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1381
1392
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1393
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1382
1394
|
}>]>>, t.PartialC<{
|
|
1383
1395
|
linkTo: t.UnionC<[t.Type<({
|
|
1384
1396
|
__TYPE__: "ImageLink";
|
|
@@ -1678,6 +1690,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1678
1690
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1679
1691
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1680
1692
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1693
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1681
1694
|
}>]>>, t.PartialC<{
|
|
1682
1695
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1683
1696
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -1701,6 +1714,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1701
1714
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1702
1715
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1703
1716
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1717
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1704
1718
|
}>]>>>;
|
|
1705
1719
|
}>]>, t.ExactC<t.TypeC<{
|
|
1706
1720
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -1776,6 +1790,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1776
1790
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1777
1791
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1778
1792
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1793
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1779
1794
|
}>]>>, t.PartialC<{
|
|
1780
1795
|
linkTo: t.UnionC<[t.Type<({
|
|
1781
1796
|
__TYPE__: "ImageLink";
|
|
@@ -2073,6 +2088,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2073
2088
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2074
2089
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2075
2090
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2091
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2076
2092
|
}>]>>, t.PartialC<{
|
|
2077
2093
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2078
2094
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2096,6 +2112,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2096
2112
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2097
2113
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2098
2114
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2115
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2099
2116
|
}>]>>>;
|
|
2100
2117
|
}>]>, t.ExactC<t.TypeC<{
|
|
2101
2118
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2171,6 +2188,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2171
2188
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2172
2189
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2173
2190
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2191
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2174
2192
|
}>]>>, t.PartialC<{
|
|
2175
2193
|
linkTo: t.UnionC<[t.Type<({
|
|
2176
2194
|
__TYPE__: "ImageLink";
|
|
@@ -2467,6 +2485,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2467
2485
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2468
2486
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2469
2487
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2488
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2470
2489
|
}>]>>, t.PartialC<{
|
|
2471
2490
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2472
2491
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2490,6 +2509,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2490
2509
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2491
2510
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2492
2511
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2512
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2493
2513
|
}>]>>>;
|
|
2494
2514
|
}>]>, t.ExactC<t.TypeC<{
|
|
2495
2515
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2565,6 +2585,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2565
2585
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2566
2586
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2567
2587
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2588
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2568
2589
|
}>]>>, t.PartialC<{
|
|
2569
2590
|
linkTo: t.UnionC<[t.Type<({
|
|
2570
2591
|
__TYPE__: "ImageLink";
|
|
@@ -2863,6 +2884,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2863
2884
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2864
2885
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2865
2886
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2887
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2866
2888
|
}>]>>, t.PartialC<{
|
|
2867
2889
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2868
2890
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2886,6 +2908,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2886
2908
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2887
2909
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2888
2910
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2911
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2889
2912
|
}>]>>>;
|
|
2890
2913
|
}>]>, t.ExactC<t.TypeC<{
|
|
2891
2914
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2961,6 +2984,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2961
2984
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2962
2985
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2963
2986
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2987
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2964
2988
|
}>]>>, t.PartialC<{
|
|
2965
2989
|
linkTo: t.UnionC<[t.Type<({
|
|
2966
2990
|
__TYPE__: "ImageLink";
|
|
@@ -3278,6 +3302,7 @@ export declare const DocumentLegacy: {
|
|
|
3278
3302
|
credits?: string | null;
|
|
3279
3303
|
alt?: string | null;
|
|
3280
3304
|
provider?: string | null | undefined;
|
|
3305
|
+
caption?: string | null | undefined;
|
|
3281
3306
|
} & {
|
|
3282
3307
|
thumbnails?: {
|
|
3283
3308
|
[x: string]: {
|
|
@@ -3302,6 +3327,7 @@ export declare const DocumentLegacy: {
|
|
|
3302
3327
|
credits?: string | null;
|
|
3303
3328
|
alt?: string | null;
|
|
3304
3329
|
provider?: string | null | undefined;
|
|
3330
|
+
caption?: string | null | undefined;
|
|
3305
3331
|
};
|
|
3306
3332
|
};
|
|
3307
3333
|
} & {
|
|
@@ -3376,6 +3402,7 @@ export declare const DocumentLegacy: {
|
|
|
3376
3402
|
credits?: string | null;
|
|
3377
3403
|
alt?: string | null;
|
|
3378
3404
|
provider?: string | null | undefined;
|
|
3405
|
+
caption?: string | null | undefined;
|
|
3379
3406
|
} & {
|
|
3380
3407
|
linkTo?: ({
|
|
3381
3408
|
__TYPE__: "ImageLink";
|
|
@@ -3594,6 +3621,7 @@ export declare const DocumentLegacy: {
|
|
|
3594
3621
|
credits?: string | null;
|
|
3595
3622
|
alt?: string | null;
|
|
3596
3623
|
provider?: string | null | undefined;
|
|
3624
|
+
caption?: string | null | undefined;
|
|
3597
3625
|
} & {
|
|
3598
3626
|
thumbnails?: {
|
|
3599
3627
|
[x: string]: {
|
|
@@ -3618,6 +3646,7 @@ export declare const DocumentLegacy: {
|
|
|
3618
3646
|
credits?: string | null;
|
|
3619
3647
|
alt?: string | null;
|
|
3620
3648
|
provider?: string | null | undefined;
|
|
3649
|
+
caption?: string | null | undefined;
|
|
3621
3650
|
};
|
|
3622
3651
|
};
|
|
3623
3652
|
} & {
|
|
@@ -3692,6 +3721,7 @@ export declare const DocumentLegacy: {
|
|
|
3692
3721
|
credits?: string | null;
|
|
3693
3722
|
alt?: string | null;
|
|
3694
3723
|
provider?: string | null | undefined;
|
|
3724
|
+
caption?: string | null | undefined;
|
|
3695
3725
|
} & {
|
|
3696
3726
|
linkTo?: ({
|
|
3697
3727
|
__TYPE__: "ImageLink";
|
|
@@ -3917,6 +3947,7 @@ export declare const DocumentLegacy: {
|
|
|
3917
3947
|
credits?: string | null;
|
|
3918
3948
|
alt?: string | null;
|
|
3919
3949
|
provider?: string | null | undefined;
|
|
3950
|
+
caption?: string | null | undefined;
|
|
3920
3951
|
} & {
|
|
3921
3952
|
thumbnails?: {
|
|
3922
3953
|
[x: string]: {
|
|
@@ -3941,6 +3972,7 @@ export declare const DocumentLegacy: {
|
|
|
3941
3972
|
credits?: string | null;
|
|
3942
3973
|
alt?: string | null;
|
|
3943
3974
|
provider?: string | null | undefined;
|
|
3975
|
+
caption?: string | null | undefined;
|
|
3944
3976
|
};
|
|
3945
3977
|
};
|
|
3946
3978
|
} & {
|
|
@@ -4015,6 +4047,7 @@ export declare const DocumentLegacy: {
|
|
|
4015
4047
|
credits?: string | null;
|
|
4016
4048
|
alt?: string | null;
|
|
4017
4049
|
provider?: string | null | undefined;
|
|
4050
|
+
caption?: string | null | undefined;
|
|
4018
4051
|
} & {
|
|
4019
4052
|
linkTo?: ({
|
|
4020
4053
|
__TYPE__: "ImageLink";
|
|
@@ -4233,6 +4266,7 @@ export declare const DocumentLegacy: {
|
|
|
4233
4266
|
credits?: string | null;
|
|
4234
4267
|
alt?: string | null;
|
|
4235
4268
|
provider?: string | null | undefined;
|
|
4269
|
+
caption?: string | null | undefined;
|
|
4236
4270
|
} & {
|
|
4237
4271
|
thumbnails?: {
|
|
4238
4272
|
[x: string]: {
|
|
@@ -4257,6 +4291,7 @@ export declare const DocumentLegacy: {
|
|
|
4257
4291
|
credits?: string | null;
|
|
4258
4292
|
alt?: string | null;
|
|
4259
4293
|
provider?: string | null | undefined;
|
|
4294
|
+
caption?: string | null | undefined;
|
|
4260
4295
|
};
|
|
4261
4296
|
};
|
|
4262
4297
|
} & {
|
|
@@ -4331,6 +4366,7 @@ export declare const DocumentLegacy: {
|
|
|
4331
4366
|
credits?: string | null;
|
|
4332
4367
|
alt?: string | null;
|
|
4333
4368
|
provider?: string | null | undefined;
|
|
4369
|
+
caption?: string | null | undefined;
|
|
4334
4370
|
} & {
|
|
4335
4371
|
linkTo?: ({
|
|
4336
4372
|
__TYPE__: "ImageLink";
|
|
@@ -4550,6 +4586,7 @@ export declare const DocumentLegacy: {
|
|
|
4550
4586
|
credits?: string | null;
|
|
4551
4587
|
alt?: string | null;
|
|
4552
4588
|
provider?: string | null | undefined;
|
|
4589
|
+
caption?: string | null | undefined;
|
|
4553
4590
|
} & {
|
|
4554
4591
|
thumbnails?: {
|
|
4555
4592
|
[x: string]: {
|
|
@@ -4574,6 +4611,7 @@ export declare const DocumentLegacy: {
|
|
|
4574
4611
|
credits?: string | null;
|
|
4575
4612
|
alt?: string | null;
|
|
4576
4613
|
provider?: string | null | undefined;
|
|
4614
|
+
caption?: string | null | undefined;
|
|
4577
4615
|
};
|
|
4578
4616
|
};
|
|
4579
4617
|
} & {
|
|
@@ -4648,6 +4686,7 @@ export declare const DocumentLegacy: {
|
|
|
4648
4686
|
credits?: string | null;
|
|
4649
4687
|
alt?: string | null;
|
|
4650
4688
|
provider?: string | null | undefined;
|
|
4689
|
+
caption?: string | null | undefined;
|
|
4651
4690
|
} & {
|
|
4652
4691
|
linkTo?: ({
|
|
4653
4692
|
__TYPE__: "ImageLink";
|
|
@@ -4866,6 +4905,7 @@ export declare const DocumentLegacy: {
|
|
|
4866
4905
|
credits?: string | null;
|
|
4867
4906
|
alt?: string | null;
|
|
4868
4907
|
provider?: string | null | undefined;
|
|
4908
|
+
caption?: string | null | undefined;
|
|
4869
4909
|
} & {
|
|
4870
4910
|
thumbnails?: {
|
|
4871
4911
|
[x: string]: {
|
|
@@ -4890,6 +4930,7 @@ export declare const DocumentLegacy: {
|
|
|
4890
4930
|
credits?: string | null;
|
|
4891
4931
|
alt?: string | null;
|
|
4892
4932
|
provider?: string | null | undefined;
|
|
4933
|
+
caption?: string | null | undefined;
|
|
4893
4934
|
};
|
|
4894
4935
|
};
|
|
4895
4936
|
} & {
|
|
@@ -4964,6 +5005,7 @@ export declare const DocumentLegacy: {
|
|
|
4964
5005
|
credits?: string | null;
|
|
4965
5006
|
alt?: string | null;
|
|
4966
5007
|
provider?: string | null | undefined;
|
|
5008
|
+
caption?: string | null | undefined;
|
|
4967
5009
|
} & {
|
|
4968
5010
|
linkTo?: ({
|
|
4969
5011
|
__TYPE__: "ImageLink";
|
|
@@ -5184,6 +5226,7 @@ export declare const DocumentLegacy: {
|
|
|
5184
5226
|
credits?: string | null;
|
|
5185
5227
|
alt?: string | null;
|
|
5186
5228
|
provider?: string | null | undefined;
|
|
5229
|
+
caption?: string | null | undefined;
|
|
5187
5230
|
} & {
|
|
5188
5231
|
thumbnails?: {
|
|
5189
5232
|
[x: string]: {
|
|
@@ -5208,6 +5251,7 @@ export declare const DocumentLegacy: {
|
|
|
5208
5251
|
credits?: string | null;
|
|
5209
5252
|
alt?: string | null;
|
|
5210
5253
|
provider?: string | null | undefined;
|
|
5254
|
+
caption?: string | null | undefined;
|
|
5211
5255
|
};
|
|
5212
5256
|
};
|
|
5213
5257
|
} & {
|
|
@@ -5282,6 +5326,7 @@ export declare const DocumentLegacy: {
|
|
|
5282
5326
|
credits?: string | null;
|
|
5283
5327
|
alt?: string | null;
|
|
5284
5328
|
provider?: string | null | undefined;
|
|
5329
|
+
caption?: string | null | undefined;
|
|
5285
5330
|
} & {
|
|
5286
5331
|
linkTo?: ({
|
|
5287
5332
|
__TYPE__: "ImageLink";
|
|
@@ -5500,6 +5545,7 @@ export declare const DocumentLegacy: {
|
|
|
5500
5545
|
credits?: string | null;
|
|
5501
5546
|
alt?: string | null;
|
|
5502
5547
|
provider?: string | null | undefined;
|
|
5548
|
+
caption?: string | null | undefined;
|
|
5503
5549
|
} & {
|
|
5504
5550
|
thumbnails?: {
|
|
5505
5551
|
[x: string]: {
|
|
@@ -5524,6 +5570,7 @@ export declare const DocumentLegacy: {
|
|
|
5524
5570
|
credits?: string | null;
|
|
5525
5571
|
alt?: string | null;
|
|
5526
5572
|
provider?: string | null | undefined;
|
|
5573
|
+
caption?: string | null | undefined;
|
|
5527
5574
|
};
|
|
5528
5575
|
};
|
|
5529
5576
|
} & {
|
|
@@ -5598,6 +5645,7 @@ export declare const DocumentLegacy: {
|
|
|
5598
5645
|
credits?: string | null;
|
|
5599
5646
|
alt?: string | null;
|
|
5600
5647
|
provider?: string | null | undefined;
|
|
5648
|
+
caption?: string | null | undefined;
|
|
5601
5649
|
} & {
|
|
5602
5650
|
linkTo?: ({
|
|
5603
5651
|
__TYPE__: "ImageLink";
|
|
@@ -5852,6 +5900,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5852
5900
|
credits?: string | null;
|
|
5853
5901
|
alt?: string | null;
|
|
5854
5902
|
provider?: string | null | undefined;
|
|
5903
|
+
caption?: string | null | undefined;
|
|
5855
5904
|
} & {
|
|
5856
5905
|
thumbnails?: {
|
|
5857
5906
|
[x: string]: {
|
|
@@ -5876,6 +5925,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5876
5925
|
credits?: string | null;
|
|
5877
5926
|
alt?: string | null;
|
|
5878
5927
|
provider?: string | null | undefined;
|
|
5928
|
+
caption?: string | null | undefined;
|
|
5879
5929
|
};
|
|
5880
5930
|
};
|
|
5881
5931
|
} & {
|
|
@@ -5950,6 +6000,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5950
6000
|
credits?: string | null;
|
|
5951
6001
|
alt?: string | null;
|
|
5952
6002
|
provider?: string | null | undefined;
|
|
6003
|
+
caption?: string | null | undefined;
|
|
5953
6004
|
} & {
|
|
5954
6005
|
linkTo?: ({
|
|
5955
6006
|
__TYPE__: "ImageLink";
|
|
@@ -6168,6 +6219,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6168
6219
|
credits?: string | null;
|
|
6169
6220
|
alt?: string | null;
|
|
6170
6221
|
provider?: string | null | undefined;
|
|
6222
|
+
caption?: string | null | undefined;
|
|
6171
6223
|
} & {
|
|
6172
6224
|
thumbnails?: {
|
|
6173
6225
|
[x: string]: {
|
|
@@ -6192,6 +6244,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6192
6244
|
credits?: string | null;
|
|
6193
6245
|
alt?: string | null;
|
|
6194
6246
|
provider?: string | null | undefined;
|
|
6247
|
+
caption?: string | null | undefined;
|
|
6195
6248
|
};
|
|
6196
6249
|
};
|
|
6197
6250
|
} & {
|
|
@@ -6266,6 +6319,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6266
6319
|
credits?: string | null;
|
|
6267
6320
|
alt?: string | null;
|
|
6268
6321
|
provider?: string | null | undefined;
|
|
6322
|
+
caption?: string | null | undefined;
|
|
6269
6323
|
} & {
|
|
6270
6324
|
linkTo?: ({
|
|
6271
6325
|
__TYPE__: "ImageLink";
|
|
@@ -6491,6 +6545,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6491
6545
|
credits?: string | null;
|
|
6492
6546
|
alt?: string | null;
|
|
6493
6547
|
provider?: string | null | undefined;
|
|
6548
|
+
caption?: string | null | undefined;
|
|
6494
6549
|
} & {
|
|
6495
6550
|
thumbnails?: {
|
|
6496
6551
|
[x: string]: {
|
|
@@ -6515,6 +6570,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6515
6570
|
credits?: string | null;
|
|
6516
6571
|
alt?: string | null;
|
|
6517
6572
|
provider?: string | null | undefined;
|
|
6573
|
+
caption?: string | null | undefined;
|
|
6518
6574
|
};
|
|
6519
6575
|
};
|
|
6520
6576
|
} & {
|
|
@@ -6589,6 +6645,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6589
6645
|
credits?: string | null;
|
|
6590
6646
|
alt?: string | null;
|
|
6591
6647
|
provider?: string | null | undefined;
|
|
6648
|
+
caption?: string | null | undefined;
|
|
6592
6649
|
} & {
|
|
6593
6650
|
linkTo?: ({
|
|
6594
6651
|
__TYPE__: "ImageLink";
|
|
@@ -6807,6 +6864,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6807
6864
|
credits?: string | null;
|
|
6808
6865
|
alt?: string | null;
|
|
6809
6866
|
provider?: string | null | undefined;
|
|
6867
|
+
caption?: string | null | undefined;
|
|
6810
6868
|
} & {
|
|
6811
6869
|
thumbnails?: {
|
|
6812
6870
|
[x: string]: {
|
|
@@ -6831,6 +6889,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6831
6889
|
credits?: string | null;
|
|
6832
6890
|
alt?: string | null;
|
|
6833
6891
|
provider?: string | null | undefined;
|
|
6892
|
+
caption?: string | null | undefined;
|
|
6834
6893
|
};
|
|
6835
6894
|
};
|
|
6836
6895
|
} & {
|
|
@@ -6905,6 +6964,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6905
6964
|
credits?: string | null;
|
|
6906
6965
|
alt?: string | null;
|
|
6907
6966
|
provider?: string | null | undefined;
|
|
6967
|
+
caption?: string | null | undefined;
|
|
6908
6968
|
} & {
|
|
6909
6969
|
linkTo?: ({
|
|
6910
6970
|
__TYPE__: "ImageLink";
|
|
@@ -7124,6 +7184,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7124
7184
|
credits?: string | null;
|
|
7125
7185
|
alt?: string | null;
|
|
7126
7186
|
provider?: string | null | undefined;
|
|
7187
|
+
caption?: string | null | undefined;
|
|
7127
7188
|
} & {
|
|
7128
7189
|
thumbnails?: {
|
|
7129
7190
|
[x: string]: {
|
|
@@ -7148,6 +7209,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7148
7209
|
credits?: string | null;
|
|
7149
7210
|
alt?: string | null;
|
|
7150
7211
|
provider?: string | null | undefined;
|
|
7212
|
+
caption?: string | null | undefined;
|
|
7151
7213
|
};
|
|
7152
7214
|
};
|
|
7153
7215
|
} & {
|
|
@@ -7222,6 +7284,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7222
7284
|
credits?: string | null;
|
|
7223
7285
|
alt?: string | null;
|
|
7224
7286
|
provider?: string | null | undefined;
|
|
7287
|
+
caption?: string | null | undefined;
|
|
7225
7288
|
} & {
|
|
7226
7289
|
linkTo?: ({
|
|
7227
7290
|
__TYPE__: "ImageLink";
|
|
@@ -7440,6 +7503,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7440
7503
|
credits?: string | null;
|
|
7441
7504
|
alt?: string | null;
|
|
7442
7505
|
provider?: string | null | undefined;
|
|
7506
|
+
caption?: string | null | undefined;
|
|
7443
7507
|
} & {
|
|
7444
7508
|
thumbnails?: {
|
|
7445
7509
|
[x: string]: {
|
|
@@ -7464,6 +7528,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7464
7528
|
credits?: string | null;
|
|
7465
7529
|
alt?: string | null;
|
|
7466
7530
|
provider?: string | null | undefined;
|
|
7531
|
+
caption?: string | null | undefined;
|
|
7467
7532
|
};
|
|
7468
7533
|
};
|
|
7469
7534
|
} & {
|
|
@@ -7538,6 +7603,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7538
7603
|
credits?: string | null;
|
|
7539
7604
|
alt?: string | null;
|
|
7540
7605
|
provider?: string | null | undefined;
|
|
7606
|
+
caption?: string | null | undefined;
|
|
7541
7607
|
} & {
|
|
7542
7608
|
linkTo?: ({
|
|
7543
7609
|
__TYPE__: "ImageLink";
|
|
@@ -7758,6 +7824,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7758
7824
|
credits?: string | null;
|
|
7759
7825
|
alt?: string | null;
|
|
7760
7826
|
provider?: string | null | undefined;
|
|
7827
|
+
caption?: string | null | undefined;
|
|
7761
7828
|
} & {
|
|
7762
7829
|
thumbnails?: {
|
|
7763
7830
|
[x: string]: {
|
|
@@ -7782,6 +7849,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7782
7849
|
credits?: string | null;
|
|
7783
7850
|
alt?: string | null;
|
|
7784
7851
|
provider?: string | null | undefined;
|
|
7852
|
+
caption?: string | null | undefined;
|
|
7785
7853
|
};
|
|
7786
7854
|
};
|
|
7787
7855
|
} & {
|
|
@@ -7856,6 +7924,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7856
7924
|
credits?: string | null;
|
|
7857
7925
|
alt?: string | null;
|
|
7858
7926
|
provider?: string | null | undefined;
|
|
7927
|
+
caption?: string | null | undefined;
|
|
7859
7928
|
} & {
|
|
7860
7929
|
linkTo?: ({
|
|
7861
7930
|
__TYPE__: "ImageLink";
|
|
@@ -8074,6 +8143,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8074
8143
|
credits?: string | null;
|
|
8075
8144
|
alt?: string | null;
|
|
8076
8145
|
provider?: string | null | undefined;
|
|
8146
|
+
caption?: string | null | undefined;
|
|
8077
8147
|
} & {
|
|
8078
8148
|
thumbnails?: {
|
|
8079
8149
|
[x: string]: {
|
|
@@ -8098,6 +8168,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8098
8168
|
credits?: string | null;
|
|
8099
8169
|
alt?: string | null;
|
|
8100
8170
|
provider?: string | null | undefined;
|
|
8171
|
+
caption?: string | null | undefined;
|
|
8101
8172
|
};
|
|
8102
8173
|
};
|
|
8103
8174
|
} & {
|
|
@@ -8172,6 +8243,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
8172
8243
|
credits?: string | null;
|
|
8173
8244
|
alt?: string | null;
|
|
8174
8245
|
provider?: string | null | undefined;
|
|
8246
|
+
caption?: string | null | undefined;
|
|
8175
8247
|
} & {
|
|
8176
8248
|
linkTo?: ({
|
|
8177
8249
|
__TYPE__: "ImageLink";
|