@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
|
@@ -82,6 +82,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
82
82
|
credits?: string | null;
|
|
83
83
|
alt?: string | null;
|
|
84
84
|
provider?: string | null | undefined;
|
|
85
|
+
caption?: string | null | undefined;
|
|
85
86
|
} & {
|
|
86
87
|
thumbnails?: {
|
|
87
88
|
[x: string]: {
|
|
@@ -106,6 +107,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
106
107
|
credits?: string | null;
|
|
107
108
|
alt?: string | null;
|
|
108
109
|
provider?: string | null | undefined;
|
|
110
|
+
caption?: string | null | undefined;
|
|
109
111
|
};
|
|
110
112
|
};
|
|
111
113
|
} & {
|
|
@@ -180,6 +182,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
180
182
|
credits?: string | null;
|
|
181
183
|
alt?: string | null;
|
|
182
184
|
provider?: string | null | undefined;
|
|
185
|
+
caption?: string | null | undefined;
|
|
183
186
|
} & {
|
|
184
187
|
linkTo?: ({
|
|
185
188
|
__TYPE__: "ImageLink";
|
|
@@ -398,6 +401,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
398
401
|
credits?: string | null;
|
|
399
402
|
alt?: string | null;
|
|
400
403
|
provider?: string | null | undefined;
|
|
404
|
+
caption?: string | null | undefined;
|
|
401
405
|
} & {
|
|
402
406
|
thumbnails?: {
|
|
403
407
|
[x: string]: {
|
|
@@ -422,6 +426,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
422
426
|
credits?: string | null;
|
|
423
427
|
alt?: string | null;
|
|
424
428
|
provider?: string | null | undefined;
|
|
429
|
+
caption?: string | null | undefined;
|
|
425
430
|
};
|
|
426
431
|
};
|
|
427
432
|
} & {
|
|
@@ -496,6 +501,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
496
501
|
credits?: string | null;
|
|
497
502
|
alt?: string | null;
|
|
498
503
|
provider?: string | null | undefined;
|
|
504
|
+
caption?: string | null | undefined;
|
|
499
505
|
} & {
|
|
500
506
|
linkTo?: ({
|
|
501
507
|
__TYPE__: "ImageLink";
|
|
@@ -715,6 +721,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
715
721
|
credits?: string | null;
|
|
716
722
|
alt?: string | null;
|
|
717
723
|
provider?: string | null | undefined;
|
|
724
|
+
caption?: string | null | undefined;
|
|
718
725
|
} & {
|
|
719
726
|
thumbnails?: {
|
|
720
727
|
[x: string]: {
|
|
@@ -739,6 +746,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
739
746
|
credits?: string | null;
|
|
740
747
|
alt?: string | null;
|
|
741
748
|
provider?: string | null | undefined;
|
|
749
|
+
caption?: string | null | undefined;
|
|
742
750
|
};
|
|
743
751
|
};
|
|
744
752
|
} & {
|
|
@@ -813,6 +821,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
813
821
|
credits?: string | null;
|
|
814
822
|
alt?: string | null;
|
|
815
823
|
provider?: string | null | undefined;
|
|
824
|
+
caption?: string | null | undefined;
|
|
816
825
|
} & {
|
|
817
826
|
linkTo?: ({
|
|
818
827
|
__TYPE__: "ImageLink";
|
|
@@ -1031,6 +1040,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1031
1040
|
credits?: string | null;
|
|
1032
1041
|
alt?: string | null;
|
|
1033
1042
|
provider?: string | null | undefined;
|
|
1043
|
+
caption?: string | null | undefined;
|
|
1034
1044
|
} & {
|
|
1035
1045
|
thumbnails?: {
|
|
1036
1046
|
[x: string]: {
|
|
@@ -1055,6 +1065,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1055
1065
|
credits?: string | null;
|
|
1056
1066
|
alt?: string | null;
|
|
1057
1067
|
provider?: string | null | undefined;
|
|
1068
|
+
caption?: string | null | undefined;
|
|
1058
1069
|
};
|
|
1059
1070
|
};
|
|
1060
1071
|
} & {
|
|
@@ -1129,6 +1140,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1129
1140
|
credits?: string | null;
|
|
1130
1141
|
alt?: string | null;
|
|
1131
1142
|
provider?: string | null | undefined;
|
|
1143
|
+
caption?: string | null | undefined;
|
|
1132
1144
|
} & {
|
|
1133
1145
|
linkTo?: ({
|
|
1134
1146
|
__TYPE__: "ImageLink";
|
|
@@ -1349,6 +1361,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1349
1361
|
credits?: string | null;
|
|
1350
1362
|
alt?: string | null;
|
|
1351
1363
|
provider?: string | null | undefined;
|
|
1364
|
+
caption?: string | null | undefined;
|
|
1352
1365
|
} & {
|
|
1353
1366
|
thumbnails?: {
|
|
1354
1367
|
[x: string]: {
|
|
@@ -1373,6 +1386,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1373
1386
|
credits?: string | null;
|
|
1374
1387
|
alt?: string | null;
|
|
1375
1388
|
provider?: string | null | undefined;
|
|
1389
|
+
caption?: string | null | undefined;
|
|
1376
1390
|
};
|
|
1377
1391
|
};
|
|
1378
1392
|
} & {
|
|
@@ -1447,6 +1461,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1447
1461
|
credits?: string | null;
|
|
1448
1462
|
alt?: string | null;
|
|
1449
1463
|
provider?: string | null | undefined;
|
|
1464
|
+
caption?: string | null | undefined;
|
|
1450
1465
|
} & {
|
|
1451
1466
|
linkTo?: ({
|
|
1452
1467
|
__TYPE__: "ImageLink";
|
|
@@ -1665,6 +1680,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1665
1680
|
credits?: string | null;
|
|
1666
1681
|
alt?: string | null;
|
|
1667
1682
|
provider?: string | null | undefined;
|
|
1683
|
+
caption?: string | null | undefined;
|
|
1668
1684
|
} & {
|
|
1669
1685
|
thumbnails?: {
|
|
1670
1686
|
[x: string]: {
|
|
@@ -1689,6 +1705,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1689
1705
|
credits?: string | null;
|
|
1690
1706
|
alt?: string | null;
|
|
1691
1707
|
provider?: string | null | undefined;
|
|
1708
|
+
caption?: string | null | undefined;
|
|
1692
1709
|
};
|
|
1693
1710
|
};
|
|
1694
1711
|
} & {
|
|
@@ -1763,6 +1780,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1763
1780
|
credits?: string | null;
|
|
1764
1781
|
alt?: string | null;
|
|
1765
1782
|
provider?: string | null | undefined;
|
|
1783
|
+
caption?: string | null | undefined;
|
|
1766
1784
|
} & {
|
|
1767
1785
|
linkTo?: ({
|
|
1768
1786
|
__TYPE__: "ImageLink";
|
|
@@ -1984,6 +2002,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1984
2002
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1985
2003
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1986
2004
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2005
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1987
2006
|
}>]>>, t.PartialC<{
|
|
1988
2007
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1989
2008
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2007,6 +2026,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2007
2026
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2008
2027
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2009
2028
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2029
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2010
2030
|
}>]>>>;
|
|
2011
2031
|
}>]>, t.ExactC<t.TypeC<{
|
|
2012
2032
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2082,6 +2102,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2082
2102
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2083
2103
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2084
2104
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2105
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2085
2106
|
}>]>>, t.PartialC<{
|
|
2086
2107
|
linkTo: t.UnionC<[t.Type<({
|
|
2087
2108
|
__TYPE__: "ImageLink";
|
|
@@ -2379,6 +2400,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2379
2400
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2380
2401
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2381
2402
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2403
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2382
2404
|
}>]>>, t.PartialC<{
|
|
2383
2405
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2384
2406
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2402,6 +2424,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2402
2424
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2403
2425
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2404
2426
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2427
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2405
2428
|
}>]>>>;
|
|
2406
2429
|
}>]>, t.ExactC<t.TypeC<{
|
|
2407
2430
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2477,6 +2500,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2477
2500
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2478
2501
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2479
2502
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2503
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2480
2504
|
}>]>>, t.PartialC<{
|
|
2481
2505
|
linkTo: t.UnionC<[t.Type<({
|
|
2482
2506
|
__TYPE__: "ImageLink";
|
|
@@ -2776,6 +2800,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2776
2800
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2777
2801
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2778
2802
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2803
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2779
2804
|
}>]>>, t.PartialC<{
|
|
2780
2805
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2781
2806
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2799,6 +2824,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2799
2824
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2800
2825
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2801
2826
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2827
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2802
2828
|
}>]>>>;
|
|
2803
2829
|
}>]>, t.ExactC<t.TypeC<{
|
|
2804
2830
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2874,6 +2900,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2874
2900
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2875
2901
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2876
2902
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2903
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2877
2904
|
}>]>>, t.PartialC<{
|
|
2878
2905
|
linkTo: t.UnionC<[t.Type<({
|
|
2879
2906
|
__TYPE__: "ImageLink";
|
|
@@ -3171,6 +3198,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3171
3198
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3172
3199
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3173
3200
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3201
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3174
3202
|
}>]>>, t.PartialC<{
|
|
3175
3203
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3176
3204
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -3194,6 +3222,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3194
3222
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3195
3223
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3196
3224
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3225
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3197
3226
|
}>]>>>;
|
|
3198
3227
|
}>]>, t.ExactC<t.TypeC<{
|
|
3199
3228
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -3269,6 +3298,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3269
3298
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3270
3299
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3271
3300
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3301
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3272
3302
|
}>]>>, t.PartialC<{
|
|
3273
3303
|
linkTo: t.UnionC<[t.Type<({
|
|
3274
3304
|
__TYPE__: "ImageLink";
|
|
@@ -3565,6 +3595,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3565
3595
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3566
3596
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3567
3597
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3598
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3568
3599
|
}>]>>, t.PartialC<{
|
|
3569
3600
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3570
3601
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -3588,6 +3619,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3588
3619
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3589
3620
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3590
3621
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3622
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3591
3623
|
}>]>>>;
|
|
3592
3624
|
}>]>, t.ExactC<t.TypeC<{
|
|
3593
3625
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -3663,6 +3695,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3663
3695
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3664
3696
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3665
3697
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3698
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3666
3699
|
}>]>>, t.PartialC<{
|
|
3667
3700
|
linkTo: t.UnionC<[t.Type<({
|
|
3668
3701
|
__TYPE__: "ImageLink";
|
|
@@ -3961,6 +3994,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3961
3994
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3962
3995
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3963
3996
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3997
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3964
3998
|
}>]>>, t.PartialC<{
|
|
3965
3999
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3966
4000
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -3984,6 +4018,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3984
4018
|
credits: t.Type<string | null, string | null, unknown>;
|
|
3985
4019
|
alt: t.Type<string | null, string | null, unknown>;
|
|
3986
4020
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4021
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3987
4022
|
}>]>>>;
|
|
3988
4023
|
}>]>, t.ExactC<t.TypeC<{
|
|
3989
4024
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -4059,6 +4094,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
4059
4094
|
credits: t.Type<string | null, string | null, unknown>;
|
|
4060
4095
|
alt: t.Type<string | null, string | null, unknown>;
|
|
4061
4096
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4097
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4062
4098
|
}>]>>, t.PartialC<{
|
|
4063
4099
|
linkTo: t.UnionC<[t.Type<({
|
|
4064
4100
|
__TYPE__: "ImageLink";
|
|
@@ -93,6 +93,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
93
93
|
credits: t.Type<string | null, string | null, unknown>;
|
|
94
94
|
alt: t.Type<string | null, string | null, unknown>;
|
|
95
95
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
96
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
96
97
|
}>]>>, t.PartialC<{
|
|
97
98
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
98
99
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -116,6 +117,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
116
117
|
credits: t.Type<string | null, string | null, unknown>;
|
|
117
118
|
alt: t.Type<string | null, string | null, unknown>;
|
|
118
119
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
120
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
119
121
|
}>]>>>;
|
|
120
122
|
}>]>, t.ExactC<t.TypeC<{
|
|
121
123
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -191,6 +193,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
191
193
|
credits: t.Type<string | null, string | null, unknown>;
|
|
192
194
|
alt: t.Type<string | null, string | null, unknown>;
|
|
193
195
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
196
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
194
197
|
}>]>>, t.PartialC<{
|
|
195
198
|
linkTo: t.UnionC<[t.Type<({
|
|
196
199
|
__TYPE__: "ImageLink";
|
|
@@ -488,6 +491,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
488
491
|
credits: t.Type<string | null, string | null, unknown>;
|
|
489
492
|
alt: t.Type<string | null, string | null, unknown>;
|
|
490
493
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
494
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
491
495
|
}>]>>, t.PartialC<{
|
|
492
496
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
493
497
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -511,6 +515,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
511
515
|
credits: t.Type<string | null, string | null, unknown>;
|
|
512
516
|
alt: t.Type<string | null, string | null, unknown>;
|
|
513
517
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
518
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
514
519
|
}>]>>>;
|
|
515
520
|
}>]>, t.ExactC<t.TypeC<{
|
|
516
521
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -586,6 +591,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
586
591
|
credits: t.Type<string | null, string | null, unknown>;
|
|
587
592
|
alt: t.Type<string | null, string | null, unknown>;
|
|
588
593
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
594
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
589
595
|
}>]>>, t.PartialC<{
|
|
590
596
|
linkTo: t.UnionC<[t.Type<({
|
|
591
597
|
__TYPE__: "ImageLink";
|
|
@@ -885,6 +891,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
885
891
|
credits: t.Type<string | null, string | null, unknown>;
|
|
886
892
|
alt: t.Type<string | null, string | null, unknown>;
|
|
887
893
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
894
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
888
895
|
}>]>>, t.PartialC<{
|
|
889
896
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
890
897
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -908,6 +915,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
908
915
|
credits: t.Type<string | null, string | null, unknown>;
|
|
909
916
|
alt: t.Type<string | null, string | null, unknown>;
|
|
910
917
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
918
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
911
919
|
}>]>>>;
|
|
912
920
|
}>]>, t.ExactC<t.TypeC<{
|
|
913
921
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -983,6 +991,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
983
991
|
credits: t.Type<string | null, string | null, unknown>;
|
|
984
992
|
alt: t.Type<string | null, string | null, unknown>;
|
|
985
993
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
994
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
986
995
|
}>]>>, t.PartialC<{
|
|
987
996
|
linkTo: t.UnionC<[t.Type<({
|
|
988
997
|
__TYPE__: "ImageLink";
|
|
@@ -1280,6 +1289,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1280
1289
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1281
1290
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1282
1291
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1292
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1283
1293
|
}>]>>, t.PartialC<{
|
|
1284
1294
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1285
1295
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -1303,6 +1313,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1303
1313
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1304
1314
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1305
1315
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1316
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1306
1317
|
}>]>>>;
|
|
1307
1318
|
}>]>, t.ExactC<t.TypeC<{
|
|
1308
1319
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -1378,6 +1389,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1378
1389
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1379
1390
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1380
1391
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1392
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1381
1393
|
}>]>>, t.PartialC<{
|
|
1382
1394
|
linkTo: t.UnionC<[t.Type<({
|
|
1383
1395
|
__TYPE__: "ImageLink";
|
|
@@ -1674,6 +1686,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1674
1686
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1675
1687
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1676
1688
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1689
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1677
1690
|
}>]>>, t.PartialC<{
|
|
1678
1691
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1679
1692
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -1697,6 +1710,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1697
1710
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1698
1711
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1699
1712
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1713
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1700
1714
|
}>]>>>;
|
|
1701
1715
|
}>]>, t.ExactC<t.TypeC<{
|
|
1702
1716
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -1772,6 +1786,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1772
1786
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1773
1787
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1774
1788
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1789
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1775
1790
|
}>]>>, t.PartialC<{
|
|
1776
1791
|
linkTo: t.UnionC<[t.Type<({
|
|
1777
1792
|
__TYPE__: "ImageLink";
|
|
@@ -2070,6 +2085,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2070
2085
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2071
2086
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2072
2087
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2088
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2073
2089
|
}>]>>, t.PartialC<{
|
|
2074
2090
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2075
2091
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2093,6 +2109,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2093
2109
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2094
2110
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2095
2111
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2112
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2096
2113
|
}>]>>>;
|
|
2097
2114
|
}>]>, t.ExactC<t.TypeC<{
|
|
2098
2115
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2168,6 +2185,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2168
2185
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2169
2186
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2170
2187
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2188
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2171
2189
|
}>]>>, t.PartialC<{
|
|
2172
2190
|
linkTo: t.UnionC<[t.Type<({
|
|
2173
2191
|
__TYPE__: "ImageLink";
|
|
@@ -2484,6 +2502,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2484
2502
|
credits?: string | null;
|
|
2485
2503
|
alt?: string | null;
|
|
2486
2504
|
provider?: string | null | undefined;
|
|
2505
|
+
caption?: string | null | undefined;
|
|
2487
2506
|
} & {
|
|
2488
2507
|
thumbnails?: {
|
|
2489
2508
|
[x: string]: {
|
|
@@ -2508,6 +2527,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2508
2527
|
credits?: string | null;
|
|
2509
2528
|
alt?: string | null;
|
|
2510
2529
|
provider?: string | null | undefined;
|
|
2530
|
+
caption?: string | null | undefined;
|
|
2511
2531
|
};
|
|
2512
2532
|
};
|
|
2513
2533
|
} & {
|
|
@@ -2582,6 +2602,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2582
2602
|
credits?: string | null;
|
|
2583
2603
|
alt?: string | null;
|
|
2584
2604
|
provider?: string | null | undefined;
|
|
2605
|
+
caption?: string | null | undefined;
|
|
2585
2606
|
} & {
|
|
2586
2607
|
linkTo?: ({
|
|
2587
2608
|
__TYPE__: "ImageLink";
|
|
@@ -2800,6 +2821,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2800
2821
|
credits?: string | null;
|
|
2801
2822
|
alt?: string | null;
|
|
2802
2823
|
provider?: string | null | undefined;
|
|
2824
|
+
caption?: string | null | undefined;
|
|
2803
2825
|
} & {
|
|
2804
2826
|
thumbnails?: {
|
|
2805
2827
|
[x: string]: {
|
|
@@ -2824,6 +2846,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2824
2846
|
credits?: string | null;
|
|
2825
2847
|
alt?: string | null;
|
|
2826
2848
|
provider?: string | null | undefined;
|
|
2849
|
+
caption?: string | null | undefined;
|
|
2827
2850
|
};
|
|
2828
2851
|
};
|
|
2829
2852
|
} & {
|
|
@@ -2898,6 +2921,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2898
2921
|
credits?: string | null;
|
|
2899
2922
|
alt?: string | null;
|
|
2900
2923
|
provider?: string | null | undefined;
|
|
2924
|
+
caption?: string | null | undefined;
|
|
2901
2925
|
} & {
|
|
2902
2926
|
linkTo?: ({
|
|
2903
2927
|
__TYPE__: "ImageLink";
|
|
@@ -3117,6 +3141,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3117
3141
|
credits?: string | null;
|
|
3118
3142
|
alt?: string | null;
|
|
3119
3143
|
provider?: string | null | undefined;
|
|
3144
|
+
caption?: string | null | undefined;
|
|
3120
3145
|
} & {
|
|
3121
3146
|
thumbnails?: {
|
|
3122
3147
|
[x: string]: {
|
|
@@ -3141,6 +3166,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3141
3166
|
credits?: string | null;
|
|
3142
3167
|
alt?: string | null;
|
|
3143
3168
|
provider?: string | null | undefined;
|
|
3169
|
+
caption?: string | null | undefined;
|
|
3144
3170
|
};
|
|
3145
3171
|
};
|
|
3146
3172
|
} & {
|
|
@@ -3215,6 +3241,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3215
3241
|
credits?: string | null;
|
|
3216
3242
|
alt?: string | null;
|
|
3217
3243
|
provider?: string | null | undefined;
|
|
3244
|
+
caption?: string | null | undefined;
|
|
3218
3245
|
} & {
|
|
3219
3246
|
linkTo?: ({
|
|
3220
3247
|
__TYPE__: "ImageLink";
|
|
@@ -3433,6 +3460,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3433
3460
|
credits?: string | null;
|
|
3434
3461
|
alt?: string | null;
|
|
3435
3462
|
provider?: string | null | undefined;
|
|
3463
|
+
caption?: string | null | undefined;
|
|
3436
3464
|
} & {
|
|
3437
3465
|
thumbnails?: {
|
|
3438
3466
|
[x: string]: {
|
|
@@ -3457,6 +3485,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3457
3485
|
credits?: string | null;
|
|
3458
3486
|
alt?: string | null;
|
|
3459
3487
|
provider?: string | null | undefined;
|
|
3488
|
+
caption?: string | null | undefined;
|
|
3460
3489
|
};
|
|
3461
3490
|
};
|
|
3462
3491
|
} & {
|
|
@@ -3531,6 +3560,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3531
3560
|
credits?: string | null;
|
|
3532
3561
|
alt?: string | null;
|
|
3533
3562
|
provider?: string | null | undefined;
|
|
3563
|
+
caption?: string | null | undefined;
|
|
3534
3564
|
} & {
|
|
3535
3565
|
linkTo?: ({
|
|
3536
3566
|
__TYPE__: "ImageLink";
|
|
@@ -3751,6 +3781,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3751
3781
|
credits?: string | null;
|
|
3752
3782
|
alt?: string | null;
|
|
3753
3783
|
provider?: string | null | undefined;
|
|
3784
|
+
caption?: string | null | undefined;
|
|
3754
3785
|
} & {
|
|
3755
3786
|
thumbnails?: {
|
|
3756
3787
|
[x: string]: {
|
|
@@ -3775,6 +3806,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3775
3806
|
credits?: string | null;
|
|
3776
3807
|
alt?: string | null;
|
|
3777
3808
|
provider?: string | null | undefined;
|
|
3809
|
+
caption?: string | null | undefined;
|
|
3778
3810
|
};
|
|
3779
3811
|
};
|
|
3780
3812
|
} & {
|
|
@@ -3849,6 +3881,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3849
3881
|
credits?: string | null;
|
|
3850
3882
|
alt?: string | null;
|
|
3851
3883
|
provider?: string | null | undefined;
|
|
3884
|
+
caption?: string | null | undefined;
|
|
3852
3885
|
} & {
|
|
3853
3886
|
linkTo?: ({
|
|
3854
3887
|
__TYPE__: "ImageLink";
|
|
@@ -4067,6 +4100,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
4067
4100
|
credits?: string | null;
|
|
4068
4101
|
alt?: string | null;
|
|
4069
4102
|
provider?: string | null | undefined;
|
|
4103
|
+
caption?: string | null | undefined;
|
|
4070
4104
|
} & {
|
|
4071
4105
|
thumbnails?: {
|
|
4072
4106
|
[x: string]: {
|
|
@@ -4091,6 +4125,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
4091
4125
|
credits?: string | null;
|
|
4092
4126
|
alt?: string | null;
|
|
4093
4127
|
provider?: string | null | undefined;
|
|
4128
|
+
caption?: string | null | undefined;
|
|
4094
4129
|
};
|
|
4095
4130
|
};
|
|
4096
4131
|
} & {
|
|
@@ -4165,6 +4200,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
4165
4200
|
credits?: string | null;
|
|
4166
4201
|
alt?: string | null;
|
|
4167
4202
|
provider?: string | null | undefined;
|
|
4203
|
+
caption?: string | null | undefined;
|
|
4168
4204
|
} & {
|
|
4169
4205
|
linkTo?: ({
|
|
4170
4206
|
__TYPE__: "ImageLink";
|