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