@prismicio/types-internal 4.6.0-pr.26.1d3a478 → 4.6.0-pr.26.ebb6cbc

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 (2) hide show
  1. package/dist/io-ts.d.ts +136 -136
  2. package/package.json +2 -2
package/dist/io-ts.d.ts CHANGED
@@ -198,14 +198,6 @@ declare const SharedSliceContentSchema: t.Type<{
198
198
  __TYPE__: "SharedSliceContent";
199
199
  variation: string;
200
200
  primary: Record<string, {
201
- type: string;
202
- __TYPE__: "EmptyContent";
203
- } | {
204
- __TYPE__: "IntegrationFieldsContent";
205
- value: string;
206
- } | {
207
- __TYPE__: "SeparatorContent";
208
- } | {
209
201
  type: "Text";
210
202
  value: string;
211
203
  __TYPE__: "FieldContent";
@@ -233,6 +225,9 @@ declare const SharedSliceContentSchema: t.Type<{
233
225
  type: "Select";
234
226
  value: string;
235
227
  __TYPE__: "FieldContent";
228
+ } | {
229
+ type: string;
230
+ __TYPE__: "EmptyContent";
236
231
  } | {
237
232
  __TYPE__: "BooleanContent";
238
233
  value: boolean;
@@ -302,6 +297,9 @@ declare const SharedSliceContentSchema: t.Type<{
302
297
  provider?: string | null | undefined;
303
298
  }> | undefined;
304
299
  __TYPE__: "ImageContent";
300
+ } | {
301
+ __TYPE__: "IntegrationFieldsContent";
302
+ value: string;
305
303
  } | {
306
304
  __TYPE__: "LinkContent";
307
305
  key: string;
@@ -323,6 +321,8 @@ declare const SharedSliceContentSchema: t.Type<{
323
321
  } | {
324
322
  __TYPE__: "StructuredTextContent";
325
323
  value: RichTextContentBlock[];
324
+ } | {
325
+ __TYPE__: "SeparatorContent";
326
326
  } | {
327
327
  __TYPE__: "TableContent";
328
328
  content: {
@@ -347,14 +347,6 @@ declare const SharedSliceContentSchema: t.Type<{
347
347
  __TYPE__: "SharedSliceContent";
348
348
  variation: string;
349
349
  primary: Record<string, {
350
- type: string;
351
- __TYPE__: "EmptyContent";
352
- } | {
353
- __TYPE__: "IntegrationFieldsContent";
354
- value: string;
355
- } | {
356
- __TYPE__: "SeparatorContent";
357
- } | {
358
350
  type: "Text";
359
351
  value: string;
360
352
  __TYPE__: "FieldContent";
@@ -382,6 +374,9 @@ declare const SharedSliceContentSchema: t.Type<{
382
374
  type: "Select";
383
375
  value: string;
384
376
  __TYPE__: "FieldContent";
377
+ } | {
378
+ type: string;
379
+ __TYPE__: "EmptyContent";
385
380
  } | {
386
381
  __TYPE__: "BooleanContent";
387
382
  value: boolean;
@@ -451,6 +446,9 @@ declare const SharedSliceContentSchema: t.Type<{
451
446
  provider?: string | null | undefined;
452
447
  }> | undefined;
453
448
  __TYPE__: "ImageContent";
449
+ } | {
450
+ __TYPE__: "IntegrationFieldsContent";
451
+ value: string;
454
452
  } | {
455
453
  __TYPE__: "LinkContent";
456
454
  key: string;
@@ -472,6 +470,8 @@ declare const SharedSliceContentSchema: t.Type<{
472
470
  } | {
473
471
  __TYPE__: "StructuredTextContent";
474
472
  value: RichTextContentBlock[];
473
+ } | {
474
+ __TYPE__: "SeparatorContent";
475
475
  } | {
476
476
  __TYPE__: "TableContent";
477
477
  content: {
@@ -811,14 +811,6 @@ declare const RepeatableContentSchema: t.Type<{
811
811
  }[];
812
812
  }, unknown>;
813
813
  declare const NestableContentSchema: t.Type<{
814
- type: string;
815
- __TYPE__: "EmptyContent";
816
- } | {
817
- __TYPE__: "IntegrationFieldsContent";
818
- value: string;
819
- } | {
820
- __TYPE__: "SeparatorContent";
821
- } | {
822
814
  type: "Text";
823
815
  value: string;
824
816
  __TYPE__: "FieldContent";
@@ -846,6 +838,9 @@ declare const NestableContentSchema: t.Type<{
846
838
  type: "Select";
847
839
  value: string;
848
840
  __TYPE__: "FieldContent";
841
+ } | {
842
+ type: string;
843
+ __TYPE__: "EmptyContent";
849
844
  } | {
850
845
  __TYPE__: "BooleanContent";
851
846
  value: boolean;
@@ -915,6 +910,9 @@ declare const NestableContentSchema: t.Type<{
915
910
  provider?: string | null | undefined;
916
911
  }> | undefined;
917
912
  __TYPE__: "ImageContent";
913
+ } | {
914
+ __TYPE__: "IntegrationFieldsContent";
915
+ value: string;
918
916
  } | {
919
917
  __TYPE__: "LinkContent";
920
918
  key: string;
@@ -936,6 +934,8 @@ declare const NestableContentSchema: t.Type<{
936
934
  } | {
937
935
  __TYPE__: "StructuredTextContent";
938
936
  value: RichTextContentBlock[];
937
+ } | {
938
+ __TYPE__: "SeparatorContent";
939
939
  } | {
940
940
  __TYPE__: "TableContent";
941
941
  content: {
@@ -952,14 +952,6 @@ declare const NestableContentSchema: t.Type<{
952
952
  }[];
953
953
  }[];
954
954
  }, {
955
- type: string;
956
- __TYPE__: "EmptyContent";
957
- } | {
958
- __TYPE__: "IntegrationFieldsContent";
959
- value: string;
960
- } | {
961
- __TYPE__: "SeparatorContent";
962
- } | {
963
955
  type: "Text";
964
956
  value: string;
965
957
  __TYPE__: "FieldContent";
@@ -987,6 +979,9 @@ declare const NestableContentSchema: t.Type<{
987
979
  type: "Select";
988
980
  value: string;
989
981
  __TYPE__: "FieldContent";
982
+ } | {
983
+ type: string;
984
+ __TYPE__: "EmptyContent";
990
985
  } | {
991
986
  __TYPE__: "BooleanContent";
992
987
  value: boolean;
@@ -1056,6 +1051,9 @@ declare const NestableContentSchema: t.Type<{
1056
1051
  provider?: string | null | undefined;
1057
1052
  }> | undefined;
1058
1053
  __TYPE__: "ImageContent";
1054
+ } | {
1055
+ __TYPE__: "IntegrationFieldsContent";
1056
+ value: string;
1059
1057
  } | {
1060
1058
  __TYPE__: "LinkContent";
1061
1059
  key: string;
@@ -1077,6 +1075,8 @@ declare const NestableContentSchema: t.Type<{
1077
1075
  } | {
1078
1076
  __TYPE__: "StructuredTextContent";
1079
1077
  value: RichTextContentBlock[];
1078
+ } | {
1079
+ __TYPE__: "SeparatorContent";
1080
1080
  } | {
1081
1081
  __TYPE__: "TableContent";
1082
1082
  content: {
@@ -1104,14 +1104,6 @@ declare const GroupItemContentSchema: t.Type<GroupItemContent, GroupItemContent,
1104
1104
  declare const CompositeSliceContentSchema: t.Type<{
1105
1105
  __TYPE__: "CompositeSliceContent";
1106
1106
  nonRepeat: Record<string, {
1107
- type: string;
1108
- __TYPE__: "EmptyContent";
1109
- } | {
1110
- __TYPE__: "IntegrationFieldsContent";
1111
- value: string;
1112
- } | {
1113
- __TYPE__: "SeparatorContent";
1114
- } | {
1115
1107
  type: "Text";
1116
1108
  value: string;
1117
1109
  __TYPE__: "FieldContent";
@@ -1139,6 +1131,9 @@ declare const CompositeSliceContentSchema: t.Type<{
1139
1131
  type: "Select";
1140
1132
  value: string;
1141
1133
  __TYPE__: "FieldContent";
1134
+ } | {
1135
+ type: string;
1136
+ __TYPE__: "EmptyContent";
1142
1137
  } | {
1143
1138
  __TYPE__: "BooleanContent";
1144
1139
  value: boolean;
@@ -1208,6 +1203,9 @@ declare const CompositeSliceContentSchema: t.Type<{
1208
1203
  provider?: string | null | undefined;
1209
1204
  }> | undefined;
1210
1205
  __TYPE__: "ImageContent";
1206
+ } | {
1207
+ __TYPE__: "IntegrationFieldsContent";
1208
+ value: string;
1211
1209
  } | {
1212
1210
  __TYPE__: "LinkContent";
1213
1211
  key: string;
@@ -1229,6 +1227,8 @@ declare const CompositeSliceContentSchema: t.Type<{
1229
1227
  } | {
1230
1228
  __TYPE__: "StructuredTextContent";
1231
1229
  value: RichTextContentBlock[];
1230
+ } | {
1231
+ __TYPE__: "SeparatorContent";
1232
1232
  } | {
1233
1233
  __TYPE__: "TableContent";
1234
1234
  content: {
@@ -1249,14 +1249,6 @@ declare const CompositeSliceContentSchema: t.Type<{
1249
1249
  }, {
1250
1250
  __TYPE__: "CompositeSliceContent";
1251
1251
  nonRepeat: Record<string, {
1252
- type: string;
1253
- __TYPE__: "EmptyContent";
1254
- } | {
1255
- __TYPE__: "IntegrationFieldsContent";
1256
- value: string;
1257
- } | {
1258
- __TYPE__: "SeparatorContent";
1259
- } | {
1260
1252
  type: "Text";
1261
1253
  value: string;
1262
1254
  __TYPE__: "FieldContent";
@@ -1284,6 +1276,9 @@ declare const CompositeSliceContentSchema: t.Type<{
1284
1276
  type: "Select";
1285
1277
  value: string;
1286
1278
  __TYPE__: "FieldContent";
1279
+ } | {
1280
+ type: string;
1281
+ __TYPE__: "EmptyContent";
1287
1282
  } | {
1288
1283
  __TYPE__: "BooleanContent";
1289
1284
  value: boolean;
@@ -1353,6 +1348,9 @@ declare const CompositeSliceContentSchema: t.Type<{
1353
1348
  provider?: string | null | undefined;
1354
1349
  }> | undefined;
1355
1350
  __TYPE__: "ImageContent";
1351
+ } | {
1352
+ __TYPE__: "IntegrationFieldsContent";
1353
+ value: string;
1356
1354
  } | {
1357
1355
  __TYPE__: "LinkContent";
1358
1356
  key: string;
@@ -1374,6 +1372,8 @@ declare const CompositeSliceContentSchema: t.Type<{
1374
1372
  } | {
1375
1373
  __TYPE__: "StructuredTextContent";
1376
1374
  value: RichTextContentBlock[];
1375
+ } | {
1376
+ __TYPE__: "SeparatorContent";
1377
1377
  } | {
1378
1378
  __TYPE__: "TableContent";
1379
1379
  content: {
@@ -1393,14 +1393,6 @@ declare const CompositeSliceContentSchema: t.Type<{
1393
1393
  repeat: GroupItemContent[];
1394
1394
  }, unknown>;
1395
1395
  declare const LegacySliceContentSchema: t.Type<{
1396
- type: string;
1397
- __TYPE__: "EmptyContent";
1398
- } | {
1399
- __TYPE__: "IntegrationFieldsContent";
1400
- value: string;
1401
- } | {
1402
- __TYPE__: "SeparatorContent";
1403
- } | {
1404
1396
  type: "Text";
1405
1397
  value: string;
1406
1398
  __TYPE__: "FieldContent";
@@ -1428,6 +1420,9 @@ declare const LegacySliceContentSchema: t.Type<{
1428
1420
  type: "Select";
1429
1421
  value: string;
1430
1422
  __TYPE__: "FieldContent";
1423
+ } | {
1424
+ type: string;
1425
+ __TYPE__: "EmptyContent";
1431
1426
  } | {
1432
1427
  __TYPE__: "BooleanContent";
1433
1428
  value: boolean;
@@ -1497,6 +1492,9 @@ declare const LegacySliceContentSchema: t.Type<{
1497
1492
  provider?: string | null | undefined;
1498
1493
  }> | undefined;
1499
1494
  __TYPE__: "ImageContent";
1495
+ } | {
1496
+ __TYPE__: "IntegrationFieldsContent";
1497
+ value: string;
1500
1498
  } | {
1501
1499
  __TYPE__: "LinkContent";
1502
1500
  key: string;
@@ -1518,6 +1516,8 @@ declare const LegacySliceContentSchema: t.Type<{
1518
1516
  } | {
1519
1517
  __TYPE__: "StructuredTextContent";
1520
1518
  value: RichTextContentBlock[];
1519
+ } | {
1520
+ __TYPE__: "SeparatorContent";
1521
1521
  } | {
1522
1522
  __TYPE__: "TableContent";
1523
1523
  content: {
@@ -1537,14 +1537,6 @@ declare const LegacySliceContentSchema: t.Type<{
1537
1537
  __TYPE__: "GroupContentType";
1538
1538
  value: GroupItemContent[];
1539
1539
  }, {
1540
- type: string;
1541
- __TYPE__: "EmptyContent";
1542
- } | {
1543
- __TYPE__: "IntegrationFieldsContent";
1544
- value: string;
1545
- } | {
1546
- __TYPE__: "SeparatorContent";
1547
- } | {
1548
1540
  type: "Text";
1549
1541
  value: string;
1550
1542
  __TYPE__: "FieldContent";
@@ -1572,6 +1564,9 @@ declare const LegacySliceContentSchema: t.Type<{
1572
1564
  type: "Select";
1573
1565
  value: string;
1574
1566
  __TYPE__: "FieldContent";
1567
+ } | {
1568
+ type: string;
1569
+ __TYPE__: "EmptyContent";
1575
1570
  } | {
1576
1571
  __TYPE__: "BooleanContent";
1577
1572
  value: boolean;
@@ -1641,6 +1636,9 @@ declare const LegacySliceContentSchema: t.Type<{
1641
1636
  provider?: string | null | undefined;
1642
1637
  }> | undefined;
1643
1638
  __TYPE__: "ImageContent";
1639
+ } | {
1640
+ __TYPE__: "IntegrationFieldsContent";
1641
+ value: string;
1644
1642
  } | {
1645
1643
  __TYPE__: "LinkContent";
1646
1644
  key: string;
@@ -1662,6 +1660,8 @@ declare const LegacySliceContentSchema: t.Type<{
1662
1660
  } | {
1663
1661
  __TYPE__: "StructuredTextContent";
1664
1662
  value: RichTextContentBlock[];
1663
+ } | {
1664
+ __TYPE__: "SeparatorContent";
1665
1665
  } | {
1666
1666
  __TYPE__: "TableContent";
1667
1667
  content: {
@@ -1687,14 +1687,6 @@ declare const LegacySliceItemContentSchema: t.Type<{
1687
1687
  name: string;
1688
1688
  maybeLabel?: string | undefined;
1689
1689
  widget: {
1690
- type: string;
1691
- __TYPE__: "EmptyContent";
1692
- } | {
1693
- __TYPE__: "IntegrationFieldsContent";
1694
- value: string;
1695
- } | {
1696
- __TYPE__: "SeparatorContent";
1697
- } | {
1698
1690
  type: "Text";
1699
1691
  value: string;
1700
1692
  __TYPE__: "FieldContent";
@@ -1722,6 +1714,9 @@ declare const LegacySliceItemContentSchema: t.Type<{
1722
1714
  type: "Select";
1723
1715
  value: string;
1724
1716
  __TYPE__: "FieldContent";
1717
+ } | {
1718
+ type: string;
1719
+ __TYPE__: "EmptyContent";
1725
1720
  } | {
1726
1721
  __TYPE__: "BooleanContent";
1727
1722
  value: boolean;
@@ -1791,6 +1786,9 @@ declare const LegacySliceItemContentSchema: t.Type<{
1791
1786
  provider?: string | null | undefined;
1792
1787
  }> | undefined;
1793
1788
  __TYPE__: "ImageContent";
1789
+ } | {
1790
+ __TYPE__: "IntegrationFieldsContent";
1791
+ value: string;
1794
1792
  } | {
1795
1793
  __TYPE__: "LinkContent";
1796
1794
  key: string;
@@ -1812,6 +1810,8 @@ declare const LegacySliceItemContentSchema: t.Type<{
1812
1810
  } | {
1813
1811
  __TYPE__: "StructuredTextContent";
1814
1812
  value: RichTextContentBlock[];
1813
+ } | {
1814
+ __TYPE__: "SeparatorContent";
1815
1815
  } | {
1816
1816
  __TYPE__: "TableContent";
1817
1817
  content: {
@@ -1836,14 +1836,6 @@ declare const LegacySliceItemContentSchema: t.Type<{
1836
1836
  name: string;
1837
1837
  maybeLabel?: string | undefined;
1838
1838
  widget: {
1839
- type: string;
1840
- __TYPE__: "EmptyContent";
1841
- } | {
1842
- __TYPE__: "IntegrationFieldsContent";
1843
- value: string;
1844
- } | {
1845
- __TYPE__: "SeparatorContent";
1846
- } | {
1847
1839
  type: "Text";
1848
1840
  value: string;
1849
1841
  __TYPE__: "FieldContent";
@@ -1871,6 +1863,9 @@ declare const LegacySliceItemContentSchema: t.Type<{
1871
1863
  type: "Select";
1872
1864
  value: string;
1873
1865
  __TYPE__: "FieldContent";
1866
+ } | {
1867
+ type: string;
1868
+ __TYPE__: "EmptyContent";
1874
1869
  } | {
1875
1870
  __TYPE__: "BooleanContent";
1876
1871
  value: boolean;
@@ -1940,6 +1935,9 @@ declare const LegacySliceItemContentSchema: t.Type<{
1940
1935
  provider?: string | null | undefined;
1941
1936
  }> | undefined;
1942
1937
  __TYPE__: "ImageContent";
1938
+ } | {
1939
+ __TYPE__: "IntegrationFieldsContent";
1940
+ value: string;
1943
1941
  } | {
1944
1942
  __TYPE__: "LinkContent";
1945
1943
  key: string;
@@ -1961,6 +1959,8 @@ declare const LegacySliceItemContentSchema: t.Type<{
1961
1959
  } | {
1962
1960
  __TYPE__: "StructuredTextContent";
1963
1961
  value: RichTextContentBlock[];
1962
+ } | {
1963
+ __TYPE__: "SeparatorContent";
1964
1964
  } | {
1965
1965
  __TYPE__: "TableContent";
1966
1966
  content: {
@@ -1988,14 +1988,6 @@ declare const CompositeSliceItemContentSchema: t.Type<{
1988
1988
  widget: {
1989
1989
  __TYPE__: "CompositeSliceContent";
1990
1990
  nonRepeat: Record<string, {
1991
- type: string;
1992
- __TYPE__: "EmptyContent";
1993
- } | {
1994
- __TYPE__: "IntegrationFieldsContent";
1995
- value: string;
1996
- } | {
1997
- __TYPE__: "SeparatorContent";
1998
- } | {
1999
1991
  type: "Text";
2000
1992
  value: string;
2001
1993
  __TYPE__: "FieldContent";
@@ -2023,6 +2015,9 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2023
2015
  type: "Select";
2024
2016
  value: string;
2025
2017
  __TYPE__: "FieldContent";
2018
+ } | {
2019
+ type: string;
2020
+ __TYPE__: "EmptyContent";
2026
2021
  } | {
2027
2022
  __TYPE__: "BooleanContent";
2028
2023
  value: boolean;
@@ -2092,6 +2087,9 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2092
2087
  provider?: string | null | undefined;
2093
2088
  }> | undefined;
2094
2089
  __TYPE__: "ImageContent";
2090
+ } | {
2091
+ __TYPE__: "IntegrationFieldsContent";
2092
+ value: string;
2095
2093
  } | {
2096
2094
  __TYPE__: "LinkContent";
2097
2095
  key: string;
@@ -2113,6 +2111,8 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2113
2111
  } | {
2114
2112
  __TYPE__: "StructuredTextContent";
2115
2113
  value: RichTextContentBlock[];
2114
+ } | {
2115
+ __TYPE__: "SeparatorContent";
2116
2116
  } | {
2117
2117
  __TYPE__: "TableContent";
2118
2118
  content: {
@@ -2138,14 +2138,6 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2138
2138
  widget: {
2139
2139
  __TYPE__: "CompositeSliceContent";
2140
2140
  nonRepeat: Record<string, {
2141
- type: string;
2142
- __TYPE__: "EmptyContent";
2143
- } | {
2144
- __TYPE__: "IntegrationFieldsContent";
2145
- value: string;
2146
- } | {
2147
- __TYPE__: "SeparatorContent";
2148
- } | {
2149
2141
  type: "Text";
2150
2142
  value: string;
2151
2143
  __TYPE__: "FieldContent";
@@ -2173,6 +2165,9 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2173
2165
  type: "Select";
2174
2166
  value: string;
2175
2167
  __TYPE__: "FieldContent";
2168
+ } | {
2169
+ type: string;
2170
+ __TYPE__: "EmptyContent";
2176
2171
  } | {
2177
2172
  __TYPE__: "BooleanContent";
2178
2173
  value: boolean;
@@ -2242,6 +2237,9 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2242
2237
  provider?: string | null | undefined;
2243
2238
  }> | undefined;
2244
2239
  __TYPE__: "ImageContent";
2240
+ } | {
2241
+ __TYPE__: "IntegrationFieldsContent";
2242
+ value: string;
2245
2243
  } | {
2246
2244
  __TYPE__: "LinkContent";
2247
2245
  key: string;
@@ -2263,6 +2261,8 @@ declare const CompositeSliceItemContentSchema: t.Type<{
2263
2261
  } | {
2264
2262
  __TYPE__: "StructuredTextContent";
2265
2263
  value: RichTextContentBlock[];
2264
+ } | {
2265
+ __TYPE__: "SeparatorContent";
2266
2266
  } | {
2267
2267
  __TYPE__: "TableContent";
2268
2268
  content: {
@@ -2290,14 +2290,6 @@ declare const SharedSliceItemContentSchema: t.Type<{
2290
2290
  __TYPE__: "SharedSliceContent";
2291
2291
  variation: string;
2292
2292
  primary: Record<string, {
2293
- type: string;
2294
- __TYPE__: "EmptyContent";
2295
- } | {
2296
- __TYPE__: "IntegrationFieldsContent";
2297
- value: string;
2298
- } | {
2299
- __TYPE__: "SeparatorContent";
2300
- } | {
2301
2293
  type: "Text";
2302
2294
  value: string;
2303
2295
  __TYPE__: "FieldContent";
@@ -2325,6 +2317,9 @@ declare const SharedSliceItemContentSchema: t.Type<{
2325
2317
  type: "Select";
2326
2318
  value: string;
2327
2319
  __TYPE__: "FieldContent";
2320
+ } | {
2321
+ type: string;
2322
+ __TYPE__: "EmptyContent";
2328
2323
  } | {
2329
2324
  __TYPE__: "BooleanContent";
2330
2325
  value: boolean;
@@ -2394,6 +2389,9 @@ declare const SharedSliceItemContentSchema: t.Type<{
2394
2389
  provider?: string | null | undefined;
2395
2390
  }> | undefined;
2396
2391
  __TYPE__: "ImageContent";
2392
+ } | {
2393
+ __TYPE__: "IntegrationFieldsContent";
2394
+ value: string;
2397
2395
  } | {
2398
2396
  __TYPE__: "LinkContent";
2399
2397
  key: string;
@@ -2415,6 +2413,8 @@ declare const SharedSliceItemContentSchema: t.Type<{
2415
2413
  } | {
2416
2414
  __TYPE__: "StructuredTextContent";
2417
2415
  value: RichTextContentBlock[];
2416
+ } | {
2417
+ __TYPE__: "SeparatorContent";
2418
2418
  } | {
2419
2419
  __TYPE__: "TableContent";
2420
2420
  content: {
@@ -2444,14 +2444,6 @@ declare const SharedSliceItemContentSchema: t.Type<{
2444
2444
  __TYPE__: "SharedSliceContent";
2445
2445
  variation: string;
2446
2446
  primary: Record<string, {
2447
- type: string;
2448
- __TYPE__: "EmptyContent";
2449
- } | {
2450
- __TYPE__: "IntegrationFieldsContent";
2451
- value: string;
2452
- } | {
2453
- __TYPE__: "SeparatorContent";
2454
- } | {
2455
2447
  type: "Text";
2456
2448
  value: string;
2457
2449
  __TYPE__: "FieldContent";
@@ -2479,6 +2471,9 @@ declare const SharedSliceItemContentSchema: t.Type<{
2479
2471
  type: "Select";
2480
2472
  value: string;
2481
2473
  __TYPE__: "FieldContent";
2474
+ } | {
2475
+ type: string;
2476
+ __TYPE__: "EmptyContent";
2482
2477
  } | {
2483
2478
  __TYPE__: "BooleanContent";
2484
2479
  value: boolean;
@@ -2548,6 +2543,9 @@ declare const SharedSliceItemContentSchema: t.Type<{
2548
2543
  provider?: string | null | undefined;
2549
2544
  }> | undefined;
2550
2545
  __TYPE__: "ImageContent";
2546
+ } | {
2547
+ __TYPE__: "IntegrationFieldsContent";
2548
+ value: string;
2551
2549
  } | {
2552
2550
  __TYPE__: "LinkContent";
2553
2551
  key: string;
@@ -2569,6 +2567,8 @@ declare const SharedSliceItemContentSchema: t.Type<{
2569
2567
  } | {
2570
2568
  __TYPE__: "StructuredTextContent";
2571
2569
  value: RichTextContentBlock[];
2570
+ } | {
2571
+ __TYPE__: "SeparatorContent";
2572
2572
  } | {
2573
2573
  __TYPE__: "TableContent";
2574
2574
  content: {
@@ -3019,14 +3019,6 @@ declare const GroupLegacy: (ctx: LegacyContentCtx) => t.Type<{
3019
3019
  content: GroupLegacy$1;
3020
3020
  }, unknown>;
3021
3021
  declare const LegacySliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3022
- type: string;
3023
- __TYPE__: "EmptyContent";
3024
- } | {
3025
- __TYPE__: "IntegrationFieldsContent";
3026
- value: string;
3027
- } | {
3028
- __TYPE__: "SeparatorContent";
3029
- } | {
3030
3022
  type: "Text";
3031
3023
  value: string;
3032
3024
  __TYPE__: "FieldContent";
@@ -3054,6 +3046,9 @@ declare const LegacySliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3054
3046
  type: "Select";
3055
3047
  value: string;
3056
3048
  __TYPE__: "FieldContent";
3049
+ } | {
3050
+ type: string;
3051
+ __TYPE__: "EmptyContent";
3057
3052
  } | {
3058
3053
  __TYPE__: "BooleanContent";
3059
3054
  value: boolean;
@@ -3123,6 +3118,9 @@ declare const LegacySliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3123
3118
  provider?: string | null | undefined;
3124
3119
  }> | undefined;
3125
3120
  __TYPE__: "ImageContent";
3121
+ } | {
3122
+ __TYPE__: "IntegrationFieldsContent";
3123
+ value: string;
3126
3124
  } | {
3127
3125
  __TYPE__: "LinkContent";
3128
3126
  key: string;
@@ -3144,6 +3142,8 @@ declare const LegacySliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3144
3142
  } | {
3145
3143
  __TYPE__: "StructuredTextContent";
3146
3144
  value: RichTextContentBlock[];
3145
+ } | {
3146
+ __TYPE__: "SeparatorContent";
3147
3147
  } | {
3148
3148
  __TYPE__: "TableContent";
3149
3149
  content: {
@@ -3170,14 +3170,6 @@ declare const LegacySliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3170
3170
  declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3171
3171
  __TYPE__: "CompositeSliceContent";
3172
3172
  nonRepeat: Record<string, {
3173
- type: string;
3174
- __TYPE__: "EmptyContent";
3175
- } | {
3176
- __TYPE__: "IntegrationFieldsContent";
3177
- value: string;
3178
- } | {
3179
- __TYPE__: "SeparatorContent";
3180
- } | {
3181
3173
  type: "Text";
3182
3174
  value: string;
3183
3175
  __TYPE__: "FieldContent";
@@ -3205,6 +3197,9 @@ declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3205
3197
  type: "Select";
3206
3198
  value: string;
3207
3199
  __TYPE__: "FieldContent";
3200
+ } | {
3201
+ type: string;
3202
+ __TYPE__: "EmptyContent";
3208
3203
  } | {
3209
3204
  __TYPE__: "BooleanContent";
3210
3205
  value: boolean;
@@ -3274,6 +3269,9 @@ declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3274
3269
  provider?: string | null | undefined;
3275
3270
  }> | undefined;
3276
3271
  __TYPE__: "ImageContent";
3272
+ } | {
3273
+ __TYPE__: "IntegrationFieldsContent";
3274
+ value: string;
3277
3275
  } | {
3278
3276
  __TYPE__: "LinkContent";
3279
3277
  key: string;
@@ -3295,6 +3293,8 @@ declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3295
3293
  } | {
3296
3294
  __TYPE__: "StructuredTextContent";
3297
3295
  value: RichTextContentBlock[];
3296
+ } | {
3297
+ __TYPE__: "SeparatorContent";
3298
3298
  } | {
3299
3299
  __TYPE__: "TableContent";
3300
3300
  content: {
@@ -3324,14 +3324,6 @@ declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3324
3324
  __TYPE__: "SharedSliceContent";
3325
3325
  variation: string;
3326
3326
  primary: Record<string, {
3327
- type: string;
3328
- __TYPE__: "EmptyContent";
3329
- } | {
3330
- __TYPE__: "IntegrationFieldsContent";
3331
- value: string;
3332
- } | {
3333
- __TYPE__: "SeparatorContent";
3334
- } | {
3335
3327
  type: "Text";
3336
3328
  value: string;
3337
3329
  __TYPE__: "FieldContent";
@@ -3359,6 +3351,9 @@ declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3359
3351
  type: "Select";
3360
3352
  value: string;
3361
3353
  __TYPE__: "FieldContent";
3354
+ } | {
3355
+ type: string;
3356
+ __TYPE__: "EmptyContent";
3362
3357
  } | {
3363
3358
  __TYPE__: "BooleanContent";
3364
3359
  value: boolean;
@@ -3428,6 +3423,9 @@ declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3428
3423
  provider?: string | null | undefined;
3429
3424
  }> | undefined;
3430
3425
  __TYPE__: "ImageContent";
3426
+ } | {
3427
+ __TYPE__: "IntegrationFieldsContent";
3428
+ value: string;
3431
3429
  } | {
3432
3430
  __TYPE__: "LinkContent";
3433
3431
  key: string;
@@ -3449,6 +3447,8 @@ declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
3449
3447
  } | {
3450
3448
  __TYPE__: "StructuredTextContent";
3451
3449
  value: RichTextContentBlock[];
3450
+ } | {
3451
+ __TYPE__: "SeparatorContent";
3452
3452
  } | {
3453
3453
  __TYPE__: "TableContent";
3454
3454
  content: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismicio/types-internal",
3
- "version": "4.6.0-pr.26.1d3a478",
3
+ "version": "4.6.0-pr.26.ebb6cbc",
4
4
  "description": "TypeScript types and runtime parsers for Prismic data",
5
5
  "keywords": [
6
6
  "prismic",
@@ -78,6 +78,6 @@
78
78
  }
79
79
  },
80
80
  "engines": {
81
- "node": ">=22"
81
+ "node": ">=20"
82
82
  }
83
83
  }