@prismicio/types-internal 3.4.0-alpha.13 → 3.4.0-alpha.14
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 +498 -3366
- package/lib/content/fields/GroupContent.d.ts +1 -1
- package/lib/content/fields/GroupContent.js +2 -1
- package/lib/content/fields/WidgetContent.d.ts +514 -3382
- package/lib/content/fields/nestable/NestableContent.d.ts +68 -546
- package/lib/content/fields/nestable/NestableContent.js +7 -8
- package/lib/content/fields/nestable/RepeatableContent.d.ts +2 -2
- package/lib/content/fields/nestable/RepeatableContent.js +5 -2
- package/lib/content/fields/nestable/RichTextContent/index.d.ts +9 -641
- package/lib/content/fields/nestable/RichTextContent/index.js +4 -8
- package/lib/content/fields/nestable/TableContent.d.ts +637 -834
- package/lib/content/fields/nestable/TableContent.js +10 -7
- package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +190 -1146
- package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +26 -252
- package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +190 -1146
- package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +68 -546
- package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +68 -546
- package/lib/content/fields/slices/Slice/index.d.ts +269 -2029
- package/lib/content/fields/slices/SliceItem.d.ts +463 -2223
- package/lib/content/fields/slices/SlicesContent.d.ts +394 -2784
- package/lib/customtypes/widgets/Group.d.ts +36 -36
- package/lib/customtypes/widgets/Widget.d.ts +54 -54
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +6 -6
- package/lib/customtypes/widgets/nestable/NestableWidget.js +1 -1
- package/lib/customtypes/widgets/nestable/RichText.d.ts +0 -2
- package/lib/customtypes/widgets/nestable/RichText.js +0 -2
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +12 -12
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +12 -12
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +48 -48
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +18 -18
- package/lib/customtypes/widgets/slices/Slices.d.ts +72 -72
- package/package.json +1 -1
- package/src/content/fields/GroupContent.ts +2 -1
- package/src/content/fields/nestable/NestableContent.ts +13 -9
- package/src/content/fields/nestable/RepeatableContent.ts +6 -2
- package/src/content/fields/nestable/RichTextContent/Blocks.ts +238 -0
- package/src/content/fields/nestable/RichTextContent/index.ts +3 -7
- package/src/content/fields/nestable/TableContent.ts +10 -7
- package/src/customtypes/widgets/nestable/NestableWidget.ts +1 -1
- package/src/customtypes/widgets/nestable/RichText.ts +0 -2
- package/src/content/fields/nestable/RichTextContent/Block.ts +0 -35
- package/src/content/fields/nestable/RichTextContent/EmbedBlock.ts +0 -81
- package/src/content/fields/nestable/RichTextContent/ImageBlock.ts +0 -42
- package/src/content/fields/nestable/RichTextContent/TableBlock.ts +0 -36
- package/src/content/fields/nestable/RichTextContent/TextBlock.ts +0 -108
|
@@ -328,7 +328,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
328
328
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
329
329
|
direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
330
330
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
331
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
331
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
332
332
|
content: t.IntersectionC<[t.TypeC<{
|
|
333
333
|
text: t.StringC;
|
|
334
334
|
}>, t.PartialC<{
|
|
@@ -437,14 +437,18 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
437
437
|
}>, t.PartialC<{
|
|
438
438
|
label: t.StringC;
|
|
439
439
|
direction: t.StringC;
|
|
440
|
-
}>]
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
440
|
+
}>]>>]>>;
|
|
441
|
+
}>>, t.ExactC<t.TypeC<{
|
|
442
|
+
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
443
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
444
|
+
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
445
|
+
type: t.LiteralC<"tableRow">;
|
|
446
|
+
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
447
|
+
type: t.LiteralC<"tableHeader">;
|
|
448
|
+
content: t.ExactC<t.TypeC<{
|
|
449
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
450
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
451
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
448
452
|
content: t.IntersectionC<[t.TypeC<{
|
|
449
453
|
text: t.StringC;
|
|
450
454
|
}>, t.PartialC<{
|
|
@@ -554,10 +558,13 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
554
558
|
label: t.StringC;
|
|
555
559
|
direction: t.StringC;
|
|
556
560
|
}>]>>>;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
+
}>>;
|
|
562
|
+
}>>, t.ExactC<t.TypeC<{
|
|
563
|
+
type: t.LiteralC<"tableCell">;
|
|
564
|
+
content: t.ExactC<t.TypeC<{
|
|
565
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
566
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
567
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
561
568
|
content: t.IntersectionC<[t.TypeC<{
|
|
562
569
|
text: t.StringC;
|
|
563
570
|
}>, t.PartialC<{
|
|
@@ -667,12 +674,12 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
667
674
|
label: t.StringC;
|
|
668
675
|
direction: t.StringC;
|
|
669
676
|
}>]>>>;
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
}>>, t.ExactC<t.TypeC<{
|
|
674
|
-
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
677
|
+
}>>;
|
|
678
|
+
}>>]>>;
|
|
679
|
+
}>>>;
|
|
675
680
|
}>>, t.ExactC<t.TypeC<{
|
|
681
|
+
__TYPE__: t.LiteralC<"TableContent">;
|
|
682
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
676
683
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
677
684
|
type: t.LiteralC<"Link">;
|
|
678
685
|
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -753,240 +760,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
753
760
|
variant: t.StringC;
|
|
754
761
|
}>]>>]>]>;
|
|
755
762
|
}>>]>>;
|
|
756
|
-
}
|
|
757
|
-
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
758
|
-
type: t.LiteralC<"tableRow">;
|
|
759
|
-
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
760
|
-
type: t.LiteralC<"tableHeader">;
|
|
761
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
762
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
763
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
764
|
-
text: t.StringC;
|
|
765
|
-
}>, t.PartialC<{
|
|
766
|
-
spans: t.Type<({
|
|
767
|
-
data: ({
|
|
768
|
-
__TYPE__: "ImageLink";
|
|
769
|
-
} & {
|
|
770
|
-
kind: "image";
|
|
771
|
-
id: string;
|
|
772
|
-
url: string;
|
|
773
|
-
height: string;
|
|
774
|
-
width: string;
|
|
775
|
-
size: string;
|
|
776
|
-
name: string;
|
|
777
|
-
} & {
|
|
778
|
-
date?: string | null | undefined;
|
|
779
|
-
}) | ({
|
|
780
|
-
__TYPE__: "FileLink";
|
|
781
|
-
} & {
|
|
782
|
-
kind: "file";
|
|
783
|
-
id: string;
|
|
784
|
-
url: string;
|
|
785
|
-
name: string;
|
|
786
|
-
size: string;
|
|
787
|
-
} & {
|
|
788
|
-
date?: string | null | undefined;
|
|
789
|
-
}) | ({
|
|
790
|
-
__TYPE__: "DocumentLink";
|
|
791
|
-
} & {
|
|
792
|
-
id: string;
|
|
793
|
-
}) | ({
|
|
794
|
-
__TYPE__: "ExternalLink";
|
|
795
|
-
} & {
|
|
796
|
-
url: string;
|
|
797
|
-
} & {
|
|
798
|
-
kind?: "web";
|
|
799
|
-
target?: string | null | undefined;
|
|
800
|
-
preview?: {
|
|
801
|
-
title?: string;
|
|
802
|
-
} | null | undefined;
|
|
803
|
-
});
|
|
804
|
-
start: number;
|
|
805
|
-
end: number;
|
|
806
|
-
type: "hyperlink";
|
|
807
|
-
} | {
|
|
808
|
-
data: string;
|
|
809
|
-
start: number;
|
|
810
|
-
end: number;
|
|
811
|
-
type: "label";
|
|
812
|
-
} | {
|
|
813
|
-
start: number;
|
|
814
|
-
end: number;
|
|
815
|
-
type: "strong" | "em" | "list-item";
|
|
816
|
-
})[], ({
|
|
817
|
-
data: ({
|
|
818
|
-
__TYPE__: "ImageLink";
|
|
819
|
-
} & {
|
|
820
|
-
kind: "image";
|
|
821
|
-
id: string;
|
|
822
|
-
url: string;
|
|
823
|
-
height: string;
|
|
824
|
-
width: string;
|
|
825
|
-
size: string;
|
|
826
|
-
name: string;
|
|
827
|
-
} & {
|
|
828
|
-
date?: string | null | undefined;
|
|
829
|
-
}) | ({
|
|
830
|
-
__TYPE__: "FileLink";
|
|
831
|
-
} & {
|
|
832
|
-
kind: "file";
|
|
833
|
-
id: string;
|
|
834
|
-
url: string;
|
|
835
|
-
name: string;
|
|
836
|
-
size: string;
|
|
837
|
-
} & {
|
|
838
|
-
date?: string | null | undefined;
|
|
839
|
-
}) | ({
|
|
840
|
-
__TYPE__: "DocumentLink";
|
|
841
|
-
} & {
|
|
842
|
-
id: string;
|
|
843
|
-
}) | ({
|
|
844
|
-
__TYPE__: "ExternalLink";
|
|
845
|
-
} & {
|
|
846
|
-
url: string;
|
|
847
|
-
} & {
|
|
848
|
-
kind?: "web";
|
|
849
|
-
target?: string | null | undefined;
|
|
850
|
-
preview?: {
|
|
851
|
-
title?: string;
|
|
852
|
-
} | null | undefined;
|
|
853
|
-
});
|
|
854
|
-
start: number;
|
|
855
|
-
end: number;
|
|
856
|
-
type: "hyperlink";
|
|
857
|
-
} | {
|
|
858
|
-
data: string;
|
|
859
|
-
start: number;
|
|
860
|
-
end: number;
|
|
861
|
-
type: "label";
|
|
862
|
-
} | {
|
|
863
|
-
start: number;
|
|
864
|
-
end: number;
|
|
865
|
-
type: "strong" | "em" | "list-item";
|
|
866
|
-
})[], unknown>;
|
|
867
|
-
}>]>;
|
|
868
|
-
}>, t.PartialC<{
|
|
869
|
-
label: t.StringC;
|
|
870
|
-
direction: t.StringC;
|
|
871
|
-
}>]>>>;
|
|
872
|
-
}>>, t.ExactC<t.TypeC<{
|
|
873
|
-
type: t.LiteralC<"tableCell">;
|
|
874
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
875
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
876
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
877
|
-
text: t.StringC;
|
|
878
|
-
}>, t.PartialC<{
|
|
879
|
-
spans: t.Type<({
|
|
880
|
-
data: ({
|
|
881
|
-
__TYPE__: "ImageLink";
|
|
882
|
-
} & {
|
|
883
|
-
kind: "image";
|
|
884
|
-
id: string;
|
|
885
|
-
url: string;
|
|
886
|
-
height: string;
|
|
887
|
-
width: string;
|
|
888
|
-
size: string;
|
|
889
|
-
name: string;
|
|
890
|
-
} & {
|
|
891
|
-
date?: string | null | undefined;
|
|
892
|
-
}) | ({
|
|
893
|
-
__TYPE__: "FileLink";
|
|
894
|
-
} & {
|
|
895
|
-
kind: "file";
|
|
896
|
-
id: string;
|
|
897
|
-
url: string;
|
|
898
|
-
name: string;
|
|
899
|
-
size: string;
|
|
900
|
-
} & {
|
|
901
|
-
date?: string | null | undefined;
|
|
902
|
-
}) | ({
|
|
903
|
-
__TYPE__: "DocumentLink";
|
|
904
|
-
} & {
|
|
905
|
-
id: string;
|
|
906
|
-
}) | ({
|
|
907
|
-
__TYPE__: "ExternalLink";
|
|
908
|
-
} & {
|
|
909
|
-
url: string;
|
|
910
|
-
} & {
|
|
911
|
-
kind?: "web";
|
|
912
|
-
target?: string | null | undefined;
|
|
913
|
-
preview?: {
|
|
914
|
-
title?: string;
|
|
915
|
-
} | null | undefined;
|
|
916
|
-
});
|
|
917
|
-
start: number;
|
|
918
|
-
end: number;
|
|
919
|
-
type: "hyperlink";
|
|
920
|
-
} | {
|
|
921
|
-
data: string;
|
|
922
|
-
start: number;
|
|
923
|
-
end: number;
|
|
924
|
-
type: "label";
|
|
925
|
-
} | {
|
|
926
|
-
start: number;
|
|
927
|
-
end: number;
|
|
928
|
-
type: "strong" | "em" | "list-item";
|
|
929
|
-
})[], ({
|
|
930
|
-
data: ({
|
|
931
|
-
__TYPE__: "ImageLink";
|
|
932
|
-
} & {
|
|
933
|
-
kind: "image";
|
|
934
|
-
id: string;
|
|
935
|
-
url: string;
|
|
936
|
-
height: string;
|
|
937
|
-
width: string;
|
|
938
|
-
size: string;
|
|
939
|
-
name: string;
|
|
940
|
-
} & {
|
|
941
|
-
date?: string | null | undefined;
|
|
942
|
-
}) | ({
|
|
943
|
-
__TYPE__: "FileLink";
|
|
944
|
-
} & {
|
|
945
|
-
kind: "file";
|
|
946
|
-
id: string;
|
|
947
|
-
url: string;
|
|
948
|
-
name: string;
|
|
949
|
-
size: string;
|
|
950
|
-
} & {
|
|
951
|
-
date?: string | null | undefined;
|
|
952
|
-
}) | ({
|
|
953
|
-
__TYPE__: "DocumentLink";
|
|
954
|
-
} & {
|
|
955
|
-
id: string;
|
|
956
|
-
}) | ({
|
|
957
|
-
__TYPE__: "ExternalLink";
|
|
958
|
-
} & {
|
|
959
|
-
url: string;
|
|
960
|
-
} & {
|
|
961
|
-
kind?: "web";
|
|
962
|
-
target?: string | null | undefined;
|
|
963
|
-
preview?: {
|
|
964
|
-
title?: string;
|
|
965
|
-
} | null | undefined;
|
|
966
|
-
});
|
|
967
|
-
start: number;
|
|
968
|
-
end: number;
|
|
969
|
-
type: "hyperlink";
|
|
970
|
-
} | {
|
|
971
|
-
data: string;
|
|
972
|
-
start: number;
|
|
973
|
-
end: number;
|
|
974
|
-
type: "label";
|
|
975
|
-
} | {
|
|
976
|
-
start: number;
|
|
977
|
-
end: number;
|
|
978
|
-
type: "strong" | "em" | "list-item";
|
|
979
|
-
})[], unknown>;
|
|
980
|
-
}>]>;
|
|
981
|
-
}>, t.PartialC<{
|
|
982
|
-
label: t.StringC;
|
|
983
|
-
direction: t.StringC;
|
|
984
|
-
}>]>>>;
|
|
985
|
-
}>>]>>;
|
|
986
|
-
}>>>;
|
|
987
|
-
}>>, t.ExactC<t.TypeC<{
|
|
988
|
-
__TYPE__: t.LiteralC<"TableContent">;
|
|
989
|
-
}>>]>]>>;
|
|
763
|
+
}>>]>>;
|
|
990
764
|
repeat: t.ArrayC<t.ExactC<t.TypeC<{
|
|
991
765
|
__TYPE__: t.LiteralC<"GroupItemContent">;
|
|
992
766
|
value: t.ArrayC<t.TupleC<[t.StringC, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
@@ -1305,7 +1079,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1305
1079
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1306
1080
|
direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
1307
1081
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1308
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
1082
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
1309
1083
|
content: t.IntersectionC<[t.TypeC<{
|
|
1310
1084
|
text: t.StringC;
|
|
1311
1085
|
}>, t.PartialC<{
|
|
@@ -1414,14 +1188,18 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1414
1188
|
}>, t.PartialC<{
|
|
1415
1189
|
label: t.StringC;
|
|
1416
1190
|
direction: t.StringC;
|
|
1417
|
-
}>]
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1191
|
+
}>]>>]>>;
|
|
1192
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1193
|
+
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
1194
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1195
|
+
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
1196
|
+
type: t.LiteralC<"tableRow">;
|
|
1197
|
+
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
1198
|
+
type: t.LiteralC<"tableHeader">;
|
|
1199
|
+
content: t.ExactC<t.TypeC<{
|
|
1200
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
1201
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1202
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
1425
1203
|
content: t.IntersectionC<[t.TypeC<{
|
|
1426
1204
|
text: t.StringC;
|
|
1427
1205
|
}>, t.PartialC<{
|
|
@@ -1531,10 +1309,13 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1531
1309
|
label: t.StringC;
|
|
1532
1310
|
direction: t.StringC;
|
|
1533
1311
|
}>]>>>;
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1312
|
+
}>>;
|
|
1313
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1314
|
+
type: t.LiteralC<"tableCell">;
|
|
1315
|
+
content: t.ExactC<t.TypeC<{
|
|
1316
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
1317
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1318
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
1538
1319
|
content: t.IntersectionC<[t.TypeC<{
|
|
1539
1320
|
text: t.StringC;
|
|
1540
1321
|
}>, t.PartialC<{
|
|
@@ -1644,12 +1425,12 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1644
1425
|
label: t.StringC;
|
|
1645
1426
|
direction: t.StringC;
|
|
1646
1427
|
}>]>>>;
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
}>>, t.ExactC<t.TypeC<{
|
|
1651
|
-
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
1428
|
+
}>>;
|
|
1429
|
+
}>>]>>;
|
|
1430
|
+
}>>>;
|
|
1652
1431
|
}>>, t.ExactC<t.TypeC<{
|
|
1432
|
+
__TYPE__: t.LiteralC<"TableContent">;
|
|
1433
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
1653
1434
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
1654
1435
|
type: t.LiteralC<"Link">;
|
|
1655
1436
|
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -1730,240 +1511,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
1730
1511
|
variant: t.StringC;
|
|
1731
1512
|
}>]>>]>]>;
|
|
1732
1513
|
}>>]>>;
|
|
1733
|
-
}
|
|
1734
|
-
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
1735
|
-
type: t.LiteralC<"tableRow">;
|
|
1736
|
-
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
1737
|
-
type: t.LiteralC<"tableHeader">;
|
|
1738
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1739
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
1740
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
1741
|
-
text: t.StringC;
|
|
1742
|
-
}>, t.PartialC<{
|
|
1743
|
-
spans: t.Type<({
|
|
1744
|
-
data: ({
|
|
1745
|
-
__TYPE__: "ImageLink";
|
|
1746
|
-
} & {
|
|
1747
|
-
kind: "image";
|
|
1748
|
-
id: string;
|
|
1749
|
-
url: string;
|
|
1750
|
-
height: string;
|
|
1751
|
-
width: string;
|
|
1752
|
-
size: string;
|
|
1753
|
-
name: string;
|
|
1754
|
-
} & {
|
|
1755
|
-
date?: string | null | undefined;
|
|
1756
|
-
}) | ({
|
|
1757
|
-
__TYPE__: "FileLink";
|
|
1758
|
-
} & {
|
|
1759
|
-
kind: "file";
|
|
1760
|
-
id: string;
|
|
1761
|
-
url: string;
|
|
1762
|
-
name: string;
|
|
1763
|
-
size: string;
|
|
1764
|
-
} & {
|
|
1765
|
-
date?: string | null | undefined;
|
|
1766
|
-
}) | ({
|
|
1767
|
-
__TYPE__: "DocumentLink";
|
|
1768
|
-
} & {
|
|
1769
|
-
id: string;
|
|
1770
|
-
}) | ({
|
|
1771
|
-
__TYPE__: "ExternalLink";
|
|
1772
|
-
} & {
|
|
1773
|
-
url: string;
|
|
1774
|
-
} & {
|
|
1775
|
-
kind?: "web";
|
|
1776
|
-
target?: string | null | undefined;
|
|
1777
|
-
preview?: {
|
|
1778
|
-
title?: string;
|
|
1779
|
-
} | null | undefined;
|
|
1780
|
-
});
|
|
1781
|
-
start: number;
|
|
1782
|
-
end: number;
|
|
1783
|
-
type: "hyperlink";
|
|
1784
|
-
} | {
|
|
1785
|
-
data: string;
|
|
1786
|
-
start: number;
|
|
1787
|
-
end: number;
|
|
1788
|
-
type: "label";
|
|
1789
|
-
} | {
|
|
1790
|
-
start: number;
|
|
1791
|
-
end: number;
|
|
1792
|
-
type: "strong" | "em" | "list-item";
|
|
1793
|
-
})[], ({
|
|
1794
|
-
data: ({
|
|
1795
|
-
__TYPE__: "ImageLink";
|
|
1796
|
-
} & {
|
|
1797
|
-
kind: "image";
|
|
1798
|
-
id: string;
|
|
1799
|
-
url: string;
|
|
1800
|
-
height: string;
|
|
1801
|
-
width: string;
|
|
1802
|
-
size: string;
|
|
1803
|
-
name: string;
|
|
1804
|
-
} & {
|
|
1805
|
-
date?: string | null | undefined;
|
|
1806
|
-
}) | ({
|
|
1807
|
-
__TYPE__: "FileLink";
|
|
1808
|
-
} & {
|
|
1809
|
-
kind: "file";
|
|
1810
|
-
id: string;
|
|
1811
|
-
url: string;
|
|
1812
|
-
name: string;
|
|
1813
|
-
size: string;
|
|
1814
|
-
} & {
|
|
1815
|
-
date?: string | null | undefined;
|
|
1816
|
-
}) | ({
|
|
1817
|
-
__TYPE__: "DocumentLink";
|
|
1818
|
-
} & {
|
|
1819
|
-
id: string;
|
|
1820
|
-
}) | ({
|
|
1821
|
-
__TYPE__: "ExternalLink";
|
|
1822
|
-
} & {
|
|
1823
|
-
url: string;
|
|
1824
|
-
} & {
|
|
1825
|
-
kind?: "web";
|
|
1826
|
-
target?: string | null | undefined;
|
|
1827
|
-
preview?: {
|
|
1828
|
-
title?: string;
|
|
1829
|
-
} | null | undefined;
|
|
1830
|
-
});
|
|
1831
|
-
start: number;
|
|
1832
|
-
end: number;
|
|
1833
|
-
type: "hyperlink";
|
|
1834
|
-
} | {
|
|
1835
|
-
data: string;
|
|
1836
|
-
start: number;
|
|
1837
|
-
end: number;
|
|
1838
|
-
type: "label";
|
|
1839
|
-
} | {
|
|
1840
|
-
start: number;
|
|
1841
|
-
end: number;
|
|
1842
|
-
type: "strong" | "em" | "list-item";
|
|
1843
|
-
})[], unknown>;
|
|
1844
|
-
}>]>;
|
|
1845
|
-
}>, t.PartialC<{
|
|
1846
|
-
label: t.StringC;
|
|
1847
|
-
direction: t.StringC;
|
|
1848
|
-
}>]>>>;
|
|
1849
|
-
}>>, t.ExactC<t.TypeC<{
|
|
1850
|
-
type: t.LiteralC<"tableCell">;
|
|
1851
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1852
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
1853
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
1854
|
-
text: t.StringC;
|
|
1855
|
-
}>, t.PartialC<{
|
|
1856
|
-
spans: t.Type<({
|
|
1857
|
-
data: ({
|
|
1858
|
-
__TYPE__: "ImageLink";
|
|
1859
|
-
} & {
|
|
1860
|
-
kind: "image";
|
|
1861
|
-
id: string;
|
|
1862
|
-
url: string;
|
|
1863
|
-
height: string;
|
|
1864
|
-
width: string;
|
|
1865
|
-
size: string;
|
|
1866
|
-
name: string;
|
|
1867
|
-
} & {
|
|
1868
|
-
date?: string | null | undefined;
|
|
1869
|
-
}) | ({
|
|
1870
|
-
__TYPE__: "FileLink";
|
|
1871
|
-
} & {
|
|
1872
|
-
kind: "file";
|
|
1873
|
-
id: string;
|
|
1874
|
-
url: string;
|
|
1875
|
-
name: string;
|
|
1876
|
-
size: string;
|
|
1877
|
-
} & {
|
|
1878
|
-
date?: string | null | undefined;
|
|
1879
|
-
}) | ({
|
|
1880
|
-
__TYPE__: "DocumentLink";
|
|
1881
|
-
} & {
|
|
1882
|
-
id: string;
|
|
1883
|
-
}) | ({
|
|
1884
|
-
__TYPE__: "ExternalLink";
|
|
1885
|
-
} & {
|
|
1886
|
-
url: string;
|
|
1887
|
-
} & {
|
|
1888
|
-
kind?: "web";
|
|
1889
|
-
target?: string | null | undefined;
|
|
1890
|
-
preview?: {
|
|
1891
|
-
title?: string;
|
|
1892
|
-
} | null | undefined;
|
|
1893
|
-
});
|
|
1894
|
-
start: number;
|
|
1895
|
-
end: number;
|
|
1896
|
-
type: "hyperlink";
|
|
1897
|
-
} | {
|
|
1898
|
-
data: string;
|
|
1899
|
-
start: number;
|
|
1900
|
-
end: number;
|
|
1901
|
-
type: "label";
|
|
1902
|
-
} | {
|
|
1903
|
-
start: number;
|
|
1904
|
-
end: number;
|
|
1905
|
-
type: "strong" | "em" | "list-item";
|
|
1906
|
-
})[], ({
|
|
1907
|
-
data: ({
|
|
1908
|
-
__TYPE__: "ImageLink";
|
|
1909
|
-
} & {
|
|
1910
|
-
kind: "image";
|
|
1911
|
-
id: string;
|
|
1912
|
-
url: string;
|
|
1913
|
-
height: string;
|
|
1914
|
-
width: string;
|
|
1915
|
-
size: string;
|
|
1916
|
-
name: string;
|
|
1917
|
-
} & {
|
|
1918
|
-
date?: string | null | undefined;
|
|
1919
|
-
}) | ({
|
|
1920
|
-
__TYPE__: "FileLink";
|
|
1921
|
-
} & {
|
|
1922
|
-
kind: "file";
|
|
1923
|
-
id: string;
|
|
1924
|
-
url: string;
|
|
1925
|
-
name: string;
|
|
1926
|
-
size: string;
|
|
1927
|
-
} & {
|
|
1928
|
-
date?: string | null | undefined;
|
|
1929
|
-
}) | ({
|
|
1930
|
-
__TYPE__: "DocumentLink";
|
|
1931
|
-
} & {
|
|
1932
|
-
id: string;
|
|
1933
|
-
}) | ({
|
|
1934
|
-
__TYPE__: "ExternalLink";
|
|
1935
|
-
} & {
|
|
1936
|
-
url: string;
|
|
1937
|
-
} & {
|
|
1938
|
-
kind?: "web";
|
|
1939
|
-
target?: string | null | undefined;
|
|
1940
|
-
preview?: {
|
|
1941
|
-
title?: string;
|
|
1942
|
-
} | null | undefined;
|
|
1943
|
-
});
|
|
1944
|
-
start: number;
|
|
1945
|
-
end: number;
|
|
1946
|
-
type: "hyperlink";
|
|
1947
|
-
} | {
|
|
1948
|
-
data: string;
|
|
1949
|
-
start: number;
|
|
1950
|
-
end: number;
|
|
1951
|
-
type: "label";
|
|
1952
|
-
} | {
|
|
1953
|
-
start: number;
|
|
1954
|
-
end: number;
|
|
1955
|
-
type: "strong" | "em" | "list-item";
|
|
1956
|
-
})[], unknown>;
|
|
1957
|
-
}>]>;
|
|
1958
|
-
}>, t.PartialC<{
|
|
1959
|
-
label: t.StringC;
|
|
1960
|
-
direction: t.StringC;
|
|
1961
|
-
}>]>>>;
|
|
1962
|
-
}>>]>>;
|
|
1963
|
-
}>>>;
|
|
1964
|
-
}>>, t.ExactC<t.TypeC<{
|
|
1965
|
-
__TYPE__: t.LiteralC<"TableContent">;
|
|
1966
|
-
}>>]>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>]>>;
|
|
1514
|
+
}>>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>]>>;
|
|
1967
1515
|
}>>>;
|
|
1968
1516
|
}>>, t.ExactC<t.TypeC<{
|
|
1969
1517
|
__TYPE__: t.LiteralC<"SharedSliceContent">;
|
|
@@ -2284,7 +1832,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2284
1832
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2285
1833
|
direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
2286
1834
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2287
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
1835
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
2288
1836
|
content: t.IntersectionC<[t.TypeC<{
|
|
2289
1837
|
text: t.StringC;
|
|
2290
1838
|
}>, t.PartialC<{
|
|
@@ -2393,16 +1941,20 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2393
1941
|
}>, t.PartialC<{
|
|
2394
1942
|
label: t.StringC;
|
|
2395
1943
|
direction: t.StringC;
|
|
2396
|
-
}>]
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
1944
|
+
}>]>>]>>;
|
|
1945
|
+
}>>, t.ExactC<t.TypeC<{
|
|
1946
|
+
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
1947
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
1948
|
+
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
1949
|
+
type: t.LiteralC<"tableRow">;
|
|
1950
|
+
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
1951
|
+
type: t.LiteralC<"tableHeader">;
|
|
1952
|
+
content: t.ExactC<t.TypeC<{
|
|
1953
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
1954
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
1955
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
1956
|
+
content: t.IntersectionC<[t.TypeC<{
|
|
1957
|
+
text: t.StringC;
|
|
2406
1958
|
}>, t.PartialC<{
|
|
2407
1959
|
spans: t.Type<({
|
|
2408
1960
|
data: ({
|
|
@@ -2510,10 +2062,13 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2510
2062
|
label: t.StringC;
|
|
2511
2063
|
direction: t.StringC;
|
|
2512
2064
|
}>]>>>;
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2065
|
+
}>>;
|
|
2066
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2067
|
+
type: t.LiteralC<"tableCell">;
|
|
2068
|
+
content: t.ExactC<t.TypeC<{
|
|
2069
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
2070
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2071
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
2517
2072
|
content: t.IntersectionC<[t.TypeC<{
|
|
2518
2073
|
text: t.StringC;
|
|
2519
2074
|
}>, t.PartialC<{
|
|
@@ -2623,12 +2178,12 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2623
2178
|
label: t.StringC;
|
|
2624
2179
|
direction: t.StringC;
|
|
2625
2180
|
}>]>>>;
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
}
|
|
2629
|
-
}>>, t.ExactC<t.TypeC<{
|
|
2630
|
-
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
2181
|
+
}>>;
|
|
2182
|
+
}>>]>>;
|
|
2183
|
+
}>>>;
|
|
2631
2184
|
}>>, t.ExactC<t.TypeC<{
|
|
2185
|
+
__TYPE__: t.LiteralC<"TableContent">;
|
|
2186
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
2632
2187
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
2633
2188
|
type: t.LiteralC<"Link">;
|
|
2634
2189
|
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -2709,240 +2264,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
2709
2264
|
variant: t.StringC;
|
|
2710
2265
|
}>]>>]>]>;
|
|
2711
2266
|
}>>]>>;
|
|
2712
|
-
}
|
|
2713
|
-
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
2714
|
-
type: t.LiteralC<"tableRow">;
|
|
2715
|
-
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
2716
|
-
type: t.LiteralC<"tableHeader">;
|
|
2717
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2718
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
2719
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
2720
|
-
text: t.StringC;
|
|
2721
|
-
}>, t.PartialC<{
|
|
2722
|
-
spans: t.Type<({
|
|
2723
|
-
data: ({
|
|
2724
|
-
__TYPE__: "ImageLink";
|
|
2725
|
-
} & {
|
|
2726
|
-
kind: "image";
|
|
2727
|
-
id: string;
|
|
2728
|
-
url: string;
|
|
2729
|
-
height: string;
|
|
2730
|
-
width: string;
|
|
2731
|
-
size: string;
|
|
2732
|
-
name: string;
|
|
2733
|
-
} & {
|
|
2734
|
-
date?: string | null | undefined;
|
|
2735
|
-
}) | ({
|
|
2736
|
-
__TYPE__: "FileLink";
|
|
2737
|
-
} & {
|
|
2738
|
-
kind: "file";
|
|
2739
|
-
id: string;
|
|
2740
|
-
url: string;
|
|
2741
|
-
name: string;
|
|
2742
|
-
size: string;
|
|
2743
|
-
} & {
|
|
2744
|
-
date?: string | null | undefined;
|
|
2745
|
-
}) | ({
|
|
2746
|
-
__TYPE__: "DocumentLink";
|
|
2747
|
-
} & {
|
|
2748
|
-
id: string;
|
|
2749
|
-
}) | ({
|
|
2750
|
-
__TYPE__: "ExternalLink";
|
|
2751
|
-
} & {
|
|
2752
|
-
url: string;
|
|
2753
|
-
} & {
|
|
2754
|
-
kind?: "web";
|
|
2755
|
-
target?: string | null | undefined;
|
|
2756
|
-
preview?: {
|
|
2757
|
-
title?: string;
|
|
2758
|
-
} | null | undefined;
|
|
2759
|
-
});
|
|
2760
|
-
start: number;
|
|
2761
|
-
end: number;
|
|
2762
|
-
type: "hyperlink";
|
|
2763
|
-
} | {
|
|
2764
|
-
data: string;
|
|
2765
|
-
start: number;
|
|
2766
|
-
end: number;
|
|
2767
|
-
type: "label";
|
|
2768
|
-
} | {
|
|
2769
|
-
start: number;
|
|
2770
|
-
end: number;
|
|
2771
|
-
type: "strong" | "em" | "list-item";
|
|
2772
|
-
})[], ({
|
|
2773
|
-
data: ({
|
|
2774
|
-
__TYPE__: "ImageLink";
|
|
2775
|
-
} & {
|
|
2776
|
-
kind: "image";
|
|
2777
|
-
id: string;
|
|
2778
|
-
url: string;
|
|
2779
|
-
height: string;
|
|
2780
|
-
width: string;
|
|
2781
|
-
size: string;
|
|
2782
|
-
name: string;
|
|
2783
|
-
} & {
|
|
2784
|
-
date?: string | null | undefined;
|
|
2785
|
-
}) | ({
|
|
2786
|
-
__TYPE__: "FileLink";
|
|
2787
|
-
} & {
|
|
2788
|
-
kind: "file";
|
|
2789
|
-
id: string;
|
|
2790
|
-
url: string;
|
|
2791
|
-
name: string;
|
|
2792
|
-
size: string;
|
|
2793
|
-
} & {
|
|
2794
|
-
date?: string | null | undefined;
|
|
2795
|
-
}) | ({
|
|
2796
|
-
__TYPE__: "DocumentLink";
|
|
2797
|
-
} & {
|
|
2798
|
-
id: string;
|
|
2799
|
-
}) | ({
|
|
2800
|
-
__TYPE__: "ExternalLink";
|
|
2801
|
-
} & {
|
|
2802
|
-
url: string;
|
|
2803
|
-
} & {
|
|
2804
|
-
kind?: "web";
|
|
2805
|
-
target?: string | null | undefined;
|
|
2806
|
-
preview?: {
|
|
2807
|
-
title?: string;
|
|
2808
|
-
} | null | undefined;
|
|
2809
|
-
});
|
|
2810
|
-
start: number;
|
|
2811
|
-
end: number;
|
|
2812
|
-
type: "hyperlink";
|
|
2813
|
-
} | {
|
|
2814
|
-
data: string;
|
|
2815
|
-
start: number;
|
|
2816
|
-
end: number;
|
|
2817
|
-
type: "label";
|
|
2818
|
-
} | {
|
|
2819
|
-
start: number;
|
|
2820
|
-
end: number;
|
|
2821
|
-
type: "strong" | "em" | "list-item";
|
|
2822
|
-
})[], unknown>;
|
|
2823
|
-
}>]>;
|
|
2824
|
-
}>, t.PartialC<{
|
|
2825
|
-
label: t.StringC;
|
|
2826
|
-
direction: t.StringC;
|
|
2827
|
-
}>]>>>;
|
|
2828
|
-
}>>, t.ExactC<t.TypeC<{
|
|
2829
|
-
type: t.LiteralC<"tableCell">;
|
|
2830
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2831
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
2832
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
2833
|
-
text: t.StringC;
|
|
2834
|
-
}>, t.PartialC<{
|
|
2835
|
-
spans: t.Type<({
|
|
2836
|
-
data: ({
|
|
2837
|
-
__TYPE__: "ImageLink";
|
|
2838
|
-
} & {
|
|
2839
|
-
kind: "image";
|
|
2840
|
-
id: string;
|
|
2841
|
-
url: string;
|
|
2842
|
-
height: string;
|
|
2843
|
-
width: string;
|
|
2844
|
-
size: string;
|
|
2845
|
-
name: string;
|
|
2846
|
-
} & {
|
|
2847
|
-
date?: string | null | undefined;
|
|
2848
|
-
}) | ({
|
|
2849
|
-
__TYPE__: "FileLink";
|
|
2850
|
-
} & {
|
|
2851
|
-
kind: "file";
|
|
2852
|
-
id: string;
|
|
2853
|
-
url: string;
|
|
2854
|
-
name: string;
|
|
2855
|
-
size: string;
|
|
2856
|
-
} & {
|
|
2857
|
-
date?: string | null | undefined;
|
|
2858
|
-
}) | ({
|
|
2859
|
-
__TYPE__: "DocumentLink";
|
|
2860
|
-
} & {
|
|
2861
|
-
id: string;
|
|
2862
|
-
}) | ({
|
|
2863
|
-
__TYPE__: "ExternalLink";
|
|
2864
|
-
} & {
|
|
2865
|
-
url: string;
|
|
2866
|
-
} & {
|
|
2867
|
-
kind?: "web";
|
|
2868
|
-
target?: string | null | undefined;
|
|
2869
|
-
preview?: {
|
|
2870
|
-
title?: string;
|
|
2871
|
-
} | null | undefined;
|
|
2872
|
-
});
|
|
2873
|
-
start: number;
|
|
2874
|
-
end: number;
|
|
2875
|
-
type: "hyperlink";
|
|
2876
|
-
} | {
|
|
2877
|
-
data: string;
|
|
2878
|
-
start: number;
|
|
2879
|
-
end: number;
|
|
2880
|
-
type: "label";
|
|
2881
|
-
} | {
|
|
2882
|
-
start: number;
|
|
2883
|
-
end: number;
|
|
2884
|
-
type: "strong" | "em" | "list-item";
|
|
2885
|
-
})[], ({
|
|
2886
|
-
data: ({
|
|
2887
|
-
__TYPE__: "ImageLink";
|
|
2888
|
-
} & {
|
|
2889
|
-
kind: "image";
|
|
2890
|
-
id: string;
|
|
2891
|
-
url: string;
|
|
2892
|
-
height: string;
|
|
2893
|
-
width: string;
|
|
2894
|
-
size: string;
|
|
2895
|
-
name: string;
|
|
2896
|
-
} & {
|
|
2897
|
-
date?: string | null | undefined;
|
|
2898
|
-
}) | ({
|
|
2899
|
-
__TYPE__: "FileLink";
|
|
2900
|
-
} & {
|
|
2901
|
-
kind: "file";
|
|
2902
|
-
id: string;
|
|
2903
|
-
url: string;
|
|
2904
|
-
name: string;
|
|
2905
|
-
size: string;
|
|
2906
|
-
} & {
|
|
2907
|
-
date?: string | null | undefined;
|
|
2908
|
-
}) | ({
|
|
2909
|
-
__TYPE__: "DocumentLink";
|
|
2910
|
-
} & {
|
|
2911
|
-
id: string;
|
|
2912
|
-
}) | ({
|
|
2913
|
-
__TYPE__: "ExternalLink";
|
|
2914
|
-
} & {
|
|
2915
|
-
url: string;
|
|
2916
|
-
} & {
|
|
2917
|
-
kind?: "web";
|
|
2918
|
-
target?: string | null | undefined;
|
|
2919
|
-
preview?: {
|
|
2920
|
-
title?: string;
|
|
2921
|
-
} | null | undefined;
|
|
2922
|
-
});
|
|
2923
|
-
start: number;
|
|
2924
|
-
end: number;
|
|
2925
|
-
type: "hyperlink";
|
|
2926
|
-
} | {
|
|
2927
|
-
data: string;
|
|
2928
|
-
start: number;
|
|
2929
|
-
end: number;
|
|
2930
|
-
type: "label";
|
|
2931
|
-
} | {
|
|
2932
|
-
start: number;
|
|
2933
|
-
end: number;
|
|
2934
|
-
type: "strong" | "em" | "list-item";
|
|
2935
|
-
})[], unknown>;
|
|
2936
|
-
}>]>;
|
|
2937
|
-
}>, t.PartialC<{
|
|
2938
|
-
label: t.StringC;
|
|
2939
|
-
direction: t.StringC;
|
|
2940
|
-
}>]>>>;
|
|
2941
|
-
}>>]>>;
|
|
2942
|
-
}>>>;
|
|
2943
|
-
}>>, t.ExactC<t.TypeC<{
|
|
2944
|
-
__TYPE__: t.LiteralC<"TableContent">;
|
|
2945
|
-
}>>]>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>>;
|
|
2267
|
+
}>>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>>;
|
|
2946
2268
|
items: t.ArrayC<t.ExactC<t.TypeC<{
|
|
2947
2269
|
__TYPE__: t.LiteralC<"GroupItemContent">;
|
|
2948
2270
|
value: t.ArrayC<t.TupleC<[t.StringC, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
@@ -3261,7 +2583,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
3261
2583
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3262
2584
|
direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3263
2585
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3264
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
2586
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
3265
2587
|
content: t.IntersectionC<[t.TypeC<{
|
|
3266
2588
|
text: t.StringC;
|
|
3267
2589
|
}>, t.PartialC<{
|
|
@@ -3370,16 +2692,20 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
3370
2692
|
}>, t.PartialC<{
|
|
3371
2693
|
label: t.StringC;
|
|
3372
2694
|
direction: t.StringC;
|
|
3373
|
-
}>]
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
2695
|
+
}>]>>]>>;
|
|
2696
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2697
|
+
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
2698
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
2699
|
+
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
2700
|
+
type: t.LiteralC<"tableRow">;
|
|
2701
|
+
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
2702
|
+
type: t.LiteralC<"tableHeader">;
|
|
2703
|
+
content: t.ExactC<t.TypeC<{
|
|
2704
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
2705
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2706
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
2707
|
+
content: t.IntersectionC<[t.TypeC<{
|
|
2708
|
+
text: t.StringC;
|
|
3383
2709
|
}>, t.PartialC<{
|
|
3384
2710
|
spans: t.Type<({
|
|
3385
2711
|
data: ({
|
|
@@ -3487,10 +2813,13 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
3487
2813
|
label: t.StringC;
|
|
3488
2814
|
direction: t.StringC;
|
|
3489
2815
|
}>]>>>;
|
|
3490
|
-
}
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
2816
|
+
}>>;
|
|
2817
|
+
}>>, t.ExactC<t.TypeC<{
|
|
2818
|
+
type: t.LiteralC<"tableCell">;
|
|
2819
|
+
content: t.ExactC<t.TypeC<{
|
|
2820
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
2821
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
2822
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
3494
2823
|
content: t.IntersectionC<[t.TypeC<{
|
|
3495
2824
|
text: t.StringC;
|
|
3496
2825
|
}>, t.PartialC<{
|
|
@@ -3600,12 +2929,12 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
3600
2929
|
label: t.StringC;
|
|
3601
2930
|
direction: t.StringC;
|
|
3602
2931
|
}>]>>>;
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
|
-
}
|
|
3606
|
-
}>>, t.ExactC<t.TypeC<{
|
|
3607
|
-
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
2932
|
+
}>>;
|
|
2933
|
+
}>>]>>;
|
|
2934
|
+
}>>>;
|
|
3608
2935
|
}>>, t.ExactC<t.TypeC<{
|
|
2936
|
+
__TYPE__: t.LiteralC<"TableContent">;
|
|
2937
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
3609
2938
|
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
3610
2939
|
type: t.LiteralC<"Link">;
|
|
3611
2940
|
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
@@ -3686,240 +3015,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
3686
3015
|
variant: t.StringC;
|
|
3687
3016
|
}>]>>]>]>;
|
|
3688
3017
|
}>>]>>;
|
|
3689
|
-
}
|
|
3690
|
-
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
3691
|
-
type: t.LiteralC<"tableRow">;
|
|
3692
|
-
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
3693
|
-
type: t.LiteralC<"tableHeader">;
|
|
3694
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3695
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
3696
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
3697
|
-
text: t.StringC;
|
|
3698
|
-
}>, t.PartialC<{
|
|
3699
|
-
spans: t.Type<({
|
|
3700
|
-
data: ({
|
|
3701
|
-
__TYPE__: "ImageLink";
|
|
3702
|
-
} & {
|
|
3703
|
-
kind: "image";
|
|
3704
|
-
id: string;
|
|
3705
|
-
url: string;
|
|
3706
|
-
height: string;
|
|
3707
|
-
width: string;
|
|
3708
|
-
size: string;
|
|
3709
|
-
name: string;
|
|
3710
|
-
} & {
|
|
3711
|
-
date?: string | null | undefined;
|
|
3712
|
-
}) | ({
|
|
3713
|
-
__TYPE__: "FileLink";
|
|
3714
|
-
} & {
|
|
3715
|
-
kind: "file";
|
|
3716
|
-
id: string;
|
|
3717
|
-
url: string;
|
|
3718
|
-
name: string;
|
|
3719
|
-
size: string;
|
|
3720
|
-
} & {
|
|
3721
|
-
date?: string | null | undefined;
|
|
3722
|
-
}) | ({
|
|
3723
|
-
__TYPE__: "DocumentLink";
|
|
3724
|
-
} & {
|
|
3725
|
-
id: string;
|
|
3726
|
-
}) | ({
|
|
3727
|
-
__TYPE__: "ExternalLink";
|
|
3728
|
-
} & {
|
|
3729
|
-
url: string;
|
|
3730
|
-
} & {
|
|
3731
|
-
kind?: "web";
|
|
3732
|
-
target?: string | null | undefined;
|
|
3733
|
-
preview?: {
|
|
3734
|
-
title?: string;
|
|
3735
|
-
} | null | undefined;
|
|
3736
|
-
});
|
|
3737
|
-
start: number;
|
|
3738
|
-
end: number;
|
|
3739
|
-
type: "hyperlink";
|
|
3740
|
-
} | {
|
|
3741
|
-
data: string;
|
|
3742
|
-
start: number;
|
|
3743
|
-
end: number;
|
|
3744
|
-
type: "label";
|
|
3745
|
-
} | {
|
|
3746
|
-
start: number;
|
|
3747
|
-
end: number;
|
|
3748
|
-
type: "strong" | "em" | "list-item";
|
|
3749
|
-
})[], ({
|
|
3750
|
-
data: ({
|
|
3751
|
-
__TYPE__: "ImageLink";
|
|
3752
|
-
} & {
|
|
3753
|
-
kind: "image";
|
|
3754
|
-
id: string;
|
|
3755
|
-
url: string;
|
|
3756
|
-
height: string;
|
|
3757
|
-
width: string;
|
|
3758
|
-
size: string;
|
|
3759
|
-
name: string;
|
|
3760
|
-
} & {
|
|
3761
|
-
date?: string | null | undefined;
|
|
3762
|
-
}) | ({
|
|
3763
|
-
__TYPE__: "FileLink";
|
|
3764
|
-
} & {
|
|
3765
|
-
kind: "file";
|
|
3766
|
-
id: string;
|
|
3767
|
-
url: string;
|
|
3768
|
-
name: string;
|
|
3769
|
-
size: string;
|
|
3770
|
-
} & {
|
|
3771
|
-
date?: string | null | undefined;
|
|
3772
|
-
}) | ({
|
|
3773
|
-
__TYPE__: "DocumentLink";
|
|
3774
|
-
} & {
|
|
3775
|
-
id: string;
|
|
3776
|
-
}) | ({
|
|
3777
|
-
__TYPE__: "ExternalLink";
|
|
3778
|
-
} & {
|
|
3779
|
-
url: string;
|
|
3780
|
-
} & {
|
|
3781
|
-
kind?: "web";
|
|
3782
|
-
target?: string | null | undefined;
|
|
3783
|
-
preview?: {
|
|
3784
|
-
title?: string;
|
|
3785
|
-
} | null | undefined;
|
|
3786
|
-
});
|
|
3787
|
-
start: number;
|
|
3788
|
-
end: number;
|
|
3789
|
-
type: "hyperlink";
|
|
3790
|
-
} | {
|
|
3791
|
-
data: string;
|
|
3792
|
-
start: number;
|
|
3793
|
-
end: number;
|
|
3794
|
-
type: "label";
|
|
3795
|
-
} | {
|
|
3796
|
-
start: number;
|
|
3797
|
-
end: number;
|
|
3798
|
-
type: "strong" | "em" | "list-item";
|
|
3799
|
-
})[], unknown>;
|
|
3800
|
-
}>]>;
|
|
3801
|
-
}>, t.PartialC<{
|
|
3802
|
-
label: t.StringC;
|
|
3803
|
-
direction: t.StringC;
|
|
3804
|
-
}>]>>>;
|
|
3805
|
-
}>>, t.ExactC<t.TypeC<{
|
|
3806
|
-
type: t.LiteralC<"tableCell">;
|
|
3807
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3808
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
3809
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
3810
|
-
text: t.StringC;
|
|
3811
|
-
}>, t.PartialC<{
|
|
3812
|
-
spans: t.Type<({
|
|
3813
|
-
data: ({
|
|
3814
|
-
__TYPE__: "ImageLink";
|
|
3815
|
-
} & {
|
|
3816
|
-
kind: "image";
|
|
3817
|
-
id: string;
|
|
3818
|
-
url: string;
|
|
3819
|
-
height: string;
|
|
3820
|
-
width: string;
|
|
3821
|
-
size: string;
|
|
3822
|
-
name: string;
|
|
3823
|
-
} & {
|
|
3824
|
-
date?: string | null | undefined;
|
|
3825
|
-
}) | ({
|
|
3826
|
-
__TYPE__: "FileLink";
|
|
3827
|
-
} & {
|
|
3828
|
-
kind: "file";
|
|
3829
|
-
id: string;
|
|
3830
|
-
url: string;
|
|
3831
|
-
name: string;
|
|
3832
|
-
size: string;
|
|
3833
|
-
} & {
|
|
3834
|
-
date?: string | null | undefined;
|
|
3835
|
-
}) | ({
|
|
3836
|
-
__TYPE__: "DocumentLink";
|
|
3837
|
-
} & {
|
|
3838
|
-
id: string;
|
|
3839
|
-
}) | ({
|
|
3840
|
-
__TYPE__: "ExternalLink";
|
|
3841
|
-
} & {
|
|
3842
|
-
url: string;
|
|
3843
|
-
} & {
|
|
3844
|
-
kind?: "web";
|
|
3845
|
-
target?: string | null | undefined;
|
|
3846
|
-
preview?: {
|
|
3847
|
-
title?: string;
|
|
3848
|
-
} | null | undefined;
|
|
3849
|
-
});
|
|
3850
|
-
start: number;
|
|
3851
|
-
end: number;
|
|
3852
|
-
type: "hyperlink";
|
|
3853
|
-
} | {
|
|
3854
|
-
data: string;
|
|
3855
|
-
start: number;
|
|
3856
|
-
end: number;
|
|
3857
|
-
type: "label";
|
|
3858
|
-
} | {
|
|
3859
|
-
start: number;
|
|
3860
|
-
end: number;
|
|
3861
|
-
type: "strong" | "em" | "list-item";
|
|
3862
|
-
})[], ({
|
|
3863
|
-
data: ({
|
|
3864
|
-
__TYPE__: "ImageLink";
|
|
3865
|
-
} & {
|
|
3866
|
-
kind: "image";
|
|
3867
|
-
id: string;
|
|
3868
|
-
url: string;
|
|
3869
|
-
height: string;
|
|
3870
|
-
width: string;
|
|
3871
|
-
size: string;
|
|
3872
|
-
name: string;
|
|
3873
|
-
} & {
|
|
3874
|
-
date?: string | null | undefined;
|
|
3875
|
-
}) | ({
|
|
3876
|
-
__TYPE__: "FileLink";
|
|
3877
|
-
} & {
|
|
3878
|
-
kind: "file";
|
|
3879
|
-
id: string;
|
|
3880
|
-
url: string;
|
|
3881
|
-
name: string;
|
|
3882
|
-
size: string;
|
|
3883
|
-
} & {
|
|
3884
|
-
date?: string | null | undefined;
|
|
3885
|
-
}) | ({
|
|
3886
|
-
__TYPE__: "DocumentLink";
|
|
3887
|
-
} & {
|
|
3888
|
-
id: string;
|
|
3889
|
-
}) | ({
|
|
3890
|
-
__TYPE__: "ExternalLink";
|
|
3891
|
-
} & {
|
|
3892
|
-
url: string;
|
|
3893
|
-
} & {
|
|
3894
|
-
kind?: "web";
|
|
3895
|
-
target?: string | null | undefined;
|
|
3896
|
-
preview?: {
|
|
3897
|
-
title?: string;
|
|
3898
|
-
} | null | undefined;
|
|
3899
|
-
});
|
|
3900
|
-
start: number;
|
|
3901
|
-
end: number;
|
|
3902
|
-
type: "hyperlink";
|
|
3903
|
-
} | {
|
|
3904
|
-
data: string;
|
|
3905
|
-
start: number;
|
|
3906
|
-
end: number;
|
|
3907
|
-
type: "label";
|
|
3908
|
-
} | {
|
|
3909
|
-
start: number;
|
|
3910
|
-
end: number;
|
|
3911
|
-
type: "strong" | "em" | "list-item";
|
|
3912
|
-
})[], unknown>;
|
|
3913
|
-
}>]>;
|
|
3914
|
-
}>, t.PartialC<{
|
|
3915
|
-
label: t.StringC;
|
|
3916
|
-
direction: t.StringC;
|
|
3917
|
-
}>]>>>;
|
|
3918
|
-
}>>]>>;
|
|
3919
|
-
}>>>;
|
|
3920
|
-
}>>, t.ExactC<t.TypeC<{
|
|
3921
|
-
__TYPE__: t.LiteralC<"TableContent">;
|
|
3922
|
-
}>>]>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>]>>;
|
|
3018
|
+
}>>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>]>>;
|
|
3923
3019
|
}>>>;
|
|
3924
3020
|
}>>, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
3925
3021
|
type: t.StringC;
|
|
@@ -4237,7 +3333,7 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
4237
3333
|
label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4238
3334
|
direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4239
3335
|
}>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
4240
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
3336
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
4241
3337
|
content: t.IntersectionC<[t.TypeC<{
|
|
4242
3338
|
text: t.StringC;
|
|
4243
3339
|
}>, t.PartialC<{
|
|
@@ -4346,16 +3442,20 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
4346
3442
|
}>, t.PartialC<{
|
|
4347
3443
|
label: t.StringC;
|
|
4348
3444
|
direction: t.StringC;
|
|
4349
|
-
}>]
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
3445
|
+
}>]>>]>>;
|
|
3446
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3447
|
+
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
3448
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3449
|
+
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
3450
|
+
type: t.LiteralC<"tableRow">;
|
|
3451
|
+
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
3452
|
+
type: t.LiteralC<"tableHeader">;
|
|
3453
|
+
content: t.ExactC<t.TypeC<{
|
|
3454
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
3455
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3456
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
3457
|
+
content: t.IntersectionC<[t.TypeC<{
|
|
3458
|
+
text: t.StringC;
|
|
4359
3459
|
}>, t.PartialC<{
|
|
4360
3460
|
spans: t.Type<({
|
|
4361
3461
|
data: ({
|
|
@@ -4463,10 +3563,13 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
4463
3563
|
label: t.StringC;
|
|
4464
3564
|
direction: t.StringC;
|
|
4465
3565
|
}>]>>>;
|
|
4466
|
-
}
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
3566
|
+
}>>;
|
|
3567
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3568
|
+
type: t.LiteralC<"tableCell">;
|
|
3569
|
+
content: t.ExactC<t.TypeC<{
|
|
3570
|
+
__TYPE__: t.LiteralC<"StructuredTextContent">;
|
|
3571
|
+
value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3572
|
+
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl", unknown>;
|
|
4470
3573
|
content: t.IntersectionC<[t.TypeC<{
|
|
4471
3574
|
text: t.StringC;
|
|
4472
3575
|
}>, t.PartialC<{
|
|
@@ -4547,355 +3650,122 @@ export declare const SliceItemContent: t.TypeC<{
|
|
|
4547
3650
|
__TYPE__: "DocumentLink";
|
|
4548
3651
|
} & {
|
|
4549
3652
|
id: string;
|
|
4550
|
-
}) | ({
|
|
4551
|
-
__TYPE__: "ExternalLink";
|
|
4552
|
-
} & {
|
|
4553
|
-
url: string;
|
|
4554
|
-
} & {
|
|
4555
|
-
kind?: "web";
|
|
4556
|
-
target?: string | null | undefined;
|
|
4557
|
-
preview?: {
|
|
4558
|
-
title?: string;
|
|
4559
|
-
} | null | undefined;
|
|
4560
|
-
});
|
|
4561
|
-
start: number;
|
|
4562
|
-
end: number;
|
|
4563
|
-
type: "hyperlink";
|
|
4564
|
-
} | {
|
|
4565
|
-
data: string;
|
|
4566
|
-
start: number;
|
|
4567
|
-
end: number;
|
|
4568
|
-
type: "label";
|
|
4569
|
-
} | {
|
|
4570
|
-
start: number;
|
|
4571
|
-
end: number;
|
|
4572
|
-
type: "strong" | "em" | "list-item";
|
|
4573
|
-
})[], unknown>;
|
|
4574
|
-
}>]>;
|
|
4575
|
-
}>, t.PartialC<{
|
|
4576
|
-
label: t.StringC;
|
|
4577
|
-
direction: t.StringC;
|
|
4578
|
-
}>]>>>;
|
|
4579
|
-
}
|
|
4580
|
-
}>>>;
|
|
4581
|
-
}>>]>>;
|
|
4582
|
-
}>>, t.ExactC<t.TypeC<{
|
|
4583
|
-
__TYPE__: t.LiteralC<"SeparatorContent">;
|
|
4584
|
-
}>>, t.ExactC<t.TypeC<{
|
|
4585
|
-
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
4586
|
-
type: t.LiteralC<"Link">;
|
|
4587
|
-
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4588
|
-
key: t.Type<string, string, unknown>;
|
|
4589
|
-
}>>, t.ExactC<t.TypeC<{
|
|
4590
|
-
__TYPE__: t.LiteralC<"LinkContent">;
|
|
4591
|
-
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4592
|
-
__TYPE__: t.LiteralC<"ImageLink">;
|
|
4593
|
-
}>>, t.IntersectionC<[t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4594
|
-
kind: t.Type<"image", "image", unknown>;
|
|
4595
|
-
id: t.StringC;
|
|
4596
|
-
url: t.StringC;
|
|
4597
|
-
height: t.StringC;
|
|
4598
|
-
width: t.StringC;
|
|
4599
|
-
size: t.StringC;
|
|
4600
|
-
name: t.StringC;
|
|
4601
|
-
}>>, t.ExactC<t.PartialC<{
|
|
4602
|
-
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4603
|
-
}>>]>, t.ExactC<t.TypeC<{
|
|
4604
|
-
kind: t.LiteralC<"image">;
|
|
4605
|
-
}>>]>, t.ExactC<t.PartialC<{
|
|
4606
|
-
text: t.StringC;
|
|
4607
|
-
variant: t.StringC;
|
|
4608
|
-
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4609
|
-
__TYPE__: t.LiteralC<"FileLink">;
|
|
4610
|
-
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
4611
|
-
kind: t.Type<"file", "file", unknown>;
|
|
4612
|
-
id: t.StringC;
|
|
4613
|
-
url: t.StringC;
|
|
4614
|
-
name: t.StringC;
|
|
4615
|
-
size: t.StringC;
|
|
4616
|
-
}>, t.PartialC<{
|
|
4617
|
-
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4618
|
-
}>]>>, t.ExactC<t.TypeC<{
|
|
4619
|
-
kind: t.LiteralC<"file">;
|
|
4620
|
-
}>>]>, t.ExactC<t.PartialC<{
|
|
4621
|
-
text: t.StringC;
|
|
4622
|
-
variant: t.StringC;
|
|
4623
|
-
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4624
|
-
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
4625
|
-
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
4626
|
-
id: t.Type<string, string, unknown>;
|
|
4627
|
-
}>>, t.ExactC<t.TypeC<{
|
|
4628
|
-
kind: t.LiteralC<"document">;
|
|
4629
|
-
}>>]>, t.ExactC<t.PartialC<{
|
|
4630
|
-
text: t.StringC;
|
|
4631
|
-
variant: t.StringC;
|
|
4632
|
-
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4633
|
-
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
4634
|
-
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
4635
|
-
url: t.StringC;
|
|
4636
|
-
}>, t.PartialC<{
|
|
4637
|
-
kind: t.LiteralC<"web">;
|
|
4638
|
-
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
4639
|
-
preview: t.UnionC<[t.Type<{
|
|
4640
|
-
title?: string;
|
|
4641
|
-
}, {
|
|
4642
|
-
title?: string;
|
|
4643
|
-
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
4644
|
-
}>]>>, t.ExactC<t.TypeC<{
|
|
4645
|
-
kind: t.LiteralC<"web">;
|
|
4646
|
-
}>>]>, t.ExactC<t.PartialC<{
|
|
4647
|
-
text: t.StringC;
|
|
4648
|
-
variant: t.StringC;
|
|
4649
|
-
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4650
|
-
__TYPE__: t.LiteralC<"MediaLink">;
|
|
4651
|
-
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4652
|
-
kind: t.LiteralC<"media">;
|
|
4653
|
-
}>>, t.ExactC<t.PartialC<{
|
|
4654
|
-
text: t.StringC;
|
|
4655
|
-
variant: t.StringC;
|
|
4656
|
-
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4657
|
-
__TYPE__: t.LiteralC<"AnyLink">;
|
|
4658
|
-
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
4659
|
-
kind: t.LiteralC<"any">;
|
|
4660
|
-
}>, t.PartialC<{
|
|
4661
|
-
text: t.StringC;
|
|
4662
|
-
variant: t.StringC;
|
|
4663
|
-
}>]>>]>]>;
|
|
4664
|
-
}>>]>>;
|
|
4665
|
-
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
4666
|
-
content: t.ArrayC<t.ExactC<t.TypeC<{
|
|
4667
|
-
type: t.LiteralC<"tableRow">;
|
|
4668
|
-
content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
|
|
4669
|
-
type: t.LiteralC<"tableHeader">;
|
|
4670
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
4671
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
4672
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
4673
|
-
text: t.StringC;
|
|
4674
|
-
}>, t.PartialC<{
|
|
4675
|
-
spans: t.Type<({
|
|
4676
|
-
data: ({
|
|
4677
|
-
__TYPE__: "ImageLink";
|
|
4678
|
-
} & {
|
|
4679
|
-
kind: "image";
|
|
4680
|
-
id: string;
|
|
4681
|
-
url: string;
|
|
4682
|
-
height: string;
|
|
4683
|
-
width: string;
|
|
4684
|
-
size: string;
|
|
4685
|
-
name: string;
|
|
4686
|
-
} & {
|
|
4687
|
-
date?: string | null | undefined;
|
|
4688
|
-
}) | ({
|
|
4689
|
-
__TYPE__: "FileLink";
|
|
4690
|
-
} & {
|
|
4691
|
-
kind: "file";
|
|
4692
|
-
id: string;
|
|
4693
|
-
url: string;
|
|
4694
|
-
name: string;
|
|
4695
|
-
size: string;
|
|
4696
|
-
} & {
|
|
4697
|
-
date?: string | null | undefined;
|
|
4698
|
-
}) | ({
|
|
4699
|
-
__TYPE__: "DocumentLink";
|
|
4700
|
-
} & {
|
|
4701
|
-
id: string;
|
|
4702
|
-
}) | ({
|
|
4703
|
-
__TYPE__: "ExternalLink";
|
|
4704
|
-
} & {
|
|
4705
|
-
url: string;
|
|
4706
|
-
} & {
|
|
4707
|
-
kind?: "web";
|
|
4708
|
-
target?: string | null | undefined;
|
|
4709
|
-
preview?: {
|
|
4710
|
-
title?: string;
|
|
4711
|
-
} | null | undefined;
|
|
4712
|
-
});
|
|
4713
|
-
start: number;
|
|
4714
|
-
end: number;
|
|
4715
|
-
type: "hyperlink";
|
|
4716
|
-
} | {
|
|
4717
|
-
data: string;
|
|
4718
|
-
start: number;
|
|
4719
|
-
end: number;
|
|
4720
|
-
type: "label";
|
|
4721
|
-
} | {
|
|
4722
|
-
start: number;
|
|
4723
|
-
end: number;
|
|
4724
|
-
type: "strong" | "em" | "list-item";
|
|
4725
|
-
})[], ({
|
|
4726
|
-
data: ({
|
|
4727
|
-
__TYPE__: "ImageLink";
|
|
4728
|
-
} & {
|
|
4729
|
-
kind: "image";
|
|
4730
|
-
id: string;
|
|
4731
|
-
url: string;
|
|
4732
|
-
height: string;
|
|
4733
|
-
width: string;
|
|
4734
|
-
size: string;
|
|
4735
|
-
name: string;
|
|
4736
|
-
} & {
|
|
4737
|
-
date?: string | null | undefined;
|
|
4738
|
-
}) | ({
|
|
4739
|
-
__TYPE__: "FileLink";
|
|
4740
|
-
} & {
|
|
4741
|
-
kind: "file";
|
|
4742
|
-
id: string;
|
|
4743
|
-
url: string;
|
|
4744
|
-
name: string;
|
|
4745
|
-
size: string;
|
|
4746
|
-
} & {
|
|
4747
|
-
date?: string | null | undefined;
|
|
4748
|
-
}) | ({
|
|
4749
|
-
__TYPE__: "DocumentLink";
|
|
4750
|
-
} & {
|
|
4751
|
-
id: string;
|
|
4752
|
-
}) | ({
|
|
4753
|
-
__TYPE__: "ExternalLink";
|
|
4754
|
-
} & {
|
|
4755
|
-
url: string;
|
|
4756
|
-
} & {
|
|
4757
|
-
kind?: "web";
|
|
4758
|
-
target?: string | null | undefined;
|
|
4759
|
-
preview?: {
|
|
4760
|
-
title?: string;
|
|
4761
|
-
} | null | undefined;
|
|
4762
|
-
});
|
|
4763
|
-
start: number;
|
|
4764
|
-
end: number;
|
|
4765
|
-
type: "hyperlink";
|
|
4766
|
-
} | {
|
|
4767
|
-
data: string;
|
|
4768
|
-
start: number;
|
|
4769
|
-
end: number;
|
|
4770
|
-
type: "label";
|
|
4771
|
-
} | {
|
|
4772
|
-
start: number;
|
|
4773
|
-
end: number;
|
|
4774
|
-
type: "strong" | "em" | "list-item";
|
|
4775
|
-
})[], unknown>;
|
|
4776
|
-
}>]>;
|
|
4777
|
-
}>, t.PartialC<{
|
|
4778
|
-
label: t.StringC;
|
|
4779
|
-
direction: t.StringC;
|
|
4780
|
-
}>]>>>;
|
|
4781
|
-
}>>, t.ExactC<t.TypeC<{
|
|
4782
|
-
type: t.LiteralC<"tableCell">;
|
|
4783
|
-
content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
4784
|
-
type: t.Type<"image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table", unknown>;
|
|
4785
|
-
content: t.IntersectionC<[t.TypeC<{
|
|
4786
|
-
text: t.StringC;
|
|
4787
|
-
}>, t.PartialC<{
|
|
4788
|
-
spans: t.Type<({
|
|
4789
|
-
data: ({
|
|
4790
|
-
__TYPE__: "ImageLink";
|
|
4791
|
-
} & {
|
|
4792
|
-
kind: "image";
|
|
4793
|
-
id: string;
|
|
4794
|
-
url: string;
|
|
4795
|
-
height: string;
|
|
4796
|
-
width: string;
|
|
4797
|
-
size: string;
|
|
4798
|
-
name: string;
|
|
4799
|
-
} & {
|
|
4800
|
-
date?: string | null | undefined;
|
|
4801
|
-
}) | ({
|
|
4802
|
-
__TYPE__: "FileLink";
|
|
4803
|
-
} & {
|
|
4804
|
-
kind: "file";
|
|
4805
|
-
id: string;
|
|
4806
|
-
url: string;
|
|
4807
|
-
name: string;
|
|
4808
|
-
size: string;
|
|
4809
|
-
} & {
|
|
4810
|
-
date?: string | null | undefined;
|
|
4811
|
-
}) | ({
|
|
4812
|
-
__TYPE__: "DocumentLink";
|
|
4813
|
-
} & {
|
|
4814
|
-
id: string;
|
|
4815
|
-
}) | ({
|
|
4816
|
-
__TYPE__: "ExternalLink";
|
|
4817
|
-
} & {
|
|
4818
|
-
url: string;
|
|
4819
|
-
} & {
|
|
4820
|
-
kind?: "web";
|
|
4821
|
-
target?: string | null | undefined;
|
|
4822
|
-
preview?: {
|
|
4823
|
-
title?: string;
|
|
4824
|
-
} | null | undefined;
|
|
4825
|
-
});
|
|
4826
|
-
start: number;
|
|
4827
|
-
end: number;
|
|
4828
|
-
type: "hyperlink";
|
|
4829
|
-
} | {
|
|
4830
|
-
data: string;
|
|
4831
|
-
start: number;
|
|
4832
|
-
end: number;
|
|
4833
|
-
type: "label";
|
|
4834
|
-
} | {
|
|
4835
|
-
start: number;
|
|
4836
|
-
end: number;
|
|
4837
|
-
type: "strong" | "em" | "list-item";
|
|
4838
|
-
})[], ({
|
|
4839
|
-
data: ({
|
|
4840
|
-
__TYPE__: "ImageLink";
|
|
4841
|
-
} & {
|
|
4842
|
-
kind: "image";
|
|
4843
|
-
id: string;
|
|
4844
|
-
url: string;
|
|
4845
|
-
height: string;
|
|
4846
|
-
width: string;
|
|
4847
|
-
size: string;
|
|
4848
|
-
name: string;
|
|
4849
|
-
} & {
|
|
4850
|
-
date?: string | null | undefined;
|
|
4851
|
-
}) | ({
|
|
4852
|
-
__TYPE__: "FileLink";
|
|
4853
|
-
} & {
|
|
4854
|
-
kind: "file";
|
|
4855
|
-
id: string;
|
|
4856
|
-
url: string;
|
|
4857
|
-
name: string;
|
|
4858
|
-
size: string;
|
|
4859
|
-
} & {
|
|
4860
|
-
date?: string | null | undefined;
|
|
4861
|
-
}) | ({
|
|
4862
|
-
__TYPE__: "DocumentLink";
|
|
4863
|
-
} & {
|
|
4864
|
-
id: string;
|
|
4865
|
-
}) | ({
|
|
4866
|
-
__TYPE__: "ExternalLink";
|
|
4867
|
-
} & {
|
|
4868
|
-
url: string;
|
|
4869
|
-
} & {
|
|
4870
|
-
kind?: "web";
|
|
4871
|
-
target?: string | null | undefined;
|
|
4872
|
-
preview?: {
|
|
4873
|
-
title?: string;
|
|
4874
|
-
} | null | undefined;
|
|
4875
|
-
});
|
|
4876
|
-
start: number;
|
|
4877
|
-
end: number;
|
|
4878
|
-
type: "hyperlink";
|
|
4879
|
-
} | {
|
|
4880
|
-
data: string;
|
|
4881
|
-
start: number;
|
|
4882
|
-
end: number;
|
|
4883
|
-
type: "label";
|
|
4884
|
-
} | {
|
|
4885
|
-
start: number;
|
|
4886
|
-
end: number;
|
|
4887
|
-
type: "strong" | "em" | "list-item";
|
|
4888
|
-
})[], unknown>;
|
|
4889
|
-
}>]>;
|
|
4890
|
-
}>, t.PartialC<{
|
|
4891
|
-
label: t.StringC;
|
|
4892
|
-
direction: t.StringC;
|
|
4893
|
-
}>]>>>;
|
|
3653
|
+
}) | ({
|
|
3654
|
+
__TYPE__: "ExternalLink";
|
|
3655
|
+
} & {
|
|
3656
|
+
url: string;
|
|
3657
|
+
} & {
|
|
3658
|
+
kind?: "web";
|
|
3659
|
+
target?: string | null | undefined;
|
|
3660
|
+
preview?: {
|
|
3661
|
+
title?: string;
|
|
3662
|
+
} | null | undefined;
|
|
3663
|
+
});
|
|
3664
|
+
start: number;
|
|
3665
|
+
end: number;
|
|
3666
|
+
type: "hyperlink";
|
|
3667
|
+
} | {
|
|
3668
|
+
data: string;
|
|
3669
|
+
start: number;
|
|
3670
|
+
end: number;
|
|
3671
|
+
type: "label";
|
|
3672
|
+
} | {
|
|
3673
|
+
start: number;
|
|
3674
|
+
end: number;
|
|
3675
|
+
type: "strong" | "em" | "list-item";
|
|
3676
|
+
})[], unknown>;
|
|
3677
|
+
}>]>;
|
|
3678
|
+
}>, t.PartialC<{
|
|
3679
|
+
label: t.StringC;
|
|
3680
|
+
direction: t.StringC;
|
|
3681
|
+
}>]>>>;
|
|
3682
|
+
}>>;
|
|
4894
3683
|
}>>]>>;
|
|
4895
3684
|
}>>>;
|
|
4896
3685
|
}>>, t.ExactC<t.TypeC<{
|
|
4897
3686
|
__TYPE__: t.LiteralC<"TableContent">;
|
|
4898
|
-
}>>]
|
|
3687
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
3688
|
+
__TYPE__: t.LiteralC<"RepeatableContent">;
|
|
3689
|
+
type: t.LiteralC<"Link">;
|
|
3690
|
+
value: t.ArrayC<t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3691
|
+
key: t.Type<string, string, unknown>;
|
|
3692
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3693
|
+
__TYPE__: t.LiteralC<"LinkContent">;
|
|
3694
|
+
value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3695
|
+
__TYPE__: t.LiteralC<"ImageLink">;
|
|
3696
|
+
}>>, t.IntersectionC<[t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3697
|
+
kind: t.Type<"image", "image", unknown>;
|
|
3698
|
+
id: t.StringC;
|
|
3699
|
+
url: t.StringC;
|
|
3700
|
+
height: t.StringC;
|
|
3701
|
+
width: t.StringC;
|
|
3702
|
+
size: t.StringC;
|
|
3703
|
+
name: t.StringC;
|
|
3704
|
+
}>>, t.ExactC<t.PartialC<{
|
|
3705
|
+
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3706
|
+
}>>]>, t.ExactC<t.TypeC<{
|
|
3707
|
+
kind: t.LiteralC<"image">;
|
|
3708
|
+
}>>]>, t.ExactC<t.PartialC<{
|
|
3709
|
+
text: t.StringC;
|
|
3710
|
+
variant: t.StringC;
|
|
3711
|
+
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3712
|
+
__TYPE__: t.LiteralC<"FileLink">;
|
|
3713
|
+
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3714
|
+
kind: t.Type<"file", "file", unknown>;
|
|
3715
|
+
id: t.StringC;
|
|
3716
|
+
url: t.StringC;
|
|
3717
|
+
name: t.StringC;
|
|
3718
|
+
size: t.StringC;
|
|
3719
|
+
}>, t.PartialC<{
|
|
3720
|
+
date: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3721
|
+
}>]>>, t.ExactC<t.TypeC<{
|
|
3722
|
+
kind: t.LiteralC<"file">;
|
|
3723
|
+
}>>]>, t.ExactC<t.PartialC<{
|
|
3724
|
+
text: t.StringC;
|
|
3725
|
+
variant: t.StringC;
|
|
3726
|
+
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3727
|
+
__TYPE__: t.LiteralC<"DocumentLink">;
|
|
3728
|
+
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.TypeC<{
|
|
3729
|
+
id: t.Type<string, string, unknown>;
|
|
3730
|
+
}>>, t.ExactC<t.TypeC<{
|
|
3731
|
+
kind: t.LiteralC<"document">;
|
|
3732
|
+
}>>]>, t.ExactC<t.PartialC<{
|
|
3733
|
+
text: t.StringC;
|
|
3734
|
+
variant: t.StringC;
|
|
3735
|
+
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3736
|
+
__TYPE__: t.LiteralC<"ExternalLink">;
|
|
3737
|
+
}>>, t.IntersectionC<[t.UnionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3738
|
+
url: t.StringC;
|
|
3739
|
+
}>, t.PartialC<{
|
|
3740
|
+
kind: t.LiteralC<"web">;
|
|
3741
|
+
target: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
|
|
3742
|
+
preview: t.UnionC<[t.Type<{
|
|
3743
|
+
title?: string;
|
|
3744
|
+
}, {
|
|
3745
|
+
title?: string;
|
|
3746
|
+
}, unknown>, t.NullC, t.UndefinedC]>;
|
|
3747
|
+
}>]>>, t.ExactC<t.TypeC<{
|
|
3748
|
+
kind: t.LiteralC<"web">;
|
|
3749
|
+
}>>]>, t.ExactC<t.PartialC<{
|
|
3750
|
+
text: t.StringC;
|
|
3751
|
+
variant: t.StringC;
|
|
3752
|
+
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3753
|
+
__TYPE__: t.LiteralC<"MediaLink">;
|
|
3754
|
+
}>>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3755
|
+
kind: t.LiteralC<"media">;
|
|
3756
|
+
}>>, t.ExactC<t.PartialC<{
|
|
3757
|
+
text: t.StringC;
|
|
3758
|
+
variant: t.StringC;
|
|
3759
|
+
}>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
|
|
3760
|
+
__TYPE__: t.LiteralC<"AnyLink">;
|
|
3761
|
+
}>>, t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
3762
|
+
kind: t.LiteralC<"any">;
|
|
3763
|
+
}>, t.PartialC<{
|
|
3764
|
+
text: t.StringC;
|
|
3765
|
+
variant: t.StringC;
|
|
3766
|
+
}>]>>]>]>;
|
|
3767
|
+
}>>]>>;
|
|
3768
|
+
}>>]>, t.Type<import("../GroupContent").GroupContent, import("../GroupContent").GroupContent, unknown>]>]>;
|
|
4899
3769
|
}>;
|
|
4900
3770
|
export declare type SliceItemContent = t.TypeOf<typeof SliceItemContent>;
|
|
4901
3771
|
export declare type SharedSliceItemContent = Omit<SliceItemContent, "widget"> & {
|
|
@@ -5274,7 +4144,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
5274
4144
|
label?: string | null | undefined;
|
|
5275
4145
|
direction?: string | null | undefined;
|
|
5276
4146
|
}) | ({
|
|
5277
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
4147
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
5278
4148
|
content: {
|
|
5279
4149
|
text: string;
|
|
5280
4150
|
} & {
|
|
@@ -5333,77 +4203,18 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
5333
4203
|
} & {
|
|
5334
4204
|
label?: string;
|
|
5335
4205
|
direction?: string;
|
|
5336
|
-
})
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
data: ({
|
|
5349
|
-
__TYPE__: "ImageLink";
|
|
5350
|
-
} & {
|
|
5351
|
-
kind: "image";
|
|
5352
|
-
id: string;
|
|
5353
|
-
url: string;
|
|
5354
|
-
height: string;
|
|
5355
|
-
width: string;
|
|
5356
|
-
size: string;
|
|
5357
|
-
name: string;
|
|
5358
|
-
} & {
|
|
5359
|
-
date?: string | null | undefined;
|
|
5360
|
-
}) | ({
|
|
5361
|
-
__TYPE__: "FileLink";
|
|
5362
|
-
} & {
|
|
5363
|
-
kind: "file";
|
|
5364
|
-
id: string;
|
|
5365
|
-
url: string;
|
|
5366
|
-
name: string;
|
|
5367
|
-
size: string;
|
|
5368
|
-
} & {
|
|
5369
|
-
date?: string | null | undefined;
|
|
5370
|
-
}) | ({
|
|
5371
|
-
__TYPE__: "DocumentLink";
|
|
5372
|
-
} & {
|
|
5373
|
-
id: string;
|
|
5374
|
-
}) | ({
|
|
5375
|
-
__TYPE__: "ExternalLink";
|
|
5376
|
-
} & {
|
|
5377
|
-
url: string;
|
|
5378
|
-
} & {
|
|
5379
|
-
kind?: "web";
|
|
5380
|
-
target?: string | null | undefined;
|
|
5381
|
-
preview?: {
|
|
5382
|
-
title?: string;
|
|
5383
|
-
} | null | undefined;
|
|
5384
|
-
});
|
|
5385
|
-
start: number;
|
|
5386
|
-
end: number;
|
|
5387
|
-
type: "hyperlink";
|
|
5388
|
-
} | {
|
|
5389
|
-
data: string;
|
|
5390
|
-
start: number;
|
|
5391
|
-
end: number;
|
|
5392
|
-
type: "label";
|
|
5393
|
-
} | {
|
|
5394
|
-
start: number;
|
|
5395
|
-
end: number;
|
|
5396
|
-
type: "strong" | "em" | "list-item";
|
|
5397
|
-
})[];
|
|
5398
|
-
};
|
|
5399
|
-
} & {
|
|
5400
|
-
label?: string;
|
|
5401
|
-
direction?: string;
|
|
5402
|
-
})[];
|
|
5403
|
-
} | {
|
|
5404
|
-
type: "tableCell";
|
|
5405
|
-
content: ({
|
|
5406
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
4206
|
+
}))[];
|
|
4207
|
+
} | {
|
|
4208
|
+
__TYPE__: "SeparatorContent";
|
|
4209
|
+
} | ({
|
|
4210
|
+
content: {
|
|
4211
|
+
type: "tableRow";
|
|
4212
|
+
content: ({
|
|
4213
|
+
type: "tableHeader";
|
|
4214
|
+
content: {
|
|
4215
|
+
__TYPE__: "StructuredTextContent";
|
|
4216
|
+
value: ({
|
|
4217
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
5407
4218
|
content: {
|
|
5408
4219
|
text: string;
|
|
5409
4220
|
} & {
|
|
@@ -5459,144 +4270,77 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
5459
4270
|
type: "strong" | "em" | "list-item";
|
|
5460
4271
|
})[];
|
|
5461
4272
|
};
|
|
5462
|
-
} & {
|
|
5463
|
-
label?: string;
|
|
5464
|
-
direction?: string;
|
|
5465
|
-
})[];
|
|
5466
|
-
}
|
|
5467
|
-
}[];
|
|
5468
|
-
})[];
|
|
5469
|
-
} | {
|
|
5470
|
-
__TYPE__: "SeparatorContent";
|
|
5471
|
-
} | ({
|
|
5472
|
-
content: {
|
|
5473
|
-
type: "tableRow";
|
|
5474
|
-
content: ({
|
|
5475
|
-
type: "tableHeader";
|
|
5476
|
-
content: ({
|
|
5477
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
5478
|
-
content: {
|
|
5479
|
-
text: string;
|
|
5480
|
-
} & {
|
|
5481
|
-
spans?: ({
|
|
5482
|
-
data: ({
|
|
5483
|
-
__TYPE__: "ImageLink";
|
|
5484
|
-
} & {
|
|
5485
|
-
kind: "image";
|
|
5486
|
-
id: string;
|
|
5487
|
-
url: string;
|
|
5488
|
-
height: string;
|
|
5489
|
-
width: string;
|
|
5490
|
-
size: string;
|
|
5491
|
-
name: string;
|
|
5492
|
-
} & {
|
|
5493
|
-
date?: string | null | undefined;
|
|
5494
|
-
}) | ({
|
|
5495
|
-
__TYPE__: "FileLink";
|
|
5496
|
-
} & {
|
|
5497
|
-
kind: "file";
|
|
5498
|
-
id: string;
|
|
5499
|
-
url: string;
|
|
5500
|
-
name: string;
|
|
5501
|
-
size: string;
|
|
5502
|
-
} & {
|
|
5503
|
-
date?: string | null | undefined;
|
|
5504
|
-
}) | ({
|
|
5505
|
-
__TYPE__: "DocumentLink";
|
|
5506
|
-
} & {
|
|
5507
|
-
id: string;
|
|
5508
|
-
}) | ({
|
|
5509
|
-
__TYPE__: "ExternalLink";
|
|
5510
|
-
} & {
|
|
5511
|
-
url: string;
|
|
5512
|
-
} & {
|
|
5513
|
-
kind?: "web";
|
|
5514
|
-
target?: string | null | undefined;
|
|
5515
|
-
preview?: {
|
|
5516
|
-
title?: string;
|
|
5517
|
-
} | null | undefined;
|
|
5518
|
-
});
|
|
5519
|
-
start: number;
|
|
5520
|
-
end: number;
|
|
5521
|
-
type: "hyperlink";
|
|
5522
|
-
} | {
|
|
5523
|
-
data: string;
|
|
5524
|
-
start: number;
|
|
5525
|
-
end: number;
|
|
5526
|
-
type: "label";
|
|
5527
|
-
} | {
|
|
5528
|
-
start: number;
|
|
5529
|
-
end: number;
|
|
5530
|
-
type: "strong" | "em" | "list-item";
|
|
5531
|
-
})[];
|
|
5532
|
-
};
|
|
5533
|
-
} & {
|
|
5534
|
-
label?: string;
|
|
5535
|
-
direction?: string;
|
|
5536
|
-
})[];
|
|
4273
|
+
} & {
|
|
4274
|
+
label?: string;
|
|
4275
|
+
direction?: string;
|
|
4276
|
+
})[];
|
|
4277
|
+
};
|
|
5537
4278
|
} | {
|
|
5538
4279
|
type: "tableCell";
|
|
5539
|
-
content:
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
4280
|
+
content: {
|
|
4281
|
+
__TYPE__: "StructuredTextContent";
|
|
4282
|
+
value: ({
|
|
4283
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
4284
|
+
content: {
|
|
4285
|
+
text: string;
|
|
4286
|
+
} & {
|
|
4287
|
+
spans?: ({
|
|
4288
|
+
data: ({
|
|
4289
|
+
__TYPE__: "ImageLink";
|
|
4290
|
+
} & {
|
|
4291
|
+
kind: "image";
|
|
4292
|
+
id: string;
|
|
4293
|
+
url: string;
|
|
4294
|
+
height: string;
|
|
4295
|
+
width: string;
|
|
4296
|
+
size: string;
|
|
4297
|
+
name: string;
|
|
4298
|
+
} & {
|
|
4299
|
+
date?: string | null | undefined;
|
|
4300
|
+
}) | ({
|
|
4301
|
+
__TYPE__: "FileLink";
|
|
4302
|
+
} & {
|
|
4303
|
+
kind: "file";
|
|
4304
|
+
id: string;
|
|
4305
|
+
url: string;
|
|
4306
|
+
name: string;
|
|
4307
|
+
size: string;
|
|
4308
|
+
} & {
|
|
4309
|
+
date?: string | null | undefined;
|
|
4310
|
+
}) | ({
|
|
4311
|
+
__TYPE__: "DocumentLink";
|
|
4312
|
+
} & {
|
|
4313
|
+
id: string;
|
|
4314
|
+
}) | ({
|
|
4315
|
+
__TYPE__: "ExternalLink";
|
|
4316
|
+
} & {
|
|
4317
|
+
url: string;
|
|
4318
|
+
} & {
|
|
4319
|
+
kind?: "web";
|
|
4320
|
+
target?: string | null | undefined;
|
|
4321
|
+
preview?: {
|
|
4322
|
+
title?: string;
|
|
4323
|
+
} | null | undefined;
|
|
4324
|
+
});
|
|
4325
|
+
start: number;
|
|
4326
|
+
end: number;
|
|
4327
|
+
type: "hyperlink";
|
|
4328
|
+
} | {
|
|
4329
|
+
data: string;
|
|
4330
|
+
start: number;
|
|
4331
|
+
end: number;
|
|
4332
|
+
type: "label";
|
|
4333
|
+
} | {
|
|
4334
|
+
start: number;
|
|
4335
|
+
end: number;
|
|
4336
|
+
type: "strong" | "em" | "list-item";
|
|
4337
|
+
})[];
|
|
4338
|
+
};
|
|
5543
4339
|
} & {
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
kind: "image";
|
|
5549
|
-
id: string;
|
|
5550
|
-
url: string;
|
|
5551
|
-
height: string;
|
|
5552
|
-
width: string;
|
|
5553
|
-
size: string;
|
|
5554
|
-
name: string;
|
|
5555
|
-
} & {
|
|
5556
|
-
date?: string | null | undefined;
|
|
5557
|
-
}) | ({
|
|
5558
|
-
__TYPE__: "FileLink";
|
|
5559
|
-
} & {
|
|
5560
|
-
kind: "file";
|
|
5561
|
-
id: string;
|
|
5562
|
-
url: string;
|
|
5563
|
-
name: string;
|
|
5564
|
-
size: string;
|
|
5565
|
-
} & {
|
|
5566
|
-
date?: string | null | undefined;
|
|
5567
|
-
}) | ({
|
|
5568
|
-
__TYPE__: "DocumentLink";
|
|
5569
|
-
} & {
|
|
5570
|
-
id: string;
|
|
5571
|
-
}) | ({
|
|
5572
|
-
__TYPE__: "ExternalLink";
|
|
5573
|
-
} & {
|
|
5574
|
-
url: string;
|
|
5575
|
-
} & {
|
|
5576
|
-
kind?: "web";
|
|
5577
|
-
target?: string | null | undefined;
|
|
5578
|
-
preview?: {
|
|
5579
|
-
title?: string;
|
|
5580
|
-
} | null | undefined;
|
|
5581
|
-
});
|
|
5582
|
-
start: number;
|
|
5583
|
-
end: number;
|
|
5584
|
-
type: "hyperlink";
|
|
5585
|
-
} | {
|
|
5586
|
-
data: string;
|
|
5587
|
-
start: number;
|
|
5588
|
-
end: number;
|
|
5589
|
-
type: "label";
|
|
5590
|
-
} | {
|
|
5591
|
-
start: number;
|
|
5592
|
-
end: number;
|
|
5593
|
-
type: "strong" | "em" | "list-item";
|
|
5594
|
-
})[];
|
|
5595
|
-
};
|
|
5596
|
-
} & {
|
|
5597
|
-
label?: string;
|
|
5598
|
-
direction?: string;
|
|
5599
|
-
})[];
|
|
4340
|
+
label?: string;
|
|
4341
|
+
direction?: string;
|
|
4342
|
+
})[];
|
|
4343
|
+
};
|
|
5600
4344
|
})[];
|
|
5601
4345
|
}[];
|
|
5602
4346
|
} & {
|
|
@@ -5963,7 +4707,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
5963
4707
|
label?: string | null | undefined;
|
|
5964
4708
|
direction?: string | null | undefined;
|
|
5965
4709
|
}) | ({
|
|
5966
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
4710
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
5967
4711
|
content: {
|
|
5968
4712
|
text: string;
|
|
5969
4713
|
} & {
|
|
@@ -6022,77 +4766,18 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
6022
4766
|
} & {
|
|
6023
4767
|
label?: string;
|
|
6024
4768
|
direction?: string;
|
|
6025
|
-
})
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6037
|
-
data: ({
|
|
6038
|
-
__TYPE__: "ImageLink";
|
|
6039
|
-
} & {
|
|
6040
|
-
kind: "image";
|
|
6041
|
-
id: string;
|
|
6042
|
-
url: string;
|
|
6043
|
-
height: string;
|
|
6044
|
-
width: string;
|
|
6045
|
-
size: string;
|
|
6046
|
-
name: string;
|
|
6047
|
-
} & {
|
|
6048
|
-
date?: string | null | undefined;
|
|
6049
|
-
}) | ({
|
|
6050
|
-
__TYPE__: "FileLink";
|
|
6051
|
-
} & {
|
|
6052
|
-
kind: "file";
|
|
6053
|
-
id: string;
|
|
6054
|
-
url: string;
|
|
6055
|
-
name: string;
|
|
6056
|
-
size: string;
|
|
6057
|
-
} & {
|
|
6058
|
-
date?: string | null | undefined;
|
|
6059
|
-
}) | ({
|
|
6060
|
-
__TYPE__: "DocumentLink";
|
|
6061
|
-
} & {
|
|
6062
|
-
id: string;
|
|
6063
|
-
}) | ({
|
|
6064
|
-
__TYPE__: "ExternalLink";
|
|
6065
|
-
} & {
|
|
6066
|
-
url: string;
|
|
6067
|
-
} & {
|
|
6068
|
-
kind?: "web";
|
|
6069
|
-
target?: string | null | undefined;
|
|
6070
|
-
preview?: {
|
|
6071
|
-
title?: string;
|
|
6072
|
-
} | null | undefined;
|
|
6073
|
-
});
|
|
6074
|
-
start: number;
|
|
6075
|
-
end: number;
|
|
6076
|
-
type: "hyperlink";
|
|
6077
|
-
} | {
|
|
6078
|
-
data: string;
|
|
6079
|
-
start: number;
|
|
6080
|
-
end: number;
|
|
6081
|
-
type: "label";
|
|
6082
|
-
} | {
|
|
6083
|
-
start: number;
|
|
6084
|
-
end: number;
|
|
6085
|
-
type: "strong" | "em" | "list-item";
|
|
6086
|
-
})[];
|
|
6087
|
-
};
|
|
6088
|
-
} & {
|
|
6089
|
-
label?: string;
|
|
6090
|
-
direction?: string;
|
|
6091
|
-
})[];
|
|
6092
|
-
} | {
|
|
6093
|
-
type: "tableCell";
|
|
6094
|
-
content: ({
|
|
6095
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
4769
|
+
}))[];
|
|
4770
|
+
} | {
|
|
4771
|
+
__TYPE__: "SeparatorContent";
|
|
4772
|
+
} | ({
|
|
4773
|
+
content: {
|
|
4774
|
+
type: "tableRow";
|
|
4775
|
+
content: ({
|
|
4776
|
+
type: "tableHeader";
|
|
4777
|
+
content: {
|
|
4778
|
+
__TYPE__: "StructuredTextContent";
|
|
4779
|
+
value: ({
|
|
4780
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
6096
4781
|
content: {
|
|
6097
4782
|
text: string;
|
|
6098
4783
|
} & {
|
|
@@ -6152,140 +4837,73 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
6152
4837
|
label?: string;
|
|
6153
4838
|
direction?: string;
|
|
6154
4839
|
})[];
|
|
6155
|
-
}
|
|
6156
|
-
}[];
|
|
6157
|
-
})[];
|
|
6158
|
-
} | {
|
|
6159
|
-
__TYPE__: "SeparatorContent";
|
|
6160
|
-
} | ({
|
|
6161
|
-
content: {
|
|
6162
|
-
type: "tableRow";
|
|
6163
|
-
content: ({
|
|
6164
|
-
type: "tableHeader";
|
|
6165
|
-
content: ({
|
|
6166
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
6167
|
-
content: {
|
|
6168
|
-
text: string;
|
|
6169
|
-
} & {
|
|
6170
|
-
spans?: ({
|
|
6171
|
-
data: ({
|
|
6172
|
-
__TYPE__: "ImageLink";
|
|
6173
|
-
} & {
|
|
6174
|
-
kind: "image";
|
|
6175
|
-
id: string;
|
|
6176
|
-
url: string;
|
|
6177
|
-
height: string;
|
|
6178
|
-
width: string;
|
|
6179
|
-
size: string;
|
|
6180
|
-
name: string;
|
|
6181
|
-
} & {
|
|
6182
|
-
date?: string | null | undefined;
|
|
6183
|
-
}) | ({
|
|
6184
|
-
__TYPE__: "FileLink";
|
|
6185
|
-
} & {
|
|
6186
|
-
kind: "file";
|
|
6187
|
-
id: string;
|
|
6188
|
-
url: string;
|
|
6189
|
-
name: string;
|
|
6190
|
-
size: string;
|
|
6191
|
-
} & {
|
|
6192
|
-
date?: string | null | undefined;
|
|
6193
|
-
}) | ({
|
|
6194
|
-
__TYPE__: "DocumentLink";
|
|
6195
|
-
} & {
|
|
6196
|
-
id: string;
|
|
6197
|
-
}) | ({
|
|
6198
|
-
__TYPE__: "ExternalLink";
|
|
6199
|
-
} & {
|
|
6200
|
-
url: string;
|
|
6201
|
-
} & {
|
|
6202
|
-
kind?: "web";
|
|
6203
|
-
target?: string | null | undefined;
|
|
6204
|
-
preview?: {
|
|
6205
|
-
title?: string;
|
|
6206
|
-
} | null | undefined;
|
|
6207
|
-
});
|
|
6208
|
-
start: number;
|
|
6209
|
-
end: number;
|
|
6210
|
-
type: "hyperlink";
|
|
6211
|
-
} | {
|
|
6212
|
-
data: string;
|
|
6213
|
-
start: number;
|
|
6214
|
-
end: number;
|
|
6215
|
-
type: "label";
|
|
6216
|
-
} | {
|
|
6217
|
-
start: number;
|
|
6218
|
-
end: number;
|
|
6219
|
-
type: "strong" | "em" | "list-item";
|
|
6220
|
-
})[];
|
|
6221
|
-
};
|
|
6222
|
-
} & {
|
|
6223
|
-
label?: string;
|
|
6224
|
-
direction?: string;
|
|
6225
|
-
})[];
|
|
4840
|
+
};
|
|
6226
4841
|
} | {
|
|
6227
4842
|
type: "tableCell";
|
|
6228
|
-
content:
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
4843
|
+
content: {
|
|
4844
|
+
__TYPE__: "StructuredTextContent";
|
|
4845
|
+
value: ({
|
|
4846
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
4847
|
+
content: {
|
|
4848
|
+
text: string;
|
|
4849
|
+
} & {
|
|
4850
|
+
spans?: ({
|
|
4851
|
+
data: ({
|
|
4852
|
+
__TYPE__: "ImageLink";
|
|
4853
|
+
} & {
|
|
4854
|
+
kind: "image";
|
|
4855
|
+
id: string;
|
|
4856
|
+
url: string;
|
|
4857
|
+
height: string;
|
|
4858
|
+
width: string;
|
|
4859
|
+
size: string;
|
|
4860
|
+
name: string;
|
|
4861
|
+
} & {
|
|
4862
|
+
date?: string | null | undefined;
|
|
4863
|
+
}) | ({
|
|
4864
|
+
__TYPE__: "FileLink";
|
|
4865
|
+
} & {
|
|
4866
|
+
kind: "file";
|
|
4867
|
+
id: string;
|
|
4868
|
+
url: string;
|
|
4869
|
+
name: string;
|
|
4870
|
+
size: string;
|
|
4871
|
+
} & {
|
|
4872
|
+
date?: string | null | undefined;
|
|
4873
|
+
}) | ({
|
|
4874
|
+
__TYPE__: "DocumentLink";
|
|
4875
|
+
} & {
|
|
4876
|
+
id: string;
|
|
4877
|
+
}) | ({
|
|
4878
|
+
__TYPE__: "ExternalLink";
|
|
4879
|
+
} & {
|
|
4880
|
+
url: string;
|
|
4881
|
+
} & {
|
|
4882
|
+
kind?: "web";
|
|
4883
|
+
target?: string | null | undefined;
|
|
4884
|
+
preview?: {
|
|
4885
|
+
title?: string;
|
|
4886
|
+
} | null | undefined;
|
|
4887
|
+
});
|
|
4888
|
+
start: number;
|
|
4889
|
+
end: number;
|
|
4890
|
+
type: "hyperlink";
|
|
4891
|
+
} | {
|
|
4892
|
+
data: string;
|
|
4893
|
+
start: number;
|
|
4894
|
+
end: number;
|
|
4895
|
+
type: "label";
|
|
4896
|
+
} | {
|
|
4897
|
+
start: number;
|
|
4898
|
+
end: number;
|
|
4899
|
+
type: "strong" | "em" | "list-item";
|
|
4900
|
+
})[];
|
|
4901
|
+
};
|
|
6232
4902
|
} & {
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
kind: "image";
|
|
6238
|
-
id: string;
|
|
6239
|
-
url: string;
|
|
6240
|
-
height: string;
|
|
6241
|
-
width: string;
|
|
6242
|
-
size: string;
|
|
6243
|
-
name: string;
|
|
6244
|
-
} & {
|
|
6245
|
-
date?: string | null | undefined;
|
|
6246
|
-
}) | ({
|
|
6247
|
-
__TYPE__: "FileLink";
|
|
6248
|
-
} & {
|
|
6249
|
-
kind: "file";
|
|
6250
|
-
id: string;
|
|
6251
|
-
url: string;
|
|
6252
|
-
name: string;
|
|
6253
|
-
size: string;
|
|
6254
|
-
} & {
|
|
6255
|
-
date?: string | null | undefined;
|
|
6256
|
-
}) | ({
|
|
6257
|
-
__TYPE__: "DocumentLink";
|
|
6258
|
-
} & {
|
|
6259
|
-
id: string;
|
|
6260
|
-
}) | ({
|
|
6261
|
-
__TYPE__: "ExternalLink";
|
|
6262
|
-
} & {
|
|
6263
|
-
url: string;
|
|
6264
|
-
} & {
|
|
6265
|
-
kind?: "web";
|
|
6266
|
-
target?: string | null | undefined;
|
|
6267
|
-
preview?: {
|
|
6268
|
-
title?: string;
|
|
6269
|
-
} | null | undefined;
|
|
6270
|
-
});
|
|
6271
|
-
start: number;
|
|
6272
|
-
end: number;
|
|
6273
|
-
type: "hyperlink";
|
|
6274
|
-
} | {
|
|
6275
|
-
data: string;
|
|
6276
|
-
start: number;
|
|
6277
|
-
end: number;
|
|
6278
|
-
type: "label";
|
|
6279
|
-
} | {
|
|
6280
|
-
start: number;
|
|
6281
|
-
end: number;
|
|
6282
|
-
type: "strong" | "em" | "list-item";
|
|
6283
|
-
})[];
|
|
6284
|
-
};
|
|
6285
|
-
} & {
|
|
6286
|
-
label?: string;
|
|
6287
|
-
direction?: string;
|
|
6288
|
-
})[];
|
|
4903
|
+
label?: string;
|
|
4904
|
+
direction?: string;
|
|
4905
|
+
})[];
|
|
4906
|
+
};
|
|
6289
4907
|
})[];
|
|
6290
4908
|
}[];
|
|
6291
4909
|
} & {
|
|
@@ -6653,7 +5271,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
6653
5271
|
label?: string | null | undefined;
|
|
6654
5272
|
direction?: string | null | undefined;
|
|
6655
5273
|
}) | ({
|
|
6656
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
5274
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
6657
5275
|
content: {
|
|
6658
5276
|
text: string;
|
|
6659
5277
|
} & {
|
|
@@ -6712,14 +5330,18 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
6712
5330
|
} & {
|
|
6713
5331
|
label?: string;
|
|
6714
5332
|
direction?: string;
|
|
6715
|
-
})
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
5333
|
+
}))[];
|
|
5334
|
+
} | {
|
|
5335
|
+
__TYPE__: "SeparatorContent";
|
|
5336
|
+
} | ({
|
|
5337
|
+
content: {
|
|
5338
|
+
type: "tableRow";
|
|
5339
|
+
content: ({
|
|
5340
|
+
type: "tableHeader";
|
|
5341
|
+
content: {
|
|
5342
|
+
__TYPE__: "StructuredTextContent";
|
|
5343
|
+
value: ({
|
|
5344
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
6723
5345
|
content: {
|
|
6724
5346
|
text: string;
|
|
6725
5347
|
} & {
|
|
@@ -6779,10 +5401,13 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
6779
5401
|
label?: string;
|
|
6780
5402
|
direction?: string;
|
|
6781
5403
|
})[];
|
|
6782
|
-
}
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
5404
|
+
};
|
|
5405
|
+
} | {
|
|
5406
|
+
type: "tableCell";
|
|
5407
|
+
content: {
|
|
5408
|
+
__TYPE__: "StructuredTextContent";
|
|
5409
|
+
value: ({
|
|
5410
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
6786
5411
|
content: {
|
|
6787
5412
|
text: string;
|
|
6788
5413
|
} & {
|
|
@@ -6842,140 +5467,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
6842
5467
|
label?: string;
|
|
6843
5468
|
direction?: string;
|
|
6844
5469
|
})[];
|
|
6845
|
-
}
|
|
6846
|
-
}[];
|
|
6847
|
-
})[];
|
|
6848
|
-
} | {
|
|
6849
|
-
__TYPE__: "SeparatorContent";
|
|
6850
|
-
} | ({
|
|
6851
|
-
content: {
|
|
6852
|
-
type: "tableRow";
|
|
6853
|
-
content: ({
|
|
6854
|
-
type: "tableHeader";
|
|
6855
|
-
content: ({
|
|
6856
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
6857
|
-
content: {
|
|
6858
|
-
text: string;
|
|
6859
|
-
} & {
|
|
6860
|
-
spans?: ({
|
|
6861
|
-
data: ({
|
|
6862
|
-
__TYPE__: "ImageLink";
|
|
6863
|
-
} & {
|
|
6864
|
-
kind: "image";
|
|
6865
|
-
id: string;
|
|
6866
|
-
url: string;
|
|
6867
|
-
height: string;
|
|
6868
|
-
width: string;
|
|
6869
|
-
size: string;
|
|
6870
|
-
name: string;
|
|
6871
|
-
} & {
|
|
6872
|
-
date?: string | null | undefined;
|
|
6873
|
-
}) | ({
|
|
6874
|
-
__TYPE__: "FileLink";
|
|
6875
|
-
} & {
|
|
6876
|
-
kind: "file";
|
|
6877
|
-
id: string;
|
|
6878
|
-
url: string;
|
|
6879
|
-
name: string;
|
|
6880
|
-
size: string;
|
|
6881
|
-
} & {
|
|
6882
|
-
date?: string | null | undefined;
|
|
6883
|
-
}) | ({
|
|
6884
|
-
__TYPE__: "DocumentLink";
|
|
6885
|
-
} & {
|
|
6886
|
-
id: string;
|
|
6887
|
-
}) | ({
|
|
6888
|
-
__TYPE__: "ExternalLink";
|
|
6889
|
-
} & {
|
|
6890
|
-
url: string;
|
|
6891
|
-
} & {
|
|
6892
|
-
kind?: "web";
|
|
6893
|
-
target?: string | null | undefined;
|
|
6894
|
-
preview?: {
|
|
6895
|
-
title?: string;
|
|
6896
|
-
} | null | undefined;
|
|
6897
|
-
});
|
|
6898
|
-
start: number;
|
|
6899
|
-
end: number;
|
|
6900
|
-
type: "hyperlink";
|
|
6901
|
-
} | {
|
|
6902
|
-
data: string;
|
|
6903
|
-
start: number;
|
|
6904
|
-
end: number;
|
|
6905
|
-
type: "label";
|
|
6906
|
-
} | {
|
|
6907
|
-
start: number;
|
|
6908
|
-
end: number;
|
|
6909
|
-
type: "strong" | "em" | "list-item";
|
|
6910
|
-
})[];
|
|
6911
|
-
};
|
|
6912
|
-
} & {
|
|
6913
|
-
label?: string;
|
|
6914
|
-
direction?: string;
|
|
6915
|
-
})[];
|
|
6916
|
-
} | {
|
|
6917
|
-
type: "tableCell";
|
|
6918
|
-
content: ({
|
|
6919
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
6920
|
-
content: {
|
|
6921
|
-
text: string;
|
|
6922
|
-
} & {
|
|
6923
|
-
spans?: ({
|
|
6924
|
-
data: ({
|
|
6925
|
-
__TYPE__: "ImageLink";
|
|
6926
|
-
} & {
|
|
6927
|
-
kind: "image";
|
|
6928
|
-
id: string;
|
|
6929
|
-
url: string;
|
|
6930
|
-
height: string;
|
|
6931
|
-
width: string;
|
|
6932
|
-
size: string;
|
|
6933
|
-
name: string;
|
|
6934
|
-
} & {
|
|
6935
|
-
date?: string | null | undefined;
|
|
6936
|
-
}) | ({
|
|
6937
|
-
__TYPE__: "FileLink";
|
|
6938
|
-
} & {
|
|
6939
|
-
kind: "file";
|
|
6940
|
-
id: string;
|
|
6941
|
-
url: string;
|
|
6942
|
-
name: string;
|
|
6943
|
-
size: string;
|
|
6944
|
-
} & {
|
|
6945
|
-
date?: string | null | undefined;
|
|
6946
|
-
}) | ({
|
|
6947
|
-
__TYPE__: "DocumentLink";
|
|
6948
|
-
} & {
|
|
6949
|
-
id: string;
|
|
6950
|
-
}) | ({
|
|
6951
|
-
__TYPE__: "ExternalLink";
|
|
6952
|
-
} & {
|
|
6953
|
-
url: string;
|
|
6954
|
-
} & {
|
|
6955
|
-
kind?: "web";
|
|
6956
|
-
target?: string | null | undefined;
|
|
6957
|
-
preview?: {
|
|
6958
|
-
title?: string;
|
|
6959
|
-
} | null | undefined;
|
|
6960
|
-
});
|
|
6961
|
-
start: number;
|
|
6962
|
-
end: number;
|
|
6963
|
-
type: "hyperlink";
|
|
6964
|
-
} | {
|
|
6965
|
-
data: string;
|
|
6966
|
-
start: number;
|
|
6967
|
-
end: number;
|
|
6968
|
-
type: "label";
|
|
6969
|
-
} | {
|
|
6970
|
-
start: number;
|
|
6971
|
-
end: number;
|
|
6972
|
-
type: "strong" | "em" | "list-item";
|
|
6973
|
-
})[];
|
|
6974
|
-
};
|
|
6975
|
-
} & {
|
|
6976
|
-
label?: string;
|
|
6977
|
-
direction?: string;
|
|
6978
|
-
})[];
|
|
5470
|
+
};
|
|
6979
5471
|
})[];
|
|
6980
5472
|
}[];
|
|
6981
5473
|
} & {
|
|
@@ -7345,7 +5837,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
7345
5837
|
label?: string | null | undefined;
|
|
7346
5838
|
direction?: string | null | undefined;
|
|
7347
5839
|
}) | ({
|
|
7348
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
5840
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
7349
5841
|
content: {
|
|
7350
5842
|
text: string;
|
|
7351
5843
|
} & {
|
|
@@ -7404,14 +5896,18 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
7404
5896
|
} & {
|
|
7405
5897
|
label?: string;
|
|
7406
5898
|
direction?: string;
|
|
7407
|
-
})
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
|
|
5899
|
+
}))[];
|
|
5900
|
+
} | {
|
|
5901
|
+
__TYPE__: "SeparatorContent";
|
|
5902
|
+
} | ({
|
|
5903
|
+
content: {
|
|
5904
|
+
type: "tableRow";
|
|
5905
|
+
content: ({
|
|
5906
|
+
type: "tableHeader";
|
|
5907
|
+
content: {
|
|
5908
|
+
__TYPE__: "StructuredTextContent";
|
|
5909
|
+
value: ({
|
|
5910
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
7415
5911
|
content: {
|
|
7416
5912
|
text: string;
|
|
7417
5913
|
} & {
|
|
@@ -7471,10 +5967,13 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
7471
5967
|
label?: string;
|
|
7472
5968
|
direction?: string;
|
|
7473
5969
|
})[];
|
|
7474
|
-
}
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
5970
|
+
};
|
|
5971
|
+
} | {
|
|
5972
|
+
type: "tableCell";
|
|
5973
|
+
content: {
|
|
5974
|
+
__TYPE__: "StructuredTextContent";
|
|
5975
|
+
value: ({
|
|
5976
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
7478
5977
|
content: {
|
|
7479
5978
|
text: string;
|
|
7480
5979
|
} & {
|
|
@@ -7534,140 +6033,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
7534
6033
|
label?: string;
|
|
7535
6034
|
direction?: string;
|
|
7536
6035
|
})[];
|
|
7537
|
-
}
|
|
7538
|
-
}[];
|
|
7539
|
-
})[];
|
|
7540
|
-
} | {
|
|
7541
|
-
__TYPE__: "SeparatorContent";
|
|
7542
|
-
} | ({
|
|
7543
|
-
content: {
|
|
7544
|
-
type: "tableRow";
|
|
7545
|
-
content: ({
|
|
7546
|
-
type: "tableHeader";
|
|
7547
|
-
content: ({
|
|
7548
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
7549
|
-
content: {
|
|
7550
|
-
text: string;
|
|
7551
|
-
} & {
|
|
7552
|
-
spans?: ({
|
|
7553
|
-
data: ({
|
|
7554
|
-
__TYPE__: "ImageLink";
|
|
7555
|
-
} & {
|
|
7556
|
-
kind: "image";
|
|
7557
|
-
id: string;
|
|
7558
|
-
url: string;
|
|
7559
|
-
height: string;
|
|
7560
|
-
width: string;
|
|
7561
|
-
size: string;
|
|
7562
|
-
name: string;
|
|
7563
|
-
} & {
|
|
7564
|
-
date?: string | null | undefined;
|
|
7565
|
-
}) | ({
|
|
7566
|
-
__TYPE__: "FileLink";
|
|
7567
|
-
} & {
|
|
7568
|
-
kind: "file";
|
|
7569
|
-
id: string;
|
|
7570
|
-
url: string;
|
|
7571
|
-
name: string;
|
|
7572
|
-
size: string;
|
|
7573
|
-
} & {
|
|
7574
|
-
date?: string | null | undefined;
|
|
7575
|
-
}) | ({
|
|
7576
|
-
__TYPE__: "DocumentLink";
|
|
7577
|
-
} & {
|
|
7578
|
-
id: string;
|
|
7579
|
-
}) | ({
|
|
7580
|
-
__TYPE__: "ExternalLink";
|
|
7581
|
-
} & {
|
|
7582
|
-
url: string;
|
|
7583
|
-
} & {
|
|
7584
|
-
kind?: "web";
|
|
7585
|
-
target?: string | null | undefined;
|
|
7586
|
-
preview?: {
|
|
7587
|
-
title?: string;
|
|
7588
|
-
} | null | undefined;
|
|
7589
|
-
});
|
|
7590
|
-
start: number;
|
|
7591
|
-
end: number;
|
|
7592
|
-
type: "hyperlink";
|
|
7593
|
-
} | {
|
|
7594
|
-
data: string;
|
|
7595
|
-
start: number;
|
|
7596
|
-
end: number;
|
|
7597
|
-
type: "label";
|
|
7598
|
-
} | {
|
|
7599
|
-
start: number;
|
|
7600
|
-
end: number;
|
|
7601
|
-
type: "strong" | "em" | "list-item";
|
|
7602
|
-
})[];
|
|
7603
|
-
};
|
|
7604
|
-
} & {
|
|
7605
|
-
label?: string;
|
|
7606
|
-
direction?: string;
|
|
7607
|
-
})[];
|
|
7608
|
-
} | {
|
|
7609
|
-
type: "tableCell";
|
|
7610
|
-
content: ({
|
|
7611
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
7612
|
-
content: {
|
|
7613
|
-
text: string;
|
|
7614
|
-
} & {
|
|
7615
|
-
spans?: ({
|
|
7616
|
-
data: ({
|
|
7617
|
-
__TYPE__: "ImageLink";
|
|
7618
|
-
} & {
|
|
7619
|
-
kind: "image";
|
|
7620
|
-
id: string;
|
|
7621
|
-
url: string;
|
|
7622
|
-
height: string;
|
|
7623
|
-
width: string;
|
|
7624
|
-
size: string;
|
|
7625
|
-
name: string;
|
|
7626
|
-
} & {
|
|
7627
|
-
date?: string | null | undefined;
|
|
7628
|
-
}) | ({
|
|
7629
|
-
__TYPE__: "FileLink";
|
|
7630
|
-
} & {
|
|
7631
|
-
kind: "file";
|
|
7632
|
-
id: string;
|
|
7633
|
-
url: string;
|
|
7634
|
-
name: string;
|
|
7635
|
-
size: string;
|
|
7636
|
-
} & {
|
|
7637
|
-
date?: string | null | undefined;
|
|
7638
|
-
}) | ({
|
|
7639
|
-
__TYPE__: "DocumentLink";
|
|
7640
|
-
} & {
|
|
7641
|
-
id: string;
|
|
7642
|
-
}) | ({
|
|
7643
|
-
__TYPE__: "ExternalLink";
|
|
7644
|
-
} & {
|
|
7645
|
-
url: string;
|
|
7646
|
-
} & {
|
|
7647
|
-
kind?: "web";
|
|
7648
|
-
target?: string | null | undefined;
|
|
7649
|
-
preview?: {
|
|
7650
|
-
title?: string;
|
|
7651
|
-
} | null | undefined;
|
|
7652
|
-
});
|
|
7653
|
-
start: number;
|
|
7654
|
-
end: number;
|
|
7655
|
-
type: "hyperlink";
|
|
7656
|
-
} | {
|
|
7657
|
-
data: string;
|
|
7658
|
-
start: number;
|
|
7659
|
-
end: number;
|
|
7660
|
-
type: "label";
|
|
7661
|
-
} | {
|
|
7662
|
-
start: number;
|
|
7663
|
-
end: number;
|
|
7664
|
-
type: "strong" | "em" | "list-item";
|
|
7665
|
-
})[];
|
|
7666
|
-
};
|
|
7667
|
-
} & {
|
|
7668
|
-
label?: string;
|
|
7669
|
-
direction?: string;
|
|
7670
|
-
})[];
|
|
6036
|
+
};
|
|
7671
6037
|
})[];
|
|
7672
6038
|
}[];
|
|
7673
6039
|
} & {
|
|
@@ -8035,7 +6401,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
8035
6401
|
label?: string | null | undefined;
|
|
8036
6402
|
direction?: string | null | undefined;
|
|
8037
6403
|
}) | ({
|
|
8038
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl"
|
|
6404
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
8039
6405
|
content: {
|
|
8040
6406
|
text: string;
|
|
8041
6407
|
} & {
|
|
@@ -8094,14 +6460,18 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
8094
6460
|
} & {
|
|
8095
6461
|
label?: string;
|
|
8096
6462
|
direction?: string;
|
|
8097
|
-
})
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
6463
|
+
}))[];
|
|
6464
|
+
} | {
|
|
6465
|
+
__TYPE__: "SeparatorContent";
|
|
6466
|
+
} | ({
|
|
6467
|
+
content: {
|
|
6468
|
+
type: "tableRow";
|
|
6469
|
+
content: ({
|
|
6470
|
+
type: "tableHeader";
|
|
6471
|
+
content: {
|
|
6472
|
+
__TYPE__: "StructuredTextContent";
|
|
6473
|
+
value: ({
|
|
6474
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
8105
6475
|
content: {
|
|
8106
6476
|
text: string;
|
|
8107
6477
|
} & {
|
|
@@ -8161,10 +6531,13 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
8161
6531
|
label?: string;
|
|
8162
6532
|
direction?: string;
|
|
8163
6533
|
})[];
|
|
8164
|
-
}
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
6534
|
+
};
|
|
6535
|
+
} | {
|
|
6536
|
+
type: "tableCell";
|
|
6537
|
+
content: {
|
|
6538
|
+
__TYPE__: "StructuredTextContent";
|
|
6539
|
+
value: ({
|
|
6540
|
+
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
|
|
8168
6541
|
content: {
|
|
8169
6542
|
text: string;
|
|
8170
6543
|
} & {
|
|
@@ -8224,140 +6597,7 @@ export declare const SlicesItemLegacy: (ctx: LegacyContentCtx) => t.Type<{
|
|
|
8224
6597
|
label?: string;
|
|
8225
6598
|
direction?: string;
|
|
8226
6599
|
})[];
|
|
8227
|
-
}
|
|
8228
|
-
}[];
|
|
8229
|
-
})[];
|
|
8230
|
-
} | {
|
|
8231
|
-
__TYPE__: "SeparatorContent";
|
|
8232
|
-
} | ({
|
|
8233
|
-
content: {
|
|
8234
|
-
type: "tableRow";
|
|
8235
|
-
content: ({
|
|
8236
|
-
type: "tableHeader";
|
|
8237
|
-
content: ({
|
|
8238
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
8239
|
-
content: {
|
|
8240
|
-
text: string;
|
|
8241
|
-
} & {
|
|
8242
|
-
spans?: ({
|
|
8243
|
-
data: ({
|
|
8244
|
-
__TYPE__: "ImageLink";
|
|
8245
|
-
} & {
|
|
8246
|
-
kind: "image";
|
|
8247
|
-
id: string;
|
|
8248
|
-
url: string;
|
|
8249
|
-
height: string;
|
|
8250
|
-
width: string;
|
|
8251
|
-
size: string;
|
|
8252
|
-
name: string;
|
|
8253
|
-
} & {
|
|
8254
|
-
date?: string | null | undefined;
|
|
8255
|
-
}) | ({
|
|
8256
|
-
__TYPE__: "FileLink";
|
|
8257
|
-
} & {
|
|
8258
|
-
kind: "file";
|
|
8259
|
-
id: string;
|
|
8260
|
-
url: string;
|
|
8261
|
-
name: string;
|
|
8262
|
-
size: string;
|
|
8263
|
-
} & {
|
|
8264
|
-
date?: string | null | undefined;
|
|
8265
|
-
}) | ({
|
|
8266
|
-
__TYPE__: "DocumentLink";
|
|
8267
|
-
} & {
|
|
8268
|
-
id: string;
|
|
8269
|
-
}) | ({
|
|
8270
|
-
__TYPE__: "ExternalLink";
|
|
8271
|
-
} & {
|
|
8272
|
-
url: string;
|
|
8273
|
-
} & {
|
|
8274
|
-
kind?: "web";
|
|
8275
|
-
target?: string | null | undefined;
|
|
8276
|
-
preview?: {
|
|
8277
|
-
title?: string;
|
|
8278
|
-
} | null | undefined;
|
|
8279
|
-
});
|
|
8280
|
-
start: number;
|
|
8281
|
-
end: number;
|
|
8282
|
-
type: "hyperlink";
|
|
8283
|
-
} | {
|
|
8284
|
-
data: string;
|
|
8285
|
-
start: number;
|
|
8286
|
-
end: number;
|
|
8287
|
-
type: "label";
|
|
8288
|
-
} | {
|
|
8289
|
-
start: number;
|
|
8290
|
-
end: number;
|
|
8291
|
-
type: "strong" | "em" | "list-item";
|
|
8292
|
-
})[];
|
|
8293
|
-
};
|
|
8294
|
-
} & {
|
|
8295
|
-
label?: string;
|
|
8296
|
-
direction?: string;
|
|
8297
|
-
})[];
|
|
8298
|
-
} | {
|
|
8299
|
-
type: "tableCell";
|
|
8300
|
-
content: ({
|
|
8301
|
-
type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
|
|
8302
|
-
content: {
|
|
8303
|
-
text: string;
|
|
8304
|
-
} & {
|
|
8305
|
-
spans?: ({
|
|
8306
|
-
data: ({
|
|
8307
|
-
__TYPE__: "ImageLink";
|
|
8308
|
-
} & {
|
|
8309
|
-
kind: "image";
|
|
8310
|
-
id: string;
|
|
8311
|
-
url: string;
|
|
8312
|
-
height: string;
|
|
8313
|
-
width: string;
|
|
8314
|
-
size: string;
|
|
8315
|
-
name: string;
|
|
8316
|
-
} & {
|
|
8317
|
-
date?: string | null | undefined;
|
|
8318
|
-
}) | ({
|
|
8319
|
-
__TYPE__: "FileLink";
|
|
8320
|
-
} & {
|
|
8321
|
-
kind: "file";
|
|
8322
|
-
id: string;
|
|
8323
|
-
url: string;
|
|
8324
|
-
name: string;
|
|
8325
|
-
size: string;
|
|
8326
|
-
} & {
|
|
8327
|
-
date?: string | null | undefined;
|
|
8328
|
-
}) | ({
|
|
8329
|
-
__TYPE__: "DocumentLink";
|
|
8330
|
-
} & {
|
|
8331
|
-
id: string;
|
|
8332
|
-
}) | ({
|
|
8333
|
-
__TYPE__: "ExternalLink";
|
|
8334
|
-
} & {
|
|
8335
|
-
url: string;
|
|
8336
|
-
} & {
|
|
8337
|
-
kind?: "web";
|
|
8338
|
-
target?: string | null | undefined;
|
|
8339
|
-
preview?: {
|
|
8340
|
-
title?: string;
|
|
8341
|
-
} | null | undefined;
|
|
8342
|
-
});
|
|
8343
|
-
start: number;
|
|
8344
|
-
end: number;
|
|
8345
|
-
type: "hyperlink";
|
|
8346
|
-
} | {
|
|
8347
|
-
data: string;
|
|
8348
|
-
start: number;
|
|
8349
|
-
end: number;
|
|
8350
|
-
type: "label";
|
|
8351
|
-
} | {
|
|
8352
|
-
start: number;
|
|
8353
|
-
end: number;
|
|
8354
|
-
type: "strong" | "em" | "list-item";
|
|
8355
|
-
})[];
|
|
8356
|
-
};
|
|
8357
|
-
} & {
|
|
8358
|
-
label?: string;
|
|
8359
|
-
direction?: string;
|
|
8360
|
-
})[];
|
|
6600
|
+
};
|
|
8361
6601
|
})[];
|
|
8362
6602
|
}[];
|
|
8363
6603
|
} & {
|