@prismicio/types-internal 3.4.0-alpha.9 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/lib/content/Document.d.ts +507 -3393
  2. package/lib/content/Document.js +8 -0
  3. package/lib/content/fields/GroupContent.d.ts +1 -1
  4. package/lib/content/fields/GroupContent.js +12 -1
  5. package/lib/content/fields/RepeatableContent.d.ts +123 -51
  6. package/lib/content/fields/RepeatableContent.js +14 -10
  7. package/lib/content/fields/WidgetContent.d.ts +503 -3389
  8. package/lib/content/fields/nestable/NestableContent.d.ts +70 -551
  9. package/lib/content/fields/nestable/NestableContent.js +7 -8
  10. package/lib/content/fields/nestable/RepeatableContent.d.ts +2 -2
  11. package/lib/content/fields/nestable/RepeatableContent.js +5 -2
  12. package/lib/content/fields/nestable/RichTextContent/Blocks.d.ts +112 -0
  13. package/lib/content/fields/nestable/RichTextContent/Blocks.js +5 -5
  14. package/lib/content/fields/nestable/RichTextContent/index.d.ts +9 -641
  15. package/lib/content/fields/nestable/RichTextContent/index.js +4 -8
  16. package/lib/content/fields/nestable/TableContent.d.ts +536 -618
  17. package/lib/content/fields/nestable/TableContent.js +101 -15
  18. package/lib/content/fields/slices/Slice/CompositeSliceContent.d.ts +192 -1154
  19. package/lib/content/fields/slices/Slice/RepeatableContent.d.ts +25 -252
  20. package/lib/content/fields/slices/Slice/SharedSliceContent.d.ts +192 -1154
  21. package/lib/content/fields/slices/Slice/SharedSliceContent.js +12 -0
  22. package/lib/content/fields/slices/Slice/SimpleSliceContent.d.ts +70 -551
  23. package/lib/content/fields/slices/Slice/SlicePrimaryContent.d.ts +70 -551
  24. package/lib/content/fields/slices/Slice/index.d.ts +268 -2038
  25. package/lib/content/fields/slices/SliceItem.d.ts +259 -2029
  26. package/lib/content/fields/slices/SlicesContent.d.ts +405 -2810
  27. package/lib/customtypes/CustomType.d.ts +108 -0
  28. package/lib/customtypes/Section.d.ts +108 -0
  29. package/lib/customtypes/diff/SharedSlice.d.ts +48 -0
  30. package/lib/customtypes/diff/Variation.d.ts +48 -0
  31. package/lib/customtypes/widgets/Group.d.ts +36 -0
  32. package/lib/customtypes/widgets/Widget.d.ts +126 -0
  33. package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +6 -0
  34. package/lib/customtypes/widgets/nestable/NestableWidget.js +2 -0
  35. package/lib/customtypes/widgets/nestable/RichText.d.ts +0 -2
  36. package/lib/customtypes/widgets/nestable/RichText.js +0 -2
  37. package/lib/customtypes/widgets/nestable/Table.d.ts +6 -0
  38. package/lib/customtypes/widgets/nestable/Table.js +13 -1
  39. package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +12 -0
  40. package/lib/customtypes/widgets/slices/LegacySlice.d.ts +12 -0
  41. package/lib/customtypes/widgets/slices/SharedSlice.d.ts +48 -0
  42. package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +36 -0
  43. package/lib/customtypes/widgets/slices/Slices.d.ts +168 -0
  44. package/package.json +1 -1
  45. package/src/content/Document.ts +9 -0
  46. package/src/content/fields/GroupContent.ts +15 -1
  47. package/src/content/fields/nestable/NestableContent.ts +13 -9
  48. package/src/content/fields/nestable/RepeatableContent.ts +6 -2
  49. package/src/content/fields/nestable/RichTextContent/Blocks.ts +238 -0
  50. package/src/content/fields/nestable/RichTextContent/index.ts +3 -7
  51. package/src/content/fields/nestable/TableContent.ts +131 -14
  52. package/src/content/fields/slices/Slice/SharedSliceContent.ts +13 -0
  53. package/src/customtypes/widgets/nestable/NestableWidget.ts +2 -0
  54. package/src/customtypes/widgets/nestable/RichText.ts +0 -2
  55. package/src/customtypes/widgets/nestable/Table.ts +13 -0
  56. package/lib/content/fields/nestable/RichTextContent/Block.d.ts +0 -1036
  57. package/lib/content/fields/nestable/RichTextContent/Block.js +0 -31
  58. package/lib/content/fields/nestable/RichTextContent/EmbedBlock.d.ts +0 -60
  59. package/lib/content/fields/nestable/RichTextContent/EmbedBlock.js +0 -53
  60. package/lib/content/fields/nestable/RichTextContent/ImageBlock.d.ts +0 -203
  61. package/lib/content/fields/nestable/RichTextContent/ImageBlock.js +0 -36
  62. package/lib/content/fields/nestable/RichTextContent/TableBlock.d.ts +0 -500
  63. package/lib/content/fields/nestable/RichTextContent/TableBlock.js +0 -21
  64. package/lib/content/fields/nestable/RichTextContent/TextBlock.d.ts +0 -590
  65. package/lib/content/fields/nestable/RichTextContent/TextBlock.js +0 -80
  66. package/src/content/fields/nestable/RichTextContent/Block.ts +0 -35
  67. package/src/content/fields/nestable/RichTextContent/EmbedBlock.ts +0 -81
  68. package/src/content/fields/nestable/RichTextContent/ImageBlock.ts +0 -42
  69. package/src/content/fields/nestable/RichTextContent/TableBlock.ts +0 -36
  70. package/src/content/fields/nestable/RichTextContent/TextBlock.ts +0 -108
@@ -317,7 +317,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
317
317
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
318
318
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
319
319
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
320
- 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>;
320
+ 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>;
321
321
  content: t.IntersectionC<[t.TypeC<{
322
322
  text: t.StringC;
323
323
  }>, t.PartialC<{
@@ -426,14 +426,19 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
426
426
  }>, t.PartialC<{
427
427
  label: t.StringC;
428
428
  direction: t.StringC;
429
- }>]>>, t.ExactC<t.TypeC<{
430
- type: t.LiteralC<"table">;
431
- content: t.ArrayC<t.ExactC<t.TypeC<{
432
- type: t.LiteralC<"tableRow">;
433
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
434
- type: t.LiteralC<"tableHeader">;
435
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
436
- 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>;
429
+ }>]>>]>>;
430
+ }>>, t.ExactC<t.TypeC<{
431
+ __TYPE__: t.LiteralC<"SeparatorContent">;
432
+ }>>, t.ExactC<t.TypeC<{
433
+ __TYPE__: t.LiteralC<"TableContent">;
434
+ content: t.ArrayC<t.ExactC<t.TypeC<{
435
+ type: t.LiteralC<"tableRow">;
436
+ content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
437
+ type: t.LiteralC<"tableHeader">;
438
+ content: t.ExactC<t.TypeC<{
439
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
440
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
441
+ 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>;
437
442
  content: t.IntersectionC<[t.TypeC<{
438
443
  text: t.StringC;
439
444
  }>, t.PartialC<{
@@ -543,10 +548,13 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
543
548
  label: t.StringC;
544
549
  direction: t.StringC;
545
550
  }>]>>>;
546
- }>>, t.ExactC<t.TypeC<{
547
- type: t.LiteralC<"tableCell">;
548
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
549
- 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>;
551
+ }>>;
552
+ }>>, t.ExactC<t.TypeC<{
553
+ type: t.LiteralC<"tableCell">;
554
+ content: t.ExactC<t.TypeC<{
555
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
556
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
557
+ 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>;
550
558
  content: t.IntersectionC<[t.TypeC<{
551
559
  text: t.StringC;
552
560
  }>, t.PartialC<{
@@ -656,11 +664,9 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
656
664
  label: t.StringC;
657
665
  direction: t.StringC;
658
666
  }>]>>>;
659
- }>>]>>;
660
- }>>>;
661
- }>>]>>;
662
- }>>, t.ExactC<t.TypeC<{
663
- __TYPE__: t.LiteralC<"SeparatorContent">;
667
+ }>>;
668
+ }>>]>>;
669
+ }>>>;
664
670
  }>>, t.ExactC<t.TypeC<{
665
671
  __TYPE__: t.LiteralC<"RepeatableContent">;
666
672
  type: t.LiteralC<"Link">;
@@ -742,240 +748,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
742
748
  variant: t.StringC;
743
749
  }>]>>]>]>;
744
750
  }>>]>>;
745
- }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
746
- content: t.ArrayC<t.ExactC<t.TypeC<{
747
- type: t.LiteralC<"tableRow">;
748
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
749
- type: t.LiteralC<"tableHeader">;
750
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
751
- 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>;
752
- content: t.IntersectionC<[t.TypeC<{
753
- text: t.StringC;
754
- }>, t.PartialC<{
755
- spans: t.Type<({
756
- data: ({
757
- __TYPE__: "ImageLink";
758
- } & {
759
- kind: "image";
760
- id: string;
761
- url: string;
762
- height: string;
763
- width: string;
764
- size: string;
765
- name: string;
766
- } & {
767
- date?: string | null | undefined;
768
- }) | ({
769
- __TYPE__: "FileLink";
770
- } & {
771
- kind: "file";
772
- id: string;
773
- url: string;
774
- name: string;
775
- size: string;
776
- } & {
777
- date?: string | null | undefined;
778
- }) | ({
779
- __TYPE__: "DocumentLink";
780
- } & {
781
- id: string;
782
- }) | ({
783
- __TYPE__: "ExternalLink";
784
- } & {
785
- url: string;
786
- } & {
787
- kind?: "web";
788
- target?: string | null | undefined;
789
- preview?: {
790
- title?: string;
791
- } | null | undefined;
792
- });
793
- start: number;
794
- end: number;
795
- type: "hyperlink";
796
- } | {
797
- data: string;
798
- start: number;
799
- end: number;
800
- type: "label";
801
- } | {
802
- start: number;
803
- end: number;
804
- type: "strong" | "em" | "list-item";
805
- })[], ({
806
- data: ({
807
- __TYPE__: "ImageLink";
808
- } & {
809
- kind: "image";
810
- id: string;
811
- url: string;
812
- height: string;
813
- width: string;
814
- size: string;
815
- name: string;
816
- } & {
817
- date?: string | null | undefined;
818
- }) | ({
819
- __TYPE__: "FileLink";
820
- } & {
821
- kind: "file";
822
- id: string;
823
- url: string;
824
- name: string;
825
- size: string;
826
- } & {
827
- date?: string | null | undefined;
828
- }) | ({
829
- __TYPE__: "DocumentLink";
830
- } & {
831
- id: string;
832
- }) | ({
833
- __TYPE__: "ExternalLink";
834
- } & {
835
- url: string;
836
- } & {
837
- kind?: "web";
838
- target?: string | null | undefined;
839
- preview?: {
840
- title?: string;
841
- } | null | undefined;
842
- });
843
- start: number;
844
- end: number;
845
- type: "hyperlink";
846
- } | {
847
- data: string;
848
- start: number;
849
- end: number;
850
- type: "label";
851
- } | {
852
- start: number;
853
- end: number;
854
- type: "strong" | "em" | "list-item";
855
- })[], unknown>;
856
- }>]>;
857
- }>, t.PartialC<{
858
- label: t.StringC;
859
- direction: t.StringC;
860
- }>]>>>;
861
- }>>, t.ExactC<t.TypeC<{
862
- type: t.LiteralC<"tableCell">;
863
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
864
- 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>;
865
- content: t.IntersectionC<[t.TypeC<{
866
- text: t.StringC;
867
- }>, t.PartialC<{
868
- spans: t.Type<({
869
- data: ({
870
- __TYPE__: "ImageLink";
871
- } & {
872
- kind: "image";
873
- id: string;
874
- url: string;
875
- height: string;
876
- width: string;
877
- size: string;
878
- name: string;
879
- } & {
880
- date?: string | null | undefined;
881
- }) | ({
882
- __TYPE__: "FileLink";
883
- } & {
884
- kind: "file";
885
- id: string;
886
- url: string;
887
- name: string;
888
- size: string;
889
- } & {
890
- date?: string | null | undefined;
891
- }) | ({
892
- __TYPE__: "DocumentLink";
893
- } & {
894
- id: string;
895
- }) | ({
896
- __TYPE__: "ExternalLink";
897
- } & {
898
- url: string;
899
- } & {
900
- kind?: "web";
901
- target?: string | null | undefined;
902
- preview?: {
903
- title?: string;
904
- } | null | undefined;
905
- });
906
- start: number;
907
- end: number;
908
- type: "hyperlink";
909
- } | {
910
- data: string;
911
- start: number;
912
- end: number;
913
- type: "label";
914
- } | {
915
- start: number;
916
- end: number;
917
- type: "strong" | "em" | "list-item";
918
- })[], ({
919
- data: ({
920
- __TYPE__: "ImageLink";
921
- } & {
922
- kind: "image";
923
- id: string;
924
- url: string;
925
- height: string;
926
- width: string;
927
- size: string;
928
- name: string;
929
- } & {
930
- date?: string | null | undefined;
931
- }) | ({
932
- __TYPE__: "FileLink";
933
- } & {
934
- kind: "file";
935
- id: string;
936
- url: string;
937
- name: string;
938
- size: string;
939
- } & {
940
- date?: string | null | undefined;
941
- }) | ({
942
- __TYPE__: "DocumentLink";
943
- } & {
944
- id: string;
945
- }) | ({
946
- __TYPE__: "ExternalLink";
947
- } & {
948
- url: string;
949
- } & {
950
- kind?: "web";
951
- target?: string | null | undefined;
952
- preview?: {
953
- title?: string;
954
- } | null | undefined;
955
- });
956
- start: number;
957
- end: number;
958
- type: "hyperlink";
959
- } | {
960
- data: string;
961
- start: number;
962
- end: number;
963
- type: "label";
964
- } | {
965
- start: number;
966
- end: number;
967
- type: "strong" | "em" | "list-item";
968
- })[], unknown>;
969
- }>]>;
970
- }>, t.PartialC<{
971
- label: t.StringC;
972
- direction: t.StringC;
973
- }>]>>>;
974
- }>>]>>;
975
- }>>>;
976
- }>>, t.ExactC<t.TypeC<{
977
- __TYPE__: t.LiteralC<"TableContent">;
978
- }>>]>]>, t.TypeC<{
751
+ }>>]>, t.TypeC<{
979
752
  __TYPE__: t.LiteralC<"UIDContent">;
980
753
  value: t.StringC;
981
754
  }>, t.TypeC<{
@@ -1302,7 +1075,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1302
1075
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1303
1076
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
1304
1077
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
1305
- 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>;
1078
+ 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>;
1306
1079
  content: t.IntersectionC<[t.TypeC<{
1307
1080
  text: t.StringC;
1308
1081
  }>, t.PartialC<{
@@ -1411,14 +1184,19 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1411
1184
  }>, t.PartialC<{
1412
1185
  label: t.StringC;
1413
1186
  direction: t.StringC;
1414
- }>]>>, t.ExactC<t.TypeC<{
1415
- type: t.LiteralC<"table">;
1416
- content: t.ArrayC<t.ExactC<t.TypeC<{
1417
- type: t.LiteralC<"tableRow">;
1418
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
1419
- type: t.LiteralC<"tableHeader">;
1420
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1421
- 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>;
1187
+ }>]>>]>>;
1188
+ }>>, t.ExactC<t.TypeC<{
1189
+ __TYPE__: t.LiteralC<"SeparatorContent">;
1190
+ }>>, t.ExactC<t.TypeC<{
1191
+ __TYPE__: t.LiteralC<"TableContent">;
1192
+ content: t.ArrayC<t.ExactC<t.TypeC<{
1193
+ type: t.LiteralC<"tableRow">;
1194
+ content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
1195
+ type: t.LiteralC<"tableHeader">;
1196
+ content: t.ExactC<t.TypeC<{
1197
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
1198
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1199
+ 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>;
1422
1200
  content: t.IntersectionC<[t.TypeC<{
1423
1201
  text: t.StringC;
1424
1202
  }>, t.PartialC<{
@@ -1528,10 +1306,13 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1528
1306
  label: t.StringC;
1529
1307
  direction: t.StringC;
1530
1308
  }>]>>>;
1531
- }>>, t.ExactC<t.TypeC<{
1532
- type: t.LiteralC<"tableCell">;
1533
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1534
- 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>;
1309
+ }>>;
1310
+ }>>, t.ExactC<t.TypeC<{
1311
+ type: t.LiteralC<"tableCell">;
1312
+ content: t.ExactC<t.TypeC<{
1313
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
1314
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1315
+ 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>;
1535
1316
  content: t.IntersectionC<[t.TypeC<{
1536
1317
  text: t.StringC;
1537
1318
  }>, t.PartialC<{
@@ -1641,11 +1422,9 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1641
1422
  label: t.StringC;
1642
1423
  direction: t.StringC;
1643
1424
  }>]>>>;
1644
- }>>]>>;
1645
- }>>>;
1646
- }>>]>>;
1647
- }>>, t.ExactC<t.TypeC<{
1648
- __TYPE__: t.LiteralC<"SeparatorContent">;
1425
+ }>>;
1426
+ }>>]>>;
1427
+ }>>>;
1649
1428
  }>>, t.ExactC<t.TypeC<{
1650
1429
  __TYPE__: t.LiteralC<"RepeatableContent">;
1651
1430
  type: t.LiteralC<"Link">;
@@ -1727,240 +1506,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1727
1506
  variant: t.StringC;
1728
1507
  }>]>>]>]>;
1729
1508
  }>>]>>;
1730
- }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
1731
- content: t.ArrayC<t.ExactC<t.TypeC<{
1732
- type: t.LiteralC<"tableRow">;
1733
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
1734
- type: t.LiteralC<"tableHeader">;
1735
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1736
- 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>;
1737
- content: t.IntersectionC<[t.TypeC<{
1738
- text: t.StringC;
1739
- }>, t.PartialC<{
1740
- spans: t.Type<({
1741
- data: ({
1742
- __TYPE__: "ImageLink";
1743
- } & {
1744
- kind: "image";
1745
- id: string;
1746
- url: string;
1747
- height: string;
1748
- width: string;
1749
- size: string;
1750
- name: string;
1751
- } & {
1752
- date?: string | null | undefined;
1753
- }) | ({
1754
- __TYPE__: "FileLink";
1755
- } & {
1756
- kind: "file";
1757
- id: string;
1758
- url: string;
1759
- name: string;
1760
- size: string;
1761
- } & {
1762
- date?: string | null | undefined;
1763
- }) | ({
1764
- __TYPE__: "DocumentLink";
1765
- } & {
1766
- id: string;
1767
- }) | ({
1768
- __TYPE__: "ExternalLink";
1769
- } & {
1770
- url: string;
1771
- } & {
1772
- kind?: "web";
1773
- target?: string | null | undefined;
1774
- preview?: {
1775
- title?: string;
1776
- } | null | undefined;
1777
- });
1778
- start: number;
1779
- end: number;
1780
- type: "hyperlink";
1781
- } | {
1782
- data: string;
1783
- start: number;
1784
- end: number;
1785
- type: "label";
1786
- } | {
1787
- start: number;
1788
- end: number;
1789
- type: "strong" | "em" | "list-item";
1790
- })[], ({
1791
- data: ({
1792
- __TYPE__: "ImageLink";
1793
- } & {
1794
- kind: "image";
1795
- id: string;
1796
- url: string;
1797
- height: string;
1798
- width: string;
1799
- size: string;
1800
- name: string;
1801
- } & {
1802
- date?: string | null | undefined;
1803
- }) | ({
1804
- __TYPE__: "FileLink";
1805
- } & {
1806
- kind: "file";
1807
- id: string;
1808
- url: string;
1809
- name: string;
1810
- size: string;
1811
- } & {
1812
- date?: string | null | undefined;
1813
- }) | ({
1814
- __TYPE__: "DocumentLink";
1815
- } & {
1816
- id: string;
1817
- }) | ({
1818
- __TYPE__: "ExternalLink";
1819
- } & {
1820
- url: string;
1821
- } & {
1822
- kind?: "web";
1823
- target?: string | null | undefined;
1824
- preview?: {
1825
- title?: string;
1826
- } | null | undefined;
1827
- });
1828
- start: number;
1829
- end: number;
1830
- type: "hyperlink";
1831
- } | {
1832
- data: string;
1833
- start: number;
1834
- end: number;
1835
- type: "label";
1836
- } | {
1837
- start: number;
1838
- end: number;
1839
- type: "strong" | "em" | "list-item";
1840
- })[], unknown>;
1841
- }>]>;
1842
- }>, t.PartialC<{
1843
- label: t.StringC;
1844
- direction: t.StringC;
1845
- }>]>>>;
1846
- }>>, t.ExactC<t.TypeC<{
1847
- type: t.LiteralC<"tableCell">;
1848
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1849
- 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>;
1850
- content: t.IntersectionC<[t.TypeC<{
1851
- text: t.StringC;
1852
- }>, t.PartialC<{
1853
- spans: t.Type<({
1854
- data: ({
1855
- __TYPE__: "ImageLink";
1856
- } & {
1857
- kind: "image";
1858
- id: string;
1859
- url: string;
1860
- height: string;
1861
- width: string;
1862
- size: string;
1863
- name: string;
1864
- } & {
1865
- date?: string | null | undefined;
1866
- }) | ({
1867
- __TYPE__: "FileLink";
1868
- } & {
1869
- kind: "file";
1870
- id: string;
1871
- url: string;
1872
- name: string;
1873
- size: string;
1874
- } & {
1875
- date?: string | null | undefined;
1876
- }) | ({
1877
- __TYPE__: "DocumentLink";
1878
- } & {
1879
- id: string;
1880
- }) | ({
1881
- __TYPE__: "ExternalLink";
1882
- } & {
1883
- url: string;
1884
- } & {
1885
- kind?: "web";
1886
- target?: string | null | undefined;
1887
- preview?: {
1888
- title?: string;
1889
- } | null | undefined;
1890
- });
1891
- start: number;
1892
- end: number;
1893
- type: "hyperlink";
1894
- } | {
1895
- data: string;
1896
- start: number;
1897
- end: number;
1898
- type: "label";
1899
- } | {
1900
- start: number;
1901
- end: number;
1902
- type: "strong" | "em" | "list-item";
1903
- })[], ({
1904
- data: ({
1905
- __TYPE__: "ImageLink";
1906
- } & {
1907
- kind: "image";
1908
- id: string;
1909
- url: string;
1910
- height: string;
1911
- width: string;
1912
- size: string;
1913
- name: string;
1914
- } & {
1915
- date?: string | null | undefined;
1916
- }) | ({
1917
- __TYPE__: "FileLink";
1918
- } & {
1919
- kind: "file";
1920
- id: string;
1921
- url: string;
1922
- name: string;
1923
- size: string;
1924
- } & {
1925
- date?: string | null | undefined;
1926
- }) | ({
1927
- __TYPE__: "DocumentLink";
1928
- } & {
1929
- id: string;
1930
- }) | ({
1931
- __TYPE__: "ExternalLink";
1932
- } & {
1933
- url: string;
1934
- } & {
1935
- kind?: "web";
1936
- target?: string | null | undefined;
1937
- preview?: {
1938
- title?: string;
1939
- } | null | undefined;
1940
- });
1941
- start: number;
1942
- end: number;
1943
- type: "hyperlink";
1944
- } | {
1945
- data: string;
1946
- start: number;
1947
- end: number;
1948
- type: "label";
1949
- } | {
1950
- start: number;
1951
- end: number;
1952
- type: "strong" | "em" | "list-item";
1953
- })[], unknown>;
1954
- }>]>;
1955
- }>, t.PartialC<{
1956
- label: t.StringC;
1957
- direction: t.StringC;
1958
- }>]>>>;
1959
- }>>]>>;
1960
- }>>>;
1961
- }>>, t.ExactC<t.TypeC<{
1962
- __TYPE__: t.LiteralC<"TableContent">;
1963
- }>>]>]>>;
1509
+ }>>]>>;
1964
1510
  repeat: t.ArrayC<t.ExactC<t.TypeC<{
1965
1511
  __TYPE__: t.LiteralC<"GroupItemContent">;
1966
1512
  value: t.ArrayC<t.TupleC<[t.StringC, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -2279,7 +1825,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2279
1825
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2280
1826
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
2281
1827
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
2282
- 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>;
1828
+ 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>;
2283
1829
  content: t.IntersectionC<[t.TypeC<{
2284
1830
  text: t.StringC;
2285
1831
  }>, t.PartialC<{
@@ -2388,18 +1934,23 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2388
1934
  }>, t.PartialC<{
2389
1935
  label: t.StringC;
2390
1936
  direction: t.StringC;
2391
- }>]>>, t.ExactC<t.TypeC<{
2392
- type: t.LiteralC<"table">;
2393
- content: t.ArrayC<t.ExactC<t.TypeC<{
2394
- type: t.LiteralC<"tableRow">;
2395
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
2396
- type: t.LiteralC<"tableHeader">;
2397
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2398
- 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>;
2399
- content: t.IntersectionC<[t.TypeC<{
2400
- text: t.StringC;
2401
- }>, t.PartialC<{
2402
- spans: t.Type<({
1937
+ }>]>>]>>;
1938
+ }>>, t.ExactC<t.TypeC<{
1939
+ __TYPE__: t.LiteralC<"SeparatorContent">;
1940
+ }>>, t.ExactC<t.TypeC<{
1941
+ __TYPE__: t.LiteralC<"TableContent">;
1942
+ content: t.ArrayC<t.ExactC<t.TypeC<{
1943
+ type: t.LiteralC<"tableRow">;
1944
+ content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
1945
+ type: t.LiteralC<"tableHeader">;
1946
+ content: t.ExactC<t.TypeC<{
1947
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
1948
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
1949
+ 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>;
1950
+ content: t.IntersectionC<[t.TypeC<{
1951
+ text: t.StringC;
1952
+ }>, t.PartialC<{
1953
+ spans: t.Type<({
2403
1954
  data: ({
2404
1955
  __TYPE__: "ImageLink";
2405
1956
  } & {
@@ -2505,10 +2056,13 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2505
2056
  label: t.StringC;
2506
2057
  direction: t.StringC;
2507
2058
  }>]>>>;
2508
- }>>, t.ExactC<t.TypeC<{
2509
- type: t.LiteralC<"tableCell">;
2510
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2511
- 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>;
2059
+ }>>;
2060
+ }>>, t.ExactC<t.TypeC<{
2061
+ type: t.LiteralC<"tableCell">;
2062
+ content: t.ExactC<t.TypeC<{
2063
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
2064
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2065
+ 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>;
2512
2066
  content: t.IntersectionC<[t.TypeC<{
2513
2067
  text: t.StringC;
2514
2068
  }>, t.PartialC<{
@@ -2618,11 +2172,9 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2618
2172
  label: t.StringC;
2619
2173
  direction: t.StringC;
2620
2174
  }>]>>>;
2621
- }>>]>>;
2622
- }>>>;
2623
- }>>]>>;
2624
- }>>, t.ExactC<t.TypeC<{
2625
- __TYPE__: t.LiteralC<"SeparatorContent">;
2175
+ }>>;
2176
+ }>>]>>;
2177
+ }>>>;
2626
2178
  }>>, t.ExactC<t.TypeC<{
2627
2179
  __TYPE__: t.LiteralC<"RepeatableContent">;
2628
2180
  type: t.LiteralC<"Link">;
@@ -2704,240 +2256,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2704
2256
  variant: t.StringC;
2705
2257
  }>]>>]>]>;
2706
2258
  }>>]>>;
2707
- }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
2708
- content: t.ArrayC<t.ExactC<t.TypeC<{
2709
- type: t.LiteralC<"tableRow">;
2710
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
2711
- type: t.LiteralC<"tableHeader">;
2712
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2713
- 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>;
2714
- content: t.IntersectionC<[t.TypeC<{
2715
- text: t.StringC;
2716
- }>, t.PartialC<{
2717
- spans: t.Type<({
2718
- data: ({
2719
- __TYPE__: "ImageLink";
2720
- } & {
2721
- kind: "image";
2722
- id: string;
2723
- url: string;
2724
- height: string;
2725
- width: string;
2726
- size: string;
2727
- name: string;
2728
- } & {
2729
- date?: string | null | undefined;
2730
- }) | ({
2731
- __TYPE__: "FileLink";
2732
- } & {
2733
- kind: "file";
2734
- id: string;
2735
- url: string;
2736
- name: string;
2737
- size: string;
2738
- } & {
2739
- date?: string | null | undefined;
2740
- }) | ({
2741
- __TYPE__: "DocumentLink";
2742
- } & {
2743
- id: string;
2744
- }) | ({
2745
- __TYPE__: "ExternalLink";
2746
- } & {
2747
- url: string;
2748
- } & {
2749
- kind?: "web";
2750
- target?: string | null | undefined;
2751
- preview?: {
2752
- title?: string;
2753
- } | null | undefined;
2754
- });
2755
- start: number;
2756
- end: number;
2757
- type: "hyperlink";
2758
- } | {
2759
- data: string;
2760
- start: number;
2761
- end: number;
2762
- type: "label";
2763
- } | {
2764
- start: number;
2765
- end: number;
2766
- type: "strong" | "em" | "list-item";
2767
- })[], ({
2768
- data: ({
2769
- __TYPE__: "ImageLink";
2770
- } & {
2771
- kind: "image";
2772
- id: string;
2773
- url: string;
2774
- height: string;
2775
- width: string;
2776
- size: string;
2777
- name: string;
2778
- } & {
2779
- date?: string | null | undefined;
2780
- }) | ({
2781
- __TYPE__: "FileLink";
2782
- } & {
2783
- kind: "file";
2784
- id: string;
2785
- url: string;
2786
- name: string;
2787
- size: string;
2788
- } & {
2789
- date?: string | null | undefined;
2790
- }) | ({
2791
- __TYPE__: "DocumentLink";
2792
- } & {
2793
- id: string;
2794
- }) | ({
2795
- __TYPE__: "ExternalLink";
2796
- } & {
2797
- url: string;
2798
- } & {
2799
- kind?: "web";
2800
- target?: string | null | undefined;
2801
- preview?: {
2802
- title?: string;
2803
- } | null | undefined;
2804
- });
2805
- start: number;
2806
- end: number;
2807
- type: "hyperlink";
2808
- } | {
2809
- data: string;
2810
- start: number;
2811
- end: number;
2812
- type: "label";
2813
- } | {
2814
- start: number;
2815
- end: number;
2816
- type: "strong" | "em" | "list-item";
2817
- })[], unknown>;
2818
- }>]>;
2819
- }>, t.PartialC<{
2820
- label: t.StringC;
2821
- direction: t.StringC;
2822
- }>]>>>;
2823
- }>>, t.ExactC<t.TypeC<{
2824
- type: t.LiteralC<"tableCell">;
2825
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2826
- 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>;
2827
- content: t.IntersectionC<[t.TypeC<{
2828
- text: t.StringC;
2829
- }>, t.PartialC<{
2830
- spans: t.Type<({
2831
- data: ({
2832
- __TYPE__: "ImageLink";
2833
- } & {
2834
- kind: "image";
2835
- id: string;
2836
- url: string;
2837
- height: string;
2838
- width: string;
2839
- size: string;
2840
- name: string;
2841
- } & {
2842
- date?: string | null | undefined;
2843
- }) | ({
2844
- __TYPE__: "FileLink";
2845
- } & {
2846
- kind: "file";
2847
- id: string;
2848
- url: string;
2849
- name: string;
2850
- size: string;
2851
- } & {
2852
- date?: string | null | undefined;
2853
- }) | ({
2854
- __TYPE__: "DocumentLink";
2855
- } & {
2856
- id: string;
2857
- }) | ({
2858
- __TYPE__: "ExternalLink";
2859
- } & {
2860
- url: string;
2861
- } & {
2862
- kind?: "web";
2863
- target?: string | null | undefined;
2864
- preview?: {
2865
- title?: string;
2866
- } | null | undefined;
2867
- });
2868
- start: number;
2869
- end: number;
2870
- type: "hyperlink";
2871
- } | {
2872
- data: string;
2873
- start: number;
2874
- end: number;
2875
- type: "label";
2876
- } | {
2877
- start: number;
2878
- end: number;
2879
- type: "strong" | "em" | "list-item";
2880
- })[], ({
2881
- data: ({
2882
- __TYPE__: "ImageLink";
2883
- } & {
2884
- kind: "image";
2885
- id: string;
2886
- url: string;
2887
- height: string;
2888
- width: string;
2889
- size: string;
2890
- name: string;
2891
- } & {
2892
- date?: string | null | undefined;
2893
- }) | ({
2894
- __TYPE__: "FileLink";
2895
- } & {
2896
- kind: "file";
2897
- id: string;
2898
- url: string;
2899
- name: string;
2900
- size: string;
2901
- } & {
2902
- date?: string | null | undefined;
2903
- }) | ({
2904
- __TYPE__: "DocumentLink";
2905
- } & {
2906
- id: string;
2907
- }) | ({
2908
- __TYPE__: "ExternalLink";
2909
- } & {
2910
- url: string;
2911
- } & {
2912
- kind?: "web";
2913
- target?: string | null | undefined;
2914
- preview?: {
2915
- title?: string;
2916
- } | null | undefined;
2917
- });
2918
- start: number;
2919
- end: number;
2920
- type: "hyperlink";
2921
- } | {
2922
- data: string;
2923
- start: number;
2924
- end: number;
2925
- type: "label";
2926
- } | {
2927
- start: number;
2928
- end: number;
2929
- type: "strong" | "em" | "list-item";
2930
- })[], unknown>;
2931
- }>]>;
2932
- }>, t.PartialC<{
2933
- label: t.StringC;
2934
- direction: t.StringC;
2935
- }>]>>>;
2936
- }>>]>>;
2937
- }>>>;
2938
- }>>, t.ExactC<t.TypeC<{
2939
- __TYPE__: t.LiteralC<"TableContent">;
2940
- }>>]>]>, t.Type<GroupContent, GroupContent, unknown>]>]>>;
2259
+ }>>]>, t.Type<GroupContent, GroupContent, unknown>]>]>>;
2941
2260
  }>>>;
2942
2261
  }>>, t.ExactC<t.TypeC<{
2943
2262
  __TYPE__: t.LiteralC<"SharedSliceContent">;
@@ -3258,7 +2577,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
3258
2577
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
3259
2578
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
3260
2579
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
3261
- 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>;
2580
+ 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>;
3262
2581
  content: t.IntersectionC<[t.TypeC<{
3263
2582
  text: t.StringC;
3264
2583
  }>, t.PartialC<{
@@ -3367,15 +2686,20 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
3367
2686
  }>, t.PartialC<{
3368
2687
  label: t.StringC;
3369
2688
  direction: t.StringC;
3370
- }>]>>, t.ExactC<t.TypeC<{
3371
- type: t.LiteralC<"table">;
3372
- content: t.ArrayC<t.ExactC<t.TypeC<{
3373
- type: t.LiteralC<"tableRow">;
3374
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
3375
- type: t.LiteralC<"tableHeader">;
3376
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
3377
- 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>;
3378
- content: t.IntersectionC<[t.TypeC<{
2689
+ }>]>>]>>;
2690
+ }>>, t.ExactC<t.TypeC<{
2691
+ __TYPE__: t.LiteralC<"SeparatorContent">;
2692
+ }>>, t.ExactC<t.TypeC<{
2693
+ __TYPE__: t.LiteralC<"TableContent">;
2694
+ content: t.ArrayC<t.ExactC<t.TypeC<{
2695
+ type: t.LiteralC<"tableRow">;
2696
+ content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
2697
+ type: t.LiteralC<"tableHeader">;
2698
+ content: t.ExactC<t.TypeC<{
2699
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
2700
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2701
+ 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>;
2702
+ content: t.IntersectionC<[t.TypeC<{
3379
2703
  text: t.StringC;
3380
2704
  }>, t.PartialC<{
3381
2705
  spans: t.Type<({
@@ -3484,10 +2808,13 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
3484
2808
  label: t.StringC;
3485
2809
  direction: t.StringC;
3486
2810
  }>]>>>;
3487
- }>>, t.ExactC<t.TypeC<{
3488
- type: t.LiteralC<"tableCell">;
3489
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
3490
- 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>;
2811
+ }>>;
2812
+ }>>, t.ExactC<t.TypeC<{
2813
+ type: t.LiteralC<"tableCell">;
2814
+ content: t.ExactC<t.TypeC<{
2815
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
2816
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
2817
+ 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>;
3491
2818
  content: t.IntersectionC<[t.TypeC<{
3492
2819
  text: t.StringC;
3493
2820
  }>, t.PartialC<{
@@ -3597,11 +2924,9 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
3597
2924
  label: t.StringC;
3598
2925
  direction: t.StringC;
3599
2926
  }>]>>>;
3600
- }>>]>>;
3601
- }>>>;
3602
- }>>]>>;
3603
- }>>, t.ExactC<t.TypeC<{
3604
- __TYPE__: t.LiteralC<"SeparatorContent">;
2927
+ }>>;
2928
+ }>>]>>;
2929
+ }>>>;
3605
2930
  }>>, t.ExactC<t.TypeC<{
3606
2931
  __TYPE__: t.LiteralC<"RepeatableContent">;
3607
2932
  type: t.LiteralC<"Link">;
@@ -3683,240 +3008,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
3683
3008
  variant: t.StringC;
3684
3009
  }>]>>]>]>;
3685
3010
  }>>]>>;
3686
- }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
3687
- content: t.ArrayC<t.ExactC<t.TypeC<{
3688
- type: t.LiteralC<"tableRow">;
3689
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
3690
- type: t.LiteralC<"tableHeader">;
3691
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
3692
- 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>;
3693
- content: t.IntersectionC<[t.TypeC<{
3694
- text: t.StringC;
3695
- }>, t.PartialC<{
3696
- spans: t.Type<({
3697
- data: ({
3698
- __TYPE__: "ImageLink";
3699
- } & {
3700
- kind: "image";
3701
- id: string;
3702
- url: string;
3703
- height: string;
3704
- width: string;
3705
- size: string;
3706
- name: string;
3707
- } & {
3708
- date?: string | null | undefined;
3709
- }) | ({
3710
- __TYPE__: "FileLink";
3711
- } & {
3712
- kind: "file";
3713
- id: string;
3714
- url: string;
3715
- name: string;
3716
- size: string;
3717
- } & {
3718
- date?: string | null | undefined;
3719
- }) | ({
3720
- __TYPE__: "DocumentLink";
3721
- } & {
3722
- id: string;
3723
- }) | ({
3724
- __TYPE__: "ExternalLink";
3725
- } & {
3726
- url: string;
3727
- } & {
3728
- kind?: "web";
3729
- target?: string | null | undefined;
3730
- preview?: {
3731
- title?: string;
3732
- } | null | undefined;
3733
- });
3734
- start: number;
3735
- end: number;
3736
- type: "hyperlink";
3737
- } | {
3738
- data: string;
3739
- start: number;
3740
- end: number;
3741
- type: "label";
3742
- } | {
3743
- start: number;
3744
- end: number;
3745
- type: "strong" | "em" | "list-item";
3746
- })[], ({
3747
- data: ({
3748
- __TYPE__: "ImageLink";
3749
- } & {
3750
- kind: "image";
3751
- id: string;
3752
- url: string;
3753
- height: string;
3754
- width: string;
3755
- size: string;
3756
- name: string;
3757
- } & {
3758
- date?: string | null | undefined;
3759
- }) | ({
3760
- __TYPE__: "FileLink";
3761
- } & {
3762
- kind: "file";
3763
- id: string;
3764
- url: string;
3765
- name: string;
3766
- size: string;
3767
- } & {
3768
- date?: string | null | undefined;
3769
- }) | ({
3770
- __TYPE__: "DocumentLink";
3771
- } & {
3772
- id: string;
3773
- }) | ({
3774
- __TYPE__: "ExternalLink";
3775
- } & {
3776
- url: string;
3777
- } & {
3778
- kind?: "web";
3779
- target?: string | null | undefined;
3780
- preview?: {
3781
- title?: string;
3782
- } | null | undefined;
3783
- });
3784
- start: number;
3785
- end: number;
3786
- type: "hyperlink";
3787
- } | {
3788
- data: string;
3789
- start: number;
3790
- end: number;
3791
- type: "label";
3792
- } | {
3793
- start: number;
3794
- end: number;
3795
- type: "strong" | "em" | "list-item";
3796
- })[], unknown>;
3797
- }>]>;
3798
- }>, t.PartialC<{
3799
- label: t.StringC;
3800
- direction: t.StringC;
3801
- }>]>>>;
3802
- }>>, t.ExactC<t.TypeC<{
3803
- type: t.LiteralC<"tableCell">;
3804
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
3805
- 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>;
3806
- content: t.IntersectionC<[t.TypeC<{
3807
- text: t.StringC;
3808
- }>, t.PartialC<{
3809
- spans: t.Type<({
3810
- data: ({
3811
- __TYPE__: "ImageLink";
3812
- } & {
3813
- kind: "image";
3814
- id: string;
3815
- url: string;
3816
- height: string;
3817
- width: string;
3818
- size: string;
3819
- name: string;
3820
- } & {
3821
- date?: string | null | undefined;
3822
- }) | ({
3823
- __TYPE__: "FileLink";
3824
- } & {
3825
- kind: "file";
3826
- id: string;
3827
- url: string;
3828
- name: string;
3829
- size: string;
3830
- } & {
3831
- date?: string | null | undefined;
3832
- }) | ({
3833
- __TYPE__: "DocumentLink";
3834
- } & {
3835
- id: string;
3836
- }) | ({
3837
- __TYPE__: "ExternalLink";
3838
- } & {
3839
- url: string;
3840
- } & {
3841
- kind?: "web";
3842
- target?: string | null | undefined;
3843
- preview?: {
3844
- title?: string;
3845
- } | null | undefined;
3846
- });
3847
- start: number;
3848
- end: number;
3849
- type: "hyperlink";
3850
- } | {
3851
- data: string;
3852
- start: number;
3853
- end: number;
3854
- type: "label";
3855
- } | {
3856
- start: number;
3857
- end: number;
3858
- type: "strong" | "em" | "list-item";
3859
- })[], ({
3860
- data: ({
3861
- __TYPE__: "ImageLink";
3862
- } & {
3863
- kind: "image";
3864
- id: string;
3865
- url: string;
3866
- height: string;
3867
- width: string;
3868
- size: string;
3869
- name: string;
3870
- } & {
3871
- date?: string | null | undefined;
3872
- }) | ({
3873
- __TYPE__: "FileLink";
3874
- } & {
3875
- kind: "file";
3876
- id: string;
3877
- url: string;
3878
- name: string;
3879
- size: string;
3880
- } & {
3881
- date?: string | null | undefined;
3882
- }) | ({
3883
- __TYPE__: "DocumentLink";
3884
- } & {
3885
- id: string;
3886
- }) | ({
3887
- __TYPE__: "ExternalLink";
3888
- } & {
3889
- url: string;
3890
- } & {
3891
- kind?: "web";
3892
- target?: string | null | undefined;
3893
- preview?: {
3894
- title?: string;
3895
- } | null | undefined;
3896
- });
3897
- start: number;
3898
- end: number;
3899
- type: "hyperlink";
3900
- } | {
3901
- data: string;
3902
- start: number;
3903
- end: number;
3904
- type: "label";
3905
- } | {
3906
- start: number;
3907
- end: number;
3908
- type: "strong" | "em" | "list-item";
3909
- })[], unknown>;
3910
- }>]>;
3911
- }>, t.PartialC<{
3912
- label: t.StringC;
3913
- direction: t.StringC;
3914
- }>]>>>;
3915
- }>>]>>;
3916
- }>>>;
3917
- }>>, t.ExactC<t.TypeC<{
3918
- __TYPE__: t.LiteralC<"TableContent">;
3919
- }>>]>]>, t.Type<GroupContent, GroupContent, unknown>]>>;
3011
+ }>>]>, t.Type<GroupContent, GroupContent, unknown>]>>;
3920
3012
  items: t.ArrayC<t.ExactC<t.TypeC<{
3921
3013
  __TYPE__: t.LiteralC<"GroupItemContent">;
3922
3014
  value: t.ArrayC<t.TupleC<[t.StringC, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
@@ -4235,7 +3327,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
4235
3327
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
4236
3328
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
4237
3329
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
4238
- 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>;
3330
+ 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>;
4239
3331
  content: t.IntersectionC<[t.TypeC<{
4240
3332
  text: t.StringC;
4241
3333
  }>, t.PartialC<{
@@ -4344,18 +3436,23 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
4344
3436
  }>, t.PartialC<{
4345
3437
  label: t.StringC;
4346
3438
  direction: t.StringC;
4347
- }>]>>, t.ExactC<t.TypeC<{
4348
- type: t.LiteralC<"table">;
4349
- content: t.ArrayC<t.ExactC<t.TypeC<{
4350
- type: t.LiteralC<"tableRow">;
4351
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
4352
- type: t.LiteralC<"tableHeader">;
4353
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
4354
- 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>;
4355
- content: t.IntersectionC<[t.TypeC<{
4356
- text: t.StringC;
4357
- }>, t.PartialC<{
4358
- spans: t.Type<({
3439
+ }>]>>]>>;
3440
+ }>>, t.ExactC<t.TypeC<{
3441
+ __TYPE__: t.LiteralC<"SeparatorContent">;
3442
+ }>>, t.ExactC<t.TypeC<{
3443
+ __TYPE__: t.LiteralC<"TableContent">;
3444
+ content: t.ArrayC<t.ExactC<t.TypeC<{
3445
+ type: t.LiteralC<"tableRow">;
3446
+ content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
3447
+ type: t.LiteralC<"tableHeader">;
3448
+ content: t.ExactC<t.TypeC<{
3449
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
3450
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
3451
+ 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>;
3452
+ content: t.IntersectionC<[t.TypeC<{
3453
+ text: t.StringC;
3454
+ }>, t.PartialC<{
3455
+ spans: t.Type<({
4359
3456
  data: ({
4360
3457
  __TYPE__: "ImageLink";
4361
3458
  } & {
@@ -4461,10 +3558,13 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
4461
3558
  label: t.StringC;
4462
3559
  direction: t.StringC;
4463
3560
  }>]>>>;
4464
- }>>, t.ExactC<t.TypeC<{
4465
- type: t.LiteralC<"tableCell">;
4466
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
4467
- 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>;
3561
+ }>>;
3562
+ }>>, t.ExactC<t.TypeC<{
3563
+ type: t.LiteralC<"tableCell">;
3564
+ content: t.ExactC<t.TypeC<{
3565
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
3566
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
3567
+ 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>;
4468
3568
  content: t.IntersectionC<[t.TypeC<{
4469
3569
  text: t.StringC;
4470
3570
  }>, t.PartialC<{
@@ -4574,11 +3674,9 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
4574
3674
  label: t.StringC;
4575
3675
  direction: t.StringC;
4576
3676
  }>]>>>;
4577
- }>>]>>;
4578
- }>>>;
4579
- }>>]>>;
4580
- }>>, t.ExactC<t.TypeC<{
4581
- __TYPE__: t.LiteralC<"SeparatorContent">;
3677
+ }>>;
3678
+ }>>]>>;
3679
+ }>>>;
4582
3680
  }>>, t.ExactC<t.TypeC<{
4583
3681
  __TYPE__: t.LiteralC<"RepeatableContent">;
4584
3682
  type: t.LiteralC<"Link">;
@@ -4660,240 +3758,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
4660
3758
  variant: t.StringC;
4661
3759
  }>]>>]>]>;
4662
3760
  }>>]>>;
4663
- }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
4664
- content: t.ArrayC<t.ExactC<t.TypeC<{
4665
- type: t.LiteralC<"tableRow">;
4666
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
4667
- type: t.LiteralC<"tableHeader">;
4668
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
4669
- 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>;
4670
- content: t.IntersectionC<[t.TypeC<{
4671
- text: t.StringC;
4672
- }>, t.PartialC<{
4673
- spans: t.Type<({
4674
- data: ({
4675
- __TYPE__: "ImageLink";
4676
- } & {
4677
- kind: "image";
4678
- id: string;
4679
- url: string;
4680
- height: string;
4681
- width: string;
4682
- size: string;
4683
- name: string;
4684
- } & {
4685
- date?: string | null | undefined;
4686
- }) | ({
4687
- __TYPE__: "FileLink";
4688
- } & {
4689
- kind: "file";
4690
- id: string;
4691
- url: string;
4692
- name: string;
4693
- size: string;
4694
- } & {
4695
- date?: string | null | undefined;
4696
- }) | ({
4697
- __TYPE__: "DocumentLink";
4698
- } & {
4699
- id: string;
4700
- }) | ({
4701
- __TYPE__: "ExternalLink";
4702
- } & {
4703
- url: string;
4704
- } & {
4705
- kind?: "web";
4706
- target?: string | null | undefined;
4707
- preview?: {
4708
- title?: string;
4709
- } | null | undefined;
4710
- });
4711
- start: number;
4712
- end: number;
4713
- type: "hyperlink";
4714
- } | {
4715
- data: string;
4716
- start: number;
4717
- end: number;
4718
- type: "label";
4719
- } | {
4720
- start: number;
4721
- end: number;
4722
- type: "strong" | "em" | "list-item";
4723
- })[], ({
4724
- data: ({
4725
- __TYPE__: "ImageLink";
4726
- } & {
4727
- kind: "image";
4728
- id: string;
4729
- url: string;
4730
- height: string;
4731
- width: string;
4732
- size: string;
4733
- name: string;
4734
- } & {
4735
- date?: string | null | undefined;
4736
- }) | ({
4737
- __TYPE__: "FileLink";
4738
- } & {
4739
- kind: "file";
4740
- id: string;
4741
- url: string;
4742
- name: string;
4743
- size: string;
4744
- } & {
4745
- date?: string | null | undefined;
4746
- }) | ({
4747
- __TYPE__: "DocumentLink";
4748
- } & {
4749
- id: string;
4750
- }) | ({
4751
- __TYPE__: "ExternalLink";
4752
- } & {
4753
- url: string;
4754
- } & {
4755
- kind?: "web";
4756
- target?: string | null | undefined;
4757
- preview?: {
4758
- title?: string;
4759
- } | null | undefined;
4760
- });
4761
- start: number;
4762
- end: number;
4763
- type: "hyperlink";
4764
- } | {
4765
- data: string;
4766
- start: number;
4767
- end: number;
4768
- type: "label";
4769
- } | {
4770
- start: number;
4771
- end: number;
4772
- type: "strong" | "em" | "list-item";
4773
- })[], unknown>;
4774
- }>]>;
4775
- }>, t.PartialC<{
4776
- label: t.StringC;
4777
- direction: t.StringC;
4778
- }>]>>>;
4779
- }>>, t.ExactC<t.TypeC<{
4780
- type: t.LiteralC<"tableCell">;
4781
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
4782
- 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>;
4783
- content: t.IntersectionC<[t.TypeC<{
4784
- text: t.StringC;
4785
- }>, t.PartialC<{
4786
- spans: t.Type<({
4787
- data: ({
4788
- __TYPE__: "ImageLink";
4789
- } & {
4790
- kind: "image";
4791
- id: string;
4792
- url: string;
4793
- height: string;
4794
- width: string;
4795
- size: string;
4796
- name: string;
4797
- } & {
4798
- date?: string | null | undefined;
4799
- }) | ({
4800
- __TYPE__: "FileLink";
4801
- } & {
4802
- kind: "file";
4803
- id: string;
4804
- url: string;
4805
- name: string;
4806
- size: string;
4807
- } & {
4808
- date?: string | null | undefined;
4809
- }) | ({
4810
- __TYPE__: "DocumentLink";
4811
- } & {
4812
- id: string;
4813
- }) | ({
4814
- __TYPE__: "ExternalLink";
4815
- } & {
4816
- url: string;
4817
- } & {
4818
- kind?: "web";
4819
- target?: string | null | undefined;
4820
- preview?: {
4821
- title?: string;
4822
- } | null | undefined;
4823
- });
4824
- start: number;
4825
- end: number;
4826
- type: "hyperlink";
4827
- } | {
4828
- data: string;
4829
- start: number;
4830
- end: number;
4831
- type: "label";
4832
- } | {
4833
- start: number;
4834
- end: number;
4835
- type: "strong" | "em" | "list-item";
4836
- })[], ({
4837
- data: ({
4838
- __TYPE__: "ImageLink";
4839
- } & {
4840
- kind: "image";
4841
- id: string;
4842
- url: string;
4843
- height: string;
4844
- width: string;
4845
- size: string;
4846
- name: string;
4847
- } & {
4848
- date?: string | null | undefined;
4849
- }) | ({
4850
- __TYPE__: "FileLink";
4851
- } & {
4852
- kind: "file";
4853
- id: string;
4854
- url: string;
4855
- name: string;
4856
- size: string;
4857
- } & {
4858
- date?: string | null | undefined;
4859
- }) | ({
4860
- __TYPE__: "DocumentLink";
4861
- } & {
4862
- id: string;
4863
- }) | ({
4864
- __TYPE__: "ExternalLink";
4865
- } & {
4866
- url: string;
4867
- } & {
4868
- kind?: "web";
4869
- target?: string | null | undefined;
4870
- preview?: {
4871
- title?: string;
4872
- } | null | undefined;
4873
- });
4874
- start: number;
4875
- end: number;
4876
- type: "hyperlink";
4877
- } | {
4878
- data: string;
4879
- start: number;
4880
- end: number;
4881
- type: "label";
4882
- } | {
4883
- start: number;
4884
- end: number;
4885
- type: "strong" | "em" | "list-item";
4886
- })[], unknown>;
4887
- }>]>;
4888
- }>, t.PartialC<{
4889
- label: t.StringC;
4890
- direction: t.StringC;
4891
- }>]>>>;
4892
- }>>]>>;
4893
- }>>>;
4894
- }>>, t.ExactC<t.TypeC<{
4895
- __TYPE__: t.LiteralC<"TableContent">;
4896
- }>>]>]>, t.Type<GroupContent, GroupContent, unknown>]>]>>;
3761
+ }>>]>, t.Type<GroupContent, GroupContent, unknown>]>]>>;
4897
3762
  }>>>;
4898
3763
  }>>, t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
4899
3764
  type: t.StringC;
@@ -5211,7 +4076,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
5211
4076
  label: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
5212
4077
  direction: t.UnionC<[t.Type<string, string, unknown>, t.NullC, t.UndefinedC]>;
5213
4078
  }>]>>, t.ExactC<t.IntersectionC<[t.TypeC<{
5214
- 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>;
4079
+ 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>;
5215
4080
  content: t.IntersectionC<[t.TypeC<{
5216
4081
  text: t.StringC;
5217
4082
  }>, t.PartialC<{
@@ -5320,15 +4185,20 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
5320
4185
  }>, t.PartialC<{
5321
4186
  label: t.StringC;
5322
4187
  direction: t.StringC;
5323
- }>]>>, t.ExactC<t.TypeC<{
5324
- type: t.LiteralC<"table">;
5325
- content: t.ArrayC<t.ExactC<t.TypeC<{
5326
- type: t.LiteralC<"tableRow">;
5327
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
5328
- type: t.LiteralC<"tableHeader">;
5329
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
5330
- 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>;
5331
- content: t.IntersectionC<[t.TypeC<{
4188
+ }>]>>]>>;
4189
+ }>>, t.ExactC<t.TypeC<{
4190
+ __TYPE__: t.LiteralC<"SeparatorContent">;
4191
+ }>>, t.ExactC<t.TypeC<{
4192
+ __TYPE__: t.LiteralC<"TableContent">;
4193
+ content: t.ArrayC<t.ExactC<t.TypeC<{
4194
+ type: t.LiteralC<"tableRow">;
4195
+ content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
4196
+ type: t.LiteralC<"tableHeader">;
4197
+ content: t.ExactC<t.TypeC<{
4198
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
4199
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
4200
+ 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>;
4201
+ content: t.IntersectionC<[t.TypeC<{
5332
4202
  text: t.StringC;
5333
4203
  }>, t.PartialC<{
5334
4204
  spans: t.Type<({
@@ -5437,10 +4307,13 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
5437
4307
  label: t.StringC;
5438
4308
  direction: t.StringC;
5439
4309
  }>]>>>;
5440
- }>>, t.ExactC<t.TypeC<{
5441
- type: t.LiteralC<"tableCell">;
5442
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
5443
- 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>;
4310
+ }>>;
4311
+ }>>, t.ExactC<t.TypeC<{
4312
+ type: t.LiteralC<"tableCell">;
4313
+ content: t.ExactC<t.TypeC<{
4314
+ __TYPE__: t.LiteralC<"StructuredTextContent">;
4315
+ value: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
4316
+ 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>;
5444
4317
  content: t.IntersectionC<[t.TypeC<{
5445
4318
  text: t.StringC;
5446
4319
  }>, t.PartialC<{
@@ -5550,11 +4423,9 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
5550
4423
  label: t.StringC;
5551
4424
  direction: t.StringC;
5552
4425
  }>]>>>;
5553
- }>>]>>;
5554
- }>>>;
5555
- }>>]>>;
5556
- }>>, t.ExactC<t.TypeC<{
5557
- __TYPE__: t.LiteralC<"SeparatorContent">;
4426
+ }>>;
4427
+ }>>]>>;
4428
+ }>>>;
5558
4429
  }>>, t.ExactC<t.TypeC<{
5559
4430
  __TYPE__: t.LiteralC<"RepeatableContent">;
5560
4431
  type: t.LiteralC<"Link">;
@@ -5636,240 +4507,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
5636
4507
  variant: t.StringC;
5637
4508
  }>]>>]>]>;
5638
4509
  }>>]>>;
5639
- }>>, t.IntersectionC<[t.ExactC<t.TypeC<{
5640
- content: t.ArrayC<t.ExactC<t.TypeC<{
5641
- type: t.LiteralC<"tableRow">;
5642
- content: t.ArrayC<t.UnionC<[t.ExactC<t.TypeC<{
5643
- type: t.LiteralC<"tableHeader">;
5644
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
5645
- 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>;
5646
- content: t.IntersectionC<[t.TypeC<{
5647
- text: t.StringC;
5648
- }>, t.PartialC<{
5649
- spans: t.Type<({
5650
- data: ({
5651
- __TYPE__: "ImageLink";
5652
- } & {
5653
- kind: "image";
5654
- id: string;
5655
- url: string;
5656
- height: string;
5657
- width: string;
5658
- size: string;
5659
- name: string;
5660
- } & {
5661
- date?: string | null | undefined;
5662
- }) | ({
5663
- __TYPE__: "FileLink";
5664
- } & {
5665
- kind: "file";
5666
- id: string;
5667
- url: string;
5668
- name: string;
5669
- size: string;
5670
- } & {
5671
- date?: string | null | undefined;
5672
- }) | ({
5673
- __TYPE__: "DocumentLink";
5674
- } & {
5675
- id: string;
5676
- }) | ({
5677
- __TYPE__: "ExternalLink";
5678
- } & {
5679
- url: string;
5680
- } & {
5681
- kind?: "web";
5682
- target?: string | null | undefined;
5683
- preview?: {
5684
- title?: string;
5685
- } | null | undefined;
5686
- });
5687
- start: number;
5688
- end: number;
5689
- type: "hyperlink";
5690
- } | {
5691
- data: string;
5692
- start: number;
5693
- end: number;
5694
- type: "label";
5695
- } | {
5696
- start: number;
5697
- end: number;
5698
- type: "strong" | "em" | "list-item";
5699
- })[], ({
5700
- data: ({
5701
- __TYPE__: "ImageLink";
5702
- } & {
5703
- kind: "image";
5704
- id: string;
5705
- url: string;
5706
- height: string;
5707
- width: string;
5708
- size: string;
5709
- name: string;
5710
- } & {
5711
- date?: string | null | undefined;
5712
- }) | ({
5713
- __TYPE__: "FileLink";
5714
- } & {
5715
- kind: "file";
5716
- id: string;
5717
- url: string;
5718
- name: string;
5719
- size: string;
5720
- } & {
5721
- date?: string | null | undefined;
5722
- }) | ({
5723
- __TYPE__: "DocumentLink";
5724
- } & {
5725
- id: string;
5726
- }) | ({
5727
- __TYPE__: "ExternalLink";
5728
- } & {
5729
- url: string;
5730
- } & {
5731
- kind?: "web";
5732
- target?: string | null | undefined;
5733
- preview?: {
5734
- title?: string;
5735
- } | null | undefined;
5736
- });
5737
- start: number;
5738
- end: number;
5739
- type: "hyperlink";
5740
- } | {
5741
- data: string;
5742
- start: number;
5743
- end: number;
5744
- type: "label";
5745
- } | {
5746
- start: number;
5747
- end: number;
5748
- type: "strong" | "em" | "list-item";
5749
- })[], unknown>;
5750
- }>]>;
5751
- }>, t.PartialC<{
5752
- label: t.StringC;
5753
- direction: t.StringC;
5754
- }>]>>>;
5755
- }>>, t.ExactC<t.TypeC<{
5756
- type: t.LiteralC<"tableCell">;
5757
- content: t.ArrayC<t.ExactC<t.IntersectionC<[t.TypeC<{
5758
- 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>;
5759
- content: t.IntersectionC<[t.TypeC<{
5760
- text: t.StringC;
5761
- }>, t.PartialC<{
5762
- spans: t.Type<({
5763
- data: ({
5764
- __TYPE__: "ImageLink";
5765
- } & {
5766
- kind: "image";
5767
- id: string;
5768
- url: string;
5769
- height: string;
5770
- width: string;
5771
- size: string;
5772
- name: string;
5773
- } & {
5774
- date?: string | null | undefined;
5775
- }) | ({
5776
- __TYPE__: "FileLink";
5777
- } & {
5778
- kind: "file";
5779
- id: string;
5780
- url: string;
5781
- name: string;
5782
- size: string;
5783
- } & {
5784
- date?: string | null | undefined;
5785
- }) | ({
5786
- __TYPE__: "DocumentLink";
5787
- } & {
5788
- id: string;
5789
- }) | ({
5790
- __TYPE__: "ExternalLink";
5791
- } & {
5792
- url: string;
5793
- } & {
5794
- kind?: "web";
5795
- target?: string | null | undefined;
5796
- preview?: {
5797
- title?: string;
5798
- } | null | undefined;
5799
- });
5800
- start: number;
5801
- end: number;
5802
- type: "hyperlink";
5803
- } | {
5804
- data: string;
5805
- start: number;
5806
- end: number;
5807
- type: "label";
5808
- } | {
5809
- start: number;
5810
- end: number;
5811
- type: "strong" | "em" | "list-item";
5812
- })[], ({
5813
- data: ({
5814
- __TYPE__: "ImageLink";
5815
- } & {
5816
- kind: "image";
5817
- id: string;
5818
- url: string;
5819
- height: string;
5820
- width: string;
5821
- size: string;
5822
- name: string;
5823
- } & {
5824
- date?: string | null | undefined;
5825
- }) | ({
5826
- __TYPE__: "FileLink";
5827
- } & {
5828
- kind: "file";
5829
- id: string;
5830
- url: string;
5831
- name: string;
5832
- size: string;
5833
- } & {
5834
- date?: string | null | undefined;
5835
- }) | ({
5836
- __TYPE__: "DocumentLink";
5837
- } & {
5838
- id: string;
5839
- }) | ({
5840
- __TYPE__: "ExternalLink";
5841
- } & {
5842
- url: string;
5843
- } & {
5844
- kind?: "web";
5845
- target?: string | null | undefined;
5846
- preview?: {
5847
- title?: string;
5848
- } | null | undefined;
5849
- });
5850
- start: number;
5851
- end: number;
5852
- type: "hyperlink";
5853
- } | {
5854
- data: string;
5855
- start: number;
5856
- end: number;
5857
- type: "label";
5858
- } | {
5859
- start: number;
5860
- end: number;
5861
- type: "strong" | "em" | "list-item";
5862
- })[], unknown>;
5863
- }>]>;
5864
- }>, t.PartialC<{
5865
- label: t.StringC;
5866
- direction: t.StringC;
5867
- }>]>>>;
5868
- }>>]>>;
5869
- }>>>;
5870
- }>>, t.ExactC<t.TypeC<{
5871
- __TYPE__: t.LiteralC<"TableContent">;
5872
- }>>]>]>, t.Type<GroupContent, GroupContent, unknown>]>]>;
4510
+ }>>]>, t.Type<GroupContent, GroupContent, unknown>]>]>;
5873
4511
  }>>;
5874
4512
  }>]>;
5875
4513
  export declare const isWidgetContent: (u: unknown) => u is {
@@ -6231,7 +4869,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
6231
4869
  label?: string | null | undefined;
6232
4870
  direction?: string | null | undefined;
6233
4871
  }) | ({
6234
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
4872
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
6235
4873
  content: {
6236
4874
  text: string;
6237
4875
  } & {
@@ -6290,14 +4928,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
6290
4928
  } & {
6291
4929
  label?: string;
6292
4930
  direction?: string;
6293
- }) | {
6294
- type: "table";
6295
- content: {
6296
- type: "tableRow";
6297
- content: ({
6298
- type: "tableHeader";
6299
- content: ({
6300
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
4931
+ }))[];
4932
+ } | {
4933
+ __TYPE__: "SeparatorContent";
4934
+ } | {
4935
+ __TYPE__: "TableContent";
4936
+ content: {
4937
+ type: "tableRow";
4938
+ content: ({
4939
+ type: "tableHeader";
4940
+ content: {
4941
+ __TYPE__: "StructuredTextContent";
4942
+ value: ({
4943
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
6301
4944
  content: {
6302
4945
  text: string;
6303
4946
  } & {
@@ -6357,10 +5000,13 @@ export declare const isWidgetContent: (u: unknown) => u is {
6357
5000
  label?: string;
6358
5001
  direction?: string;
6359
5002
  })[];
6360
- } | {
6361
- type: "tableCell";
6362
- content: ({
6363
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
5003
+ };
5004
+ } | {
5005
+ type: "tableCell";
5006
+ content: {
5007
+ __TYPE__: "StructuredTextContent";
5008
+ value: ({
5009
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
6364
5010
  content: {
6365
5011
  text: string;
6366
5012
  } & {
@@ -6420,145 +5066,10 @@ export declare const isWidgetContent: (u: unknown) => u is {
6420
5066
  label?: string;
6421
5067
  direction?: string;
6422
5068
  })[];
6423
- })[];
6424
- }[];
6425
- })[];
6426
- } | {
6427
- __TYPE__: "SeparatorContent";
6428
- } | ({
6429
- content: {
6430
- type: "tableRow";
6431
- content: ({
6432
- type: "tableHeader";
6433
- content: ({
6434
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6435
- content: {
6436
- text: string;
6437
- } & {
6438
- spans?: ({
6439
- data: ({
6440
- __TYPE__: "ImageLink";
6441
- } & {
6442
- kind: "image";
6443
- id: string;
6444
- url: string;
6445
- height: string;
6446
- width: string;
6447
- size: string;
6448
- name: string;
6449
- } & {
6450
- date?: string | null | undefined;
6451
- }) | ({
6452
- __TYPE__: "FileLink";
6453
- } & {
6454
- kind: "file";
6455
- id: string;
6456
- url: string;
6457
- name: string;
6458
- size: string;
6459
- } & {
6460
- date?: string | null | undefined;
6461
- }) | ({
6462
- __TYPE__: "DocumentLink";
6463
- } & {
6464
- id: string;
6465
- }) | ({
6466
- __TYPE__: "ExternalLink";
6467
- } & {
6468
- url: string;
6469
- } & {
6470
- kind?: "web";
6471
- target?: string | null | undefined;
6472
- preview?: {
6473
- title?: string;
6474
- } | null | undefined;
6475
- });
6476
- start: number;
6477
- end: number;
6478
- type: "hyperlink";
6479
- } | {
6480
- data: string;
6481
- start: number;
6482
- end: number;
6483
- type: "label";
6484
- } | {
6485
- start: number;
6486
- end: number;
6487
- type: "strong" | "em" | "list-item";
6488
- })[];
6489
- };
6490
- } & {
6491
- label?: string;
6492
- direction?: string;
6493
- })[];
6494
- } | {
6495
- type: "tableCell";
6496
- content: ({
6497
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6498
- content: {
6499
- text: string;
6500
- } & {
6501
- spans?: ({
6502
- data: ({
6503
- __TYPE__: "ImageLink";
6504
- } & {
6505
- kind: "image";
6506
- id: string;
6507
- url: string;
6508
- height: string;
6509
- width: string;
6510
- size: string;
6511
- name: string;
6512
- } & {
6513
- date?: string | null | undefined;
6514
- }) | ({
6515
- __TYPE__: "FileLink";
6516
- } & {
6517
- kind: "file";
6518
- id: string;
6519
- url: string;
6520
- name: string;
6521
- size: string;
6522
- } & {
6523
- date?: string | null | undefined;
6524
- }) | ({
6525
- __TYPE__: "DocumentLink";
6526
- } & {
6527
- id: string;
6528
- }) | ({
6529
- __TYPE__: "ExternalLink";
6530
- } & {
6531
- url: string;
6532
- } & {
6533
- kind?: "web";
6534
- target?: string | null | undefined;
6535
- preview?: {
6536
- title?: string;
6537
- } | null | undefined;
6538
- });
6539
- start: number;
6540
- end: number;
6541
- type: "hyperlink";
6542
- } | {
6543
- data: string;
6544
- start: number;
6545
- end: number;
6546
- type: "label";
6547
- } | {
6548
- start: number;
6549
- end: number;
6550
- type: "strong" | "em" | "list-item";
6551
- })[];
6552
- };
6553
- } & {
6554
- label?: string;
6555
- direction?: string;
6556
- })[];
5069
+ };
6557
5070
  })[];
6558
5071
  }[];
6559
- } & {
6560
- __TYPE__: "TableContent";
6561
- }) | {
5072
+ } | {
6562
5073
  __TYPE__: "UIDContent";
6563
5074
  value: string;
6564
5075
  } | {
@@ -6926,7 +5437,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
6926
5437
  label?: string | null | undefined;
6927
5438
  direction?: string | null | undefined;
6928
5439
  }) | ({
6929
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
5440
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
6930
5441
  content: {
6931
5442
  text: string;
6932
5443
  } & {
@@ -6985,14 +5496,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
6985
5496
  } & {
6986
5497
  label?: string;
6987
5498
  direction?: string;
6988
- }) | {
6989
- type: "table";
6990
- content: {
6991
- type: "tableRow";
6992
- content: ({
6993
- type: "tableHeader";
6994
- content: ({
6995
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
5499
+ }))[];
5500
+ } | {
5501
+ __TYPE__: "SeparatorContent";
5502
+ } | {
5503
+ __TYPE__: "TableContent";
5504
+ content: {
5505
+ type: "tableRow";
5506
+ content: ({
5507
+ type: "tableHeader";
5508
+ content: {
5509
+ __TYPE__: "StructuredTextContent";
5510
+ value: ({
5511
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
6996
5512
  content: {
6997
5513
  text: string;
6998
5514
  } & {
@@ -7052,10 +5568,13 @@ export declare const isWidgetContent: (u: unknown) => u is {
7052
5568
  label?: string;
7053
5569
  direction?: string;
7054
5570
  })[];
7055
- } | {
7056
- type: "tableCell";
7057
- content: ({
7058
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
5571
+ };
5572
+ } | {
5573
+ type: "tableCell";
5574
+ content: {
5575
+ __TYPE__: "StructuredTextContent";
5576
+ value: ({
5577
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
7059
5578
  content: {
7060
5579
  text: string;
7061
5580
  } & {
@@ -7115,145 +5634,10 @@ export declare const isWidgetContent: (u: unknown) => u is {
7115
5634
  label?: string;
7116
5635
  direction?: string;
7117
5636
  })[];
7118
- })[];
7119
- }[];
7120
- })[];
5637
+ };
5638
+ })[];
5639
+ }[];
7121
5640
  } | {
7122
- __TYPE__: "SeparatorContent";
7123
- } | ({
7124
- content: {
7125
- type: "tableRow";
7126
- content: ({
7127
- type: "tableHeader";
7128
- content: ({
7129
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7130
- content: {
7131
- text: string;
7132
- } & {
7133
- spans?: ({
7134
- data: ({
7135
- __TYPE__: "ImageLink";
7136
- } & {
7137
- kind: "image";
7138
- id: string;
7139
- url: string;
7140
- height: string;
7141
- width: string;
7142
- size: string;
7143
- name: string;
7144
- } & {
7145
- date?: string | null | undefined;
7146
- }) | ({
7147
- __TYPE__: "FileLink";
7148
- } & {
7149
- kind: "file";
7150
- id: string;
7151
- url: string;
7152
- name: string;
7153
- size: string;
7154
- } & {
7155
- date?: string | null | undefined;
7156
- }) | ({
7157
- __TYPE__: "DocumentLink";
7158
- } & {
7159
- id: string;
7160
- }) | ({
7161
- __TYPE__: "ExternalLink";
7162
- } & {
7163
- url: string;
7164
- } & {
7165
- kind?: "web";
7166
- target?: string | null | undefined;
7167
- preview?: {
7168
- title?: string;
7169
- } | null | undefined;
7170
- });
7171
- start: number;
7172
- end: number;
7173
- type: "hyperlink";
7174
- } | {
7175
- data: string;
7176
- start: number;
7177
- end: number;
7178
- type: "label";
7179
- } | {
7180
- start: number;
7181
- end: number;
7182
- type: "strong" | "em" | "list-item";
7183
- })[];
7184
- };
7185
- } & {
7186
- label?: string;
7187
- direction?: string;
7188
- })[];
7189
- } | {
7190
- type: "tableCell";
7191
- content: ({
7192
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7193
- content: {
7194
- text: string;
7195
- } & {
7196
- spans?: ({
7197
- data: ({
7198
- __TYPE__: "ImageLink";
7199
- } & {
7200
- kind: "image";
7201
- id: string;
7202
- url: string;
7203
- height: string;
7204
- width: string;
7205
- size: string;
7206
- name: string;
7207
- } & {
7208
- date?: string | null | undefined;
7209
- }) | ({
7210
- __TYPE__: "FileLink";
7211
- } & {
7212
- kind: "file";
7213
- id: string;
7214
- url: string;
7215
- name: string;
7216
- size: string;
7217
- } & {
7218
- date?: string | null | undefined;
7219
- }) | ({
7220
- __TYPE__: "DocumentLink";
7221
- } & {
7222
- id: string;
7223
- }) | ({
7224
- __TYPE__: "ExternalLink";
7225
- } & {
7226
- url: string;
7227
- } & {
7228
- kind?: "web";
7229
- target?: string | null | undefined;
7230
- preview?: {
7231
- title?: string;
7232
- } | null | undefined;
7233
- });
7234
- start: number;
7235
- end: number;
7236
- type: "hyperlink";
7237
- } | {
7238
- data: string;
7239
- start: number;
7240
- end: number;
7241
- type: "label";
7242
- } | {
7243
- start: number;
7244
- end: number;
7245
- type: "strong" | "em" | "list-item";
7246
- })[];
7247
- };
7248
- } & {
7249
- label?: string;
7250
- direction?: string;
7251
- })[];
7252
- })[];
7253
- }[];
7254
- } & {
7255
- __TYPE__: "TableContent";
7256
- }) | {
7257
5641
  __TYPE__: "CompositeSliceContent";
7258
5642
  nonRepeat: {
7259
5643
  [x: string]: {
@@ -7615,7 +5999,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
7615
5999
  label?: string | null | undefined;
7616
6000
  direction?: string | null | undefined;
7617
6001
  }) | ({
7618
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6002
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
7619
6003
  content: {
7620
6004
  text: string;
7621
6005
  } & {
@@ -7674,14 +6058,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
7674
6058
  } & {
7675
6059
  label?: string;
7676
6060
  direction?: string;
7677
- }) | {
7678
- type: "table";
7679
- content: {
7680
- type: "tableRow";
7681
- content: ({
7682
- type: "tableHeader";
7683
- content: ({
7684
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6061
+ }))[];
6062
+ } | {
6063
+ __TYPE__: "SeparatorContent";
6064
+ } | {
6065
+ __TYPE__: "TableContent";
6066
+ content: {
6067
+ type: "tableRow";
6068
+ content: ({
6069
+ type: "tableHeader";
6070
+ content: {
6071
+ __TYPE__: "StructuredTextContent";
6072
+ value: ({
6073
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
7685
6074
  content: {
7686
6075
  text: string;
7687
6076
  } & {
@@ -7741,10 +6130,13 @@ export declare const isWidgetContent: (u: unknown) => u is {
7741
6130
  label?: string;
7742
6131
  direction?: string;
7743
6132
  })[];
7744
- } | {
7745
- type: "tableCell";
7746
- content: ({
7747
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6133
+ };
6134
+ } | {
6135
+ type: "tableCell";
6136
+ content: {
6137
+ __TYPE__: "StructuredTextContent";
6138
+ value: ({
6139
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
7748
6140
  content: {
7749
6141
  text: string;
7750
6142
  } & {
@@ -7804,145 +6196,10 @@ export declare const isWidgetContent: (u: unknown) => u is {
7804
6196
  label?: string;
7805
6197
  direction?: string;
7806
6198
  })[];
7807
- })[];
7808
- }[];
7809
- })[];
7810
- } | {
7811
- __TYPE__: "SeparatorContent";
7812
- } | ({
7813
- content: {
7814
- type: "tableRow";
7815
- content: ({
7816
- type: "tableHeader";
7817
- content: ({
7818
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7819
- content: {
7820
- text: string;
7821
- } & {
7822
- spans?: ({
7823
- data: ({
7824
- __TYPE__: "ImageLink";
7825
- } & {
7826
- kind: "image";
7827
- id: string;
7828
- url: string;
7829
- height: string;
7830
- width: string;
7831
- size: string;
7832
- name: string;
7833
- } & {
7834
- date?: string | null | undefined;
7835
- }) | ({
7836
- __TYPE__: "FileLink";
7837
- } & {
7838
- kind: "file";
7839
- id: string;
7840
- url: string;
7841
- name: string;
7842
- size: string;
7843
- } & {
7844
- date?: string | null | undefined;
7845
- }) | ({
7846
- __TYPE__: "DocumentLink";
7847
- } & {
7848
- id: string;
7849
- }) | ({
7850
- __TYPE__: "ExternalLink";
7851
- } & {
7852
- url: string;
7853
- } & {
7854
- kind?: "web";
7855
- target?: string | null | undefined;
7856
- preview?: {
7857
- title?: string;
7858
- } | null | undefined;
7859
- });
7860
- start: number;
7861
- end: number;
7862
- type: "hyperlink";
7863
- } | {
7864
- data: string;
7865
- start: number;
7866
- end: number;
7867
- type: "label";
7868
- } | {
7869
- start: number;
7870
- end: number;
7871
- type: "strong" | "em" | "list-item";
7872
- })[];
7873
- };
7874
- } & {
7875
- label?: string;
7876
- direction?: string;
7877
- })[];
7878
- } | {
7879
- type: "tableCell";
7880
- content: ({
7881
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7882
- content: {
7883
- text: string;
7884
- } & {
7885
- spans?: ({
7886
- data: ({
7887
- __TYPE__: "ImageLink";
7888
- } & {
7889
- kind: "image";
7890
- id: string;
7891
- url: string;
7892
- height: string;
7893
- width: string;
7894
- size: string;
7895
- name: string;
7896
- } & {
7897
- date?: string | null | undefined;
7898
- }) | ({
7899
- __TYPE__: "FileLink";
7900
- } & {
7901
- kind: "file";
7902
- id: string;
7903
- url: string;
7904
- name: string;
7905
- size: string;
7906
- } & {
7907
- date?: string | null | undefined;
7908
- }) | ({
7909
- __TYPE__: "DocumentLink";
7910
- } & {
7911
- id: string;
7912
- }) | ({
7913
- __TYPE__: "ExternalLink";
7914
- } & {
7915
- url: string;
7916
- } & {
7917
- kind?: "web";
7918
- target?: string | null | undefined;
7919
- preview?: {
7920
- title?: string;
7921
- } | null | undefined;
7922
- });
7923
- start: number;
7924
- end: number;
7925
- type: "hyperlink";
7926
- } | {
7927
- data: string;
7928
- start: number;
7929
- end: number;
7930
- type: "label";
7931
- } | {
7932
- start: number;
7933
- end: number;
7934
- type: "strong" | "em" | "list-item";
7935
- })[];
7936
- };
7937
- } & {
7938
- label?: string;
7939
- direction?: string;
7940
- })[];
6199
+ };
7941
6200
  })[];
7942
6201
  }[];
7943
- } & {
7944
- __TYPE__: "TableContent";
7945
- });
6202
+ };
7946
6203
  };
7947
6204
  repeat: {
7948
6205
  __TYPE__: "GroupItemContent";
@@ -8305,7 +6562,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
8305
6562
  label?: string | null | undefined;
8306
6563
  direction?: string | null | undefined;
8307
6564
  }) | ({
8308
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6565
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
8309
6566
  content: {
8310
6567
  text: string;
8311
6568
  } & {
@@ -8364,14 +6621,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
8364
6621
  } & {
8365
6622
  label?: string;
8366
6623
  direction?: string;
8367
- }) | {
8368
- type: "table";
8369
- content: {
8370
- type: "tableRow";
8371
- content: ({
8372
- type: "tableHeader";
8373
- content: ({
8374
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6624
+ }))[];
6625
+ } | {
6626
+ __TYPE__: "SeparatorContent";
6627
+ } | {
6628
+ __TYPE__: "TableContent";
6629
+ content: {
6630
+ type: "tableRow";
6631
+ content: ({
6632
+ type: "tableHeader";
6633
+ content: {
6634
+ __TYPE__: "StructuredTextContent";
6635
+ value: ({
6636
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
8375
6637
  content: {
8376
6638
  text: string;
8377
6639
  } & {
@@ -8431,10 +6693,13 @@ export declare const isWidgetContent: (u: unknown) => u is {
8431
6693
  label?: string;
8432
6694
  direction?: string;
8433
6695
  })[];
8434
- } | {
8435
- type: "tableCell";
8436
- content: ({
8437
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
6696
+ };
6697
+ } | {
6698
+ type: "tableCell";
6699
+ content: {
6700
+ __TYPE__: "StructuredTextContent";
6701
+ value: ({
6702
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
8438
6703
  content: {
8439
6704
  text: string;
8440
6705
  } & {
@@ -8494,145 +6759,10 @@ export declare const isWidgetContent: (u: unknown) => u is {
8494
6759
  label?: string;
8495
6760
  direction?: string;
8496
6761
  })[];
8497
- })[];
8498
- }[];
8499
- })[];
8500
- } | {
8501
- __TYPE__: "SeparatorContent";
8502
- } | ({
8503
- content: {
8504
- type: "tableRow";
8505
- content: ({
8506
- type: "tableHeader";
8507
- content: ({
8508
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8509
- content: {
8510
- text: string;
8511
- } & {
8512
- spans?: ({
8513
- data: ({
8514
- __TYPE__: "ImageLink";
8515
- } & {
8516
- kind: "image";
8517
- id: string;
8518
- url: string;
8519
- height: string;
8520
- width: string;
8521
- size: string;
8522
- name: string;
8523
- } & {
8524
- date?: string | null | undefined;
8525
- }) | ({
8526
- __TYPE__: "FileLink";
8527
- } & {
8528
- kind: "file";
8529
- id: string;
8530
- url: string;
8531
- name: string;
8532
- size: string;
8533
- } & {
8534
- date?: string | null | undefined;
8535
- }) | ({
8536
- __TYPE__: "DocumentLink";
8537
- } & {
8538
- id: string;
8539
- }) | ({
8540
- __TYPE__: "ExternalLink";
8541
- } & {
8542
- url: string;
8543
- } & {
8544
- kind?: "web";
8545
- target?: string | null | undefined;
8546
- preview?: {
8547
- title?: string;
8548
- } | null | undefined;
8549
- });
8550
- start: number;
8551
- end: number;
8552
- type: "hyperlink";
8553
- } | {
8554
- data: string;
8555
- start: number;
8556
- end: number;
8557
- type: "label";
8558
- } | {
8559
- start: number;
8560
- end: number;
8561
- type: "strong" | "em" | "list-item";
8562
- })[];
8563
- };
8564
- } & {
8565
- label?: string;
8566
- direction?: string;
8567
- })[];
8568
- } | {
8569
- type: "tableCell";
8570
- content: ({
8571
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8572
- content: {
8573
- text: string;
8574
- } & {
8575
- spans?: ({
8576
- data: ({
8577
- __TYPE__: "ImageLink";
8578
- } & {
8579
- kind: "image";
8580
- id: string;
8581
- url: string;
8582
- height: string;
8583
- width: string;
8584
- size: string;
8585
- name: string;
8586
- } & {
8587
- date?: string | null | undefined;
8588
- }) | ({
8589
- __TYPE__: "FileLink";
8590
- } & {
8591
- kind: "file";
8592
- id: string;
8593
- url: string;
8594
- name: string;
8595
- size: string;
8596
- } & {
8597
- date?: string | null | undefined;
8598
- }) | ({
8599
- __TYPE__: "DocumentLink";
8600
- } & {
8601
- id: string;
8602
- }) | ({
8603
- __TYPE__: "ExternalLink";
8604
- } & {
8605
- url: string;
8606
- } & {
8607
- kind?: "web";
8608
- target?: string | null | undefined;
8609
- preview?: {
8610
- title?: string;
8611
- } | null | undefined;
8612
- });
8613
- start: number;
8614
- end: number;
8615
- type: "hyperlink";
8616
- } | {
8617
- data: string;
8618
- start: number;
8619
- end: number;
8620
- type: "label";
8621
- } | {
8622
- start: number;
8623
- end: number;
8624
- type: "strong" | "em" | "list-item";
8625
- })[];
8626
- };
8627
- } & {
8628
- label?: string;
8629
- direction?: string;
8630
- })[];
6762
+ };
8631
6763
  })[];
8632
6764
  }[];
8633
- } & {
8634
- __TYPE__: "TableContent";
8635
- })][];
6765
+ }][];
8636
6766
  }[];
8637
6767
  } | {
8638
6768
  __TYPE__: "SharedSliceContent";
@@ -8997,7 +7127,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
8997
7127
  label?: string | null | undefined;
8998
7128
  direction?: string | null | undefined;
8999
7129
  }) | ({
9000
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7130
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
9001
7131
  content: {
9002
7132
  text: string;
9003
7133
  } & {
@@ -9056,14 +7186,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
9056
7186
  } & {
9057
7187
  label?: string;
9058
7188
  direction?: string;
9059
- }) | {
9060
- type: "table";
9061
- content: {
9062
- type: "tableRow";
9063
- content: ({
9064
- type: "tableHeader";
9065
- content: ({
9066
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7189
+ }))[];
7190
+ } | {
7191
+ __TYPE__: "SeparatorContent";
7192
+ } | {
7193
+ __TYPE__: "TableContent";
7194
+ content: {
7195
+ type: "tableRow";
7196
+ content: ({
7197
+ type: "tableHeader";
7198
+ content: {
7199
+ __TYPE__: "StructuredTextContent";
7200
+ value: ({
7201
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
9067
7202
  content: {
9068
7203
  text: string;
9069
7204
  } & {
@@ -9123,10 +7258,13 @@ export declare const isWidgetContent: (u: unknown) => u is {
9123
7258
  label?: string;
9124
7259
  direction?: string;
9125
7260
  })[];
9126
- } | {
9127
- type: "tableCell";
9128
- content: ({
9129
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7261
+ };
7262
+ } | {
7263
+ type: "tableCell";
7264
+ content: {
7265
+ __TYPE__: "StructuredTextContent";
7266
+ value: ({
7267
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
9130
7268
  content: {
9131
7269
  text: string;
9132
7270
  } & {
@@ -9186,154 +7324,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
9186
7324
  label?: string;
9187
7325
  direction?: string;
9188
7326
  })[];
9189
- })[];
9190
- }[];
9191
- })[];
7327
+ };
7328
+ })[];
7329
+ }[];
7330
+ };
7331
+ };
7332
+ items: {
7333
+ __TYPE__: "GroupItemContent";
7334
+ value: [string, {
7335
+ type: string;
7336
+ __TYPE__: "EmptyContent";
9192
7337
  } | {
9193
- __TYPE__: "SeparatorContent";
9194
- } | ({
9195
- content: {
9196
- type: "tableRow";
9197
- content: ({
9198
- type: "tableHeader";
9199
- content: ({
9200
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9201
- content: {
9202
- text: string;
9203
- } & {
9204
- spans?: ({
9205
- data: ({
9206
- __TYPE__: "ImageLink";
9207
- } & {
9208
- kind: "image";
9209
- id: string;
9210
- url: string;
9211
- height: string;
9212
- width: string;
9213
- size: string;
9214
- name: string;
9215
- } & {
9216
- date?: string | null | undefined;
9217
- }) | ({
9218
- __TYPE__: "FileLink";
9219
- } & {
9220
- kind: "file";
9221
- id: string;
9222
- url: string;
9223
- name: string;
9224
- size: string;
9225
- } & {
9226
- date?: string | null | undefined;
9227
- }) | ({
9228
- __TYPE__: "DocumentLink";
9229
- } & {
9230
- id: string;
9231
- }) | ({
9232
- __TYPE__: "ExternalLink";
9233
- } & {
9234
- url: string;
9235
- } & {
9236
- kind?: "web";
9237
- target?: string | null | undefined;
9238
- preview?: {
9239
- title?: string;
9240
- } | null | undefined;
9241
- });
9242
- start: number;
9243
- end: number;
9244
- type: "hyperlink";
9245
- } | {
9246
- data: string;
9247
- start: number;
9248
- end: number;
9249
- type: "label";
9250
- } | {
9251
- start: number;
9252
- end: number;
9253
- type: "strong" | "em" | "list-item";
9254
- })[];
9255
- };
9256
- } & {
9257
- label?: string;
9258
- direction?: string;
9259
- })[];
9260
- } | {
9261
- type: "tableCell";
9262
- content: ({
9263
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9264
- content: {
9265
- text: string;
9266
- } & {
9267
- spans?: ({
9268
- data: ({
9269
- __TYPE__: "ImageLink";
9270
- } & {
9271
- kind: "image";
9272
- id: string;
9273
- url: string;
9274
- height: string;
9275
- width: string;
9276
- size: string;
9277
- name: string;
9278
- } & {
9279
- date?: string | null | undefined;
9280
- }) | ({
9281
- __TYPE__: "FileLink";
9282
- } & {
9283
- kind: "file";
9284
- id: string;
9285
- url: string;
9286
- name: string;
9287
- size: string;
9288
- } & {
9289
- date?: string | null | undefined;
9290
- }) | ({
9291
- __TYPE__: "DocumentLink";
9292
- } & {
9293
- id: string;
9294
- }) | ({
9295
- __TYPE__: "ExternalLink";
9296
- } & {
9297
- url: string;
9298
- } & {
9299
- kind?: "web";
9300
- target?: string | null | undefined;
9301
- preview?: {
9302
- title?: string;
9303
- } | null | undefined;
9304
- });
9305
- start: number;
9306
- end: number;
9307
- type: "hyperlink";
9308
- } | {
9309
- data: string;
9310
- start: number;
9311
- end: number;
9312
- type: "label";
9313
- } | {
9314
- start: number;
9315
- end: number;
9316
- type: "strong" | "em" | "list-item";
9317
- })[];
9318
- };
9319
- } & {
9320
- label?: string;
9321
- direction?: string;
9322
- })[];
9323
- })[];
9324
- }[];
9325
- } & {
9326
- __TYPE__: "TableContent";
9327
- });
9328
- };
9329
- items: {
9330
- __TYPE__: "GroupItemContent";
9331
- value: [string, {
9332
- type: string;
9333
- __TYPE__: "EmptyContent";
9334
- } | {
9335
- __TYPE__: "BooleanContent";
9336
- value: boolean;
7338
+ __TYPE__: "BooleanContent";
7339
+ value: boolean;
9337
7340
  } | ({
9338
7341
  embed_url: string;
9339
7342
  type: string;
@@ -9687,7 +7690,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
9687
7690
  label?: string | null | undefined;
9688
7691
  direction?: string | null | undefined;
9689
7692
  }) | ({
9690
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7693
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
9691
7694
  content: {
9692
7695
  text: string;
9693
7696
  } & {
@@ -9746,14 +7749,19 @@ export declare const isWidgetContent: (u: unknown) => u is {
9746
7749
  } & {
9747
7750
  label?: string;
9748
7751
  direction?: string;
9749
- }) | {
9750
- type: "table";
9751
- content: {
9752
- type: "tableRow";
9753
- content: ({
9754
- type: "tableHeader";
9755
- content: ({
9756
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7752
+ }))[];
7753
+ } | {
7754
+ __TYPE__: "SeparatorContent";
7755
+ } | {
7756
+ __TYPE__: "TableContent";
7757
+ content: {
7758
+ type: "tableRow";
7759
+ content: ({
7760
+ type: "tableHeader";
7761
+ content: {
7762
+ __TYPE__: "StructuredTextContent";
7763
+ value: ({
7764
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
9757
7765
  content: {
9758
7766
  text: string;
9759
7767
  } & {
@@ -9813,10 +7821,13 @@ export declare const isWidgetContent: (u: unknown) => u is {
9813
7821
  label?: string;
9814
7822
  direction?: string;
9815
7823
  })[];
9816
- } | {
9817
- type: "tableCell";
9818
- content: ({
9819
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
7824
+ };
7825
+ } | {
7826
+ type: "tableCell";
7827
+ content: {
7828
+ __TYPE__: "StructuredTextContent";
7829
+ value: ({
7830
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
9820
7831
  content: {
9821
7832
  text: string;
9822
7833
  } & {
@@ -9876,145 +7887,10 @@ export declare const isWidgetContent: (u: unknown) => u is {
9876
7887
  label?: string;
9877
7888
  direction?: string;
9878
7889
  })[];
9879
- })[];
9880
- }[];
9881
- })[];
9882
- } | {
9883
- __TYPE__: "SeparatorContent";
9884
- } | ({
9885
- content: {
9886
- type: "tableRow";
9887
- content: ({
9888
- type: "tableHeader";
9889
- content: ({
9890
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9891
- content: {
9892
- text: string;
9893
- } & {
9894
- spans?: ({
9895
- data: ({
9896
- __TYPE__: "ImageLink";
9897
- } & {
9898
- kind: "image";
9899
- id: string;
9900
- url: string;
9901
- height: string;
9902
- width: string;
9903
- size: string;
9904
- name: string;
9905
- } & {
9906
- date?: string | null | undefined;
9907
- }) | ({
9908
- __TYPE__: "FileLink";
9909
- } & {
9910
- kind: "file";
9911
- id: string;
9912
- url: string;
9913
- name: string;
9914
- size: string;
9915
- } & {
9916
- date?: string | null | undefined;
9917
- }) | ({
9918
- __TYPE__: "DocumentLink";
9919
- } & {
9920
- id: string;
9921
- }) | ({
9922
- __TYPE__: "ExternalLink";
9923
- } & {
9924
- url: string;
9925
- } & {
9926
- kind?: "web";
9927
- target?: string | null | undefined;
9928
- preview?: {
9929
- title?: string;
9930
- } | null | undefined;
9931
- });
9932
- start: number;
9933
- end: number;
9934
- type: "hyperlink";
9935
- } | {
9936
- data: string;
9937
- start: number;
9938
- end: number;
9939
- type: "label";
9940
- } | {
9941
- start: number;
9942
- end: number;
9943
- type: "strong" | "em" | "list-item";
9944
- })[];
9945
- };
9946
- } & {
9947
- label?: string;
9948
- direction?: string;
9949
- })[];
9950
- } | {
9951
- type: "tableCell";
9952
- content: ({
9953
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9954
- content: {
9955
- text: string;
9956
- } & {
9957
- spans?: ({
9958
- data: ({
9959
- __TYPE__: "ImageLink";
9960
- } & {
9961
- kind: "image";
9962
- id: string;
9963
- url: string;
9964
- height: string;
9965
- width: string;
9966
- size: string;
9967
- name: string;
9968
- } & {
9969
- date?: string | null | undefined;
9970
- }) | ({
9971
- __TYPE__: "FileLink";
9972
- } & {
9973
- kind: "file";
9974
- id: string;
9975
- url: string;
9976
- name: string;
9977
- size: string;
9978
- } & {
9979
- date?: string | null | undefined;
9980
- }) | ({
9981
- __TYPE__: "DocumentLink";
9982
- } & {
9983
- id: string;
9984
- }) | ({
9985
- __TYPE__: "ExternalLink";
9986
- } & {
9987
- url: string;
9988
- } & {
9989
- kind?: "web";
9990
- target?: string | null | undefined;
9991
- preview?: {
9992
- title?: string;
9993
- } | null | undefined;
9994
- });
9995
- start: number;
9996
- end: number;
9997
- type: "hyperlink";
9998
- } | {
9999
- data: string;
10000
- start: number;
10001
- end: number;
10002
- type: "label";
10003
- } | {
10004
- start: number;
10005
- end: number;
10006
- type: "strong" | "em" | "list-item";
10007
- })[];
10008
- };
10009
- } & {
10010
- label?: string;
10011
- direction?: string;
10012
- })[];
7890
+ };
10013
7891
  })[];
10014
7892
  }[];
10015
- } & {
10016
- __TYPE__: "TableContent";
10017
- })][];
7893
+ }][];
10018
7894
  }[];
10019
7895
  };
10020
7896
  }[];
@@ -10381,7 +8257,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
10381
8257
  label?: string | null | undefined;
10382
8258
  direction?: string | null | undefined;
10383
8259
  }) | ({
10384
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8260
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
10385
8261
  content: {
10386
8262
  text: string;
10387
8263
  } & {
@@ -10440,14 +8316,19 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
10440
8316
  } & {
10441
8317
  label?: string;
10442
8318
  direction?: string;
10443
- }) | {
10444
- type: "table";
10445
- content: {
10446
- type: "tableRow";
10447
- content: ({
10448
- type: "tableHeader";
10449
- content: ({
10450
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8319
+ }))[];
8320
+ }> | import("fp-ts/lib/Either").Right<{
8321
+ __TYPE__: "SeparatorContent";
8322
+ }> | import("fp-ts/lib/Either").Right<{
8323
+ __TYPE__: "TableContent";
8324
+ content: {
8325
+ type: "tableRow";
8326
+ content: ({
8327
+ type: "tableHeader";
8328
+ content: {
8329
+ __TYPE__: "StructuredTextContent";
8330
+ value: ({
8331
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
10451
8332
  content: {
10452
8333
  text: string;
10453
8334
  } & {
@@ -10507,10 +8388,13 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
10507
8388
  label?: string;
10508
8389
  direction?: string;
10509
8390
  })[];
10510
- } | {
10511
- type: "tableCell";
10512
- content: ({
10513
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8391
+ };
8392
+ } | {
8393
+ type: "tableCell";
8394
+ content: {
8395
+ __TYPE__: "StructuredTextContent";
8396
+ value: ({
8397
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
10514
8398
  content: {
10515
8399
  text: string;
10516
8400
  } & {
@@ -10570,147 +8454,12 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
10570
8454
  label?: string;
10571
8455
  direction?: string;
10572
8456
  })[];
10573
- })[];
10574
- }[];
10575
- })[];
8457
+ };
8458
+ })[];
8459
+ }[];
10576
8460
  }> | import("fp-ts/lib/Either").Right<{
10577
- __TYPE__: "SeparatorContent";
10578
- }> | import("fp-ts/lib/Either").Right<{
10579
- content: {
10580
- type: "tableRow";
10581
- content: ({
10582
- type: "tableHeader";
10583
- content: ({
10584
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10585
- content: {
10586
- text: string;
10587
- } & {
10588
- spans?: ({
10589
- data: ({
10590
- __TYPE__: "ImageLink";
10591
- } & {
10592
- kind: "image";
10593
- id: string;
10594
- url: string;
10595
- height: string;
10596
- width: string;
10597
- size: string;
10598
- name: string;
10599
- } & {
10600
- date?: string | null | undefined;
10601
- }) | ({
10602
- __TYPE__: "FileLink";
10603
- } & {
10604
- kind: "file";
10605
- id: string;
10606
- url: string;
10607
- name: string;
10608
- size: string;
10609
- } & {
10610
- date?: string | null | undefined;
10611
- }) | ({
10612
- __TYPE__: "DocumentLink";
10613
- } & {
10614
- id: string;
10615
- }) | ({
10616
- __TYPE__: "ExternalLink";
10617
- } & {
10618
- url: string;
10619
- } & {
10620
- kind?: "web";
10621
- target?: string | null | undefined;
10622
- preview?: {
10623
- title?: string;
10624
- } | null | undefined;
10625
- });
10626
- start: number;
10627
- end: number;
10628
- type: "hyperlink";
10629
- } | {
10630
- data: string;
10631
- start: number;
10632
- end: number;
10633
- type: "label";
10634
- } | {
10635
- start: number;
10636
- end: number;
10637
- type: "strong" | "em" | "list-item";
10638
- })[];
10639
- };
10640
- } & {
10641
- label?: string;
10642
- direction?: string;
10643
- })[];
10644
- } | {
10645
- type: "tableCell";
10646
- content: ({
10647
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10648
- content: {
10649
- text: string;
10650
- } & {
10651
- spans?: ({
10652
- data: ({
10653
- __TYPE__: "ImageLink";
10654
- } & {
10655
- kind: "image";
10656
- id: string;
10657
- url: string;
10658
- height: string;
10659
- width: string;
10660
- size: string;
10661
- name: string;
10662
- } & {
10663
- date?: string | null | undefined;
10664
- }) | ({
10665
- __TYPE__: "FileLink";
10666
- } & {
10667
- kind: "file";
10668
- id: string;
10669
- url: string;
10670
- name: string;
10671
- size: string;
10672
- } & {
10673
- date?: string | null | undefined;
10674
- }) | ({
10675
- __TYPE__: "DocumentLink";
10676
- } & {
10677
- id: string;
10678
- }) | ({
10679
- __TYPE__: "ExternalLink";
10680
- } & {
10681
- url: string;
10682
- } & {
10683
- kind?: "web";
10684
- target?: string | null | undefined;
10685
- preview?: {
10686
- title?: string;
10687
- } | null | undefined;
10688
- });
10689
- start: number;
10690
- end: number;
10691
- type: "hyperlink";
10692
- } | {
10693
- data: string;
10694
- start: number;
10695
- end: number;
10696
- type: "label";
10697
- } | {
10698
- start: number;
10699
- end: number;
10700
- type: "strong" | "em" | "list-item";
10701
- })[];
10702
- };
10703
- } & {
10704
- label?: string;
10705
- direction?: string;
10706
- })[];
10707
- })[];
10708
- }[];
10709
- } & {
10710
- __TYPE__: "TableContent";
10711
- }> | import("fp-ts/lib/Either").Right<{
10712
- __TYPE__: "UIDContent";
10713
- value: string;
8461
+ __TYPE__: "UIDContent";
8462
+ value: string;
10714
8463
  }> | import("fp-ts/lib/Either").Right<{
10715
8464
  __TYPE__: "SliceContentType";
10716
8465
  value: {
@@ -11076,7 +8825,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11076
8825
  label?: string | null | undefined;
11077
8826
  direction?: string | null | undefined;
11078
8827
  }) | ({
11079
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8828
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
11080
8829
  content: {
11081
8830
  text: string;
11082
8831
  } & {
@@ -11135,14 +8884,19 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11135
8884
  } & {
11136
8885
  label?: string;
11137
8886
  direction?: string;
11138
- }) | {
11139
- type: "table";
11140
- content: {
11141
- type: "tableRow";
11142
- content: ({
11143
- type: "tableHeader";
11144
- content: ({
11145
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8887
+ }))[];
8888
+ } | {
8889
+ __TYPE__: "SeparatorContent";
8890
+ } | {
8891
+ __TYPE__: "TableContent";
8892
+ content: {
8893
+ type: "tableRow";
8894
+ content: ({
8895
+ type: "tableHeader";
8896
+ content: {
8897
+ __TYPE__: "StructuredTextContent";
8898
+ value: ({
8899
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
11146
8900
  content: {
11147
8901
  text: string;
11148
8902
  } & {
@@ -11202,10 +8956,13 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11202
8956
  label?: string;
11203
8957
  direction?: string;
11204
8958
  })[];
11205
- } | {
11206
- type: "tableCell";
11207
- content: ({
11208
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
8959
+ };
8960
+ } | {
8961
+ type: "tableCell";
8962
+ content: {
8963
+ __TYPE__: "StructuredTextContent";
8964
+ value: ({
8965
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
11209
8966
  content: {
11210
8967
  text: string;
11211
8968
  } & {
@@ -11265,150 +9022,15 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11265
9022
  label?: string;
11266
9023
  direction?: string;
11267
9024
  })[];
11268
- })[];
11269
- }[];
11270
- })[];
9025
+ };
9026
+ })[];
9027
+ }[];
11271
9028
  } | {
11272
- __TYPE__: "SeparatorContent";
11273
- } | ({
11274
- content: {
11275
- type: "tableRow";
11276
- content: ({
11277
- type: "tableHeader";
11278
- content: ({
11279
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
11280
- content: {
11281
- text: string;
11282
- } & {
11283
- spans?: ({
11284
- data: ({
11285
- __TYPE__: "ImageLink";
11286
- } & {
11287
- kind: "image";
11288
- id: string;
11289
- url: string;
11290
- height: string;
11291
- width: string;
11292
- size: string;
11293
- name: string;
11294
- } & {
11295
- date?: string | null | undefined;
11296
- }) | ({
11297
- __TYPE__: "FileLink";
11298
- } & {
11299
- kind: "file";
11300
- id: string;
11301
- url: string;
11302
- name: string;
11303
- size: string;
11304
- } & {
11305
- date?: string | null | undefined;
11306
- }) | ({
11307
- __TYPE__: "DocumentLink";
11308
- } & {
11309
- id: string;
11310
- }) | ({
11311
- __TYPE__: "ExternalLink";
11312
- } & {
11313
- url: string;
11314
- } & {
11315
- kind?: "web";
11316
- target?: string | null | undefined;
11317
- preview?: {
11318
- title?: string;
11319
- } | null | undefined;
11320
- });
11321
- start: number;
11322
- end: number;
11323
- type: "hyperlink";
11324
- } | {
11325
- data: string;
11326
- start: number;
11327
- end: number;
11328
- type: "label";
11329
- } | {
11330
- start: number;
11331
- end: number;
11332
- type: "strong" | "em" | "list-item";
11333
- })[];
11334
- };
11335
- } & {
11336
- label?: string;
11337
- direction?: string;
11338
- })[];
11339
- } | {
11340
- type: "tableCell";
11341
- content: ({
11342
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
11343
- content: {
11344
- text: string;
11345
- } & {
11346
- spans?: ({
11347
- data: ({
11348
- __TYPE__: "ImageLink";
11349
- } & {
11350
- kind: "image";
11351
- id: string;
11352
- url: string;
11353
- height: string;
11354
- width: string;
11355
- size: string;
11356
- name: string;
11357
- } & {
11358
- date?: string | null | undefined;
11359
- }) | ({
11360
- __TYPE__: "FileLink";
11361
- } & {
11362
- kind: "file";
11363
- id: string;
11364
- url: string;
11365
- name: string;
11366
- size: string;
11367
- } & {
11368
- date?: string | null | undefined;
11369
- }) | ({
11370
- __TYPE__: "DocumentLink";
11371
- } & {
11372
- id: string;
11373
- }) | ({
11374
- __TYPE__: "ExternalLink";
11375
- } & {
11376
- url: string;
11377
- } & {
11378
- kind?: "web";
11379
- target?: string | null | undefined;
11380
- preview?: {
11381
- title?: string;
11382
- } | null | undefined;
11383
- });
11384
- start: number;
11385
- end: number;
11386
- type: "hyperlink";
11387
- } | {
11388
- data: string;
11389
- start: number;
11390
- end: number;
11391
- type: "label";
11392
- } | {
11393
- start: number;
11394
- end: number;
11395
- type: "strong" | "em" | "list-item";
11396
- })[];
11397
- };
11398
- } & {
11399
- label?: string;
11400
- direction?: string;
11401
- })[];
11402
- })[];
11403
- }[];
11404
- } & {
11405
- __TYPE__: "TableContent";
11406
- }) | {
11407
- __TYPE__: "CompositeSliceContent";
11408
- nonRepeat: {
11409
- [x: string]: {
11410
- type: string;
11411
- __TYPE__: "EmptyContent";
9029
+ __TYPE__: "CompositeSliceContent";
9030
+ nonRepeat: {
9031
+ [x: string]: {
9032
+ type: string;
9033
+ __TYPE__: "EmptyContent";
11412
9034
  } | {
11413
9035
  __TYPE__: "BooleanContent";
11414
9036
  value: boolean;
@@ -11765,7 +9387,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11765
9387
  label?: string | null | undefined;
11766
9388
  direction?: string | null | undefined;
11767
9389
  }) | ({
11768
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9390
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
11769
9391
  content: {
11770
9392
  text: string;
11771
9393
  } & {
@@ -11824,14 +9446,19 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11824
9446
  } & {
11825
9447
  label?: string;
11826
9448
  direction?: string;
11827
- }) | {
11828
- type: "table";
11829
- content: {
11830
- type: "tableRow";
11831
- content: ({
11832
- type: "tableHeader";
11833
- content: ({
11834
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9449
+ }))[];
9450
+ } | {
9451
+ __TYPE__: "SeparatorContent";
9452
+ } | {
9453
+ __TYPE__: "TableContent";
9454
+ content: {
9455
+ type: "tableRow";
9456
+ content: ({
9457
+ type: "tableHeader";
9458
+ content: {
9459
+ __TYPE__: "StructuredTextContent";
9460
+ value: ({
9461
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
11835
9462
  content: {
11836
9463
  text: string;
11837
9464
  } & {
@@ -11891,10 +9518,13 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11891
9518
  label?: string;
11892
9519
  direction?: string;
11893
9520
  })[];
11894
- } | {
11895
- type: "tableCell";
11896
- content: ({
11897
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9521
+ };
9522
+ } | {
9523
+ type: "tableCell";
9524
+ content: {
9525
+ __TYPE__: "StructuredTextContent";
9526
+ value: ({
9527
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
11898
9528
  content: {
11899
9529
  text: string;
11900
9530
  } & {
@@ -11954,145 +9584,10 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
11954
9584
  label?: string;
11955
9585
  direction?: string;
11956
9586
  })[];
11957
- })[];
11958
- }[];
11959
- })[];
11960
- } | {
11961
- __TYPE__: "SeparatorContent";
11962
- } | ({
11963
- content: {
11964
- type: "tableRow";
11965
- content: ({
11966
- type: "tableHeader";
11967
- content: ({
11968
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
11969
- content: {
11970
- text: string;
11971
- } & {
11972
- spans?: ({
11973
- data: ({
11974
- __TYPE__: "ImageLink";
11975
- } & {
11976
- kind: "image";
11977
- id: string;
11978
- url: string;
11979
- height: string;
11980
- width: string;
11981
- size: string;
11982
- name: string;
11983
- } & {
11984
- date?: string | null | undefined;
11985
- }) | ({
11986
- __TYPE__: "FileLink";
11987
- } & {
11988
- kind: "file";
11989
- id: string;
11990
- url: string;
11991
- name: string;
11992
- size: string;
11993
- } & {
11994
- date?: string | null | undefined;
11995
- }) | ({
11996
- __TYPE__: "DocumentLink";
11997
- } & {
11998
- id: string;
11999
- }) | ({
12000
- __TYPE__: "ExternalLink";
12001
- } & {
12002
- url: string;
12003
- } & {
12004
- kind?: "web";
12005
- target?: string | null | undefined;
12006
- preview?: {
12007
- title?: string;
12008
- } | null | undefined;
12009
- });
12010
- start: number;
12011
- end: number;
12012
- type: "hyperlink";
12013
- } | {
12014
- data: string;
12015
- start: number;
12016
- end: number;
12017
- type: "label";
12018
- } | {
12019
- start: number;
12020
- end: number;
12021
- type: "strong" | "em" | "list-item";
12022
- })[];
12023
- };
12024
- } & {
12025
- label?: string;
12026
- direction?: string;
12027
- })[];
12028
- } | {
12029
- type: "tableCell";
12030
- content: ({
12031
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
12032
- content: {
12033
- text: string;
12034
- } & {
12035
- spans?: ({
12036
- data: ({
12037
- __TYPE__: "ImageLink";
12038
- } & {
12039
- kind: "image";
12040
- id: string;
12041
- url: string;
12042
- height: string;
12043
- width: string;
12044
- size: string;
12045
- name: string;
12046
- } & {
12047
- date?: string | null | undefined;
12048
- }) | ({
12049
- __TYPE__: "FileLink";
12050
- } & {
12051
- kind: "file";
12052
- id: string;
12053
- url: string;
12054
- name: string;
12055
- size: string;
12056
- } & {
12057
- date?: string | null | undefined;
12058
- }) | ({
12059
- __TYPE__: "DocumentLink";
12060
- } & {
12061
- id: string;
12062
- }) | ({
12063
- __TYPE__: "ExternalLink";
12064
- } & {
12065
- url: string;
12066
- } & {
12067
- kind?: "web";
12068
- target?: string | null | undefined;
12069
- preview?: {
12070
- title?: string;
12071
- } | null | undefined;
12072
- });
12073
- start: number;
12074
- end: number;
12075
- type: "hyperlink";
12076
- } | {
12077
- data: string;
12078
- start: number;
12079
- end: number;
12080
- type: "label";
12081
- } | {
12082
- start: number;
12083
- end: number;
12084
- type: "strong" | "em" | "list-item";
12085
- })[];
12086
- };
12087
- } & {
12088
- label?: string;
12089
- direction?: string;
12090
- })[];
9587
+ };
12091
9588
  })[];
12092
9589
  }[];
12093
- } & {
12094
- __TYPE__: "TableContent";
12095
- });
9590
+ };
12096
9591
  };
12097
9592
  repeat: {
12098
9593
  __TYPE__: "GroupItemContent";
@@ -12455,7 +9950,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
12455
9950
  label?: string | null | undefined;
12456
9951
  direction?: string | null | undefined;
12457
9952
  }) | ({
12458
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
9953
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
12459
9954
  content: {
12460
9955
  text: string;
12461
9956
  } & {
@@ -12514,14 +10009,19 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
12514
10009
  } & {
12515
10010
  label?: string;
12516
10011
  direction?: string;
12517
- }) | {
12518
- type: "table";
12519
- content: {
12520
- type: "tableRow";
12521
- content: ({
12522
- type: "tableHeader";
12523
- content: ({
12524
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10012
+ }))[];
10013
+ } | {
10014
+ __TYPE__: "SeparatorContent";
10015
+ } | {
10016
+ __TYPE__: "TableContent";
10017
+ content: {
10018
+ type: "tableRow";
10019
+ content: ({
10020
+ type: "tableHeader";
10021
+ content: {
10022
+ __TYPE__: "StructuredTextContent";
10023
+ value: ({
10024
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
12525
10025
  content: {
12526
10026
  text: string;
12527
10027
  } & {
@@ -12581,10 +10081,13 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
12581
10081
  label?: string;
12582
10082
  direction?: string;
12583
10083
  })[];
12584
- } | {
12585
- type: "tableCell";
12586
- content: ({
12587
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10084
+ };
10085
+ } | {
10086
+ type: "tableCell";
10087
+ content: {
10088
+ __TYPE__: "StructuredTextContent";
10089
+ value: ({
10090
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
12588
10091
  content: {
12589
10092
  text: string;
12590
10093
  } & {
@@ -12644,145 +10147,10 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
12644
10147
  label?: string;
12645
10148
  direction?: string;
12646
10149
  })[];
12647
- })[];
12648
- }[];
12649
- })[];
12650
- } | {
12651
- __TYPE__: "SeparatorContent";
12652
- } | ({
12653
- content: {
12654
- type: "tableRow";
12655
- content: ({
12656
- type: "tableHeader";
12657
- content: ({
12658
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
12659
- content: {
12660
- text: string;
12661
- } & {
12662
- spans?: ({
12663
- data: ({
12664
- __TYPE__: "ImageLink";
12665
- } & {
12666
- kind: "image";
12667
- id: string;
12668
- url: string;
12669
- height: string;
12670
- width: string;
12671
- size: string;
12672
- name: string;
12673
- } & {
12674
- date?: string | null | undefined;
12675
- }) | ({
12676
- __TYPE__: "FileLink";
12677
- } & {
12678
- kind: "file";
12679
- id: string;
12680
- url: string;
12681
- name: string;
12682
- size: string;
12683
- } & {
12684
- date?: string | null | undefined;
12685
- }) | ({
12686
- __TYPE__: "DocumentLink";
12687
- } & {
12688
- id: string;
12689
- }) | ({
12690
- __TYPE__: "ExternalLink";
12691
- } & {
12692
- url: string;
12693
- } & {
12694
- kind?: "web";
12695
- target?: string | null | undefined;
12696
- preview?: {
12697
- title?: string;
12698
- } | null | undefined;
12699
- });
12700
- start: number;
12701
- end: number;
12702
- type: "hyperlink";
12703
- } | {
12704
- data: string;
12705
- start: number;
12706
- end: number;
12707
- type: "label";
12708
- } | {
12709
- start: number;
12710
- end: number;
12711
- type: "strong" | "em" | "list-item";
12712
- })[];
12713
- };
12714
- } & {
12715
- label?: string;
12716
- direction?: string;
12717
- })[];
12718
- } | {
12719
- type: "tableCell";
12720
- content: ({
12721
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
12722
- content: {
12723
- text: string;
12724
- } & {
12725
- spans?: ({
12726
- data: ({
12727
- __TYPE__: "ImageLink";
12728
- } & {
12729
- kind: "image";
12730
- id: string;
12731
- url: string;
12732
- height: string;
12733
- width: string;
12734
- size: string;
12735
- name: string;
12736
- } & {
12737
- date?: string | null | undefined;
12738
- }) | ({
12739
- __TYPE__: "FileLink";
12740
- } & {
12741
- kind: "file";
12742
- id: string;
12743
- url: string;
12744
- name: string;
12745
- size: string;
12746
- } & {
12747
- date?: string | null | undefined;
12748
- }) | ({
12749
- __TYPE__: "DocumentLink";
12750
- } & {
12751
- id: string;
12752
- }) | ({
12753
- __TYPE__: "ExternalLink";
12754
- } & {
12755
- url: string;
12756
- } & {
12757
- kind?: "web";
12758
- target?: string | null | undefined;
12759
- preview?: {
12760
- title?: string;
12761
- } | null | undefined;
12762
- });
12763
- start: number;
12764
- end: number;
12765
- type: "hyperlink";
12766
- } | {
12767
- data: string;
12768
- start: number;
12769
- end: number;
12770
- type: "label";
12771
- } | {
12772
- start: number;
12773
- end: number;
12774
- type: "strong" | "em" | "list-item";
12775
- })[];
12776
- };
12777
- } & {
12778
- label?: string;
12779
- direction?: string;
12780
- })[];
10150
+ };
12781
10151
  })[];
12782
10152
  }[];
12783
- } & {
12784
- __TYPE__: "TableContent";
12785
- })][];
10153
+ }][];
12786
10154
  }[];
12787
10155
  } | {
12788
10156
  __TYPE__: "SharedSliceContent";
@@ -13147,7 +10515,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13147
10515
  label?: string | null | undefined;
13148
10516
  direction?: string | null | undefined;
13149
10517
  }) | ({
13150
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10518
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
13151
10519
  content: {
13152
10520
  text: string;
13153
10521
  } & {
@@ -13206,14 +10574,19 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13206
10574
  } & {
13207
10575
  label?: string;
13208
10576
  direction?: string;
13209
- }) | {
13210
- type: "table";
13211
- content: {
13212
- type: "tableRow";
13213
- content: ({
13214
- type: "tableHeader";
13215
- content: ({
13216
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10577
+ }))[];
10578
+ } | {
10579
+ __TYPE__: "SeparatorContent";
10580
+ } | {
10581
+ __TYPE__: "TableContent";
10582
+ content: {
10583
+ type: "tableRow";
10584
+ content: ({
10585
+ type: "tableHeader";
10586
+ content: {
10587
+ __TYPE__: "StructuredTextContent";
10588
+ value: ({
10589
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
13217
10590
  content: {
13218
10591
  text: string;
13219
10592
  } & {
@@ -13273,10 +10646,13 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13273
10646
  label?: string;
13274
10647
  direction?: string;
13275
10648
  })[];
13276
- } | {
13277
- type: "tableCell";
13278
- content: ({
13279
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
10649
+ };
10650
+ } | {
10651
+ type: "tableCell";
10652
+ content: {
10653
+ __TYPE__: "StructuredTextContent";
10654
+ value: ({
10655
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
13280
10656
  content: {
13281
10657
  text: string;
13282
10658
  } & {
@@ -13288,193 +10664,58 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13288
10664
  id: string;
13289
10665
  url: string;
13290
10666
  height: string;
13291
- width: string;
13292
- size: string;
13293
- name: string;
13294
- } & {
13295
- date?: string | null | undefined;
13296
- }) | ({
13297
- __TYPE__: "FileLink";
13298
- } & {
13299
- kind: "file";
13300
- id: string;
13301
- url: string;
13302
- name: string;
13303
- size: string;
13304
- } & {
13305
- date?: string | null | undefined;
13306
- }) | ({
13307
- __TYPE__: "DocumentLink";
13308
- } & {
13309
- id: string;
13310
- }) | ({
13311
- __TYPE__: "ExternalLink";
13312
- } & {
13313
- url: string;
13314
- } & {
13315
- kind?: "web";
13316
- target?: string | null | undefined;
13317
- preview?: {
13318
- title?: string;
13319
- } | null | undefined;
13320
- });
13321
- start: number;
13322
- end: number;
13323
- type: "hyperlink";
13324
- } | {
13325
- data: string;
13326
- start: number;
13327
- end: number;
13328
- type: "label";
13329
- } | {
13330
- start: number;
13331
- end: number;
13332
- type: "strong" | "em" | "list-item";
13333
- })[];
13334
- };
13335
- } & {
13336
- label?: string;
13337
- direction?: string;
13338
- })[];
13339
- })[];
13340
- }[];
13341
- })[];
13342
- } | {
13343
- __TYPE__: "SeparatorContent";
13344
- } | ({
13345
- content: {
13346
- type: "tableRow";
13347
- content: ({
13348
- type: "tableHeader";
13349
- content: ({
13350
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
13351
- content: {
13352
- text: string;
13353
- } & {
13354
- spans?: ({
13355
- data: ({
13356
- __TYPE__: "ImageLink";
13357
- } & {
13358
- kind: "image";
13359
- id: string;
13360
- url: string;
13361
- height: string;
13362
- width: string;
13363
- size: string;
13364
- name: string;
13365
- } & {
13366
- date?: string | null | undefined;
13367
- }) | ({
13368
- __TYPE__: "FileLink";
13369
- } & {
13370
- kind: "file";
13371
- id: string;
13372
- url: string;
13373
- name: string;
13374
- size: string;
13375
- } & {
13376
- date?: string | null | undefined;
13377
- }) | ({
13378
- __TYPE__: "DocumentLink";
13379
- } & {
13380
- id: string;
13381
- }) | ({
13382
- __TYPE__: "ExternalLink";
13383
- } & {
13384
- url: string;
13385
- } & {
13386
- kind?: "web";
13387
- target?: string | null | undefined;
13388
- preview?: {
13389
- title?: string;
13390
- } | null | undefined;
13391
- });
13392
- start: number;
13393
- end: number;
13394
- type: "hyperlink";
13395
- } | {
13396
- data: string;
13397
- start: number;
13398
- end: number;
13399
- type: "label";
13400
- } | {
13401
- start: number;
13402
- end: number;
13403
- type: "strong" | "em" | "list-item";
13404
- })[];
13405
- };
13406
- } & {
13407
- label?: string;
13408
- direction?: string;
13409
- })[];
13410
- } | {
13411
- type: "tableCell";
13412
- content: ({
13413
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
13414
- content: {
13415
- text: string;
10667
+ width: string;
10668
+ size: string;
10669
+ name: string;
10670
+ } & {
10671
+ date?: string | null | undefined;
10672
+ }) | ({
10673
+ __TYPE__: "FileLink";
10674
+ } & {
10675
+ kind: "file";
10676
+ id: string;
10677
+ url: string;
10678
+ name: string;
10679
+ size: string;
10680
+ } & {
10681
+ date?: string | null | undefined;
10682
+ }) | ({
10683
+ __TYPE__: "DocumentLink";
10684
+ } & {
10685
+ id: string;
10686
+ }) | ({
10687
+ __TYPE__: "ExternalLink";
10688
+ } & {
10689
+ url: string;
10690
+ } & {
10691
+ kind?: "web";
10692
+ target?: string | null | undefined;
10693
+ preview?: {
10694
+ title?: string;
10695
+ } | null | undefined;
10696
+ });
10697
+ start: number;
10698
+ end: number;
10699
+ type: "hyperlink";
10700
+ } | {
10701
+ data: string;
10702
+ start: number;
10703
+ end: number;
10704
+ type: "label";
10705
+ } | {
10706
+ start: number;
10707
+ end: number;
10708
+ type: "strong" | "em" | "list-item";
10709
+ })[];
10710
+ };
13416
10711
  } & {
13417
- spans?: ({
13418
- data: ({
13419
- __TYPE__: "ImageLink";
13420
- } & {
13421
- kind: "image";
13422
- id: string;
13423
- url: string;
13424
- height: string;
13425
- width: string;
13426
- size: string;
13427
- name: string;
13428
- } & {
13429
- date?: string | null | undefined;
13430
- }) | ({
13431
- __TYPE__: "FileLink";
13432
- } & {
13433
- kind: "file";
13434
- id: string;
13435
- url: string;
13436
- name: string;
13437
- size: string;
13438
- } & {
13439
- date?: string | null | undefined;
13440
- }) | ({
13441
- __TYPE__: "DocumentLink";
13442
- } & {
13443
- id: string;
13444
- }) | ({
13445
- __TYPE__: "ExternalLink";
13446
- } & {
13447
- url: string;
13448
- } & {
13449
- kind?: "web";
13450
- target?: string | null | undefined;
13451
- preview?: {
13452
- title?: string;
13453
- } | null | undefined;
13454
- });
13455
- start: number;
13456
- end: number;
13457
- type: "hyperlink";
13458
- } | {
13459
- data: string;
13460
- start: number;
13461
- end: number;
13462
- type: "label";
13463
- } | {
13464
- start: number;
13465
- end: number;
13466
- type: "strong" | "em" | "list-item";
13467
- })[];
13468
- };
13469
- } & {
13470
- label?: string;
13471
- direction?: string;
13472
- })[];
10712
+ label?: string;
10713
+ direction?: string;
10714
+ })[];
10715
+ };
13473
10716
  })[];
13474
10717
  }[];
13475
- } & {
13476
- __TYPE__: "TableContent";
13477
- });
10718
+ };
13478
10719
  };
13479
10720
  items: {
13480
10721
  __TYPE__: "GroupItemContent";
@@ -13837,7 +11078,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13837
11078
  label?: string | null | undefined;
13838
11079
  direction?: string | null | undefined;
13839
11080
  }) | ({
13840
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
11081
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
13841
11082
  content: {
13842
11083
  text: string;
13843
11084
  } & {
@@ -13896,14 +11137,19 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13896
11137
  } & {
13897
11138
  label?: string;
13898
11139
  direction?: string;
13899
- }) | {
13900
- type: "table";
13901
- content: {
13902
- type: "tableRow";
13903
- content: ({
13904
- type: "tableHeader";
13905
- content: ({
13906
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
11140
+ }))[];
11141
+ } | {
11142
+ __TYPE__: "SeparatorContent";
11143
+ } | {
11144
+ __TYPE__: "TableContent";
11145
+ content: {
11146
+ type: "tableRow";
11147
+ content: ({
11148
+ type: "tableHeader";
11149
+ content: {
11150
+ __TYPE__: "StructuredTextContent";
11151
+ value: ({
11152
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
13907
11153
  content: {
13908
11154
  text: string;
13909
11155
  } & {
@@ -13963,10 +11209,13 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
13963
11209
  label?: string;
13964
11210
  direction?: string;
13965
11211
  })[];
13966
- } | {
13967
- type: "tableCell";
13968
- content: ({
13969
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
11212
+ };
11213
+ } | {
11214
+ type: "tableCell";
11215
+ content: {
11216
+ __TYPE__: "StructuredTextContent";
11217
+ value: ({
11218
+ type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl";
13970
11219
  content: {
13971
11220
  text: string;
13972
11221
  } & {
@@ -14026,145 +11275,10 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
14026
11275
  label?: string;
14027
11276
  direction?: string;
14028
11277
  })[];
14029
- })[];
14030
- }[];
14031
- })[];
14032
- } | {
14033
- __TYPE__: "SeparatorContent";
14034
- } | ({
14035
- content: {
14036
- type: "tableRow";
14037
- content: ({
14038
- type: "tableHeader";
14039
- content: ({
14040
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
14041
- content: {
14042
- text: string;
14043
- } & {
14044
- spans?: ({
14045
- data: ({
14046
- __TYPE__: "ImageLink";
14047
- } & {
14048
- kind: "image";
14049
- id: string;
14050
- url: string;
14051
- height: string;
14052
- width: string;
14053
- size: string;
14054
- name: string;
14055
- } & {
14056
- date?: string | null | undefined;
14057
- }) | ({
14058
- __TYPE__: "FileLink";
14059
- } & {
14060
- kind: "file";
14061
- id: string;
14062
- url: string;
14063
- name: string;
14064
- size: string;
14065
- } & {
14066
- date?: string | null | undefined;
14067
- }) | ({
14068
- __TYPE__: "DocumentLink";
14069
- } & {
14070
- id: string;
14071
- }) | ({
14072
- __TYPE__: "ExternalLink";
14073
- } & {
14074
- url: string;
14075
- } & {
14076
- kind?: "web";
14077
- target?: string | null | undefined;
14078
- preview?: {
14079
- title?: string;
14080
- } | null | undefined;
14081
- });
14082
- start: number;
14083
- end: number;
14084
- type: "hyperlink";
14085
- } | {
14086
- data: string;
14087
- start: number;
14088
- end: number;
14089
- type: "label";
14090
- } | {
14091
- start: number;
14092
- end: number;
14093
- type: "strong" | "em" | "list-item";
14094
- })[];
14095
- };
14096
- } & {
14097
- label?: string;
14098
- direction?: string;
14099
- })[];
14100
- } | {
14101
- type: "tableCell";
14102
- content: ({
14103
- type: "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "embed" | "list-item" | "o-list-item" | "rtl" | "table";
14104
- content: {
14105
- text: string;
14106
- } & {
14107
- spans?: ({
14108
- data: ({
14109
- __TYPE__: "ImageLink";
14110
- } & {
14111
- kind: "image";
14112
- id: string;
14113
- url: string;
14114
- height: string;
14115
- width: string;
14116
- size: string;
14117
- name: string;
14118
- } & {
14119
- date?: string | null | undefined;
14120
- }) | ({
14121
- __TYPE__: "FileLink";
14122
- } & {
14123
- kind: "file";
14124
- id: string;
14125
- url: string;
14126
- name: string;
14127
- size: string;
14128
- } & {
14129
- date?: string | null | undefined;
14130
- }) | ({
14131
- __TYPE__: "DocumentLink";
14132
- } & {
14133
- id: string;
14134
- }) | ({
14135
- __TYPE__: "ExternalLink";
14136
- } & {
14137
- url: string;
14138
- } & {
14139
- kind?: "web";
14140
- target?: string | null | undefined;
14141
- preview?: {
14142
- title?: string;
14143
- } | null | undefined;
14144
- });
14145
- start: number;
14146
- end: number;
14147
- type: "hyperlink";
14148
- } | {
14149
- data: string;
14150
- start: number;
14151
- end: number;
14152
- type: "label";
14153
- } | {
14154
- start: number;
14155
- end: number;
14156
- type: "strong" | "em" | "list-item";
14157
- })[];
14158
- };
14159
- } & {
14160
- label?: string;
14161
- direction?: string;
14162
- })[];
11278
+ };
14163
11279
  })[];
14164
11280
  }[];
14165
- } & {
14166
- __TYPE__: "TableContent";
14167
- })][];
11281
+ }][];
14168
11282
  }[];
14169
11283
  };
14170
11284
  }[];