@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
|
@@ -124,7 +124,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
124
124
|
value: ({
|
|
125
125
|
__TYPE__: "ImageLink";
|
|
126
126
|
} & (({
|
|
127
|
-
kind:
|
|
127
|
+
kind: string;
|
|
128
128
|
id: string;
|
|
129
129
|
url: string;
|
|
130
130
|
height: string;
|
|
@@ -141,7 +141,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
141
141
|
})) | ({
|
|
142
142
|
__TYPE__: "FileLink";
|
|
143
143
|
} & (({
|
|
144
|
-
kind:
|
|
144
|
+
kind: string;
|
|
145
145
|
id: string;
|
|
146
146
|
url: string;
|
|
147
147
|
name: string;
|
|
@@ -217,7 +217,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
217
217
|
linkTo?: ({
|
|
218
218
|
__TYPE__: "ImageLink";
|
|
219
219
|
} & {
|
|
220
|
-
kind:
|
|
220
|
+
kind: string;
|
|
221
221
|
id: string;
|
|
222
222
|
url: string;
|
|
223
223
|
height: string;
|
|
@@ -229,7 +229,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
229
229
|
}) | ({
|
|
230
230
|
__TYPE__: "FileLink";
|
|
231
231
|
} & {
|
|
232
|
-
kind:
|
|
232
|
+
kind: string;
|
|
233
233
|
id: string;
|
|
234
234
|
url: string;
|
|
235
235
|
name: string;
|
|
@@ -288,7 +288,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
288
288
|
data: ({
|
|
289
289
|
__TYPE__: "ImageLink";
|
|
290
290
|
} & {
|
|
291
|
-
kind:
|
|
291
|
+
kind: string;
|
|
292
292
|
id: string;
|
|
293
293
|
url: string;
|
|
294
294
|
height: string;
|
|
@@ -300,7 +300,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
300
300
|
}) | ({
|
|
301
301
|
__TYPE__: "FileLink";
|
|
302
302
|
} & {
|
|
303
|
-
kind:
|
|
303
|
+
kind: string;
|
|
304
304
|
id: string;
|
|
305
305
|
url: string;
|
|
306
306
|
name: string;
|
|
@@ -463,7 +463,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
463
463
|
value: ({
|
|
464
464
|
__TYPE__: "ImageLink";
|
|
465
465
|
} & (({
|
|
466
|
-
kind:
|
|
466
|
+
kind: string;
|
|
467
467
|
id: string;
|
|
468
468
|
url: string;
|
|
469
469
|
height: string;
|
|
@@ -480,7 +480,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
480
480
|
})) | ({
|
|
481
481
|
__TYPE__: "FileLink";
|
|
482
482
|
} & (({
|
|
483
|
-
kind:
|
|
483
|
+
kind: string;
|
|
484
484
|
id: string;
|
|
485
485
|
url: string;
|
|
486
486
|
name: string;
|
|
@@ -556,7 +556,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
556
556
|
linkTo?: ({
|
|
557
557
|
__TYPE__: "ImageLink";
|
|
558
558
|
} & {
|
|
559
|
-
kind:
|
|
559
|
+
kind: string;
|
|
560
560
|
id: string;
|
|
561
561
|
url: string;
|
|
562
562
|
height: string;
|
|
@@ -568,7 +568,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
568
568
|
}) | ({
|
|
569
569
|
__TYPE__: "FileLink";
|
|
570
570
|
} & {
|
|
571
|
-
kind:
|
|
571
|
+
kind: string;
|
|
572
572
|
id: string;
|
|
573
573
|
url: string;
|
|
574
574
|
name: string;
|
|
@@ -627,7 +627,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
627
627
|
data: ({
|
|
628
628
|
__TYPE__: "ImageLink";
|
|
629
629
|
} & {
|
|
630
|
-
kind:
|
|
630
|
+
kind: string;
|
|
631
631
|
id: string;
|
|
632
632
|
url: string;
|
|
633
633
|
height: string;
|
|
@@ -639,7 +639,7 @@ export declare const isCompositeSliceContent: (u: unknown) => u is {
|
|
|
639
639
|
}) | ({
|
|
640
640
|
__TYPE__: "FileLink";
|
|
641
641
|
} & {
|
|
642
|
-
kind:
|
|
642
|
+
kind: string;
|
|
643
643
|
id: string;
|
|
644
644
|
url: string;
|
|
645
645
|
name: string;
|
|
@@ -804,7 +804,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
804
804
|
value: ({
|
|
805
805
|
__TYPE__: "ImageLink";
|
|
806
806
|
} & (({
|
|
807
|
-
kind:
|
|
807
|
+
kind: string;
|
|
808
808
|
id: string;
|
|
809
809
|
url: string;
|
|
810
810
|
height: string;
|
|
@@ -821,7 +821,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
821
821
|
})) | ({
|
|
822
822
|
__TYPE__: "FileLink";
|
|
823
823
|
} & (({
|
|
824
|
-
kind:
|
|
824
|
+
kind: string;
|
|
825
825
|
id: string;
|
|
826
826
|
url: string;
|
|
827
827
|
name: string;
|
|
@@ -897,7 +897,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
897
897
|
linkTo?: ({
|
|
898
898
|
__TYPE__: "ImageLink";
|
|
899
899
|
} & {
|
|
900
|
-
kind:
|
|
900
|
+
kind: string;
|
|
901
901
|
id: string;
|
|
902
902
|
url: string;
|
|
903
903
|
height: string;
|
|
@@ -909,7 +909,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
909
909
|
}) | ({
|
|
910
910
|
__TYPE__: "FileLink";
|
|
911
911
|
} & {
|
|
912
|
-
kind:
|
|
912
|
+
kind: string;
|
|
913
913
|
id: string;
|
|
914
914
|
url: string;
|
|
915
915
|
name: string;
|
|
@@ -968,7 +968,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
968
968
|
data: ({
|
|
969
969
|
__TYPE__: "ImageLink";
|
|
970
970
|
} & {
|
|
971
|
-
kind:
|
|
971
|
+
kind: string;
|
|
972
972
|
id: string;
|
|
973
973
|
url: string;
|
|
974
974
|
height: string;
|
|
@@ -980,7 +980,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
980
980
|
}) | ({
|
|
981
981
|
__TYPE__: "FileLink";
|
|
982
982
|
} & {
|
|
983
|
-
kind:
|
|
983
|
+
kind: string;
|
|
984
984
|
id: string;
|
|
985
985
|
url: string;
|
|
986
986
|
name: string;
|
|
@@ -1143,7 +1143,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
1143
1143
|
value: ({
|
|
1144
1144
|
__TYPE__: "ImageLink";
|
|
1145
1145
|
} & (({
|
|
1146
|
-
kind:
|
|
1146
|
+
kind: string;
|
|
1147
1147
|
id: string;
|
|
1148
1148
|
url: string;
|
|
1149
1149
|
height: string;
|
|
@@ -1160,7 +1160,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
1160
1160
|
})) | ({
|
|
1161
1161
|
__TYPE__: "FileLink";
|
|
1162
1162
|
} & (({
|
|
1163
|
-
kind:
|
|
1163
|
+
kind: string;
|
|
1164
1164
|
id: string;
|
|
1165
1165
|
url: string;
|
|
1166
1166
|
name: string;
|
|
@@ -1236,7 +1236,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
1236
1236
|
linkTo?: ({
|
|
1237
1237
|
__TYPE__: "ImageLink";
|
|
1238
1238
|
} & {
|
|
1239
|
-
kind:
|
|
1239
|
+
kind: string;
|
|
1240
1240
|
id: string;
|
|
1241
1241
|
url: string;
|
|
1242
1242
|
height: string;
|
|
@@ -1248,7 +1248,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
1248
1248
|
}) | ({
|
|
1249
1249
|
__TYPE__: "FileLink";
|
|
1250
1250
|
} & {
|
|
1251
|
-
kind:
|
|
1251
|
+
kind: string;
|
|
1252
1252
|
id: string;
|
|
1253
1253
|
url: string;
|
|
1254
1254
|
name: string;
|
|
@@ -1307,7 +1307,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
1307
1307
|
data: ({
|
|
1308
1308
|
__TYPE__: "ImageLink";
|
|
1309
1309
|
} & {
|
|
1310
|
-
kind:
|
|
1310
|
+
kind: string;
|
|
1311
1311
|
id: string;
|
|
1312
1312
|
url: string;
|
|
1313
1313
|
height: string;
|
|
@@ -1319,7 +1319,7 @@ export declare const CompositeSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
1319
1319
|
}) | ({
|
|
1320
1320
|
__TYPE__: "FileLink";
|
|
1321
1321
|
} & {
|
|
1322
|
-
kind:
|
|
1322
|
+
kind: string;
|
|
1323
1323
|
id: string;
|
|
1324
1324
|
url: string;
|
|
1325
1325
|
name: string;
|
|
@@ -1486,7 +1486,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1486
1486
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1487
1487
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
1488
1488
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1489
|
-
kind: t.
|
|
1489
|
+
kind: t.StringC;
|
|
1490
1490
|
id: t.StringC;
|
|
1491
1491
|
url: t.StringC;
|
|
1492
1492
|
height: t.StringC;
|
|
@@ -1503,7 +1503,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1503
1503
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1504
1504
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1505
1505
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1506
|
-
kind: t.
|
|
1506
|
+
kind: t.StringC;
|
|
1507
1507
|
id: t.StringC;
|
|
1508
1508
|
url: t.StringC;
|
|
1509
1509
|
name: t.StringC;
|
|
@@ -1581,7 +1581,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1581
1581
|
linkTo: t.UnionC<[t.Type<({
|
|
1582
1582
|
__TYPE__: "ImageLink";
|
|
1583
1583
|
} & {
|
|
1584
|
-
kind:
|
|
1584
|
+
kind: string;
|
|
1585
1585
|
id: string;
|
|
1586
1586
|
url: string;
|
|
1587
1587
|
height: string;
|
|
@@ -1593,7 +1593,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1593
1593
|
}) | ({
|
|
1594
1594
|
__TYPE__: "FileLink";
|
|
1595
1595
|
} & {
|
|
1596
|
-
kind:
|
|
1596
|
+
kind: string;
|
|
1597
1597
|
id: string;
|
|
1598
1598
|
url: string;
|
|
1599
1599
|
name: string;
|
|
@@ -1617,7 +1617,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1617
1617
|
}), ({
|
|
1618
1618
|
__TYPE__: "ImageLink";
|
|
1619
1619
|
} & {
|
|
1620
|
-
kind:
|
|
1620
|
+
kind: string;
|
|
1621
1621
|
id: string;
|
|
1622
1622
|
url: string;
|
|
1623
1623
|
height: string;
|
|
@@ -1629,7 +1629,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1629
1629
|
}) | ({
|
|
1630
1630
|
__TYPE__: "FileLink";
|
|
1631
1631
|
} & {
|
|
1632
|
-
kind:
|
|
1632
|
+
kind: string;
|
|
1633
1633
|
id: string;
|
|
1634
1634
|
url: string;
|
|
1635
1635
|
name: string;
|
|
@@ -1688,7 +1688,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1688
1688
|
data: ({
|
|
1689
1689
|
__TYPE__: "ImageLink";
|
|
1690
1690
|
} & {
|
|
1691
|
-
kind:
|
|
1691
|
+
kind: string;
|
|
1692
1692
|
id: string;
|
|
1693
1693
|
url: string;
|
|
1694
1694
|
height: string;
|
|
@@ -1700,7 +1700,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1700
1700
|
}) | ({
|
|
1701
1701
|
__TYPE__: "FileLink";
|
|
1702
1702
|
} & {
|
|
1703
|
-
kind:
|
|
1703
|
+
kind: string;
|
|
1704
1704
|
id: string;
|
|
1705
1705
|
url: string;
|
|
1706
1706
|
name: string;
|
|
@@ -1738,7 +1738,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1738
1738
|
data: ({
|
|
1739
1739
|
__TYPE__: "ImageLink";
|
|
1740
1740
|
} & {
|
|
1741
|
-
kind:
|
|
1741
|
+
kind: string;
|
|
1742
1742
|
id: string;
|
|
1743
1743
|
url: string;
|
|
1744
1744
|
height: string;
|
|
@@ -1750,7 +1750,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1750
1750
|
}) | ({
|
|
1751
1751
|
__TYPE__: "FileLink";
|
|
1752
1752
|
} & {
|
|
1753
|
-
kind:
|
|
1753
|
+
kind: string;
|
|
1754
1754
|
id: string;
|
|
1755
1755
|
url: string;
|
|
1756
1756
|
name: string;
|
|
@@ -1910,7 +1910,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1910
1910
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1911
1911
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
1912
1912
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1913
|
-
kind: t.
|
|
1913
|
+
kind: t.StringC;
|
|
1914
1914
|
id: t.StringC;
|
|
1915
1915
|
url: t.StringC;
|
|
1916
1916
|
height: t.StringC;
|
|
@@ -1927,7 +1927,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
1927
1927
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1928
1928
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1929
1929
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1930
|
-
kind: t.
|
|
1930
|
+
kind: t.StringC;
|
|
1931
1931
|
id: t.StringC;
|
|
1932
1932
|
url: t.StringC;
|
|
1933
1933
|
name: t.StringC;
|
|
@@ -2005,7 +2005,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2005
2005
|
linkTo: t.UnionC<[t.Type<({
|
|
2006
2006
|
__TYPE__: "ImageLink";
|
|
2007
2007
|
} & {
|
|
2008
|
-
kind:
|
|
2008
|
+
kind: string;
|
|
2009
2009
|
id: string;
|
|
2010
2010
|
url: string;
|
|
2011
2011
|
height: string;
|
|
@@ -2017,7 +2017,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2017
2017
|
}) | ({
|
|
2018
2018
|
__TYPE__: "FileLink";
|
|
2019
2019
|
} & {
|
|
2020
|
-
kind:
|
|
2020
|
+
kind: string;
|
|
2021
2021
|
id: string;
|
|
2022
2022
|
url: string;
|
|
2023
2023
|
name: string;
|
|
@@ -2041,7 +2041,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2041
2041
|
}), ({
|
|
2042
2042
|
__TYPE__: "ImageLink";
|
|
2043
2043
|
} & {
|
|
2044
|
-
kind:
|
|
2044
|
+
kind: string;
|
|
2045
2045
|
id: string;
|
|
2046
2046
|
url: string;
|
|
2047
2047
|
height: string;
|
|
@@ -2053,7 +2053,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2053
2053
|
}) | ({
|
|
2054
2054
|
__TYPE__: "FileLink";
|
|
2055
2055
|
} & {
|
|
2056
|
-
kind:
|
|
2056
|
+
kind: string;
|
|
2057
2057
|
id: string;
|
|
2058
2058
|
url: string;
|
|
2059
2059
|
name: string;
|
|
@@ -2112,7 +2112,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2112
2112
|
data: ({
|
|
2113
2113
|
__TYPE__: "ImageLink";
|
|
2114
2114
|
} & {
|
|
2115
|
-
kind:
|
|
2115
|
+
kind: string;
|
|
2116
2116
|
id: string;
|
|
2117
2117
|
url: string;
|
|
2118
2118
|
height: string;
|
|
@@ -2124,7 +2124,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2124
2124
|
}) | ({
|
|
2125
2125
|
__TYPE__: "FileLink";
|
|
2126
2126
|
} & {
|
|
2127
|
-
kind:
|
|
2127
|
+
kind: string;
|
|
2128
2128
|
id: string;
|
|
2129
2129
|
url: string;
|
|
2130
2130
|
name: string;
|
|
@@ -2162,7 +2162,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2162
2162
|
data: ({
|
|
2163
2163
|
__TYPE__: "ImageLink";
|
|
2164
2164
|
} & {
|
|
2165
|
-
kind:
|
|
2165
|
+
kind: string;
|
|
2166
2166
|
id: string;
|
|
2167
2167
|
url: string;
|
|
2168
2168
|
height: string;
|
|
@@ -2174,7 +2174,7 @@ export declare const CompositeSliceContent: t.ExactC<t.TypeC<{
|
|
|
2174
2174
|
}) | ({
|
|
2175
2175
|
__TYPE__: "FileLink";
|
|
2176
2176
|
} & {
|
|
2177
|
-
kind:
|
|
2177
|
+
kind: string;
|
|
2178
2178
|
id: string;
|
|
2179
2179
|
url: string;
|
|
2180
2180
|
name: string;
|
|
@@ -121,7 +121,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
121
121
|
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
122
122
|
__TYPE__: t.LiteralC<"ImageLink">;
|
|
123
123
|
}>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
124
|
-
kind: t.
|
|
124
|
+
kind: t.StringC;
|
|
125
125
|
id: t.StringC;
|
|
126
126
|
url: t.StringC;
|
|
127
127
|
height: t.StringC;
|
|
@@ -138,7 +138,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
138
138
|
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
139
139
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
140
140
|
}>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
141
|
-
kind: t.
|
|
141
|
+
kind: t.StringC;
|
|
142
142
|
id: t.StringC;
|
|
143
143
|
url: t.StringC;
|
|
144
144
|
name: t.StringC;
|
|
@@ -216,7 +216,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
216
216
|
linkTo: t.UnionC<[t.Type<({
|
|
217
217
|
__TYPE__: "ImageLink";
|
|
218
218
|
} & {
|
|
219
|
-
kind:
|
|
219
|
+
kind: string;
|
|
220
220
|
id: string;
|
|
221
221
|
url: string;
|
|
222
222
|
height: string;
|
|
@@ -228,7 +228,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
228
228
|
}) | ({
|
|
229
229
|
__TYPE__: "FileLink";
|
|
230
230
|
} & {
|
|
231
|
-
kind:
|
|
231
|
+
kind: string;
|
|
232
232
|
id: string;
|
|
233
233
|
url: string;
|
|
234
234
|
name: string;
|
|
@@ -252,7 +252,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
252
252
|
}), ({
|
|
253
253
|
__TYPE__: "ImageLink";
|
|
254
254
|
} & {
|
|
255
|
-
kind:
|
|
255
|
+
kind: string;
|
|
256
256
|
id: string;
|
|
257
257
|
url: string;
|
|
258
258
|
height: string;
|
|
@@ -264,7 +264,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
264
264
|
}) | ({
|
|
265
265
|
__TYPE__: "FileLink";
|
|
266
266
|
} & {
|
|
267
|
-
kind:
|
|
267
|
+
kind: string;
|
|
268
268
|
id: string;
|
|
269
269
|
url: string;
|
|
270
270
|
name: string;
|
|
@@ -323,7 +323,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
323
323
|
data: ({
|
|
324
324
|
__TYPE__: "ImageLink";
|
|
325
325
|
} & {
|
|
326
|
-
kind:
|
|
326
|
+
kind: string;
|
|
327
327
|
id: string;
|
|
328
328
|
url: string;
|
|
329
329
|
height: string;
|
|
@@ -335,7 +335,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
335
335
|
}) | ({
|
|
336
336
|
__TYPE__: "FileLink";
|
|
337
337
|
} & {
|
|
338
|
-
kind:
|
|
338
|
+
kind: string;
|
|
339
339
|
id: string;
|
|
340
340
|
url: string;
|
|
341
341
|
name: string;
|
|
@@ -373,7 +373,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
373
373
|
data: ({
|
|
374
374
|
__TYPE__: "ImageLink";
|
|
375
375
|
} & {
|
|
376
|
-
kind:
|
|
376
|
+
kind: string;
|
|
377
377
|
id: string;
|
|
378
378
|
url: string;
|
|
379
379
|
height: string;
|
|
@@ -385,7 +385,7 @@ export declare const RepeatableWidgets: t.ArrayC<t.ExactC<t.TypeC<{
|
|
|
385
385
|
}) | ({
|
|
386
386
|
__TYPE__: "FileLink";
|
|
387
387
|
} & {
|
|
388
|
-
kind:
|
|
388
|
+
kind: string;
|
|
389
389
|
id: string;
|
|
390
390
|
url: string;
|
|
391
391
|
name: string;
|