@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
|
@@ -86,6 +86,7 @@ export declare const GroupItemContent: t.ExactC<t.TypeC<{
|
|
|
86
86
|
credits: t.Type<string | null, string | null, unknown>;
|
|
87
87
|
alt: t.Type<string | null, string | null, unknown>;
|
|
88
88
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
89
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
89
90
|
}>]>>, t.PartialC<{
|
|
90
91
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
91
92
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -109,6 +110,7 @@ export declare const GroupItemContent: t.ExactC<t.TypeC<{
|
|
|
109
110
|
credits: t.Type<string | null, string | null, unknown>;
|
|
110
111
|
alt: t.Type<string | null, string | null, unknown>;
|
|
111
112
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
113
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
112
114
|
}>]>>>;
|
|
113
115
|
}>]>, t.ExactC<t.TypeC<{
|
|
114
116
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -184,6 +186,7 @@ export declare const GroupItemContent: t.ExactC<t.TypeC<{
|
|
|
184
186
|
credits: t.Type<string | null, string | null, unknown>;
|
|
185
187
|
alt: t.Type<string | null, string | null, unknown>;
|
|
186
188
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
189
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
187
190
|
}>]>>, t.PartialC<{
|
|
188
191
|
linkTo: t.UnionC<[t.Type<({
|
|
189
192
|
__TYPE__: "ImageLink";
|
|
@@ -485,6 +488,7 @@ export declare const GroupItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
485
488
|
credits?: string | null;
|
|
486
489
|
alt?: string | null;
|
|
487
490
|
provider?: string | null | undefined;
|
|
491
|
+
caption?: string | null | undefined;
|
|
488
492
|
} & {
|
|
489
493
|
thumbnails?: {
|
|
490
494
|
[x: string]: {
|
|
@@ -509,6 +513,7 @@ export declare const GroupItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
509
513
|
credits?: string | null;
|
|
510
514
|
alt?: string | null;
|
|
511
515
|
provider?: string | null | undefined;
|
|
516
|
+
caption?: string | null | undefined;
|
|
512
517
|
};
|
|
513
518
|
};
|
|
514
519
|
} & {
|
|
@@ -583,6 +588,7 @@ export declare const GroupItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
583
588
|
credits?: string | null;
|
|
584
589
|
alt?: string | null;
|
|
585
590
|
provider?: string | null | undefined;
|
|
591
|
+
caption?: string | null | undefined;
|
|
586
592
|
} & {
|
|
587
593
|
linkTo?: ({
|
|
588
594
|
__TYPE__: "ImageLink";
|
|
@@ -806,6 +812,7 @@ export declare const GroupLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
806
812
|
credits?: string | null;
|
|
807
813
|
alt?: string | null;
|
|
808
814
|
provider?: string | null | undefined;
|
|
815
|
+
caption?: string | null | undefined;
|
|
809
816
|
} & {
|
|
810
817
|
thumbnails?: {
|
|
811
818
|
[x: string]: {
|
|
@@ -830,6 +837,7 @@ export declare const GroupLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
830
837
|
credits?: string | null;
|
|
831
838
|
alt?: string | null;
|
|
832
839
|
provider?: string | null | undefined;
|
|
840
|
+
caption?: string | null | undefined;
|
|
833
841
|
};
|
|
834
842
|
};
|
|
835
843
|
} & {
|
|
@@ -904,6 +912,7 @@ export declare const GroupLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
904
912
|
credits?: string | null;
|
|
905
913
|
alt?: string | null;
|
|
906
914
|
provider?: string | null | undefined;
|
|
915
|
+
caption?: string | null | undefined;
|
|
907
916
|
} & {
|
|
908
917
|
linkTo?: ({
|
|
909
918
|
__TYPE__: "ImageLink";
|
|
@@ -1126,6 +1135,7 @@ export declare const isGroupContent: (u: unknown) => u is {
|
|
|
1126
1135
|
credits?: string | null;
|
|
1127
1136
|
alt?: string | null;
|
|
1128
1137
|
provider?: string | null | undefined;
|
|
1138
|
+
caption?: string | null | undefined;
|
|
1129
1139
|
} & {
|
|
1130
1140
|
thumbnails?: {
|
|
1131
1141
|
[x: string]: {
|
|
@@ -1150,6 +1160,7 @@ export declare const isGroupContent: (u: unknown) => u is {
|
|
|
1150
1160
|
credits?: string | null;
|
|
1151
1161
|
alt?: string | null;
|
|
1152
1162
|
provider?: string | null | undefined;
|
|
1163
|
+
caption?: string | null | undefined;
|
|
1153
1164
|
};
|
|
1154
1165
|
};
|
|
1155
1166
|
} & {
|
|
@@ -1224,6 +1235,7 @@ export declare const isGroupContent: (u: unknown) => u is {
|
|
|
1224
1235
|
credits?: string | null;
|
|
1225
1236
|
alt?: string | null;
|
|
1226
1237
|
provider?: string | null | undefined;
|
|
1238
|
+
caption?: string | null | undefined;
|
|
1227
1239
|
} & {
|
|
1228
1240
|
linkTo?: ({
|
|
1229
1241
|
__TYPE__: "ImageLink";
|
|
@@ -1445,6 +1457,7 @@ export declare const GroupContent: t.ExactC<t.TypeC<{
|
|
|
1445
1457
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1446
1458
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1447
1459
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1460
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1448
1461
|
}>]>>, t.PartialC<{
|
|
1449
1462
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1450
1463
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -1468,6 +1481,7 @@ export declare const GroupContent: t.ExactC<t.TypeC<{
|
|
|
1468
1481
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1469
1482
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1470
1483
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1484
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1471
1485
|
}>]>>>;
|
|
1472
1486
|
}>]>, t.ExactC<t.TypeC<{
|
|
1473
1487
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -1543,6 +1557,7 @@ export declare const GroupContent: t.ExactC<t.TypeC<{
|
|
|
1543
1557
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1544
1558
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1545
1559
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1560
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1546
1561
|
}>]>>, t.PartialC<{
|
|
1547
1562
|
linkTo: t.UnionC<[t.Type<({
|
|
1548
1563
|
__TYPE__: "ImageLink";
|
|
@@ -85,6 +85,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
85
85
|
credits: t.Type<string | null, string | null, unknown>;
|
|
86
86
|
alt: t.Type<string | null, string | null, unknown>;
|
|
87
87
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
88
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
88
89
|
}>]>>, t.PartialC<{
|
|
89
90
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
90
91
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -108,6 +109,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
108
109
|
credits: t.Type<string | null, string | null, unknown>;
|
|
109
110
|
alt: t.Type<string | null, string | null, unknown>;
|
|
110
111
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
112
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
111
113
|
}>]>>>;
|
|
112
114
|
}>]>, t.ExactC<t.TypeC<{
|
|
113
115
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -183,6 +185,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
183
185
|
credits: t.Type<string | null, string | null, unknown>;
|
|
184
186
|
alt: t.Type<string | null, string | null, unknown>;
|
|
185
187
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
188
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
186
189
|
}>]>>, t.PartialC<{
|
|
187
190
|
linkTo: t.UnionC<[t.Type<({
|
|
188
191
|
__TYPE__: "ImageLink";
|
|
@@ -479,6 +482,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
479
482
|
credits: t.Type<string | null, string | null, unknown>;
|
|
480
483
|
alt: t.Type<string | null, string | null, unknown>;
|
|
481
484
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
485
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
482
486
|
}>]>>, t.PartialC<{
|
|
483
487
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
484
488
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -502,6 +506,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
502
506
|
credits: t.Type<string | null, string | null, unknown>;
|
|
503
507
|
alt: t.Type<string | null, string | null, unknown>;
|
|
504
508
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
509
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
505
510
|
}>]>>>;
|
|
506
511
|
}>]>, t.ExactC<t.TypeC<{
|
|
507
512
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -577,6 +582,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
577
582
|
credits: t.Type<string | null, string | null, unknown>;
|
|
578
583
|
alt: t.Type<string | null, string | null, unknown>;
|
|
579
584
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
585
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
580
586
|
}>]>>, t.PartialC<{
|
|
581
587
|
linkTo: t.UnionC<[t.Type<({
|
|
582
588
|
__TYPE__: "ImageLink";
|
|
@@ -882,6 +888,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
882
888
|
credits: t.Type<string | null, string | null, unknown>;
|
|
883
889
|
alt: t.Type<string | null, string | null, unknown>;
|
|
884
890
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
891
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
885
892
|
}>]>>, t.PartialC<{
|
|
886
893
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
887
894
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -905,6 +912,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
905
912
|
credits: t.Type<string | null, string | null, unknown>;
|
|
906
913
|
alt: t.Type<string | null, string | null, unknown>;
|
|
907
914
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
915
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
908
916
|
}>]>>>;
|
|
909
917
|
}>]>, t.ExactC<t.TypeC<{
|
|
910
918
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -980,6 +988,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
980
988
|
credits: t.Type<string | null, string | null, unknown>;
|
|
981
989
|
alt: t.Type<string | null, string | null, unknown>;
|
|
982
990
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
991
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
983
992
|
}>]>>, t.PartialC<{
|
|
984
993
|
linkTo: t.UnionC<[t.Type<({
|
|
985
994
|
__TYPE__: "ImageLink";
|
|
@@ -1277,6 +1286,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1277
1286
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1278
1287
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1279
1288
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1289
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1280
1290
|
}>]>>, t.PartialC<{
|
|
1281
1291
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1282
1292
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -1300,6 +1310,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1300
1310
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1301
1311
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1302
1312
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1313
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1303
1314
|
}>]>>>;
|
|
1304
1315
|
}>]>, t.ExactC<t.TypeC<{
|
|
1305
1316
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -1375,6 +1386,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1375
1386
|
credits: t.Type<string | null, string | null, unknown>;
|
|
1376
1387
|
alt: t.Type<string | null, string | null, unknown>;
|
|
1377
1388
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1389
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1378
1390
|
}>]>>, t.PartialC<{
|
|
1379
1391
|
linkTo: t.UnionC<[t.Type<({
|
|
1380
1392
|
__TYPE__: "ImageLink";
|
|
@@ -1674,6 +1686,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<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 WidgetContent: t.UnionC<[t.ExactC<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 WidgetContent: t.UnionC<[t.ExactC<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";
|
|
@@ -2069,6 +2084,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2069
2084
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2070
2085
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2071
2086
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2087
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2072
2088
|
}>]>>, t.PartialC<{
|
|
2073
2089
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2074
2090
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2092,6 +2108,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2092
2108
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2093
2109
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2094
2110
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2111
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2095
2112
|
}>]>>>;
|
|
2096
2113
|
}>]>, t.ExactC<t.TypeC<{
|
|
2097
2114
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2167,6 +2184,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2167
2184
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2168
2185
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2169
2186
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2187
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2170
2188
|
}>]>>, t.PartialC<{
|
|
2171
2189
|
linkTo: t.UnionC<[t.Type<({
|
|
2172
2190
|
__TYPE__: "ImageLink";
|
|
@@ -2463,6 +2481,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2463
2481
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2464
2482
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2465
2483
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2484
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2466
2485
|
}>]>>, t.PartialC<{
|
|
2467
2486
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2468
2487
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2486,6 +2505,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2486
2505
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2487
2506
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2488
2507
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2508
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2489
2509
|
}>]>>>;
|
|
2490
2510
|
}>]>, t.ExactC<t.TypeC<{
|
|
2491
2511
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2561,6 +2581,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2561
2581
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2562
2582
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2563
2583
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2584
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2564
2585
|
}>]>>, t.PartialC<{
|
|
2565
2586
|
linkTo: t.UnionC<[t.Type<({
|
|
2566
2587
|
__TYPE__: "ImageLink";
|
|
@@ -2859,6 +2880,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2859
2880
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2860
2881
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2861
2882
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2883
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2862
2884
|
}>]>>, t.PartialC<{
|
|
2863
2885
|
thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2864
2886
|
origin: t.ExactC<t.TypeC<{
|
|
@@ -2882,6 +2904,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2882
2904
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2883
2905
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2884
2906
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2907
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2885
2908
|
}>]>>>;
|
|
2886
2909
|
}>]>, t.ExactC<t.TypeC<{
|
|
2887
2910
|
__TYPE__: t.LiteralC<"ImageContent">;
|
|
@@ -2957,6 +2980,7 @@ export declare const WidgetContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2957
2980
|
credits: t.Type<string | null, string | null, unknown>;
|
|
2958
2981
|
alt: t.Type<string | null, string | null, unknown>;
|
|
2959
2982
|
provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2983
|
+
caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2960
2984
|
}>]>>, t.PartialC<{
|
|
2961
2985
|
linkTo: t.UnionC<[t.Type<({
|
|
2962
2986
|
__TYPE__: "ImageLink";
|
|
@@ -3256,6 +3280,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3256
3280
|
credits?: string | null;
|
|
3257
3281
|
alt?: string | null;
|
|
3258
3282
|
provider?: string | null | undefined;
|
|
3283
|
+
caption?: string | null | undefined;
|
|
3259
3284
|
} & {
|
|
3260
3285
|
thumbnails?: {
|
|
3261
3286
|
[x: string]: {
|
|
@@ -3280,6 +3305,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3280
3305
|
credits?: string | null;
|
|
3281
3306
|
alt?: string | null;
|
|
3282
3307
|
provider?: string | null | undefined;
|
|
3308
|
+
caption?: string | null | undefined;
|
|
3283
3309
|
};
|
|
3284
3310
|
};
|
|
3285
3311
|
} & {
|
|
@@ -3354,6 +3380,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3354
3380
|
credits?: string | null;
|
|
3355
3381
|
alt?: string | null;
|
|
3356
3382
|
provider?: string | null | undefined;
|
|
3383
|
+
caption?: string | null | undefined;
|
|
3357
3384
|
} & {
|
|
3358
3385
|
linkTo?: ({
|
|
3359
3386
|
__TYPE__: "ImageLink";
|
|
@@ -3572,6 +3599,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3572
3599
|
credits?: string | null;
|
|
3573
3600
|
alt?: string | null;
|
|
3574
3601
|
provider?: string | null | undefined;
|
|
3602
|
+
caption?: string | null | undefined;
|
|
3575
3603
|
} & {
|
|
3576
3604
|
thumbnails?: {
|
|
3577
3605
|
[x: string]: {
|
|
@@ -3596,6 +3624,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3596
3624
|
credits?: string | null;
|
|
3597
3625
|
alt?: string | null;
|
|
3598
3626
|
provider?: string | null | undefined;
|
|
3627
|
+
caption?: string | null | undefined;
|
|
3599
3628
|
};
|
|
3600
3629
|
};
|
|
3601
3630
|
} & {
|
|
@@ -3670,6 +3699,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3670
3699
|
credits?: string | null;
|
|
3671
3700
|
alt?: string | null;
|
|
3672
3701
|
provider?: string | null | undefined;
|
|
3702
|
+
caption?: string | null | undefined;
|
|
3673
3703
|
} & {
|
|
3674
3704
|
linkTo?: ({
|
|
3675
3705
|
__TYPE__: "ImageLink";
|
|
@@ -3895,6 +3925,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3895
3925
|
credits?: string | null;
|
|
3896
3926
|
alt?: string | null;
|
|
3897
3927
|
provider?: string | null | undefined;
|
|
3928
|
+
caption?: string | null | undefined;
|
|
3898
3929
|
} & {
|
|
3899
3930
|
thumbnails?: {
|
|
3900
3931
|
[x: string]: {
|
|
@@ -3919,6 +3950,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3919
3950
|
credits?: string | null;
|
|
3920
3951
|
alt?: string | null;
|
|
3921
3952
|
provider?: string | null | undefined;
|
|
3953
|
+
caption?: string | null | undefined;
|
|
3922
3954
|
};
|
|
3923
3955
|
};
|
|
3924
3956
|
} & {
|
|
@@ -3993,6 +4025,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3993
4025
|
credits?: string | null;
|
|
3994
4026
|
alt?: string | null;
|
|
3995
4027
|
provider?: string | null | undefined;
|
|
4028
|
+
caption?: string | null | undefined;
|
|
3996
4029
|
} & {
|
|
3997
4030
|
linkTo?: ({
|
|
3998
4031
|
__TYPE__: "ImageLink";
|
|
@@ -4211,6 +4244,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4211
4244
|
credits?: string | null;
|
|
4212
4245
|
alt?: string | null;
|
|
4213
4246
|
provider?: string | null | undefined;
|
|
4247
|
+
caption?: string | null | undefined;
|
|
4214
4248
|
} & {
|
|
4215
4249
|
thumbnails?: {
|
|
4216
4250
|
[x: string]: {
|
|
@@ -4235,6 +4269,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4235
4269
|
credits?: string | null;
|
|
4236
4270
|
alt?: string | null;
|
|
4237
4271
|
provider?: string | null | undefined;
|
|
4272
|
+
caption?: string | null | undefined;
|
|
4238
4273
|
};
|
|
4239
4274
|
};
|
|
4240
4275
|
} & {
|
|
@@ -4309,6 +4344,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4309
4344
|
credits?: string | null;
|
|
4310
4345
|
alt?: string | null;
|
|
4311
4346
|
provider?: string | null | undefined;
|
|
4347
|
+
caption?: string | null | undefined;
|
|
4312
4348
|
} & {
|
|
4313
4349
|
linkTo?: ({
|
|
4314
4350
|
__TYPE__: "ImageLink";
|
|
@@ -4528,6 +4564,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4528
4564
|
credits?: string | null;
|
|
4529
4565
|
alt?: string | null;
|
|
4530
4566
|
provider?: string | null | undefined;
|
|
4567
|
+
caption?: string | null | undefined;
|
|
4531
4568
|
} & {
|
|
4532
4569
|
thumbnails?: {
|
|
4533
4570
|
[x: string]: {
|
|
@@ -4552,6 +4589,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4552
4589
|
credits?: string | null;
|
|
4553
4590
|
alt?: string | null;
|
|
4554
4591
|
provider?: string | null | undefined;
|
|
4592
|
+
caption?: string | null | undefined;
|
|
4555
4593
|
};
|
|
4556
4594
|
};
|
|
4557
4595
|
} & {
|
|
@@ -4626,6 +4664,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4626
4664
|
credits?: string | null;
|
|
4627
4665
|
alt?: string | null;
|
|
4628
4666
|
provider?: string | null | undefined;
|
|
4667
|
+
caption?: string | null | undefined;
|
|
4629
4668
|
} & {
|
|
4630
4669
|
linkTo?: ({
|
|
4631
4670
|
__TYPE__: "ImageLink";
|
|
@@ -4844,6 +4883,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4844
4883
|
credits?: string | null;
|
|
4845
4884
|
alt?: string | null;
|
|
4846
4885
|
provider?: string | null | undefined;
|
|
4886
|
+
caption?: string | null | undefined;
|
|
4847
4887
|
} & {
|
|
4848
4888
|
thumbnails?: {
|
|
4849
4889
|
[x: string]: {
|
|
@@ -4868,6 +4908,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4868
4908
|
credits?: string | null;
|
|
4869
4909
|
alt?: string | null;
|
|
4870
4910
|
provider?: string | null | undefined;
|
|
4911
|
+
caption?: string | null | undefined;
|
|
4871
4912
|
};
|
|
4872
4913
|
};
|
|
4873
4914
|
} & {
|
|
@@ -4942,6 +4983,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4942
4983
|
credits?: string | null;
|
|
4943
4984
|
alt?: string | null;
|
|
4944
4985
|
provider?: string | null | undefined;
|
|
4986
|
+
caption?: string | null | undefined;
|
|
4945
4987
|
} & {
|
|
4946
4988
|
linkTo?: ({
|
|
4947
4989
|
__TYPE__: "ImageLink";
|
|
@@ -5162,6 +5204,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5162
5204
|
credits?: string | null;
|
|
5163
5205
|
alt?: string | null;
|
|
5164
5206
|
provider?: string | null | undefined;
|
|
5207
|
+
caption?: string | null | undefined;
|
|
5165
5208
|
} & {
|
|
5166
5209
|
thumbnails?: {
|
|
5167
5210
|
[x: string]: {
|
|
@@ -5186,6 +5229,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5186
5229
|
credits?: string | null;
|
|
5187
5230
|
alt?: string | null;
|
|
5188
5231
|
provider?: string | null | undefined;
|
|
5232
|
+
caption?: string | null | undefined;
|
|
5189
5233
|
};
|
|
5190
5234
|
};
|
|
5191
5235
|
} & {
|
|
@@ -5260,6 +5304,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5260
5304
|
credits?: string | null;
|
|
5261
5305
|
alt?: string | null;
|
|
5262
5306
|
provider?: string | null | undefined;
|
|
5307
|
+
caption?: string | null | undefined;
|
|
5263
5308
|
} & {
|
|
5264
5309
|
linkTo?: ({
|
|
5265
5310
|
__TYPE__: "ImageLink";
|
|
@@ -5478,6 +5523,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5478
5523
|
credits?: string | null;
|
|
5479
5524
|
alt?: string | null;
|
|
5480
5525
|
provider?: string | null | undefined;
|
|
5526
|
+
caption?: string | null | undefined;
|
|
5481
5527
|
} & {
|
|
5482
5528
|
thumbnails?: {
|
|
5483
5529
|
[x: string]: {
|
|
@@ -5502,6 +5548,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5502
5548
|
credits?: string | null;
|
|
5503
5549
|
alt?: string | null;
|
|
5504
5550
|
provider?: string | null | undefined;
|
|
5551
|
+
caption?: string | null | undefined;
|
|
5505
5552
|
};
|
|
5506
5553
|
};
|
|
5507
5554
|
} & {
|
|
@@ -5576,6 +5623,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5576
5623
|
credits?: string | null;
|
|
5577
5624
|
alt?: string | null;
|
|
5578
5625
|
provider?: string | null | undefined;
|
|
5626
|
+
caption?: string | null | undefined;
|
|
5579
5627
|
} & {
|
|
5580
5628
|
linkTo?: ({
|
|
5581
5629
|
__TYPE__: "ImageLink";
|
|
@@ -5798,6 +5846,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
5798
5846
|
credits?: string | null;
|
|
5799
5847
|
alt?: string | null;
|
|
5800
5848
|
provider?: string | null | undefined;
|
|
5849
|
+
caption?: string | null | undefined;
|
|
5801
5850
|
} & {
|
|
5802
5851
|
thumbnails?: {
|
|
5803
5852
|
[x: string]: {
|
|
@@ -5822,6 +5871,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
5822
5871
|
credits?: string | null;
|
|
5823
5872
|
alt?: string | null;
|
|
5824
5873
|
provider?: string | null | undefined;
|
|
5874
|
+
caption?: string | null | undefined;
|
|
5825
5875
|
};
|
|
5826
5876
|
};
|
|
5827
5877
|
} & {
|
|
@@ -5896,6 +5946,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
5896
5946
|
credits?: string | null;
|
|
5897
5947
|
alt?: string | null;
|
|
5898
5948
|
provider?: string | null | undefined;
|
|
5949
|
+
caption?: string | null | undefined;
|
|
5899
5950
|
} & {
|
|
5900
5951
|
linkTo?: ({
|
|
5901
5952
|
__TYPE__: "ImageLink";
|
|
@@ -6114,6 +6165,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6114
6165
|
credits?: string | null;
|
|
6115
6166
|
alt?: string | null;
|
|
6116
6167
|
provider?: string | null | undefined;
|
|
6168
|
+
caption?: string | null | undefined;
|
|
6117
6169
|
} & {
|
|
6118
6170
|
thumbnails?: {
|
|
6119
6171
|
[x: string]: {
|
|
@@ -6138,6 +6190,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6138
6190
|
credits?: string | null;
|
|
6139
6191
|
alt?: string | null;
|
|
6140
6192
|
provider?: string | null | undefined;
|
|
6193
|
+
caption?: string | null | undefined;
|
|
6141
6194
|
};
|
|
6142
6195
|
};
|
|
6143
6196
|
} & {
|
|
@@ -6212,6 +6265,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6212
6265
|
credits?: string | null;
|
|
6213
6266
|
alt?: string | null;
|
|
6214
6267
|
provider?: string | null | undefined;
|
|
6268
|
+
caption?: string | null | undefined;
|
|
6215
6269
|
} & {
|
|
6216
6270
|
linkTo?: ({
|
|
6217
6271
|
__TYPE__: "ImageLink";
|
|
@@ -6437,6 +6491,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6437
6491
|
credits?: string | null;
|
|
6438
6492
|
alt?: string | null;
|
|
6439
6493
|
provider?: string | null | undefined;
|
|
6494
|
+
caption?: string | null | undefined;
|
|
6440
6495
|
} & {
|
|
6441
6496
|
thumbnails?: {
|
|
6442
6497
|
[x: string]: {
|
|
@@ -6461,6 +6516,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6461
6516
|
credits?: string | null;
|
|
6462
6517
|
alt?: string | null;
|
|
6463
6518
|
provider?: string | null | undefined;
|
|
6519
|
+
caption?: string | null | undefined;
|
|
6464
6520
|
};
|
|
6465
6521
|
};
|
|
6466
6522
|
} & {
|
|
@@ -6535,6 +6591,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6535
6591
|
credits?: string | null;
|
|
6536
6592
|
alt?: string | null;
|
|
6537
6593
|
provider?: string | null | undefined;
|
|
6594
|
+
caption?: string | null | undefined;
|
|
6538
6595
|
} & {
|
|
6539
6596
|
linkTo?: ({
|
|
6540
6597
|
__TYPE__: "ImageLink";
|
|
@@ -6753,6 +6810,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6753
6810
|
credits?: string | null;
|
|
6754
6811
|
alt?: string | null;
|
|
6755
6812
|
provider?: string | null | undefined;
|
|
6813
|
+
caption?: string | null | undefined;
|
|
6756
6814
|
} & {
|
|
6757
6815
|
thumbnails?: {
|
|
6758
6816
|
[x: string]: {
|
|
@@ -6777,6 +6835,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6777
6835
|
credits?: string | null;
|
|
6778
6836
|
alt?: string | null;
|
|
6779
6837
|
provider?: string | null | undefined;
|
|
6838
|
+
caption?: string | null | undefined;
|
|
6780
6839
|
};
|
|
6781
6840
|
};
|
|
6782
6841
|
} & {
|
|
@@ -6851,6 +6910,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6851
6910
|
credits?: string | null;
|
|
6852
6911
|
alt?: string | null;
|
|
6853
6912
|
provider?: string | null | undefined;
|
|
6913
|
+
caption?: string | null | undefined;
|
|
6854
6914
|
} & {
|
|
6855
6915
|
linkTo?: ({
|
|
6856
6916
|
__TYPE__: "ImageLink";
|
|
@@ -7070,6 +7130,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7070
7130
|
credits?: string | null;
|
|
7071
7131
|
alt?: string | null;
|
|
7072
7132
|
provider?: string | null | undefined;
|
|
7133
|
+
caption?: string | null | undefined;
|
|
7073
7134
|
} & {
|
|
7074
7135
|
thumbnails?: {
|
|
7075
7136
|
[x: string]: {
|
|
@@ -7094,6 +7155,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7094
7155
|
credits?: string | null;
|
|
7095
7156
|
alt?: string | null;
|
|
7096
7157
|
provider?: string | null | undefined;
|
|
7158
|
+
caption?: string | null | undefined;
|
|
7097
7159
|
};
|
|
7098
7160
|
};
|
|
7099
7161
|
} & {
|
|
@@ -7168,6 +7230,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7168
7230
|
credits?: string | null;
|
|
7169
7231
|
alt?: string | null;
|
|
7170
7232
|
provider?: string | null | undefined;
|
|
7233
|
+
caption?: string | null | undefined;
|
|
7171
7234
|
} & {
|
|
7172
7235
|
linkTo?: ({
|
|
7173
7236
|
__TYPE__: "ImageLink";
|
|
@@ -7386,6 +7449,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7386
7449
|
credits?: string | null;
|
|
7387
7450
|
alt?: string | null;
|
|
7388
7451
|
provider?: string | null | undefined;
|
|
7452
|
+
caption?: string | null | undefined;
|
|
7389
7453
|
} & {
|
|
7390
7454
|
thumbnails?: {
|
|
7391
7455
|
[x: string]: {
|
|
@@ -7410,6 +7474,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7410
7474
|
credits?: string | null;
|
|
7411
7475
|
alt?: string | null;
|
|
7412
7476
|
provider?: string | null | undefined;
|
|
7477
|
+
caption?: string | null | undefined;
|
|
7413
7478
|
};
|
|
7414
7479
|
};
|
|
7415
7480
|
} & {
|
|
@@ -7484,6 +7549,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7484
7549
|
credits?: string | null;
|
|
7485
7550
|
alt?: string | null;
|
|
7486
7551
|
provider?: string | null | undefined;
|
|
7552
|
+
caption?: string | null | undefined;
|
|
7487
7553
|
} & {
|
|
7488
7554
|
linkTo?: ({
|
|
7489
7555
|
__TYPE__: "ImageLink";
|
|
@@ -7704,6 +7770,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7704
7770
|
credits?: string | null;
|
|
7705
7771
|
alt?: string | null;
|
|
7706
7772
|
provider?: string | null | undefined;
|
|
7773
|
+
caption?: string | null | undefined;
|
|
7707
7774
|
} & {
|
|
7708
7775
|
thumbnails?: {
|
|
7709
7776
|
[x: string]: {
|
|
@@ -7728,6 +7795,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7728
7795
|
credits?: string | null;
|
|
7729
7796
|
alt?: string | null;
|
|
7730
7797
|
provider?: string | null | undefined;
|
|
7798
|
+
caption?: string | null | undefined;
|
|
7731
7799
|
};
|
|
7732
7800
|
};
|
|
7733
7801
|
} & {
|
|
@@ -7802,6 +7870,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7802
7870
|
credits?: string | null;
|
|
7803
7871
|
alt?: string | null;
|
|
7804
7872
|
provider?: string | null | undefined;
|
|
7873
|
+
caption?: string | null | undefined;
|
|
7805
7874
|
} & {
|
|
7806
7875
|
linkTo?: ({
|
|
7807
7876
|
__TYPE__: "ImageLink";
|
|
@@ -8020,6 +8089,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
8020
8089
|
credits?: string | null;
|
|
8021
8090
|
alt?: string | null;
|
|
8022
8091
|
provider?: string | null | undefined;
|
|
8092
|
+
caption?: string | null | undefined;
|
|
8023
8093
|
} & {
|
|
8024
8094
|
thumbnails?: {
|
|
8025
8095
|
[x: string]: {
|
|
@@ -8044,6 +8114,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
8044
8114
|
credits?: string | null;
|
|
8045
8115
|
alt?: string | null;
|
|
8046
8116
|
provider?: string | null | undefined;
|
|
8117
|
+
caption?: string | null | undefined;
|
|
8047
8118
|
};
|
|
8048
8119
|
};
|
|
8049
8120
|
} & {
|
|
@@ -8118,6 +8189,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
8118
8189
|
credits?: string | null;
|
|
8119
8190
|
alt?: string | null;
|
|
8120
8191
|
provider?: string | null | undefined;
|
|
8192
|
+
caption?: string | null | undefined;
|
|
8121
8193
|
} & {
|
|
8122
8194
|
linkTo?: ({
|
|
8123
8195
|
__TYPE__: "ImageLink";
|