@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
|
@@ -118,7 +118,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
118
118
|
value: ({
|
|
119
119
|
__TYPE__: "ImageLink";
|
|
120
120
|
} & (({
|
|
121
|
-
kind:
|
|
121
|
+
kind: string;
|
|
122
122
|
id: string;
|
|
123
123
|
url: string;
|
|
124
124
|
height: string;
|
|
@@ -135,7 +135,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
135
135
|
})) | ({
|
|
136
136
|
__TYPE__: "FileLink";
|
|
137
137
|
} & (({
|
|
138
|
-
kind:
|
|
138
|
+
kind: string;
|
|
139
139
|
id: string;
|
|
140
140
|
url: string;
|
|
141
141
|
name: string;
|
|
@@ -211,7 +211,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
211
211
|
linkTo?: ({
|
|
212
212
|
__TYPE__: "ImageLink";
|
|
213
213
|
} & {
|
|
214
|
-
kind:
|
|
214
|
+
kind: string;
|
|
215
215
|
id: string;
|
|
216
216
|
url: string;
|
|
217
217
|
height: string;
|
|
@@ -223,7 +223,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
223
223
|
}) | ({
|
|
224
224
|
__TYPE__: "FileLink";
|
|
225
225
|
} & {
|
|
226
|
-
kind:
|
|
226
|
+
kind: string;
|
|
227
227
|
id: string;
|
|
228
228
|
url: string;
|
|
229
229
|
name: string;
|
|
@@ -282,7 +282,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
282
282
|
data: ({
|
|
283
283
|
__TYPE__: "ImageLink";
|
|
284
284
|
} & {
|
|
285
|
-
kind:
|
|
285
|
+
kind: string;
|
|
286
286
|
id: string;
|
|
287
287
|
url: string;
|
|
288
288
|
height: string;
|
|
@@ -294,7 +294,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
294
294
|
}) | ({
|
|
295
295
|
__TYPE__: "FileLink";
|
|
296
296
|
} & {
|
|
297
|
-
kind:
|
|
297
|
+
kind: string;
|
|
298
298
|
id: string;
|
|
299
299
|
url: string;
|
|
300
300
|
name: string;
|
|
@@ -456,7 +456,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
456
456
|
value: ({
|
|
457
457
|
__TYPE__: "ImageLink";
|
|
458
458
|
} & (({
|
|
459
|
-
kind:
|
|
459
|
+
kind: string;
|
|
460
460
|
id: string;
|
|
461
461
|
url: string;
|
|
462
462
|
height: string;
|
|
@@ -473,7 +473,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
473
473
|
})) | ({
|
|
474
474
|
__TYPE__: "FileLink";
|
|
475
475
|
} & (({
|
|
476
|
-
kind:
|
|
476
|
+
kind: string;
|
|
477
477
|
id: string;
|
|
478
478
|
url: string;
|
|
479
479
|
name: string;
|
|
@@ -549,7 +549,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
549
549
|
linkTo?: ({
|
|
550
550
|
__TYPE__: "ImageLink";
|
|
551
551
|
} & {
|
|
552
|
-
kind:
|
|
552
|
+
kind: string;
|
|
553
553
|
id: string;
|
|
554
554
|
url: string;
|
|
555
555
|
height: string;
|
|
@@ -561,7 +561,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
561
561
|
}) | ({
|
|
562
562
|
__TYPE__: "FileLink";
|
|
563
563
|
} & {
|
|
564
|
-
kind:
|
|
564
|
+
kind: string;
|
|
565
565
|
id: string;
|
|
566
566
|
url: string;
|
|
567
567
|
name: string;
|
|
@@ -620,7 +620,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
620
620
|
data: ({
|
|
621
621
|
__TYPE__: "ImageLink";
|
|
622
622
|
} & {
|
|
623
|
-
kind:
|
|
623
|
+
kind: string;
|
|
624
624
|
id: string;
|
|
625
625
|
url: string;
|
|
626
626
|
height: string;
|
|
@@ -632,7 +632,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
632
632
|
}) | ({
|
|
633
633
|
__TYPE__: "FileLink";
|
|
634
634
|
} & {
|
|
635
|
-
kind:
|
|
635
|
+
kind: string;
|
|
636
636
|
id: string;
|
|
637
637
|
url: string;
|
|
638
638
|
name: string;
|
|
@@ -795,7 +795,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
795
795
|
value: ({
|
|
796
796
|
__TYPE__: "ImageLink";
|
|
797
797
|
} & (({
|
|
798
|
-
kind:
|
|
798
|
+
kind: string;
|
|
799
799
|
id: string;
|
|
800
800
|
url: string;
|
|
801
801
|
height: string;
|
|
@@ -812,7 +812,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
812
812
|
})) | ({
|
|
813
813
|
__TYPE__: "FileLink";
|
|
814
814
|
} & (({
|
|
815
|
-
kind:
|
|
815
|
+
kind: string;
|
|
816
816
|
id: string;
|
|
817
817
|
url: string;
|
|
818
818
|
name: string;
|
|
@@ -888,7 +888,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
888
888
|
linkTo?: ({
|
|
889
889
|
__TYPE__: "ImageLink";
|
|
890
890
|
} & {
|
|
891
|
-
kind:
|
|
891
|
+
kind: string;
|
|
892
892
|
id: string;
|
|
893
893
|
url: string;
|
|
894
894
|
height: string;
|
|
@@ -900,7 +900,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
900
900
|
}) | ({
|
|
901
901
|
__TYPE__: "FileLink";
|
|
902
902
|
} & {
|
|
903
|
-
kind:
|
|
903
|
+
kind: string;
|
|
904
904
|
id: string;
|
|
905
905
|
url: string;
|
|
906
906
|
name: string;
|
|
@@ -959,7 +959,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
959
959
|
data: ({
|
|
960
960
|
__TYPE__: "ImageLink";
|
|
961
961
|
} & {
|
|
962
|
-
kind:
|
|
962
|
+
kind: string;
|
|
963
963
|
id: string;
|
|
964
964
|
url: string;
|
|
965
965
|
height: string;
|
|
@@ -971,7 +971,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
971
971
|
}) | ({
|
|
972
972
|
__TYPE__: "FileLink";
|
|
973
973
|
} & {
|
|
974
|
-
kind:
|
|
974
|
+
kind: string;
|
|
975
975
|
id: string;
|
|
976
976
|
url: string;
|
|
977
977
|
name: string;
|
|
@@ -1136,7 +1136,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1136
1136
|
value: ({
|
|
1137
1137
|
__TYPE__: "ImageLink";
|
|
1138
1138
|
} & (({
|
|
1139
|
-
kind:
|
|
1139
|
+
kind: string;
|
|
1140
1140
|
id: string;
|
|
1141
1141
|
url: string;
|
|
1142
1142
|
height: string;
|
|
@@ -1153,7 +1153,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1153
1153
|
})) | ({
|
|
1154
1154
|
__TYPE__: "FileLink";
|
|
1155
1155
|
} & (({
|
|
1156
|
-
kind:
|
|
1156
|
+
kind: string;
|
|
1157
1157
|
id: string;
|
|
1158
1158
|
url: string;
|
|
1159
1159
|
name: string;
|
|
@@ -1229,7 +1229,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1229
1229
|
linkTo?: ({
|
|
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 SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
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;
|
|
@@ -1300,7 +1300,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1300
1300
|
data: ({
|
|
1301
1301
|
__TYPE__: "ImageLink";
|
|
1302
1302
|
} & {
|
|
1303
|
-
kind:
|
|
1303
|
+
kind: string;
|
|
1304
1304
|
id: string;
|
|
1305
1305
|
url: string;
|
|
1306
1306
|
height: string;
|
|
@@ -1312,7 +1312,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1312
1312
|
}) | ({
|
|
1313
1313
|
__TYPE__: "FileLink";
|
|
1314
1314
|
} & {
|
|
1315
|
-
kind:
|
|
1315
|
+
kind: string;
|
|
1316
1316
|
id: string;
|
|
1317
1317
|
url: string;
|
|
1318
1318
|
name: string;
|
|
@@ -1475,7 +1475,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1475
1475
|
value: ({
|
|
1476
1476
|
__TYPE__: "ImageLink";
|
|
1477
1477
|
} & (({
|
|
1478
|
-
kind:
|
|
1478
|
+
kind: string;
|
|
1479
1479
|
id: string;
|
|
1480
1480
|
url: string;
|
|
1481
1481
|
height: string;
|
|
@@ -1492,7 +1492,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1492
1492
|
})) | ({
|
|
1493
1493
|
__TYPE__: "FileLink";
|
|
1494
1494
|
} & (({
|
|
1495
|
-
kind:
|
|
1495
|
+
kind: string;
|
|
1496
1496
|
id: string;
|
|
1497
1497
|
url: string;
|
|
1498
1498
|
name: string;
|
|
@@ -1568,7 +1568,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1568
1568
|
linkTo?: ({
|
|
1569
1569
|
__TYPE__: "ImageLink";
|
|
1570
1570
|
} & {
|
|
1571
|
-
kind:
|
|
1571
|
+
kind: string;
|
|
1572
1572
|
id: string;
|
|
1573
1573
|
url: string;
|
|
1574
1574
|
height: string;
|
|
@@ -1580,7 +1580,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1580
1580
|
}) | ({
|
|
1581
1581
|
__TYPE__: "FileLink";
|
|
1582
1582
|
} & {
|
|
1583
|
-
kind:
|
|
1583
|
+
kind: string;
|
|
1584
1584
|
id: string;
|
|
1585
1585
|
url: string;
|
|
1586
1586
|
name: string;
|
|
@@ -1639,7 +1639,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1639
1639
|
data: ({
|
|
1640
1640
|
__TYPE__: "ImageLink";
|
|
1641
1641
|
} & {
|
|
1642
|
-
kind:
|
|
1642
|
+
kind: string;
|
|
1643
1643
|
id: string;
|
|
1644
1644
|
url: string;
|
|
1645
1645
|
height: string;
|
|
@@ -1651,7 +1651,7 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1651
1651
|
}) | ({
|
|
1652
1652
|
__TYPE__: "FileLink";
|
|
1653
1653
|
} & {
|
|
1654
|
-
kind:
|
|
1654
|
+
kind: string;
|
|
1655
1655
|
id: string;
|
|
1656
1656
|
url: string;
|
|
1657
1657
|
name: string;
|
|
@@ -1815,7 +1815,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1815
1815
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1816
1816
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
1817
1817
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1818
|
-
kind: t.
|
|
1818
|
+
kind: t.StringC;
|
|
1819
1819
|
id: t.StringC;
|
|
1820
1820
|
url: t.StringC;
|
|
1821
1821
|
height: t.StringC;
|
|
@@ -1832,7 +1832,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1832
1832
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1833
1833
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1834
1834
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1835
|
-
kind: t.
|
|
1835
|
+
kind: t.StringC;
|
|
1836
1836
|
id: t.StringC;
|
|
1837
1837
|
url: t.StringC;
|
|
1838
1838
|
name: t.StringC;
|
|
@@ -1910,7 +1910,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1910
1910
|
linkTo: t.UnionC<[t.Type<({
|
|
1911
1911
|
__TYPE__: "ImageLink";
|
|
1912
1912
|
} & {
|
|
1913
|
-
kind:
|
|
1913
|
+
kind: string;
|
|
1914
1914
|
id: string;
|
|
1915
1915
|
url: string;
|
|
1916
1916
|
height: string;
|
|
@@ -1922,7 +1922,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1922
1922
|
}) | ({
|
|
1923
1923
|
__TYPE__: "FileLink";
|
|
1924
1924
|
} & {
|
|
1925
|
-
kind:
|
|
1925
|
+
kind: string;
|
|
1926
1926
|
id: string;
|
|
1927
1927
|
url: string;
|
|
1928
1928
|
name: string;
|
|
@@ -1946,7 +1946,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1946
1946
|
}), ({
|
|
1947
1947
|
__TYPE__: "ImageLink";
|
|
1948
1948
|
} & {
|
|
1949
|
-
kind:
|
|
1949
|
+
kind: string;
|
|
1950
1950
|
id: string;
|
|
1951
1951
|
url: string;
|
|
1952
1952
|
height: string;
|
|
@@ -1958,7 +1958,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1958
1958
|
}) | ({
|
|
1959
1959
|
__TYPE__: "FileLink";
|
|
1960
1960
|
} & {
|
|
1961
|
-
kind:
|
|
1961
|
+
kind: string;
|
|
1962
1962
|
id: string;
|
|
1963
1963
|
url: string;
|
|
1964
1964
|
name: string;
|
|
@@ -2017,7 +2017,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2017
2017
|
data: ({
|
|
2018
2018
|
__TYPE__: "ImageLink";
|
|
2019
2019
|
} & {
|
|
2020
|
-
kind:
|
|
2020
|
+
kind: string;
|
|
2021
2021
|
id: string;
|
|
2022
2022
|
url: string;
|
|
2023
2023
|
height: string;
|
|
@@ -2029,7 +2029,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2029
2029
|
}) | ({
|
|
2030
2030
|
__TYPE__: "FileLink";
|
|
2031
2031
|
} & {
|
|
2032
|
-
kind:
|
|
2032
|
+
kind: string;
|
|
2033
2033
|
id: string;
|
|
2034
2034
|
url: string;
|
|
2035
2035
|
name: string;
|
|
@@ -2067,7 +2067,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2067
2067
|
data: ({
|
|
2068
2068
|
__TYPE__: "ImageLink";
|
|
2069
2069
|
} & {
|
|
2070
|
-
kind:
|
|
2070
|
+
kind: string;
|
|
2071
2071
|
id: string;
|
|
2072
2072
|
url: string;
|
|
2073
2073
|
height: string;
|
|
@@ -2079,7 +2079,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2079
2079
|
}) | ({
|
|
2080
2080
|
__TYPE__: "FileLink";
|
|
2081
2081
|
} & {
|
|
2082
|
-
kind:
|
|
2082
|
+
kind: string;
|
|
2083
2083
|
id: string;
|
|
2084
2084
|
url: string;
|
|
2085
2085
|
name: string;
|
|
@@ -2239,7 +2239,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2239
2239
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2240
2240
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
2241
2241
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2242
|
-
kind: t.
|
|
2242
|
+
kind: t.StringC;
|
|
2243
2243
|
id: t.StringC;
|
|
2244
2244
|
url: t.StringC;
|
|
2245
2245
|
height: t.StringC;
|
|
@@ -2256,7 +2256,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2256
2256
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2257
2257
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
2258
2258
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2259
|
-
kind: t.
|
|
2259
|
+
kind: t.StringC;
|
|
2260
2260
|
id: t.StringC;
|
|
2261
2261
|
url: t.StringC;
|
|
2262
2262
|
name: t.StringC;
|
|
@@ -2334,7 +2334,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2334
2334
|
linkTo: t.UnionC<[t.Type<({
|
|
2335
2335
|
__TYPE__: "ImageLink";
|
|
2336
2336
|
} & {
|
|
2337
|
-
kind:
|
|
2337
|
+
kind: string;
|
|
2338
2338
|
id: string;
|
|
2339
2339
|
url: string;
|
|
2340
2340
|
height: string;
|
|
@@ -2346,7 +2346,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2346
2346
|
}) | ({
|
|
2347
2347
|
__TYPE__: "FileLink";
|
|
2348
2348
|
} & {
|
|
2349
|
-
kind:
|
|
2349
|
+
kind: string;
|
|
2350
2350
|
id: string;
|
|
2351
2351
|
url: string;
|
|
2352
2352
|
name: string;
|
|
@@ -2370,7 +2370,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2370
2370
|
}), ({
|
|
2371
2371
|
__TYPE__: "ImageLink";
|
|
2372
2372
|
} & {
|
|
2373
|
-
kind:
|
|
2373
|
+
kind: string;
|
|
2374
2374
|
id: string;
|
|
2375
2375
|
url: string;
|
|
2376
2376
|
height: string;
|
|
@@ -2382,7 +2382,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2382
2382
|
}) | ({
|
|
2383
2383
|
__TYPE__: "FileLink";
|
|
2384
2384
|
} & {
|
|
2385
|
-
kind:
|
|
2385
|
+
kind: string;
|
|
2386
2386
|
id: string;
|
|
2387
2387
|
url: string;
|
|
2388
2388
|
name: string;
|
|
@@ -2441,7 +2441,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2441
2441
|
data: ({
|
|
2442
2442
|
__TYPE__: "ImageLink";
|
|
2443
2443
|
} & {
|
|
2444
|
-
kind:
|
|
2444
|
+
kind: string;
|
|
2445
2445
|
id: string;
|
|
2446
2446
|
url: string;
|
|
2447
2447
|
height: string;
|
|
@@ -2453,7 +2453,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2453
2453
|
}) | ({
|
|
2454
2454
|
__TYPE__: "FileLink";
|
|
2455
2455
|
} & {
|
|
2456
|
-
kind:
|
|
2456
|
+
kind: string;
|
|
2457
2457
|
id: string;
|
|
2458
2458
|
url: string;
|
|
2459
2459
|
name: string;
|
|
@@ -2491,7 +2491,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2491
2491
|
data: ({
|
|
2492
2492
|
__TYPE__: "ImageLink";
|
|
2493
2493
|
} & {
|
|
2494
|
-
kind:
|
|
2494
|
+
kind: string;
|
|
2495
2495
|
id: string;
|
|
2496
2496
|
url: string;
|
|
2497
2497
|
height: string;
|
|
@@ -2503,7 +2503,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2503
2503
|
}) | ({
|
|
2504
2504
|
__TYPE__: "FileLink";
|
|
2505
2505
|
} & {
|
|
2506
|
-
kind:
|
|
2506
|
+
kind: string;
|
|
2507
2507
|
id: string;
|
|
2508
2508
|
url: string;
|
|
2509
2509
|
name: string;
|
|
@@ -2665,7 +2665,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2665
2665
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2666
2666
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
2667
2667
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2668
|
-
kind: t.
|
|
2668
|
+
kind: t.StringC;
|
|
2669
2669
|
id: t.StringC;
|
|
2670
2670
|
url: t.StringC;
|
|
2671
2671
|
height: t.StringC;
|
|
@@ -2682,7 +2682,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2682
2682
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2683
2683
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
2684
2684
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2685
|
-
kind: t.
|
|
2685
|
+
kind: t.StringC;
|
|
2686
2686
|
id: t.StringC;
|
|
2687
2687
|
url: t.StringC;
|
|
2688
2688
|
name: t.StringC;
|
|
@@ -2760,7 +2760,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2760
2760
|
linkTo: t.UnionC<[t.Type<({
|
|
2761
2761
|
__TYPE__: "ImageLink";
|
|
2762
2762
|
} & {
|
|
2763
|
-
kind:
|
|
2763
|
+
kind: string;
|
|
2764
2764
|
id: string;
|
|
2765
2765
|
url: string;
|
|
2766
2766
|
height: string;
|
|
@@ -2772,7 +2772,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2772
2772
|
}) | ({
|
|
2773
2773
|
__TYPE__: "FileLink";
|
|
2774
2774
|
} & {
|
|
2775
|
-
kind:
|
|
2775
|
+
kind: string;
|
|
2776
2776
|
id: string;
|
|
2777
2777
|
url: string;
|
|
2778
2778
|
name: string;
|
|
@@ -2796,7 +2796,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2796
2796
|
}), ({
|
|
2797
2797
|
__TYPE__: "ImageLink";
|
|
2798
2798
|
} & {
|
|
2799
|
-
kind:
|
|
2799
|
+
kind: string;
|
|
2800
2800
|
id: string;
|
|
2801
2801
|
url: string;
|
|
2802
2802
|
height: string;
|
|
@@ -2808,7 +2808,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2808
2808
|
}) | ({
|
|
2809
2809
|
__TYPE__: "FileLink";
|
|
2810
2810
|
} & {
|
|
2811
|
-
kind:
|
|
2811
|
+
kind: string;
|
|
2812
2812
|
id: string;
|
|
2813
2813
|
url: string;
|
|
2814
2814
|
name: string;
|
|
@@ -2867,7 +2867,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2867
2867
|
data: ({
|
|
2868
2868
|
__TYPE__: "ImageLink";
|
|
2869
2869
|
} & {
|
|
2870
|
-
kind:
|
|
2870
|
+
kind: string;
|
|
2871
2871
|
id: string;
|
|
2872
2872
|
url: string;
|
|
2873
2873
|
height: string;
|
|
@@ -2879,7 +2879,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2879
2879
|
}) | ({
|
|
2880
2880
|
__TYPE__: "FileLink";
|
|
2881
2881
|
} & {
|
|
2882
|
-
kind:
|
|
2882
|
+
kind: string;
|
|
2883
2883
|
id: string;
|
|
2884
2884
|
url: string;
|
|
2885
2885
|
name: string;
|
|
@@ -2917,7 +2917,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2917
2917
|
data: ({
|
|
2918
2918
|
__TYPE__: "ImageLink";
|
|
2919
2919
|
} & {
|
|
2920
|
-
kind:
|
|
2920
|
+
kind: string;
|
|
2921
2921
|
id: string;
|
|
2922
2922
|
url: string;
|
|
2923
2923
|
height: string;
|
|
@@ -2929,7 +2929,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2929
2929
|
}) | ({
|
|
2930
2930
|
__TYPE__: "FileLink";
|
|
2931
2931
|
} & {
|
|
2932
|
-
kind:
|
|
2932
|
+
kind: string;
|
|
2933
2933
|
id: string;
|
|
2934
2934
|
url: string;
|
|
2935
2935
|
name: string;
|
|
@@ -3089,7 +3089,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3089
3089
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3090
3090
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
3091
3091
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3092
|
-
kind: t.
|
|
3092
|
+
kind: t.StringC;
|
|
3093
3093
|
id: t.StringC;
|
|
3094
3094
|
url: t.StringC;
|
|
3095
3095
|
height: t.StringC;
|
|
@@ -3106,7 +3106,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3106
3106
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3107
3107
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
3108
3108
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3109
|
-
kind: t.
|
|
3109
|
+
kind: t.StringC;
|
|
3110
3110
|
id: t.StringC;
|
|
3111
3111
|
url: t.StringC;
|
|
3112
3112
|
name: t.StringC;
|
|
@@ -3184,7 +3184,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3184
3184
|
linkTo: t.UnionC<[t.Type<({
|
|
3185
3185
|
__TYPE__: "ImageLink";
|
|
3186
3186
|
} & {
|
|
3187
|
-
kind:
|
|
3187
|
+
kind: string;
|
|
3188
3188
|
id: string;
|
|
3189
3189
|
url: string;
|
|
3190
3190
|
height: string;
|
|
@@ -3196,7 +3196,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3196
3196
|
}) | ({
|
|
3197
3197
|
__TYPE__: "FileLink";
|
|
3198
3198
|
} & {
|
|
3199
|
-
kind:
|
|
3199
|
+
kind: string;
|
|
3200
3200
|
id: string;
|
|
3201
3201
|
url: string;
|
|
3202
3202
|
name: string;
|
|
@@ -3220,7 +3220,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3220
3220
|
}), ({
|
|
3221
3221
|
__TYPE__: "ImageLink";
|
|
3222
3222
|
} & {
|
|
3223
|
-
kind:
|
|
3223
|
+
kind: string;
|
|
3224
3224
|
id: string;
|
|
3225
3225
|
url: string;
|
|
3226
3226
|
height: string;
|
|
@@ -3232,7 +3232,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3232
3232
|
}) | ({
|
|
3233
3233
|
__TYPE__: "FileLink";
|
|
3234
3234
|
} & {
|
|
3235
|
-
kind:
|
|
3235
|
+
kind: string;
|
|
3236
3236
|
id: string;
|
|
3237
3237
|
url: string;
|
|
3238
3238
|
name: string;
|
|
@@ -3291,7 +3291,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3291
3291
|
data: ({
|
|
3292
3292
|
__TYPE__: "ImageLink";
|
|
3293
3293
|
} & {
|
|
3294
|
-
kind:
|
|
3294
|
+
kind: string;
|
|
3295
3295
|
id: string;
|
|
3296
3296
|
url: string;
|
|
3297
3297
|
height: string;
|
|
@@ -3303,7 +3303,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3303
3303
|
}) | ({
|
|
3304
3304
|
__TYPE__: "FileLink";
|
|
3305
3305
|
} & {
|
|
3306
|
-
kind:
|
|
3306
|
+
kind: string;
|
|
3307
3307
|
id: string;
|
|
3308
3308
|
url: string;
|
|
3309
3309
|
name: string;
|
|
@@ -3341,7 +3341,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3341
3341
|
data: ({
|
|
3342
3342
|
__TYPE__: "ImageLink";
|
|
3343
3343
|
} & {
|
|
3344
|
-
kind:
|
|
3344
|
+
kind: string;
|
|
3345
3345
|
id: string;
|
|
3346
3346
|
url: string;
|
|
3347
3347
|
height: string;
|
|
@@ -3353,7 +3353,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3353
3353
|
}) | ({
|
|
3354
3354
|
__TYPE__: "FileLink";
|
|
3355
3355
|
} & {
|
|
3356
|
-
kind:
|
|
3356
|
+
kind: string;
|
|
3357
3357
|
id: string;
|
|
3358
3358
|
url: string;
|
|
3359
3359
|
name: string;
|
|
@@ -3512,7 +3512,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3512
3512
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3513
3513
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
3514
3514
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3515
|
-
kind: t.
|
|
3515
|
+
kind: t.StringC;
|
|
3516
3516
|
id: t.StringC;
|
|
3517
3517
|
url: t.StringC;
|
|
3518
3518
|
height: t.StringC;
|
|
@@ -3529,7 +3529,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3529
3529
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3530
3530
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
3531
3531
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3532
|
-
kind: t.
|
|
3532
|
+
kind: t.StringC;
|
|
3533
3533
|
id: t.StringC;
|
|
3534
3534
|
url: t.StringC;
|
|
3535
3535
|
name: t.StringC;
|
|
@@ -3607,7 +3607,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3607
3607
|
linkTo: t.UnionC<[t.Type<({
|
|
3608
3608
|
__TYPE__: "ImageLink";
|
|
3609
3609
|
} & {
|
|
3610
|
-
kind:
|
|
3610
|
+
kind: string;
|
|
3611
3611
|
id: string;
|
|
3612
3612
|
url: string;
|
|
3613
3613
|
height: string;
|
|
@@ -3619,7 +3619,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3619
3619
|
}) | ({
|
|
3620
3620
|
__TYPE__: "FileLink";
|
|
3621
3621
|
} & {
|
|
3622
|
-
kind:
|
|
3622
|
+
kind: string;
|
|
3623
3623
|
id: string;
|
|
3624
3624
|
url: string;
|
|
3625
3625
|
name: string;
|
|
@@ -3643,7 +3643,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3643
3643
|
}), ({
|
|
3644
3644
|
__TYPE__: "ImageLink";
|
|
3645
3645
|
} & {
|
|
3646
|
-
kind:
|
|
3646
|
+
kind: string;
|
|
3647
3647
|
id: string;
|
|
3648
3648
|
url: string;
|
|
3649
3649
|
height: string;
|
|
@@ -3655,7 +3655,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3655
3655
|
}) | ({
|
|
3656
3656
|
__TYPE__: "FileLink";
|
|
3657
3657
|
} & {
|
|
3658
|
-
kind:
|
|
3658
|
+
kind: string;
|
|
3659
3659
|
id: string;
|
|
3660
3660
|
url: string;
|
|
3661
3661
|
name: string;
|
|
@@ -3714,7 +3714,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3714
3714
|
data: ({
|
|
3715
3715
|
__TYPE__: "ImageLink";
|
|
3716
3716
|
} & {
|
|
3717
|
-
kind:
|
|
3717
|
+
kind: string;
|
|
3718
3718
|
id: string;
|
|
3719
3719
|
url: string;
|
|
3720
3720
|
height: string;
|
|
@@ -3726,7 +3726,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3726
3726
|
}) | ({
|
|
3727
3727
|
__TYPE__: "FileLink";
|
|
3728
3728
|
} & {
|
|
3729
|
-
kind:
|
|
3729
|
+
kind: string;
|
|
3730
3730
|
id: string;
|
|
3731
3731
|
url: string;
|
|
3732
3732
|
name: string;
|
|
@@ -3764,7 +3764,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3764
3764
|
data: ({
|
|
3765
3765
|
__TYPE__: "ImageLink";
|
|
3766
3766
|
} & {
|
|
3767
|
-
kind:
|
|
3767
|
+
kind: string;
|
|
3768
3768
|
id: string;
|
|
3769
3769
|
url: string;
|
|
3770
3770
|
height: string;
|
|
@@ -3776,7 +3776,7 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3776
3776
|
}) | ({
|
|
3777
3777
|
__TYPE__: "FileLink";
|
|
3778
3778
|
} & {
|
|
3779
|
-
kind:
|
|
3779
|
+
kind: string;
|
|
3780
3780
|
id: string;
|
|
3781
3781
|
url: string;
|
|
3782
3782
|
name: string;
|