@financial-times/content-curation-client 5.3.0 → 5.4.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/dist/_tsup-dts-rollup.d.cts +1089 -280
- package/dist/_tsup-dts-rollup.d.ts +1089 -280
- package/dist/index.cjs +10 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { baseObjectOutputType } from 'zod';
|
|
2
2
|
import { objectUtil } from 'zod';
|
|
3
|
-
import { Options } from 'tsup';
|
|
4
3
|
import { z } from 'zod';
|
|
5
4
|
import { ZodLiteral } from 'zod';
|
|
6
5
|
import { ZodNumber } from 'zod';
|
|
@@ -397,8 +396,6 @@ export { createTransportError as createTransportError_alias_1 }
|
|
|
397
396
|
*/
|
|
398
397
|
export declare function createUnexpectedServiceResponseError(path: string, url: string, options: UnexpectedServiceResponseOptions): ApiServiceError;
|
|
399
398
|
|
|
400
|
-
export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
401
|
-
|
|
402
399
|
/**
|
|
403
400
|
* Builds the diagnostic detail string used when a non-success response should be treated as a
|
|
404
401
|
* gateway-origin failure rather than a validated service error.
|
|
@@ -826,8 +823,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
826
823
|
type: "strike";
|
|
827
824
|
}>]>, "many">>;
|
|
828
825
|
}, "strip", z.ZodTypeAny, {
|
|
829
|
-
text: string;
|
|
830
826
|
type: "text";
|
|
827
|
+
text: string;
|
|
831
828
|
marks?: ({
|
|
832
829
|
type: "link";
|
|
833
830
|
attrs: {
|
|
@@ -843,8 +840,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
843
840
|
type: "strike";
|
|
844
841
|
})[] | undefined;
|
|
845
842
|
}, {
|
|
846
|
-
text: string;
|
|
847
843
|
type: "text";
|
|
844
|
+
text: string;
|
|
848
845
|
marks?: ({
|
|
849
846
|
type: "link";
|
|
850
847
|
attrs: {
|
|
@@ -863,8 +860,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
863
860
|
}, "strip", z.ZodTypeAny, {
|
|
864
861
|
type: "paragraph";
|
|
865
862
|
content: {
|
|
866
|
-
text: string;
|
|
867
863
|
type: "text";
|
|
864
|
+
text: string;
|
|
868
865
|
marks?: ({
|
|
869
866
|
type: "link";
|
|
870
867
|
attrs: {
|
|
@@ -883,8 +880,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
883
880
|
}, {
|
|
884
881
|
type: "paragraph";
|
|
885
882
|
content: {
|
|
886
|
-
text: string;
|
|
887
883
|
type: "text";
|
|
884
|
+
text: string;
|
|
888
885
|
marks?: ({
|
|
889
886
|
type: "link";
|
|
890
887
|
attrs: {
|
|
@@ -948,8 +945,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
948
945
|
type: "strike";
|
|
949
946
|
}>]>, "many">>;
|
|
950
947
|
}, "strip", z.ZodTypeAny, {
|
|
951
|
-
text: string;
|
|
952
948
|
type: "text";
|
|
949
|
+
text: string;
|
|
953
950
|
marks?: ({
|
|
954
951
|
type: "link";
|
|
955
952
|
attrs: {
|
|
@@ -965,8 +962,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
965
962
|
type: "strike";
|
|
966
963
|
})[] | undefined;
|
|
967
964
|
}, {
|
|
968
|
-
text: string;
|
|
969
965
|
type: "text";
|
|
966
|
+
text: string;
|
|
970
967
|
marks?: ({
|
|
971
968
|
type: "link";
|
|
972
969
|
attrs: {
|
|
@@ -985,8 +982,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
985
982
|
}, "strip", z.ZodTypeAny, {
|
|
986
983
|
type: "doc";
|
|
987
984
|
content: ({
|
|
988
|
-
text: string;
|
|
989
985
|
type: "text";
|
|
986
|
+
text: string;
|
|
990
987
|
marks?: ({
|
|
991
988
|
type: "link";
|
|
992
989
|
attrs: {
|
|
@@ -1004,8 +1001,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1004
1001
|
} | {
|
|
1005
1002
|
type: "paragraph";
|
|
1006
1003
|
content: {
|
|
1007
|
-
text: string;
|
|
1008
1004
|
type: "text";
|
|
1005
|
+
text: string;
|
|
1009
1006
|
marks?: ({
|
|
1010
1007
|
type: "link";
|
|
1011
1008
|
attrs: {
|
|
@@ -1025,8 +1022,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1025
1022
|
}, {
|
|
1026
1023
|
type: "doc";
|
|
1027
1024
|
content: ({
|
|
1028
|
-
text: string;
|
|
1029
1025
|
type: "text";
|
|
1026
|
+
text: string;
|
|
1030
1027
|
marks?: ({
|
|
1031
1028
|
type: "link";
|
|
1032
1029
|
attrs: {
|
|
@@ -1044,8 +1041,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1044
1041
|
} | {
|
|
1045
1042
|
type: "paragraph";
|
|
1046
1043
|
content: {
|
|
1047
|
-
text: string;
|
|
1048
1044
|
type: "text";
|
|
1045
|
+
text: string;
|
|
1049
1046
|
marks?: ({
|
|
1050
1047
|
type: "link";
|
|
1051
1048
|
attrs: {
|
|
@@ -1068,8 +1065,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1068
1065
|
description: {
|
|
1069
1066
|
type: "doc";
|
|
1070
1067
|
content: ({
|
|
1071
|
-
text: string;
|
|
1072
1068
|
type: "text";
|
|
1069
|
+
text: string;
|
|
1073
1070
|
marks?: ({
|
|
1074
1071
|
type: "link";
|
|
1075
1072
|
attrs: {
|
|
@@ -1087,8 +1084,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1087
1084
|
} | {
|
|
1088
1085
|
type: "paragraph";
|
|
1089
1086
|
content: {
|
|
1090
|
-
text: string;
|
|
1091
1087
|
type: "text";
|
|
1088
|
+
text: string;
|
|
1092
1089
|
marks?: ({
|
|
1093
1090
|
type: "link";
|
|
1094
1091
|
attrs: {
|
|
@@ -1115,8 +1112,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1115
1112
|
description: {
|
|
1116
1113
|
type: "doc";
|
|
1117
1114
|
content: ({
|
|
1118
|
-
text: string;
|
|
1119
1115
|
type: "text";
|
|
1116
|
+
text: string;
|
|
1120
1117
|
marks?: ({
|
|
1121
1118
|
type: "link";
|
|
1122
1119
|
attrs: {
|
|
@@ -1134,8 +1131,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1134
1131
|
} | {
|
|
1135
1132
|
type: "paragraph";
|
|
1136
1133
|
content: {
|
|
1137
|
-
text: string;
|
|
1138
1134
|
type: "text";
|
|
1135
|
+
text: string;
|
|
1139
1136
|
marks?: ({
|
|
1140
1137
|
type: "link";
|
|
1141
1138
|
attrs: {
|
|
@@ -1167,8 +1164,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1167
1164
|
description: {
|
|
1168
1165
|
type: "doc";
|
|
1169
1166
|
content: ({
|
|
1170
|
-
text: string;
|
|
1171
1167
|
type: "text";
|
|
1168
|
+
text: string;
|
|
1172
1169
|
marks?: ({
|
|
1173
1170
|
type: "link";
|
|
1174
1171
|
attrs: {
|
|
@@ -1186,8 +1183,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1186
1183
|
} | {
|
|
1187
1184
|
type: "paragraph";
|
|
1188
1185
|
content: {
|
|
1189
|
-
text: string;
|
|
1190
1186
|
type: "text";
|
|
1187
|
+
text: string;
|
|
1191
1188
|
marks?: ({
|
|
1192
1189
|
type: "link";
|
|
1193
1190
|
attrs: {
|
|
@@ -1219,8 +1216,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1219
1216
|
description: {
|
|
1220
1217
|
type: "doc";
|
|
1221
1218
|
content: ({
|
|
1222
|
-
text: string;
|
|
1223
1219
|
type: "text";
|
|
1220
|
+
text: string;
|
|
1224
1221
|
marks?: ({
|
|
1225
1222
|
type: "link";
|
|
1226
1223
|
attrs: {
|
|
@@ -1238,8 +1235,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1238
1235
|
} | {
|
|
1239
1236
|
type: "paragraph";
|
|
1240
1237
|
content: {
|
|
1241
|
-
text: string;
|
|
1242
1238
|
type: "text";
|
|
1239
|
+
text: string;
|
|
1243
1240
|
marks?: ({
|
|
1244
1241
|
type: "link";
|
|
1245
1242
|
attrs: {
|
|
@@ -1323,6 +1320,59 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1323
1320
|
};
|
|
1324
1321
|
sliceId: string;
|
|
1325
1322
|
hidden?: boolean | undefined;
|
|
1323
|
+
}>, z.ZodObject<{
|
|
1324
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
1325
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1326
|
+
properties: z.ZodObject<{
|
|
1327
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
1328
|
+
text: z.ZodString;
|
|
1329
|
+
href: z.ZodOptional<z.ZodString>;
|
|
1330
|
+
}, "strip", z.ZodTypeAny, {
|
|
1331
|
+
text: string;
|
|
1332
|
+
href?: string | undefined;
|
|
1333
|
+
}, {
|
|
1334
|
+
text: string;
|
|
1335
|
+
href?: string | undefined;
|
|
1336
|
+
}>>;
|
|
1337
|
+
} & {
|
|
1338
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
1339
|
+
}, "strip", z.ZodTypeAny, {
|
|
1340
|
+
storySlots: [string, ...string[]];
|
|
1341
|
+
heading?: {
|
|
1342
|
+
text: string;
|
|
1343
|
+
href?: string | undefined;
|
|
1344
|
+
} | undefined;
|
|
1345
|
+
}, {
|
|
1346
|
+
storySlots: [string, ...string[]];
|
|
1347
|
+
heading?: {
|
|
1348
|
+
text: string;
|
|
1349
|
+
href?: string | undefined;
|
|
1350
|
+
} | undefined;
|
|
1351
|
+
}>;
|
|
1352
|
+
} & {
|
|
1353
|
+
sliceId: z.ZodString;
|
|
1354
|
+
}, "strip", z.ZodTypeAny, {
|
|
1355
|
+
type: "StoryGroup";
|
|
1356
|
+
properties: {
|
|
1357
|
+
storySlots: [string, ...string[]];
|
|
1358
|
+
heading?: {
|
|
1359
|
+
text: string;
|
|
1360
|
+
href?: string | undefined;
|
|
1361
|
+
} | undefined;
|
|
1362
|
+
};
|
|
1363
|
+
sliceId: string;
|
|
1364
|
+
hidden?: boolean | undefined;
|
|
1365
|
+
}, {
|
|
1366
|
+
type: "StoryGroup";
|
|
1367
|
+
properties: {
|
|
1368
|
+
storySlots: [string, ...string[]];
|
|
1369
|
+
heading?: {
|
|
1370
|
+
text: string;
|
|
1371
|
+
href?: string | undefined;
|
|
1372
|
+
} | undefined;
|
|
1373
|
+
};
|
|
1374
|
+
sliceId: string;
|
|
1375
|
+
hidden?: boolean | undefined;
|
|
1326
1376
|
}>]>, "many">;
|
|
1327
1377
|
}, "strip", z.ZodTypeAny, {
|
|
1328
1378
|
type: "Page";
|
|
@@ -1392,8 +1442,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1392
1442
|
description: {
|
|
1393
1443
|
type: "doc";
|
|
1394
1444
|
content: ({
|
|
1395
|
-
text: string;
|
|
1396
1445
|
type: "text";
|
|
1446
|
+
text: string;
|
|
1397
1447
|
marks?: ({
|
|
1398
1448
|
type: "link";
|
|
1399
1449
|
attrs: {
|
|
@@ -1411,8 +1461,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1411
1461
|
} | {
|
|
1412
1462
|
type: "paragraph";
|
|
1413
1463
|
content: {
|
|
1414
|
-
text: string;
|
|
1415
1464
|
type: "text";
|
|
1465
|
+
text: string;
|
|
1416
1466
|
marks?: ({
|
|
1417
1467
|
type: "link";
|
|
1418
1468
|
attrs: {
|
|
@@ -1450,6 +1500,17 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1450
1500
|
};
|
|
1451
1501
|
sliceId: string;
|
|
1452
1502
|
hidden?: boolean | undefined;
|
|
1503
|
+
} | {
|
|
1504
|
+
type: "StoryGroup";
|
|
1505
|
+
properties: {
|
|
1506
|
+
storySlots: [string, ...string[]];
|
|
1507
|
+
heading?: {
|
|
1508
|
+
text: string;
|
|
1509
|
+
href?: string | undefined;
|
|
1510
|
+
} | undefined;
|
|
1511
|
+
};
|
|
1512
|
+
sliceId: string;
|
|
1513
|
+
hidden?: boolean | undefined;
|
|
1453
1514
|
})[];
|
|
1454
1515
|
schemaVersion: number;
|
|
1455
1516
|
}, {
|
|
@@ -1520,8 +1581,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1520
1581
|
description: {
|
|
1521
1582
|
type: "doc";
|
|
1522
1583
|
content: ({
|
|
1523
|
-
text: string;
|
|
1524
1584
|
type: "text";
|
|
1585
|
+
text: string;
|
|
1525
1586
|
marks?: ({
|
|
1526
1587
|
type: "link";
|
|
1527
1588
|
attrs: {
|
|
@@ -1539,8 +1600,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1539
1600
|
} | {
|
|
1540
1601
|
type: "paragraph";
|
|
1541
1602
|
content: {
|
|
1542
|
-
text: string;
|
|
1543
1603
|
type: "text";
|
|
1604
|
+
text: string;
|
|
1544
1605
|
marks?: ({
|
|
1545
1606
|
type: "link";
|
|
1546
1607
|
attrs: {
|
|
@@ -1578,6 +1639,17 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1578
1639
|
};
|
|
1579
1640
|
sliceId: string;
|
|
1580
1641
|
hidden?: boolean | undefined;
|
|
1642
|
+
} | {
|
|
1643
|
+
type: "StoryGroup";
|
|
1644
|
+
properties: {
|
|
1645
|
+
storySlots: [string, ...string[]];
|
|
1646
|
+
heading?: {
|
|
1647
|
+
text: string;
|
|
1648
|
+
href?: string | undefined;
|
|
1649
|
+
} | undefined;
|
|
1650
|
+
};
|
|
1651
|
+
sliceId: string;
|
|
1652
|
+
hidden?: boolean | undefined;
|
|
1581
1653
|
})[];
|
|
1582
1654
|
schemaVersion: number;
|
|
1583
1655
|
}>;
|
|
@@ -1660,8 +1732,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1660
1732
|
description: {
|
|
1661
1733
|
type: "doc";
|
|
1662
1734
|
content: ({
|
|
1663
|
-
text: string;
|
|
1664
1735
|
type: "text";
|
|
1736
|
+
text: string;
|
|
1665
1737
|
marks?: ({
|
|
1666
1738
|
type: "link";
|
|
1667
1739
|
attrs: {
|
|
@@ -1679,8 +1751,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1679
1751
|
} | {
|
|
1680
1752
|
type: "paragraph";
|
|
1681
1753
|
content: {
|
|
1682
|
-
text: string;
|
|
1683
1754
|
type: "text";
|
|
1755
|
+
text: string;
|
|
1684
1756
|
marks?: ({
|
|
1685
1757
|
type: "link";
|
|
1686
1758
|
attrs: {
|
|
@@ -1718,6 +1790,17 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1718
1790
|
};
|
|
1719
1791
|
sliceId: string;
|
|
1720
1792
|
hidden?: boolean | undefined;
|
|
1793
|
+
} | {
|
|
1794
|
+
type: "StoryGroup";
|
|
1795
|
+
properties: {
|
|
1796
|
+
storySlots: [string, ...string[]];
|
|
1797
|
+
heading?: {
|
|
1798
|
+
text: string;
|
|
1799
|
+
href?: string | undefined;
|
|
1800
|
+
} | undefined;
|
|
1801
|
+
};
|
|
1802
|
+
sliceId: string;
|
|
1803
|
+
hidden?: boolean | undefined;
|
|
1721
1804
|
})[];
|
|
1722
1805
|
schemaVersion: number;
|
|
1723
1806
|
};
|
|
@@ -1800,8 +1883,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1800
1883
|
description: {
|
|
1801
1884
|
type: "doc";
|
|
1802
1885
|
content: ({
|
|
1803
|
-
text: string;
|
|
1804
1886
|
type: "text";
|
|
1887
|
+
text: string;
|
|
1805
1888
|
marks?: ({
|
|
1806
1889
|
type: "link";
|
|
1807
1890
|
attrs: {
|
|
@@ -1819,8 +1902,8 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1819
1902
|
} | {
|
|
1820
1903
|
type: "paragraph";
|
|
1821
1904
|
content: {
|
|
1822
|
-
text: string;
|
|
1823
1905
|
type: "text";
|
|
1906
|
+
text: string;
|
|
1824
1907
|
marks?: ({
|
|
1825
1908
|
type: "link";
|
|
1826
1909
|
attrs: {
|
|
@@ -1858,6 +1941,17 @@ declare const DraftSchema: z.ZodObject<{
|
|
|
1858
1941
|
};
|
|
1859
1942
|
sliceId: string;
|
|
1860
1943
|
hidden?: boolean | undefined;
|
|
1944
|
+
} | {
|
|
1945
|
+
type: "StoryGroup";
|
|
1946
|
+
properties: {
|
|
1947
|
+
storySlots: [string, ...string[]];
|
|
1948
|
+
heading?: {
|
|
1949
|
+
text: string;
|
|
1950
|
+
href?: string | undefined;
|
|
1951
|
+
} | undefined;
|
|
1952
|
+
};
|
|
1953
|
+
sliceId: string;
|
|
1954
|
+
hidden?: boolean | undefined;
|
|
1861
1955
|
})[];
|
|
1862
1956
|
schemaVersion: number;
|
|
1863
1957
|
};
|
|
@@ -2577,8 +2671,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2577
2671
|
type: "strike";
|
|
2578
2672
|
}>]>, "many">>;
|
|
2579
2673
|
}, "strip", z.ZodTypeAny, {
|
|
2580
|
-
text: string;
|
|
2581
2674
|
type: "text";
|
|
2675
|
+
text: string;
|
|
2582
2676
|
marks?: ({
|
|
2583
2677
|
type: "link";
|
|
2584
2678
|
attrs: {
|
|
@@ -2594,8 +2688,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2594
2688
|
type: "strike";
|
|
2595
2689
|
})[] | undefined;
|
|
2596
2690
|
}, {
|
|
2597
|
-
text: string;
|
|
2598
2691
|
type: "text";
|
|
2692
|
+
text: string;
|
|
2599
2693
|
marks?: ({
|
|
2600
2694
|
type: "link";
|
|
2601
2695
|
attrs: {
|
|
@@ -2614,8 +2708,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2614
2708
|
}, "strip", z.ZodTypeAny, {
|
|
2615
2709
|
type: "paragraph";
|
|
2616
2710
|
content: {
|
|
2617
|
-
text: string;
|
|
2618
2711
|
type: "text";
|
|
2712
|
+
text: string;
|
|
2619
2713
|
marks?: ({
|
|
2620
2714
|
type: "link";
|
|
2621
2715
|
attrs: {
|
|
@@ -2634,8 +2728,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2634
2728
|
}, {
|
|
2635
2729
|
type: "paragraph";
|
|
2636
2730
|
content: {
|
|
2637
|
-
text: string;
|
|
2638
2731
|
type: "text";
|
|
2732
|
+
text: string;
|
|
2639
2733
|
marks?: ({
|
|
2640
2734
|
type: "link";
|
|
2641
2735
|
attrs: {
|
|
@@ -2699,8 +2793,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2699
2793
|
type: "strike";
|
|
2700
2794
|
}>]>, "many">>;
|
|
2701
2795
|
}, "strip", z.ZodTypeAny, {
|
|
2702
|
-
text: string;
|
|
2703
2796
|
type: "text";
|
|
2797
|
+
text: string;
|
|
2704
2798
|
marks?: ({
|
|
2705
2799
|
type: "link";
|
|
2706
2800
|
attrs: {
|
|
@@ -2716,8 +2810,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2716
2810
|
type: "strike";
|
|
2717
2811
|
})[] | undefined;
|
|
2718
2812
|
}, {
|
|
2719
|
-
text: string;
|
|
2720
2813
|
type: "text";
|
|
2814
|
+
text: string;
|
|
2721
2815
|
marks?: ({
|
|
2722
2816
|
type: "link";
|
|
2723
2817
|
attrs: {
|
|
@@ -2736,8 +2830,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2736
2830
|
}, "strip", z.ZodTypeAny, {
|
|
2737
2831
|
type: "doc";
|
|
2738
2832
|
content: ({
|
|
2739
|
-
text: string;
|
|
2740
2833
|
type: "text";
|
|
2834
|
+
text: string;
|
|
2741
2835
|
marks?: ({
|
|
2742
2836
|
type: "link";
|
|
2743
2837
|
attrs: {
|
|
@@ -2755,8 +2849,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2755
2849
|
} | {
|
|
2756
2850
|
type: "paragraph";
|
|
2757
2851
|
content: {
|
|
2758
|
-
text: string;
|
|
2759
2852
|
type: "text";
|
|
2853
|
+
text: string;
|
|
2760
2854
|
marks?: ({
|
|
2761
2855
|
type: "link";
|
|
2762
2856
|
attrs: {
|
|
@@ -2776,8 +2870,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2776
2870
|
}, {
|
|
2777
2871
|
type: "doc";
|
|
2778
2872
|
content: ({
|
|
2779
|
-
text: string;
|
|
2780
2873
|
type: "text";
|
|
2874
|
+
text: string;
|
|
2781
2875
|
marks?: ({
|
|
2782
2876
|
type: "link";
|
|
2783
2877
|
attrs: {
|
|
@@ -2795,8 +2889,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2795
2889
|
} | {
|
|
2796
2890
|
type: "paragraph";
|
|
2797
2891
|
content: {
|
|
2798
|
-
text: string;
|
|
2799
2892
|
type: "text";
|
|
2893
|
+
text: string;
|
|
2800
2894
|
marks?: ({
|
|
2801
2895
|
type: "link";
|
|
2802
2896
|
attrs: {
|
|
@@ -2819,8 +2913,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2819
2913
|
description: {
|
|
2820
2914
|
type: "doc";
|
|
2821
2915
|
content: ({
|
|
2822
|
-
text: string;
|
|
2823
2916
|
type: "text";
|
|
2917
|
+
text: string;
|
|
2824
2918
|
marks?: ({
|
|
2825
2919
|
type: "link";
|
|
2826
2920
|
attrs: {
|
|
@@ -2838,8 +2932,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2838
2932
|
} | {
|
|
2839
2933
|
type: "paragraph";
|
|
2840
2934
|
content: {
|
|
2841
|
-
text: string;
|
|
2842
2935
|
type: "text";
|
|
2936
|
+
text: string;
|
|
2843
2937
|
marks?: ({
|
|
2844
2938
|
type: "link";
|
|
2845
2939
|
attrs: {
|
|
@@ -2866,8 +2960,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2866
2960
|
description: {
|
|
2867
2961
|
type: "doc";
|
|
2868
2962
|
content: ({
|
|
2869
|
-
text: string;
|
|
2870
2963
|
type: "text";
|
|
2964
|
+
text: string;
|
|
2871
2965
|
marks?: ({
|
|
2872
2966
|
type: "link";
|
|
2873
2967
|
attrs: {
|
|
@@ -2885,8 +2979,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2885
2979
|
} | {
|
|
2886
2980
|
type: "paragraph";
|
|
2887
2981
|
content: {
|
|
2888
|
-
text: string;
|
|
2889
2982
|
type: "text";
|
|
2983
|
+
text: string;
|
|
2890
2984
|
marks?: ({
|
|
2891
2985
|
type: "link";
|
|
2892
2986
|
attrs: {
|
|
@@ -2918,8 +3012,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2918
3012
|
description: {
|
|
2919
3013
|
type: "doc";
|
|
2920
3014
|
content: ({
|
|
2921
|
-
text: string;
|
|
2922
3015
|
type: "text";
|
|
3016
|
+
text: string;
|
|
2923
3017
|
marks?: ({
|
|
2924
3018
|
type: "link";
|
|
2925
3019
|
attrs: {
|
|
@@ -2937,8 +3031,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2937
3031
|
} | {
|
|
2938
3032
|
type: "paragraph";
|
|
2939
3033
|
content: {
|
|
2940
|
-
text: string;
|
|
2941
3034
|
type: "text";
|
|
3035
|
+
text: string;
|
|
2942
3036
|
marks?: ({
|
|
2943
3037
|
type: "link";
|
|
2944
3038
|
attrs: {
|
|
@@ -2970,8 +3064,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2970
3064
|
description: {
|
|
2971
3065
|
type: "doc";
|
|
2972
3066
|
content: ({
|
|
2973
|
-
text: string;
|
|
2974
3067
|
type: "text";
|
|
3068
|
+
text: string;
|
|
2975
3069
|
marks?: ({
|
|
2976
3070
|
type: "link";
|
|
2977
3071
|
attrs: {
|
|
@@ -2989,8 +3083,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
2989
3083
|
} | {
|
|
2990
3084
|
type: "paragraph";
|
|
2991
3085
|
content: {
|
|
2992
|
-
text: string;
|
|
2993
3086
|
type: "text";
|
|
3087
|
+
text: string;
|
|
2994
3088
|
marks?: ({
|
|
2995
3089
|
type: "link";
|
|
2996
3090
|
attrs: {
|
|
@@ -3074,6 +3168,59 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3074
3168
|
};
|
|
3075
3169
|
hidden?: boolean | undefined;
|
|
3076
3170
|
sliceId?: string | undefined;
|
|
3171
|
+
}>, z.ZodObject<{
|
|
3172
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
3173
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
3174
|
+
properties: z.ZodObject<{
|
|
3175
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
3176
|
+
text: z.ZodString;
|
|
3177
|
+
href: z.ZodOptional<z.ZodString>;
|
|
3178
|
+
}, "strip", z.ZodTypeAny, {
|
|
3179
|
+
text: string;
|
|
3180
|
+
href?: string | undefined;
|
|
3181
|
+
}, {
|
|
3182
|
+
text: string;
|
|
3183
|
+
href?: string | undefined;
|
|
3184
|
+
}>>;
|
|
3185
|
+
} & {
|
|
3186
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
3187
|
+
}, "strip", z.ZodTypeAny, {
|
|
3188
|
+
storySlots: [string, ...string[]];
|
|
3189
|
+
heading?: {
|
|
3190
|
+
text: string;
|
|
3191
|
+
href?: string | undefined;
|
|
3192
|
+
} | undefined;
|
|
3193
|
+
}, {
|
|
3194
|
+
storySlots: [string, ...string[]];
|
|
3195
|
+
heading?: {
|
|
3196
|
+
text: string;
|
|
3197
|
+
href?: string | undefined;
|
|
3198
|
+
} | undefined;
|
|
3199
|
+
}>;
|
|
3200
|
+
} & {
|
|
3201
|
+
sliceId: z.ZodOptional<z.ZodString>;
|
|
3202
|
+
}, "strip", z.ZodTypeAny, {
|
|
3203
|
+
type: "StoryGroup";
|
|
3204
|
+
properties: {
|
|
3205
|
+
storySlots: [string, ...string[]];
|
|
3206
|
+
heading?: {
|
|
3207
|
+
text: string;
|
|
3208
|
+
href?: string | undefined;
|
|
3209
|
+
} | undefined;
|
|
3210
|
+
};
|
|
3211
|
+
hidden?: boolean | undefined;
|
|
3212
|
+
sliceId?: string | undefined;
|
|
3213
|
+
}, {
|
|
3214
|
+
type: "StoryGroup";
|
|
3215
|
+
properties: {
|
|
3216
|
+
storySlots: [string, ...string[]];
|
|
3217
|
+
heading?: {
|
|
3218
|
+
text: string;
|
|
3219
|
+
href?: string | undefined;
|
|
3220
|
+
} | undefined;
|
|
3221
|
+
};
|
|
3222
|
+
hidden?: boolean | undefined;
|
|
3223
|
+
sliceId?: string | undefined;
|
|
3077
3224
|
}>]>, "many">;
|
|
3078
3225
|
} & {
|
|
3079
3226
|
properties: z.ZodObject<{
|
|
@@ -3176,8 +3323,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3176
3323
|
description: {
|
|
3177
3324
|
type: "doc";
|
|
3178
3325
|
content: ({
|
|
3179
|
-
text: string;
|
|
3180
3326
|
type: "text";
|
|
3327
|
+
text: string;
|
|
3181
3328
|
marks?: ({
|
|
3182
3329
|
type: "link";
|
|
3183
3330
|
attrs: {
|
|
@@ -3195,8 +3342,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3195
3342
|
} | {
|
|
3196
3343
|
type: "paragraph";
|
|
3197
3344
|
content: {
|
|
3198
|
-
text: string;
|
|
3199
3345
|
type: "text";
|
|
3346
|
+
text: string;
|
|
3200
3347
|
marks?: ({
|
|
3201
3348
|
type: "link";
|
|
3202
3349
|
attrs: {
|
|
@@ -3234,6 +3381,17 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3234
3381
|
};
|
|
3235
3382
|
hidden?: boolean | undefined;
|
|
3236
3383
|
sliceId?: string | undefined;
|
|
3384
|
+
} | {
|
|
3385
|
+
type: "StoryGroup";
|
|
3386
|
+
properties: {
|
|
3387
|
+
storySlots: [string, ...string[]];
|
|
3388
|
+
heading?: {
|
|
3389
|
+
text: string;
|
|
3390
|
+
href?: string | undefined;
|
|
3391
|
+
} | undefined;
|
|
3392
|
+
};
|
|
3393
|
+
hidden?: boolean | undefined;
|
|
3394
|
+
sliceId?: string | undefined;
|
|
3237
3395
|
})[];
|
|
3238
3396
|
}, {
|
|
3239
3397
|
properties: {
|
|
@@ -3303,8 +3461,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3303
3461
|
description: {
|
|
3304
3462
|
type: "doc";
|
|
3305
3463
|
content: ({
|
|
3306
|
-
text: string;
|
|
3307
3464
|
type: "text";
|
|
3465
|
+
text: string;
|
|
3308
3466
|
marks?: ({
|
|
3309
3467
|
type: "link";
|
|
3310
3468
|
attrs: {
|
|
@@ -3322,8 +3480,8 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3322
3480
|
} | {
|
|
3323
3481
|
type: "paragraph";
|
|
3324
3482
|
content: {
|
|
3325
|
-
text: string;
|
|
3326
3483
|
type: "text";
|
|
3484
|
+
text: string;
|
|
3327
3485
|
marks?: ({
|
|
3328
3486
|
type: "link";
|
|
3329
3487
|
attrs: {
|
|
@@ -3361,6 +3519,17 @@ declare const HomepageStructureInputSchema: z.ZodObject<{
|
|
|
3361
3519
|
};
|
|
3362
3520
|
hidden?: boolean | undefined;
|
|
3363
3521
|
sliceId?: string | undefined;
|
|
3522
|
+
} | {
|
|
3523
|
+
type: "StoryGroup";
|
|
3524
|
+
properties: {
|
|
3525
|
+
storySlots: [string, ...string[]];
|
|
3526
|
+
heading?: {
|
|
3527
|
+
text: string;
|
|
3528
|
+
href?: string | undefined;
|
|
3529
|
+
} | undefined;
|
|
3530
|
+
};
|
|
3531
|
+
hidden?: boolean | undefined;
|
|
3532
|
+
sliceId?: string | undefined;
|
|
3364
3533
|
})[];
|
|
3365
3534
|
}>;
|
|
3366
3535
|
export { HomepageStructureInputSchema }
|
|
@@ -3681,8 +3850,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3681
3850
|
type: "strike";
|
|
3682
3851
|
}>]>, "many">>;
|
|
3683
3852
|
}, "strip", z.ZodTypeAny, {
|
|
3684
|
-
text: string;
|
|
3685
3853
|
type: "text";
|
|
3854
|
+
text: string;
|
|
3686
3855
|
marks?: ({
|
|
3687
3856
|
type: "link";
|
|
3688
3857
|
attrs: {
|
|
@@ -3698,8 +3867,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3698
3867
|
type: "strike";
|
|
3699
3868
|
})[] | undefined;
|
|
3700
3869
|
}, {
|
|
3701
|
-
text: string;
|
|
3702
3870
|
type: "text";
|
|
3871
|
+
text: string;
|
|
3703
3872
|
marks?: ({
|
|
3704
3873
|
type: "link";
|
|
3705
3874
|
attrs: {
|
|
@@ -3718,8 +3887,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3718
3887
|
}, "strip", z.ZodTypeAny, {
|
|
3719
3888
|
type: "paragraph";
|
|
3720
3889
|
content: {
|
|
3721
|
-
text: string;
|
|
3722
3890
|
type: "text";
|
|
3891
|
+
text: string;
|
|
3723
3892
|
marks?: ({
|
|
3724
3893
|
type: "link";
|
|
3725
3894
|
attrs: {
|
|
@@ -3738,8 +3907,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3738
3907
|
}, {
|
|
3739
3908
|
type: "paragraph";
|
|
3740
3909
|
content: {
|
|
3741
|
-
text: string;
|
|
3742
3910
|
type: "text";
|
|
3911
|
+
text: string;
|
|
3743
3912
|
marks?: ({
|
|
3744
3913
|
type: "link";
|
|
3745
3914
|
attrs: {
|
|
@@ -3803,8 +3972,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3803
3972
|
type: "strike";
|
|
3804
3973
|
}>]>, "many">>;
|
|
3805
3974
|
}, "strip", z.ZodTypeAny, {
|
|
3806
|
-
text: string;
|
|
3807
3975
|
type: "text";
|
|
3976
|
+
text: string;
|
|
3808
3977
|
marks?: ({
|
|
3809
3978
|
type: "link";
|
|
3810
3979
|
attrs: {
|
|
@@ -3820,8 +3989,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3820
3989
|
type: "strike";
|
|
3821
3990
|
})[] | undefined;
|
|
3822
3991
|
}, {
|
|
3823
|
-
text: string;
|
|
3824
3992
|
type: "text";
|
|
3993
|
+
text: string;
|
|
3825
3994
|
marks?: ({
|
|
3826
3995
|
type: "link";
|
|
3827
3996
|
attrs: {
|
|
@@ -3840,8 +4009,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3840
4009
|
}, "strip", z.ZodTypeAny, {
|
|
3841
4010
|
type: "doc";
|
|
3842
4011
|
content: ({
|
|
3843
|
-
text: string;
|
|
3844
4012
|
type: "text";
|
|
4013
|
+
text: string;
|
|
3845
4014
|
marks?: ({
|
|
3846
4015
|
type: "link";
|
|
3847
4016
|
attrs: {
|
|
@@ -3859,8 +4028,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3859
4028
|
} | {
|
|
3860
4029
|
type: "paragraph";
|
|
3861
4030
|
content: {
|
|
3862
|
-
text: string;
|
|
3863
4031
|
type: "text";
|
|
4032
|
+
text: string;
|
|
3864
4033
|
marks?: ({
|
|
3865
4034
|
type: "link";
|
|
3866
4035
|
attrs: {
|
|
@@ -3880,8 +4049,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3880
4049
|
}, {
|
|
3881
4050
|
type: "doc";
|
|
3882
4051
|
content: ({
|
|
3883
|
-
text: string;
|
|
3884
4052
|
type: "text";
|
|
4053
|
+
text: string;
|
|
3885
4054
|
marks?: ({
|
|
3886
4055
|
type: "link";
|
|
3887
4056
|
attrs: {
|
|
@@ -3899,8 +4068,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3899
4068
|
} | {
|
|
3900
4069
|
type: "paragraph";
|
|
3901
4070
|
content: {
|
|
3902
|
-
text: string;
|
|
3903
4071
|
type: "text";
|
|
4072
|
+
text: string;
|
|
3904
4073
|
marks?: ({
|
|
3905
4074
|
type: "link";
|
|
3906
4075
|
attrs: {
|
|
@@ -3923,8 +4092,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3923
4092
|
description: {
|
|
3924
4093
|
type: "doc";
|
|
3925
4094
|
content: ({
|
|
3926
|
-
text: string;
|
|
3927
4095
|
type: "text";
|
|
4096
|
+
text: string;
|
|
3928
4097
|
marks?: ({
|
|
3929
4098
|
type: "link";
|
|
3930
4099
|
attrs: {
|
|
@@ -3942,8 +4111,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3942
4111
|
} | {
|
|
3943
4112
|
type: "paragraph";
|
|
3944
4113
|
content: {
|
|
3945
|
-
text: string;
|
|
3946
4114
|
type: "text";
|
|
4115
|
+
text: string;
|
|
3947
4116
|
marks?: ({
|
|
3948
4117
|
type: "link";
|
|
3949
4118
|
attrs: {
|
|
@@ -3970,8 +4139,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3970
4139
|
description: {
|
|
3971
4140
|
type: "doc";
|
|
3972
4141
|
content: ({
|
|
3973
|
-
text: string;
|
|
3974
4142
|
type: "text";
|
|
4143
|
+
text: string;
|
|
3975
4144
|
marks?: ({
|
|
3976
4145
|
type: "link";
|
|
3977
4146
|
attrs: {
|
|
@@ -3989,8 +4158,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
3989
4158
|
} | {
|
|
3990
4159
|
type: "paragraph";
|
|
3991
4160
|
content: {
|
|
3992
|
-
text: string;
|
|
3993
4161
|
type: "text";
|
|
4162
|
+
text: string;
|
|
3994
4163
|
marks?: ({
|
|
3995
4164
|
type: "link";
|
|
3996
4165
|
attrs: {
|
|
@@ -4022,8 +4191,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4022
4191
|
description: {
|
|
4023
4192
|
type: "doc";
|
|
4024
4193
|
content: ({
|
|
4025
|
-
text: string;
|
|
4026
4194
|
type: "text";
|
|
4195
|
+
text: string;
|
|
4027
4196
|
marks?: ({
|
|
4028
4197
|
type: "link";
|
|
4029
4198
|
attrs: {
|
|
@@ -4041,8 +4210,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4041
4210
|
} | {
|
|
4042
4211
|
type: "paragraph";
|
|
4043
4212
|
content: {
|
|
4044
|
-
text: string;
|
|
4045
4213
|
type: "text";
|
|
4214
|
+
text: string;
|
|
4046
4215
|
marks?: ({
|
|
4047
4216
|
type: "link";
|
|
4048
4217
|
attrs: {
|
|
@@ -4074,8 +4243,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4074
4243
|
description: {
|
|
4075
4244
|
type: "doc";
|
|
4076
4245
|
content: ({
|
|
4077
|
-
text: string;
|
|
4078
4246
|
type: "text";
|
|
4247
|
+
text: string;
|
|
4079
4248
|
marks?: ({
|
|
4080
4249
|
type: "link";
|
|
4081
4250
|
attrs: {
|
|
@@ -4093,8 +4262,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4093
4262
|
} | {
|
|
4094
4263
|
type: "paragraph";
|
|
4095
4264
|
content: {
|
|
4096
|
-
text: string;
|
|
4097
4265
|
type: "text";
|
|
4266
|
+
text: string;
|
|
4098
4267
|
marks?: ({
|
|
4099
4268
|
type: "link";
|
|
4100
4269
|
attrs: {
|
|
@@ -4178,6 +4347,59 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4178
4347
|
};
|
|
4179
4348
|
sliceId: string;
|
|
4180
4349
|
hidden?: boolean | undefined;
|
|
4350
|
+
}>, z.ZodObject<{
|
|
4351
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
4352
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4353
|
+
properties: z.ZodObject<{
|
|
4354
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
4355
|
+
text: z.ZodString;
|
|
4356
|
+
href: z.ZodOptional<z.ZodString>;
|
|
4357
|
+
}, "strip", z.ZodTypeAny, {
|
|
4358
|
+
text: string;
|
|
4359
|
+
href?: string | undefined;
|
|
4360
|
+
}, {
|
|
4361
|
+
text: string;
|
|
4362
|
+
href?: string | undefined;
|
|
4363
|
+
}>>;
|
|
4364
|
+
} & {
|
|
4365
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
4366
|
+
}, "strip", z.ZodTypeAny, {
|
|
4367
|
+
storySlots: [string, ...string[]];
|
|
4368
|
+
heading?: {
|
|
4369
|
+
text: string;
|
|
4370
|
+
href?: string | undefined;
|
|
4371
|
+
} | undefined;
|
|
4372
|
+
}, {
|
|
4373
|
+
storySlots: [string, ...string[]];
|
|
4374
|
+
heading?: {
|
|
4375
|
+
text: string;
|
|
4376
|
+
href?: string | undefined;
|
|
4377
|
+
} | undefined;
|
|
4378
|
+
}>;
|
|
4379
|
+
} & {
|
|
4380
|
+
sliceId: z.ZodString;
|
|
4381
|
+
}, "strip", z.ZodTypeAny, {
|
|
4382
|
+
type: "StoryGroup";
|
|
4383
|
+
properties: {
|
|
4384
|
+
storySlots: [string, ...string[]];
|
|
4385
|
+
heading?: {
|
|
4386
|
+
text: string;
|
|
4387
|
+
href?: string | undefined;
|
|
4388
|
+
} | undefined;
|
|
4389
|
+
};
|
|
4390
|
+
sliceId: string;
|
|
4391
|
+
hidden?: boolean | undefined;
|
|
4392
|
+
}, {
|
|
4393
|
+
type: "StoryGroup";
|
|
4394
|
+
properties: {
|
|
4395
|
+
storySlots: [string, ...string[]];
|
|
4396
|
+
heading?: {
|
|
4397
|
+
text: string;
|
|
4398
|
+
href?: string | undefined;
|
|
4399
|
+
} | undefined;
|
|
4400
|
+
};
|
|
4401
|
+
sliceId: string;
|
|
4402
|
+
hidden?: boolean | undefined;
|
|
4181
4403
|
}>]>, "many">;
|
|
4182
4404
|
} & {
|
|
4183
4405
|
type: z.ZodLiteral<"Homepage">;
|
|
@@ -4282,8 +4504,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4282
4504
|
description: {
|
|
4283
4505
|
type: "doc";
|
|
4284
4506
|
content: ({
|
|
4285
|
-
text: string;
|
|
4286
4507
|
type: "text";
|
|
4508
|
+
text: string;
|
|
4287
4509
|
marks?: ({
|
|
4288
4510
|
type: "link";
|
|
4289
4511
|
attrs: {
|
|
@@ -4301,8 +4523,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4301
4523
|
} | {
|
|
4302
4524
|
type: "paragraph";
|
|
4303
4525
|
content: {
|
|
4304
|
-
text: string;
|
|
4305
4526
|
type: "text";
|
|
4527
|
+
text: string;
|
|
4306
4528
|
marks?: ({
|
|
4307
4529
|
type: "link";
|
|
4308
4530
|
attrs: {
|
|
@@ -4340,6 +4562,17 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4340
4562
|
};
|
|
4341
4563
|
sliceId: string;
|
|
4342
4564
|
hidden?: boolean | undefined;
|
|
4565
|
+
} | {
|
|
4566
|
+
type: "StoryGroup";
|
|
4567
|
+
properties: {
|
|
4568
|
+
storySlots: [string, ...string[]];
|
|
4569
|
+
heading?: {
|
|
4570
|
+
text: string;
|
|
4571
|
+
href?: string | undefined;
|
|
4572
|
+
} | undefined;
|
|
4573
|
+
};
|
|
4574
|
+
sliceId: string;
|
|
4575
|
+
hidden?: boolean | undefined;
|
|
4343
4576
|
})[];
|
|
4344
4577
|
schemaVersion: number;
|
|
4345
4578
|
}, {
|
|
@@ -4411,8 +4644,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4411
4644
|
description: {
|
|
4412
4645
|
type: "doc";
|
|
4413
4646
|
content: ({
|
|
4414
|
-
text: string;
|
|
4415
4647
|
type: "text";
|
|
4648
|
+
text: string;
|
|
4416
4649
|
marks?: ({
|
|
4417
4650
|
type: "link";
|
|
4418
4651
|
attrs: {
|
|
@@ -4430,8 +4663,8 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4430
4663
|
} | {
|
|
4431
4664
|
type: "paragraph";
|
|
4432
4665
|
content: {
|
|
4433
|
-
text: string;
|
|
4434
4666
|
type: "text";
|
|
4667
|
+
text: string;
|
|
4435
4668
|
marks?: ({
|
|
4436
4669
|
type: "link";
|
|
4437
4670
|
attrs: {
|
|
@@ -4469,6 +4702,17 @@ declare const HomepageStructureOutputSchema: z.ZodObject<{
|
|
|
4469
4702
|
};
|
|
4470
4703
|
sliceId: string;
|
|
4471
4704
|
hidden?: boolean | undefined;
|
|
4705
|
+
} | {
|
|
4706
|
+
type: "StoryGroup";
|
|
4707
|
+
properties: {
|
|
4708
|
+
storySlots: [string, ...string[]];
|
|
4709
|
+
heading?: {
|
|
4710
|
+
text: string;
|
|
4711
|
+
href?: string | undefined;
|
|
4712
|
+
} | undefined;
|
|
4713
|
+
};
|
|
4714
|
+
sliceId: string;
|
|
4715
|
+
hidden?: boolean | undefined;
|
|
4472
4716
|
})[];
|
|
4473
4717
|
schemaVersion: number;
|
|
4474
4718
|
}>;
|
|
@@ -4829,39 +5073,39 @@ declare const LegacyBlockSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4829
5073
|
value: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
4830
5074
|
format: z.ZodOptional<z.ZodDefault<z.ZodEnum<["json"]>>>;
|
|
4831
5075
|
}, "strip", z.ZodTypeAny, {
|
|
4832
|
-
format?: "json" | undefined;
|
|
4833
5076
|
value?: unknown;
|
|
4834
|
-
}, {
|
|
4835
5077
|
format?: "json" | undefined;
|
|
5078
|
+
}, {
|
|
4836
5079
|
value?: unknown;
|
|
5080
|
+
format?: "json" | undefined;
|
|
4837
5081
|
}>>;
|
|
4838
5082
|
}, "strip", z.ZodTypeAny, {
|
|
4839
5083
|
experimentName: string;
|
|
4840
5084
|
id: string;
|
|
5085
|
+
title?: string | undefined;
|
|
4841
5086
|
config?: {
|
|
4842
|
-
format?: "json" | undefined;
|
|
4843
5087
|
value?: unknown;
|
|
5088
|
+
format?: "json" | undefined;
|
|
4844
5089
|
} | undefined;
|
|
4845
|
-
title?: string | undefined;
|
|
4846
5090
|
}, {
|
|
4847
5091
|
experimentName: string;
|
|
4848
5092
|
id: string;
|
|
5093
|
+
title?: string | undefined;
|
|
4849
5094
|
config?: {
|
|
4850
|
-
format?: "json" | undefined;
|
|
4851
5095
|
value?: unknown;
|
|
5096
|
+
format?: "json" | undefined;
|
|
4852
5097
|
} | undefined;
|
|
4853
|
-
title?: string | undefined;
|
|
4854
5098
|
}>;
|
|
4855
5099
|
}, "strip", z.ZodTypeAny, {
|
|
4856
5100
|
type: "experiment";
|
|
4857
5101
|
properties: {
|
|
4858
5102
|
experimentName: string;
|
|
4859
5103
|
id: string;
|
|
5104
|
+
title?: string | undefined;
|
|
4860
5105
|
config?: {
|
|
4861
|
-
format?: "json" | undefined;
|
|
4862
5106
|
value?: unknown;
|
|
5107
|
+
format?: "json" | undefined;
|
|
4863
5108
|
} | undefined;
|
|
4864
|
-
title?: string | undefined;
|
|
4865
5109
|
};
|
|
4866
5110
|
children: [];
|
|
4867
5111
|
}, {
|
|
@@ -4869,11 +5113,11 @@ declare const LegacyBlockSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4869
5113
|
properties: {
|
|
4870
5114
|
experimentName: string;
|
|
4871
5115
|
id: string;
|
|
5116
|
+
title?: string | undefined;
|
|
4872
5117
|
config?: {
|
|
4873
|
-
format?: "json" | undefined;
|
|
4874
5118
|
value?: unknown;
|
|
5119
|
+
format?: "json" | undefined;
|
|
4875
5120
|
} | undefined;
|
|
4876
|
-
title?: string | undefined;
|
|
4877
5121
|
};
|
|
4878
5122
|
children: [];
|
|
4879
5123
|
}>]>;
|
|
@@ -5078,39 +5322,39 @@ declare const LegacyPageStructureOutputSchema: z.ZodObject<{
|
|
|
5078
5322
|
value: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
5079
5323
|
format: z.ZodOptional<z.ZodDefault<z.ZodEnum<["json"]>>>;
|
|
5080
5324
|
}, "strip", z.ZodTypeAny, {
|
|
5081
|
-
format?: "json" | undefined;
|
|
5082
5325
|
value?: unknown;
|
|
5083
|
-
}, {
|
|
5084
5326
|
format?: "json" | undefined;
|
|
5327
|
+
}, {
|
|
5085
5328
|
value?: unknown;
|
|
5329
|
+
format?: "json" | undefined;
|
|
5086
5330
|
}>>;
|
|
5087
5331
|
}, "strip", z.ZodTypeAny, {
|
|
5088
5332
|
experimentName: string;
|
|
5089
5333
|
id: string;
|
|
5334
|
+
title?: string | undefined;
|
|
5090
5335
|
config?: {
|
|
5091
|
-
format?: "json" | undefined;
|
|
5092
5336
|
value?: unknown;
|
|
5337
|
+
format?: "json" | undefined;
|
|
5093
5338
|
} | undefined;
|
|
5094
|
-
title?: string | undefined;
|
|
5095
5339
|
}, {
|
|
5096
5340
|
experimentName: string;
|
|
5097
5341
|
id: string;
|
|
5342
|
+
title?: string | undefined;
|
|
5098
5343
|
config?: {
|
|
5099
|
-
format?: "json" | undefined;
|
|
5100
5344
|
value?: unknown;
|
|
5345
|
+
format?: "json" | undefined;
|
|
5101
5346
|
} | undefined;
|
|
5102
|
-
title?: string | undefined;
|
|
5103
5347
|
}>;
|
|
5104
5348
|
}, "strip", z.ZodTypeAny, {
|
|
5105
5349
|
type: "experiment";
|
|
5106
5350
|
properties: {
|
|
5107
5351
|
experimentName: string;
|
|
5108
5352
|
id: string;
|
|
5353
|
+
title?: string | undefined;
|
|
5109
5354
|
config?: {
|
|
5110
|
-
format?: "json" | undefined;
|
|
5111
5355
|
value?: unknown;
|
|
5356
|
+
format?: "json" | undefined;
|
|
5112
5357
|
} | undefined;
|
|
5113
|
-
title?: string | undefined;
|
|
5114
5358
|
};
|
|
5115
5359
|
children: [];
|
|
5116
5360
|
}, {
|
|
@@ -5118,11 +5362,11 @@ declare const LegacyPageStructureOutputSchema: z.ZodObject<{
|
|
|
5118
5362
|
properties: {
|
|
5119
5363
|
experimentName: string;
|
|
5120
5364
|
id: string;
|
|
5365
|
+
title?: string | undefined;
|
|
5121
5366
|
config?: {
|
|
5122
|
-
format?: "json" | undefined;
|
|
5123
5367
|
value?: unknown;
|
|
5368
|
+
format?: "json" | undefined;
|
|
5124
5369
|
} | undefined;
|
|
5125
|
-
title?: string | undefined;
|
|
5126
5370
|
};
|
|
5127
5371
|
children: [];
|
|
5128
5372
|
}>]>, "many">;
|
|
@@ -5171,11 +5415,11 @@ declare const LegacyPageStructureOutputSchema: z.ZodObject<{
|
|
|
5171
5415
|
properties: {
|
|
5172
5416
|
experimentName: string;
|
|
5173
5417
|
id: string;
|
|
5418
|
+
title?: string | undefined;
|
|
5174
5419
|
config?: {
|
|
5175
|
-
format?: "json" | undefined;
|
|
5176
5420
|
value?: unknown;
|
|
5421
|
+
format?: "json" | undefined;
|
|
5177
5422
|
} | undefined;
|
|
5178
|
-
title?: string | undefined;
|
|
5179
5423
|
};
|
|
5180
5424
|
children: [];
|
|
5181
5425
|
})[];
|
|
@@ -5227,11 +5471,11 @@ declare const LegacyPageStructureOutputSchema: z.ZodObject<{
|
|
|
5227
5471
|
properties: {
|
|
5228
5472
|
experimentName: string;
|
|
5229
5473
|
id: string;
|
|
5474
|
+
title?: string | undefined;
|
|
5230
5475
|
config?: {
|
|
5231
|
-
format?: "json" | undefined;
|
|
5232
5476
|
value?: unknown;
|
|
5477
|
+
format?: "json" | undefined;
|
|
5233
5478
|
} | undefined;
|
|
5234
|
-
title?: string | undefined;
|
|
5235
5479
|
};
|
|
5236
5480
|
children: [];
|
|
5237
5481
|
})[];
|
|
@@ -5622,8 +5866,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5622
5866
|
type: "strike";
|
|
5623
5867
|
}>]>, "many">>;
|
|
5624
5868
|
}, "strip", z.ZodTypeAny, {
|
|
5625
|
-
text: string;
|
|
5626
5869
|
type: "text";
|
|
5870
|
+
text: string;
|
|
5627
5871
|
marks?: ({
|
|
5628
5872
|
type: "link";
|
|
5629
5873
|
attrs: {
|
|
@@ -5639,8 +5883,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5639
5883
|
type: "strike";
|
|
5640
5884
|
})[] | undefined;
|
|
5641
5885
|
}, {
|
|
5642
|
-
text: string;
|
|
5643
5886
|
type: "text";
|
|
5887
|
+
text: string;
|
|
5644
5888
|
marks?: ({
|
|
5645
5889
|
type: "link";
|
|
5646
5890
|
attrs: {
|
|
@@ -5659,8 +5903,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5659
5903
|
}, "strip", z.ZodTypeAny, {
|
|
5660
5904
|
type: "paragraph";
|
|
5661
5905
|
content: {
|
|
5662
|
-
text: string;
|
|
5663
5906
|
type: "text";
|
|
5907
|
+
text: string;
|
|
5664
5908
|
marks?: ({
|
|
5665
5909
|
type: "link";
|
|
5666
5910
|
attrs: {
|
|
@@ -5679,8 +5923,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5679
5923
|
}, {
|
|
5680
5924
|
type: "paragraph";
|
|
5681
5925
|
content: {
|
|
5682
|
-
text: string;
|
|
5683
5926
|
type: "text";
|
|
5927
|
+
text: string;
|
|
5684
5928
|
marks?: ({
|
|
5685
5929
|
type: "link";
|
|
5686
5930
|
attrs: {
|
|
@@ -5744,8 +5988,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5744
5988
|
type: "strike";
|
|
5745
5989
|
}>]>, "many">>;
|
|
5746
5990
|
}, "strip", z.ZodTypeAny, {
|
|
5747
|
-
text: string;
|
|
5748
5991
|
type: "text";
|
|
5992
|
+
text: string;
|
|
5749
5993
|
marks?: ({
|
|
5750
5994
|
type: "link";
|
|
5751
5995
|
attrs: {
|
|
@@ -5761,8 +6005,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5761
6005
|
type: "strike";
|
|
5762
6006
|
})[] | undefined;
|
|
5763
6007
|
}, {
|
|
5764
|
-
text: string;
|
|
5765
6008
|
type: "text";
|
|
6009
|
+
text: string;
|
|
5766
6010
|
marks?: ({
|
|
5767
6011
|
type: "link";
|
|
5768
6012
|
attrs: {
|
|
@@ -5781,8 +6025,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5781
6025
|
}, "strip", z.ZodTypeAny, {
|
|
5782
6026
|
type: "doc";
|
|
5783
6027
|
content: ({
|
|
5784
|
-
text: string;
|
|
5785
6028
|
type: "text";
|
|
6029
|
+
text: string;
|
|
5786
6030
|
marks?: ({
|
|
5787
6031
|
type: "link";
|
|
5788
6032
|
attrs: {
|
|
@@ -5800,8 +6044,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5800
6044
|
} | {
|
|
5801
6045
|
type: "paragraph";
|
|
5802
6046
|
content: {
|
|
5803
|
-
text: string;
|
|
5804
6047
|
type: "text";
|
|
6048
|
+
text: string;
|
|
5805
6049
|
marks?: ({
|
|
5806
6050
|
type: "link";
|
|
5807
6051
|
attrs: {
|
|
@@ -5821,8 +6065,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5821
6065
|
}, {
|
|
5822
6066
|
type: "doc";
|
|
5823
6067
|
content: ({
|
|
5824
|
-
text: string;
|
|
5825
6068
|
type: "text";
|
|
6069
|
+
text: string;
|
|
5826
6070
|
marks?: ({
|
|
5827
6071
|
type: "link";
|
|
5828
6072
|
attrs: {
|
|
@@ -5840,8 +6084,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5840
6084
|
} | {
|
|
5841
6085
|
type: "paragraph";
|
|
5842
6086
|
content: {
|
|
5843
|
-
text: string;
|
|
5844
6087
|
type: "text";
|
|
6088
|
+
text: string;
|
|
5845
6089
|
marks?: ({
|
|
5846
6090
|
type: "link";
|
|
5847
6091
|
attrs: {
|
|
@@ -5864,8 +6108,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5864
6108
|
description: {
|
|
5865
6109
|
type: "doc";
|
|
5866
6110
|
content: ({
|
|
5867
|
-
text: string;
|
|
5868
6111
|
type: "text";
|
|
6112
|
+
text: string;
|
|
5869
6113
|
marks?: ({
|
|
5870
6114
|
type: "link";
|
|
5871
6115
|
attrs: {
|
|
@@ -5883,8 +6127,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5883
6127
|
} | {
|
|
5884
6128
|
type: "paragraph";
|
|
5885
6129
|
content: {
|
|
5886
|
-
text: string;
|
|
5887
6130
|
type: "text";
|
|
6131
|
+
text: string;
|
|
5888
6132
|
marks?: ({
|
|
5889
6133
|
type: "link";
|
|
5890
6134
|
attrs: {
|
|
@@ -5911,8 +6155,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5911
6155
|
description: {
|
|
5912
6156
|
type: "doc";
|
|
5913
6157
|
content: ({
|
|
5914
|
-
text: string;
|
|
5915
6158
|
type: "text";
|
|
6159
|
+
text: string;
|
|
5916
6160
|
marks?: ({
|
|
5917
6161
|
type: "link";
|
|
5918
6162
|
attrs: {
|
|
@@ -5930,8 +6174,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5930
6174
|
} | {
|
|
5931
6175
|
type: "paragraph";
|
|
5932
6176
|
content: {
|
|
5933
|
-
text: string;
|
|
5934
6177
|
type: "text";
|
|
6178
|
+
text: string;
|
|
5935
6179
|
marks?: ({
|
|
5936
6180
|
type: "link";
|
|
5937
6181
|
attrs: {
|
|
@@ -5963,8 +6207,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5963
6207
|
description: {
|
|
5964
6208
|
type: "doc";
|
|
5965
6209
|
content: ({
|
|
5966
|
-
text: string;
|
|
5967
6210
|
type: "text";
|
|
6211
|
+
text: string;
|
|
5968
6212
|
marks?: ({
|
|
5969
6213
|
type: "link";
|
|
5970
6214
|
attrs: {
|
|
@@ -5982,8 +6226,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
5982
6226
|
} | {
|
|
5983
6227
|
type: "paragraph";
|
|
5984
6228
|
content: {
|
|
5985
|
-
text: string;
|
|
5986
6229
|
type: "text";
|
|
6230
|
+
text: string;
|
|
5987
6231
|
marks?: ({
|
|
5988
6232
|
type: "link";
|
|
5989
6233
|
attrs: {
|
|
@@ -6015,8 +6259,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6015
6259
|
description: {
|
|
6016
6260
|
type: "doc";
|
|
6017
6261
|
content: ({
|
|
6018
|
-
text: string;
|
|
6019
6262
|
type: "text";
|
|
6263
|
+
text: string;
|
|
6020
6264
|
marks?: ({
|
|
6021
6265
|
type: "link";
|
|
6022
6266
|
attrs: {
|
|
@@ -6034,8 +6278,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6034
6278
|
} | {
|
|
6035
6279
|
type: "paragraph";
|
|
6036
6280
|
content: {
|
|
6037
|
-
text: string;
|
|
6038
6281
|
type: "text";
|
|
6282
|
+
text: string;
|
|
6039
6283
|
marks?: ({
|
|
6040
6284
|
type: "link";
|
|
6041
6285
|
attrs: {
|
|
@@ -6119,6 +6363,59 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6119
6363
|
};
|
|
6120
6364
|
sliceId: string;
|
|
6121
6365
|
hidden?: boolean | undefined;
|
|
6366
|
+
}>, z.ZodObject<{
|
|
6367
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
6368
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6369
|
+
properties: z.ZodObject<{
|
|
6370
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
6371
|
+
text: z.ZodString;
|
|
6372
|
+
href: z.ZodOptional<z.ZodString>;
|
|
6373
|
+
}, "strip", z.ZodTypeAny, {
|
|
6374
|
+
text: string;
|
|
6375
|
+
href?: string | undefined;
|
|
6376
|
+
}, {
|
|
6377
|
+
text: string;
|
|
6378
|
+
href?: string | undefined;
|
|
6379
|
+
}>>;
|
|
6380
|
+
} & {
|
|
6381
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
6382
|
+
}, "strip", z.ZodTypeAny, {
|
|
6383
|
+
storySlots: [string, ...string[]];
|
|
6384
|
+
heading?: {
|
|
6385
|
+
text: string;
|
|
6386
|
+
href?: string | undefined;
|
|
6387
|
+
} | undefined;
|
|
6388
|
+
}, {
|
|
6389
|
+
storySlots: [string, ...string[]];
|
|
6390
|
+
heading?: {
|
|
6391
|
+
text: string;
|
|
6392
|
+
href?: string | undefined;
|
|
6393
|
+
} | undefined;
|
|
6394
|
+
}>;
|
|
6395
|
+
} & {
|
|
6396
|
+
sliceId: z.ZodString;
|
|
6397
|
+
}, "strip", z.ZodTypeAny, {
|
|
6398
|
+
type: "StoryGroup";
|
|
6399
|
+
properties: {
|
|
6400
|
+
storySlots: [string, ...string[]];
|
|
6401
|
+
heading?: {
|
|
6402
|
+
text: string;
|
|
6403
|
+
href?: string | undefined;
|
|
6404
|
+
} | undefined;
|
|
6405
|
+
};
|
|
6406
|
+
sliceId: string;
|
|
6407
|
+
hidden?: boolean | undefined;
|
|
6408
|
+
}, {
|
|
6409
|
+
type: "StoryGroup";
|
|
6410
|
+
properties: {
|
|
6411
|
+
storySlots: [string, ...string[]];
|
|
6412
|
+
heading?: {
|
|
6413
|
+
text: string;
|
|
6414
|
+
href?: string | undefined;
|
|
6415
|
+
} | undefined;
|
|
6416
|
+
};
|
|
6417
|
+
sliceId: string;
|
|
6418
|
+
hidden?: boolean | undefined;
|
|
6122
6419
|
}>]>, "many">;
|
|
6123
6420
|
}, "strip", z.ZodTypeAny, {
|
|
6124
6421
|
type: "Page";
|
|
@@ -6188,8 +6485,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6188
6485
|
description: {
|
|
6189
6486
|
type: "doc";
|
|
6190
6487
|
content: ({
|
|
6191
|
-
text: string;
|
|
6192
6488
|
type: "text";
|
|
6489
|
+
text: string;
|
|
6193
6490
|
marks?: ({
|
|
6194
6491
|
type: "link";
|
|
6195
6492
|
attrs: {
|
|
@@ -6207,8 +6504,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6207
6504
|
} | {
|
|
6208
6505
|
type: "paragraph";
|
|
6209
6506
|
content: {
|
|
6210
|
-
text: string;
|
|
6211
6507
|
type: "text";
|
|
6508
|
+
text: string;
|
|
6212
6509
|
marks?: ({
|
|
6213
6510
|
type: "link";
|
|
6214
6511
|
attrs: {
|
|
@@ -6246,6 +6543,17 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6246
6543
|
};
|
|
6247
6544
|
sliceId: string;
|
|
6248
6545
|
hidden?: boolean | undefined;
|
|
6546
|
+
} | {
|
|
6547
|
+
type: "StoryGroup";
|
|
6548
|
+
properties: {
|
|
6549
|
+
storySlots: [string, ...string[]];
|
|
6550
|
+
heading?: {
|
|
6551
|
+
text: string;
|
|
6552
|
+
href?: string | undefined;
|
|
6553
|
+
} | undefined;
|
|
6554
|
+
};
|
|
6555
|
+
sliceId: string;
|
|
6556
|
+
hidden?: boolean | undefined;
|
|
6249
6557
|
})[];
|
|
6250
6558
|
schemaVersion: number;
|
|
6251
6559
|
}, {
|
|
@@ -6316,8 +6624,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6316
6624
|
description: {
|
|
6317
6625
|
type: "doc";
|
|
6318
6626
|
content: ({
|
|
6319
|
-
text: string;
|
|
6320
6627
|
type: "text";
|
|
6628
|
+
text: string;
|
|
6321
6629
|
marks?: ({
|
|
6322
6630
|
type: "link";
|
|
6323
6631
|
attrs: {
|
|
@@ -6335,8 +6643,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6335
6643
|
} | {
|
|
6336
6644
|
type: "paragraph";
|
|
6337
6645
|
content: {
|
|
6338
|
-
text: string;
|
|
6339
6646
|
type: "text";
|
|
6647
|
+
text: string;
|
|
6340
6648
|
marks?: ({
|
|
6341
6649
|
type: "link";
|
|
6342
6650
|
attrs: {
|
|
@@ -6374,6 +6682,17 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6374
6682
|
};
|
|
6375
6683
|
sliceId: string;
|
|
6376
6684
|
hidden?: boolean | undefined;
|
|
6685
|
+
} | {
|
|
6686
|
+
type: "StoryGroup";
|
|
6687
|
+
properties: {
|
|
6688
|
+
storySlots: [string, ...string[]];
|
|
6689
|
+
heading?: {
|
|
6690
|
+
text: string;
|
|
6691
|
+
href?: string | undefined;
|
|
6692
|
+
} | undefined;
|
|
6693
|
+
};
|
|
6694
|
+
sliceId: string;
|
|
6695
|
+
hidden?: boolean | undefined;
|
|
6377
6696
|
})[];
|
|
6378
6697
|
schemaVersion: number;
|
|
6379
6698
|
}>;
|
|
@@ -6456,8 +6775,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6456
6775
|
description: {
|
|
6457
6776
|
type: "doc";
|
|
6458
6777
|
content: ({
|
|
6459
|
-
text: string;
|
|
6460
6778
|
type: "text";
|
|
6779
|
+
text: string;
|
|
6461
6780
|
marks?: ({
|
|
6462
6781
|
type: "link";
|
|
6463
6782
|
attrs: {
|
|
@@ -6475,8 +6794,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6475
6794
|
} | {
|
|
6476
6795
|
type: "paragraph";
|
|
6477
6796
|
content: {
|
|
6478
|
-
text: string;
|
|
6479
6797
|
type: "text";
|
|
6798
|
+
text: string;
|
|
6480
6799
|
marks?: ({
|
|
6481
6800
|
type: "link";
|
|
6482
6801
|
attrs: {
|
|
@@ -6514,11 +6833,22 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6514
6833
|
};
|
|
6515
6834
|
sliceId: string;
|
|
6516
6835
|
hidden?: boolean | undefined;
|
|
6517
|
-
}
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6836
|
+
} | {
|
|
6837
|
+
type: "StoryGroup";
|
|
6838
|
+
properties: {
|
|
6839
|
+
storySlots: [string, ...string[]];
|
|
6840
|
+
heading?: {
|
|
6841
|
+
text: string;
|
|
6842
|
+
href?: string | undefined;
|
|
6843
|
+
} | undefined;
|
|
6844
|
+
};
|
|
6845
|
+
sliceId: string;
|
|
6846
|
+
hidden?: boolean | undefined;
|
|
6847
|
+
})[];
|
|
6848
|
+
schemaVersion: number;
|
|
6849
|
+
};
|
|
6850
|
+
}, {
|
|
6851
|
+
draftId: string;
|
|
6522
6852
|
createdAt: string;
|
|
6523
6853
|
updatedAt: string;
|
|
6524
6854
|
contributors: {
|
|
@@ -6596,8 +6926,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6596
6926
|
description: {
|
|
6597
6927
|
type: "doc";
|
|
6598
6928
|
content: ({
|
|
6599
|
-
text: string;
|
|
6600
6929
|
type: "text";
|
|
6930
|
+
text: string;
|
|
6601
6931
|
marks?: ({
|
|
6602
6932
|
type: "link";
|
|
6603
6933
|
attrs: {
|
|
@@ -6615,8 +6945,8 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6615
6945
|
} | {
|
|
6616
6946
|
type: "paragraph";
|
|
6617
6947
|
content: {
|
|
6618
|
-
text: string;
|
|
6619
6948
|
type: "text";
|
|
6949
|
+
text: string;
|
|
6620
6950
|
marks?: ({
|
|
6621
6951
|
type: "link";
|
|
6622
6952
|
attrs: {
|
|
@@ -6654,6 +6984,17 @@ declare const PageDraftSchema: z.ZodObject<{
|
|
|
6654
6984
|
};
|
|
6655
6985
|
sliceId: string;
|
|
6656
6986
|
hidden?: boolean | undefined;
|
|
6987
|
+
} | {
|
|
6988
|
+
type: "StoryGroup";
|
|
6989
|
+
properties: {
|
|
6990
|
+
storySlots: [string, ...string[]];
|
|
6991
|
+
heading?: {
|
|
6992
|
+
text: string;
|
|
6993
|
+
href?: string | undefined;
|
|
6994
|
+
} | undefined;
|
|
6995
|
+
};
|
|
6996
|
+
sliceId: string;
|
|
6997
|
+
hidden?: boolean | undefined;
|
|
6657
6998
|
})[];
|
|
6658
6999
|
schemaVersion: number;
|
|
6659
7000
|
};
|
|
@@ -7008,8 +7349,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7008
7349
|
type: "strike";
|
|
7009
7350
|
}>]>, "many">>;
|
|
7010
7351
|
}, "strip", z.ZodTypeAny, {
|
|
7011
|
-
text: string;
|
|
7012
7352
|
type: "text";
|
|
7353
|
+
text: string;
|
|
7013
7354
|
marks?: ({
|
|
7014
7355
|
type: "link";
|
|
7015
7356
|
attrs: {
|
|
@@ -7025,8 +7366,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7025
7366
|
type: "strike";
|
|
7026
7367
|
})[] | undefined;
|
|
7027
7368
|
}, {
|
|
7028
|
-
text: string;
|
|
7029
7369
|
type: "text";
|
|
7370
|
+
text: string;
|
|
7030
7371
|
marks?: ({
|
|
7031
7372
|
type: "link";
|
|
7032
7373
|
attrs: {
|
|
@@ -7045,8 +7386,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7045
7386
|
}, "strip", z.ZodTypeAny, {
|
|
7046
7387
|
type: "paragraph";
|
|
7047
7388
|
content: {
|
|
7048
|
-
text: string;
|
|
7049
7389
|
type: "text";
|
|
7390
|
+
text: string;
|
|
7050
7391
|
marks?: ({
|
|
7051
7392
|
type: "link";
|
|
7052
7393
|
attrs: {
|
|
@@ -7065,8 +7406,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7065
7406
|
}, {
|
|
7066
7407
|
type: "paragraph";
|
|
7067
7408
|
content: {
|
|
7068
|
-
text: string;
|
|
7069
7409
|
type: "text";
|
|
7410
|
+
text: string;
|
|
7070
7411
|
marks?: ({
|
|
7071
7412
|
type: "link";
|
|
7072
7413
|
attrs: {
|
|
@@ -7130,8 +7471,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7130
7471
|
type: "strike";
|
|
7131
7472
|
}>]>, "many">>;
|
|
7132
7473
|
}, "strip", z.ZodTypeAny, {
|
|
7133
|
-
text: string;
|
|
7134
7474
|
type: "text";
|
|
7475
|
+
text: string;
|
|
7135
7476
|
marks?: ({
|
|
7136
7477
|
type: "link";
|
|
7137
7478
|
attrs: {
|
|
@@ -7147,8 +7488,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7147
7488
|
type: "strike";
|
|
7148
7489
|
})[] | undefined;
|
|
7149
7490
|
}, {
|
|
7150
|
-
text: string;
|
|
7151
7491
|
type: "text";
|
|
7492
|
+
text: string;
|
|
7152
7493
|
marks?: ({
|
|
7153
7494
|
type: "link";
|
|
7154
7495
|
attrs: {
|
|
@@ -7167,8 +7508,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7167
7508
|
}, "strip", z.ZodTypeAny, {
|
|
7168
7509
|
type: "doc";
|
|
7169
7510
|
content: ({
|
|
7170
|
-
text: string;
|
|
7171
7511
|
type: "text";
|
|
7512
|
+
text: string;
|
|
7172
7513
|
marks?: ({
|
|
7173
7514
|
type: "link";
|
|
7174
7515
|
attrs: {
|
|
@@ -7186,8 +7527,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7186
7527
|
} | {
|
|
7187
7528
|
type: "paragraph";
|
|
7188
7529
|
content: {
|
|
7189
|
-
text: string;
|
|
7190
7530
|
type: "text";
|
|
7531
|
+
text: string;
|
|
7191
7532
|
marks?: ({
|
|
7192
7533
|
type: "link";
|
|
7193
7534
|
attrs: {
|
|
@@ -7207,8 +7548,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7207
7548
|
}, {
|
|
7208
7549
|
type: "doc";
|
|
7209
7550
|
content: ({
|
|
7210
|
-
text: string;
|
|
7211
7551
|
type: "text";
|
|
7552
|
+
text: string;
|
|
7212
7553
|
marks?: ({
|
|
7213
7554
|
type: "link";
|
|
7214
7555
|
attrs: {
|
|
@@ -7226,8 +7567,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7226
7567
|
} | {
|
|
7227
7568
|
type: "paragraph";
|
|
7228
7569
|
content: {
|
|
7229
|
-
text: string;
|
|
7230
7570
|
type: "text";
|
|
7571
|
+
text: string;
|
|
7231
7572
|
marks?: ({
|
|
7232
7573
|
type: "link";
|
|
7233
7574
|
attrs: {
|
|
@@ -7250,8 +7591,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7250
7591
|
description: {
|
|
7251
7592
|
type: "doc";
|
|
7252
7593
|
content: ({
|
|
7253
|
-
text: string;
|
|
7254
7594
|
type: "text";
|
|
7595
|
+
text: string;
|
|
7255
7596
|
marks?: ({
|
|
7256
7597
|
type: "link";
|
|
7257
7598
|
attrs: {
|
|
@@ -7269,8 +7610,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7269
7610
|
} | {
|
|
7270
7611
|
type: "paragraph";
|
|
7271
7612
|
content: {
|
|
7272
|
-
text: string;
|
|
7273
7613
|
type: "text";
|
|
7614
|
+
text: string;
|
|
7274
7615
|
marks?: ({
|
|
7275
7616
|
type: "link";
|
|
7276
7617
|
attrs: {
|
|
@@ -7297,8 +7638,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7297
7638
|
description: {
|
|
7298
7639
|
type: "doc";
|
|
7299
7640
|
content: ({
|
|
7300
|
-
text: string;
|
|
7301
7641
|
type: "text";
|
|
7642
|
+
text: string;
|
|
7302
7643
|
marks?: ({
|
|
7303
7644
|
type: "link";
|
|
7304
7645
|
attrs: {
|
|
@@ -7316,8 +7657,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7316
7657
|
} | {
|
|
7317
7658
|
type: "paragraph";
|
|
7318
7659
|
content: {
|
|
7319
|
-
text: string;
|
|
7320
7660
|
type: "text";
|
|
7661
|
+
text: string;
|
|
7321
7662
|
marks?: ({
|
|
7322
7663
|
type: "link";
|
|
7323
7664
|
attrs: {
|
|
@@ -7349,8 +7690,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7349
7690
|
description: {
|
|
7350
7691
|
type: "doc";
|
|
7351
7692
|
content: ({
|
|
7352
|
-
text: string;
|
|
7353
7693
|
type: "text";
|
|
7694
|
+
text: string;
|
|
7354
7695
|
marks?: ({
|
|
7355
7696
|
type: "link";
|
|
7356
7697
|
attrs: {
|
|
@@ -7368,8 +7709,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7368
7709
|
} | {
|
|
7369
7710
|
type: "paragraph";
|
|
7370
7711
|
content: {
|
|
7371
|
-
text: string;
|
|
7372
7712
|
type: "text";
|
|
7713
|
+
text: string;
|
|
7373
7714
|
marks?: ({
|
|
7374
7715
|
type: "link";
|
|
7375
7716
|
attrs: {
|
|
@@ -7401,8 +7742,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7401
7742
|
description: {
|
|
7402
7743
|
type: "doc";
|
|
7403
7744
|
content: ({
|
|
7404
|
-
text: string;
|
|
7405
7745
|
type: "text";
|
|
7746
|
+
text: string;
|
|
7406
7747
|
marks?: ({
|
|
7407
7748
|
type: "link";
|
|
7408
7749
|
attrs: {
|
|
@@ -7420,8 +7761,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7420
7761
|
} | {
|
|
7421
7762
|
type: "paragraph";
|
|
7422
7763
|
content: {
|
|
7423
|
-
text: string;
|
|
7424
7764
|
type: "text";
|
|
7765
|
+
text: string;
|
|
7425
7766
|
marks?: ({
|
|
7426
7767
|
type: "link";
|
|
7427
7768
|
attrs: {
|
|
@@ -7505,6 +7846,59 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7505
7846
|
};
|
|
7506
7847
|
hidden?: boolean | undefined;
|
|
7507
7848
|
sliceId?: string | undefined;
|
|
7849
|
+
}>, z.ZodObject<{
|
|
7850
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
7851
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
7852
|
+
properties: z.ZodObject<{
|
|
7853
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
7854
|
+
text: z.ZodString;
|
|
7855
|
+
href: z.ZodOptional<z.ZodString>;
|
|
7856
|
+
}, "strip", z.ZodTypeAny, {
|
|
7857
|
+
text: string;
|
|
7858
|
+
href?: string | undefined;
|
|
7859
|
+
}, {
|
|
7860
|
+
text: string;
|
|
7861
|
+
href?: string | undefined;
|
|
7862
|
+
}>>;
|
|
7863
|
+
} & {
|
|
7864
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
7865
|
+
}, "strip", z.ZodTypeAny, {
|
|
7866
|
+
storySlots: [string, ...string[]];
|
|
7867
|
+
heading?: {
|
|
7868
|
+
text: string;
|
|
7869
|
+
href?: string | undefined;
|
|
7870
|
+
} | undefined;
|
|
7871
|
+
}, {
|
|
7872
|
+
storySlots: [string, ...string[]];
|
|
7873
|
+
heading?: {
|
|
7874
|
+
text: string;
|
|
7875
|
+
href?: string | undefined;
|
|
7876
|
+
} | undefined;
|
|
7877
|
+
}>;
|
|
7878
|
+
} & {
|
|
7879
|
+
sliceId: z.ZodOptional<z.ZodString>;
|
|
7880
|
+
}, "strip", z.ZodTypeAny, {
|
|
7881
|
+
type: "StoryGroup";
|
|
7882
|
+
properties: {
|
|
7883
|
+
storySlots: [string, ...string[]];
|
|
7884
|
+
heading?: {
|
|
7885
|
+
text: string;
|
|
7886
|
+
href?: string | undefined;
|
|
7887
|
+
} | undefined;
|
|
7888
|
+
};
|
|
7889
|
+
hidden?: boolean | undefined;
|
|
7890
|
+
sliceId?: string | undefined;
|
|
7891
|
+
}, {
|
|
7892
|
+
type: "StoryGroup";
|
|
7893
|
+
properties: {
|
|
7894
|
+
storySlots: [string, ...string[]];
|
|
7895
|
+
heading?: {
|
|
7896
|
+
text: string;
|
|
7897
|
+
href?: string | undefined;
|
|
7898
|
+
} | undefined;
|
|
7899
|
+
};
|
|
7900
|
+
hidden?: boolean | undefined;
|
|
7901
|
+
sliceId?: string | undefined;
|
|
7508
7902
|
}>]>, "many">;
|
|
7509
7903
|
}, "strip", z.ZodTypeAny, {
|
|
7510
7904
|
properties: {
|
|
@@ -7573,8 +7967,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7573
7967
|
description: {
|
|
7574
7968
|
type: "doc";
|
|
7575
7969
|
content: ({
|
|
7576
|
-
text: string;
|
|
7577
7970
|
type: "text";
|
|
7971
|
+
text: string;
|
|
7578
7972
|
marks?: ({
|
|
7579
7973
|
type: "link";
|
|
7580
7974
|
attrs: {
|
|
@@ -7592,8 +7986,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7592
7986
|
} | {
|
|
7593
7987
|
type: "paragraph";
|
|
7594
7988
|
content: {
|
|
7595
|
-
text: string;
|
|
7596
7989
|
type: "text";
|
|
7990
|
+
text: string;
|
|
7597
7991
|
marks?: ({
|
|
7598
7992
|
type: "link";
|
|
7599
7993
|
attrs: {
|
|
@@ -7631,6 +8025,17 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7631
8025
|
};
|
|
7632
8026
|
hidden?: boolean | undefined;
|
|
7633
8027
|
sliceId?: string | undefined;
|
|
8028
|
+
} | {
|
|
8029
|
+
type: "StoryGroup";
|
|
8030
|
+
properties: {
|
|
8031
|
+
storySlots: [string, ...string[]];
|
|
8032
|
+
heading?: {
|
|
8033
|
+
text: string;
|
|
8034
|
+
href?: string | undefined;
|
|
8035
|
+
} | undefined;
|
|
8036
|
+
};
|
|
8037
|
+
hidden?: boolean | undefined;
|
|
8038
|
+
sliceId?: string | undefined;
|
|
7634
8039
|
})[];
|
|
7635
8040
|
}, {
|
|
7636
8041
|
properties: {
|
|
@@ -7699,8 +8104,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7699
8104
|
description: {
|
|
7700
8105
|
type: "doc";
|
|
7701
8106
|
content: ({
|
|
7702
|
-
text: string;
|
|
7703
8107
|
type: "text";
|
|
8108
|
+
text: string;
|
|
7704
8109
|
marks?: ({
|
|
7705
8110
|
type: "link";
|
|
7706
8111
|
attrs: {
|
|
@@ -7718,8 +8123,8 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7718
8123
|
} | {
|
|
7719
8124
|
type: "paragraph";
|
|
7720
8125
|
content: {
|
|
7721
|
-
text: string;
|
|
7722
8126
|
type: "text";
|
|
8127
|
+
text: string;
|
|
7723
8128
|
marks?: ({
|
|
7724
8129
|
type: "link";
|
|
7725
8130
|
attrs: {
|
|
@@ -7757,6 +8162,17 @@ declare const PageStructureInputSchema: z.ZodObject<{
|
|
|
7757
8162
|
};
|
|
7758
8163
|
hidden?: boolean | undefined;
|
|
7759
8164
|
sliceId?: string | undefined;
|
|
8165
|
+
} | {
|
|
8166
|
+
type: "StoryGroup";
|
|
8167
|
+
properties: {
|
|
8168
|
+
storySlots: [string, ...string[]];
|
|
8169
|
+
heading?: {
|
|
8170
|
+
text: string;
|
|
8171
|
+
href?: string | undefined;
|
|
8172
|
+
} | undefined;
|
|
8173
|
+
};
|
|
8174
|
+
hidden?: boolean | undefined;
|
|
8175
|
+
sliceId?: string | undefined;
|
|
7760
8176
|
})[];
|
|
7761
8177
|
}>;
|
|
7762
8178
|
export { PageStructureInputSchema }
|
|
@@ -8109,8 +8525,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8109
8525
|
type: "strike";
|
|
8110
8526
|
}>]>, "many">>;
|
|
8111
8527
|
}, "strip", z.ZodTypeAny, {
|
|
8112
|
-
text: string;
|
|
8113
8528
|
type: "text";
|
|
8529
|
+
text: string;
|
|
8114
8530
|
marks?: ({
|
|
8115
8531
|
type: "link";
|
|
8116
8532
|
attrs: {
|
|
@@ -8126,8 +8542,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8126
8542
|
type: "strike";
|
|
8127
8543
|
})[] | undefined;
|
|
8128
8544
|
}, {
|
|
8129
|
-
text: string;
|
|
8130
8545
|
type: "text";
|
|
8546
|
+
text: string;
|
|
8131
8547
|
marks?: ({
|
|
8132
8548
|
type: "link";
|
|
8133
8549
|
attrs: {
|
|
@@ -8146,8 +8562,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8146
8562
|
}, "strip", z.ZodTypeAny, {
|
|
8147
8563
|
type: "paragraph";
|
|
8148
8564
|
content: {
|
|
8149
|
-
text: string;
|
|
8150
8565
|
type: "text";
|
|
8566
|
+
text: string;
|
|
8151
8567
|
marks?: ({
|
|
8152
8568
|
type: "link";
|
|
8153
8569
|
attrs: {
|
|
@@ -8166,8 +8582,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8166
8582
|
}, {
|
|
8167
8583
|
type: "paragraph";
|
|
8168
8584
|
content: {
|
|
8169
|
-
text: string;
|
|
8170
8585
|
type: "text";
|
|
8586
|
+
text: string;
|
|
8171
8587
|
marks?: ({
|
|
8172
8588
|
type: "link";
|
|
8173
8589
|
attrs: {
|
|
@@ -8231,8 +8647,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8231
8647
|
type: "strike";
|
|
8232
8648
|
}>]>, "many">>;
|
|
8233
8649
|
}, "strip", z.ZodTypeAny, {
|
|
8234
|
-
text: string;
|
|
8235
8650
|
type: "text";
|
|
8651
|
+
text: string;
|
|
8236
8652
|
marks?: ({
|
|
8237
8653
|
type: "link";
|
|
8238
8654
|
attrs: {
|
|
@@ -8248,8 +8664,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8248
8664
|
type: "strike";
|
|
8249
8665
|
})[] | undefined;
|
|
8250
8666
|
}, {
|
|
8251
|
-
text: string;
|
|
8252
8667
|
type: "text";
|
|
8668
|
+
text: string;
|
|
8253
8669
|
marks?: ({
|
|
8254
8670
|
type: "link";
|
|
8255
8671
|
attrs: {
|
|
@@ -8268,8 +8684,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8268
8684
|
}, "strip", z.ZodTypeAny, {
|
|
8269
8685
|
type: "doc";
|
|
8270
8686
|
content: ({
|
|
8271
|
-
text: string;
|
|
8272
8687
|
type: "text";
|
|
8688
|
+
text: string;
|
|
8273
8689
|
marks?: ({
|
|
8274
8690
|
type: "link";
|
|
8275
8691
|
attrs: {
|
|
@@ -8287,8 +8703,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8287
8703
|
} | {
|
|
8288
8704
|
type: "paragraph";
|
|
8289
8705
|
content: {
|
|
8290
|
-
text: string;
|
|
8291
8706
|
type: "text";
|
|
8707
|
+
text: string;
|
|
8292
8708
|
marks?: ({
|
|
8293
8709
|
type: "link";
|
|
8294
8710
|
attrs: {
|
|
@@ -8308,8 +8724,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8308
8724
|
}, {
|
|
8309
8725
|
type: "doc";
|
|
8310
8726
|
content: ({
|
|
8311
|
-
text: string;
|
|
8312
8727
|
type: "text";
|
|
8728
|
+
text: string;
|
|
8313
8729
|
marks?: ({
|
|
8314
8730
|
type: "link";
|
|
8315
8731
|
attrs: {
|
|
@@ -8327,8 +8743,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8327
8743
|
} | {
|
|
8328
8744
|
type: "paragraph";
|
|
8329
8745
|
content: {
|
|
8330
|
-
text: string;
|
|
8331
8746
|
type: "text";
|
|
8747
|
+
text: string;
|
|
8332
8748
|
marks?: ({
|
|
8333
8749
|
type: "link";
|
|
8334
8750
|
attrs: {
|
|
@@ -8351,8 +8767,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8351
8767
|
description: {
|
|
8352
8768
|
type: "doc";
|
|
8353
8769
|
content: ({
|
|
8354
|
-
text: string;
|
|
8355
8770
|
type: "text";
|
|
8771
|
+
text: string;
|
|
8356
8772
|
marks?: ({
|
|
8357
8773
|
type: "link";
|
|
8358
8774
|
attrs: {
|
|
@@ -8370,8 +8786,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8370
8786
|
} | {
|
|
8371
8787
|
type: "paragraph";
|
|
8372
8788
|
content: {
|
|
8373
|
-
text: string;
|
|
8374
8789
|
type: "text";
|
|
8790
|
+
text: string;
|
|
8375
8791
|
marks?: ({
|
|
8376
8792
|
type: "link";
|
|
8377
8793
|
attrs: {
|
|
@@ -8398,8 +8814,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8398
8814
|
description: {
|
|
8399
8815
|
type: "doc";
|
|
8400
8816
|
content: ({
|
|
8401
|
-
text: string;
|
|
8402
8817
|
type: "text";
|
|
8818
|
+
text: string;
|
|
8403
8819
|
marks?: ({
|
|
8404
8820
|
type: "link";
|
|
8405
8821
|
attrs: {
|
|
@@ -8417,8 +8833,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8417
8833
|
} | {
|
|
8418
8834
|
type: "paragraph";
|
|
8419
8835
|
content: {
|
|
8420
|
-
text: string;
|
|
8421
8836
|
type: "text";
|
|
8837
|
+
text: string;
|
|
8422
8838
|
marks?: ({
|
|
8423
8839
|
type: "link";
|
|
8424
8840
|
attrs: {
|
|
@@ -8450,8 +8866,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8450
8866
|
description: {
|
|
8451
8867
|
type: "doc";
|
|
8452
8868
|
content: ({
|
|
8453
|
-
text: string;
|
|
8454
8869
|
type: "text";
|
|
8870
|
+
text: string;
|
|
8455
8871
|
marks?: ({
|
|
8456
8872
|
type: "link";
|
|
8457
8873
|
attrs: {
|
|
@@ -8469,8 +8885,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8469
8885
|
} | {
|
|
8470
8886
|
type: "paragraph";
|
|
8471
8887
|
content: {
|
|
8472
|
-
text: string;
|
|
8473
8888
|
type: "text";
|
|
8889
|
+
text: string;
|
|
8474
8890
|
marks?: ({
|
|
8475
8891
|
type: "link";
|
|
8476
8892
|
attrs: {
|
|
@@ -8502,8 +8918,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8502
8918
|
description: {
|
|
8503
8919
|
type: "doc";
|
|
8504
8920
|
content: ({
|
|
8505
|
-
text: string;
|
|
8506
8921
|
type: "text";
|
|
8922
|
+
text: string;
|
|
8507
8923
|
marks?: ({
|
|
8508
8924
|
type: "link";
|
|
8509
8925
|
attrs: {
|
|
@@ -8521,8 +8937,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8521
8937
|
} | {
|
|
8522
8938
|
type: "paragraph";
|
|
8523
8939
|
content: {
|
|
8524
|
-
text: string;
|
|
8525
8940
|
type: "text";
|
|
8941
|
+
text: string;
|
|
8526
8942
|
marks?: ({
|
|
8527
8943
|
type: "link";
|
|
8528
8944
|
attrs: {
|
|
@@ -8606,6 +9022,59 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8606
9022
|
};
|
|
8607
9023
|
sliceId: string;
|
|
8608
9024
|
hidden?: boolean | undefined;
|
|
9025
|
+
}>, z.ZodObject<{
|
|
9026
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
9027
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9028
|
+
properties: z.ZodObject<{
|
|
9029
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
9030
|
+
text: z.ZodString;
|
|
9031
|
+
href: z.ZodOptional<z.ZodString>;
|
|
9032
|
+
}, "strip", z.ZodTypeAny, {
|
|
9033
|
+
text: string;
|
|
9034
|
+
href?: string | undefined;
|
|
9035
|
+
}, {
|
|
9036
|
+
text: string;
|
|
9037
|
+
href?: string | undefined;
|
|
9038
|
+
}>>;
|
|
9039
|
+
} & {
|
|
9040
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
9041
|
+
}, "strip", z.ZodTypeAny, {
|
|
9042
|
+
storySlots: [string, ...string[]];
|
|
9043
|
+
heading?: {
|
|
9044
|
+
text: string;
|
|
9045
|
+
href?: string | undefined;
|
|
9046
|
+
} | undefined;
|
|
9047
|
+
}, {
|
|
9048
|
+
storySlots: [string, ...string[]];
|
|
9049
|
+
heading?: {
|
|
9050
|
+
text: string;
|
|
9051
|
+
href?: string | undefined;
|
|
9052
|
+
} | undefined;
|
|
9053
|
+
}>;
|
|
9054
|
+
} & {
|
|
9055
|
+
sliceId: z.ZodString;
|
|
9056
|
+
}, "strip", z.ZodTypeAny, {
|
|
9057
|
+
type: "StoryGroup";
|
|
9058
|
+
properties: {
|
|
9059
|
+
storySlots: [string, ...string[]];
|
|
9060
|
+
heading?: {
|
|
9061
|
+
text: string;
|
|
9062
|
+
href?: string | undefined;
|
|
9063
|
+
} | undefined;
|
|
9064
|
+
};
|
|
9065
|
+
sliceId: string;
|
|
9066
|
+
hidden?: boolean | undefined;
|
|
9067
|
+
}, {
|
|
9068
|
+
type: "StoryGroup";
|
|
9069
|
+
properties: {
|
|
9070
|
+
storySlots: [string, ...string[]];
|
|
9071
|
+
heading?: {
|
|
9072
|
+
text: string;
|
|
9073
|
+
href?: string | undefined;
|
|
9074
|
+
} | undefined;
|
|
9075
|
+
};
|
|
9076
|
+
sliceId: string;
|
|
9077
|
+
hidden?: boolean | undefined;
|
|
8609
9078
|
}>]>, "many">;
|
|
8610
9079
|
}, "strip", z.ZodTypeAny, {
|
|
8611
9080
|
type: "Page";
|
|
@@ -8675,8 +9144,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8675
9144
|
description: {
|
|
8676
9145
|
type: "doc";
|
|
8677
9146
|
content: ({
|
|
8678
|
-
text: string;
|
|
8679
9147
|
type: "text";
|
|
9148
|
+
text: string;
|
|
8680
9149
|
marks?: ({
|
|
8681
9150
|
type: "link";
|
|
8682
9151
|
attrs: {
|
|
@@ -8694,8 +9163,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8694
9163
|
} | {
|
|
8695
9164
|
type: "paragraph";
|
|
8696
9165
|
content: {
|
|
8697
|
-
text: string;
|
|
8698
9166
|
type: "text";
|
|
9167
|
+
text: string;
|
|
8699
9168
|
marks?: ({
|
|
8700
9169
|
type: "link";
|
|
8701
9170
|
attrs: {
|
|
@@ -8733,6 +9202,17 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8733
9202
|
};
|
|
8734
9203
|
sliceId: string;
|
|
8735
9204
|
hidden?: boolean | undefined;
|
|
9205
|
+
} | {
|
|
9206
|
+
type: "StoryGroup";
|
|
9207
|
+
properties: {
|
|
9208
|
+
storySlots: [string, ...string[]];
|
|
9209
|
+
heading?: {
|
|
9210
|
+
text: string;
|
|
9211
|
+
href?: string | undefined;
|
|
9212
|
+
} | undefined;
|
|
9213
|
+
};
|
|
9214
|
+
sliceId: string;
|
|
9215
|
+
hidden?: boolean | undefined;
|
|
8736
9216
|
})[];
|
|
8737
9217
|
schemaVersion: number;
|
|
8738
9218
|
}, {
|
|
@@ -8803,8 +9283,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8803
9283
|
description: {
|
|
8804
9284
|
type: "doc";
|
|
8805
9285
|
content: ({
|
|
8806
|
-
text: string;
|
|
8807
9286
|
type: "text";
|
|
9287
|
+
text: string;
|
|
8808
9288
|
marks?: ({
|
|
8809
9289
|
type: "link";
|
|
8810
9290
|
attrs: {
|
|
@@ -8822,8 +9302,8 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8822
9302
|
} | {
|
|
8823
9303
|
type: "paragraph";
|
|
8824
9304
|
content: {
|
|
8825
|
-
text: string;
|
|
8826
9305
|
type: "text";
|
|
9306
|
+
text: string;
|
|
8827
9307
|
marks?: ({
|
|
8828
9308
|
type: "link";
|
|
8829
9309
|
attrs: {
|
|
@@ -8861,6 +9341,17 @@ declare const PageStructureOutputSchema: z.ZodObject<{
|
|
|
8861
9341
|
};
|
|
8862
9342
|
sliceId: string;
|
|
8863
9343
|
hidden?: boolean | undefined;
|
|
9344
|
+
} | {
|
|
9345
|
+
type: "StoryGroup";
|
|
9346
|
+
properties: {
|
|
9347
|
+
storySlots: [string, ...string[]];
|
|
9348
|
+
heading?: {
|
|
9349
|
+
text: string;
|
|
9350
|
+
href?: string | undefined;
|
|
9351
|
+
} | undefined;
|
|
9352
|
+
};
|
|
9353
|
+
sliceId: string;
|
|
9354
|
+
hidden?: boolean | undefined;
|
|
8864
9355
|
})[];
|
|
8865
9356
|
schemaVersion: number;
|
|
8866
9357
|
}>;
|
|
@@ -9264,8 +9755,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9264
9755
|
type: "strike";
|
|
9265
9756
|
}>]>, "many">>;
|
|
9266
9757
|
}, "strip", z.ZodTypeAny, {
|
|
9267
|
-
text: string;
|
|
9268
9758
|
type: "text";
|
|
9759
|
+
text: string;
|
|
9269
9760
|
marks?: ({
|
|
9270
9761
|
type: "link";
|
|
9271
9762
|
attrs: {
|
|
@@ -9281,8 +9772,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9281
9772
|
type: "strike";
|
|
9282
9773
|
})[] | undefined;
|
|
9283
9774
|
}, {
|
|
9284
|
-
text: string;
|
|
9285
9775
|
type: "text";
|
|
9776
|
+
text: string;
|
|
9286
9777
|
marks?: ({
|
|
9287
9778
|
type: "link";
|
|
9288
9779
|
attrs: {
|
|
@@ -9301,8 +9792,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9301
9792
|
}, "strip", z.ZodTypeAny, {
|
|
9302
9793
|
type: "paragraph";
|
|
9303
9794
|
content: {
|
|
9304
|
-
text: string;
|
|
9305
9795
|
type: "text";
|
|
9796
|
+
text: string;
|
|
9306
9797
|
marks?: ({
|
|
9307
9798
|
type: "link";
|
|
9308
9799
|
attrs: {
|
|
@@ -9321,8 +9812,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9321
9812
|
}, {
|
|
9322
9813
|
type: "paragraph";
|
|
9323
9814
|
content: {
|
|
9324
|
-
text: string;
|
|
9325
9815
|
type: "text";
|
|
9816
|
+
text: string;
|
|
9326
9817
|
marks?: ({
|
|
9327
9818
|
type: "link";
|
|
9328
9819
|
attrs: {
|
|
@@ -9386,8 +9877,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9386
9877
|
type: "strike";
|
|
9387
9878
|
}>]>, "many">>;
|
|
9388
9879
|
}, "strip", z.ZodTypeAny, {
|
|
9389
|
-
text: string;
|
|
9390
9880
|
type: "text";
|
|
9881
|
+
text: string;
|
|
9391
9882
|
marks?: ({
|
|
9392
9883
|
type: "link";
|
|
9393
9884
|
attrs: {
|
|
@@ -9403,8 +9894,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9403
9894
|
type: "strike";
|
|
9404
9895
|
})[] | undefined;
|
|
9405
9896
|
}, {
|
|
9406
|
-
text: string;
|
|
9407
9897
|
type: "text";
|
|
9898
|
+
text: string;
|
|
9408
9899
|
marks?: ({
|
|
9409
9900
|
type: "link";
|
|
9410
9901
|
attrs: {
|
|
@@ -9423,8 +9914,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9423
9914
|
}, "strip", z.ZodTypeAny, {
|
|
9424
9915
|
type: "doc";
|
|
9425
9916
|
content: ({
|
|
9426
|
-
text: string;
|
|
9427
9917
|
type: "text";
|
|
9918
|
+
text: string;
|
|
9428
9919
|
marks?: ({
|
|
9429
9920
|
type: "link";
|
|
9430
9921
|
attrs: {
|
|
@@ -9442,8 +9933,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9442
9933
|
} | {
|
|
9443
9934
|
type: "paragraph";
|
|
9444
9935
|
content: {
|
|
9445
|
-
text: string;
|
|
9446
9936
|
type: "text";
|
|
9937
|
+
text: string;
|
|
9447
9938
|
marks?: ({
|
|
9448
9939
|
type: "link";
|
|
9449
9940
|
attrs: {
|
|
@@ -9463,8 +9954,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9463
9954
|
}, {
|
|
9464
9955
|
type: "doc";
|
|
9465
9956
|
content: ({
|
|
9466
|
-
text: string;
|
|
9467
9957
|
type: "text";
|
|
9958
|
+
text: string;
|
|
9468
9959
|
marks?: ({
|
|
9469
9960
|
type: "link";
|
|
9470
9961
|
attrs: {
|
|
@@ -9482,8 +9973,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9482
9973
|
} | {
|
|
9483
9974
|
type: "paragraph";
|
|
9484
9975
|
content: {
|
|
9485
|
-
text: string;
|
|
9486
9976
|
type: "text";
|
|
9977
|
+
text: string;
|
|
9487
9978
|
marks?: ({
|
|
9488
9979
|
type: "link";
|
|
9489
9980
|
attrs: {
|
|
@@ -9506,8 +9997,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9506
9997
|
description: {
|
|
9507
9998
|
type: "doc";
|
|
9508
9999
|
content: ({
|
|
9509
|
-
text: string;
|
|
9510
10000
|
type: "text";
|
|
10001
|
+
text: string;
|
|
9511
10002
|
marks?: ({
|
|
9512
10003
|
type: "link";
|
|
9513
10004
|
attrs: {
|
|
@@ -9525,8 +10016,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9525
10016
|
} | {
|
|
9526
10017
|
type: "paragraph";
|
|
9527
10018
|
content: {
|
|
9528
|
-
text: string;
|
|
9529
10019
|
type: "text";
|
|
10020
|
+
text: string;
|
|
9530
10021
|
marks?: ({
|
|
9531
10022
|
type: "link";
|
|
9532
10023
|
attrs: {
|
|
@@ -9553,8 +10044,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9553
10044
|
description: {
|
|
9554
10045
|
type: "doc";
|
|
9555
10046
|
content: ({
|
|
9556
|
-
text: string;
|
|
9557
10047
|
type: "text";
|
|
10048
|
+
text: string;
|
|
9558
10049
|
marks?: ({
|
|
9559
10050
|
type: "link";
|
|
9560
10051
|
attrs: {
|
|
@@ -9572,8 +10063,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9572
10063
|
} | {
|
|
9573
10064
|
type: "paragraph";
|
|
9574
10065
|
content: {
|
|
9575
|
-
text: string;
|
|
9576
10066
|
type: "text";
|
|
10067
|
+
text: string;
|
|
9577
10068
|
marks?: ({
|
|
9578
10069
|
type: "link";
|
|
9579
10070
|
attrs: {
|
|
@@ -9605,8 +10096,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9605
10096
|
description: {
|
|
9606
10097
|
type: "doc";
|
|
9607
10098
|
content: ({
|
|
9608
|
-
text: string;
|
|
9609
10099
|
type: "text";
|
|
10100
|
+
text: string;
|
|
9610
10101
|
marks?: ({
|
|
9611
10102
|
type: "link";
|
|
9612
10103
|
attrs: {
|
|
@@ -9624,8 +10115,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9624
10115
|
} | {
|
|
9625
10116
|
type: "paragraph";
|
|
9626
10117
|
content: {
|
|
9627
|
-
text: string;
|
|
9628
10118
|
type: "text";
|
|
10119
|
+
text: string;
|
|
9629
10120
|
marks?: ({
|
|
9630
10121
|
type: "link";
|
|
9631
10122
|
attrs: {
|
|
@@ -9657,8 +10148,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9657
10148
|
description: {
|
|
9658
10149
|
type: "doc";
|
|
9659
10150
|
content: ({
|
|
9660
|
-
text: string;
|
|
9661
10151
|
type: "text";
|
|
10152
|
+
text: string;
|
|
9662
10153
|
marks?: ({
|
|
9663
10154
|
type: "link";
|
|
9664
10155
|
attrs: {
|
|
@@ -9676,8 +10167,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9676
10167
|
} | {
|
|
9677
10168
|
type: "paragraph";
|
|
9678
10169
|
content: {
|
|
9679
|
-
text: string;
|
|
9680
10170
|
type: "text";
|
|
10171
|
+
text: string;
|
|
9681
10172
|
marks?: ({
|
|
9682
10173
|
type: "link";
|
|
9683
10174
|
attrs: {
|
|
@@ -9761,6 +10252,59 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9761
10252
|
};
|
|
9762
10253
|
hidden?: boolean | undefined;
|
|
9763
10254
|
sliceId?: string | undefined;
|
|
10255
|
+
}>, z.ZodObject<{
|
|
10256
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
10257
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10258
|
+
properties: z.ZodObject<{
|
|
10259
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
10260
|
+
text: z.ZodString;
|
|
10261
|
+
href: z.ZodOptional<z.ZodString>;
|
|
10262
|
+
}, "strip", z.ZodTypeAny, {
|
|
10263
|
+
text: string;
|
|
10264
|
+
href?: string | undefined;
|
|
10265
|
+
}, {
|
|
10266
|
+
text: string;
|
|
10267
|
+
href?: string | undefined;
|
|
10268
|
+
}>>;
|
|
10269
|
+
} & {
|
|
10270
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
10271
|
+
}, "strip", z.ZodTypeAny, {
|
|
10272
|
+
storySlots: [string, ...string[]];
|
|
10273
|
+
heading?: {
|
|
10274
|
+
text: string;
|
|
10275
|
+
href?: string | undefined;
|
|
10276
|
+
} | undefined;
|
|
10277
|
+
}, {
|
|
10278
|
+
storySlots: [string, ...string[]];
|
|
10279
|
+
heading?: {
|
|
10280
|
+
text: string;
|
|
10281
|
+
href?: string | undefined;
|
|
10282
|
+
} | undefined;
|
|
10283
|
+
}>;
|
|
10284
|
+
} & {
|
|
10285
|
+
sliceId: z.ZodOptional<z.ZodString>;
|
|
10286
|
+
}, "strip", z.ZodTypeAny, {
|
|
10287
|
+
type: "StoryGroup";
|
|
10288
|
+
properties: {
|
|
10289
|
+
storySlots: [string, ...string[]];
|
|
10290
|
+
heading?: {
|
|
10291
|
+
text: string;
|
|
10292
|
+
href?: string | undefined;
|
|
10293
|
+
} | undefined;
|
|
10294
|
+
};
|
|
10295
|
+
hidden?: boolean | undefined;
|
|
10296
|
+
sliceId?: string | undefined;
|
|
10297
|
+
}, {
|
|
10298
|
+
type: "StoryGroup";
|
|
10299
|
+
properties: {
|
|
10300
|
+
storySlots: [string, ...string[]];
|
|
10301
|
+
heading?: {
|
|
10302
|
+
text: string;
|
|
10303
|
+
href?: string | undefined;
|
|
10304
|
+
} | undefined;
|
|
10305
|
+
};
|
|
10306
|
+
hidden?: boolean | undefined;
|
|
10307
|
+
sliceId?: string | undefined;
|
|
9764
10308
|
}>]>, "many">;
|
|
9765
10309
|
}, "strip", z.ZodTypeAny, {
|
|
9766
10310
|
properties: {
|
|
@@ -9829,8 +10373,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9829
10373
|
description: {
|
|
9830
10374
|
type: "doc";
|
|
9831
10375
|
content: ({
|
|
9832
|
-
text: string;
|
|
9833
10376
|
type: "text";
|
|
10377
|
+
text: string;
|
|
9834
10378
|
marks?: ({
|
|
9835
10379
|
type: "link";
|
|
9836
10380
|
attrs: {
|
|
@@ -9848,8 +10392,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9848
10392
|
} | {
|
|
9849
10393
|
type: "paragraph";
|
|
9850
10394
|
content: {
|
|
9851
|
-
text: string;
|
|
9852
10395
|
type: "text";
|
|
10396
|
+
text: string;
|
|
9853
10397
|
marks?: ({
|
|
9854
10398
|
type: "link";
|
|
9855
10399
|
attrs: {
|
|
@@ -9887,6 +10431,17 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9887
10431
|
};
|
|
9888
10432
|
hidden?: boolean | undefined;
|
|
9889
10433
|
sliceId?: string | undefined;
|
|
10434
|
+
} | {
|
|
10435
|
+
type: "StoryGroup";
|
|
10436
|
+
properties: {
|
|
10437
|
+
storySlots: [string, ...string[]];
|
|
10438
|
+
heading?: {
|
|
10439
|
+
text: string;
|
|
10440
|
+
href?: string | undefined;
|
|
10441
|
+
} | undefined;
|
|
10442
|
+
};
|
|
10443
|
+
hidden?: boolean | undefined;
|
|
10444
|
+
sliceId?: string | undefined;
|
|
9890
10445
|
})[];
|
|
9891
10446
|
}, {
|
|
9892
10447
|
properties: {
|
|
@@ -9955,8 +10510,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9955
10510
|
description: {
|
|
9956
10511
|
type: "doc";
|
|
9957
10512
|
content: ({
|
|
9958
|
-
text: string;
|
|
9959
10513
|
type: "text";
|
|
10514
|
+
text: string;
|
|
9960
10515
|
marks?: ({
|
|
9961
10516
|
type: "link";
|
|
9962
10517
|
attrs: {
|
|
@@ -9974,8 +10529,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
9974
10529
|
} | {
|
|
9975
10530
|
type: "paragraph";
|
|
9976
10531
|
content: {
|
|
9977
|
-
text: string;
|
|
9978
10532
|
type: "text";
|
|
10533
|
+
text: string;
|
|
9979
10534
|
marks?: ({
|
|
9980
10535
|
type: "link";
|
|
9981
10536
|
attrs: {
|
|
@@ -10013,6 +10568,17 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10013
10568
|
};
|
|
10014
10569
|
hidden?: boolean | undefined;
|
|
10015
10570
|
sliceId?: string | undefined;
|
|
10571
|
+
} | {
|
|
10572
|
+
type: "StoryGroup";
|
|
10573
|
+
properties: {
|
|
10574
|
+
storySlots: [string, ...string[]];
|
|
10575
|
+
heading?: {
|
|
10576
|
+
text: string;
|
|
10577
|
+
href?: string | undefined;
|
|
10578
|
+
} | undefined;
|
|
10579
|
+
};
|
|
10580
|
+
hidden?: boolean | undefined;
|
|
10581
|
+
sliceId?: string | undefined;
|
|
10016
10582
|
})[];
|
|
10017
10583
|
}>;
|
|
10018
10584
|
contributor: z.ZodObject<{
|
|
@@ -10096,8 +10662,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10096
10662
|
description: {
|
|
10097
10663
|
type: "doc";
|
|
10098
10664
|
content: ({
|
|
10099
|
-
text: string;
|
|
10100
10665
|
type: "text";
|
|
10666
|
+
text: string;
|
|
10101
10667
|
marks?: ({
|
|
10102
10668
|
type: "link";
|
|
10103
10669
|
attrs: {
|
|
@@ -10115,8 +10681,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10115
10681
|
} | {
|
|
10116
10682
|
type: "paragraph";
|
|
10117
10683
|
content: {
|
|
10118
|
-
text: string;
|
|
10119
10684
|
type: "text";
|
|
10685
|
+
text: string;
|
|
10120
10686
|
marks?: ({
|
|
10121
10687
|
type: "link";
|
|
10122
10688
|
attrs: {
|
|
@@ -10154,6 +10720,17 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10154
10720
|
};
|
|
10155
10721
|
hidden?: boolean | undefined;
|
|
10156
10722
|
sliceId?: string | undefined;
|
|
10723
|
+
} | {
|
|
10724
|
+
type: "StoryGroup";
|
|
10725
|
+
properties: {
|
|
10726
|
+
storySlots: [string, ...string[]];
|
|
10727
|
+
heading?: {
|
|
10728
|
+
text: string;
|
|
10729
|
+
href?: string | undefined;
|
|
10730
|
+
} | undefined;
|
|
10731
|
+
};
|
|
10732
|
+
hidden?: boolean | undefined;
|
|
10733
|
+
sliceId?: string | undefined;
|
|
10157
10734
|
})[];
|
|
10158
10735
|
};
|
|
10159
10736
|
contributor: {
|
|
@@ -10229,8 +10806,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10229
10806
|
description: {
|
|
10230
10807
|
type: "doc";
|
|
10231
10808
|
content: ({
|
|
10232
|
-
text: string;
|
|
10233
10809
|
type: "text";
|
|
10810
|
+
text: string;
|
|
10234
10811
|
marks?: ({
|
|
10235
10812
|
type: "link";
|
|
10236
10813
|
attrs: {
|
|
@@ -10248,8 +10825,8 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10248
10825
|
} | {
|
|
10249
10826
|
type: "paragraph";
|
|
10250
10827
|
content: {
|
|
10251
|
-
text: string;
|
|
10252
10828
|
type: "text";
|
|
10829
|
+
text: string;
|
|
10253
10830
|
marks?: ({
|
|
10254
10831
|
type: "link";
|
|
10255
10832
|
attrs: {
|
|
@@ -10287,6 +10864,17 @@ declare const PersistPageDraftInputSchema: z.ZodObject<{
|
|
|
10287
10864
|
};
|
|
10288
10865
|
hidden?: boolean | undefined;
|
|
10289
10866
|
sliceId?: string | undefined;
|
|
10867
|
+
} | {
|
|
10868
|
+
type: "StoryGroup";
|
|
10869
|
+
properties: {
|
|
10870
|
+
storySlots: [string, ...string[]];
|
|
10871
|
+
heading?: {
|
|
10872
|
+
text: string;
|
|
10873
|
+
href?: string | undefined;
|
|
10874
|
+
} | undefined;
|
|
10875
|
+
};
|
|
10876
|
+
hidden?: boolean | undefined;
|
|
10877
|
+
sliceId?: string | undefined;
|
|
10290
10878
|
})[];
|
|
10291
10879
|
};
|
|
10292
10880
|
contributor: {
|
|
@@ -10351,8 +10939,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10351
10939
|
type: "strike";
|
|
10352
10940
|
}>]>, "many">>;
|
|
10353
10941
|
}, "strip", z.ZodTypeAny, {
|
|
10354
|
-
text: string;
|
|
10355
10942
|
type: "text";
|
|
10943
|
+
text: string;
|
|
10356
10944
|
marks?: ({
|
|
10357
10945
|
type: "link";
|
|
10358
10946
|
attrs: {
|
|
@@ -10368,8 +10956,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10368
10956
|
type: "strike";
|
|
10369
10957
|
})[] | undefined;
|
|
10370
10958
|
}, {
|
|
10371
|
-
text: string;
|
|
10372
10959
|
type: "text";
|
|
10960
|
+
text: string;
|
|
10373
10961
|
marks?: ({
|
|
10374
10962
|
type: "link";
|
|
10375
10963
|
attrs: {
|
|
@@ -10388,8 +10976,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10388
10976
|
}, "strip", z.ZodTypeAny, {
|
|
10389
10977
|
type: "paragraph";
|
|
10390
10978
|
content: {
|
|
10391
|
-
text: string;
|
|
10392
10979
|
type: "text";
|
|
10980
|
+
text: string;
|
|
10393
10981
|
marks?: ({
|
|
10394
10982
|
type: "link";
|
|
10395
10983
|
attrs: {
|
|
@@ -10408,8 +10996,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10408
10996
|
}, {
|
|
10409
10997
|
type: "paragraph";
|
|
10410
10998
|
content: {
|
|
10411
|
-
text: string;
|
|
10412
10999
|
type: "text";
|
|
11000
|
+
text: string;
|
|
10413
11001
|
marks?: ({
|
|
10414
11002
|
type: "link";
|
|
10415
11003
|
attrs: {
|
|
@@ -10473,8 +11061,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10473
11061
|
type: "strike";
|
|
10474
11062
|
}>]>, "many">>;
|
|
10475
11063
|
}, "strip", z.ZodTypeAny, {
|
|
10476
|
-
text: string;
|
|
10477
11064
|
type: "text";
|
|
11065
|
+
text: string;
|
|
10478
11066
|
marks?: ({
|
|
10479
11067
|
type: "link";
|
|
10480
11068
|
attrs: {
|
|
@@ -10490,8 +11078,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10490
11078
|
type: "strike";
|
|
10491
11079
|
})[] | undefined;
|
|
10492
11080
|
}, {
|
|
10493
|
-
text: string;
|
|
10494
11081
|
type: "text";
|
|
11082
|
+
text: string;
|
|
10495
11083
|
marks?: ({
|
|
10496
11084
|
type: "link";
|
|
10497
11085
|
attrs: {
|
|
@@ -10510,8 +11098,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10510
11098
|
}, "strip", z.ZodTypeAny, {
|
|
10511
11099
|
type: "doc";
|
|
10512
11100
|
content: ({
|
|
10513
|
-
text: string;
|
|
10514
11101
|
type: "text";
|
|
11102
|
+
text: string;
|
|
10515
11103
|
marks?: ({
|
|
10516
11104
|
type: "link";
|
|
10517
11105
|
attrs: {
|
|
@@ -10529,8 +11117,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10529
11117
|
} | {
|
|
10530
11118
|
type: "paragraph";
|
|
10531
11119
|
content: {
|
|
10532
|
-
text: string;
|
|
10533
11120
|
type: "text";
|
|
11121
|
+
text: string;
|
|
10534
11122
|
marks?: ({
|
|
10535
11123
|
type: "link";
|
|
10536
11124
|
attrs: {
|
|
@@ -10550,8 +11138,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10550
11138
|
}, {
|
|
10551
11139
|
type: "doc";
|
|
10552
11140
|
content: ({
|
|
10553
|
-
text: string;
|
|
10554
11141
|
type: "text";
|
|
11142
|
+
text: string;
|
|
10555
11143
|
marks?: ({
|
|
10556
11144
|
type: "link";
|
|
10557
11145
|
attrs: {
|
|
@@ -10569,8 +11157,8 @@ declare const ProseMirrorDocSchema: z.ZodObject<{
|
|
|
10569
11157
|
} | {
|
|
10570
11158
|
type: "paragraph";
|
|
10571
11159
|
content: {
|
|
10572
|
-
text: string;
|
|
10573
11160
|
type: "text";
|
|
11161
|
+
text: string;
|
|
10574
11162
|
marks?: ({
|
|
10575
11163
|
type: "link";
|
|
10576
11164
|
attrs: {
|
|
@@ -10937,8 +11525,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
10937
11525
|
type: "strike";
|
|
10938
11526
|
}>]>, "many">>;
|
|
10939
11527
|
}, "strip", z.ZodTypeAny, {
|
|
10940
|
-
text: string;
|
|
10941
11528
|
type: "text";
|
|
11529
|
+
text: string;
|
|
10942
11530
|
marks?: ({
|
|
10943
11531
|
type: "link";
|
|
10944
11532
|
attrs: {
|
|
@@ -10954,8 +11542,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
10954
11542
|
type: "strike";
|
|
10955
11543
|
})[] | undefined;
|
|
10956
11544
|
}, {
|
|
10957
|
-
text: string;
|
|
10958
11545
|
type: "text";
|
|
11546
|
+
text: string;
|
|
10959
11547
|
marks?: ({
|
|
10960
11548
|
type: "link";
|
|
10961
11549
|
attrs: {
|
|
@@ -10974,8 +11562,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
10974
11562
|
}, "strip", z.ZodTypeAny, {
|
|
10975
11563
|
type: "paragraph";
|
|
10976
11564
|
content: {
|
|
10977
|
-
text: string;
|
|
10978
11565
|
type: "text";
|
|
11566
|
+
text: string;
|
|
10979
11567
|
marks?: ({
|
|
10980
11568
|
type: "link";
|
|
10981
11569
|
attrs: {
|
|
@@ -10994,8 +11582,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
10994
11582
|
}, {
|
|
10995
11583
|
type: "paragraph";
|
|
10996
11584
|
content: {
|
|
10997
|
-
text: string;
|
|
10998
11585
|
type: "text";
|
|
11586
|
+
text: string;
|
|
10999
11587
|
marks?: ({
|
|
11000
11588
|
type: "link";
|
|
11001
11589
|
attrs: {
|
|
@@ -11059,8 +11647,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11059
11647
|
type: "strike";
|
|
11060
11648
|
}>]>, "many">>;
|
|
11061
11649
|
}, "strip", z.ZodTypeAny, {
|
|
11062
|
-
text: string;
|
|
11063
11650
|
type: "text";
|
|
11651
|
+
text: string;
|
|
11064
11652
|
marks?: ({
|
|
11065
11653
|
type: "link";
|
|
11066
11654
|
attrs: {
|
|
@@ -11076,8 +11664,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11076
11664
|
type: "strike";
|
|
11077
11665
|
})[] | undefined;
|
|
11078
11666
|
}, {
|
|
11079
|
-
text: string;
|
|
11080
11667
|
type: "text";
|
|
11668
|
+
text: string;
|
|
11081
11669
|
marks?: ({
|
|
11082
11670
|
type: "link";
|
|
11083
11671
|
attrs: {
|
|
@@ -11096,8 +11684,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11096
11684
|
}, "strip", z.ZodTypeAny, {
|
|
11097
11685
|
type: "doc";
|
|
11098
11686
|
content: ({
|
|
11099
|
-
text: string;
|
|
11100
11687
|
type: "text";
|
|
11688
|
+
text: string;
|
|
11101
11689
|
marks?: ({
|
|
11102
11690
|
type: "link";
|
|
11103
11691
|
attrs: {
|
|
@@ -11115,8 +11703,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11115
11703
|
} | {
|
|
11116
11704
|
type: "paragraph";
|
|
11117
11705
|
content: {
|
|
11118
|
-
text: string;
|
|
11119
11706
|
type: "text";
|
|
11707
|
+
text: string;
|
|
11120
11708
|
marks?: ({
|
|
11121
11709
|
type: "link";
|
|
11122
11710
|
attrs: {
|
|
@@ -11136,8 +11724,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11136
11724
|
}, {
|
|
11137
11725
|
type: "doc";
|
|
11138
11726
|
content: ({
|
|
11139
|
-
text: string;
|
|
11140
11727
|
type: "text";
|
|
11728
|
+
text: string;
|
|
11141
11729
|
marks?: ({
|
|
11142
11730
|
type: "link";
|
|
11143
11731
|
attrs: {
|
|
@@ -11155,8 +11743,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11155
11743
|
} | {
|
|
11156
11744
|
type: "paragraph";
|
|
11157
11745
|
content: {
|
|
11158
|
-
text: string;
|
|
11159
11746
|
type: "text";
|
|
11747
|
+
text: string;
|
|
11160
11748
|
marks?: ({
|
|
11161
11749
|
type: "link";
|
|
11162
11750
|
attrs: {
|
|
@@ -11179,8 +11767,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11179
11767
|
description: {
|
|
11180
11768
|
type: "doc";
|
|
11181
11769
|
content: ({
|
|
11182
|
-
text: string;
|
|
11183
11770
|
type: "text";
|
|
11771
|
+
text: string;
|
|
11184
11772
|
marks?: ({
|
|
11185
11773
|
type: "link";
|
|
11186
11774
|
attrs: {
|
|
@@ -11198,8 +11786,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11198
11786
|
} | {
|
|
11199
11787
|
type: "paragraph";
|
|
11200
11788
|
content: {
|
|
11201
|
-
text: string;
|
|
11202
11789
|
type: "text";
|
|
11790
|
+
text: string;
|
|
11203
11791
|
marks?: ({
|
|
11204
11792
|
type: "link";
|
|
11205
11793
|
attrs: {
|
|
@@ -11226,8 +11814,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11226
11814
|
description: {
|
|
11227
11815
|
type: "doc";
|
|
11228
11816
|
content: ({
|
|
11229
|
-
text: string;
|
|
11230
11817
|
type: "text";
|
|
11818
|
+
text: string;
|
|
11231
11819
|
marks?: ({
|
|
11232
11820
|
type: "link";
|
|
11233
11821
|
attrs: {
|
|
@@ -11245,8 +11833,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11245
11833
|
} | {
|
|
11246
11834
|
type: "paragraph";
|
|
11247
11835
|
content: {
|
|
11248
|
-
text: string;
|
|
11249
11836
|
type: "text";
|
|
11837
|
+
text: string;
|
|
11250
11838
|
marks?: ({
|
|
11251
11839
|
type: "link";
|
|
11252
11840
|
attrs: {
|
|
@@ -11278,8 +11866,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11278
11866
|
description: {
|
|
11279
11867
|
type: "doc";
|
|
11280
11868
|
content: ({
|
|
11281
|
-
text: string;
|
|
11282
11869
|
type: "text";
|
|
11870
|
+
text: string;
|
|
11283
11871
|
marks?: ({
|
|
11284
11872
|
type: "link";
|
|
11285
11873
|
attrs: {
|
|
@@ -11297,8 +11885,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11297
11885
|
} | {
|
|
11298
11886
|
type: "paragraph";
|
|
11299
11887
|
content: {
|
|
11300
|
-
text: string;
|
|
11301
11888
|
type: "text";
|
|
11889
|
+
text: string;
|
|
11302
11890
|
marks?: ({
|
|
11303
11891
|
type: "link";
|
|
11304
11892
|
attrs: {
|
|
@@ -11330,8 +11918,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11330
11918
|
description: {
|
|
11331
11919
|
type: "doc";
|
|
11332
11920
|
content: ({
|
|
11333
|
-
text: string;
|
|
11334
11921
|
type: "text";
|
|
11922
|
+
text: string;
|
|
11335
11923
|
marks?: ({
|
|
11336
11924
|
type: "link";
|
|
11337
11925
|
attrs: {
|
|
@@ -11349,8 +11937,8 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11349
11937
|
} | {
|
|
11350
11938
|
type: "paragraph";
|
|
11351
11939
|
content: {
|
|
11352
|
-
text: string;
|
|
11353
11940
|
type: "text";
|
|
11941
|
+
text: string;
|
|
11354
11942
|
marks?: ({
|
|
11355
11943
|
type: "link";
|
|
11356
11944
|
attrs: {
|
|
@@ -11434,6 +12022,59 @@ declare const SliceApiInputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.Z
|
|
|
11434
12022
|
};
|
|
11435
12023
|
hidden?: boolean | undefined;
|
|
11436
12024
|
sliceId?: string | undefined;
|
|
12025
|
+
}>, z.ZodObject<{
|
|
12026
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
12027
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12028
|
+
properties: z.ZodObject<{
|
|
12029
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
12030
|
+
text: z.ZodString;
|
|
12031
|
+
href: z.ZodOptional<z.ZodString>;
|
|
12032
|
+
}, "strip", z.ZodTypeAny, {
|
|
12033
|
+
text: string;
|
|
12034
|
+
href?: string | undefined;
|
|
12035
|
+
}, {
|
|
12036
|
+
text: string;
|
|
12037
|
+
href?: string | undefined;
|
|
12038
|
+
}>>;
|
|
12039
|
+
} & {
|
|
12040
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
12041
|
+
}, "strip", z.ZodTypeAny, {
|
|
12042
|
+
storySlots: [string, ...string[]];
|
|
12043
|
+
heading?: {
|
|
12044
|
+
text: string;
|
|
12045
|
+
href?: string | undefined;
|
|
12046
|
+
} | undefined;
|
|
12047
|
+
}, {
|
|
12048
|
+
storySlots: [string, ...string[]];
|
|
12049
|
+
heading?: {
|
|
12050
|
+
text: string;
|
|
12051
|
+
href?: string | undefined;
|
|
12052
|
+
} | undefined;
|
|
12053
|
+
}>;
|
|
12054
|
+
} & {
|
|
12055
|
+
sliceId: z.ZodOptional<z.ZodString>;
|
|
12056
|
+
}, "strip", z.ZodTypeAny, {
|
|
12057
|
+
type: "StoryGroup";
|
|
12058
|
+
properties: {
|
|
12059
|
+
storySlots: [string, ...string[]];
|
|
12060
|
+
heading?: {
|
|
12061
|
+
text: string;
|
|
12062
|
+
href?: string | undefined;
|
|
12063
|
+
} | undefined;
|
|
12064
|
+
};
|
|
12065
|
+
hidden?: boolean | undefined;
|
|
12066
|
+
sliceId?: string | undefined;
|
|
12067
|
+
}, {
|
|
12068
|
+
type: "StoryGroup";
|
|
12069
|
+
properties: {
|
|
12070
|
+
storySlots: [string, ...string[]];
|
|
12071
|
+
heading?: {
|
|
12072
|
+
text: string;
|
|
12073
|
+
href?: string | undefined;
|
|
12074
|
+
} | undefined;
|
|
12075
|
+
};
|
|
12076
|
+
hidden?: boolean | undefined;
|
|
12077
|
+
sliceId?: string | undefined;
|
|
11437
12078
|
}>]>;
|
|
11438
12079
|
export { SliceApiInputSchema }
|
|
11439
12080
|
export { SliceApiInputSchema as SliceApiInputSchema_alias_1 }
|
|
@@ -11750,8 +12391,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11750
12391
|
type: "strike";
|
|
11751
12392
|
}>]>, "many">>;
|
|
11752
12393
|
}, "strip", z.ZodTypeAny, {
|
|
11753
|
-
text: string;
|
|
11754
12394
|
type: "text";
|
|
12395
|
+
text: string;
|
|
11755
12396
|
marks?: ({
|
|
11756
12397
|
type: "link";
|
|
11757
12398
|
attrs: {
|
|
@@ -11767,8 +12408,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11767
12408
|
type: "strike";
|
|
11768
12409
|
})[] | undefined;
|
|
11769
12410
|
}, {
|
|
11770
|
-
text: string;
|
|
11771
12411
|
type: "text";
|
|
12412
|
+
text: string;
|
|
11772
12413
|
marks?: ({
|
|
11773
12414
|
type: "link";
|
|
11774
12415
|
attrs: {
|
|
@@ -11787,8 +12428,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11787
12428
|
}, "strip", z.ZodTypeAny, {
|
|
11788
12429
|
type: "paragraph";
|
|
11789
12430
|
content: {
|
|
11790
|
-
text: string;
|
|
11791
12431
|
type: "text";
|
|
12432
|
+
text: string;
|
|
11792
12433
|
marks?: ({
|
|
11793
12434
|
type: "link";
|
|
11794
12435
|
attrs: {
|
|
@@ -11807,8 +12448,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11807
12448
|
}, {
|
|
11808
12449
|
type: "paragraph";
|
|
11809
12450
|
content: {
|
|
11810
|
-
text: string;
|
|
11811
12451
|
type: "text";
|
|
12452
|
+
text: string;
|
|
11812
12453
|
marks?: ({
|
|
11813
12454
|
type: "link";
|
|
11814
12455
|
attrs: {
|
|
@@ -11872,8 +12513,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11872
12513
|
type: "strike";
|
|
11873
12514
|
}>]>, "many">>;
|
|
11874
12515
|
}, "strip", z.ZodTypeAny, {
|
|
11875
|
-
text: string;
|
|
11876
12516
|
type: "text";
|
|
12517
|
+
text: string;
|
|
11877
12518
|
marks?: ({
|
|
11878
12519
|
type: "link";
|
|
11879
12520
|
attrs: {
|
|
@@ -11889,8 +12530,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11889
12530
|
type: "strike";
|
|
11890
12531
|
})[] | undefined;
|
|
11891
12532
|
}, {
|
|
11892
|
-
text: string;
|
|
11893
12533
|
type: "text";
|
|
12534
|
+
text: string;
|
|
11894
12535
|
marks?: ({
|
|
11895
12536
|
type: "link";
|
|
11896
12537
|
attrs: {
|
|
@@ -11909,8 +12550,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11909
12550
|
}, "strip", z.ZodTypeAny, {
|
|
11910
12551
|
type: "doc";
|
|
11911
12552
|
content: ({
|
|
11912
|
-
text: string;
|
|
11913
12553
|
type: "text";
|
|
12554
|
+
text: string;
|
|
11914
12555
|
marks?: ({
|
|
11915
12556
|
type: "link";
|
|
11916
12557
|
attrs: {
|
|
@@ -11928,8 +12569,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11928
12569
|
} | {
|
|
11929
12570
|
type: "paragraph";
|
|
11930
12571
|
content: {
|
|
11931
|
-
text: string;
|
|
11932
12572
|
type: "text";
|
|
12573
|
+
text: string;
|
|
11933
12574
|
marks?: ({
|
|
11934
12575
|
type: "link";
|
|
11935
12576
|
attrs: {
|
|
@@ -11949,8 +12590,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11949
12590
|
}, {
|
|
11950
12591
|
type: "doc";
|
|
11951
12592
|
content: ({
|
|
11952
|
-
text: string;
|
|
11953
12593
|
type: "text";
|
|
12594
|
+
text: string;
|
|
11954
12595
|
marks?: ({
|
|
11955
12596
|
type: "link";
|
|
11956
12597
|
attrs: {
|
|
@@ -11968,8 +12609,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11968
12609
|
} | {
|
|
11969
12610
|
type: "paragraph";
|
|
11970
12611
|
content: {
|
|
11971
|
-
text: string;
|
|
11972
12612
|
type: "text";
|
|
12613
|
+
text: string;
|
|
11973
12614
|
marks?: ({
|
|
11974
12615
|
type: "link";
|
|
11975
12616
|
attrs: {
|
|
@@ -11992,8 +12633,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
11992
12633
|
description: {
|
|
11993
12634
|
type: "doc";
|
|
11994
12635
|
content: ({
|
|
11995
|
-
text: string;
|
|
11996
12636
|
type: "text";
|
|
12637
|
+
text: string;
|
|
11997
12638
|
marks?: ({
|
|
11998
12639
|
type: "link";
|
|
11999
12640
|
attrs: {
|
|
@@ -12011,8 +12652,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12011
12652
|
} | {
|
|
12012
12653
|
type: "paragraph";
|
|
12013
12654
|
content: {
|
|
12014
|
-
text: string;
|
|
12015
12655
|
type: "text";
|
|
12656
|
+
text: string;
|
|
12016
12657
|
marks?: ({
|
|
12017
12658
|
type: "link";
|
|
12018
12659
|
attrs: {
|
|
@@ -12039,8 +12680,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12039
12680
|
description: {
|
|
12040
12681
|
type: "doc";
|
|
12041
12682
|
content: ({
|
|
12042
|
-
text: string;
|
|
12043
12683
|
type: "text";
|
|
12684
|
+
text: string;
|
|
12044
12685
|
marks?: ({
|
|
12045
12686
|
type: "link";
|
|
12046
12687
|
attrs: {
|
|
@@ -12058,8 +12699,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12058
12699
|
} | {
|
|
12059
12700
|
type: "paragraph";
|
|
12060
12701
|
content: {
|
|
12061
|
-
text: string;
|
|
12062
12702
|
type: "text";
|
|
12703
|
+
text: string;
|
|
12063
12704
|
marks?: ({
|
|
12064
12705
|
type: "link";
|
|
12065
12706
|
attrs: {
|
|
@@ -12091,8 +12732,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12091
12732
|
description: {
|
|
12092
12733
|
type: "doc";
|
|
12093
12734
|
content: ({
|
|
12094
|
-
text: string;
|
|
12095
12735
|
type: "text";
|
|
12736
|
+
text: string;
|
|
12096
12737
|
marks?: ({
|
|
12097
12738
|
type: "link";
|
|
12098
12739
|
attrs: {
|
|
@@ -12110,8 +12751,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12110
12751
|
} | {
|
|
12111
12752
|
type: "paragraph";
|
|
12112
12753
|
content: {
|
|
12113
|
-
text: string;
|
|
12114
12754
|
type: "text";
|
|
12755
|
+
text: string;
|
|
12115
12756
|
marks?: ({
|
|
12116
12757
|
type: "link";
|
|
12117
12758
|
attrs: {
|
|
@@ -12143,8 +12784,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12143
12784
|
description: {
|
|
12144
12785
|
type: "doc";
|
|
12145
12786
|
content: ({
|
|
12146
|
-
text: string;
|
|
12147
12787
|
type: "text";
|
|
12788
|
+
text: string;
|
|
12148
12789
|
marks?: ({
|
|
12149
12790
|
type: "link";
|
|
12150
12791
|
attrs: {
|
|
@@ -12162,8 +12803,8 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12162
12803
|
} | {
|
|
12163
12804
|
type: "paragraph";
|
|
12164
12805
|
content: {
|
|
12165
|
-
text: string;
|
|
12166
12806
|
type: "text";
|
|
12807
|
+
text: string;
|
|
12167
12808
|
marks?: ({
|
|
12168
12809
|
type: "link";
|
|
12169
12810
|
attrs: {
|
|
@@ -12247,10 +12888,178 @@ declare const SliceApiOutputSchema: z.ZodDiscriminatedUnion<"type", readonly [z.
|
|
|
12247
12888
|
};
|
|
12248
12889
|
sliceId: string;
|
|
12249
12890
|
hidden?: boolean | undefined;
|
|
12891
|
+
}>, z.ZodObject<{
|
|
12892
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
12893
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12894
|
+
properties: z.ZodObject<{
|
|
12895
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
12896
|
+
text: z.ZodString;
|
|
12897
|
+
href: z.ZodOptional<z.ZodString>;
|
|
12898
|
+
}, "strip", z.ZodTypeAny, {
|
|
12899
|
+
text: string;
|
|
12900
|
+
href?: string | undefined;
|
|
12901
|
+
}, {
|
|
12902
|
+
text: string;
|
|
12903
|
+
href?: string | undefined;
|
|
12904
|
+
}>>;
|
|
12905
|
+
} & {
|
|
12906
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
12907
|
+
}, "strip", z.ZodTypeAny, {
|
|
12908
|
+
storySlots: [string, ...string[]];
|
|
12909
|
+
heading?: {
|
|
12910
|
+
text: string;
|
|
12911
|
+
href?: string | undefined;
|
|
12912
|
+
} | undefined;
|
|
12913
|
+
}, {
|
|
12914
|
+
storySlots: [string, ...string[]];
|
|
12915
|
+
heading?: {
|
|
12916
|
+
text: string;
|
|
12917
|
+
href?: string | undefined;
|
|
12918
|
+
} | undefined;
|
|
12919
|
+
}>;
|
|
12920
|
+
} & {
|
|
12921
|
+
sliceId: z.ZodString;
|
|
12922
|
+
}, "strip", z.ZodTypeAny, {
|
|
12923
|
+
type: "StoryGroup";
|
|
12924
|
+
properties: {
|
|
12925
|
+
storySlots: [string, ...string[]];
|
|
12926
|
+
heading?: {
|
|
12927
|
+
text: string;
|
|
12928
|
+
href?: string | undefined;
|
|
12929
|
+
} | undefined;
|
|
12930
|
+
};
|
|
12931
|
+
sliceId: string;
|
|
12932
|
+
hidden?: boolean | undefined;
|
|
12933
|
+
}, {
|
|
12934
|
+
type: "StoryGroup";
|
|
12935
|
+
properties: {
|
|
12936
|
+
storySlots: [string, ...string[]];
|
|
12937
|
+
heading?: {
|
|
12938
|
+
text: string;
|
|
12939
|
+
href?: string | undefined;
|
|
12940
|
+
} | undefined;
|
|
12941
|
+
};
|
|
12942
|
+
sliceId: string;
|
|
12943
|
+
hidden?: boolean | undefined;
|
|
12250
12944
|
}>]>;
|
|
12251
12945
|
export { SliceApiOutputSchema }
|
|
12252
12946
|
export { SliceApiOutputSchema as SliceApiOutputSchema_alias_1 }
|
|
12253
12947
|
|
|
12948
|
+
declare const StoryGroupSlice: {
|
|
12949
|
+
InputSchema: z.ZodObject<{
|
|
12950
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
12951
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12952
|
+
properties: z.ZodObject<{
|
|
12953
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
12954
|
+
text: z.ZodString;
|
|
12955
|
+
href: z.ZodOptional<z.ZodString>;
|
|
12956
|
+
}, "strip", z.ZodTypeAny, {
|
|
12957
|
+
text: string;
|
|
12958
|
+
href?: string | undefined;
|
|
12959
|
+
}, {
|
|
12960
|
+
text: string;
|
|
12961
|
+
href?: string | undefined;
|
|
12962
|
+
}>>;
|
|
12963
|
+
} & {
|
|
12964
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
12965
|
+
}, "strip", z.ZodTypeAny, {
|
|
12966
|
+
storySlots: [string, ...string[]];
|
|
12967
|
+
heading?: {
|
|
12968
|
+
text: string;
|
|
12969
|
+
href?: string | undefined;
|
|
12970
|
+
} | undefined;
|
|
12971
|
+
}, {
|
|
12972
|
+
storySlots: [string, ...string[]];
|
|
12973
|
+
heading?: {
|
|
12974
|
+
text: string;
|
|
12975
|
+
href?: string | undefined;
|
|
12976
|
+
} | undefined;
|
|
12977
|
+
}>;
|
|
12978
|
+
} & {
|
|
12979
|
+
sliceId: z.ZodOptional<z.ZodString>;
|
|
12980
|
+
}, "strip", z.ZodTypeAny, {
|
|
12981
|
+
type: "StoryGroup";
|
|
12982
|
+
properties: {
|
|
12983
|
+
storySlots: [string, ...string[]];
|
|
12984
|
+
heading?: {
|
|
12985
|
+
text: string;
|
|
12986
|
+
href?: string | undefined;
|
|
12987
|
+
} | undefined;
|
|
12988
|
+
};
|
|
12989
|
+
hidden?: boolean | undefined;
|
|
12990
|
+
sliceId?: string | undefined;
|
|
12991
|
+
}, {
|
|
12992
|
+
type: "StoryGroup";
|
|
12993
|
+
properties: {
|
|
12994
|
+
storySlots: [string, ...string[]];
|
|
12995
|
+
heading?: {
|
|
12996
|
+
text: string;
|
|
12997
|
+
href?: string | undefined;
|
|
12998
|
+
} | undefined;
|
|
12999
|
+
};
|
|
13000
|
+
hidden?: boolean | undefined;
|
|
13001
|
+
sliceId?: string | undefined;
|
|
13002
|
+
}>;
|
|
13003
|
+
OutputSchema: z.ZodObject<{
|
|
13004
|
+
type: z.ZodLiteral<"StoryGroup">;
|
|
13005
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
13006
|
+
properties: z.ZodObject<{
|
|
13007
|
+
heading: z.ZodOptional<z.ZodObject<{
|
|
13008
|
+
text: z.ZodString;
|
|
13009
|
+
href: z.ZodOptional<z.ZodString>;
|
|
13010
|
+
}, "strip", z.ZodTypeAny, {
|
|
13011
|
+
text: string;
|
|
13012
|
+
href?: string | undefined;
|
|
13013
|
+
}, {
|
|
13014
|
+
text: string;
|
|
13015
|
+
href?: string | undefined;
|
|
13016
|
+
}>>;
|
|
13017
|
+
} & {
|
|
13018
|
+
storySlots: z.ZodArray<z.ZodString, "atleastone">;
|
|
13019
|
+
}, "strip", z.ZodTypeAny, {
|
|
13020
|
+
storySlots: [string, ...string[]];
|
|
13021
|
+
heading?: {
|
|
13022
|
+
text: string;
|
|
13023
|
+
href?: string | undefined;
|
|
13024
|
+
} | undefined;
|
|
13025
|
+
}, {
|
|
13026
|
+
storySlots: [string, ...string[]];
|
|
13027
|
+
heading?: {
|
|
13028
|
+
text: string;
|
|
13029
|
+
href?: string | undefined;
|
|
13030
|
+
} | undefined;
|
|
13031
|
+
}>;
|
|
13032
|
+
} & {
|
|
13033
|
+
sliceId: z.ZodString;
|
|
13034
|
+
}, "strip", z.ZodTypeAny, {
|
|
13035
|
+
type: "StoryGroup";
|
|
13036
|
+
properties: {
|
|
13037
|
+
storySlots: [string, ...string[]];
|
|
13038
|
+
heading?: {
|
|
13039
|
+
text: string;
|
|
13040
|
+
href?: string | undefined;
|
|
13041
|
+
} | undefined;
|
|
13042
|
+
};
|
|
13043
|
+
sliceId: string;
|
|
13044
|
+
hidden?: boolean | undefined;
|
|
13045
|
+
}, {
|
|
13046
|
+
type: "StoryGroup";
|
|
13047
|
+
properties: {
|
|
13048
|
+
storySlots: [string, ...string[]];
|
|
13049
|
+
heading?: {
|
|
13050
|
+
text: string;
|
|
13051
|
+
href?: string | undefined;
|
|
13052
|
+
} | undefined;
|
|
13053
|
+
};
|
|
13054
|
+
sliceId: string;
|
|
13055
|
+
hidden?: boolean | undefined;
|
|
13056
|
+
}>;
|
|
13057
|
+
};
|
|
13058
|
+
|
|
13059
|
+
declare type StoryGroupSliceType = z.infer<typeof StoryGroupSlice.OutputSchema>;
|
|
13060
|
+
export { StoryGroupSliceType }
|
|
13061
|
+
export { StoryGroupSliceType as StoryGroupSliceType_alias_1 }
|
|
13062
|
+
|
|
12254
13063
|
declare const StripSlice: {
|
|
12255
13064
|
InputSchema: z.ZodObject<{
|
|
12256
13065
|
type: z.ZodLiteral<"Strip">;
|
|
@@ -12444,8 +13253,8 @@ declare const TopperSlice: {
|
|
|
12444
13253
|
type: "strike";
|
|
12445
13254
|
}>]>, "many">>;
|
|
12446
13255
|
}, "strip", z.ZodTypeAny, {
|
|
12447
|
-
text: string;
|
|
12448
13256
|
type: "text";
|
|
13257
|
+
text: string;
|
|
12449
13258
|
marks?: ({
|
|
12450
13259
|
type: "link";
|
|
12451
13260
|
attrs: {
|
|
@@ -12461,8 +13270,8 @@ declare const TopperSlice: {
|
|
|
12461
13270
|
type: "strike";
|
|
12462
13271
|
})[] | undefined;
|
|
12463
13272
|
}, {
|
|
12464
|
-
text: string;
|
|
12465
13273
|
type: "text";
|
|
13274
|
+
text: string;
|
|
12466
13275
|
marks?: ({
|
|
12467
13276
|
type: "link";
|
|
12468
13277
|
attrs: {
|
|
@@ -12481,8 +13290,8 @@ declare const TopperSlice: {
|
|
|
12481
13290
|
}, "strip", z.ZodTypeAny, {
|
|
12482
13291
|
type: "paragraph";
|
|
12483
13292
|
content: {
|
|
12484
|
-
text: string;
|
|
12485
13293
|
type: "text";
|
|
13294
|
+
text: string;
|
|
12486
13295
|
marks?: ({
|
|
12487
13296
|
type: "link";
|
|
12488
13297
|
attrs: {
|
|
@@ -12501,8 +13310,8 @@ declare const TopperSlice: {
|
|
|
12501
13310
|
}, {
|
|
12502
13311
|
type: "paragraph";
|
|
12503
13312
|
content: {
|
|
12504
|
-
text: string;
|
|
12505
13313
|
type: "text";
|
|
13314
|
+
text: string;
|
|
12506
13315
|
marks?: ({
|
|
12507
13316
|
type: "link";
|
|
12508
13317
|
attrs: {
|
|
@@ -12566,8 +13375,8 @@ declare const TopperSlice: {
|
|
|
12566
13375
|
type: "strike";
|
|
12567
13376
|
}>]>, "many">>;
|
|
12568
13377
|
}, "strip", z.ZodTypeAny, {
|
|
12569
|
-
text: string;
|
|
12570
13378
|
type: "text";
|
|
13379
|
+
text: string;
|
|
12571
13380
|
marks?: ({
|
|
12572
13381
|
type: "link";
|
|
12573
13382
|
attrs: {
|
|
@@ -12583,8 +13392,8 @@ declare const TopperSlice: {
|
|
|
12583
13392
|
type: "strike";
|
|
12584
13393
|
})[] | undefined;
|
|
12585
13394
|
}, {
|
|
12586
|
-
text: string;
|
|
12587
13395
|
type: "text";
|
|
13396
|
+
text: string;
|
|
12588
13397
|
marks?: ({
|
|
12589
13398
|
type: "link";
|
|
12590
13399
|
attrs: {
|
|
@@ -12603,8 +13412,8 @@ declare const TopperSlice: {
|
|
|
12603
13412
|
}, "strip", z.ZodTypeAny, {
|
|
12604
13413
|
type: "doc";
|
|
12605
13414
|
content: ({
|
|
12606
|
-
text: string;
|
|
12607
13415
|
type: "text";
|
|
13416
|
+
text: string;
|
|
12608
13417
|
marks?: ({
|
|
12609
13418
|
type: "link";
|
|
12610
13419
|
attrs: {
|
|
@@ -12622,8 +13431,8 @@ declare const TopperSlice: {
|
|
|
12622
13431
|
} | {
|
|
12623
13432
|
type: "paragraph";
|
|
12624
13433
|
content: {
|
|
12625
|
-
text: string;
|
|
12626
13434
|
type: "text";
|
|
13435
|
+
text: string;
|
|
12627
13436
|
marks?: ({
|
|
12628
13437
|
type: "link";
|
|
12629
13438
|
attrs: {
|
|
@@ -12643,8 +13452,8 @@ declare const TopperSlice: {
|
|
|
12643
13452
|
}, {
|
|
12644
13453
|
type: "doc";
|
|
12645
13454
|
content: ({
|
|
12646
|
-
text: string;
|
|
12647
13455
|
type: "text";
|
|
13456
|
+
text: string;
|
|
12648
13457
|
marks?: ({
|
|
12649
13458
|
type: "link";
|
|
12650
13459
|
attrs: {
|
|
@@ -12662,8 +13471,8 @@ declare const TopperSlice: {
|
|
|
12662
13471
|
} | {
|
|
12663
13472
|
type: "paragraph";
|
|
12664
13473
|
content: {
|
|
12665
|
-
text: string;
|
|
12666
13474
|
type: "text";
|
|
13475
|
+
text: string;
|
|
12667
13476
|
marks?: ({
|
|
12668
13477
|
type: "link";
|
|
12669
13478
|
attrs: {
|
|
@@ -12686,8 +13495,8 @@ declare const TopperSlice: {
|
|
|
12686
13495
|
description: {
|
|
12687
13496
|
type: "doc";
|
|
12688
13497
|
content: ({
|
|
12689
|
-
text: string;
|
|
12690
13498
|
type: "text";
|
|
13499
|
+
text: string;
|
|
12691
13500
|
marks?: ({
|
|
12692
13501
|
type: "link";
|
|
12693
13502
|
attrs: {
|
|
@@ -12705,8 +13514,8 @@ declare const TopperSlice: {
|
|
|
12705
13514
|
} | {
|
|
12706
13515
|
type: "paragraph";
|
|
12707
13516
|
content: {
|
|
12708
|
-
text: string;
|
|
12709
13517
|
type: "text";
|
|
13518
|
+
text: string;
|
|
12710
13519
|
marks?: ({
|
|
12711
13520
|
type: "link";
|
|
12712
13521
|
attrs: {
|
|
@@ -12733,8 +13542,8 @@ declare const TopperSlice: {
|
|
|
12733
13542
|
description: {
|
|
12734
13543
|
type: "doc";
|
|
12735
13544
|
content: ({
|
|
12736
|
-
text: string;
|
|
12737
13545
|
type: "text";
|
|
13546
|
+
text: string;
|
|
12738
13547
|
marks?: ({
|
|
12739
13548
|
type: "link";
|
|
12740
13549
|
attrs: {
|
|
@@ -12752,8 +13561,8 @@ declare const TopperSlice: {
|
|
|
12752
13561
|
} | {
|
|
12753
13562
|
type: "paragraph";
|
|
12754
13563
|
content: {
|
|
12755
|
-
text: string;
|
|
12756
13564
|
type: "text";
|
|
13565
|
+
text: string;
|
|
12757
13566
|
marks?: ({
|
|
12758
13567
|
type: "link";
|
|
12759
13568
|
attrs: {
|
|
@@ -12785,8 +13594,8 @@ declare const TopperSlice: {
|
|
|
12785
13594
|
description: {
|
|
12786
13595
|
type: "doc";
|
|
12787
13596
|
content: ({
|
|
12788
|
-
text: string;
|
|
12789
13597
|
type: "text";
|
|
13598
|
+
text: string;
|
|
12790
13599
|
marks?: ({
|
|
12791
13600
|
type: "link";
|
|
12792
13601
|
attrs: {
|
|
@@ -12804,8 +13613,8 @@ declare const TopperSlice: {
|
|
|
12804
13613
|
} | {
|
|
12805
13614
|
type: "paragraph";
|
|
12806
13615
|
content: {
|
|
12807
|
-
text: string;
|
|
12808
13616
|
type: "text";
|
|
13617
|
+
text: string;
|
|
12809
13618
|
marks?: ({
|
|
12810
13619
|
type: "link";
|
|
12811
13620
|
attrs: {
|
|
@@ -12837,8 +13646,8 @@ declare const TopperSlice: {
|
|
|
12837
13646
|
description: {
|
|
12838
13647
|
type: "doc";
|
|
12839
13648
|
content: ({
|
|
12840
|
-
text: string;
|
|
12841
13649
|
type: "text";
|
|
13650
|
+
text: string;
|
|
12842
13651
|
marks?: ({
|
|
12843
13652
|
type: "link";
|
|
12844
13653
|
attrs: {
|
|
@@ -12856,8 +13665,8 @@ declare const TopperSlice: {
|
|
|
12856
13665
|
} | {
|
|
12857
13666
|
type: "paragraph";
|
|
12858
13667
|
content: {
|
|
12859
|
-
text: string;
|
|
12860
13668
|
type: "text";
|
|
13669
|
+
text: string;
|
|
12861
13670
|
marks?: ({
|
|
12862
13671
|
type: "link";
|
|
12863
13672
|
attrs: {
|
|
@@ -12951,8 +13760,8 @@ declare const TopperSlice: {
|
|
|
12951
13760
|
type: "strike";
|
|
12952
13761
|
}>]>, "many">>;
|
|
12953
13762
|
}, "strip", z.ZodTypeAny, {
|
|
12954
|
-
text: string;
|
|
12955
13763
|
type: "text";
|
|
13764
|
+
text: string;
|
|
12956
13765
|
marks?: ({
|
|
12957
13766
|
type: "link";
|
|
12958
13767
|
attrs: {
|
|
@@ -12968,8 +13777,8 @@ declare const TopperSlice: {
|
|
|
12968
13777
|
type: "strike";
|
|
12969
13778
|
})[] | undefined;
|
|
12970
13779
|
}, {
|
|
12971
|
-
text: string;
|
|
12972
13780
|
type: "text";
|
|
13781
|
+
text: string;
|
|
12973
13782
|
marks?: ({
|
|
12974
13783
|
type: "link";
|
|
12975
13784
|
attrs: {
|
|
@@ -12988,8 +13797,8 @@ declare const TopperSlice: {
|
|
|
12988
13797
|
}, "strip", z.ZodTypeAny, {
|
|
12989
13798
|
type: "paragraph";
|
|
12990
13799
|
content: {
|
|
12991
|
-
text: string;
|
|
12992
13800
|
type: "text";
|
|
13801
|
+
text: string;
|
|
12993
13802
|
marks?: ({
|
|
12994
13803
|
type: "link";
|
|
12995
13804
|
attrs: {
|
|
@@ -13008,8 +13817,8 @@ declare const TopperSlice: {
|
|
|
13008
13817
|
}, {
|
|
13009
13818
|
type: "paragraph";
|
|
13010
13819
|
content: {
|
|
13011
|
-
text: string;
|
|
13012
13820
|
type: "text";
|
|
13821
|
+
text: string;
|
|
13013
13822
|
marks?: ({
|
|
13014
13823
|
type: "link";
|
|
13015
13824
|
attrs: {
|
|
@@ -13073,8 +13882,8 @@ declare const TopperSlice: {
|
|
|
13073
13882
|
type: "strike";
|
|
13074
13883
|
}>]>, "many">>;
|
|
13075
13884
|
}, "strip", z.ZodTypeAny, {
|
|
13076
|
-
text: string;
|
|
13077
13885
|
type: "text";
|
|
13886
|
+
text: string;
|
|
13078
13887
|
marks?: ({
|
|
13079
13888
|
type: "link";
|
|
13080
13889
|
attrs: {
|
|
@@ -13090,8 +13899,8 @@ declare const TopperSlice: {
|
|
|
13090
13899
|
type: "strike";
|
|
13091
13900
|
})[] | undefined;
|
|
13092
13901
|
}, {
|
|
13093
|
-
text: string;
|
|
13094
13902
|
type: "text";
|
|
13903
|
+
text: string;
|
|
13095
13904
|
marks?: ({
|
|
13096
13905
|
type: "link";
|
|
13097
13906
|
attrs: {
|
|
@@ -13110,8 +13919,8 @@ declare const TopperSlice: {
|
|
|
13110
13919
|
}, "strip", z.ZodTypeAny, {
|
|
13111
13920
|
type: "doc";
|
|
13112
13921
|
content: ({
|
|
13113
|
-
text: string;
|
|
13114
13922
|
type: "text";
|
|
13923
|
+
text: string;
|
|
13115
13924
|
marks?: ({
|
|
13116
13925
|
type: "link";
|
|
13117
13926
|
attrs: {
|
|
@@ -13129,8 +13938,8 @@ declare const TopperSlice: {
|
|
|
13129
13938
|
} | {
|
|
13130
13939
|
type: "paragraph";
|
|
13131
13940
|
content: {
|
|
13132
|
-
text: string;
|
|
13133
13941
|
type: "text";
|
|
13942
|
+
text: string;
|
|
13134
13943
|
marks?: ({
|
|
13135
13944
|
type: "link";
|
|
13136
13945
|
attrs: {
|
|
@@ -13150,8 +13959,8 @@ declare const TopperSlice: {
|
|
|
13150
13959
|
}, {
|
|
13151
13960
|
type: "doc";
|
|
13152
13961
|
content: ({
|
|
13153
|
-
text: string;
|
|
13154
13962
|
type: "text";
|
|
13963
|
+
text: string;
|
|
13155
13964
|
marks?: ({
|
|
13156
13965
|
type: "link";
|
|
13157
13966
|
attrs: {
|
|
@@ -13169,8 +13978,8 @@ declare const TopperSlice: {
|
|
|
13169
13978
|
} | {
|
|
13170
13979
|
type: "paragraph";
|
|
13171
13980
|
content: {
|
|
13172
|
-
text: string;
|
|
13173
13981
|
type: "text";
|
|
13982
|
+
text: string;
|
|
13174
13983
|
marks?: ({
|
|
13175
13984
|
type: "link";
|
|
13176
13985
|
attrs: {
|
|
@@ -13193,8 +14002,8 @@ declare const TopperSlice: {
|
|
|
13193
14002
|
description: {
|
|
13194
14003
|
type: "doc";
|
|
13195
14004
|
content: ({
|
|
13196
|
-
text: string;
|
|
13197
14005
|
type: "text";
|
|
14006
|
+
text: string;
|
|
13198
14007
|
marks?: ({
|
|
13199
14008
|
type: "link";
|
|
13200
14009
|
attrs: {
|
|
@@ -13212,8 +14021,8 @@ declare const TopperSlice: {
|
|
|
13212
14021
|
} | {
|
|
13213
14022
|
type: "paragraph";
|
|
13214
14023
|
content: {
|
|
13215
|
-
text: string;
|
|
13216
14024
|
type: "text";
|
|
14025
|
+
text: string;
|
|
13217
14026
|
marks?: ({
|
|
13218
14027
|
type: "link";
|
|
13219
14028
|
attrs: {
|
|
@@ -13240,8 +14049,8 @@ declare const TopperSlice: {
|
|
|
13240
14049
|
description: {
|
|
13241
14050
|
type: "doc";
|
|
13242
14051
|
content: ({
|
|
13243
|
-
text: string;
|
|
13244
14052
|
type: "text";
|
|
14053
|
+
text: string;
|
|
13245
14054
|
marks?: ({
|
|
13246
14055
|
type: "link";
|
|
13247
14056
|
attrs: {
|
|
@@ -13259,8 +14068,8 @@ declare const TopperSlice: {
|
|
|
13259
14068
|
} | {
|
|
13260
14069
|
type: "paragraph";
|
|
13261
14070
|
content: {
|
|
13262
|
-
text: string;
|
|
13263
14071
|
type: "text";
|
|
14072
|
+
text: string;
|
|
13264
14073
|
marks?: ({
|
|
13265
14074
|
type: "link";
|
|
13266
14075
|
attrs: {
|
|
@@ -13292,8 +14101,8 @@ declare const TopperSlice: {
|
|
|
13292
14101
|
description: {
|
|
13293
14102
|
type: "doc";
|
|
13294
14103
|
content: ({
|
|
13295
|
-
text: string;
|
|
13296
14104
|
type: "text";
|
|
14105
|
+
text: string;
|
|
13297
14106
|
marks?: ({
|
|
13298
14107
|
type: "link";
|
|
13299
14108
|
attrs: {
|
|
@@ -13311,8 +14120,8 @@ declare const TopperSlice: {
|
|
|
13311
14120
|
} | {
|
|
13312
14121
|
type: "paragraph";
|
|
13313
14122
|
content: {
|
|
13314
|
-
text: string;
|
|
13315
14123
|
type: "text";
|
|
14124
|
+
text: string;
|
|
13316
14125
|
marks?: ({
|
|
13317
14126
|
type: "link";
|
|
13318
14127
|
attrs: {
|
|
@@ -13344,8 +14153,8 @@ declare const TopperSlice: {
|
|
|
13344
14153
|
description: {
|
|
13345
14154
|
type: "doc";
|
|
13346
14155
|
content: ({
|
|
13347
|
-
text: string;
|
|
13348
14156
|
type: "text";
|
|
14157
|
+
text: string;
|
|
13349
14158
|
marks?: ({
|
|
13350
14159
|
type: "link";
|
|
13351
14160
|
attrs: {
|
|
@@ -13363,8 +14172,8 @@ declare const TopperSlice: {
|
|
|
13363
14172
|
} | {
|
|
13364
14173
|
type: "paragraph";
|
|
13365
14174
|
content: {
|
|
13366
|
-
text: string;
|
|
13367
14175
|
type: "text";
|
|
14176
|
+
text: string;
|
|
13368
14177
|
marks?: ({
|
|
13369
14178
|
type: "link";
|
|
13370
14179
|
attrs: {
|