@prismicio/types-internal 2.4.0-alpha.1 → 2.4.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/lib/content/Document.d.ts +0 -72
  2. package/lib/content/fields/GroupContent.d.ts +0 -15
  3. package/lib/content/fields/WidgetContent.d.ts +0 -72
  4. package/lib/content/fields/nestable/ImageContent.d.ts +0 -9
  5. package/lib/content/fields/nestable/ImageContent.js +0 -1
  6. package/lib/content/fields/nestable/NestableContent.d.ts +0 -9
  7. package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +0 -4
  8. package/lib/content/fields/nestable/RichTextContent/index.d.ts +0 -4
  9. package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +0 -18
  10. package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +0 -6
  11. package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +0 -18
  12. package/lib/content/fields/slices/Slice/SharedSliceContent.js +3 -1
  13. package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +0 -18
  14. package/lib/content/fields/slices/Slice/index.d.ts +0 -36
  15. package/lib/content/fields/slices/SliceItem.d.ts +0 -36
  16. package/lib/content/fields/slices/SlicesContent.d.ts +0 -54
  17. package/lib/customtypes/CustomType.d.ts +169 -14
  18. package/lib/customtypes/Section.d.ts +169 -14
  19. package/lib/customtypes/diff/SharedSlice.d.ts +338 -4
  20. package/lib/customtypes/diff/Variation.d.ts +340 -5
  21. package/lib/customtypes/widgets/Group.d.ts +0 -2
  22. package/lib/customtypes/widgets/Widget.d.ts +169 -16
  23. package/lib/customtypes/widgets/nestable/Image.d.ts +0 -2
  24. package/lib/customtypes/widgets/nestable/Image.js +0 -1
  25. package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +0 -1
  26. package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +0 -2
  27. package/lib/customtypes/widgets/slices/LegacySlice.d.ts +0 -2
  28. package/lib/customtypes/widgets/slices/SharedSlice.d.ts +336 -6
  29. package/lib/customtypes/widgets/slices/SharedSlice.js +2 -1
  30. package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +327 -0
  31. package/lib/customtypes/widgets/slices/SlicePrimaryWidget.js +8 -0
  32. package/lib/customtypes/widgets/slices/SliceWidget.d.ts +327 -0
  33. package/lib/customtypes/widgets/slices/SliceWidget.js +8 -0
  34. package/lib/customtypes/widgets/slices/Slices.d.ts +338 -24
  35. package/lib/customtypes/widgets/slices/index.d.ts +1 -0
  36. package/lib/customtypes/widgets/slices/index.js +1 -0
  37. package/package.json +1 -1
  38. package/src/content/fields/nestable/ImageContent.ts +0 -1
  39. package/src/content/fields/slices/Slice/SharedSliceContent.ts +12 -2
  40. package/src/customtypes/diff/Variation.ts +6 -5
  41. package/src/customtypes/widgets/nestable/Image.ts +0 -1
  42. package/src/customtypes/widgets/slices/SharedSlice.ts +2 -1
  43. package/src/customtypes/widgets/slices/SlicePrimaryWidget.ts +9 -0
  44. package/src/customtypes/widgets/slices/index.ts +1 -0
@@ -84,7 +84,6 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
84
84
  credits: t.Type<string | null, string | null, unknown>;
85
85
  alt: t.Type<string | null, string | null, unknown>;
86
86
  provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
87
- caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
88
87
  }>]>>, t.PartialC<{
89
88
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
90
89
  origin: t.ExactC<t.TypeC<{
@@ -108,7 +107,6 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
108
107
  credits: t.Type<string | null, string | null, unknown>;
109
108
  alt: t.Type<string | null, string | null, unknown>;
110
109
  provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
111
- caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
112
110
  }>]>>>;
113
111
  }>]>, t.ExactC<t.TypeC<{
114
112
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -184,7 +182,6 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
184
182
  credits: t.Type<string | null, string | null, unknown>;
185
183
  alt: t.Type<string | null, string | null, unknown>;
186
184
  provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
187
- caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
188
185
  }>]>>, t.PartialC<{
189
186
  linkTo: t.UnionC<[t.Type<({
190
187
  __TYPE__: "ImageLink";
@@ -483,7 +480,6 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
483
480
  credits: t.Type<string | null, string | null, unknown>;
484
481
  alt: t.Type<string | null, string | null, unknown>;
485
482
  provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
486
- caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
487
483
  }>]>>, t.PartialC<{
488
484
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
489
485
  origin: t.ExactC<t.TypeC<{
@@ -507,7 +503,6 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
507
503
  credits: t.Type<string | null, string | null, unknown>;
508
504
  alt: t.Type<string | null, string | null, unknown>;
509
505
  provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
510
- caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
511
506
  }>]>>>;
512
507
  }>]>, t.ExactC<t.TypeC<{
513
508
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -583,7 +578,6 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
583
578
  credits: t.Type<string | null, string | null, unknown>;
584
579
  alt: t.Type<string | null, string | null, unknown>;
585
580
  provider: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
586
- caption: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
587
581
  }>]>>, t.PartialC<{
588
582
  linkTo: t.UnionC<[t.Type<({
589
583
  __TYPE__: "ImageLink";
@@ -882,7 +876,6 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
882
876
  credits?: string | null;
883
877
  alt?: string | null;
884
878
  provider?: string | null | undefined;
885
- caption?: string | null | undefined;
886
879
  } & {
887
880
  thumbnails?: {
888
881
  [x: string]: {
@@ -907,7 +900,6 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
907
900
  credits?: string | null;
908
901
  alt?: string | null;
909
902
  provider?: string | null | undefined;
910
- caption?: string | null | undefined;
911
903
  };
912
904
  };
913
905
  } & {
@@ -982,7 +974,6 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
982
974
  credits?: string | null;
983
975
  alt?: string | null;
984
976
  provider?: string | null | undefined;
985
- caption?: string | null | undefined;
986
977
  } & {
987
978
  linkTo?: ({
988
979
  __TYPE__: "ImageLink";
@@ -1201,7 +1192,6 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
1201
1192
  credits?: string | null;
1202
1193
  alt?: string | null;
1203
1194
  provider?: string | null | undefined;
1204
- caption?: string | null | undefined;
1205
1195
  } & {
1206
1196
  thumbnails?: {
1207
1197
  [x: string]: {
@@ -1226,7 +1216,6 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
1226
1216
  credits?: string | null;
1227
1217
  alt?: string | null;
1228
1218
  provider?: string | null | undefined;
1229
- caption?: string | null | undefined;
1230
1219
  };
1231
1220
  };
1232
1221
  } & {
@@ -1301,7 +1290,6 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
1301
1290
  credits?: string | null;
1302
1291
  alt?: string | null;
1303
1292
  provider?: string | null | undefined;
1304
- caption?: string | null | undefined;
1305
1293
  } & {
1306
1294
  linkTo?: ({
1307
1295
  __TYPE__: "ImageLink";
@@ -1520,7 +1508,6 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1520
1508
  credits?: string | null;
1521
1509
  alt?: string | null;
1522
1510
  provider?: string | null | undefined;
1523
- caption?: string | null | undefined;
1524
1511
  } & {
1525
1512
  thumbnails?: {
1526
1513
  [x: string]: {
@@ -1545,7 +1532,6 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1545
1532
  credits?: string | null;
1546
1533
  alt?: string | null;
1547
1534
  provider?: string | null | undefined;
1548
- caption?: string | null | undefined;
1549
1535
  };
1550
1536
  };
1551
1537
  } & {
@@ -1620,7 +1606,6 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1620
1606
  credits?: string | null;
1621
1607
  alt?: string | null;
1622
1608
  provider?: string | null | undefined;
1623
- caption?: string | null | undefined;
1624
1609
  } & {
1625
1610
  linkTo?: ({
1626
1611
  __TYPE__: "ImageLink";
@@ -1839,7 +1824,6 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1839
1824
  credits?: string | null;
1840
1825
  alt?: string | null;
1841
1826
  provider?: string | null | undefined;
1842
- caption?: string | null | undefined;
1843
1827
  } & {
1844
1828
  thumbnails?: {
1845
1829
  [x: string]: {
@@ -1864,7 +1848,6 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1864
1848
  credits?: string | null;
1865
1849
  alt?: string | null;
1866
1850
  provider?: string | null | undefined;
1867
- caption?: string | null | undefined;
1868
1851
  };
1869
1852
  };
1870
1853
  } & {
@@ -1939,7 +1922,6 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1939
1922
  credits?: string | null;
1940
1923
  alt?: string | null;
1941
1924
  provider?: string | null | undefined;
1942
- caption?: string | null | undefined;
1943
1925
  } & {
1944
1926
  linkTo?: ({
1945
1927
  __TYPE__: "ImageLink";
@@ -82,7 +82,6 @@ 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;
86
85
  } & {
87
86
  thumbnails?: {
88
87
  [x: string]: {
@@ -107,7 +106,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
107
106
  credits?: string | null;
108
107
  alt?: string | null;
109
108
  provider?: string | null | undefined;
110
- caption?: string | null | undefined;
111
109
  };
112
110
  };
113
111
  } & {
@@ -182,7 +180,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
182
180
  credits?: string | null;
183
181
  alt?: string | null;
184
182
  provider?: string | null | undefined;
185
- caption?: string | null | undefined;
186
183
  } & {
187
184
  linkTo?: ({
188
185
  __TYPE__: "ImageLink";
@@ -401,7 +398,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
401
398
  credits?: string | null;
402
399
  alt?: string | null;
403
400
  provider?: string | null | undefined;
404
- caption?: string | null | undefined;
405
401
  } & {
406
402
  thumbnails?: {
407
403
  [x: string]: {
@@ -426,7 +422,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
426
422
  credits?: string | null;
427
423
  alt?: string | null;
428
424
  provider?: string | null | undefined;
429
- caption?: string | null | undefined;
430
425
  };
431
426
  };
432
427
  } & {
@@ -501,7 +496,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
501
496
  credits?: string | null;
502
497
  alt?: string | null;
503
498
  provider?: string | null | undefined;
504
- caption?: string | null | undefined;
505
499
  } & {
506
500
  linkTo?: ({
507
501
  __TYPE__: "ImageLink";
@@ -721,7 +715,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
721
715
  credits?: string | null;
722
716
  alt?: string | null;
723
717
  provider?: string | null | undefined;
724
- caption?: string | null | undefined;
725
718
  } & {
726
719
  thumbnails?: {
727
720
  [x: string]: {
@@ -746,7 +739,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
746
739
  credits?: string | null;
747
740
  alt?: string | null;
748
741
  provider?: string | null | undefined;
749
- caption?: string | null | undefined;
750
742
  };
751
743
  };
752
744
  } & {
@@ -821,7 +813,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
821
813
  credits?: string | null;
822
814
  alt?: string | null;
823
815
  provider?: string | null | undefined;
824
- caption?: string | null | undefined;
825
816
  } & {
826
817
  linkTo?: ({
827
818
  __TYPE__: "ImageLink";
@@ -1040,7 +1031,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1040
1031
  credits?: string | null;
1041
1032
  alt?: string | null;
1042
1033
  provider?: string | null | undefined;
1043
- caption?: string | null | undefined;
1044
1034
  } & {
1045
1035
  thumbnails?: {
1046
1036
  [x: string]: {
@@ -1065,7 +1055,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1065
1055
  credits?: string | null;
1066
1056
  alt?: string | null;
1067
1057
  provider?: string | null | undefined;
1068
- caption?: string | null | undefined;
1069
1058
  };
1070
1059
  };
1071
1060
  } & {
@@ -1140,7 +1129,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1140
1129
  credits?: string | null;
1141
1130
  alt?: string | null;
1142
1131
  provider?: string | null | undefined;
1143
- caption?: string | null | undefined;
1144
1132
  } & {
1145
1133
  linkTo?: ({
1146
1134
  __TYPE__: "ImageLink";
@@ -1361,7 +1349,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1361
1349
  credits?: string | null;
1362
1350
  alt?: string | null;
1363
1351
  provider?: string | null | undefined;
1364
- caption?: string | null | undefined;
1365
1352
  } & {
1366
1353
  thumbnails?: {
1367
1354
  [x: string]: {
@@ -1386,7 +1373,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1386
1373
  credits?: string | null;
1387
1374
  alt?: string | null;
1388
1375
  provider?: string | null | undefined;
1389
- caption?: string | null | undefined;
1390
1376
  };
1391
1377
  };
1392
1378
  } & {
@@ -1461,7 +1447,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1461
1447
  credits?: string | null;
1462
1448
  alt?: string | null;
1463
1449
  provider?: string | null | undefined;
1464
- caption?: string | null | undefined;
1465
1450
  } & {
1466
1451
  linkTo?: ({
1467
1452
  __TYPE__: "ImageLink";
@@ -1680,7 +1665,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1680
1665
  credits?: string | null;
1681
1666
  alt?: string | null;
1682
1667
  provider?: string | null | undefined;
1683
- caption?: string | null | undefined;
1684
1668
  } & {
1685
1669
  thumbnails?: {
1686
1670
  [x: string]: {
@@ -1705,7 +1689,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1705
1689
  credits?: string | null;
1706
1690
  alt?: string | null;
1707
1691
  provider?: string | null | undefined;
1708
- caption?: string | null | undefined;
1709
1692
  };
1710
1693
  };
1711
1694
  } & {
@@ -1780,7 +1763,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
1780
1763
  credits?: string | null;
1781
1764
  alt?: string | null;
1782
1765
  provider?: string | null | undefined;
1783
- caption?: string | null | undefined;
1784
1766
  } & {
1785
1767
  linkTo?: ({
1786
1768
  __TYPE__: "ImageLink";
@@ -2002,7 +1984,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2002
1984
  credits: t.Type<string | null, string | null, unknown>;
2003
1985
  alt: t.Type<string | null, string | null, unknown>;
2004
1986
  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]>;
2006
1987
  }>]>>, t.PartialC<{
2007
1988
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
2008
1989
  origin: t.ExactC<t.TypeC<{
@@ -2026,7 +2007,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2026
2007
  credits: t.Type<string | null, string | null, unknown>;
2027
2008
  alt: t.Type<string | null, string | null, unknown>;
2028
2009
  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]>;
2030
2010
  }>]>>>;
2031
2011
  }>]>, t.ExactC<t.TypeC<{
2032
2012
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -2102,7 +2082,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2102
2082
  credits: t.Type<string | null, string | null, unknown>;
2103
2083
  alt: t.Type<string | null, string | null, unknown>;
2104
2084
  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]>;
2106
2085
  }>]>>, t.PartialC<{
2107
2086
  linkTo: t.UnionC<[t.Type<({
2108
2087
  __TYPE__: "ImageLink";
@@ -2400,7 +2379,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2400
2379
  credits: t.Type<string | null, string | null, unknown>;
2401
2380
  alt: t.Type<string | null, string | null, unknown>;
2402
2381
  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]>;
2404
2382
  }>]>>, t.PartialC<{
2405
2383
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
2406
2384
  origin: t.ExactC<t.TypeC<{
@@ -2424,7 +2402,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2424
2402
  credits: t.Type<string | null, string | null, unknown>;
2425
2403
  alt: t.Type<string | null, string | null, unknown>;
2426
2404
  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]>;
2428
2405
  }>]>>>;
2429
2406
  }>]>, t.ExactC<t.TypeC<{
2430
2407
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -2500,7 +2477,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2500
2477
  credits: t.Type<string | null, string | null, unknown>;
2501
2478
  alt: t.Type<string | null, string | null, unknown>;
2502
2479
  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]>;
2504
2480
  }>]>>, t.PartialC<{
2505
2481
  linkTo: t.UnionC<[t.Type<({
2506
2482
  __TYPE__: "ImageLink";
@@ -2800,7 +2776,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2800
2776
  credits: t.Type<string | null, string | null, unknown>;
2801
2777
  alt: t.Type<string | null, string | null, unknown>;
2802
2778
  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]>;
2804
2779
  }>]>>, t.PartialC<{
2805
2780
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
2806
2781
  origin: t.ExactC<t.TypeC<{
@@ -2824,7 +2799,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2824
2799
  credits: t.Type<string | null, string | null, unknown>;
2825
2800
  alt: t.Type<string | null, string | null, unknown>;
2826
2801
  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]>;
2828
2802
  }>]>>>;
2829
2803
  }>]>, t.ExactC<t.TypeC<{
2830
2804
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -2900,7 +2874,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
2900
2874
  credits: t.Type<string | null, string | null, unknown>;
2901
2875
  alt: t.Type<string | null, string | null, unknown>;
2902
2876
  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]>;
2904
2877
  }>]>>, t.PartialC<{
2905
2878
  linkTo: t.UnionC<[t.Type<({
2906
2879
  __TYPE__: "ImageLink";
@@ -3198,7 +3171,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3198
3171
  credits: t.Type<string | null, string | null, unknown>;
3199
3172
  alt: t.Type<string | null, string | null, unknown>;
3200
3173
  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]>;
3202
3174
  }>]>>, t.PartialC<{
3203
3175
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
3204
3176
  origin: t.ExactC<t.TypeC<{
@@ -3222,7 +3194,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3222
3194
  credits: t.Type<string | null, string | null, unknown>;
3223
3195
  alt: t.Type<string | null, string | null, unknown>;
3224
3196
  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]>;
3226
3197
  }>]>>>;
3227
3198
  }>]>, t.ExactC<t.TypeC<{
3228
3199
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -3298,7 +3269,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3298
3269
  credits: t.Type<string | null, string | null, unknown>;
3299
3270
  alt: t.Type<string | null, string | null, unknown>;
3300
3271
  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]>;
3302
3272
  }>]>>, t.PartialC<{
3303
3273
  linkTo: t.UnionC<[t.Type<({
3304
3274
  __TYPE__: "ImageLink";
@@ -3595,7 +3565,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3595
3565
  credits: t.Type<string | null, string | null, unknown>;
3596
3566
  alt: t.Type<string | null, string | null, unknown>;
3597
3567
  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]>;
3599
3568
  }>]>>, t.PartialC<{
3600
3569
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
3601
3570
  origin: t.ExactC<t.TypeC<{
@@ -3619,7 +3588,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3619
3588
  credits: t.Type<string | null, string | null, unknown>;
3620
3589
  alt: t.Type<string | null, string | null, unknown>;
3621
3590
  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]>;
3623
3591
  }>]>>>;
3624
3592
  }>]>, t.ExactC<t.TypeC<{
3625
3593
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -3695,7 +3663,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3695
3663
  credits: t.Type<string | null, string | null, unknown>;
3696
3664
  alt: t.Type<string | null, string | null, unknown>;
3697
3665
  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]>;
3699
3666
  }>]>>, t.PartialC<{
3700
3667
  linkTo: t.UnionC<[t.Type<({
3701
3668
  __TYPE__: "ImageLink";
@@ -3994,7 +3961,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
3994
3961
  credits: t.Type<string | null, string | null, unknown>;
3995
3962
  alt: t.Type<string | null, string | null, unknown>;
3996
3963
  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]>;
3998
3964
  }>]>>, t.PartialC<{
3999
3965
  thumbnails: t.RecordC<t.StringC, t.ExactC<t.IntersectionC<[t.TypeC<{
4000
3966
  origin: t.ExactC<t.TypeC<{
@@ -4018,7 +3984,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
4018
3984
  credits: t.Type<string | null, string | null, unknown>;
4019
3985
  alt: t.Type<string | null, string | null, unknown>;
4020
3986
  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]>;
4022
3987
  }>]>>>;
4023
3988
  }>]>, t.ExactC<t.TypeC<{
4024
3989
  __TYPE__: t.LiteralC<"ImageContent">;
@@ -4094,7 +4059,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
4094
4059
  credits: t.Type<string | null, string | null, unknown>;
4095
4060
  alt: t.Type<string | null, string | null, unknown>;
4096
4061
  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]>;
4098
4062
  }>]>>, t.PartialC<{
4099
4063
  linkTo: t.UnionC<[t.Type<({
4100
4064
  __TYPE__: "ImageLink";