@prismicio/types-internal 2.7.0-alpha.2 → 2.7.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/content/Document.d.ts +13 -409
- package/lib/content/fields/WidgetContent.d.ts +12 -408
- package/lib/content/fields/nestable/LinkContent.d.ts +8 -54
- package/lib/content/fields/nestable/LinkContent.js +1 -10
- package/lib/content/fields/nestable/NestableContent.d.ts +2 -68
- package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +6 -129
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +0 -60
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +4 -136
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +2 -32
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +4 -136
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +2 -68
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +2 -68
- package/lib/content/fields/slices/Slice/index.d.ts +10 -250
- package/lib/content/fields/slices/SliceItem.d.ts +10 -250
- package/lib/content/fields/slices/SlicesContent.d.ts +10 -340
- package/lib/customtypes/CustomType.d.ts +484 -344
- package/lib/customtypes/Section.d.ts +484 -344
- package/lib/customtypes/diff/SharedSlice.d.ts +232 -152
- package/lib/customtypes/diff/Variation.d.ts +232 -152
- package/lib/customtypes/widgets/Group.d.ts +315 -72
- package/lib/customtypes/widgets/Group.js +43 -5
- package/lib/customtypes/widgets/Widget.d.ts +520 -330
- package/lib/customtypes/widgets/nestable/Link.d.ts +0 -20
- package/lib/customtypes/widgets/nestable/Link.js +0 -2
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +0 -10
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +0 -20
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +42 -22
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +168 -88
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +191 -91
- package/lib/customtypes/widgets/slices/Slices.d.ts +523 -443
- package/package.json +1 -1
- package/src/content/fields/nestable/LinkContent.ts +1 -12
- package/src/customtypes/widgets/Group.ts +52 -6
- package/src/customtypes/widgets/nestable/Link.ts +0 -2
- package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +0 -727
- package/lib/content/fields/nestable/RichTextContent/TextBlock.js +0 -80
- package/lib/customtypes/widgets/slices/SliceWidget.d.ts +0 -327
- package/lib/customtypes/widgets/slices/SliceWidget.js +0 -8
|
@@ -127,7 +127,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
127
127
|
kind: string;
|
|
128
128
|
} & {
|
|
129
129
|
date?: string | null | undefined;
|
|
130
|
-
text?: string;
|
|
131
130
|
}) | ({
|
|
132
131
|
id: string;
|
|
133
132
|
url: string;
|
|
@@ -136,18 +135,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
136
135
|
size: string;
|
|
137
136
|
} & {
|
|
138
137
|
date?: string | null | undefined;
|
|
139
|
-
text?: string;
|
|
140
138
|
} & {
|
|
141
139
|
__TYPE__: "FileLink";
|
|
142
140
|
} & {
|
|
143
141
|
size?: string;
|
|
144
|
-
text?: string;
|
|
145
142
|
}) | ({
|
|
146
143
|
__TYPE__: "DocumentLink";
|
|
147
144
|
} & {
|
|
148
145
|
id: string;
|
|
149
|
-
} & {
|
|
150
|
-
text?: string;
|
|
151
146
|
}) | ({
|
|
152
147
|
__TYPE__: "ExternalLink";
|
|
153
148
|
} & {
|
|
@@ -158,7 +153,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
158
153
|
preview?: {
|
|
159
154
|
title?: string;
|
|
160
155
|
} | null | undefined;
|
|
161
|
-
text?: string;
|
|
162
156
|
});
|
|
163
157
|
}> | import("fp-ts/lib/Either").Right<{
|
|
164
158
|
__TYPE__: "StructuredTextContent";
|
|
@@ -199,7 +193,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
199
193
|
kind: string;
|
|
200
194
|
} & {
|
|
201
195
|
date?: string | null | undefined;
|
|
202
|
-
text?: string;
|
|
203
196
|
}) | ({
|
|
204
197
|
id: string;
|
|
205
198
|
url: string;
|
|
@@ -208,18 +201,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
208
201
|
size: string;
|
|
209
202
|
} & {
|
|
210
203
|
date?: string | null | undefined;
|
|
211
|
-
text?: string;
|
|
212
204
|
} & {
|
|
213
205
|
__TYPE__: "FileLink";
|
|
214
206
|
} & {
|
|
215
207
|
size?: string;
|
|
216
|
-
text?: string;
|
|
217
208
|
}) | ({
|
|
218
209
|
__TYPE__: "DocumentLink";
|
|
219
210
|
} & {
|
|
220
211
|
id: string;
|
|
221
|
-
} & {
|
|
222
|
-
text?: string;
|
|
223
212
|
}) | ({
|
|
224
213
|
__TYPE__: "ExternalLink";
|
|
225
214
|
} & {
|
|
@@ -230,7 +219,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
230
219
|
preview?: {
|
|
231
220
|
title?: string;
|
|
232
221
|
} | null | undefined;
|
|
233
|
-
text?: string;
|
|
234
222
|
}) | null | undefined;
|
|
235
223
|
};
|
|
236
224
|
} & {
|
|
@@ -278,7 +266,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
278
266
|
kind: string;
|
|
279
267
|
} & {
|
|
280
268
|
date?: string | null | undefined;
|
|
281
|
-
text?: string;
|
|
282
269
|
}) | ({
|
|
283
270
|
id: string;
|
|
284
271
|
url: string;
|
|
@@ -287,18 +274,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
287
274
|
size: string;
|
|
288
275
|
} & {
|
|
289
276
|
date?: string | null | undefined;
|
|
290
|
-
text?: string;
|
|
291
277
|
} & {
|
|
292
278
|
__TYPE__: "FileLink";
|
|
293
279
|
} & {
|
|
294
280
|
size?: string;
|
|
295
|
-
text?: string;
|
|
296
281
|
}) | ({
|
|
297
282
|
__TYPE__: "DocumentLink";
|
|
298
283
|
} & {
|
|
299
284
|
id: string;
|
|
300
|
-
} & {
|
|
301
|
-
text?: string;
|
|
302
285
|
}) | ({
|
|
303
286
|
__TYPE__: "ExternalLink";
|
|
304
287
|
} & {
|
|
@@ -309,7 +292,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
309
292
|
preview?: {
|
|
310
293
|
title?: string;
|
|
311
294
|
} | null | undefined;
|
|
312
|
-
text?: string;
|
|
313
295
|
});
|
|
314
296
|
start: number;
|
|
315
297
|
end: number;
|
|
@@ -460,7 +442,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
460
442
|
kind: string;
|
|
461
443
|
} & {
|
|
462
444
|
date?: string | null | undefined;
|
|
463
|
-
text?: string;
|
|
464
445
|
}) | ({
|
|
465
446
|
id: string;
|
|
466
447
|
url: string;
|
|
@@ -469,18 +450,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
469
450
|
size: string;
|
|
470
451
|
} & {
|
|
471
452
|
date?: string | null | undefined;
|
|
472
|
-
text?: string;
|
|
473
453
|
} & {
|
|
474
454
|
__TYPE__: "FileLink";
|
|
475
455
|
} & {
|
|
476
456
|
size?: string;
|
|
477
|
-
text?: string;
|
|
478
457
|
}) | ({
|
|
479
458
|
__TYPE__: "DocumentLink";
|
|
480
459
|
} & {
|
|
481
460
|
id: string;
|
|
482
|
-
} & {
|
|
483
|
-
text?: string;
|
|
484
461
|
}) | ({
|
|
485
462
|
__TYPE__: "ExternalLink";
|
|
486
463
|
} & {
|
|
@@ -491,7 +468,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
491
468
|
preview?: {
|
|
492
469
|
title?: string;
|
|
493
470
|
} | null | undefined;
|
|
494
|
-
text?: string;
|
|
495
471
|
});
|
|
496
472
|
} | {
|
|
497
473
|
__TYPE__: "StructuredTextContent";
|
|
@@ -532,7 +508,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
532
508
|
kind: string;
|
|
533
509
|
} & {
|
|
534
510
|
date?: string | null | undefined;
|
|
535
|
-
text?: string;
|
|
536
511
|
}) | ({
|
|
537
512
|
id: string;
|
|
538
513
|
url: string;
|
|
@@ -541,18 +516,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
541
516
|
size: string;
|
|
542
517
|
} & {
|
|
543
518
|
date?: string | null | undefined;
|
|
544
|
-
text?: string;
|
|
545
519
|
} & {
|
|
546
520
|
__TYPE__: "FileLink";
|
|
547
521
|
} & {
|
|
548
522
|
size?: string;
|
|
549
|
-
text?: string;
|
|
550
523
|
}) | ({
|
|
551
524
|
__TYPE__: "DocumentLink";
|
|
552
525
|
} & {
|
|
553
526
|
id: string;
|
|
554
|
-
} & {
|
|
555
|
-
text?: string;
|
|
556
527
|
}) | ({
|
|
557
528
|
__TYPE__: "ExternalLink";
|
|
558
529
|
} & {
|
|
@@ -563,7 +534,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
563
534
|
preview?: {
|
|
564
535
|
title?: string;
|
|
565
536
|
} | null | undefined;
|
|
566
|
-
text?: string;
|
|
567
537
|
}) | null | undefined;
|
|
568
538
|
};
|
|
569
539
|
} & {
|
|
@@ -611,7 +581,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
611
581
|
kind: string;
|
|
612
582
|
} & {
|
|
613
583
|
date?: string | null | undefined;
|
|
614
|
-
text?: string;
|
|
615
584
|
}) | ({
|
|
616
585
|
id: string;
|
|
617
586
|
url: string;
|
|
@@ -620,18 +589,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
620
589
|
size: string;
|
|
621
590
|
} & {
|
|
622
591
|
date?: string | null | undefined;
|
|
623
|
-
text?: string;
|
|
624
592
|
} & {
|
|
625
593
|
__TYPE__: "FileLink";
|
|
626
594
|
} & {
|
|
627
595
|
size?: string;
|
|
628
|
-
text?: string;
|
|
629
596
|
}) | ({
|
|
630
597
|
__TYPE__: "DocumentLink";
|
|
631
598
|
} & {
|
|
632
599
|
id: string;
|
|
633
|
-
} & {
|
|
634
|
-
text?: string;
|
|
635
600
|
}) | ({
|
|
636
601
|
__TYPE__: "ExternalLink";
|
|
637
602
|
} & {
|
|
@@ -642,7 +607,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
642
607
|
preview?: {
|
|
643
608
|
title?: string;
|
|
644
609
|
} | null | undefined;
|
|
645
|
-
text?: string;
|
|
646
610
|
});
|
|
647
611
|
start: number;
|
|
648
612
|
end: number;
|
|
@@ -794,7 +758,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
794
758
|
kind: string;
|
|
795
759
|
} & {
|
|
796
760
|
date?: string | null | undefined;
|
|
797
|
-
text?: string;
|
|
798
761
|
}) | ({
|
|
799
762
|
id: string;
|
|
800
763
|
url: string;
|
|
@@ -803,18 +766,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
803
766
|
size: string;
|
|
804
767
|
} & {
|
|
805
768
|
date?: string | null | undefined;
|
|
806
|
-
text?: string;
|
|
807
769
|
} & {
|
|
808
770
|
__TYPE__: "FileLink";
|
|
809
771
|
} & {
|
|
810
772
|
size?: string;
|
|
811
|
-
text?: string;
|
|
812
773
|
}) | ({
|
|
813
774
|
__TYPE__: "DocumentLink";
|
|
814
775
|
} & {
|
|
815
776
|
id: string;
|
|
816
|
-
} & {
|
|
817
|
-
text?: string;
|
|
818
777
|
}) | ({
|
|
819
778
|
__TYPE__: "ExternalLink";
|
|
820
779
|
} & {
|
|
@@ -825,7 +784,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
825
784
|
preview?: {
|
|
826
785
|
title?: string;
|
|
827
786
|
} | null | undefined;
|
|
828
|
-
text?: string;
|
|
829
787
|
});
|
|
830
788
|
} | {
|
|
831
789
|
__TYPE__: "StructuredTextContent";
|
|
@@ -866,7 +824,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
866
824
|
kind: string;
|
|
867
825
|
} & {
|
|
868
826
|
date?: string | null | undefined;
|
|
869
|
-
text?: string;
|
|
870
827
|
}) | ({
|
|
871
828
|
id: string;
|
|
872
829
|
url: string;
|
|
@@ -875,18 +832,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
875
832
|
size: string;
|
|
876
833
|
} & {
|
|
877
834
|
date?: string | null | undefined;
|
|
878
|
-
text?: string;
|
|
879
835
|
} & {
|
|
880
836
|
__TYPE__: "FileLink";
|
|
881
837
|
} & {
|
|
882
838
|
size?: string;
|
|
883
|
-
text?: string;
|
|
884
839
|
}) | ({
|
|
885
840
|
__TYPE__: "DocumentLink";
|
|
886
841
|
} & {
|
|
887
842
|
id: string;
|
|
888
|
-
} & {
|
|
889
|
-
text?: string;
|
|
890
843
|
}) | ({
|
|
891
844
|
__TYPE__: "ExternalLink";
|
|
892
845
|
} & {
|
|
@@ -897,7 +850,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
897
850
|
preview?: {
|
|
898
851
|
title?: string;
|
|
899
852
|
} | null | undefined;
|
|
900
|
-
text?: string;
|
|
901
853
|
}) | null | undefined;
|
|
902
854
|
};
|
|
903
855
|
} & {
|
|
@@ -945,7 +897,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
945
897
|
kind: string;
|
|
946
898
|
} & {
|
|
947
899
|
date?: string | null | undefined;
|
|
948
|
-
text?: string;
|
|
949
900
|
}) | ({
|
|
950
901
|
id: string;
|
|
951
902
|
url: string;
|
|
@@ -954,18 +905,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
954
905
|
size: string;
|
|
955
906
|
} & {
|
|
956
907
|
date?: string | null | undefined;
|
|
957
|
-
text?: string;
|
|
958
908
|
} & {
|
|
959
909
|
__TYPE__: "FileLink";
|
|
960
910
|
} & {
|
|
961
911
|
size?: string;
|
|
962
|
-
text?: string;
|
|
963
912
|
}) | ({
|
|
964
913
|
__TYPE__: "DocumentLink";
|
|
965
914
|
} & {
|
|
966
915
|
id: string;
|
|
967
|
-
} & {
|
|
968
|
-
text?: string;
|
|
969
916
|
}) | ({
|
|
970
917
|
__TYPE__: "ExternalLink";
|
|
971
918
|
} & {
|
|
@@ -976,7 +923,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
976
923
|
preview?: {
|
|
977
924
|
title?: string;
|
|
978
925
|
} | null | undefined;
|
|
979
|
-
text?: string;
|
|
980
926
|
});
|
|
981
927
|
start: number;
|
|
982
928
|
end: number;
|
|
@@ -1130,7 +1076,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1130
1076
|
kind: string;
|
|
1131
1077
|
} & {
|
|
1132
1078
|
date?: string | null | undefined;
|
|
1133
|
-
text?: string;
|
|
1134
1079
|
}) | ({
|
|
1135
1080
|
id: string;
|
|
1136
1081
|
url: string;
|
|
@@ -1139,18 +1084,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1139
1084
|
size: string;
|
|
1140
1085
|
} & {
|
|
1141
1086
|
date?: string | null | undefined;
|
|
1142
|
-
text?: string;
|
|
1143
1087
|
} & {
|
|
1144
1088
|
__TYPE__: "FileLink";
|
|
1145
1089
|
} & {
|
|
1146
1090
|
size?: string;
|
|
1147
|
-
text?: string;
|
|
1148
1091
|
}) | ({
|
|
1149
1092
|
__TYPE__: "DocumentLink";
|
|
1150
1093
|
} & {
|
|
1151
1094
|
id: string;
|
|
1152
|
-
} & {
|
|
1153
|
-
text?: string;
|
|
1154
1095
|
}) | ({
|
|
1155
1096
|
__TYPE__: "ExternalLink";
|
|
1156
1097
|
} & {
|
|
@@ -1161,7 +1102,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1161
1102
|
preview?: {
|
|
1162
1103
|
title?: string;
|
|
1163
1104
|
} | null | undefined;
|
|
1164
|
-
text?: string;
|
|
1165
1105
|
});
|
|
1166
1106
|
} | {
|
|
1167
1107
|
__TYPE__: "StructuredTextContent";
|
|
@@ -1202,7 +1142,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1202
1142
|
kind: string;
|
|
1203
1143
|
} & {
|
|
1204
1144
|
date?: string | null | undefined;
|
|
1205
|
-
text?: string;
|
|
1206
1145
|
}) | ({
|
|
1207
1146
|
id: string;
|
|
1208
1147
|
url: string;
|
|
@@ -1211,18 +1150,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1211
1150
|
size: string;
|
|
1212
1151
|
} & {
|
|
1213
1152
|
date?: string | null | undefined;
|
|
1214
|
-
text?: string;
|
|
1215
1153
|
} & {
|
|
1216
1154
|
__TYPE__: "FileLink";
|
|
1217
1155
|
} & {
|
|
1218
1156
|
size?: string;
|
|
1219
|
-
text?: string;
|
|
1220
1157
|
}) | ({
|
|
1221
1158
|
__TYPE__: "DocumentLink";
|
|
1222
1159
|
} & {
|
|
1223
1160
|
id: string;
|
|
1224
|
-
} & {
|
|
1225
|
-
text?: string;
|
|
1226
1161
|
}) | ({
|
|
1227
1162
|
__TYPE__: "ExternalLink";
|
|
1228
1163
|
} & {
|
|
@@ -1233,7 +1168,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1233
1168
|
preview?: {
|
|
1234
1169
|
title?: string;
|
|
1235
1170
|
} | null | undefined;
|
|
1236
|
-
text?: string;
|
|
1237
1171
|
}) | null | undefined;
|
|
1238
1172
|
};
|
|
1239
1173
|
} & {
|
|
@@ -1281,7 +1215,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1281
1215
|
kind: string;
|
|
1282
1216
|
} & {
|
|
1283
1217
|
date?: string | null | undefined;
|
|
1284
|
-
text?: string;
|
|
1285
1218
|
}) | ({
|
|
1286
1219
|
id: string;
|
|
1287
1220
|
url: string;
|
|
@@ -1290,18 +1223,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1290
1223
|
size: string;
|
|
1291
1224
|
} & {
|
|
1292
1225
|
date?: string | null | undefined;
|
|
1293
|
-
text?: string;
|
|
1294
1226
|
} & {
|
|
1295
1227
|
__TYPE__: "FileLink";
|
|
1296
1228
|
} & {
|
|
1297
1229
|
size?: string;
|
|
1298
|
-
text?: string;
|
|
1299
1230
|
}) | ({
|
|
1300
1231
|
__TYPE__: "DocumentLink";
|
|
1301
1232
|
} & {
|
|
1302
1233
|
id: string;
|
|
1303
|
-
} & {
|
|
1304
|
-
text?: string;
|
|
1305
1234
|
}) | ({
|
|
1306
1235
|
__TYPE__: "ExternalLink";
|
|
1307
1236
|
} & {
|
|
@@ -1312,7 +1241,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1312
1241
|
preview?: {
|
|
1313
1242
|
title?: string;
|
|
1314
1243
|
} | null | undefined;
|
|
1315
|
-
text?: string;
|
|
1316
1244
|
});
|
|
1317
1245
|
start: number;
|
|
1318
1246
|
end: number;
|
|
@@ -1464,7 +1392,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1464
1392
|
kind: string;
|
|
1465
1393
|
} & {
|
|
1466
1394
|
date?: string | null | undefined;
|
|
1467
|
-
text?: string;
|
|
1468
1395
|
}) | ({
|
|
1469
1396
|
id: string;
|
|
1470
1397
|
url: string;
|
|
@@ -1473,18 +1400,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1473
1400
|
size: string;
|
|
1474
1401
|
} & {
|
|
1475
1402
|
date?: string | null | undefined;
|
|
1476
|
-
text?: string;
|
|
1477
1403
|
} & {
|
|
1478
1404
|
__TYPE__: "FileLink";
|
|
1479
1405
|
} & {
|
|
1480
1406
|
size?: string;
|
|
1481
|
-
text?: string;
|
|
1482
1407
|
}) | ({
|
|
1483
1408
|
__TYPE__: "DocumentLink";
|
|
1484
1409
|
} & {
|
|
1485
1410
|
id: string;
|
|
1486
|
-
} & {
|
|
1487
|
-
text?: string;
|
|
1488
1411
|
}) | ({
|
|
1489
1412
|
__TYPE__: "ExternalLink";
|
|
1490
1413
|
} & {
|
|
@@ -1495,7 +1418,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1495
1418
|
preview?: {
|
|
1496
1419
|
title?: string;
|
|
1497
1420
|
} | null | undefined;
|
|
1498
|
-
text?: string;
|
|
1499
1421
|
});
|
|
1500
1422
|
} | {
|
|
1501
1423
|
__TYPE__: "StructuredTextContent";
|
|
@@ -1536,7 +1458,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1536
1458
|
kind: string;
|
|
1537
1459
|
} & {
|
|
1538
1460
|
date?: string | null | undefined;
|
|
1539
|
-
text?: string;
|
|
1540
1461
|
}) | ({
|
|
1541
1462
|
id: string;
|
|
1542
1463
|
url: string;
|
|
@@ -1545,18 +1466,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1545
1466
|
size: string;
|
|
1546
1467
|
} & {
|
|
1547
1468
|
date?: string | null | undefined;
|
|
1548
|
-
text?: string;
|
|
1549
1469
|
} & {
|
|
1550
1470
|
__TYPE__: "FileLink";
|
|
1551
1471
|
} & {
|
|
1552
1472
|
size?: string;
|
|
1553
|
-
text?: string;
|
|
1554
1473
|
}) | ({
|
|
1555
1474
|
__TYPE__: "DocumentLink";
|
|
1556
1475
|
} & {
|
|
1557
1476
|
id: string;
|
|
1558
|
-
} & {
|
|
1559
|
-
text?: string;
|
|
1560
1477
|
}) | ({
|
|
1561
1478
|
__TYPE__: "ExternalLink";
|
|
1562
1479
|
} & {
|
|
@@ -1567,7 +1484,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1567
1484
|
preview?: {
|
|
1568
1485
|
title?: string;
|
|
1569
1486
|
} | null | undefined;
|
|
1570
|
-
text?: string;
|
|
1571
1487
|
}) | null | undefined;
|
|
1572
1488
|
};
|
|
1573
1489
|
} & {
|
|
@@ -1615,7 +1531,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1615
1531
|
kind: string;
|
|
1616
1532
|
} & {
|
|
1617
1533
|
date?: string | null | undefined;
|
|
1618
|
-
text?: string;
|
|
1619
1534
|
}) | ({
|
|
1620
1535
|
id: string;
|
|
1621
1536
|
url: string;
|
|
@@ -1624,18 +1539,14 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1624
1539
|
size: string;
|
|
1625
1540
|
} & {
|
|
1626
1541
|
date?: string | null | undefined;
|
|
1627
|
-
text?: string;
|
|
1628
1542
|
} & {
|
|
1629
1543
|
__TYPE__: "FileLink";
|
|
1630
1544
|
} & {
|
|
1631
1545
|
size?: string;
|
|
1632
|
-
text?: string;
|
|
1633
1546
|
}) | ({
|
|
1634
1547
|
__TYPE__: "DocumentLink";
|
|
1635
1548
|
} & {
|
|
1636
1549
|
id: string;
|
|
1637
|
-
} & {
|
|
1638
|
-
text?: string;
|
|
1639
1550
|
}) | ({
|
|
1640
1551
|
__TYPE__: "ExternalLink";
|
|
1641
1552
|
} & {
|
|
@@ -1646,7 +1557,6 @@ export declare const SliceLegacy: (ctx: LegacyContentCtx) => {
|
|
|
1646
1557
|
preview?: {
|
|
1647
1558
|
title?: string;
|
|
1648
1559
|
} | null | undefined;
|
|
1649
|
-
text?: string;
|
|
1650
1560
|
});
|
|
1651
1561
|
start: number;
|
|
1652
1562
|
end: number;
|
|
@@ -1799,7 +1709,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1799
1709
|
kind: t.StringC;
|
|
1800
1710
|
}>, t.PartialC<{
|
|
1801
1711
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1802
|
-
text: t.StringC;
|
|
1803
1712
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1804
1713
|
id: t.StringC;
|
|
1805
1714
|
url: t.StringC;
|
|
@@ -1808,19 +1717,15 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1808
1717
|
size: t.StringC;
|
|
1809
1718
|
}>, t.PartialC<{
|
|
1810
1719
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1811
|
-
text: t.StringC;
|
|
1812
1720
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1813
1721
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
1814
1722
|
}>, t.PartialC<{
|
|
1815
1723
|
size: t.StringC;
|
|
1816
|
-
text: t.StringC;
|
|
1817
1724
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1818
1725
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
1819
|
-
}>>, t.ExactC<t.
|
|
1726
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1820
1727
|
id: t.Type<string, string, unknown>;
|
|
1821
|
-
}>, t.
|
|
1822
|
-
text: t.StringC;
|
|
1823
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1728
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1824
1729
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
1825
1730
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1826
1731
|
url: t.StringC;
|
|
@@ -1832,7 +1737,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1832
1737
|
}, {
|
|
1833
1738
|
title?: string;
|
|
1834
1739
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
1835
|
-
text: t.StringC;
|
|
1836
1740
|
}>]>>]>]>;
|
|
1837
1741
|
}>>, t.ExactC<t.TypeC<{
|
|
1838
1742
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -1873,7 +1777,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1873
1777
|
kind: string;
|
|
1874
1778
|
} & {
|
|
1875
1779
|
date?: string | null | undefined;
|
|
1876
|
-
text?: string;
|
|
1877
1780
|
}) | ({
|
|
1878
1781
|
id: string;
|
|
1879
1782
|
url: string;
|
|
@@ -1882,18 +1785,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1882
1785
|
size: string;
|
|
1883
1786
|
} & {
|
|
1884
1787
|
date?: string | null | undefined;
|
|
1885
|
-
text?: string;
|
|
1886
1788
|
} & {
|
|
1887
1789
|
__TYPE__: "FileLink";
|
|
1888
1790
|
} & {
|
|
1889
1791
|
size?: string;
|
|
1890
|
-
text?: string;
|
|
1891
1792
|
}) | ({
|
|
1892
1793
|
__TYPE__: "DocumentLink";
|
|
1893
1794
|
} & {
|
|
1894
1795
|
id: string;
|
|
1895
|
-
} & {
|
|
1896
|
-
text?: string;
|
|
1897
1796
|
}) | ({
|
|
1898
1797
|
__TYPE__: "ExternalLink";
|
|
1899
1798
|
} & {
|
|
@@ -1904,7 +1803,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1904
1803
|
preview?: {
|
|
1905
1804
|
title?: string;
|
|
1906
1805
|
} | null | undefined;
|
|
1907
|
-
text?: string;
|
|
1908
1806
|
}), ({
|
|
1909
1807
|
__TYPE__: "ImageLink";
|
|
1910
1808
|
} & {
|
|
@@ -1917,7 +1815,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1917
1815
|
kind: string;
|
|
1918
1816
|
} & {
|
|
1919
1817
|
date?: string | null | undefined;
|
|
1920
|
-
text?: string;
|
|
1921
1818
|
}) | ({
|
|
1922
1819
|
id: string;
|
|
1923
1820
|
url: string;
|
|
@@ -1926,18 +1823,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1926
1823
|
size: string;
|
|
1927
1824
|
} & {
|
|
1928
1825
|
date?: string | null | undefined;
|
|
1929
|
-
text?: string;
|
|
1930
1826
|
} & {
|
|
1931
1827
|
__TYPE__: "FileLink";
|
|
1932
1828
|
} & {
|
|
1933
1829
|
size?: string;
|
|
1934
|
-
text?: string;
|
|
1935
1830
|
}) | ({
|
|
1936
1831
|
__TYPE__: "DocumentLink";
|
|
1937
1832
|
} & {
|
|
1938
1833
|
id: string;
|
|
1939
|
-
} & {
|
|
1940
|
-
text?: string;
|
|
1941
1834
|
}) | ({
|
|
1942
1835
|
__TYPE__: "ExternalLink";
|
|
1943
1836
|
} & {
|
|
@@ -1948,7 +1841,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1948
1841
|
preview?: {
|
|
1949
1842
|
title?: string;
|
|
1950
1843
|
} | null | undefined;
|
|
1951
|
-
text?: string;
|
|
1952
1844
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
1953
1845
|
}>]>;
|
|
1954
1846
|
}>, t.PartialC<{
|
|
@@ -1996,7 +1888,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
1996
1888
|
kind: string;
|
|
1997
1889
|
} & {
|
|
1998
1890
|
date?: string | null | undefined;
|
|
1999
|
-
text?: string;
|
|
2000
1891
|
}) | ({
|
|
2001
1892
|
id: string;
|
|
2002
1893
|
url: string;
|
|
@@ -2005,18 +1896,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2005
1896
|
size: string;
|
|
2006
1897
|
} & {
|
|
2007
1898
|
date?: string | null | undefined;
|
|
2008
|
-
text?: string;
|
|
2009
1899
|
} & {
|
|
2010
1900
|
__TYPE__: "FileLink";
|
|
2011
1901
|
} & {
|
|
2012
1902
|
size?: string;
|
|
2013
|
-
text?: string;
|
|
2014
1903
|
}) | ({
|
|
2015
1904
|
__TYPE__: "DocumentLink";
|
|
2016
1905
|
} & {
|
|
2017
1906
|
id: string;
|
|
2018
|
-
} & {
|
|
2019
|
-
text?: string;
|
|
2020
1907
|
}) | ({
|
|
2021
1908
|
__TYPE__: "ExternalLink";
|
|
2022
1909
|
} & {
|
|
@@ -2027,7 +1914,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2027
1914
|
preview?: {
|
|
2028
1915
|
title?: string;
|
|
2029
1916
|
} | null | undefined;
|
|
2030
|
-
text?: string;
|
|
2031
1917
|
});
|
|
2032
1918
|
start: number;
|
|
2033
1919
|
end: number;
|
|
@@ -2054,7 +1940,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2054
1940
|
kind: string;
|
|
2055
1941
|
} & {
|
|
2056
1942
|
date?: string | null | undefined;
|
|
2057
|
-
text?: string;
|
|
2058
1943
|
}) | ({
|
|
2059
1944
|
id: string;
|
|
2060
1945
|
url: string;
|
|
@@ -2063,18 +1948,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2063
1948
|
size: string;
|
|
2064
1949
|
} & {
|
|
2065
1950
|
date?: string | null | undefined;
|
|
2066
|
-
text?: string;
|
|
2067
1951
|
} & {
|
|
2068
1952
|
__TYPE__: "FileLink";
|
|
2069
1953
|
} & {
|
|
2070
1954
|
size?: string;
|
|
2071
|
-
text?: string;
|
|
2072
1955
|
}) | ({
|
|
2073
1956
|
__TYPE__: "DocumentLink";
|
|
2074
1957
|
} & {
|
|
2075
1958
|
id: string;
|
|
2076
|
-
} & {
|
|
2077
|
-
text?: string;
|
|
2078
1959
|
}) | ({
|
|
2079
1960
|
__TYPE__: "ExternalLink";
|
|
2080
1961
|
} & {
|
|
@@ -2085,7 +1966,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2085
1966
|
preview?: {
|
|
2086
1967
|
title?: string;
|
|
2087
1968
|
} | null | undefined;
|
|
2088
|
-
text?: string;
|
|
2089
1969
|
});
|
|
2090
1970
|
start: number;
|
|
2091
1971
|
end: number;
|
|
@@ -2234,7 +2114,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2234
2114
|
kind: t.StringC;
|
|
2235
2115
|
}>, t.PartialC<{
|
|
2236
2116
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2237
|
-
text: t.StringC;
|
|
2238
2117
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2239
2118
|
id: t.StringC;
|
|
2240
2119
|
url: t.StringC;
|
|
@@ -2243,19 +2122,15 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2243
2122
|
size: t.StringC;
|
|
2244
2123
|
}>, t.PartialC<{
|
|
2245
2124
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2246
|
-
text: t.StringC;
|
|
2247
2125
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2248
2126
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
2249
2127
|
}>, t.PartialC<{
|
|
2250
2128
|
size: t.StringC;
|
|
2251
|
-
text: t.StringC;
|
|
2252
2129
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2253
2130
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2254
|
-
}>>, t.ExactC<t.
|
|
2131
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2255
2132
|
id: t.Type<string, string, unknown>;
|
|
2256
|
-
}>, t.
|
|
2257
|
-
text: t.StringC;
|
|
2258
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2133
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2259
2134
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2260
2135
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2261
2136
|
url: t.StringC;
|
|
@@ -2267,7 +2142,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2267
2142
|
}, {
|
|
2268
2143
|
title?: string;
|
|
2269
2144
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2270
|
-
text: t.StringC;
|
|
2271
2145
|
}>]>>]>]>;
|
|
2272
2146
|
}>>, t.ExactC<t.TypeC<{
|
|
2273
2147
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -2308,7 +2182,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2308
2182
|
kind: string;
|
|
2309
2183
|
} & {
|
|
2310
2184
|
date?: string | null | undefined;
|
|
2311
|
-
text?: string;
|
|
2312
2185
|
}) | ({
|
|
2313
2186
|
id: string;
|
|
2314
2187
|
url: string;
|
|
@@ -2317,18 +2190,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2317
2190
|
size: string;
|
|
2318
2191
|
} & {
|
|
2319
2192
|
date?: string | null | undefined;
|
|
2320
|
-
text?: string;
|
|
2321
2193
|
} & {
|
|
2322
2194
|
__TYPE__: "FileLink";
|
|
2323
2195
|
} & {
|
|
2324
2196
|
size?: string;
|
|
2325
|
-
text?: string;
|
|
2326
2197
|
}) | ({
|
|
2327
2198
|
__TYPE__: "DocumentLink";
|
|
2328
2199
|
} & {
|
|
2329
2200
|
id: string;
|
|
2330
|
-
} & {
|
|
2331
|
-
text?: string;
|
|
2332
2201
|
}) | ({
|
|
2333
2202
|
__TYPE__: "ExternalLink";
|
|
2334
2203
|
} & {
|
|
@@ -2339,7 +2208,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2339
2208
|
preview?: {
|
|
2340
2209
|
title?: string;
|
|
2341
2210
|
} | null | undefined;
|
|
2342
|
-
text?: string;
|
|
2343
2211
|
}), ({
|
|
2344
2212
|
__TYPE__: "ImageLink";
|
|
2345
2213
|
} & {
|
|
@@ -2352,7 +2220,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2352
2220
|
kind: string;
|
|
2353
2221
|
} & {
|
|
2354
2222
|
date?: string | null | undefined;
|
|
2355
|
-
text?: string;
|
|
2356
2223
|
}) | ({
|
|
2357
2224
|
id: string;
|
|
2358
2225
|
url: string;
|
|
@@ -2361,18 +2228,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2361
2228
|
size: string;
|
|
2362
2229
|
} & {
|
|
2363
2230
|
date?: string | null | undefined;
|
|
2364
|
-
text?: string;
|
|
2365
2231
|
} & {
|
|
2366
2232
|
__TYPE__: "FileLink";
|
|
2367
2233
|
} & {
|
|
2368
2234
|
size?: string;
|
|
2369
|
-
text?: string;
|
|
2370
2235
|
}) | ({
|
|
2371
2236
|
__TYPE__: "DocumentLink";
|
|
2372
2237
|
} & {
|
|
2373
2238
|
id: string;
|
|
2374
|
-
} & {
|
|
2375
|
-
text?: string;
|
|
2376
2239
|
}) | ({
|
|
2377
2240
|
__TYPE__: "ExternalLink";
|
|
2378
2241
|
} & {
|
|
@@ -2383,7 +2246,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2383
2246
|
preview?: {
|
|
2384
2247
|
title?: string;
|
|
2385
2248
|
} | null | undefined;
|
|
2386
|
-
text?: string;
|
|
2387
2249
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
2388
2250
|
}>]>;
|
|
2389
2251
|
}>, t.PartialC<{
|
|
@@ -2431,7 +2293,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2431
2293
|
kind: string;
|
|
2432
2294
|
} & {
|
|
2433
2295
|
date?: string | null | undefined;
|
|
2434
|
-
text?: string;
|
|
2435
2296
|
}) | ({
|
|
2436
2297
|
id: string;
|
|
2437
2298
|
url: string;
|
|
@@ -2440,18 +2301,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2440
2301
|
size: string;
|
|
2441
2302
|
} & {
|
|
2442
2303
|
date?: string | null | undefined;
|
|
2443
|
-
text?: string;
|
|
2444
2304
|
} & {
|
|
2445
2305
|
__TYPE__: "FileLink";
|
|
2446
2306
|
} & {
|
|
2447
2307
|
size?: string;
|
|
2448
|
-
text?: string;
|
|
2449
2308
|
}) | ({
|
|
2450
2309
|
__TYPE__: "DocumentLink";
|
|
2451
2310
|
} & {
|
|
2452
2311
|
id: string;
|
|
2453
|
-
} & {
|
|
2454
|
-
text?: string;
|
|
2455
2312
|
}) | ({
|
|
2456
2313
|
__TYPE__: "ExternalLink";
|
|
2457
2314
|
} & {
|
|
@@ -2462,7 +2319,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2462
2319
|
preview?: {
|
|
2463
2320
|
title?: string;
|
|
2464
2321
|
} | null | undefined;
|
|
2465
|
-
text?: string;
|
|
2466
2322
|
});
|
|
2467
2323
|
start: number;
|
|
2468
2324
|
end: number;
|
|
@@ -2489,7 +2345,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2489
2345
|
kind: string;
|
|
2490
2346
|
} & {
|
|
2491
2347
|
date?: string | null | undefined;
|
|
2492
|
-
text?: string;
|
|
2493
2348
|
}) | ({
|
|
2494
2349
|
id: string;
|
|
2495
2350
|
url: string;
|
|
@@ -2498,18 +2353,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2498
2353
|
size: string;
|
|
2499
2354
|
} & {
|
|
2500
2355
|
date?: string | null | undefined;
|
|
2501
|
-
text?: string;
|
|
2502
2356
|
} & {
|
|
2503
2357
|
__TYPE__: "FileLink";
|
|
2504
2358
|
} & {
|
|
2505
2359
|
size?: string;
|
|
2506
|
-
text?: string;
|
|
2507
2360
|
}) | ({
|
|
2508
2361
|
__TYPE__: "DocumentLink";
|
|
2509
2362
|
} & {
|
|
2510
2363
|
id: string;
|
|
2511
|
-
} & {
|
|
2512
|
-
text?: string;
|
|
2513
2364
|
}) | ({
|
|
2514
2365
|
__TYPE__: "ExternalLink";
|
|
2515
2366
|
} & {
|
|
@@ -2520,7 +2371,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2520
2371
|
preview?: {
|
|
2521
2372
|
title?: string;
|
|
2522
2373
|
} | null | undefined;
|
|
2523
|
-
text?: string;
|
|
2524
2374
|
});
|
|
2525
2375
|
start: number;
|
|
2526
2376
|
end: number;
|
|
@@ -2671,7 +2521,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2671
2521
|
kind: t.StringC;
|
|
2672
2522
|
}>, t.PartialC<{
|
|
2673
2523
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2674
|
-
text: t.StringC;
|
|
2675
2524
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2676
2525
|
id: t.StringC;
|
|
2677
2526
|
url: t.StringC;
|
|
@@ -2680,19 +2529,15 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2680
2529
|
size: t.StringC;
|
|
2681
2530
|
}>, t.PartialC<{
|
|
2682
2531
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2683
|
-
text: t.StringC;
|
|
2684
2532
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2685
2533
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
2686
2534
|
}>, t.PartialC<{
|
|
2687
2535
|
size: t.StringC;
|
|
2688
|
-
text: t.StringC;
|
|
2689
2536
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2690
2537
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
2691
|
-
}>>, t.ExactC<t.
|
|
2538
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2692
2539
|
id: t.Type<string, string, unknown>;
|
|
2693
|
-
}>, t.
|
|
2694
|
-
text: t.StringC;
|
|
2695
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2540
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2696
2541
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
2697
2542
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2698
2543
|
url: t.StringC;
|
|
@@ -2704,7 +2549,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2704
2549
|
}, {
|
|
2705
2550
|
title?: string;
|
|
2706
2551
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
2707
|
-
text: t.StringC;
|
|
2708
2552
|
}>]>>]>]>;
|
|
2709
2553
|
}>>, t.ExactC<t.TypeC<{
|
|
2710
2554
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -2745,7 +2589,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2745
2589
|
kind: string;
|
|
2746
2590
|
} & {
|
|
2747
2591
|
date?: string | null | undefined;
|
|
2748
|
-
text?: string;
|
|
2749
2592
|
}) | ({
|
|
2750
2593
|
id: string;
|
|
2751
2594
|
url: string;
|
|
@@ -2754,18 +2597,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2754
2597
|
size: string;
|
|
2755
2598
|
} & {
|
|
2756
2599
|
date?: string | null | undefined;
|
|
2757
|
-
text?: string;
|
|
2758
2600
|
} & {
|
|
2759
2601
|
__TYPE__: "FileLink";
|
|
2760
2602
|
} & {
|
|
2761
2603
|
size?: string;
|
|
2762
|
-
text?: string;
|
|
2763
2604
|
}) | ({
|
|
2764
2605
|
__TYPE__: "DocumentLink";
|
|
2765
2606
|
} & {
|
|
2766
2607
|
id: string;
|
|
2767
|
-
} & {
|
|
2768
|
-
text?: string;
|
|
2769
2608
|
}) | ({
|
|
2770
2609
|
__TYPE__: "ExternalLink";
|
|
2771
2610
|
} & {
|
|
@@ -2776,7 +2615,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2776
2615
|
preview?: {
|
|
2777
2616
|
title?: string;
|
|
2778
2617
|
} | null | undefined;
|
|
2779
|
-
text?: string;
|
|
2780
2618
|
}), ({
|
|
2781
2619
|
__TYPE__: "ImageLink";
|
|
2782
2620
|
} & {
|
|
@@ -2789,7 +2627,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2789
2627
|
kind: string;
|
|
2790
2628
|
} & {
|
|
2791
2629
|
date?: string | null | undefined;
|
|
2792
|
-
text?: string;
|
|
2793
2630
|
}) | ({
|
|
2794
2631
|
id: string;
|
|
2795
2632
|
url: string;
|
|
@@ -2798,18 +2635,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2798
2635
|
size: string;
|
|
2799
2636
|
} & {
|
|
2800
2637
|
date?: string | null | undefined;
|
|
2801
|
-
text?: string;
|
|
2802
2638
|
} & {
|
|
2803
2639
|
__TYPE__: "FileLink";
|
|
2804
2640
|
} & {
|
|
2805
2641
|
size?: string;
|
|
2806
|
-
text?: string;
|
|
2807
2642
|
}) | ({
|
|
2808
2643
|
__TYPE__: "DocumentLink";
|
|
2809
2644
|
} & {
|
|
2810
2645
|
id: string;
|
|
2811
|
-
} & {
|
|
2812
|
-
text?: string;
|
|
2813
2646
|
}) | ({
|
|
2814
2647
|
__TYPE__: "ExternalLink";
|
|
2815
2648
|
} & {
|
|
@@ -2820,7 +2653,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2820
2653
|
preview?: {
|
|
2821
2654
|
title?: string;
|
|
2822
2655
|
} | null | undefined;
|
|
2823
|
-
text?: string;
|
|
2824
2656
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
2825
2657
|
}>]>;
|
|
2826
2658
|
}>, t.PartialC<{
|
|
@@ -2868,7 +2700,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2868
2700
|
kind: string;
|
|
2869
2701
|
} & {
|
|
2870
2702
|
date?: string | null | undefined;
|
|
2871
|
-
text?: string;
|
|
2872
2703
|
}) | ({
|
|
2873
2704
|
id: string;
|
|
2874
2705
|
url: string;
|
|
@@ -2877,18 +2708,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2877
2708
|
size: string;
|
|
2878
2709
|
} & {
|
|
2879
2710
|
date?: string | null | undefined;
|
|
2880
|
-
text?: string;
|
|
2881
2711
|
} & {
|
|
2882
2712
|
__TYPE__: "FileLink";
|
|
2883
2713
|
} & {
|
|
2884
2714
|
size?: string;
|
|
2885
|
-
text?: string;
|
|
2886
2715
|
}) | ({
|
|
2887
2716
|
__TYPE__: "DocumentLink";
|
|
2888
2717
|
} & {
|
|
2889
2718
|
id: string;
|
|
2890
|
-
} & {
|
|
2891
|
-
text?: string;
|
|
2892
2719
|
}) | ({
|
|
2893
2720
|
__TYPE__: "ExternalLink";
|
|
2894
2721
|
} & {
|
|
@@ -2899,7 +2726,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2899
2726
|
preview?: {
|
|
2900
2727
|
title?: string;
|
|
2901
2728
|
} | null | undefined;
|
|
2902
|
-
text?: string;
|
|
2903
2729
|
});
|
|
2904
2730
|
start: number;
|
|
2905
2731
|
end: number;
|
|
@@ -2926,7 +2752,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2926
2752
|
kind: string;
|
|
2927
2753
|
} & {
|
|
2928
2754
|
date?: string | null | undefined;
|
|
2929
|
-
text?: string;
|
|
2930
2755
|
}) | ({
|
|
2931
2756
|
id: string;
|
|
2932
2757
|
url: string;
|
|
@@ -2935,18 +2760,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2935
2760
|
size: string;
|
|
2936
2761
|
} & {
|
|
2937
2762
|
date?: string | null | undefined;
|
|
2938
|
-
text?: string;
|
|
2939
2763
|
} & {
|
|
2940
2764
|
__TYPE__: "FileLink";
|
|
2941
2765
|
} & {
|
|
2942
2766
|
size?: string;
|
|
2943
|
-
text?: string;
|
|
2944
2767
|
}) | ({
|
|
2945
2768
|
__TYPE__: "DocumentLink";
|
|
2946
2769
|
} & {
|
|
2947
2770
|
id: string;
|
|
2948
|
-
} & {
|
|
2949
|
-
text?: string;
|
|
2950
2771
|
}) | ({
|
|
2951
2772
|
__TYPE__: "ExternalLink";
|
|
2952
2773
|
} & {
|
|
@@ -2957,7 +2778,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
2957
2778
|
preview?: {
|
|
2958
2779
|
title?: string;
|
|
2959
2780
|
} | null | undefined;
|
|
2960
|
-
text?: string;
|
|
2961
2781
|
});
|
|
2962
2782
|
start: number;
|
|
2963
2783
|
end: number;
|
|
@@ -3106,7 +2926,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3106
2926
|
kind: t.StringC;
|
|
3107
2927
|
}>, t.PartialC<{
|
|
3108
2928
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3109
|
-
text: t.StringC;
|
|
3110
2929
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3111
2930
|
id: t.StringC;
|
|
3112
2931
|
url: t.StringC;
|
|
@@ -3115,19 +2934,15 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3115
2934
|
size: t.StringC;
|
|
3116
2935
|
}>, t.PartialC<{
|
|
3117
2936
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3118
|
-
text: t.StringC;
|
|
3119
2937
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3120
2938
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
3121
2939
|
}>, t.PartialC<{
|
|
3122
2940
|
size: t.StringC;
|
|
3123
|
-
text: t.StringC;
|
|
3124
2941
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3125
2942
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
3126
|
-
}>>, t.ExactC<t.
|
|
2943
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3127
2944
|
id: t.Type<string, string, unknown>;
|
|
3128
|
-
}>, t.
|
|
3129
|
-
text: t.StringC;
|
|
3130
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2945
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3131
2946
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
3132
2947
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3133
2948
|
url: t.StringC;
|
|
@@ -3139,7 +2954,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3139
2954
|
}, {
|
|
3140
2955
|
title?: string;
|
|
3141
2956
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
3142
|
-
text: t.StringC;
|
|
3143
2957
|
}>]>>]>]>;
|
|
3144
2958
|
}>>, t.ExactC<t.TypeC<{
|
|
3145
2959
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -3180,7 +2994,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3180
2994
|
kind: string;
|
|
3181
2995
|
} & {
|
|
3182
2996
|
date?: string | null | undefined;
|
|
3183
|
-
text?: string;
|
|
3184
2997
|
}) | ({
|
|
3185
2998
|
id: string;
|
|
3186
2999
|
url: string;
|
|
@@ -3189,18 +3002,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3189
3002
|
size: string;
|
|
3190
3003
|
} & {
|
|
3191
3004
|
date?: string | null | undefined;
|
|
3192
|
-
text?: string;
|
|
3193
3005
|
} & {
|
|
3194
3006
|
__TYPE__: "FileLink";
|
|
3195
3007
|
} & {
|
|
3196
3008
|
size?: string;
|
|
3197
|
-
text?: string;
|
|
3198
3009
|
}) | ({
|
|
3199
3010
|
__TYPE__: "DocumentLink";
|
|
3200
3011
|
} & {
|
|
3201
3012
|
id: string;
|
|
3202
|
-
} & {
|
|
3203
|
-
text?: string;
|
|
3204
3013
|
}) | ({
|
|
3205
3014
|
__TYPE__: "ExternalLink";
|
|
3206
3015
|
} & {
|
|
@@ -3211,7 +3020,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3211
3020
|
preview?: {
|
|
3212
3021
|
title?: string;
|
|
3213
3022
|
} | null | undefined;
|
|
3214
|
-
text?: string;
|
|
3215
3023
|
}), ({
|
|
3216
3024
|
__TYPE__: "ImageLink";
|
|
3217
3025
|
} & {
|
|
@@ -3224,7 +3032,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3224
3032
|
kind: string;
|
|
3225
3033
|
} & {
|
|
3226
3034
|
date?: string | null | undefined;
|
|
3227
|
-
text?: string;
|
|
3228
3035
|
}) | ({
|
|
3229
3036
|
id: string;
|
|
3230
3037
|
url: string;
|
|
@@ -3233,18 +3040,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3233
3040
|
size: string;
|
|
3234
3041
|
} & {
|
|
3235
3042
|
date?: string | null | undefined;
|
|
3236
|
-
text?: string;
|
|
3237
3043
|
} & {
|
|
3238
3044
|
__TYPE__: "FileLink";
|
|
3239
3045
|
} & {
|
|
3240
3046
|
size?: string;
|
|
3241
|
-
text?: string;
|
|
3242
3047
|
}) | ({
|
|
3243
3048
|
__TYPE__: "DocumentLink";
|
|
3244
3049
|
} & {
|
|
3245
3050
|
id: string;
|
|
3246
|
-
} & {
|
|
3247
|
-
text?: string;
|
|
3248
3051
|
}) | ({
|
|
3249
3052
|
__TYPE__: "ExternalLink";
|
|
3250
3053
|
} & {
|
|
@@ -3255,7 +3058,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3255
3058
|
preview?: {
|
|
3256
3059
|
title?: string;
|
|
3257
3060
|
} | null | undefined;
|
|
3258
|
-
text?: string;
|
|
3259
3061
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
3260
3062
|
}>]>;
|
|
3261
3063
|
}>, t.PartialC<{
|
|
@@ -3303,7 +3105,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3303
3105
|
kind: string;
|
|
3304
3106
|
} & {
|
|
3305
3107
|
date?: string | null | undefined;
|
|
3306
|
-
text?: string;
|
|
3307
3108
|
}) | ({
|
|
3308
3109
|
id: string;
|
|
3309
3110
|
url: string;
|
|
@@ -3312,18 +3113,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3312
3113
|
size: string;
|
|
3313
3114
|
} & {
|
|
3314
3115
|
date?: string | null | undefined;
|
|
3315
|
-
text?: string;
|
|
3316
3116
|
} & {
|
|
3317
3117
|
__TYPE__: "FileLink";
|
|
3318
3118
|
} & {
|
|
3319
3119
|
size?: string;
|
|
3320
|
-
text?: string;
|
|
3321
3120
|
}) | ({
|
|
3322
3121
|
__TYPE__: "DocumentLink";
|
|
3323
3122
|
} & {
|
|
3324
3123
|
id: string;
|
|
3325
|
-
} & {
|
|
3326
|
-
text?: string;
|
|
3327
3124
|
}) | ({
|
|
3328
3125
|
__TYPE__: "ExternalLink";
|
|
3329
3126
|
} & {
|
|
@@ -3334,7 +3131,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3334
3131
|
preview?: {
|
|
3335
3132
|
title?: string;
|
|
3336
3133
|
} | null | undefined;
|
|
3337
|
-
text?: string;
|
|
3338
3134
|
});
|
|
3339
3135
|
start: number;
|
|
3340
3136
|
end: number;
|
|
@@ -3361,7 +3157,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3361
3157
|
kind: string;
|
|
3362
3158
|
} & {
|
|
3363
3159
|
date?: string | null | undefined;
|
|
3364
|
-
text?: string;
|
|
3365
3160
|
}) | ({
|
|
3366
3161
|
id: string;
|
|
3367
3162
|
url: string;
|
|
@@ -3370,18 +3165,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3370
3165
|
size: string;
|
|
3371
3166
|
} & {
|
|
3372
3167
|
date?: string | null | undefined;
|
|
3373
|
-
text?: string;
|
|
3374
3168
|
} & {
|
|
3375
3169
|
__TYPE__: "FileLink";
|
|
3376
3170
|
} & {
|
|
3377
3171
|
size?: string;
|
|
3378
|
-
text?: string;
|
|
3379
3172
|
}) | ({
|
|
3380
3173
|
__TYPE__: "DocumentLink";
|
|
3381
3174
|
} & {
|
|
3382
3175
|
id: string;
|
|
3383
|
-
} & {
|
|
3384
|
-
text?: string;
|
|
3385
3176
|
}) | ({
|
|
3386
3177
|
__TYPE__: "ExternalLink";
|
|
3387
3178
|
} & {
|
|
@@ -3392,7 +3183,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3392
3183
|
preview?: {
|
|
3393
3184
|
title?: string;
|
|
3394
3185
|
} | null | undefined;
|
|
3395
|
-
text?: string;
|
|
3396
3186
|
});
|
|
3397
3187
|
start: number;
|
|
3398
3188
|
end: number;
|
|
@@ -3540,7 +3330,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3540
3330
|
kind: t.StringC;
|
|
3541
3331
|
}>, t.PartialC<{
|
|
3542
3332
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3543
|
-
text: t.StringC;
|
|
3544
3333
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3545
3334
|
id: t.StringC;
|
|
3546
3335
|
url: t.StringC;
|
|
@@ -3549,19 +3338,15 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3549
3338
|
size: t.StringC;
|
|
3550
3339
|
}>, t.PartialC<{
|
|
3551
3340
|
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3552
|
-
text: t.StringC;
|
|
3553
3341
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3554
3342
|
__TYPE__: t.LiteralC<"FileLink">;
|
|
3555
3343
|
}>, t.PartialC<{
|
|
3556
3344
|
size: t.StringC;
|
|
3557
|
-
text: t.StringC;
|
|
3558
3345
|
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3559
3346
|
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
3560
|
-
}>>, t.ExactC<t.
|
|
3347
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3561
3348
|
id: t.Type<string, string, unknown>;
|
|
3562
|
-
}>, t.
|
|
3563
|
-
text: t.StringC;
|
|
3564
|
-
}>]>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3349
|
+
}>>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3565
3350
|
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
3566
3351
|
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3567
3352
|
url: t.StringC;
|
|
@@ -3573,7 +3358,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3573
3358
|
}, {
|
|
3574
3359
|
title?: string;
|
|
3575
3360
|
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
3576
|
-
text: t.StringC;
|
|
3577
3361
|
}>]>>]>]>;
|
|
3578
3362
|
}>>, t.ExactC<t.TypeC<{
|
|
3579
3363
|
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
@@ -3614,7 +3398,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3614
3398
|
kind: string;
|
|
3615
3399
|
} & {
|
|
3616
3400
|
date?: string | null | undefined;
|
|
3617
|
-
text?: string;
|
|
3618
3401
|
}) | ({
|
|
3619
3402
|
id: string;
|
|
3620
3403
|
url: string;
|
|
@@ -3623,18 +3406,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3623
3406
|
size: string;
|
|
3624
3407
|
} & {
|
|
3625
3408
|
date?: string | null | undefined;
|
|
3626
|
-
text?: string;
|
|
3627
3409
|
} & {
|
|
3628
3410
|
__TYPE__: "FileLink";
|
|
3629
3411
|
} & {
|
|
3630
3412
|
size?: string;
|
|
3631
|
-
text?: string;
|
|
3632
3413
|
}) | ({
|
|
3633
3414
|
__TYPE__: "DocumentLink";
|
|
3634
3415
|
} & {
|
|
3635
3416
|
id: string;
|
|
3636
|
-
} & {
|
|
3637
|
-
text?: string;
|
|
3638
3417
|
}) | ({
|
|
3639
3418
|
__TYPE__: "ExternalLink";
|
|
3640
3419
|
} & {
|
|
@@ -3645,7 +3424,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3645
3424
|
preview?: {
|
|
3646
3425
|
title?: string;
|
|
3647
3426
|
} | null | undefined;
|
|
3648
|
-
text?: string;
|
|
3649
3427
|
}), ({
|
|
3650
3428
|
__TYPE__: "ImageLink";
|
|
3651
3429
|
} & {
|
|
@@ -3658,7 +3436,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3658
3436
|
kind: string;
|
|
3659
3437
|
} & {
|
|
3660
3438
|
date?: string | null | undefined;
|
|
3661
|
-
text?: string;
|
|
3662
3439
|
}) | ({
|
|
3663
3440
|
id: string;
|
|
3664
3441
|
url: string;
|
|
@@ -3667,18 +3444,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3667
3444
|
size: string;
|
|
3668
3445
|
} & {
|
|
3669
3446
|
date?: string | null | undefined;
|
|
3670
|
-
text?: string;
|
|
3671
3447
|
} & {
|
|
3672
3448
|
__TYPE__: "FileLink";
|
|
3673
3449
|
} & {
|
|
3674
3450
|
size?: string;
|
|
3675
|
-
text?: string;
|
|
3676
3451
|
}) | ({
|
|
3677
3452
|
__TYPE__: "DocumentLink";
|
|
3678
3453
|
} & {
|
|
3679
3454
|
id: string;
|
|
3680
|
-
} & {
|
|
3681
|
-
text?: string;
|
|
3682
3455
|
}) | ({
|
|
3683
3456
|
__TYPE__: "ExternalLink";
|
|
3684
3457
|
} & {
|
|
@@ -3689,7 +3462,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3689
3462
|
preview?: {
|
|
3690
3463
|
title?: string;
|
|
3691
3464
|
} | null | undefined;
|
|
3692
|
-
text?: string;
|
|
3693
3465
|
}), unknown>, t.NullC, t.UndefinedC]>;
|
|
3694
3466
|
}>]>;
|
|
3695
3467
|
}>, t.PartialC<{
|
|
@@ -3737,7 +3509,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3737
3509
|
kind: string;
|
|
3738
3510
|
} & {
|
|
3739
3511
|
date?: string | null | undefined;
|
|
3740
|
-
text?: string;
|
|
3741
3512
|
}) | ({
|
|
3742
3513
|
id: string;
|
|
3743
3514
|
url: string;
|
|
@@ -3746,18 +3517,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3746
3517
|
size: string;
|
|
3747
3518
|
} & {
|
|
3748
3519
|
date?: string | null | undefined;
|
|
3749
|
-
text?: string;
|
|
3750
3520
|
} & {
|
|
3751
3521
|
__TYPE__: "FileLink";
|
|
3752
3522
|
} & {
|
|
3753
3523
|
size?: string;
|
|
3754
|
-
text?: string;
|
|
3755
3524
|
}) | ({
|
|
3756
3525
|
__TYPE__: "DocumentLink";
|
|
3757
3526
|
} & {
|
|
3758
3527
|
id: string;
|
|
3759
|
-
} & {
|
|
3760
|
-
text?: string;
|
|
3761
3528
|
}) | ({
|
|
3762
3529
|
__TYPE__: "ExternalLink";
|
|
3763
3530
|
} & {
|
|
@@ -3768,7 +3535,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3768
3535
|
preview?: {
|
|
3769
3536
|
title?: string;
|
|
3770
3537
|
} | null | undefined;
|
|
3771
|
-
text?: string;
|
|
3772
3538
|
});
|
|
3773
3539
|
start: number;
|
|
3774
3540
|
end: number;
|
|
@@ -3795,7 +3561,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3795
3561
|
kind: string;
|
|
3796
3562
|
} & {
|
|
3797
3563
|
date?: string | null | undefined;
|
|
3798
|
-
text?: string;
|
|
3799
3564
|
}) | ({
|
|
3800
3565
|
id: string;
|
|
3801
3566
|
url: string;
|
|
@@ -3804,18 +3569,14 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3804
3569
|
size: string;
|
|
3805
3570
|
} & {
|
|
3806
3571
|
date?: string | null | undefined;
|
|
3807
|
-
text?: string;
|
|
3808
3572
|
} & {
|
|
3809
3573
|
__TYPE__: "FileLink";
|
|
3810
3574
|
} & {
|
|
3811
3575
|
size?: string;
|
|
3812
|
-
text?: string;
|
|
3813
3576
|
}) | ({
|
|
3814
3577
|
__TYPE__: "DocumentLink";
|
|
3815
3578
|
} & {
|
|
3816
3579
|
id: string;
|
|
3817
|
-
} & {
|
|
3818
|
-
text?: string;
|
|
3819
3580
|
}) | ({
|
|
3820
3581
|
__TYPE__: "ExternalLink";
|
|
3821
3582
|
} & {
|
|
@@ -3826,7 +3587,6 @@ export declare const SliceContent: t.UnionC<[t.ExactC<t.TypeC<{
|
|
|
3826
3587
|
preview?: {
|
|
3827
3588
|
title?: string;
|
|
3828
3589
|
} | null | undefined;
|
|
3829
|
-
text?: string;
|
|
3830
3590
|
});
|
|
3831
3591
|
start: number;
|
|
3832
3592
|
end: number;
|