@prismicio/types-internal 2.7.0 → 2.8.0
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 +132 -132
- package/lib/content/fields/WidgetContent.d.ts +132 -132
- package/lib/content/fields/nestable/LinkContent.d.ts +32 -32
- package/lib/content/fields/nestable/LinkContent.js +2 -10
- package/lib/content/fields/nestable/NestableContent.d.ts +22 -22
- package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +42 -42
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +20 -20
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +44 -44
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +10 -10
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +44 -44
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +22 -22
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +22 -22
- package/lib/content/fields/slices/Slice/index.d.ts +80 -80
- package/lib/content/fields/slices/SliceItem.d.ts +80 -80
- package/lib/content/fields/slices/SlicesContent.d.ts +110 -110
- package/package.json +1 -1
- package/src/content/fields/nestable/LinkContent.ts +2 -26
|
@@ -127,7 +127,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
127
127
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
128
128
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
129
129
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
130
|
-
kind: t.
|
|
130
|
+
kind: t.StringC;
|
|
131
131
|
id: t.StringC;
|
|
132
132
|
url: t.StringC;
|
|
133
133
|
height: t.StringC;
|
|
@@ -144,7 +144,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
144
144
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
145
145
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
146
146
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
147
|
-
kind: t.
|
|
147
|
+
kind: t.StringC;
|
|
148
148
|
id: t.StringC;
|
|
149
149
|
url: t.StringC;
|
|
150
150
|
name: t.StringC;
|
|
@@ -222,7 +222,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
222
222
|
linkTo: t.UnionC<[t.Type<({
|
|
223
223
|
__TYPE__: "ImageLink";
|
|
224
224
|
} & {
|
|
225
|
-
kind:
|
|
225
|
+
kind: string;
|
|
226
226
|
id: string;
|
|
227
227
|
url: string;
|
|
228
228
|
height: string;
|
|
@@ -234,7 +234,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
234
234
|
}) | ({
|
|
235
235
|
__TYPE__: "FileLink";
|
|
236
236
|
} & {
|
|
237
|
-
kind:
|
|
237
|
+
kind: string;
|
|
238
238
|
id: string;
|
|
239
239
|
url: string;
|
|
240
240
|
name: string;
|
|
@@ -258,7 +258,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
258
258
|
}), ({
|
|
259
259
|
__TYPE__: "ImageLink";
|
|
260
260
|
} & {
|
|
261
|
-
kind:
|
|
261
|
+
kind: string;
|
|
262
262
|
id: string;
|
|
263
263
|
url: string;
|
|
264
264
|
height: string;
|
|
@@ -270,7 +270,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
270
270
|
}) | ({
|
|
271
271
|
__TYPE__: "FileLink";
|
|
272
272
|
} & {
|
|
273
|
-
kind:
|
|
273
|
+
kind: string;
|
|
274
274
|
id: string;
|
|
275
275
|
url: string;
|
|
276
276
|
name: string;
|
|
@@ -329,7 +329,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
329
329
|
data: ({
|
|
330
330
|
__TYPE__: "ImageLink";
|
|
331
331
|
} & {
|
|
332
|
-
kind:
|
|
332
|
+
kind: string;
|
|
333
333
|
id: string;
|
|
334
334
|
url: string;
|
|
335
335
|
height: string;
|
|
@@ -341,7 +341,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
341
341
|
}) | ({
|
|
342
342
|
__TYPE__: "FileLink";
|
|
343
343
|
} & {
|
|
344
|
-
kind:
|
|
344
|
+
kind: string;
|
|
345
345
|
id: string;
|
|
346
346
|
url: string;
|
|
347
347
|
name: string;
|
|
@@ -379,7 +379,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
379
379
|
data: ({
|
|
380
380
|
__TYPE__: "ImageLink";
|
|
381
381
|
} & {
|
|
382
|
-
kind:
|
|
382
|
+
kind: string;
|
|
383
383
|
id: string;
|
|
384
384
|
url: string;
|
|
385
385
|
height: string;
|
|
@@ -391,7 +391,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
391
391
|
}) | ({
|
|
392
392
|
__TYPE__: "FileLink";
|
|
393
393
|
} & {
|
|
394
|
-
kind:
|
|
394
|
+
kind: string;
|
|
395
395
|
id: string;
|
|
396
396
|
url: string;
|
|
397
397
|
name: string;
|
|
@@ -551,7 +551,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
551
551
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
552
552
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
553
553
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
554
|
-
kind: t.
|
|
554
|
+
kind: t.StringC;
|
|
555
555
|
id: t.StringC;
|
|
556
556
|
url: t.StringC;
|
|
557
557
|
height: t.StringC;
|
|
@@ -568,7 +568,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
568
568
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
569
569
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
570
570
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
571
|
-
kind: t.
|
|
571
|
+
kind: t.StringC;
|
|
572
572
|
id: t.StringC;
|
|
573
573
|
url: t.StringC;
|
|
574
574
|
name: t.StringC;
|
|
@@ -646,7 +646,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
646
646
|
linkTo: t.UnionC<[t.Type<({
|
|
647
647
|
__TYPE__: "ImageLink";
|
|
648
648
|
} & {
|
|
649
|
-
kind:
|
|
649
|
+
kind: string;
|
|
650
650
|
id: string;
|
|
651
651
|
url: string;
|
|
652
652
|
height: string;
|
|
@@ -658,7 +658,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
658
658
|
}) | ({
|
|
659
659
|
__TYPE__: "FileLink";
|
|
660
660
|
} & {
|
|
661
|
-
kind:
|
|
661
|
+
kind: string;
|
|
662
662
|
id: string;
|
|
663
663
|
url: string;
|
|
664
664
|
name: string;
|
|
@@ -682,7 +682,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
682
682
|
}), ({
|
|
683
683
|
__TYPE__: "ImageLink";
|
|
684
684
|
} & {
|
|
685
|
-
kind:
|
|
685
|
+
kind: string;
|
|
686
686
|
id: string;
|
|
687
687
|
url: string;
|
|
688
688
|
height: string;
|
|
@@ -694,7 +694,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
694
694
|
}) | ({
|
|
695
695
|
__TYPE__: "FileLink";
|
|
696
696
|
} & {
|
|
697
|
-
kind:
|
|
697
|
+
kind: string;
|
|
698
698
|
id: string;
|
|
699
699
|
url: string;
|
|
700
700
|
name: string;
|
|
@@ -753,7 +753,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
753
753
|
data: ({
|
|
754
754
|
__TYPE__: "ImageLink";
|
|
755
755
|
} & {
|
|
756
|
-
kind:
|
|
756
|
+
kind: string;
|
|
757
757
|
id: string;
|
|
758
758
|
url: string;
|
|
759
759
|
height: string;
|
|
@@ -765,7 +765,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
765
765
|
}) | ({
|
|
766
766
|
__TYPE__: "FileLink";
|
|
767
767
|
} & {
|
|
768
|
-
kind:
|
|
768
|
+
kind: string;
|
|
769
769
|
id: string;
|
|
770
770
|
url: string;
|
|
771
771
|
name: string;
|
|
@@ -803,7 +803,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
803
803
|
data: ({
|
|
804
804
|
__TYPE__: "ImageLink";
|
|
805
805
|
} & {
|
|
806
|
-
kind:
|
|
806
|
+
kind: string;
|
|
807
807
|
id: string;
|
|
808
808
|
url: string;
|
|
809
809
|
height: string;
|
|
@@ -815,7 +815,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
815
815
|
}) | ({
|
|
816
816
|
__TYPE__: "FileLink";
|
|
817
817
|
} & {
|
|
818
|
-
kind:
|
|
818
|
+
kind: string;
|
|
819
819
|
id: string;
|
|
820
820
|
url: string;
|
|
821
821
|
name: string;
|
|
@@ -977,7 +977,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
977
977
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
978
978
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
979
979
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
980
|
-
kind: t.
|
|
980
|
+
kind: t.StringC;
|
|
981
981
|
id: t.StringC;
|
|
982
982
|
url: t.StringC;
|
|
983
983
|
height: t.StringC;
|
|
@@ -994,7 +994,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
994
994
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
995
995
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
996
996
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
997
|
-
kind: t.
|
|
997
|
+
kind: t.StringC;
|
|
998
998
|
id: t.StringC;
|
|
999
999
|
url: t.StringC;
|
|
1000
1000
|
name: t.StringC;
|
|
@@ -1072,7 +1072,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1072
1072
|
linkTo: t.UnionC<[t.Type<({
|
|
1073
1073
|
__TYPE__: "ImageLink";
|
|
1074
1074
|
} & {
|
|
1075
|
-
kind:
|
|
1075
|
+
kind: string;
|
|
1076
1076
|
id: string;
|
|
1077
1077
|
url: string;
|
|
1078
1078
|
height: string;
|
|
@@ -1084,7 +1084,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1084
1084
|
}) | ({
|
|
1085
1085
|
__TYPE__: "FileLink";
|
|
1086
1086
|
} & {
|
|
1087
|
-
kind:
|
|
1087
|
+
kind: string;
|
|
1088
1088
|
id: string;
|
|
1089
1089
|
url: string;
|
|
1090
1090
|
name: string;
|
|
@@ -1108,7 +1108,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1108
1108
|
}), ({
|
|
1109
1109
|
__TYPE__: "ImageLink";
|
|
1110
1110
|
} & {
|
|
1111
|
-
kind:
|
|
1111
|
+
kind: string;
|
|
1112
1112
|
id: string;
|
|
1113
1113
|
url: string;
|
|
1114
1114
|
height: string;
|
|
@@ -1120,7 +1120,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1120
1120
|
}) | ({
|
|
1121
1121
|
__TYPE__: "FileLink";
|
|
1122
1122
|
} & {
|
|
1123
|
-
kind:
|
|
1123
|
+
kind: string;
|
|
1124
1124
|
id: string;
|
|
1125
1125
|
url: string;
|
|
1126
1126
|
name: string;
|
|
@@ -1179,7 +1179,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1179
1179
|
data: ({
|
|
1180
1180
|
__TYPE__: "ImageLink";
|
|
1181
1181
|
} & {
|
|
1182
|
-
kind:
|
|
1182
|
+
kind: string;
|
|
1183
1183
|
id: string;
|
|
1184
1184
|
url: string;
|
|
1185
1185
|
height: string;
|
|
@@ -1191,7 +1191,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1191
1191
|
}) | ({
|
|
1192
1192
|
__TYPE__: "FileLink";
|
|
1193
1193
|
} & {
|
|
1194
|
-
kind:
|
|
1194
|
+
kind: string;
|
|
1195
1195
|
id: string;
|
|
1196
1196
|
url: string;
|
|
1197
1197
|
name: string;
|
|
@@ -1229,7 +1229,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1229
1229
|
data: ({
|
|
1230
1230
|
__TYPE__: "ImageLink";
|
|
1231
1231
|
} & {
|
|
1232
|
-
kind:
|
|
1232
|
+
kind: string;
|
|
1233
1233
|
id: string;
|
|
1234
1234
|
url: string;
|
|
1235
1235
|
height: string;
|
|
@@ -1241,7 +1241,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1241
1241
|
}) | ({
|
|
1242
1242
|
__TYPE__: "FileLink";
|
|
1243
1243
|
} & {
|
|
1244
|
-
kind:
|
|
1244
|
+
kind: string;
|
|
1245
1245
|
id: string;
|
|
1246
1246
|
url: string;
|
|
1247
1247
|
name: string;
|
|
@@ -1401,7 +1401,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1401
1401
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1402
1402
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
1403
1403
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1404
|
-
kind: t.
|
|
1404
|
+
kind: t.StringC;
|
|
1405
1405
|
id: t.StringC;
|
|
1406
1406
|
url: t.StringC;
|
|
1407
1407
|
height: t.StringC;
|
|
@@ -1418,7 +1418,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1418
1418
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1419
1419
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1420
1420
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1421
|
-
kind: t.
|
|
1421
|
+
kind: t.StringC;
|
|
1422
1422
|
id: t.StringC;
|
|
1423
1423
|
url: t.StringC;
|
|
1424
1424
|
name: t.StringC;
|
|
@@ -1496,7 +1496,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1496
1496
|
linkTo: t.UnionC<[t.Type<({
|
|
1497
1497
|
__TYPE__: "ImageLink";
|
|
1498
1498
|
} & {
|
|
1499
|
-
kind:
|
|
1499
|
+
kind: string;
|
|
1500
1500
|
id: string;
|
|
1501
1501
|
url: string;
|
|
1502
1502
|
height: string;
|
|
@@ -1508,7 +1508,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1508
1508
|
}) | ({
|
|
1509
1509
|
__TYPE__: "FileLink";
|
|
1510
1510
|
} & {
|
|
1511
|
-
kind:
|
|
1511
|
+
kind: string;
|
|
1512
1512
|
id: string;
|
|
1513
1513
|
url: string;
|
|
1514
1514
|
name: string;
|
|
@@ -1532,7 +1532,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1532
1532
|
}), ({
|
|
1533
1533
|
__TYPE__: "ImageLink";
|
|
1534
1534
|
} & {
|
|
1535
|
-
kind:
|
|
1535
|
+
kind: string;
|
|
1536
1536
|
id: string;
|
|
1537
1537
|
url: string;
|
|
1538
1538
|
height: string;
|
|
@@ -1544,7 +1544,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1544
1544
|
}) | ({
|
|
1545
1545
|
__TYPE__: "FileLink";
|
|
1546
1546
|
} & {
|
|
1547
|
-
kind:
|
|
1547
|
+
kind: string;
|
|
1548
1548
|
id: string;
|
|
1549
1549
|
url: string;
|
|
1550
1550
|
name: string;
|
|
@@ -1603,7 +1603,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1603
1603
|
data: ({
|
|
1604
1604
|
__TYPE__: "ImageLink";
|
|
1605
1605
|
} & {
|
|
1606
|
-
kind:
|
|
1606
|
+
kind: string;
|
|
1607
1607
|
id: string;
|
|
1608
1608
|
url: string;
|
|
1609
1609
|
height: string;
|
|
@@ -1615,7 +1615,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1615
1615
|
}) | ({
|
|
1616
1616
|
__TYPE__: "FileLink";
|
|
1617
1617
|
} & {
|
|
1618
|
-
kind:
|
|
1618
|
+
kind: string;
|
|
1619
1619
|
id: string;
|
|
1620
1620
|
url: string;
|
|
1621
1621
|
name: string;
|
|
@@ -1653,7 +1653,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1653
1653
|
data: ({
|
|
1654
1654
|
__TYPE__: "ImageLink";
|
|
1655
1655
|
} & {
|
|
1656
|
-
kind:
|
|
1656
|
+
kind: string;
|
|
1657
1657
|
id: string;
|
|
1658
1658
|
url: string;
|
|
1659
1659
|
height: string;
|
|
@@ -1665,7 +1665,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1665
1665
|
}) | ({
|
|
1666
1666
|
__TYPE__: "FileLink";
|
|
1667
1667
|
} & {
|
|
1668
|
-
kind:
|
|
1668
|
+
kind: string;
|
|
1669
1669
|
id: string;
|
|
1670
1670
|
url: string;
|
|
1671
1671
|
name: string;
|
|
@@ -1824,7 +1824,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1824
1824
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1825
1825
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
1826
1826
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1827
|
-
kind: t.
|
|
1827
|
+
kind: t.StringC;
|
|
1828
1828
|
id: t.StringC;
|
|
1829
1829
|
url: t.StringC;
|
|
1830
1830
|
height: t.StringC;
|
|
@@ -1841,7 +1841,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1841
1841
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1842
1842
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1843
1843
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1844
|
-
kind: t.
|
|
1844
|
+
kind: t.StringC;
|
|
1845
1845
|
id: t.StringC;
|
|
1846
1846
|
url: t.StringC;
|
|
1847
1847
|
name: t.StringC;
|
|
@@ -1919,7 +1919,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1919
1919
|
linkTo: t.UnionC<[t.Type<({
|
|
1920
1920
|
__TYPE__: "ImageLink";
|
|
1921
1921
|
} & {
|
|
1922
|
-
kind:
|
|
1922
|
+
kind: string;
|
|
1923
1923
|
id: string;
|
|
1924
1924
|
url: string;
|
|
1925
1925
|
height: string;
|
|
@@ -1931,7 +1931,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1931
1931
|
}) | ({
|
|
1932
1932
|
__TYPE__: "FileLink";
|
|
1933
1933
|
} & {
|
|
1934
|
-
kind:
|
|
1934
|
+
kind: string;
|
|
1935
1935
|
id: string;
|
|
1936
1936
|
url: string;
|
|
1937
1937
|
name: string;
|
|
@@ -1955,7 +1955,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1955
1955
|
}), ({
|
|
1956
1956
|
__TYPE__: "ImageLink";
|
|
1957
1957
|
} & {
|
|
1958
|
-
kind:
|
|
1958
|
+
kind: string;
|
|
1959
1959
|
id: string;
|
|
1960
1960
|
url: string;
|
|
1961
1961
|
height: string;
|
|
@@ -1967,7 +1967,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1967
1967
|
}) | ({
|
|
1968
1968
|
__TYPE__: "FileLink";
|
|
1969
1969
|
} & {
|
|
1970
|
-
kind:
|
|
1970
|
+
kind: string;
|
|
1971
1971
|
id: string;
|
|
1972
1972
|
url: string;
|
|
1973
1973
|
name: string;
|
|
@@ -2026,7 +2026,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2026
2026
|
data: ({
|
|
2027
2027
|
__TYPE__: "ImageLink";
|
|
2028
2028
|
} & {
|
|
2029
|
-
kind:
|
|
2029
|
+
kind: string;
|
|
2030
2030
|
id: string;
|
|
2031
2031
|
url: string;
|
|
2032
2032
|
height: string;
|
|
@@ -2038,7 +2038,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2038
2038
|
}) | ({
|
|
2039
2039
|
__TYPE__: "FileLink";
|
|
2040
2040
|
} & {
|
|
2041
|
-
kind:
|
|
2041
|
+
kind: string;
|
|
2042
2042
|
id: string;
|
|
2043
2043
|
url: string;
|
|
2044
2044
|
name: string;
|
|
@@ -2076,7 +2076,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2076
2076
|
data: ({
|
|
2077
2077
|
__TYPE__: "ImageLink";
|
|
2078
2078
|
} & {
|
|
2079
|
-
kind:
|
|
2079
|
+
kind: string;
|
|
2080
2080
|
id: string;
|
|
2081
2081
|
url: string;
|
|
2082
2082
|
height: string;
|
|
@@ -2088,7 +2088,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2088
2088
|
}) | ({
|
|
2089
2089
|
__TYPE__: "FileLink";
|
|
2090
2090
|
} & {
|
|
2091
|
-
kind:
|
|
2091
|
+
kind: string;
|
|
2092
2092
|
id: string;
|
|
2093
2093
|
url: string;
|
|
2094
2094
|
name: string;
|
|
@@ -2267,7 +2267,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2267
2267
|
value: ({
|
|
2268
2268
|
__TYPE__: "ImageLink";
|
|
2269
2269
|
} & (({
|
|
2270
|
-
kind:
|
|
2270
|
+
kind: string;
|
|
2271
2271
|
id: string;
|
|
2272
2272
|
url: string;
|
|
2273
2273
|
height: string;
|
|
@@ -2284,7 +2284,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2284
2284
|
})) | ({
|
|
2285
2285
|
__TYPE__: "FileLink";
|
|
2286
2286
|
} & (({
|
|
2287
|
-
kind:
|
|
2287
|
+
kind: string;
|
|
2288
2288
|
id: string;
|
|
2289
2289
|
url: string;
|
|
2290
2290
|
name: string;
|
|
@@ -2360,7 +2360,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2360
2360
|
linkTo?: ({
|
|
2361
2361
|
__TYPE__: "ImageLink";
|
|
2362
2362
|
} & {
|
|
2363
|
-
kind:
|
|
2363
|
+
kind: string;
|
|
2364
2364
|
id: string;
|
|
2365
2365
|
url: string;
|
|
2366
2366
|
height: string;
|
|
@@ -2372,7 +2372,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2372
2372
|
}) | ({
|
|
2373
2373
|
__TYPE__: "FileLink";
|
|
2374
2374
|
} & {
|
|
2375
|
-
kind:
|
|
2375
|
+
kind: string;
|
|
2376
2376
|
id: string;
|
|
2377
2377
|
url: string;
|
|
2378
2378
|
name: string;
|
|
@@ -2431,7 +2431,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2431
2431
|
data: ({
|
|
2432
2432
|
__TYPE__: "ImageLink";
|
|
2433
2433
|
} & {
|
|
2434
|
-
kind:
|
|
2434
|
+
kind: string;
|
|
2435
2435
|
id: string;
|
|
2436
2436
|
url: string;
|
|
2437
2437
|
height: string;
|
|
@@ -2443,7 +2443,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2443
2443
|
}) | ({
|
|
2444
2444
|
__TYPE__: "FileLink";
|
|
2445
2445
|
} & {
|
|
2446
|
-
kind:
|
|
2446
|
+
kind: string;
|
|
2447
2447
|
id: string;
|
|
2448
2448
|
url: string;
|
|
2449
2449
|
name: string;
|
|
@@ -2605,7 +2605,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2605
2605
|
value: ({
|
|
2606
2606
|
__TYPE__: "ImageLink";
|
|
2607
2607
|
} & (({
|
|
2608
|
-
kind:
|
|
2608
|
+
kind: string;
|
|
2609
2609
|
id: string;
|
|
2610
2610
|
url: string;
|
|
2611
2611
|
height: string;
|
|
@@ -2622,7 +2622,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2622
2622
|
})) | ({
|
|
2623
2623
|
__TYPE__: "FileLink";
|
|
2624
2624
|
} & (({
|
|
2625
|
-
kind:
|
|
2625
|
+
kind: string;
|
|
2626
2626
|
id: string;
|
|
2627
2627
|
url: string;
|
|
2628
2628
|
name: string;
|
|
@@ -2698,7 +2698,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2698
2698
|
linkTo?: ({
|
|
2699
2699
|
__TYPE__: "ImageLink";
|
|
2700
2700
|
} & {
|
|
2701
|
-
kind:
|
|
2701
|
+
kind: string;
|
|
2702
2702
|
id: string;
|
|
2703
2703
|
url: string;
|
|
2704
2704
|
height: string;
|
|
@@ -2710,7 +2710,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2710
2710
|
}) | ({
|
|
2711
2711
|
__TYPE__: "FileLink";
|
|
2712
2712
|
} & {
|
|
2713
|
-
kind:
|
|
2713
|
+
kind: string;
|
|
2714
2714
|
id: string;
|
|
2715
2715
|
url: string;
|
|
2716
2716
|
name: string;
|
|
@@ -2769,7 +2769,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2769
2769
|
data: ({
|
|
2770
2770
|
__TYPE__: "ImageLink";
|
|
2771
2771
|
} & {
|
|
2772
|
-
kind:
|
|
2772
|
+
kind: string;
|
|
2773
2773
|
id: string;
|
|
2774
2774
|
url: string;
|
|
2775
2775
|
height: string;
|
|
@@ -2781,7 +2781,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2781
2781
|
}) | ({
|
|
2782
2782
|
__TYPE__: "FileLink";
|
|
2783
2783
|
} & {
|
|
2784
|
-
kind:
|
|
2784
|
+
kind: string;
|
|
2785
2785
|
id: string;
|
|
2786
2786
|
url: string;
|
|
2787
2787
|
name: string;
|
|
@@ -2944,7 +2944,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2944
2944
|
value: ({
|
|
2945
2945
|
__TYPE__: "ImageLink";
|
|
2946
2946
|
} & (({
|
|
2947
|
-
kind:
|
|
2947
|
+
kind: string;
|
|
2948
2948
|
id: string;
|
|
2949
2949
|
url: string;
|
|
2950
2950
|
height: string;
|
|
@@ -2961,7 +2961,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
2961
2961
|
})) | ({
|
|
2962
2962
|
__TYPE__: "FileLink";
|
|
2963
2963
|
} & (({
|
|
2964
|
-
kind:
|
|
2964
|
+
kind: string;
|
|
2965
2965
|
id: string;
|
|
2966
2966
|
url: string;
|
|
2967
2967
|
name: string;
|
|
@@ -3037,7 +3037,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3037
3037
|
linkTo?: ({
|
|
3038
3038
|
__TYPE__: "ImageLink";
|
|
3039
3039
|
} & {
|
|
3040
|
-
kind:
|
|
3040
|
+
kind: string;
|
|
3041
3041
|
id: string;
|
|
3042
3042
|
url: string;
|
|
3043
3043
|
height: string;
|
|
@@ -3049,7 +3049,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3049
3049
|
}) | ({
|
|
3050
3050
|
__TYPE__: "FileLink";
|
|
3051
3051
|
} & {
|
|
3052
|
-
kind:
|
|
3052
|
+
kind: string;
|
|
3053
3053
|
id: string;
|
|
3054
3054
|
url: string;
|
|
3055
3055
|
name: string;
|
|
@@ -3108,7 +3108,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3108
3108
|
data: ({
|
|
3109
3109
|
__TYPE__: "ImageLink";
|
|
3110
3110
|
} & {
|
|
3111
|
-
kind:
|
|
3111
|
+
kind: string;
|
|
3112
3112
|
id: string;
|
|
3113
3113
|
url: string;
|
|
3114
3114
|
height: string;
|
|
@@ -3120,7 +3120,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3120
3120
|
}) | ({
|
|
3121
3121
|
__TYPE__: "FileLink";
|
|
3122
3122
|
} & {
|
|
3123
|
-
kind:
|
|
3123
|
+
kind: string;
|
|
3124
3124
|
id: string;
|
|
3125
3125
|
url: string;
|
|
3126
3126
|
name: string;
|
|
@@ -3285,7 +3285,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3285
3285
|
value: ({
|
|
3286
3286
|
__TYPE__: "ImageLink";
|
|
3287
3287
|
} & (({
|
|
3288
|
-
kind:
|
|
3288
|
+
kind: string;
|
|
3289
3289
|
id: string;
|
|
3290
3290
|
url: string;
|
|
3291
3291
|
height: string;
|
|
@@ -3302,7 +3302,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3302
3302
|
})) | ({
|
|
3303
3303
|
__TYPE__: "FileLink";
|
|
3304
3304
|
} & (({
|
|
3305
|
-
kind:
|
|
3305
|
+
kind: string;
|
|
3306
3306
|
id: string;
|
|
3307
3307
|
url: string;
|
|
3308
3308
|
name: string;
|
|
@@ -3378,7 +3378,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3378
3378
|
linkTo?: ({
|
|
3379
3379
|
__TYPE__: "ImageLink";
|
|
3380
3380
|
} & {
|
|
3381
|
-
kind:
|
|
3381
|
+
kind: string;
|
|
3382
3382
|
id: string;
|
|
3383
3383
|
url: string;
|
|
3384
3384
|
height: string;
|
|
@@ -3390,7 +3390,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3390
3390
|
}) | ({
|
|
3391
3391
|
__TYPE__: "FileLink";
|
|
3392
3392
|
} & {
|
|
3393
|
-
kind:
|
|
3393
|
+
kind: string;
|
|
3394
3394
|
id: string;
|
|
3395
3395
|
url: string;
|
|
3396
3396
|
name: string;
|
|
@@ -3449,7 +3449,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3449
3449
|
data: ({
|
|
3450
3450
|
__TYPE__: "ImageLink";
|
|
3451
3451
|
} & {
|
|
3452
|
-
kind:
|
|
3452
|
+
kind: string;
|
|
3453
3453
|
id: string;
|
|
3454
3454
|
url: string;
|
|
3455
3455
|
height: string;
|
|
@@ -3461,7 +3461,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3461
3461
|
}) | ({
|
|
3462
3462
|
__TYPE__: "FileLink";
|
|
3463
3463
|
} & {
|
|
3464
|
-
kind:
|
|
3464
|
+
kind: string;
|
|
3465
3465
|
id: string;
|
|
3466
3466
|
url: string;
|
|
3467
3467
|
name: string;
|
|
@@ -3624,7 +3624,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3624
3624
|
value: ({
|
|
3625
3625
|
__TYPE__: "ImageLink";
|
|
3626
3626
|
} & (({
|
|
3627
|
-
kind:
|
|
3627
|
+
kind: string;
|
|
3628
3628
|
id: string;
|
|
3629
3629
|
url: string;
|
|
3630
3630
|
height: string;
|
|
@@ -3641,7 +3641,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3641
3641
|
})) | ({
|
|
3642
3642
|
__TYPE__: "FileLink";
|
|
3643
3643
|
} & (({
|
|
3644
|
-
kind:
|
|
3644
|
+
kind: string;
|
|
3645
3645
|
id: string;
|
|
3646
3646
|
url: string;
|
|
3647
3647
|
name: string;
|
|
@@ -3717,7 +3717,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3717
3717
|
linkTo?: ({
|
|
3718
3718
|
__TYPE__: "ImageLink";
|
|
3719
3719
|
} & {
|
|
3720
|
-
kind:
|
|
3720
|
+
kind: string;
|
|
3721
3721
|
id: string;
|
|
3722
3722
|
url: string;
|
|
3723
3723
|
height: string;
|
|
@@ -3729,7 +3729,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3729
3729
|
}) | ({
|
|
3730
3730
|
__TYPE__: "FileLink";
|
|
3731
3731
|
} & {
|
|
3732
|
-
kind:
|
|
3732
|
+
kind: string;
|
|
3733
3733
|
id: string;
|
|
3734
3734
|
url: string;
|
|
3735
3735
|
name: string;
|
|
@@ -3788,7 +3788,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3788
3788
|
data: ({
|
|
3789
3789
|
__TYPE__: "ImageLink";
|
|
3790
3790
|
} & {
|
|
3791
|
-
kind:
|
|
3791
|
+
kind: string;
|
|
3792
3792
|
id: string;
|
|
3793
3793
|
url: string;
|
|
3794
3794
|
height: string;
|
|
@@ -3800,7 +3800,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
3800
3800
|
}) | ({
|
|
3801
3801
|
__TYPE__: "FileLink";
|
|
3802
3802
|
} & {
|
|
3803
|
-
kind:
|
|
3803
|
+
kind: string;
|
|
3804
3804
|
id: string;
|
|
3805
3805
|
url: string;
|
|
3806
3806
|
name: string;
|