@prismicio/types-internal 2.9.0-alpha.2 → 2.9.0-alpha.4
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 +36 -36
- package/lib/content/fields/RepeatableContent.d.ts +2 -2
- package/lib/content/fields/WidgetContent.d.ts +36 -36
- package/lib/content/fields/nestable/LinkContent.d.ts +8 -8
- package/lib/content/fields/nestable/LinkContent.js +1 -3
- package/lib/content/fields/nestable/NestableContent.d.ts +6 -6
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +12 -12
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +2 -2
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +12 -12
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +6 -6
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +6 -6
- package/lib/content/fields/slices/Slice/index.d.ts +20 -20
- package/lib/content/fields/slices/SliceItem.d.ts +20 -20
- package/lib/content/fields/slices/SlicesContent.d.ts +30 -30
- package/package.json +2 -1
- package/src/content/fields/nestable/LinkContent.ts +1 -3
- package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +0 -727
- package/lib/content/fields/nestable/RichTextContent/TextBlock.js +0 -80
- package/lib/customtypes/widgets/slices/SliceWidget.d.ts +0 -327
- package/lib/customtypes/widgets/slices/SliceWidget.js +0 -8
|
@@ -181,7 +181,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
181
181
|
text: t.StringC;
|
|
182
182
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
183
183
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
184
|
-
}>>, t.ExactC<t.
|
|
184
|
+
}>>, t.ExactC<t.PartialC<{
|
|
185
185
|
text: t.StringC;
|
|
186
186
|
}>>]>]>;
|
|
187
187
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -495,7 +495,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
495
495
|
text: t.StringC;
|
|
496
496
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
497
497
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
498
|
-
}>>, t.ExactC<t.
|
|
498
|
+
}>>, t.ExactC<t.PartialC<{
|
|
499
499
|
text: t.StringC;
|
|
500
500
|
}>>]>]>;
|
|
501
501
|
}>>>;
|
|
@@ -687,7 +687,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
687
687
|
text: t.StringC;
|
|
688
688
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
689
689
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
690
|
-
}>>, t.ExactC<t.
|
|
690
|
+
}>>, t.ExactC<t.PartialC<{
|
|
691
691
|
text: t.StringC;
|
|
692
692
|
}>>]>]>;
|
|
693
693
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -1001,7 +1001,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1001
1001
|
text: t.StringC;
|
|
1002
1002
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1003
1003
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1004
|
-
}>>, t.ExactC<t.
|
|
1004
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1005
1005
|
text: t.StringC;
|
|
1006
1006
|
}>>]>]>;
|
|
1007
1007
|
}>>>;
|
|
@@ -1185,7 +1185,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1185
1185
|
text: t.StringC;
|
|
1186
1186
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1187
1187
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1188
|
-
}>>, t.ExactC<t.
|
|
1188
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1189
1189
|
text: t.StringC;
|
|
1190
1190
|
}>>]>]>;
|
|
1191
1191
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -1499,7 +1499,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1499
1499
|
text: t.StringC;
|
|
1500
1500
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1501
1501
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1502
|
-
}>>, t.ExactC<t.
|
|
1502
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1503
1503
|
text: t.StringC;
|
|
1504
1504
|
}>>]>]>;
|
|
1505
1505
|
}>>>;
|
|
@@ -1685,7 +1685,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1685
1685
|
text: t.StringC;
|
|
1686
1686
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1687
1687
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1688
|
-
}>>, t.ExactC<t.
|
|
1688
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1689
1689
|
text: t.StringC;
|
|
1690
1690
|
}>>]>]>;
|
|
1691
1691
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -1999,7 +1999,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
1999
1999
|
text: t.StringC;
|
|
2000
2000
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2001
2001
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2002
|
-
}>>, t.ExactC<t.
|
|
2002
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2003
2003
|
text: t.StringC;
|
|
2004
2004
|
}>>]>]>;
|
|
2005
2005
|
}>>>;
|
|
@@ -2183,7 +2183,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2183
2183
|
text: t.StringC;
|
|
2184
2184
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2185
2185
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2186
|
-
}>>, t.ExactC<t.
|
|
2186
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2187
2187
|
text: t.StringC;
|
|
2188
2188
|
}>>]>]>;
|
|
2189
2189
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -2497,7 +2497,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2497
2497
|
text: t.StringC;
|
|
2498
2498
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2499
2499
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2500
|
-
}>>, t.ExactC<t.
|
|
2500
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2501
2501
|
text: t.StringC;
|
|
2502
2502
|
}>>]>]>;
|
|
2503
2503
|
}>>>;
|
|
@@ -2680,7 +2680,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2680
2680
|
text: t.StringC;
|
|
2681
2681
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2682
2682
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2683
|
-
}>>, t.ExactC<t.
|
|
2683
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2684
2684
|
text: t.StringC;
|
|
2685
2685
|
}>>]>]>;
|
|
2686
2686
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -2994,7 +2994,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
|
|
|
2994
2994
|
text: t.StringC;
|
|
2995
2995
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2996
2996
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2997
|
-
}>>, t.ExactC<t.
|
|
2997
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2998
2998
|
text: t.StringC;
|
|
2999
2999
|
}>>]>]>;
|
|
3000
3000
|
}>>>;
|
|
@@ -3197,7 +3197,7 @@ export declare const DocumentLegacy: {
|
|
|
3197
3197
|
})) | ({
|
|
3198
3198
|
__TYPE__: "AnyLink";
|
|
3199
3199
|
} & {
|
|
3200
|
-
text
|
|
3200
|
+
text?: string;
|
|
3201
3201
|
});
|
|
3202
3202
|
} | {
|
|
3203
3203
|
__TYPE__: "RepeatableContent";
|
|
@@ -3268,7 +3268,7 @@ export declare const DocumentLegacy: {
|
|
|
3268
3268
|
})) | ({
|
|
3269
3269
|
__TYPE__: "AnyLink";
|
|
3270
3270
|
} & {
|
|
3271
|
-
text
|
|
3271
|
+
text?: string;
|
|
3272
3272
|
});
|
|
3273
3273
|
}[];
|
|
3274
3274
|
} | import("./fields").GroupContent | {
|
|
@@ -3613,7 +3613,7 @@ export declare const DocumentLegacy: {
|
|
|
3613
3613
|
})) | ({
|
|
3614
3614
|
__TYPE__: "AnyLink";
|
|
3615
3615
|
} & {
|
|
3616
|
-
text
|
|
3616
|
+
text?: string;
|
|
3617
3617
|
});
|
|
3618
3618
|
} | {
|
|
3619
3619
|
__TYPE__: "RepeatableContent";
|
|
@@ -3684,7 +3684,7 @@ export declare const DocumentLegacy: {
|
|
|
3684
3684
|
})) | ({
|
|
3685
3685
|
__TYPE__: "AnyLink";
|
|
3686
3686
|
} & {
|
|
3687
|
-
text
|
|
3687
|
+
text?: string;
|
|
3688
3688
|
});
|
|
3689
3689
|
}[];
|
|
3690
3690
|
} | import("./fields").GroupContent | {
|
|
@@ -4023,7 +4023,7 @@ export declare const DocumentLegacy: {
|
|
|
4023
4023
|
})) | ({
|
|
4024
4024
|
__TYPE__: "AnyLink";
|
|
4025
4025
|
} & {
|
|
4026
|
-
text
|
|
4026
|
+
text?: string;
|
|
4027
4027
|
});
|
|
4028
4028
|
} | {
|
|
4029
4029
|
__TYPE__: "RepeatableContent";
|
|
@@ -4094,7 +4094,7 @@ export declare const DocumentLegacy: {
|
|
|
4094
4094
|
})) | ({
|
|
4095
4095
|
__TYPE__: "AnyLink";
|
|
4096
4096
|
} & {
|
|
4097
|
-
text
|
|
4097
|
+
text?: string;
|
|
4098
4098
|
});
|
|
4099
4099
|
}[];
|
|
4100
4100
|
} | {
|
|
@@ -4434,7 +4434,7 @@ export declare const DocumentLegacy: {
|
|
|
4434
4434
|
})) | ({
|
|
4435
4435
|
__TYPE__: "AnyLink";
|
|
4436
4436
|
} & {
|
|
4437
|
-
text
|
|
4437
|
+
text?: string;
|
|
4438
4438
|
});
|
|
4439
4439
|
} | {
|
|
4440
4440
|
__TYPE__: "RepeatableContent";
|
|
@@ -4505,7 +4505,7 @@ export declare const DocumentLegacy: {
|
|
|
4505
4505
|
})) | ({
|
|
4506
4506
|
__TYPE__: "AnyLink";
|
|
4507
4507
|
} & {
|
|
4508
|
-
text
|
|
4508
|
+
text?: string;
|
|
4509
4509
|
});
|
|
4510
4510
|
}[];
|
|
4511
4511
|
} | import("./fields").GroupContent | {
|
|
@@ -4847,7 +4847,7 @@ export declare const DocumentLegacy: {
|
|
|
4847
4847
|
})) | ({
|
|
4848
4848
|
__TYPE__: "AnyLink";
|
|
4849
4849
|
} & {
|
|
4850
|
-
text
|
|
4850
|
+
text?: string;
|
|
4851
4851
|
});
|
|
4852
4852
|
} | {
|
|
4853
4853
|
__TYPE__: "RepeatableContent";
|
|
@@ -4918,7 +4918,7 @@ export declare const DocumentLegacy: {
|
|
|
4918
4918
|
})) | ({
|
|
4919
4919
|
__TYPE__: "AnyLink";
|
|
4920
4920
|
} & {
|
|
4921
|
-
text
|
|
4921
|
+
text?: string;
|
|
4922
4922
|
});
|
|
4923
4923
|
}[];
|
|
4924
4924
|
} | import("./fields").GroupContent | {
|
|
@@ -5258,7 +5258,7 @@ export declare const DocumentLegacy: {
|
|
|
5258
5258
|
})) | ({
|
|
5259
5259
|
__TYPE__: "AnyLink";
|
|
5260
5260
|
} & {
|
|
5261
|
-
text
|
|
5261
|
+
text?: string;
|
|
5262
5262
|
});
|
|
5263
5263
|
} | {
|
|
5264
5264
|
__TYPE__: "RepeatableContent";
|
|
@@ -5329,7 +5329,7 @@ export declare const DocumentLegacy: {
|
|
|
5329
5329
|
})) | ({
|
|
5330
5330
|
__TYPE__: "AnyLink";
|
|
5331
5331
|
} & {
|
|
5332
|
-
text
|
|
5332
|
+
text?: string;
|
|
5333
5333
|
});
|
|
5334
5334
|
}[];
|
|
5335
5335
|
} | import("./fields").GroupContent | {
|
|
@@ -5705,7 +5705,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5705
5705
|
})) | ({
|
|
5706
5706
|
__TYPE__: "AnyLink";
|
|
5707
5707
|
} & {
|
|
5708
|
-
text
|
|
5708
|
+
text?: string;
|
|
5709
5709
|
});
|
|
5710
5710
|
} | {
|
|
5711
5711
|
__TYPE__: "RepeatableContent";
|
|
@@ -5776,7 +5776,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
5776
5776
|
})) | ({
|
|
5777
5777
|
__TYPE__: "AnyLink";
|
|
5778
5778
|
} & {
|
|
5779
|
-
text
|
|
5779
|
+
text?: string;
|
|
5780
5780
|
});
|
|
5781
5781
|
}[];
|
|
5782
5782
|
} | import("./fields").GroupContent | {
|
|
@@ -6121,7 +6121,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6121
6121
|
})) | ({
|
|
6122
6122
|
__TYPE__: "AnyLink";
|
|
6123
6123
|
} & {
|
|
6124
|
-
text
|
|
6124
|
+
text?: string;
|
|
6125
6125
|
});
|
|
6126
6126
|
} | {
|
|
6127
6127
|
__TYPE__: "RepeatableContent";
|
|
@@ -6192,7 +6192,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6192
6192
|
})) | ({
|
|
6193
6193
|
__TYPE__: "AnyLink";
|
|
6194
6194
|
} & {
|
|
6195
|
-
text
|
|
6195
|
+
text?: string;
|
|
6196
6196
|
});
|
|
6197
6197
|
}[];
|
|
6198
6198
|
} | import("./fields").GroupContent | {
|
|
@@ -6531,7 +6531,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6531
6531
|
})) | ({
|
|
6532
6532
|
__TYPE__: "AnyLink";
|
|
6533
6533
|
} & {
|
|
6534
|
-
text
|
|
6534
|
+
text?: string;
|
|
6535
6535
|
});
|
|
6536
6536
|
} | {
|
|
6537
6537
|
__TYPE__: "RepeatableContent";
|
|
@@ -6602,7 +6602,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6602
6602
|
})) | ({
|
|
6603
6603
|
__TYPE__: "AnyLink";
|
|
6604
6604
|
} & {
|
|
6605
|
-
text
|
|
6605
|
+
text?: string;
|
|
6606
6606
|
});
|
|
6607
6607
|
}[];
|
|
6608
6608
|
} | {
|
|
@@ -6942,7 +6942,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
6942
6942
|
})) | ({
|
|
6943
6943
|
__TYPE__: "AnyLink";
|
|
6944
6944
|
} & {
|
|
6945
|
-
text
|
|
6945
|
+
text?: string;
|
|
6946
6946
|
});
|
|
6947
6947
|
} | {
|
|
6948
6948
|
__TYPE__: "RepeatableContent";
|
|
@@ -7013,7 +7013,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7013
7013
|
})) | ({
|
|
7014
7014
|
__TYPE__: "AnyLink";
|
|
7015
7015
|
} & {
|
|
7016
|
-
text
|
|
7016
|
+
text?: string;
|
|
7017
7017
|
});
|
|
7018
7018
|
}[];
|
|
7019
7019
|
} | import("./fields").GroupContent | {
|
|
@@ -7355,7 +7355,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7355
7355
|
})) | ({
|
|
7356
7356
|
__TYPE__: "AnyLink";
|
|
7357
7357
|
} & {
|
|
7358
|
-
text
|
|
7358
|
+
text?: string;
|
|
7359
7359
|
});
|
|
7360
7360
|
} | {
|
|
7361
7361
|
__TYPE__: "RepeatableContent";
|
|
@@ -7426,7 +7426,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7426
7426
|
})) | ({
|
|
7427
7427
|
__TYPE__: "AnyLink";
|
|
7428
7428
|
} & {
|
|
7429
|
-
text
|
|
7429
|
+
text?: string;
|
|
7430
7430
|
});
|
|
7431
7431
|
}[];
|
|
7432
7432
|
} | import("./fields").GroupContent | {
|
|
@@ -7766,7 +7766,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7766
7766
|
})) | ({
|
|
7767
7767
|
__TYPE__: "AnyLink";
|
|
7768
7768
|
} & {
|
|
7769
|
-
text
|
|
7769
|
+
text?: string;
|
|
7770
7770
|
});
|
|
7771
7771
|
} | {
|
|
7772
7772
|
__TYPE__: "RepeatableContent";
|
|
@@ -7837,7 +7837,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
|
|
|
7837
7837
|
})) | ({
|
|
7838
7838
|
__TYPE__: "AnyLink";
|
|
7839
7839
|
} & {
|
|
7840
|
-
text
|
|
7840
|
+
text?: string;
|
|
7841
7841
|
});
|
|
7842
7842
|
}[];
|
|
7843
7843
|
} | import("./fields").GroupContent | {
|
|
@@ -72,7 +72,7 @@ export declare const RepeatableContent: t.ExactC<t.TypeC<{
|
|
|
72
72
|
text: t.StringC;
|
|
73
73
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
74
74
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
75
|
-
}>>, t.ExactC<t.
|
|
75
|
+
}>>, t.ExactC<t.PartialC<{
|
|
76
76
|
text: t.StringC;
|
|
77
77
|
}>>]>]>;
|
|
78
78
|
}>>>;
|
|
@@ -147,7 +147,7 @@ export declare const isRepeatableContent: t.Is<{
|
|
|
147
147
|
})) | ({
|
|
148
148
|
__TYPE__: "AnyLink";
|
|
149
149
|
} & {
|
|
150
|
-
text
|
|
150
|
+
text?: string;
|
|
151
151
|
});
|
|
152
152
|
}[];
|
|
153
153
|
}>;
|
|
@@ -178,7 +178,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
178
178
|
text: t.StringC;
|
|
179
179
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
180
180
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
181
|
-
}>>, t.ExactC<t.
|
|
181
|
+
}>>, t.ExactC<t.PartialC<{
|
|
182
182
|
text: t.StringC;
|
|
183
183
|
}>>]>]>;
|
|
184
184
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -492,7 +492,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
492
492
|
text: t.StringC;
|
|
493
493
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
494
494
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
495
|
-
}>>, t.ExactC<t.
|
|
495
|
+
}>>, t.ExactC<t.PartialC<{
|
|
496
496
|
text: t.StringC;
|
|
497
497
|
}>>]>]>;
|
|
498
498
|
}>>>;
|
|
@@ -684,7 +684,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
684
684
|
text: t.StringC;
|
|
685
685
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
686
686
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
687
|
-
}>>, t.ExactC<t.
|
|
687
|
+
}>>, t.ExactC<t.PartialC<{
|
|
688
688
|
text: t.StringC;
|
|
689
689
|
}>>]>]>;
|
|
690
690
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -998,7 +998,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
998
998
|
text: t.StringC;
|
|
999
999
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1000
1000
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1001
|
-
}>>, t.ExactC<t.
|
|
1001
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1002
1002
|
text: t.StringC;
|
|
1003
1003
|
}>>]>]>;
|
|
1004
1004
|
}>>>;
|
|
@@ -1182,7 +1182,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
1182
1182
|
text: t.StringC;
|
|
1183
1183
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1184
1184
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1185
|
-
}>>, t.ExactC<t.
|
|
1185
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1186
1186
|
text: t.StringC;
|
|
1187
1187
|
}>>]>]>;
|
|
1188
1188
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -1496,7 +1496,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
1496
1496
|
text: t.StringC;
|
|
1497
1497
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1498
1498
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1499
|
-
}>>, t.ExactC<t.
|
|
1499
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1500
1500
|
text: t.StringC;
|
|
1501
1501
|
}>>]>]>;
|
|
1502
1502
|
}>>>;
|
|
@@ -1682,7 +1682,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
1682
1682
|
text: t.StringC;
|
|
1683
1683
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1684
1684
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1685
|
-
}>>, t.ExactC<t.
|
|
1685
|
+
}>>, t.ExactC<t.PartialC<{
|
|
1686
1686
|
text: t.StringC;
|
|
1687
1687
|
}>>]>]>;
|
|
1688
1688
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -1996,7 +1996,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
1996
1996
|
text: t.StringC;
|
|
1997
1997
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1998
1998
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
1999
|
-
}>>, t.ExactC<t.
|
|
1999
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2000
2000
|
text: t.StringC;
|
|
2001
2001
|
}>>]>]>;
|
|
2002
2002
|
}>>>;
|
|
@@ -2180,7 +2180,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
2180
2180
|
text: t.StringC;
|
|
2181
2181
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2182
2182
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2183
|
-
}>>, t.ExactC<t.
|
|
2183
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2184
2184
|
text: t.StringC;
|
|
2185
2185
|
}>>]>]>;
|
|
2186
2186
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -2494,7 +2494,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
2494
2494
|
text: t.StringC;
|
|
2495
2495
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2496
2496
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2497
|
-
}>>, t.ExactC<t.
|
|
2497
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2498
2498
|
text: t.StringC;
|
|
2499
2499
|
}>>]>]>;
|
|
2500
2500
|
}>>>;
|
|
@@ -2677,7 +2677,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
2677
2677
|
text: t.StringC;
|
|
2678
2678
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2679
2679
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2680
|
-
}>>, t.ExactC<t.
|
|
2680
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2681
2681
|
text: t.StringC;
|
|
2682
2682
|
}>>]>]>;
|
|
2683
2683
|
}>>, t.ExactC<t.TypeC<{
|
|
@@ -2991,7 +2991,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
|
|
|
2991
2991
|
text: t.StringC;
|
|
2992
2992
|
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2993
2993
|
__TYPE__: t.LiteralC<"AnyLink">;
|
|
2994
|
-
}>>, t.ExactC<t.
|
|
2994
|
+
}>>, t.ExactC<t.PartialC<{
|
|
2995
2995
|
text: t.StringC;
|
|
2996
2996
|
}>>]>]>;
|
|
2997
2997
|
}>>>;
|
|
@@ -3176,7 +3176,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3176
3176
|
})) | ({
|
|
3177
3177
|
__TYPE__: "AnyLink";
|
|
3178
3178
|
} & {
|
|
3179
|
-
text
|
|
3179
|
+
text?: string;
|
|
3180
3180
|
});
|
|
3181
3181
|
} | {
|
|
3182
3182
|
__TYPE__: "RepeatableContent";
|
|
@@ -3247,7 +3247,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3247
3247
|
})) | ({
|
|
3248
3248
|
__TYPE__: "AnyLink";
|
|
3249
3249
|
} & {
|
|
3250
|
-
text
|
|
3250
|
+
text?: string;
|
|
3251
3251
|
});
|
|
3252
3252
|
}[];
|
|
3253
3253
|
} | GroupContent | {
|
|
@@ -3592,7 +3592,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3592
3592
|
})) | ({
|
|
3593
3593
|
__TYPE__: "AnyLink";
|
|
3594
3594
|
} & {
|
|
3595
|
-
text
|
|
3595
|
+
text?: string;
|
|
3596
3596
|
});
|
|
3597
3597
|
} | {
|
|
3598
3598
|
__TYPE__: "RepeatableContent";
|
|
@@ -3663,7 +3663,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
3663
3663
|
})) | ({
|
|
3664
3664
|
__TYPE__: "AnyLink";
|
|
3665
3665
|
} & {
|
|
3666
|
-
text
|
|
3666
|
+
text?: string;
|
|
3667
3667
|
});
|
|
3668
3668
|
}[];
|
|
3669
3669
|
} | GroupContent | {
|
|
@@ -4002,7 +4002,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4002
4002
|
})) | ({
|
|
4003
4003
|
__TYPE__: "AnyLink";
|
|
4004
4004
|
} & {
|
|
4005
|
-
text
|
|
4005
|
+
text?: string;
|
|
4006
4006
|
});
|
|
4007
4007
|
} | {
|
|
4008
4008
|
__TYPE__: "RepeatableContent";
|
|
@@ -4073,7 +4073,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4073
4073
|
})) | ({
|
|
4074
4074
|
__TYPE__: "AnyLink";
|
|
4075
4075
|
} & {
|
|
4076
|
-
text
|
|
4076
|
+
text?: string;
|
|
4077
4077
|
});
|
|
4078
4078
|
}[];
|
|
4079
4079
|
} | {
|
|
@@ -4413,7 +4413,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4413
4413
|
})) | ({
|
|
4414
4414
|
__TYPE__: "AnyLink";
|
|
4415
4415
|
} & {
|
|
4416
|
-
text
|
|
4416
|
+
text?: string;
|
|
4417
4417
|
});
|
|
4418
4418
|
} | {
|
|
4419
4419
|
__TYPE__: "RepeatableContent";
|
|
@@ -4484,7 +4484,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4484
4484
|
})) | ({
|
|
4485
4485
|
__TYPE__: "AnyLink";
|
|
4486
4486
|
} & {
|
|
4487
|
-
text
|
|
4487
|
+
text?: string;
|
|
4488
4488
|
});
|
|
4489
4489
|
}[];
|
|
4490
4490
|
} | GroupContent | {
|
|
@@ -4826,7 +4826,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4826
4826
|
})) | ({
|
|
4827
4827
|
__TYPE__: "AnyLink";
|
|
4828
4828
|
} & {
|
|
4829
|
-
text
|
|
4829
|
+
text?: string;
|
|
4830
4830
|
});
|
|
4831
4831
|
} | {
|
|
4832
4832
|
__TYPE__: "RepeatableContent";
|
|
@@ -4897,7 +4897,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
4897
4897
|
})) | ({
|
|
4898
4898
|
__TYPE__: "AnyLink";
|
|
4899
4899
|
} & {
|
|
4900
|
-
text
|
|
4900
|
+
text?: string;
|
|
4901
4901
|
});
|
|
4902
4902
|
}[];
|
|
4903
4903
|
} | GroupContent | {
|
|
@@ -5237,7 +5237,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5237
5237
|
})) | ({
|
|
5238
5238
|
__TYPE__: "AnyLink";
|
|
5239
5239
|
} & {
|
|
5240
|
-
text
|
|
5240
|
+
text?: string;
|
|
5241
5241
|
});
|
|
5242
5242
|
} | {
|
|
5243
5243
|
__TYPE__: "RepeatableContent";
|
|
@@ -5308,7 +5308,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
|
|
|
5308
5308
|
})) | ({
|
|
5309
5309
|
__TYPE__: "AnyLink";
|
|
5310
5310
|
} & {
|
|
5311
|
-
text
|
|
5311
|
+
text?: string;
|
|
5312
5312
|
});
|
|
5313
5313
|
}[];
|
|
5314
5314
|
} | GroupContent | {
|
|
@@ -5652,7 +5652,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
5652
5652
|
})) | ({
|
|
5653
5653
|
__TYPE__: "AnyLink";
|
|
5654
5654
|
} & {
|
|
5655
|
-
text
|
|
5655
|
+
text?: string;
|
|
5656
5656
|
});
|
|
5657
5657
|
}> | import("fp-ts/lib/Either").Right<{
|
|
5658
5658
|
__TYPE__: "RepeatableContent";
|
|
@@ -5723,7 +5723,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
5723
5723
|
})) | ({
|
|
5724
5724
|
__TYPE__: "AnyLink";
|
|
5725
5725
|
} & {
|
|
5726
|
-
text
|
|
5726
|
+
text?: string;
|
|
5727
5727
|
});
|
|
5728
5728
|
}[];
|
|
5729
5729
|
}> | import("fp-ts/lib/Either").Right<{
|
|
@@ -6068,7 +6068,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6068
6068
|
})) | ({
|
|
6069
6069
|
__TYPE__: "AnyLink";
|
|
6070
6070
|
} & {
|
|
6071
|
-
text
|
|
6071
|
+
text?: string;
|
|
6072
6072
|
});
|
|
6073
6073
|
} | {
|
|
6074
6074
|
__TYPE__: "RepeatableContent";
|
|
@@ -6139,7 +6139,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6139
6139
|
})) | ({
|
|
6140
6140
|
__TYPE__: "AnyLink";
|
|
6141
6141
|
} & {
|
|
6142
|
-
text
|
|
6142
|
+
text?: string;
|
|
6143
6143
|
});
|
|
6144
6144
|
}[];
|
|
6145
6145
|
} | GroupContent | {
|
|
@@ -6478,7 +6478,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6478
6478
|
})) | ({
|
|
6479
6479
|
__TYPE__: "AnyLink";
|
|
6480
6480
|
} & {
|
|
6481
|
-
text
|
|
6481
|
+
text?: string;
|
|
6482
6482
|
});
|
|
6483
6483
|
} | {
|
|
6484
6484
|
__TYPE__: "RepeatableContent";
|
|
@@ -6549,7 +6549,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6549
6549
|
})) | ({
|
|
6550
6550
|
__TYPE__: "AnyLink";
|
|
6551
6551
|
} & {
|
|
6552
|
-
text
|
|
6552
|
+
text?: string;
|
|
6553
6553
|
});
|
|
6554
6554
|
}[];
|
|
6555
6555
|
} | {
|
|
@@ -6889,7 +6889,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6889
6889
|
})) | ({
|
|
6890
6890
|
__TYPE__: "AnyLink";
|
|
6891
6891
|
} & {
|
|
6892
|
-
text
|
|
6892
|
+
text?: string;
|
|
6893
6893
|
});
|
|
6894
6894
|
} | {
|
|
6895
6895
|
__TYPE__: "RepeatableContent";
|
|
@@ -6960,7 +6960,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
6960
6960
|
})) | ({
|
|
6961
6961
|
__TYPE__: "AnyLink";
|
|
6962
6962
|
} & {
|
|
6963
|
-
text
|
|
6963
|
+
text?: string;
|
|
6964
6964
|
});
|
|
6965
6965
|
}[];
|
|
6966
6966
|
} | GroupContent | {
|
|
@@ -7302,7 +7302,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7302
7302
|
})) | ({
|
|
7303
7303
|
__TYPE__: "AnyLink";
|
|
7304
7304
|
} & {
|
|
7305
|
-
text
|
|
7305
|
+
text?: string;
|
|
7306
7306
|
});
|
|
7307
7307
|
} | {
|
|
7308
7308
|
__TYPE__: "RepeatableContent";
|
|
@@ -7373,7 +7373,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7373
7373
|
})) | ({
|
|
7374
7374
|
__TYPE__: "AnyLink";
|
|
7375
7375
|
} & {
|
|
7376
|
-
text
|
|
7376
|
+
text?: string;
|
|
7377
7377
|
});
|
|
7378
7378
|
}[];
|
|
7379
7379
|
} | GroupContent | {
|
|
@@ -7713,7 +7713,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7713
7713
|
})) | ({
|
|
7714
7714
|
__TYPE__: "AnyLink";
|
|
7715
7715
|
} & {
|
|
7716
|
-
text
|
|
7716
|
+
text?: string;
|
|
7717
7717
|
});
|
|
7718
7718
|
} | {
|
|
7719
7719
|
__TYPE__: "RepeatableContent";
|
|
@@ -7784,7 +7784,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
|
|
|
7784
7784
|
})) | ({
|
|
7785
7785
|
__TYPE__: "AnyLink";
|
|
7786
7786
|
} & {
|
|
7787
|
-
text
|
|
7787
|
+
text?: string;
|
|
7788
7788
|
});
|
|
7789
7789
|
}[];
|
|
7790
7790
|
} | GroupContent | {
|