@supernova-studio/model 0.48.26 → 0.48.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1919,6 +1919,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
1919
1919
  }[]> | null | undefined>>;
1920
1920
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1921
1921
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1922
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1922
1923
  }, {
1923
1924
  source: z.ZodEnum<["git", "upload"]>;
1924
1925
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -1967,6 +1968,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
1967
1968
  }[]>;
1968
1969
  usesBrands: boolean;
1969
1970
  usesThemes: boolean;
1971
+ usesLocale: boolean;
1970
1972
  source: "git" | "upload";
1971
1973
  iconURL?: string | undefined;
1972
1974
  routingVersion?: string | undefined;
@@ -2029,6 +2031,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2029
2031
  }[]> | null | undefined;
2030
2032
  usesBrands?: boolean | null | undefined;
2031
2033
  usesThemes?: boolean | null | undefined;
2034
+ usesLocale?: boolean | null | undefined;
2032
2035
  gitProvider?: GitProviderNames | null | undefined;
2033
2036
  gitUrl?: string | null | undefined;
2034
2037
  gitBranch?: string | null | undefined;
@@ -2083,6 +2086,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2083
2086
  }[]>;
2084
2087
  usesBrands: boolean;
2085
2088
  usesThemes: boolean;
2089
+ usesLocale: boolean;
2086
2090
  source: "git" | "upload";
2087
2091
  iconURL?: string | undefined;
2088
2092
  routingVersion?: string | undefined;
@@ -2153,6 +2157,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2153
2157
  }[]> | null | undefined;
2154
2158
  usesBrands?: boolean | null | undefined;
2155
2159
  usesThemes?: boolean | null | undefined;
2160
+ usesLocale?: boolean | null | undefined;
2156
2161
  gitProvider?: GitProviderNames | null | undefined;
2157
2162
  gitUrl?: string | null | undefined;
2158
2163
  gitBranch?: string | null | undefined;
@@ -2486,6 +2491,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2486
2491
  }[]>;
2487
2492
  usesBrands: boolean;
2488
2493
  usesThemes: boolean;
2494
+ usesLocale: boolean;
2489
2495
  source: "git" | "upload";
2490
2496
  iconURL?: string | undefined;
2491
2497
  routingVersion?: string | undefined;
@@ -2622,6 +2628,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2622
2628
  }[]> | null | undefined;
2623
2629
  usesBrands?: boolean | null | undefined;
2624
2630
  usesThemes?: boolean | null | undefined;
2631
+ usesLocale?: boolean | null | undefined;
2625
2632
  gitProvider?: GitProviderNames | null | undefined;
2626
2633
  gitUrl?: string | null | undefined;
2627
2634
  gitBranch?: string | null | undefined;
@@ -15701,6 +15708,7 @@ declare const UserDump: z.ZodObject<{
15701
15708
  }[]> | null | undefined>>;
15702
15709
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15703
15710
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15711
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15704
15712
  }, {
15705
15713
  source: z.ZodEnum<["git", "upload"]>;
15706
15714
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -15749,6 +15757,7 @@ declare const UserDump: z.ZodObject<{
15749
15757
  }[]>;
15750
15758
  usesBrands: boolean;
15751
15759
  usesThemes: boolean;
15760
+ usesLocale: boolean;
15752
15761
  source: "git" | "upload";
15753
15762
  iconURL?: string | undefined;
15754
15763
  routingVersion?: string | undefined;
@@ -15811,6 +15820,7 @@ declare const UserDump: z.ZodObject<{
15811
15820
  }[]> | null | undefined;
15812
15821
  usesBrands?: boolean | null | undefined;
15813
15822
  usesThemes?: boolean | null | undefined;
15823
+ usesLocale?: boolean | null | undefined;
15814
15824
  gitProvider?: GitProviderNames | null | undefined;
15815
15825
  gitUrl?: string | null | undefined;
15816
15826
  gitBranch?: string | null | undefined;
@@ -15865,6 +15875,7 @@ declare const UserDump: z.ZodObject<{
15865
15875
  }[]>;
15866
15876
  usesBrands: boolean;
15867
15877
  usesThemes: boolean;
15878
+ usesLocale: boolean;
15868
15879
  source: "git" | "upload";
15869
15880
  iconURL?: string | undefined;
15870
15881
  routingVersion?: string | undefined;
@@ -15935,6 +15946,7 @@ declare const UserDump: z.ZodObject<{
15935
15946
  }[]> | null | undefined;
15936
15947
  usesBrands?: boolean | null | undefined;
15937
15948
  usesThemes?: boolean | null | undefined;
15949
+ usesLocale?: boolean | null | undefined;
15938
15950
  gitProvider?: GitProviderNames | null | undefined;
15939
15951
  gitUrl?: string | null | undefined;
15940
15952
  gitBranch?: string | null | undefined;
@@ -16268,6 +16280,7 @@ declare const UserDump: z.ZodObject<{
16268
16280
  }[]>;
16269
16281
  usesBrands: boolean;
16270
16282
  usesThemes: boolean;
16283
+ usesLocale: boolean;
16271
16284
  source: "git" | "upload";
16272
16285
  iconURL?: string | undefined;
16273
16286
  routingVersion?: string | undefined;
@@ -16404,6 +16417,7 @@ declare const UserDump: z.ZodObject<{
16404
16417
  }[]> | null | undefined;
16405
16418
  usesBrands?: boolean | null | undefined;
16406
16419
  usesThemes?: boolean | null | undefined;
16420
+ usesLocale?: boolean | null | undefined;
16407
16421
  gitProvider?: GitProviderNames | null | undefined;
16408
16422
  gitUrl?: string | null | undefined;
16409
16423
  gitBranch?: string | null | undefined;
@@ -17342,6 +17356,7 @@ declare const UserDump: z.ZodObject<{
17342
17356
  }[]>;
17343
17357
  usesBrands: boolean;
17344
17358
  usesThemes: boolean;
17359
+ usesLocale: boolean;
17345
17360
  source: "git" | "upload";
17346
17361
  iconURL?: string | undefined;
17347
17362
  routingVersion?: string | undefined;
@@ -18138,6 +18153,7 @@ declare const UserDump: z.ZodObject<{
18138
18153
  }[]> | null | undefined;
18139
18154
  usesBrands?: boolean | null | undefined;
18140
18155
  usesThemes?: boolean | null | undefined;
18156
+ usesLocale?: boolean | null | undefined;
18141
18157
  gitProvider?: GitProviderNames | null | undefined;
18142
18158
  gitUrl?: string | null | undefined;
18143
18159
  gitBranch?: string | null | undefined;
@@ -18920,6 +18936,7 @@ declare const UserDump: z.ZodObject<{
18920
18936
  }[]>;
18921
18937
  usesBrands: boolean;
18922
18938
  usesThemes: boolean;
18939
+ usesLocale: boolean;
18923
18940
  source: "git" | "upload";
18924
18941
  iconURL?: string | undefined;
18925
18942
  routingVersion?: string | undefined;
@@ -19787,6 +19804,7 @@ declare const UserDump: z.ZodObject<{
19787
19804
  }[]> | null | undefined;
19788
19805
  usesBrands?: boolean | null | undefined;
19789
19806
  usesThemes?: boolean | null | undefined;
19807
+ usesLocale?: boolean | null | undefined;
19790
19808
  gitProvider?: GitProviderNames | null | undefined;
19791
19809
  gitUrl?: string | null | undefined;
19792
19810
  gitBranch?: string | null | undefined;
@@ -25464,6 +25482,7 @@ declare const WorkspaceDump: z.ZodObject<{
25464
25482
  }[]> | null | undefined>>;
25465
25483
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25466
25484
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25485
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25467
25486
  }, {
25468
25487
  source: z.ZodEnum<["git", "upload"]>;
25469
25488
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -25512,6 +25531,7 @@ declare const WorkspaceDump: z.ZodObject<{
25512
25531
  }[]>;
25513
25532
  usesBrands: boolean;
25514
25533
  usesThemes: boolean;
25534
+ usesLocale: boolean;
25515
25535
  source: "git" | "upload";
25516
25536
  iconURL?: string | undefined;
25517
25537
  routingVersion?: string | undefined;
@@ -25574,6 +25594,7 @@ declare const WorkspaceDump: z.ZodObject<{
25574
25594
  }[]> | null | undefined;
25575
25595
  usesBrands?: boolean | null | undefined;
25576
25596
  usesThemes?: boolean | null | undefined;
25597
+ usesLocale?: boolean | null | undefined;
25577
25598
  gitProvider?: GitProviderNames | null | undefined;
25578
25599
  gitUrl?: string | null | undefined;
25579
25600
  gitBranch?: string | null | undefined;
@@ -25628,6 +25649,7 @@ declare const WorkspaceDump: z.ZodObject<{
25628
25649
  }[]>;
25629
25650
  usesBrands: boolean;
25630
25651
  usesThemes: boolean;
25652
+ usesLocale: boolean;
25631
25653
  source: "git" | "upload";
25632
25654
  iconURL?: string | undefined;
25633
25655
  routingVersion?: string | undefined;
@@ -25698,6 +25720,7 @@ declare const WorkspaceDump: z.ZodObject<{
25698
25720
  }[]> | null | undefined;
25699
25721
  usesBrands?: boolean | null | undefined;
25700
25722
  usesThemes?: boolean | null | undefined;
25723
+ usesLocale?: boolean | null | undefined;
25701
25724
  gitProvider?: GitProviderNames | null | undefined;
25702
25725
  gitUrl?: string | null | undefined;
25703
25726
  gitBranch?: string | null | undefined;
@@ -26031,6 +26054,7 @@ declare const WorkspaceDump: z.ZodObject<{
26031
26054
  }[]>;
26032
26055
  usesBrands: boolean;
26033
26056
  usesThemes: boolean;
26057
+ usesLocale: boolean;
26034
26058
  source: "git" | "upload";
26035
26059
  iconURL?: string | undefined;
26036
26060
  routingVersion?: string | undefined;
@@ -26167,6 +26191,7 @@ declare const WorkspaceDump: z.ZodObject<{
26167
26191
  }[]> | null | undefined;
26168
26192
  usesBrands?: boolean | null | undefined;
26169
26193
  usesThemes?: boolean | null | undefined;
26194
+ usesLocale?: boolean | null | undefined;
26170
26195
  gitProvider?: GitProviderNames | null | undefined;
26171
26196
  gitUrl?: string | null | undefined;
26172
26197
  gitBranch?: string | null | undefined;
@@ -27105,6 +27130,7 @@ declare const WorkspaceDump: z.ZodObject<{
27105
27130
  }[]>;
27106
27131
  usesBrands: boolean;
27107
27132
  usesThemes: boolean;
27133
+ usesLocale: boolean;
27108
27134
  source: "git" | "upload";
27109
27135
  iconURL?: string | undefined;
27110
27136
  routingVersion?: string | undefined;
@@ -27901,6 +27927,7 @@ declare const WorkspaceDump: z.ZodObject<{
27901
27927
  }[]> | null | undefined;
27902
27928
  usesBrands?: boolean | null | undefined;
27903
27929
  usesThemes?: boolean | null | undefined;
27930
+ usesLocale?: boolean | null | undefined;
27904
27931
  gitProvider?: GitProviderNames | null | undefined;
27905
27932
  gitUrl?: string | null | undefined;
27906
27933
  gitBranch?: string | null | undefined;
@@ -35767,68 +35794,84 @@ declare const PageBlockTilesAlignment: z.ZodEnum<["Center", "FrameHeight"]>;
35767
35794
  type PageBlockTilesAlignment = z.infer<typeof PageBlockTilesAlignment>;
35768
35795
  declare const PageBlockTilesLayout: z.ZodEnum<["C8", "C7", "C6", "C5", "C4", "C3", "C2", "C1", "C1_75"]>;
35769
35796
  type PageBlockTilesLayout = z.infer<typeof PageBlockTilesLayout>;
35770
- declare const PageBlockTextSpanAttributeType: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
35797
+ declare const PageBlockTextSpanAttributeType: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
35771
35798
  type PageBlockTextSpanAttributeType = z.infer<typeof PageBlockTextSpanAttributeType>;
35772
35799
  declare const PageBlockTypeV1: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines"]>;
35773
35800
  type PageBlockTypeV1 = z.infer<typeof PageBlockTypeV1>;
35774
35801
  declare const PageBlockTextSpanAttribute: z.ZodObject<{
35775
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
35802
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
35776
35803
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35777
35804
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35778
35805
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35779
35806
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35807
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35808
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35780
35809
  }, "strip", z.ZodTypeAny, {
35781
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35810
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35782
35811
  link?: string | undefined;
35783
35812
  documentationItemId?: string | undefined;
35784
35813
  openInNewTab?: boolean | undefined;
35785
35814
  openInNewWindow?: boolean | undefined;
35815
+ commentHighlightId?: string | undefined;
35816
+ commentIsResolved?: boolean | undefined;
35786
35817
  }, {
35787
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35818
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35788
35819
  link?: string | null | undefined;
35789
35820
  documentationItemId?: string | null | undefined;
35790
35821
  openInNewTab?: boolean | null | undefined;
35791
35822
  openInNewWindow?: boolean | null | undefined;
35823
+ commentHighlightId?: string | null | undefined;
35824
+ commentIsResolved?: boolean | null | undefined;
35792
35825
  }>;
35793
35826
  type PageBlockTextSpanAttribute = z.infer<typeof PageBlockTextSpanAttribute>;
35794
35827
  declare const PageBlockTextSpan: z.ZodObject<{
35795
35828
  text: z.ZodString;
35796
35829
  attributes: z.ZodArray<z.ZodObject<{
35797
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
35830
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
35798
35831
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35799
35832
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35800
35833
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35801
35834
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35835
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35836
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35802
35837
  }, "strip", z.ZodTypeAny, {
35803
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35838
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35804
35839
  link?: string | undefined;
35805
35840
  documentationItemId?: string | undefined;
35806
35841
  openInNewTab?: boolean | undefined;
35807
35842
  openInNewWindow?: boolean | undefined;
35843
+ commentHighlightId?: string | undefined;
35844
+ commentIsResolved?: boolean | undefined;
35808
35845
  }, {
35809
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35846
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35810
35847
  link?: string | null | undefined;
35811
35848
  documentationItemId?: string | null | undefined;
35812
35849
  openInNewTab?: boolean | null | undefined;
35813
35850
  openInNewWindow?: boolean | null | undefined;
35851
+ commentHighlightId?: string | null | undefined;
35852
+ commentIsResolved?: boolean | null | undefined;
35814
35853
  }>, "many">;
35815
35854
  }, "strip", z.ZodTypeAny, {
35816
35855
  text: string;
35817
35856
  attributes: {
35818
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35857
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35819
35858
  link?: string | undefined;
35820
35859
  documentationItemId?: string | undefined;
35821
35860
  openInNewTab?: boolean | undefined;
35822
35861
  openInNewWindow?: boolean | undefined;
35862
+ commentHighlightId?: string | undefined;
35863
+ commentIsResolved?: boolean | undefined;
35823
35864
  }[];
35824
35865
  }, {
35825
35866
  text: string;
35826
35867
  attributes: {
35827
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35868
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35828
35869
  link?: string | null | undefined;
35829
35870
  documentationItemId?: string | null | undefined;
35830
35871
  openInNewTab?: boolean | null | undefined;
35831
35872
  openInNewWindow?: boolean | null | undefined;
35873
+ commentHighlightId?: string | null | undefined;
35874
+ commentIsResolved?: boolean | null | undefined;
35832
35875
  }[];
35833
35876
  }>;
35834
35877
  type PageBlockTextSpan = z.infer<typeof PageBlockTextSpan>;
@@ -35836,63 +35879,77 @@ declare const PageBlockText: z.ZodObject<{
35836
35879
  spans: z.ZodArray<z.ZodObject<{
35837
35880
  text: z.ZodString;
35838
35881
  attributes: z.ZodArray<z.ZodObject<{
35839
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
35882
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
35840
35883
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35841
35884
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35842
35885
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35843
35886
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35887
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35888
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
35844
35889
  }, "strip", z.ZodTypeAny, {
35845
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35890
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35846
35891
  link?: string | undefined;
35847
35892
  documentationItemId?: string | undefined;
35848
35893
  openInNewTab?: boolean | undefined;
35849
35894
  openInNewWindow?: boolean | undefined;
35895
+ commentHighlightId?: string | undefined;
35896
+ commentIsResolved?: boolean | undefined;
35850
35897
  }, {
35851
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35898
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35852
35899
  link?: string | null | undefined;
35853
35900
  documentationItemId?: string | null | undefined;
35854
35901
  openInNewTab?: boolean | null | undefined;
35855
35902
  openInNewWindow?: boolean | null | undefined;
35903
+ commentHighlightId?: string | null | undefined;
35904
+ commentIsResolved?: boolean | null | undefined;
35856
35905
  }>, "many">;
35857
35906
  }, "strip", z.ZodTypeAny, {
35858
35907
  text: string;
35859
35908
  attributes: {
35860
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35909
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35861
35910
  link?: string | undefined;
35862
35911
  documentationItemId?: string | undefined;
35863
35912
  openInNewTab?: boolean | undefined;
35864
35913
  openInNewWindow?: boolean | undefined;
35914
+ commentHighlightId?: string | undefined;
35915
+ commentIsResolved?: boolean | undefined;
35865
35916
  }[];
35866
35917
  }, {
35867
35918
  text: string;
35868
35919
  attributes: {
35869
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35920
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35870
35921
  link?: string | null | undefined;
35871
35922
  documentationItemId?: string | null | undefined;
35872
35923
  openInNewTab?: boolean | null | undefined;
35873
35924
  openInNewWindow?: boolean | null | undefined;
35925
+ commentHighlightId?: string | null | undefined;
35926
+ commentIsResolved?: boolean | null | undefined;
35874
35927
  }[];
35875
35928
  }>, "many">;
35876
35929
  }, "strip", z.ZodTypeAny, {
35877
35930
  spans: {
35878
35931
  text: string;
35879
35932
  attributes: {
35880
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35933
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35881
35934
  link?: string | undefined;
35882
35935
  documentationItemId?: string | undefined;
35883
35936
  openInNewTab?: boolean | undefined;
35884
35937
  openInNewWindow?: boolean | undefined;
35938
+ commentHighlightId?: string | undefined;
35939
+ commentIsResolved?: boolean | undefined;
35885
35940
  }[];
35886
35941
  }[];
35887
35942
  }, {
35888
35943
  spans: {
35889
35944
  text: string;
35890
35945
  attributes: {
35891
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
35946
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
35892
35947
  link?: string | null | undefined;
35893
35948
  documentationItemId?: string | null | undefined;
35894
35949
  openInNewTab?: boolean | null | undefined;
35895
35950
  openInNewWindow?: boolean | null | undefined;
35951
+ commentHighlightId?: string | null | undefined;
35952
+ commentIsResolved?: boolean | null | undefined;
35896
35953
  }[];
35897
35954
  }[];
35898
35955
  }>;
@@ -36805,44 +36862,52 @@ declare const PageBlockBaseV1: z.ZodObject<{
36805
36862
  spans: {
36806
36863
  text: string;
36807
36864
  attributes: {
36808
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
36865
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
36809
36866
  link?: string | undefined;
36810
36867
  documentationItemId?: string | undefined;
36811
36868
  openInNewTab?: boolean | undefined;
36812
36869
  openInNewWindow?: boolean | undefined;
36870
+ commentHighlightId?: string | undefined;
36871
+ commentIsResolved?: boolean | undefined;
36813
36872
  }[];
36814
36873
  }[];
36815
36874
  }, z.ZodTypeDef, {
36816
36875
  spans: {
36817
36876
  text: string;
36818
36877
  attributes: {
36819
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
36878
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
36820
36879
  link?: string | null | undefined;
36821
36880
  documentationItemId?: string | null | undefined;
36822
36881
  openInNewTab?: boolean | null | undefined;
36823
36882
  openInNewWindow?: boolean | null | undefined;
36883
+ commentHighlightId?: string | null | undefined;
36884
+ commentIsResolved?: boolean | null | undefined;
36824
36885
  }[];
36825
36886
  }[];
36826
36887
  }>>>, {
36827
36888
  spans: {
36828
36889
  text: string;
36829
36890
  attributes: {
36830
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
36891
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
36831
36892
  link?: string | undefined;
36832
36893
  documentationItemId?: string | undefined;
36833
36894
  openInNewTab?: boolean | undefined;
36834
36895
  openInNewWindow?: boolean | undefined;
36896
+ commentHighlightId?: string | undefined;
36897
+ commentIsResolved?: boolean | undefined;
36835
36898
  }[];
36836
36899
  }[];
36837
36900
  } | undefined, {
36838
36901
  spans: {
36839
36902
  text: string;
36840
36903
  attributes: {
36841
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
36904
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
36842
36905
  link?: string | null | undefined;
36843
36906
  documentationItemId?: string | null | undefined;
36844
36907
  openInNewTab?: boolean | null | undefined;
36845
36908
  openInNewWindow?: boolean | null | undefined;
36909
+ commentHighlightId?: string | null | undefined;
36910
+ commentIsResolved?: boolean | null | undefined;
36846
36911
  }[];
36847
36912
  }[];
36848
36913
  } | null | undefined>;
@@ -37587,11 +37652,13 @@ declare const PageBlockBaseV1: z.ZodObject<{
37587
37652
  spans: {
37588
37653
  text: string;
37589
37654
  attributes: {
37590
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
37655
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
37591
37656
  link?: string | undefined;
37592
37657
  documentationItemId?: string | undefined;
37593
37658
  openInNewTab?: boolean | undefined;
37594
37659
  openInNewWindow?: boolean | undefined;
37660
+ commentHighlightId?: string | undefined;
37661
+ commentIsResolved?: boolean | undefined;
37595
37662
  }[];
37596
37663
  }[];
37597
37664
  } | undefined;
@@ -37800,11 +37867,13 @@ declare const PageBlockBaseV1: z.ZodObject<{
37800
37867
  spans: {
37801
37868
  text: string;
37802
37869
  attributes: {
37803
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
37870
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
37804
37871
  link?: string | null | undefined;
37805
37872
  documentationItemId?: string | null | undefined;
37806
37873
  openInNewTab?: boolean | null | undefined;
37807
37874
  openInNewWindow?: boolean | null | undefined;
37875
+ commentHighlightId?: string | null | undefined;
37876
+ commentIsResolved?: boolean | null | undefined;
37808
37877
  }[];
37809
37878
  }[];
37810
37879
  } | null | undefined;
@@ -38948,63 +39017,77 @@ declare const PageBlockItemMultiRichTextValue: z.ZodObject<{
38948
39017
  spans: z.ZodArray<z.ZodObject<{
38949
39018
  text: z.ZodString;
38950
39019
  attributes: z.ZodArray<z.ZodObject<{
38951
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
39020
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
38952
39021
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
38953
39022
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
38954
39023
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
38955
39024
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39025
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39026
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
38956
39027
  }, "strip", z.ZodTypeAny, {
38957
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39028
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
38958
39029
  link?: string | undefined;
38959
39030
  documentationItemId?: string | undefined;
38960
39031
  openInNewTab?: boolean | undefined;
38961
39032
  openInNewWindow?: boolean | undefined;
39033
+ commentHighlightId?: string | undefined;
39034
+ commentIsResolved?: boolean | undefined;
38962
39035
  }, {
38963
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39036
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
38964
39037
  link?: string | null | undefined;
38965
39038
  documentationItemId?: string | null | undefined;
38966
39039
  openInNewTab?: boolean | null | undefined;
38967
39040
  openInNewWindow?: boolean | null | undefined;
39041
+ commentHighlightId?: string | null | undefined;
39042
+ commentIsResolved?: boolean | null | undefined;
38968
39043
  }>, "many">;
38969
39044
  }, "strip", z.ZodTypeAny, {
38970
39045
  text: string;
38971
39046
  attributes: {
38972
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39047
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
38973
39048
  link?: string | undefined;
38974
39049
  documentationItemId?: string | undefined;
38975
39050
  openInNewTab?: boolean | undefined;
38976
39051
  openInNewWindow?: boolean | undefined;
39052
+ commentHighlightId?: string | undefined;
39053
+ commentIsResolved?: boolean | undefined;
38977
39054
  }[];
38978
39055
  }, {
38979
39056
  text: string;
38980
39057
  attributes: {
38981
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39058
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
38982
39059
  link?: string | null | undefined;
38983
39060
  documentationItemId?: string | null | undefined;
38984
39061
  openInNewTab?: boolean | null | undefined;
38985
39062
  openInNewWindow?: boolean | null | undefined;
39063
+ commentHighlightId?: string | null | undefined;
39064
+ commentIsResolved?: boolean | null | undefined;
38986
39065
  }[];
38987
39066
  }>, "many">;
38988
39067
  }, "strip", z.ZodTypeAny, {
38989
39068
  spans: {
38990
39069
  text: string;
38991
39070
  attributes: {
38992
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39071
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
38993
39072
  link?: string | undefined;
38994
39073
  documentationItemId?: string | undefined;
38995
39074
  openInNewTab?: boolean | undefined;
38996
39075
  openInNewWindow?: boolean | undefined;
39076
+ commentHighlightId?: string | undefined;
39077
+ commentIsResolved?: boolean | undefined;
38997
39078
  }[];
38998
39079
  }[];
38999
39080
  }, {
39000
39081
  spans: {
39001
39082
  text: string;
39002
39083
  attributes: {
39003
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39084
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39004
39085
  link?: string | null | undefined;
39005
39086
  documentationItemId?: string | null | undefined;
39006
39087
  openInNewTab?: boolean | null | undefined;
39007
39088
  openInNewWindow?: boolean | null | undefined;
39089
+ commentHighlightId?: string | null | undefined;
39090
+ commentIsResolved?: boolean | null | undefined;
39008
39091
  }[];
39009
39092
  }[];
39010
39093
  }>, "many">;
@@ -39013,11 +39096,13 @@ declare const PageBlockItemMultiRichTextValue: z.ZodObject<{
39013
39096
  spans: {
39014
39097
  text: string;
39015
39098
  attributes: {
39016
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39099
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39017
39100
  link?: string | undefined;
39018
39101
  documentationItemId?: string | undefined;
39019
39102
  openInNewTab?: boolean | undefined;
39020
39103
  openInNewWindow?: boolean | undefined;
39104
+ commentHighlightId?: string | undefined;
39105
+ commentIsResolved?: boolean | undefined;
39021
39106
  }[];
39022
39107
  }[];
39023
39108
  }[];
@@ -39026,11 +39111,13 @@ declare const PageBlockItemMultiRichTextValue: z.ZodObject<{
39026
39111
  spans: {
39027
39112
  text: string;
39028
39113
  attributes: {
39029
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39114
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39030
39115
  link?: string | null | undefined;
39031
39116
  documentationItemId?: string | null | undefined;
39032
39117
  openInNewTab?: boolean | null | undefined;
39033
39118
  openInNewWindow?: boolean | null | undefined;
39119
+ commentHighlightId?: string | null | undefined;
39120
+ commentIsResolved?: boolean | null | undefined;
39034
39121
  }[];
39035
39122
  }[];
39036
39123
  }[];
@@ -39057,63 +39144,77 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
39057
39144
  spans: z.ZodArray<z.ZodObject<{
39058
39145
  text: z.ZodString;
39059
39146
  attributes: z.ZodArray<z.ZodObject<{
39060
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
39147
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
39061
39148
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39062
39149
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39063
39150
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39064
39151
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39152
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39153
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39065
39154
  }, "strip", z.ZodTypeAny, {
39066
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39155
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39067
39156
  link?: string | undefined;
39068
39157
  documentationItemId?: string | undefined;
39069
39158
  openInNewTab?: boolean | undefined;
39070
39159
  openInNewWindow?: boolean | undefined;
39160
+ commentHighlightId?: string | undefined;
39161
+ commentIsResolved?: boolean | undefined;
39071
39162
  }, {
39072
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39163
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39073
39164
  link?: string | null | undefined;
39074
39165
  documentationItemId?: string | null | undefined;
39075
39166
  openInNewTab?: boolean | null | undefined;
39076
39167
  openInNewWindow?: boolean | null | undefined;
39168
+ commentHighlightId?: string | null | undefined;
39169
+ commentIsResolved?: boolean | null | undefined;
39077
39170
  }>, "many">;
39078
39171
  }, "strip", z.ZodTypeAny, {
39079
39172
  text: string;
39080
39173
  attributes: {
39081
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39174
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39082
39175
  link?: string | undefined;
39083
39176
  documentationItemId?: string | undefined;
39084
39177
  openInNewTab?: boolean | undefined;
39085
39178
  openInNewWindow?: boolean | undefined;
39179
+ commentHighlightId?: string | undefined;
39180
+ commentIsResolved?: boolean | undefined;
39086
39181
  }[];
39087
39182
  }, {
39088
39183
  text: string;
39089
39184
  attributes: {
39090
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39185
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39091
39186
  link?: string | null | undefined;
39092
39187
  documentationItemId?: string | null | undefined;
39093
39188
  openInNewTab?: boolean | null | undefined;
39094
39189
  openInNewWindow?: boolean | null | undefined;
39190
+ commentHighlightId?: string | null | undefined;
39191
+ commentIsResolved?: boolean | null | undefined;
39095
39192
  }[];
39096
39193
  }>, "many">;
39097
39194
  }, "strip", z.ZodTypeAny, {
39098
39195
  spans: {
39099
39196
  text: string;
39100
39197
  attributes: {
39101
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39198
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39102
39199
  link?: string | undefined;
39103
39200
  documentationItemId?: string | undefined;
39104
39201
  openInNewTab?: boolean | undefined;
39105
39202
  openInNewWindow?: boolean | undefined;
39203
+ commentHighlightId?: string | undefined;
39204
+ commentIsResolved?: boolean | undefined;
39106
39205
  }[];
39107
39206
  }[];
39108
39207
  }, {
39109
39208
  spans: {
39110
39209
  text: string;
39111
39210
  attributes: {
39112
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39211
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39113
39212
  link?: string | null | undefined;
39114
39213
  documentationItemId?: string | null | undefined;
39115
39214
  openInNewTab?: boolean | null | undefined;
39116
39215
  openInNewWindow?: boolean | null | undefined;
39216
+ commentHighlightId?: string | null | undefined;
39217
+ commentIsResolved?: boolean | null | undefined;
39117
39218
  }[];
39118
39219
  }[];
39119
39220
  }>;
@@ -39123,11 +39224,13 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
39123
39224
  spans: {
39124
39225
  text: string;
39125
39226
  attributes: {
39126
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39227
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39127
39228
  link?: string | undefined;
39128
39229
  documentationItemId?: string | undefined;
39129
39230
  openInNewTab?: boolean | undefined;
39130
39231
  openInNewWindow?: boolean | undefined;
39232
+ commentHighlightId?: string | undefined;
39233
+ commentIsResolved?: boolean | undefined;
39131
39234
  }[];
39132
39235
  }[];
39133
39236
  };
@@ -39137,11 +39240,13 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
39137
39240
  spans: {
39138
39241
  text: string;
39139
39242
  attributes: {
39140
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39243
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39141
39244
  link?: string | null | undefined;
39142
39245
  documentationItemId?: string | null | undefined;
39143
39246
  openInNewTab?: boolean | null | undefined;
39144
39247
  openInNewWindow?: boolean | null | undefined;
39248
+ commentHighlightId?: string | null | undefined;
39249
+ commentIsResolved?: boolean | null | undefined;
39145
39250
  }[];
39146
39251
  }[];
39147
39252
  };
@@ -39269,63 +39374,77 @@ declare const PageBlockItemTableRichTextNode: z.ZodObject<{
39269
39374
  spans: z.ZodArray<z.ZodObject<{
39270
39375
  text: z.ZodString;
39271
39376
  attributes: z.ZodArray<z.ZodObject<{
39272
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
39377
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
39273
39378
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39274
39379
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39275
39380
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39276
39381
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39382
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39383
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39277
39384
  }, "strip", z.ZodTypeAny, {
39278
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39385
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39279
39386
  link?: string | undefined;
39280
39387
  documentationItemId?: string | undefined;
39281
39388
  openInNewTab?: boolean | undefined;
39282
39389
  openInNewWindow?: boolean | undefined;
39390
+ commentHighlightId?: string | undefined;
39391
+ commentIsResolved?: boolean | undefined;
39283
39392
  }, {
39284
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39393
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39285
39394
  link?: string | null | undefined;
39286
39395
  documentationItemId?: string | null | undefined;
39287
39396
  openInNewTab?: boolean | null | undefined;
39288
39397
  openInNewWindow?: boolean | null | undefined;
39398
+ commentHighlightId?: string | null | undefined;
39399
+ commentIsResolved?: boolean | null | undefined;
39289
39400
  }>, "many">;
39290
39401
  }, "strip", z.ZodTypeAny, {
39291
39402
  text: string;
39292
39403
  attributes: {
39293
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39404
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39294
39405
  link?: string | undefined;
39295
39406
  documentationItemId?: string | undefined;
39296
39407
  openInNewTab?: boolean | undefined;
39297
39408
  openInNewWindow?: boolean | undefined;
39409
+ commentHighlightId?: string | undefined;
39410
+ commentIsResolved?: boolean | undefined;
39298
39411
  }[];
39299
39412
  }, {
39300
39413
  text: string;
39301
39414
  attributes: {
39302
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39415
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39303
39416
  link?: string | null | undefined;
39304
39417
  documentationItemId?: string | null | undefined;
39305
39418
  openInNewTab?: boolean | null | undefined;
39306
39419
  openInNewWindow?: boolean | null | undefined;
39420
+ commentHighlightId?: string | null | undefined;
39421
+ commentIsResolved?: boolean | null | undefined;
39307
39422
  }[];
39308
39423
  }>, "many">;
39309
39424
  }, "strip", z.ZodTypeAny, {
39310
39425
  spans: {
39311
39426
  text: string;
39312
39427
  attributes: {
39313
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39428
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39314
39429
  link?: string | undefined;
39315
39430
  documentationItemId?: string | undefined;
39316
39431
  openInNewTab?: boolean | undefined;
39317
39432
  openInNewWindow?: boolean | undefined;
39433
+ commentHighlightId?: string | undefined;
39434
+ commentIsResolved?: boolean | undefined;
39318
39435
  }[];
39319
39436
  }[];
39320
39437
  }, {
39321
39438
  spans: {
39322
39439
  text: string;
39323
39440
  attributes: {
39324
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39441
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39325
39442
  link?: string | null | undefined;
39326
39443
  documentationItemId?: string | null | undefined;
39327
39444
  openInNewTab?: boolean | null | undefined;
39328
39445
  openInNewWindow?: boolean | null | undefined;
39446
+ commentHighlightId?: string | null | undefined;
39447
+ commentIsResolved?: boolean | null | undefined;
39329
39448
  }[];
39330
39449
  }[];
39331
39450
  }>;
@@ -39336,11 +39455,13 @@ declare const PageBlockItemTableRichTextNode: z.ZodObject<{
39336
39455
  spans: {
39337
39456
  text: string;
39338
39457
  attributes: {
39339
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39458
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39340
39459
  link?: string | undefined;
39341
39460
  documentationItemId?: string | undefined;
39342
39461
  openInNewTab?: boolean | undefined;
39343
39462
  openInNewWindow?: boolean | undefined;
39463
+ commentHighlightId?: string | undefined;
39464
+ commentIsResolved?: boolean | undefined;
39344
39465
  }[];
39345
39466
  }[];
39346
39467
  };
@@ -39351,11 +39472,13 @@ declare const PageBlockItemTableRichTextNode: z.ZodObject<{
39351
39472
  spans: {
39352
39473
  text: string;
39353
39474
  attributes: {
39354
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39475
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39355
39476
  link?: string | null | undefined;
39356
39477
  documentationItemId?: string | null | undefined;
39357
39478
  openInNewTab?: boolean | null | undefined;
39358
39479
  openInNewWindow?: boolean | null | undefined;
39480
+ commentHighlightId?: string | null | undefined;
39481
+ commentIsResolved?: boolean | null | undefined;
39359
39482
  }[];
39360
39483
  }[];
39361
39484
  };
@@ -39367,63 +39490,77 @@ declare const PageBlockItemTableMultiRichTextNode: z.ZodObject<{
39367
39490
  spans: z.ZodArray<z.ZodObject<{
39368
39491
  text: z.ZodString;
39369
39492
  attributes: z.ZodArray<z.ZodObject<{
39370
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
39493
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
39371
39494
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39372
39495
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39373
39496
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39374
39497
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39498
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39499
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39375
39500
  }, "strip", z.ZodTypeAny, {
39376
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39501
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39377
39502
  link?: string | undefined;
39378
39503
  documentationItemId?: string | undefined;
39379
39504
  openInNewTab?: boolean | undefined;
39380
39505
  openInNewWindow?: boolean | undefined;
39506
+ commentHighlightId?: string | undefined;
39507
+ commentIsResolved?: boolean | undefined;
39381
39508
  }, {
39382
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39509
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39383
39510
  link?: string | null | undefined;
39384
39511
  documentationItemId?: string | null | undefined;
39385
39512
  openInNewTab?: boolean | null | undefined;
39386
39513
  openInNewWindow?: boolean | null | undefined;
39514
+ commentHighlightId?: string | null | undefined;
39515
+ commentIsResolved?: boolean | null | undefined;
39387
39516
  }>, "many">;
39388
39517
  }, "strip", z.ZodTypeAny, {
39389
39518
  text: string;
39390
39519
  attributes: {
39391
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39520
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39392
39521
  link?: string | undefined;
39393
39522
  documentationItemId?: string | undefined;
39394
39523
  openInNewTab?: boolean | undefined;
39395
39524
  openInNewWindow?: boolean | undefined;
39525
+ commentHighlightId?: string | undefined;
39526
+ commentIsResolved?: boolean | undefined;
39396
39527
  }[];
39397
39528
  }, {
39398
39529
  text: string;
39399
39530
  attributes: {
39400
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39531
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39401
39532
  link?: string | null | undefined;
39402
39533
  documentationItemId?: string | null | undefined;
39403
39534
  openInNewTab?: boolean | null | undefined;
39404
39535
  openInNewWindow?: boolean | null | undefined;
39536
+ commentHighlightId?: string | null | undefined;
39537
+ commentIsResolved?: boolean | null | undefined;
39405
39538
  }[];
39406
39539
  }>, "many">;
39407
39540
  }, "strip", z.ZodTypeAny, {
39408
39541
  spans: {
39409
39542
  text: string;
39410
39543
  attributes: {
39411
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39544
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39412
39545
  link?: string | undefined;
39413
39546
  documentationItemId?: string | undefined;
39414
39547
  openInNewTab?: boolean | undefined;
39415
39548
  openInNewWindow?: boolean | undefined;
39549
+ commentHighlightId?: string | undefined;
39550
+ commentIsResolved?: boolean | undefined;
39416
39551
  }[];
39417
39552
  }[];
39418
39553
  }, {
39419
39554
  spans: {
39420
39555
  text: string;
39421
39556
  attributes: {
39422
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39557
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39423
39558
  link?: string | null | undefined;
39424
39559
  documentationItemId?: string | null | undefined;
39425
39560
  openInNewTab?: boolean | null | undefined;
39426
39561
  openInNewWindow?: boolean | null | undefined;
39562
+ commentHighlightId?: string | null | undefined;
39563
+ commentIsResolved?: boolean | null | undefined;
39427
39564
  }[];
39428
39565
  }[];
39429
39566
  }>, "many">;
@@ -39433,11 +39570,13 @@ declare const PageBlockItemTableMultiRichTextNode: z.ZodObject<{
39433
39570
  spans: {
39434
39571
  text: string;
39435
39572
  attributes: {
39436
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39573
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39437
39574
  link?: string | undefined;
39438
39575
  documentationItemId?: string | undefined;
39439
39576
  openInNewTab?: boolean | undefined;
39440
39577
  openInNewWindow?: boolean | undefined;
39578
+ commentHighlightId?: string | undefined;
39579
+ commentIsResolved?: boolean | undefined;
39441
39580
  }[];
39442
39581
  }[];
39443
39582
  }[];
@@ -39447,11 +39586,13 @@ declare const PageBlockItemTableMultiRichTextNode: z.ZodObject<{
39447
39586
  spans: {
39448
39587
  text: string;
39449
39588
  attributes: {
39450
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39589
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39451
39590
  link?: string | null | undefined;
39452
39591
  documentationItemId?: string | null | undefined;
39453
39592
  openInNewTab?: boolean | null | undefined;
39454
39593
  openInNewWindow?: boolean | null | undefined;
39594
+ commentHighlightId?: string | null | undefined;
39595
+ commentIsResolved?: boolean | null | undefined;
39455
39596
  }[];
39456
39597
  }[];
39457
39598
  }[];
@@ -39543,63 +39684,77 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
39543
39684
  spans: z.ZodArray<z.ZodObject<{
39544
39685
  text: z.ZodString;
39545
39686
  attributes: z.ZodArray<z.ZodObject<{
39546
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
39687
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
39547
39688
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39548
39689
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39549
39690
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39550
39691
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39692
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39693
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39551
39694
  }, "strip", z.ZodTypeAny, {
39552
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39695
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39553
39696
  link?: string | undefined;
39554
39697
  documentationItemId?: string | undefined;
39555
39698
  openInNewTab?: boolean | undefined;
39556
39699
  openInNewWindow?: boolean | undefined;
39700
+ commentHighlightId?: string | undefined;
39701
+ commentIsResolved?: boolean | undefined;
39557
39702
  }, {
39558
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39703
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39559
39704
  link?: string | null | undefined;
39560
39705
  documentationItemId?: string | null | undefined;
39561
39706
  openInNewTab?: boolean | null | undefined;
39562
39707
  openInNewWindow?: boolean | null | undefined;
39708
+ commentHighlightId?: string | null | undefined;
39709
+ commentIsResolved?: boolean | null | undefined;
39563
39710
  }>, "many">;
39564
39711
  }, "strip", z.ZodTypeAny, {
39565
39712
  text: string;
39566
39713
  attributes: {
39567
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39714
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39568
39715
  link?: string | undefined;
39569
39716
  documentationItemId?: string | undefined;
39570
39717
  openInNewTab?: boolean | undefined;
39571
39718
  openInNewWindow?: boolean | undefined;
39719
+ commentHighlightId?: string | undefined;
39720
+ commentIsResolved?: boolean | undefined;
39572
39721
  }[];
39573
39722
  }, {
39574
39723
  text: string;
39575
39724
  attributes: {
39576
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39725
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39577
39726
  link?: string | null | undefined;
39578
39727
  documentationItemId?: string | null | undefined;
39579
39728
  openInNewTab?: boolean | null | undefined;
39580
39729
  openInNewWindow?: boolean | null | undefined;
39730
+ commentHighlightId?: string | null | undefined;
39731
+ commentIsResolved?: boolean | null | undefined;
39581
39732
  }[];
39582
39733
  }>, "many">;
39583
39734
  }, "strip", z.ZodTypeAny, {
39584
39735
  spans: {
39585
39736
  text: string;
39586
39737
  attributes: {
39587
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39738
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39588
39739
  link?: string | undefined;
39589
39740
  documentationItemId?: string | undefined;
39590
39741
  openInNewTab?: boolean | undefined;
39591
39742
  openInNewWindow?: boolean | undefined;
39743
+ commentHighlightId?: string | undefined;
39744
+ commentIsResolved?: boolean | undefined;
39592
39745
  }[];
39593
39746
  }[];
39594
39747
  }, {
39595
39748
  spans: {
39596
39749
  text: string;
39597
39750
  attributes: {
39598
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39751
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39599
39752
  link?: string | null | undefined;
39600
39753
  documentationItemId?: string | null | undefined;
39601
39754
  openInNewTab?: boolean | null | undefined;
39602
39755
  openInNewWindow?: boolean | null | undefined;
39756
+ commentHighlightId?: string | null | undefined;
39757
+ commentIsResolved?: boolean | null | undefined;
39603
39758
  }[];
39604
39759
  }[];
39605
39760
  }>;
@@ -39610,11 +39765,13 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
39610
39765
  spans: {
39611
39766
  text: string;
39612
39767
  attributes: {
39613
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39768
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39614
39769
  link?: string | undefined;
39615
39770
  documentationItemId?: string | undefined;
39616
39771
  openInNewTab?: boolean | undefined;
39617
39772
  openInNewWindow?: boolean | undefined;
39773
+ commentHighlightId?: string | undefined;
39774
+ commentIsResolved?: boolean | undefined;
39618
39775
  }[];
39619
39776
  }[];
39620
39777
  };
@@ -39625,11 +39782,13 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
39625
39782
  spans: {
39626
39783
  text: string;
39627
39784
  attributes: {
39628
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39785
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39629
39786
  link?: string | null | undefined;
39630
39787
  documentationItemId?: string | null | undefined;
39631
39788
  openInNewTab?: boolean | null | undefined;
39632
39789
  openInNewWindow?: boolean | null | undefined;
39790
+ commentHighlightId?: string | null | undefined;
39791
+ commentIsResolved?: boolean | null | undefined;
39633
39792
  }[];
39634
39793
  }[];
39635
39794
  };
@@ -39721,63 +39880,77 @@ declare const PageBlockItemTableCell: z.ZodObject<{
39721
39880
  spans: z.ZodArray<z.ZodObject<{
39722
39881
  text: z.ZodString;
39723
39882
  attributes: z.ZodArray<z.ZodObject<{
39724
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
39883
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
39725
39884
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39726
39885
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39727
39886
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39728
39887
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39888
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39889
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39729
39890
  }, "strip", z.ZodTypeAny, {
39730
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39891
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39731
39892
  link?: string | undefined;
39732
39893
  documentationItemId?: string | undefined;
39733
39894
  openInNewTab?: boolean | undefined;
39734
39895
  openInNewWindow?: boolean | undefined;
39896
+ commentHighlightId?: string | undefined;
39897
+ commentIsResolved?: boolean | undefined;
39735
39898
  }, {
39736
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39899
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39737
39900
  link?: string | null | undefined;
39738
39901
  documentationItemId?: string | null | undefined;
39739
39902
  openInNewTab?: boolean | null | undefined;
39740
39903
  openInNewWindow?: boolean | null | undefined;
39904
+ commentHighlightId?: string | null | undefined;
39905
+ commentIsResolved?: boolean | null | undefined;
39741
39906
  }>, "many">;
39742
39907
  }, "strip", z.ZodTypeAny, {
39743
39908
  text: string;
39744
39909
  attributes: {
39745
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39910
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39746
39911
  link?: string | undefined;
39747
39912
  documentationItemId?: string | undefined;
39748
39913
  openInNewTab?: boolean | undefined;
39749
39914
  openInNewWindow?: boolean | undefined;
39915
+ commentHighlightId?: string | undefined;
39916
+ commentIsResolved?: boolean | undefined;
39750
39917
  }[];
39751
39918
  }, {
39752
39919
  text: string;
39753
39920
  attributes: {
39754
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39921
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39755
39922
  link?: string | null | undefined;
39756
39923
  documentationItemId?: string | null | undefined;
39757
39924
  openInNewTab?: boolean | null | undefined;
39758
39925
  openInNewWindow?: boolean | null | undefined;
39926
+ commentHighlightId?: string | null | undefined;
39927
+ commentIsResolved?: boolean | null | undefined;
39759
39928
  }[];
39760
39929
  }>, "many">;
39761
39930
  }, "strip", z.ZodTypeAny, {
39762
39931
  spans: {
39763
39932
  text: string;
39764
39933
  attributes: {
39765
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39934
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39766
39935
  link?: string | undefined;
39767
39936
  documentationItemId?: string | undefined;
39768
39937
  openInNewTab?: boolean | undefined;
39769
39938
  openInNewWindow?: boolean | undefined;
39939
+ commentHighlightId?: string | undefined;
39940
+ commentIsResolved?: boolean | undefined;
39770
39941
  }[];
39771
39942
  }[];
39772
39943
  }, {
39773
39944
  spans: {
39774
39945
  text: string;
39775
39946
  attributes: {
39776
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39947
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39777
39948
  link?: string | null | undefined;
39778
39949
  documentationItemId?: string | null | undefined;
39779
39950
  openInNewTab?: boolean | null | undefined;
39780
39951
  openInNewWindow?: boolean | null | undefined;
39952
+ commentHighlightId?: string | null | undefined;
39953
+ commentIsResolved?: boolean | null | undefined;
39781
39954
  }[];
39782
39955
  }[];
39783
39956
  }>;
@@ -39788,11 +39961,13 @@ declare const PageBlockItemTableCell: z.ZodObject<{
39788
39961
  spans: {
39789
39962
  text: string;
39790
39963
  attributes: {
39791
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39964
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39792
39965
  link?: string | undefined;
39793
39966
  documentationItemId?: string | undefined;
39794
39967
  openInNewTab?: boolean | undefined;
39795
39968
  openInNewWindow?: boolean | undefined;
39969
+ commentHighlightId?: string | undefined;
39970
+ commentIsResolved?: boolean | undefined;
39796
39971
  }[];
39797
39972
  }[];
39798
39973
  };
@@ -39803,11 +39978,13 @@ declare const PageBlockItemTableCell: z.ZodObject<{
39803
39978
  spans: {
39804
39979
  text: string;
39805
39980
  attributes: {
39806
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
39981
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39807
39982
  link?: string | null | undefined;
39808
39983
  documentationItemId?: string | null | undefined;
39809
39984
  openInNewTab?: boolean | null | undefined;
39810
39985
  openInNewWindow?: boolean | null | undefined;
39986
+ commentHighlightId?: string | null | undefined;
39987
+ commentIsResolved?: boolean | null | undefined;
39811
39988
  }[];
39812
39989
  }[];
39813
39990
  };
@@ -39901,11 +40078,13 @@ declare const PageBlockItemTableCell: z.ZodObject<{
39901
40078
  spans: {
39902
40079
  text: string;
39903
40080
  attributes: {
39904
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40081
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39905
40082
  link?: string | undefined;
39906
40083
  documentationItemId?: string | undefined;
39907
40084
  openInNewTab?: boolean | undefined;
39908
40085
  openInNewWindow?: boolean | undefined;
40086
+ commentHighlightId?: string | undefined;
40087
+ commentIsResolved?: boolean | undefined;
39909
40088
  }[];
39910
40089
  }[];
39911
40090
  };
@@ -39936,11 +40115,13 @@ declare const PageBlockItemTableCell: z.ZodObject<{
39936
40115
  spans: {
39937
40116
  text: string;
39938
40117
  attributes: {
39939
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40118
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39940
40119
  link?: string | null | undefined;
39941
40120
  documentationItemId?: string | null | undefined;
39942
40121
  openInNewTab?: boolean | null | undefined;
39943
40122
  openInNewWindow?: boolean | null | undefined;
40123
+ commentHighlightId?: string | null | undefined;
40124
+ commentIsResolved?: boolean | null | undefined;
39944
40125
  }[];
39945
40126
  }[];
39946
40127
  };
@@ -39973,63 +40154,77 @@ declare const PageBlockItemTableRow: z.ZodObject<{
39973
40154
  spans: z.ZodArray<z.ZodObject<{
39974
40155
  text: z.ZodString;
39975
40156
  attributes: z.ZodArray<z.ZodObject<{
39976
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
40157
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
39977
40158
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39978
40159
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39979
40160
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39980
40161
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
40162
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40163
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
39981
40164
  }, "strip", z.ZodTypeAny, {
39982
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40165
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39983
40166
  link?: string | undefined;
39984
40167
  documentationItemId?: string | undefined;
39985
40168
  openInNewTab?: boolean | undefined;
39986
40169
  openInNewWindow?: boolean | undefined;
40170
+ commentHighlightId?: string | undefined;
40171
+ commentIsResolved?: boolean | undefined;
39987
40172
  }, {
39988
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40173
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39989
40174
  link?: string | null | undefined;
39990
40175
  documentationItemId?: string | null | undefined;
39991
40176
  openInNewTab?: boolean | null | undefined;
39992
40177
  openInNewWindow?: boolean | null | undefined;
40178
+ commentHighlightId?: string | null | undefined;
40179
+ commentIsResolved?: boolean | null | undefined;
39993
40180
  }>, "many">;
39994
40181
  }, "strip", z.ZodTypeAny, {
39995
40182
  text: string;
39996
40183
  attributes: {
39997
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40184
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
39998
40185
  link?: string | undefined;
39999
40186
  documentationItemId?: string | undefined;
40000
40187
  openInNewTab?: boolean | undefined;
40001
40188
  openInNewWindow?: boolean | undefined;
40189
+ commentHighlightId?: string | undefined;
40190
+ commentIsResolved?: boolean | undefined;
40002
40191
  }[];
40003
40192
  }, {
40004
40193
  text: string;
40005
40194
  attributes: {
40006
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40195
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40007
40196
  link?: string | null | undefined;
40008
40197
  documentationItemId?: string | null | undefined;
40009
40198
  openInNewTab?: boolean | null | undefined;
40010
40199
  openInNewWindow?: boolean | null | undefined;
40200
+ commentHighlightId?: string | null | undefined;
40201
+ commentIsResolved?: boolean | null | undefined;
40011
40202
  }[];
40012
40203
  }>, "many">;
40013
40204
  }, "strip", z.ZodTypeAny, {
40014
40205
  spans: {
40015
40206
  text: string;
40016
40207
  attributes: {
40017
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40208
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40018
40209
  link?: string | undefined;
40019
40210
  documentationItemId?: string | undefined;
40020
40211
  openInNewTab?: boolean | undefined;
40021
40212
  openInNewWindow?: boolean | undefined;
40213
+ commentHighlightId?: string | undefined;
40214
+ commentIsResolved?: boolean | undefined;
40022
40215
  }[];
40023
40216
  }[];
40024
40217
  }, {
40025
40218
  spans: {
40026
40219
  text: string;
40027
40220
  attributes: {
40028
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40221
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40029
40222
  link?: string | null | undefined;
40030
40223
  documentationItemId?: string | null | undefined;
40031
40224
  openInNewTab?: boolean | null | undefined;
40032
40225
  openInNewWindow?: boolean | null | undefined;
40226
+ commentHighlightId?: string | null | undefined;
40227
+ commentIsResolved?: boolean | null | undefined;
40033
40228
  }[];
40034
40229
  }[];
40035
40230
  }>;
@@ -40040,11 +40235,13 @@ declare const PageBlockItemTableRow: z.ZodObject<{
40040
40235
  spans: {
40041
40236
  text: string;
40042
40237
  attributes: {
40043
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40238
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40044
40239
  link?: string | undefined;
40045
40240
  documentationItemId?: string | undefined;
40046
40241
  openInNewTab?: boolean | undefined;
40047
40242
  openInNewWindow?: boolean | undefined;
40243
+ commentHighlightId?: string | undefined;
40244
+ commentIsResolved?: boolean | undefined;
40048
40245
  }[];
40049
40246
  }[];
40050
40247
  };
@@ -40055,11 +40252,13 @@ declare const PageBlockItemTableRow: z.ZodObject<{
40055
40252
  spans: {
40056
40253
  text: string;
40057
40254
  attributes: {
40058
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40255
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40059
40256
  link?: string | null | undefined;
40060
40257
  documentationItemId?: string | null | undefined;
40061
40258
  openInNewTab?: boolean | null | undefined;
40062
40259
  openInNewWindow?: boolean | null | undefined;
40260
+ commentHighlightId?: string | null | undefined;
40261
+ commentIsResolved?: boolean | null | undefined;
40063
40262
  }[];
40064
40263
  }[];
40065
40264
  };
@@ -40153,11 +40352,13 @@ declare const PageBlockItemTableRow: z.ZodObject<{
40153
40352
  spans: {
40154
40353
  text: string;
40155
40354
  attributes: {
40156
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40355
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40157
40356
  link?: string | undefined;
40158
40357
  documentationItemId?: string | undefined;
40159
40358
  openInNewTab?: boolean | undefined;
40160
40359
  openInNewWindow?: boolean | undefined;
40360
+ commentHighlightId?: string | undefined;
40361
+ commentIsResolved?: boolean | undefined;
40161
40362
  }[];
40162
40363
  }[];
40163
40364
  };
@@ -40188,11 +40389,13 @@ declare const PageBlockItemTableRow: z.ZodObject<{
40188
40389
  spans: {
40189
40390
  text: string;
40190
40391
  attributes: {
40191
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40392
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40192
40393
  link?: string | null | undefined;
40193
40394
  documentationItemId?: string | null | undefined;
40194
40395
  openInNewTab?: boolean | null | undefined;
40195
40396
  openInNewWindow?: boolean | null | undefined;
40397
+ commentHighlightId?: string | null | undefined;
40398
+ commentIsResolved?: boolean | null | undefined;
40196
40399
  }[];
40197
40400
  }[];
40198
40401
  };
@@ -40225,11 +40428,13 @@ declare const PageBlockItemTableRow: z.ZodObject<{
40225
40428
  spans: {
40226
40429
  text: string;
40227
40430
  attributes: {
40228
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40431
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40229
40432
  link?: string | undefined;
40230
40433
  documentationItemId?: string | undefined;
40231
40434
  openInNewTab?: boolean | undefined;
40232
40435
  openInNewWindow?: boolean | undefined;
40436
+ commentHighlightId?: string | undefined;
40437
+ commentIsResolved?: boolean | undefined;
40233
40438
  }[];
40234
40439
  }[];
40235
40440
  };
@@ -40262,11 +40467,13 @@ declare const PageBlockItemTableRow: z.ZodObject<{
40262
40467
  spans: {
40263
40468
  text: string;
40264
40469
  attributes: {
40265
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40470
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40266
40471
  link?: string | null | undefined;
40267
40472
  documentationItemId?: string | null | undefined;
40268
40473
  openInNewTab?: boolean | null | undefined;
40269
40474
  openInNewWindow?: boolean | null | undefined;
40475
+ commentHighlightId?: string | null | undefined;
40476
+ commentIsResolved?: boolean | null | undefined;
40270
40477
  }[];
40271
40478
  }[];
40272
40479
  };
@@ -40304,63 +40511,77 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40304
40511
  spans: z.ZodArray<z.ZodObject<{
40305
40512
  text: z.ZodString;
40306
40513
  attributes: z.ZodArray<z.ZodObject<{
40307
- type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code"]>;
40514
+ type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
40308
40515
  link: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40309
40516
  documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40310
40517
  openInNewWindow: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
40311
40518
  openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
40519
+ commentHighlightId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40520
+ commentIsResolved: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
40312
40521
  }, "strip", z.ZodTypeAny, {
40313
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40522
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40314
40523
  link?: string | undefined;
40315
40524
  documentationItemId?: string | undefined;
40316
40525
  openInNewTab?: boolean | undefined;
40317
40526
  openInNewWindow?: boolean | undefined;
40527
+ commentHighlightId?: string | undefined;
40528
+ commentIsResolved?: boolean | undefined;
40318
40529
  }, {
40319
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40530
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40320
40531
  link?: string | null | undefined;
40321
40532
  documentationItemId?: string | null | undefined;
40322
40533
  openInNewTab?: boolean | null | undefined;
40323
40534
  openInNewWindow?: boolean | null | undefined;
40535
+ commentHighlightId?: string | null | undefined;
40536
+ commentIsResolved?: boolean | null | undefined;
40324
40537
  }>, "many">;
40325
40538
  }, "strip", z.ZodTypeAny, {
40326
40539
  text: string;
40327
40540
  attributes: {
40328
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40541
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40329
40542
  link?: string | undefined;
40330
40543
  documentationItemId?: string | undefined;
40331
40544
  openInNewTab?: boolean | undefined;
40332
40545
  openInNewWindow?: boolean | undefined;
40546
+ commentHighlightId?: string | undefined;
40547
+ commentIsResolved?: boolean | undefined;
40333
40548
  }[];
40334
40549
  }, {
40335
40550
  text: string;
40336
40551
  attributes: {
40337
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40552
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40338
40553
  link?: string | null | undefined;
40339
40554
  documentationItemId?: string | null | undefined;
40340
40555
  openInNewTab?: boolean | null | undefined;
40341
40556
  openInNewWindow?: boolean | null | undefined;
40557
+ commentHighlightId?: string | null | undefined;
40558
+ commentIsResolved?: boolean | null | undefined;
40342
40559
  }[];
40343
40560
  }>, "many">;
40344
40561
  }, "strip", z.ZodTypeAny, {
40345
40562
  spans: {
40346
40563
  text: string;
40347
40564
  attributes: {
40348
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40565
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40349
40566
  link?: string | undefined;
40350
40567
  documentationItemId?: string | undefined;
40351
40568
  openInNewTab?: boolean | undefined;
40352
40569
  openInNewWindow?: boolean | undefined;
40570
+ commentHighlightId?: string | undefined;
40571
+ commentIsResolved?: boolean | undefined;
40353
40572
  }[];
40354
40573
  }[];
40355
40574
  }, {
40356
40575
  spans: {
40357
40576
  text: string;
40358
40577
  attributes: {
40359
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40578
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40360
40579
  link?: string | null | undefined;
40361
40580
  documentationItemId?: string | null | undefined;
40362
40581
  openInNewTab?: boolean | null | undefined;
40363
40582
  openInNewWindow?: boolean | null | undefined;
40583
+ commentHighlightId?: string | null | undefined;
40584
+ commentIsResolved?: boolean | null | undefined;
40364
40585
  }[];
40365
40586
  }[];
40366
40587
  }>;
@@ -40371,11 +40592,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40371
40592
  spans: {
40372
40593
  text: string;
40373
40594
  attributes: {
40374
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40595
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40375
40596
  link?: string | undefined;
40376
40597
  documentationItemId?: string | undefined;
40377
40598
  openInNewTab?: boolean | undefined;
40378
40599
  openInNewWindow?: boolean | undefined;
40600
+ commentHighlightId?: string | undefined;
40601
+ commentIsResolved?: boolean | undefined;
40379
40602
  }[];
40380
40603
  }[];
40381
40604
  };
@@ -40386,11 +40609,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40386
40609
  spans: {
40387
40610
  text: string;
40388
40611
  attributes: {
40389
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40612
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40390
40613
  link?: string | null | undefined;
40391
40614
  documentationItemId?: string | null | undefined;
40392
40615
  openInNewTab?: boolean | null | undefined;
40393
40616
  openInNewWindow?: boolean | null | undefined;
40617
+ commentHighlightId?: string | null | undefined;
40618
+ commentIsResolved?: boolean | null | undefined;
40394
40619
  }[];
40395
40620
  }[];
40396
40621
  };
@@ -40484,11 +40709,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40484
40709
  spans: {
40485
40710
  text: string;
40486
40711
  attributes: {
40487
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40712
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40488
40713
  link?: string | undefined;
40489
40714
  documentationItemId?: string | undefined;
40490
40715
  openInNewTab?: boolean | undefined;
40491
40716
  openInNewWindow?: boolean | undefined;
40717
+ commentHighlightId?: string | undefined;
40718
+ commentIsResolved?: boolean | undefined;
40492
40719
  }[];
40493
40720
  }[];
40494
40721
  };
@@ -40519,11 +40746,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40519
40746
  spans: {
40520
40747
  text: string;
40521
40748
  attributes: {
40522
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40749
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40523
40750
  link?: string | null | undefined;
40524
40751
  documentationItemId?: string | null | undefined;
40525
40752
  openInNewTab?: boolean | null | undefined;
40526
40753
  openInNewWindow?: boolean | null | undefined;
40754
+ commentHighlightId?: string | null | undefined;
40755
+ commentIsResolved?: boolean | null | undefined;
40527
40756
  }[];
40528
40757
  }[];
40529
40758
  };
@@ -40556,11 +40785,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40556
40785
  spans: {
40557
40786
  text: string;
40558
40787
  attributes: {
40559
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40788
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40560
40789
  link?: string | undefined;
40561
40790
  documentationItemId?: string | undefined;
40562
40791
  openInNewTab?: boolean | undefined;
40563
40792
  openInNewWindow?: boolean | undefined;
40793
+ commentHighlightId?: string | undefined;
40794
+ commentIsResolved?: boolean | undefined;
40564
40795
  }[];
40565
40796
  }[];
40566
40797
  };
@@ -40593,11 +40824,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40593
40824
  spans: {
40594
40825
  text: string;
40595
40826
  attributes: {
40596
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40827
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40597
40828
  link?: string | null | undefined;
40598
40829
  documentationItemId?: string | null | undefined;
40599
40830
  openInNewTab?: boolean | null | undefined;
40600
40831
  openInNewWindow?: boolean | null | undefined;
40832
+ commentHighlightId?: string | null | undefined;
40833
+ commentIsResolved?: boolean | null | undefined;
40601
40834
  }[];
40602
40835
  }[];
40603
40836
  };
@@ -40632,11 +40865,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40632
40865
  spans: {
40633
40866
  text: string;
40634
40867
  attributes: {
40635
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40868
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40636
40869
  link?: string | undefined;
40637
40870
  documentationItemId?: string | undefined;
40638
40871
  openInNewTab?: boolean | undefined;
40639
40872
  openInNewWindow?: boolean | undefined;
40873
+ commentHighlightId?: string | undefined;
40874
+ commentIsResolved?: boolean | undefined;
40640
40875
  }[];
40641
40876
  }[];
40642
40877
  };
@@ -40674,11 +40909,13 @@ declare const PageBlockItemTableValue: z.ZodObject<{
40674
40909
  spans: {
40675
40910
  text: string;
40676
40911
  attributes: {
40677
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40912
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40678
40913
  link?: string | null | undefined;
40679
40914
  documentationItemId?: string | null | undefined;
40680
40915
  openInNewTab?: boolean | null | undefined;
40681
40916
  openInNewWindow?: boolean | null | undefined;
40917
+ commentHighlightId?: string | null | undefined;
40918
+ commentIsResolved?: boolean | null | undefined;
40682
40919
  }[];
40683
40920
  }[];
40684
40921
  };
@@ -40756,11 +40993,13 @@ declare const DocumentationPageDataV1: z.ZodObject<{
40756
40993
  spans: {
40757
40994
  text: string;
40758
40995
  attributes: {
40759
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
40996
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40760
40997
  link?: string | null | undefined;
40761
40998
  documentationItemId?: string | null | undefined;
40762
40999
  openInNewTab?: boolean | null | undefined;
40763
41000
  openInNewWindow?: boolean | null | undefined;
41001
+ commentHighlightId?: string | null | undefined;
41002
+ commentIsResolved?: boolean | null | undefined;
40764
41003
  }[];
40765
41004
  }[];
40766
41005
  } | null | undefined;
@@ -40970,11 +41209,13 @@ declare const DocumentationPageDataV1: z.ZodObject<{
40970
41209
  spans: {
40971
41210
  text: string;
40972
41211
  attributes: {
40973
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
41212
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
40974
41213
  link?: string | null | undefined;
40975
41214
  documentationItemId?: string | null | undefined;
40976
41215
  openInNewTab?: boolean | null | undefined;
40977
41216
  openInNewWindow?: boolean | null | undefined;
41217
+ commentHighlightId?: string | null | undefined;
41218
+ commentIsResolved?: boolean | null | undefined;
40978
41219
  }[];
40979
41220
  }[];
40980
41221
  } | null | undefined;
@@ -41530,11 +41771,13 @@ declare const DocumentationPageDataV1: z.ZodObject<{
41530
41771
  spans: {
41531
41772
  text: string;
41532
41773
  attributes: {
41533
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
41774
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
41534
41775
  link?: string | null | undefined;
41535
41776
  documentationItemId?: string | null | undefined;
41536
41777
  openInNewTab?: boolean | null | undefined;
41537
41778
  openInNewWindow?: boolean | null | undefined;
41779
+ commentHighlightId?: string | null | undefined;
41780
+ commentIsResolved?: boolean | null | undefined;
41538
41781
  }[];
41539
41782
  }[];
41540
41783
  } | null | undefined;
@@ -41744,11 +41987,13 @@ declare const DocumentationPageDataV1: z.ZodObject<{
41744
41987
  spans: {
41745
41988
  text: string;
41746
41989
  attributes: {
41747
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
41990
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
41748
41991
  link?: string | null | undefined;
41749
41992
  documentationItemId?: string | null | undefined;
41750
41993
  openInNewTab?: boolean | null | undefined;
41751
41994
  openInNewWindow?: boolean | null | undefined;
41995
+ commentHighlightId?: string | null | undefined;
41996
+ commentIsResolved?: boolean | null | undefined;
41752
41997
  }[];
41753
41998
  }[];
41754
41999
  } | null | undefined;
@@ -49038,11 +49283,13 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
49038
49283
  spans: {
49039
49284
  text: string;
49040
49285
  attributes: {
49041
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
49286
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
49042
49287
  link?: string | null | undefined;
49043
49288
  documentationItemId?: string | null | undefined;
49044
49289
  openInNewTab?: boolean | null | undefined;
49045
49290
  openInNewWindow?: boolean | null | undefined;
49291
+ commentHighlightId?: string | null | undefined;
49292
+ commentIsResolved?: boolean | null | undefined;
49046
49293
  }[];
49047
49294
  }[];
49048
49295
  } | null | undefined;
@@ -49252,11 +49499,13 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
49252
49499
  spans: {
49253
49500
  text: string;
49254
49501
  attributes: {
49255
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
49502
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
49256
49503
  link?: string | null | undefined;
49257
49504
  documentationItemId?: string | null | undefined;
49258
49505
  openInNewTab?: boolean | null | undefined;
49259
49506
  openInNewWindow?: boolean | null | undefined;
49507
+ commentHighlightId?: string | null | undefined;
49508
+ commentIsResolved?: boolean | null | undefined;
49260
49509
  }[];
49261
49510
  }[];
49262
49511
  } | null | undefined;
@@ -49812,11 +50061,13 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
49812
50061
  spans: {
49813
50062
  text: string;
49814
50063
  attributes: {
49815
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
50064
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
49816
50065
  link?: string | null | undefined;
49817
50066
  documentationItemId?: string | null | undefined;
49818
50067
  openInNewTab?: boolean | null | undefined;
49819
50068
  openInNewWindow?: boolean | null | undefined;
50069
+ commentHighlightId?: string | null | undefined;
50070
+ commentIsResolved?: boolean | null | undefined;
49820
50071
  }[];
49821
50072
  }[];
49822
50073
  } | null | undefined;
@@ -50026,11 +50277,13 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
50026
50277
  spans: {
50027
50278
  text: string;
50028
50279
  attributes: {
50029
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
50280
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
50030
50281
  link?: string | null | undefined;
50031
50282
  documentationItemId?: string | null | undefined;
50032
50283
  openInNewTab?: boolean | null | undefined;
50033
50284
  openInNewWindow?: boolean | null | undefined;
50285
+ commentHighlightId?: string | null | undefined;
50286
+ commentIsResolved?: boolean | null | undefined;
50034
50287
  }[];
50035
50288
  }[];
50036
50289
  } | null | undefined;
@@ -50405,11 +50658,13 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
50405
50658
  spans: {
50406
50659
  text: string;
50407
50660
  attributes: {
50408
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
50661
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
50409
50662
  link?: string | null | undefined;
50410
50663
  documentationItemId?: string | null | undefined;
50411
50664
  openInNewTab?: boolean | null | undefined;
50412
50665
  openInNewWindow?: boolean | null | undefined;
50666
+ commentHighlightId?: string | null | undefined;
50667
+ commentIsResolved?: boolean | null | undefined;
50413
50668
  }[];
50414
50669
  }[];
50415
50670
  } | null | undefined;
@@ -50619,11 +50874,13 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
50619
50874
  spans: {
50620
50875
  text: string;
50621
50876
  attributes: {
50622
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
50877
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
50623
50878
  link?: string | null | undefined;
50624
50879
  documentationItemId?: string | null | undefined;
50625
50880
  openInNewTab?: boolean | null | undefined;
50626
50881
  openInNewWindow?: boolean | null | undefined;
50882
+ commentHighlightId?: string | null | undefined;
50883
+ commentIsResolved?: boolean | null | undefined;
50627
50884
  }[];
50628
50885
  }[];
50629
50886
  } | null | undefined;
@@ -51893,11 +52150,13 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
51893
52150
  spans: {
51894
52151
  text: string;
51895
52152
  attributes: {
51896
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
52153
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
51897
52154
  link?: string | null | undefined;
51898
52155
  documentationItemId?: string | null | undefined;
51899
52156
  openInNewTab?: boolean | null | undefined;
51900
52157
  openInNewWindow?: boolean | null | undefined;
52158
+ commentHighlightId?: string | null | undefined;
52159
+ commentIsResolved?: boolean | null | undefined;
51901
52160
  }[];
51902
52161
  }[];
51903
52162
  } | null | undefined;
@@ -52107,11 +52366,13 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
52107
52366
  spans: {
52108
52367
  text: string;
52109
52368
  attributes: {
52110
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
52369
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
52111
52370
  link?: string | null | undefined;
52112
52371
  documentationItemId?: string | null | undefined;
52113
52372
  openInNewTab?: boolean | null | undefined;
52114
52373
  openInNewWindow?: boolean | null | undefined;
52374
+ commentHighlightId?: string | null | undefined;
52375
+ commentIsResolved?: boolean | null | undefined;
52115
52376
  }[];
52116
52377
  }[];
52117
52378
  } | null | undefined;
@@ -52389,11 +52650,13 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
52389
52650
  spans: {
52390
52651
  text: string;
52391
52652
  attributes: {
52392
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
52653
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
52393
52654
  link?: string | null | undefined;
52394
52655
  documentationItemId?: string | null | undefined;
52395
52656
  openInNewTab?: boolean | null | undefined;
52396
52657
  openInNewWindow?: boolean | null | undefined;
52658
+ commentHighlightId?: string | null | undefined;
52659
+ commentIsResolved?: boolean | null | undefined;
52397
52660
  }[];
52398
52661
  }[];
52399
52662
  } | null | undefined;
@@ -52603,11 +52866,13 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
52603
52866
  spans: {
52604
52867
  text: string;
52605
52868
  attributes: {
52606
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
52869
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
52607
52870
  link?: string | null | undefined;
52608
52871
  documentationItemId?: string | null | undefined;
52609
52872
  openInNewTab?: boolean | null | undefined;
52610
52873
  openInNewWindow?: boolean | null | undefined;
52874
+ commentHighlightId?: string | null | undefined;
52875
+ commentIsResolved?: boolean | null | undefined;
52611
52876
  }[];
52612
52877
  }[];
52613
52878
  } | null | undefined;
@@ -52908,11 +53173,13 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
52908
53173
  spans: {
52909
53174
  text: string;
52910
53175
  attributes: {
52911
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
53176
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
52912
53177
  link?: string | null | undefined;
52913
53178
  documentationItemId?: string | null | undefined;
52914
53179
  openInNewTab?: boolean | null | undefined;
52915
53180
  openInNewWindow?: boolean | null | undefined;
53181
+ commentHighlightId?: string | null | undefined;
53182
+ commentIsResolved?: boolean | null | undefined;
52916
53183
  }[];
52917
53184
  }[];
52918
53185
  } | null | undefined;
@@ -53122,11 +53389,13 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
53122
53389
  spans: {
53123
53390
  text: string;
53124
53391
  attributes: {
53125
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
53392
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
53126
53393
  link?: string | null | undefined;
53127
53394
  documentationItemId?: string | null | undefined;
53128
53395
  openInNewTab?: boolean | null | undefined;
53129
53396
  openInNewWindow?: boolean | null | undefined;
53397
+ commentHighlightId?: string | null | undefined;
53398
+ commentIsResolved?: boolean | null | undefined;
53130
53399
  }[];
53131
53400
  }[];
53132
53401
  } | null | undefined;
@@ -71446,11 +71715,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71446
71715
  spans: {
71447
71716
  text: string;
71448
71717
  attributes: {
71449
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
71718
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
71450
71719
  link?: string | null | undefined;
71451
71720
  documentationItemId?: string | null | undefined;
71452
71721
  openInNewTab?: boolean | null | undefined;
71453
71722
  openInNewWindow?: boolean | null | undefined;
71723
+ commentHighlightId?: string | null | undefined;
71724
+ commentIsResolved?: boolean | null | undefined;
71454
71725
  }[];
71455
71726
  }[];
71456
71727
  } | null | undefined;
@@ -71660,11 +71931,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71660
71931
  spans: {
71661
71932
  text: string;
71662
71933
  attributes: {
71663
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
71934
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
71664
71935
  link?: string | null | undefined;
71665
71936
  documentationItemId?: string | null | undefined;
71666
71937
  openInNewTab?: boolean | null | undefined;
71667
71938
  openInNewWindow?: boolean | null | undefined;
71939
+ commentHighlightId?: string | null | undefined;
71940
+ commentIsResolved?: boolean | null | undefined;
71668
71941
  }[];
71669
71942
  }[];
71670
71943
  } | null | undefined;
@@ -71942,11 +72215,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71942
72215
  spans: {
71943
72216
  text: string;
71944
72217
  attributes: {
71945
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
72218
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
71946
72219
  link?: string | null | undefined;
71947
72220
  documentationItemId?: string | null | undefined;
71948
72221
  openInNewTab?: boolean | null | undefined;
71949
72222
  openInNewWindow?: boolean | null | undefined;
72223
+ commentHighlightId?: string | null | undefined;
72224
+ commentIsResolved?: boolean | null | undefined;
71950
72225
  }[];
71951
72226
  }[];
71952
72227
  } | null | undefined;
@@ -72156,11 +72431,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
72156
72431
  spans: {
72157
72432
  text: string;
72158
72433
  attributes: {
72159
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
72434
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
72160
72435
  link?: string | null | undefined;
72161
72436
  documentationItemId?: string | null | undefined;
72162
72437
  openInNewTab?: boolean | null | undefined;
72163
72438
  openInNewWindow?: boolean | null | undefined;
72439
+ commentHighlightId?: string | null | undefined;
72440
+ commentIsResolved?: boolean | null | undefined;
72164
72441
  }[];
72165
72442
  }[];
72166
72443
  } | null | undefined;
@@ -72461,11 +72738,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
72461
72738
  spans: {
72462
72739
  text: string;
72463
72740
  attributes: {
72464
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
72741
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
72465
72742
  link?: string | null | undefined;
72466
72743
  documentationItemId?: string | null | undefined;
72467
72744
  openInNewTab?: boolean | null | undefined;
72468
72745
  openInNewWindow?: boolean | null | undefined;
72746
+ commentHighlightId?: string | null | undefined;
72747
+ commentIsResolved?: boolean | null | undefined;
72469
72748
  }[];
72470
72749
  }[];
72471
72750
  } | null | undefined;
@@ -72675,11 +72954,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
72675
72954
  spans: {
72676
72955
  text: string;
72677
72956
  attributes: {
72678
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
72957
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
72679
72958
  link?: string | null | undefined;
72680
72959
  documentationItemId?: string | null | undefined;
72681
72960
  openInNewTab?: boolean | null | undefined;
72682
72961
  openInNewWindow?: boolean | null | undefined;
72962
+ commentHighlightId?: string | null | undefined;
72963
+ commentIsResolved?: boolean | null | undefined;
72683
72964
  }[];
72684
72965
  }[];
72685
72966
  } | null | undefined;
@@ -73009,11 +73290,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
73009
73290
  spans: {
73010
73291
  text: string;
73011
73292
  attributes: {
73012
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
73293
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
73013
73294
  link?: string | null | undefined;
73014
73295
  documentationItemId?: string | null | undefined;
73015
73296
  openInNewTab?: boolean | null | undefined;
73016
73297
  openInNewWindow?: boolean | null | undefined;
73298
+ commentHighlightId?: string | null | undefined;
73299
+ commentIsResolved?: boolean | null | undefined;
73017
73300
  }[];
73018
73301
  }[];
73019
73302
  } | null | undefined;
@@ -73223,11 +73506,13 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
73223
73506
  spans: {
73224
73507
  text: string;
73225
73508
  attributes: {
73226
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
73509
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
73227
73510
  link?: string | null | undefined;
73228
73511
  documentationItemId?: string | null | undefined;
73229
73512
  openInNewTab?: boolean | null | undefined;
73230
73513
  openInNewWindow?: boolean | null | undefined;
73514
+ commentHighlightId?: string | null | undefined;
73515
+ commentIsResolved?: boolean | null | undefined;
73231
73516
  }[];
73232
73517
  }[];
73233
73518
  } | null | undefined;
@@ -131314,6 +131599,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131314
131599
  }[]> | null | undefined>>;
131315
131600
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131316
131601
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131602
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131317
131603
  }, "strip", z.ZodTypeAny, {
131318
131604
  description: string;
131319
131605
  version: string;
@@ -131356,6 +131642,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131356
131642
  }[]>;
131357
131643
  usesBrands: boolean;
131358
131644
  usesThemes: boolean;
131645
+ usesLocale: boolean;
131359
131646
  iconURL?: string | undefined;
131360
131647
  routingVersion?: string | undefined;
131361
131648
  author?: string | undefined;
@@ -131412,6 +131699,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131412
131699
  }[]> | null | undefined;
131413
131700
  usesBrands?: boolean | null | undefined;
131414
131701
  usesThemes?: boolean | null | undefined;
131702
+ usesLocale?: boolean | null | undefined;
131415
131703
  }>;
131416
131704
  type ExporterPulsarDetails = z.infer<typeof ExporterPulsarDetails>;
131417
131705
  declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
@@ -131562,6 +131850,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131562
131850
  }[]> | null | undefined>>;
131563
131851
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131564
131852
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131853
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131565
131854
  }, {
131566
131855
  source: z.ZodEnum<["git", "upload"]>;
131567
131856
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -131610,6 +131899,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131610
131899
  }[]>;
131611
131900
  usesBrands: boolean;
131612
131901
  usesThemes: boolean;
131902
+ usesLocale: boolean;
131613
131903
  source: "git" | "upload";
131614
131904
  iconURL?: string | undefined;
131615
131905
  routingVersion?: string | undefined;
@@ -131672,6 +131962,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131672
131962
  }[]> | null | undefined;
131673
131963
  usesBrands?: boolean | null | undefined;
131674
131964
  usesThemes?: boolean | null | undefined;
131965
+ usesLocale?: boolean | null | undefined;
131675
131966
  gitProvider?: GitProviderNames | null | undefined;
131676
131967
  gitUrl?: string | null | undefined;
131677
131968
  gitBranch?: string | null | undefined;
@@ -131831,6 +132122,7 @@ declare const Exporter: z.ZodObject<{
131831
132122
  }[]> | null | undefined>>;
131832
132123
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131833
132124
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
132125
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131834
132126
  }, {
131835
132127
  source: z.ZodEnum<["git", "upload"]>;
131836
132128
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -131879,6 +132171,7 @@ declare const Exporter: z.ZodObject<{
131879
132171
  }[]>;
131880
132172
  usesBrands: boolean;
131881
132173
  usesThemes: boolean;
132174
+ usesLocale: boolean;
131882
132175
  source: "git" | "upload";
131883
132176
  iconURL?: string | undefined;
131884
132177
  routingVersion?: string | undefined;
@@ -131941,6 +132234,7 @@ declare const Exporter: z.ZodObject<{
131941
132234
  }[]> | null | undefined;
131942
132235
  usesBrands?: boolean | null | undefined;
131943
132236
  usesThemes?: boolean | null | undefined;
132237
+ usesLocale?: boolean | null | undefined;
131944
132238
  gitProvider?: GitProviderNames | null | undefined;
131945
132239
  gitUrl?: string | null | undefined;
131946
132240
  gitBranch?: string | null | undefined;
@@ -131995,6 +132289,7 @@ declare const Exporter: z.ZodObject<{
131995
132289
  }[]>;
131996
132290
  usesBrands: boolean;
131997
132291
  usesThemes: boolean;
132292
+ usesLocale: boolean;
131998
132293
  source: "git" | "upload";
131999
132294
  iconURL?: string | undefined;
132000
132295
  routingVersion?: string | undefined;
@@ -132065,6 +132360,7 @@ declare const Exporter: z.ZodObject<{
132065
132360
  }[]> | null | undefined;
132066
132361
  usesBrands?: boolean | null | undefined;
132067
132362
  usesThemes?: boolean | null | undefined;
132363
+ usesLocale?: boolean | null | undefined;
132068
132364
  gitProvider?: GitProviderNames | null | undefined;
132069
132365
  gitUrl?: string | null | undefined;
132070
132366
  gitBranch?: string | null | undefined;
@@ -133431,11 +133727,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
133431
133727
  spans: {
133432
133728
  text: string;
133433
133729
  attributes: {
133434
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
133730
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
133435
133731
  link?: string | null | undefined;
133436
133732
  documentationItemId?: string | null | undefined;
133437
133733
  openInNewTab?: boolean | null | undefined;
133438
133734
  openInNewWindow?: boolean | null | undefined;
133735
+ commentHighlightId?: string | null | undefined;
133736
+ commentIsResolved?: boolean | null | undefined;
133439
133737
  }[];
133440
133738
  }[];
133441
133739
  } | null | undefined;
@@ -133645,11 +133943,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
133645
133943
  spans: {
133646
133944
  text: string;
133647
133945
  attributes: {
133648
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
133946
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
133649
133947
  link?: string | null | undefined;
133650
133948
  documentationItemId?: string | null | undefined;
133651
133949
  openInNewTab?: boolean | null | undefined;
133652
133950
  openInNewWindow?: boolean | null | undefined;
133951
+ commentHighlightId?: string | null | undefined;
133952
+ commentIsResolved?: boolean | null | undefined;
133653
133953
  }[];
133654
133954
  }[];
133655
133955
  } | null | undefined;
@@ -133927,11 +134227,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
133927
134227
  spans: {
133928
134228
  text: string;
133929
134229
  attributes: {
133930
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
134230
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
133931
134231
  link?: string | null | undefined;
133932
134232
  documentationItemId?: string | null | undefined;
133933
134233
  openInNewTab?: boolean | null | undefined;
133934
134234
  openInNewWindow?: boolean | null | undefined;
134235
+ commentHighlightId?: string | null | undefined;
134236
+ commentIsResolved?: boolean | null | undefined;
133935
134237
  }[];
133936
134238
  }[];
133937
134239
  } | null | undefined;
@@ -134141,11 +134443,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
134141
134443
  spans: {
134142
134444
  text: string;
134143
134445
  attributes: {
134144
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
134446
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
134145
134447
  link?: string | null | undefined;
134146
134448
  documentationItemId?: string | null | undefined;
134147
134449
  openInNewTab?: boolean | null | undefined;
134148
134450
  openInNewWindow?: boolean | null | undefined;
134451
+ commentHighlightId?: string | null | undefined;
134452
+ commentIsResolved?: boolean | null | undefined;
134149
134453
  }[];
134150
134454
  }[];
134151
134455
  } | null | undefined;
@@ -134446,11 +134750,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
134446
134750
  spans: {
134447
134751
  text: string;
134448
134752
  attributes: {
134449
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
134753
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
134450
134754
  link?: string | null | undefined;
134451
134755
  documentationItemId?: string | null | undefined;
134452
134756
  openInNewTab?: boolean | null | undefined;
134453
134757
  openInNewWindow?: boolean | null | undefined;
134758
+ commentHighlightId?: string | null | undefined;
134759
+ commentIsResolved?: boolean | null | undefined;
134454
134760
  }[];
134455
134761
  }[];
134456
134762
  } | null | undefined;
@@ -134660,11 +134966,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
134660
134966
  spans: {
134661
134967
  text: string;
134662
134968
  attributes: {
134663
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
134969
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
134664
134970
  link?: string | null | undefined;
134665
134971
  documentationItemId?: string | null | undefined;
134666
134972
  openInNewTab?: boolean | null | undefined;
134667
134973
  openInNewWindow?: boolean | null | undefined;
134974
+ commentHighlightId?: string | null | undefined;
134975
+ commentIsResolved?: boolean | null | undefined;
134668
134976
  }[];
134669
134977
  }[];
134670
134978
  } | null | undefined;
@@ -135376,11 +135684,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
135376
135684
  spans: {
135377
135685
  text: string;
135378
135686
  attributes: {
135379
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
135687
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
135380
135688
  link?: string | null | undefined;
135381
135689
  documentationItemId?: string | null | undefined;
135382
135690
  openInNewTab?: boolean | null | undefined;
135383
135691
  openInNewWindow?: boolean | null | undefined;
135692
+ commentHighlightId?: string | null | undefined;
135693
+ commentIsResolved?: boolean | null | undefined;
135384
135694
  }[];
135385
135695
  }[];
135386
135696
  } | null | undefined;
@@ -135590,11 +135900,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
135590
135900
  spans: {
135591
135901
  text: string;
135592
135902
  attributes: {
135593
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
135903
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
135594
135904
  link?: string | null | undefined;
135595
135905
  documentationItemId?: string | null | undefined;
135596
135906
  openInNewTab?: boolean | null | undefined;
135597
135907
  openInNewWindow?: boolean | null | undefined;
135908
+ commentHighlightId?: string | null | undefined;
135909
+ commentIsResolved?: boolean | null | undefined;
135598
135910
  }[];
135599
135911
  }[];
135600
135912
  } | null | undefined;
@@ -135872,11 +136184,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
135872
136184
  spans: {
135873
136185
  text: string;
135874
136186
  attributes: {
135875
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
136187
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
135876
136188
  link?: string | null | undefined;
135877
136189
  documentationItemId?: string | null | undefined;
135878
136190
  openInNewTab?: boolean | null | undefined;
135879
136191
  openInNewWindow?: boolean | null | undefined;
136192
+ commentHighlightId?: string | null | undefined;
136193
+ commentIsResolved?: boolean | null | undefined;
135880
136194
  }[];
135881
136195
  }[];
135882
136196
  } | null | undefined;
@@ -136086,11 +136400,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136086
136400
  spans: {
136087
136401
  text: string;
136088
136402
  attributes: {
136089
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
136403
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
136090
136404
  link?: string | null | undefined;
136091
136405
  documentationItemId?: string | null | undefined;
136092
136406
  openInNewTab?: boolean | null | undefined;
136093
136407
  openInNewWindow?: boolean | null | undefined;
136408
+ commentHighlightId?: string | null | undefined;
136409
+ commentIsResolved?: boolean | null | undefined;
136094
136410
  }[];
136095
136411
  }[];
136096
136412
  } | null | undefined;
@@ -136391,11 +136707,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136391
136707
  spans: {
136392
136708
  text: string;
136393
136709
  attributes: {
136394
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
136710
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
136395
136711
  link?: string | null | undefined;
136396
136712
  documentationItemId?: string | null | undefined;
136397
136713
  openInNewTab?: boolean | null | undefined;
136398
136714
  openInNewWindow?: boolean | null | undefined;
136715
+ commentHighlightId?: string | null | undefined;
136716
+ commentIsResolved?: boolean | null | undefined;
136399
136717
  }[];
136400
136718
  }[];
136401
136719
  } | null | undefined;
@@ -136605,11 +136923,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136605
136923
  spans: {
136606
136924
  text: string;
136607
136925
  attributes: {
136608
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
136926
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
136609
136927
  link?: string | null | undefined;
136610
136928
  documentationItemId?: string | null | undefined;
136611
136929
  openInNewTab?: boolean | null | undefined;
136612
136930
  openInNewWindow?: boolean | null | undefined;
136931
+ commentHighlightId?: string | null | undefined;
136932
+ commentIsResolved?: boolean | null | undefined;
136613
136933
  }[];
136614
136934
  }[];
136615
136935
  } | null | undefined;
@@ -136939,11 +137259,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136939
137259
  spans: {
136940
137260
  text: string;
136941
137261
  attributes: {
136942
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
137262
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
136943
137263
  link?: string | null | undefined;
136944
137264
  documentationItemId?: string | null | undefined;
136945
137265
  openInNewTab?: boolean | null | undefined;
136946
137266
  openInNewWindow?: boolean | null | undefined;
137267
+ commentHighlightId?: string | null | undefined;
137268
+ commentIsResolved?: boolean | null | undefined;
136947
137269
  }[];
136948
137270
  }[];
136949
137271
  } | null | undefined;
@@ -137153,11 +137475,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
137153
137475
  spans: {
137154
137476
  text: string;
137155
137477
  attributes: {
137156
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
137478
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
137157
137479
  link?: string | null | undefined;
137158
137480
  documentationItemId?: string | null | undefined;
137159
137481
  openInNewTab?: boolean | null | undefined;
137160
137482
  openInNewWindow?: boolean | null | undefined;
137483
+ commentHighlightId?: string | null | undefined;
137484
+ commentIsResolved?: boolean | null | undefined;
137161
137485
  }[];
137162
137486
  }[];
137163
137487
  } | null | undefined;
@@ -138180,11 +138504,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138180
138504
  spans: {
138181
138505
  text: string;
138182
138506
  attributes: {
138183
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
138507
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
138184
138508
  link?: string | null | undefined;
138185
138509
  documentationItemId?: string | null | undefined;
138186
138510
  openInNewTab?: boolean | null | undefined;
138187
138511
  openInNewWindow?: boolean | null | undefined;
138512
+ commentHighlightId?: string | null | undefined;
138513
+ commentIsResolved?: boolean | null | undefined;
138188
138514
  }[];
138189
138515
  }[];
138190
138516
  } | null | undefined;
@@ -138394,11 +138720,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138394
138720
  spans: {
138395
138721
  text: string;
138396
138722
  attributes: {
138397
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
138723
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
138398
138724
  link?: string | null | undefined;
138399
138725
  documentationItemId?: string | null | undefined;
138400
138726
  openInNewTab?: boolean | null | undefined;
138401
138727
  openInNewWindow?: boolean | null | undefined;
138728
+ commentHighlightId?: string | null | undefined;
138729
+ commentIsResolved?: boolean | null | undefined;
138402
138730
  }[];
138403
138731
  }[];
138404
138732
  } | null | undefined;
@@ -138665,11 +138993,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138665
138993
  spans: {
138666
138994
  text: string;
138667
138995
  attributes: {
138668
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
138996
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
138669
138997
  link?: string | null | undefined;
138670
138998
  documentationItemId?: string | null | undefined;
138671
138999
  openInNewTab?: boolean | null | undefined;
138672
139000
  openInNewWindow?: boolean | null | undefined;
139001
+ commentHighlightId?: string | null | undefined;
139002
+ commentIsResolved?: boolean | null | undefined;
138673
139003
  }[];
138674
139004
  }[];
138675
139005
  } | null | undefined;
@@ -138879,11 +139209,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138879
139209
  spans: {
138880
139210
  text: string;
138881
139211
  attributes: {
138882
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
139212
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
138883
139213
  link?: string | null | undefined;
138884
139214
  documentationItemId?: string | null | undefined;
138885
139215
  openInNewTab?: boolean | null | undefined;
138886
139216
  openInNewWindow?: boolean | null | undefined;
139217
+ commentHighlightId?: string | null | undefined;
139218
+ commentIsResolved?: boolean | null | undefined;
138887
139219
  }[];
138888
139220
  }[];
138889
139221
  } | null | undefined;
@@ -139332,11 +139664,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139332
139664
  spans: {
139333
139665
  text: string;
139334
139666
  attributes: {
139335
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
139667
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
139336
139668
  link?: string | null | undefined;
139337
139669
  documentationItemId?: string | null | undefined;
139338
139670
  openInNewTab?: boolean | null | undefined;
139339
139671
  openInNewWindow?: boolean | null | undefined;
139672
+ commentHighlightId?: string | null | undefined;
139673
+ commentIsResolved?: boolean | null | undefined;
139340
139674
  }[];
139341
139675
  }[];
139342
139676
  } | null | undefined;
@@ -139546,11 +139880,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139546
139880
  spans: {
139547
139881
  text: string;
139548
139882
  attributes: {
139549
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
139883
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
139550
139884
  link?: string | null | undefined;
139551
139885
  documentationItemId?: string | null | undefined;
139552
139886
  openInNewTab?: boolean | null | undefined;
139553
139887
  openInNewWindow?: boolean | null | undefined;
139888
+ commentHighlightId?: string | null | undefined;
139889
+ commentIsResolved?: boolean | null | undefined;
139554
139890
  }[];
139555
139891
  }[];
139556
139892
  } | null | undefined;
@@ -139828,11 +140164,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139828
140164
  spans: {
139829
140165
  text: string;
139830
140166
  attributes: {
139831
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
140167
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
139832
140168
  link?: string | null | undefined;
139833
140169
  documentationItemId?: string | null | undefined;
139834
140170
  openInNewTab?: boolean | null | undefined;
139835
140171
  openInNewWindow?: boolean | null | undefined;
140172
+ commentHighlightId?: string | null | undefined;
140173
+ commentIsResolved?: boolean | null | undefined;
139836
140174
  }[];
139837
140175
  }[];
139838
140176
  } | null | undefined;
@@ -140042,11 +140380,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140042
140380
  spans: {
140043
140381
  text: string;
140044
140382
  attributes: {
140045
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
140383
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
140046
140384
  link?: string | null | undefined;
140047
140385
  documentationItemId?: string | null | undefined;
140048
140386
  openInNewTab?: boolean | null | undefined;
140049
140387
  openInNewWindow?: boolean | null | undefined;
140388
+ commentHighlightId?: string | null | undefined;
140389
+ commentIsResolved?: boolean | null | undefined;
140050
140390
  }[];
140051
140391
  }[];
140052
140392
  } | null | undefined;
@@ -140347,11 +140687,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140347
140687
  spans: {
140348
140688
  text: string;
140349
140689
  attributes: {
140350
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
140690
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
140351
140691
  link?: string | null | undefined;
140352
140692
  documentationItemId?: string | null | undefined;
140353
140693
  openInNewTab?: boolean | null | undefined;
140354
140694
  openInNewWindow?: boolean | null | undefined;
140695
+ commentHighlightId?: string | null | undefined;
140696
+ commentIsResolved?: boolean | null | undefined;
140355
140697
  }[];
140356
140698
  }[];
140357
140699
  } | null | undefined;
@@ -140561,11 +140903,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140561
140903
  spans: {
140562
140904
  text: string;
140563
140905
  attributes: {
140564
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
140906
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
140565
140907
  link?: string | null | undefined;
140566
140908
  documentationItemId?: string | null | undefined;
140567
140909
  openInNewTab?: boolean | null | undefined;
140568
140910
  openInNewWindow?: boolean | null | undefined;
140911
+ commentHighlightId?: string | null | undefined;
140912
+ commentIsResolved?: boolean | null | undefined;
140569
140913
  }[];
140570
140914
  }[];
140571
140915
  } | null | undefined;
@@ -141279,11 +141623,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141279
141623
  spans: {
141280
141624
  text: string;
141281
141625
  attributes: {
141282
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
141626
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
141283
141627
  link?: string | null | undefined;
141284
141628
  documentationItemId?: string | null | undefined;
141285
141629
  openInNewTab?: boolean | null | undefined;
141286
141630
  openInNewWindow?: boolean | null | undefined;
141631
+ commentHighlightId?: string | null | undefined;
141632
+ commentIsResolved?: boolean | null | undefined;
141287
141633
  }[];
141288
141634
  }[];
141289
141635
  } | null | undefined;
@@ -141493,11 +141839,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141493
141839
  spans: {
141494
141840
  text: string;
141495
141841
  attributes: {
141496
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
141842
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
141497
141843
  link?: string | null | undefined;
141498
141844
  documentationItemId?: string | null | undefined;
141499
141845
  openInNewTab?: boolean | null | undefined;
141500
141846
  openInNewWindow?: boolean | null | undefined;
141847
+ commentHighlightId?: string | null | undefined;
141848
+ commentIsResolved?: boolean | null | undefined;
141501
141849
  }[];
141502
141850
  }[];
141503
141851
  } | null | undefined;
@@ -141775,11 +142123,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141775
142123
  spans: {
141776
142124
  text: string;
141777
142125
  attributes: {
141778
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
142126
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
141779
142127
  link?: string | null | undefined;
141780
142128
  documentationItemId?: string | null | undefined;
141781
142129
  openInNewTab?: boolean | null | undefined;
141782
142130
  openInNewWindow?: boolean | null | undefined;
142131
+ commentHighlightId?: string | null | undefined;
142132
+ commentIsResolved?: boolean | null | undefined;
141783
142133
  }[];
141784
142134
  }[];
141785
142135
  } | null | undefined;
@@ -141989,11 +142339,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141989
142339
  spans: {
141990
142340
  text: string;
141991
142341
  attributes: {
141992
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
142342
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
141993
142343
  link?: string | null | undefined;
141994
142344
  documentationItemId?: string | null | undefined;
141995
142345
  openInNewTab?: boolean | null | undefined;
141996
142346
  openInNewWindow?: boolean | null | undefined;
142347
+ commentHighlightId?: string | null | undefined;
142348
+ commentIsResolved?: boolean | null | undefined;
141997
142349
  }[];
141998
142350
  }[];
141999
142351
  } | null | undefined;
@@ -142294,11 +142646,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142294
142646
  spans: {
142295
142647
  text: string;
142296
142648
  attributes: {
142297
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
142649
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
142298
142650
  link?: string | null | undefined;
142299
142651
  documentationItemId?: string | null | undefined;
142300
142652
  openInNewTab?: boolean | null | undefined;
142301
142653
  openInNewWindow?: boolean | null | undefined;
142654
+ commentHighlightId?: string | null | undefined;
142655
+ commentIsResolved?: boolean | null | undefined;
142302
142656
  }[];
142303
142657
  }[];
142304
142658
  } | null | undefined;
@@ -142508,11 +142862,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142508
142862
  spans: {
142509
142863
  text: string;
142510
142864
  attributes: {
142511
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
142865
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
142512
142866
  link?: string | null | undefined;
142513
142867
  documentationItemId?: string | null | undefined;
142514
142868
  openInNewTab?: boolean | null | undefined;
142515
142869
  openInNewWindow?: boolean | null | undefined;
142870
+ commentHighlightId?: string | null | undefined;
142871
+ commentIsResolved?: boolean | null | undefined;
142516
142872
  }[];
142517
142873
  }[];
142518
142874
  } | null | undefined;
@@ -142842,11 +143198,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142842
143198
  spans: {
142843
143199
  text: string;
142844
143200
  attributes: {
142845
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
143201
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
142846
143202
  link?: string | null | undefined;
142847
143203
  documentationItemId?: string | null | undefined;
142848
143204
  openInNewTab?: boolean | null | undefined;
142849
143205
  openInNewWindow?: boolean | null | undefined;
143206
+ commentHighlightId?: string | null | undefined;
143207
+ commentIsResolved?: boolean | null | undefined;
142850
143208
  }[];
142851
143209
  }[];
142852
143210
  } | null | undefined;
@@ -143056,11 +143414,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
143056
143414
  spans: {
143057
143415
  text: string;
143058
143416
  attributes: {
143059
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
143417
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
143060
143418
  link?: string | null | undefined;
143061
143419
  documentationItemId?: string | null | undefined;
143062
143420
  openInNewTab?: boolean | null | undefined;
143063
143421
  openInNewWindow?: boolean | null | undefined;
143422
+ commentHighlightId?: string | null | undefined;
143423
+ commentIsResolved?: boolean | null | undefined;
143064
143424
  }[];
143065
143425
  }[];
143066
143426
  } | null | undefined;
@@ -144077,11 +144437,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144077
144437
  spans: {
144078
144438
  text: string;
144079
144439
  attributes: {
144080
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
144440
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
144081
144441
  link?: string | null | undefined;
144082
144442
  documentationItemId?: string | null | undefined;
144083
144443
  openInNewTab?: boolean | null | undefined;
144084
144444
  openInNewWindow?: boolean | null | undefined;
144445
+ commentHighlightId?: string | null | undefined;
144446
+ commentIsResolved?: boolean | null | undefined;
144085
144447
  }[];
144086
144448
  }[];
144087
144449
  } | null | undefined;
@@ -144291,11 +144653,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144291
144653
  spans: {
144292
144654
  text: string;
144293
144655
  attributes: {
144294
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
144656
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
144295
144657
  link?: string | null | undefined;
144296
144658
  documentationItemId?: string | null | undefined;
144297
144659
  openInNewTab?: boolean | null | undefined;
144298
144660
  openInNewWindow?: boolean | null | undefined;
144661
+ commentHighlightId?: string | null | undefined;
144662
+ commentIsResolved?: boolean | null | undefined;
144299
144663
  }[];
144300
144664
  }[];
144301
144665
  } | null | undefined;
@@ -144562,11 +144926,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144562
144926
  spans: {
144563
144927
  text: string;
144564
144928
  attributes: {
144565
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
144929
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
144566
144930
  link?: string | null | undefined;
144567
144931
  documentationItemId?: string | null | undefined;
144568
144932
  openInNewTab?: boolean | null | undefined;
144569
144933
  openInNewWindow?: boolean | null | undefined;
144934
+ commentHighlightId?: string | null | undefined;
144935
+ commentIsResolved?: boolean | null | undefined;
144570
144936
  }[];
144571
144937
  }[];
144572
144938
  } | null | undefined;
@@ -144776,11 +145142,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144776
145142
  spans: {
144777
145143
  text: string;
144778
145144
  attributes: {
144779
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
145145
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
144780
145146
  link?: string | null | undefined;
144781
145147
  documentationItemId?: string | null | undefined;
144782
145148
  openInNewTab?: boolean | null | undefined;
144783
145149
  openInNewWindow?: boolean | null | undefined;
145150
+ commentHighlightId?: string | null | undefined;
145151
+ commentIsResolved?: boolean | null | undefined;
144784
145152
  }[];
144785
145153
  }[];
144786
145154
  } | null | undefined;
@@ -146413,11 +146781,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
146413
146781
  spans: {
146414
146782
  text: string;
146415
146783
  attributes: {
146416
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
146784
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
146417
146785
  link?: string | null | undefined;
146418
146786
  documentationItemId?: string | null | undefined;
146419
146787
  openInNewTab?: boolean | null | undefined;
146420
146788
  openInNewWindow?: boolean | null | undefined;
146789
+ commentHighlightId?: string | null | undefined;
146790
+ commentIsResolved?: boolean | null | undefined;
146421
146791
  }[];
146422
146792
  }[];
146423
146793
  } | null | undefined;
@@ -146627,11 +146997,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
146627
146997
  spans: {
146628
146998
  text: string;
146629
146999
  attributes: {
146630
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
147000
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
146631
147001
  link?: string | null | undefined;
146632
147002
  documentationItemId?: string | null | undefined;
146633
147003
  openInNewTab?: boolean | null | undefined;
146634
147004
  openInNewWindow?: boolean | null | undefined;
147005
+ commentHighlightId?: string | null | undefined;
147006
+ commentIsResolved?: boolean | null | undefined;
146635
147007
  }[];
146636
147008
  }[];
146637
147009
  } | null | undefined;
@@ -146909,11 +147281,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
146909
147281
  spans: {
146910
147282
  text: string;
146911
147283
  attributes: {
146912
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
147284
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
146913
147285
  link?: string | null | undefined;
146914
147286
  documentationItemId?: string | null | undefined;
146915
147287
  openInNewTab?: boolean | null | undefined;
146916
147288
  openInNewWindow?: boolean | null | undefined;
147289
+ commentHighlightId?: string | null | undefined;
147290
+ commentIsResolved?: boolean | null | undefined;
146917
147291
  }[];
146918
147292
  }[];
146919
147293
  } | null | undefined;
@@ -147123,11 +147497,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
147123
147497
  spans: {
147124
147498
  text: string;
147125
147499
  attributes: {
147126
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
147500
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
147127
147501
  link?: string | null | undefined;
147128
147502
  documentationItemId?: string | null | undefined;
147129
147503
  openInNewTab?: boolean | null | undefined;
147130
147504
  openInNewWindow?: boolean | null | undefined;
147505
+ commentHighlightId?: string | null | undefined;
147506
+ commentIsResolved?: boolean | null | undefined;
147131
147507
  }[];
147132
147508
  }[];
147133
147509
  } | null | undefined;
@@ -147428,11 +147804,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
147428
147804
  spans: {
147429
147805
  text: string;
147430
147806
  attributes: {
147431
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
147807
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
147432
147808
  link?: string | null | undefined;
147433
147809
  documentationItemId?: string | null | undefined;
147434
147810
  openInNewTab?: boolean | null | undefined;
147435
147811
  openInNewWindow?: boolean | null | undefined;
147812
+ commentHighlightId?: string | null | undefined;
147813
+ commentIsResolved?: boolean | null | undefined;
147436
147814
  }[];
147437
147815
  }[];
147438
147816
  } | null | undefined;
@@ -147642,11 +148020,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
147642
148020
  spans: {
147643
148021
  text: string;
147644
148022
  attributes: {
147645
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
148023
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
147646
148024
  link?: string | null | undefined;
147647
148025
  documentationItemId?: string | null | undefined;
147648
148026
  openInNewTab?: boolean | null | undefined;
147649
148027
  openInNewWindow?: boolean | null | undefined;
148028
+ commentHighlightId?: string | null | undefined;
148029
+ commentIsResolved?: boolean | null | undefined;
147650
148030
  }[];
147651
148031
  }[];
147652
148032
  } | null | undefined;
@@ -148341,11 +148721,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
148341
148721
  spans: {
148342
148722
  text: string;
148343
148723
  attributes: {
148344
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
148724
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
148345
148725
  link?: string | null | undefined;
148346
148726
  documentationItemId?: string | null | undefined;
148347
148727
  openInNewTab?: boolean | null | undefined;
148348
148728
  openInNewWindow?: boolean | null | undefined;
148729
+ commentHighlightId?: string | null | undefined;
148730
+ commentIsResolved?: boolean | null | undefined;
148349
148731
  }[];
148350
148732
  }[];
148351
148733
  } | null | undefined;
@@ -148555,11 +148937,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
148555
148937
  spans: {
148556
148938
  text: string;
148557
148939
  attributes: {
148558
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
148940
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
148559
148941
  link?: string | null | undefined;
148560
148942
  documentationItemId?: string | null | undefined;
148561
148943
  openInNewTab?: boolean | null | undefined;
148562
148944
  openInNewWindow?: boolean | null | undefined;
148945
+ commentHighlightId?: string | null | undefined;
148946
+ commentIsResolved?: boolean | null | undefined;
148563
148947
  }[];
148564
148948
  }[];
148565
148949
  } | null | undefined;
@@ -148990,11 +149374,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
148990
149374
  spans: {
148991
149375
  text: string;
148992
149376
  attributes: {
148993
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
149377
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
148994
149378
  link?: string | null | undefined;
148995
149379
  documentationItemId?: string | null | undefined;
148996
149380
  openInNewTab?: boolean | null | undefined;
148997
149381
  openInNewWindow?: boolean | null | undefined;
149382
+ commentHighlightId?: string | null | undefined;
149383
+ commentIsResolved?: boolean | null | undefined;
148998
149384
  }[];
148999
149385
  }[];
149000
149386
  } | null | undefined;
@@ -149204,11 +149590,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
149204
149590
  spans: {
149205
149591
  text: string;
149206
149592
  attributes: {
149207
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
149593
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
149208
149594
  link?: string | null | undefined;
149209
149595
  documentationItemId?: string | null | undefined;
149210
149596
  openInNewTab?: boolean | null | undefined;
149211
149597
  openInNewWindow?: boolean | null | undefined;
149598
+ commentHighlightId?: string | null | undefined;
149599
+ commentIsResolved?: boolean | null | undefined;
149212
149600
  }[];
149213
149601
  }[];
149214
149602
  } | null | undefined;
@@ -149486,11 +149874,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
149486
149874
  spans: {
149487
149875
  text: string;
149488
149876
  attributes: {
149489
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
149877
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
149490
149878
  link?: string | null | undefined;
149491
149879
  documentationItemId?: string | null | undefined;
149492
149880
  openInNewTab?: boolean | null | undefined;
149493
149881
  openInNewWindow?: boolean | null | undefined;
149882
+ commentHighlightId?: string | null | undefined;
149883
+ commentIsResolved?: boolean | null | undefined;
149494
149884
  }[];
149495
149885
  }[];
149496
149886
  } | null | undefined;
@@ -149700,11 +150090,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
149700
150090
  spans: {
149701
150091
  text: string;
149702
150092
  attributes: {
149703
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
150093
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
149704
150094
  link?: string | null | undefined;
149705
150095
  documentationItemId?: string | null | undefined;
149706
150096
  openInNewTab?: boolean | null | undefined;
149707
150097
  openInNewWindow?: boolean | null | undefined;
150098
+ commentHighlightId?: string | null | undefined;
150099
+ commentIsResolved?: boolean | null | undefined;
149708
150100
  }[];
149709
150101
  }[];
149710
150102
  } | null | undefined;
@@ -150005,11 +150397,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
150005
150397
  spans: {
150006
150398
  text: string;
150007
150399
  attributes: {
150008
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
150400
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
150009
150401
  link?: string | null | undefined;
150010
150402
  documentationItemId?: string | null | undefined;
150011
150403
  openInNewTab?: boolean | null | undefined;
150012
150404
  openInNewWindow?: boolean | null | undefined;
150405
+ commentHighlightId?: string | null | undefined;
150406
+ commentIsResolved?: boolean | null | undefined;
150013
150407
  }[];
150014
150408
  }[];
150015
150409
  } | null | undefined;
@@ -150219,11 +150613,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
150219
150613
  spans: {
150220
150614
  text: string;
150221
150615
  attributes: {
150222
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
150616
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
150223
150617
  link?: string | null | undefined;
150224
150618
  documentationItemId?: string | null | undefined;
150225
150619
  openInNewTab?: boolean | null | undefined;
150226
150620
  openInNewWindow?: boolean | null | undefined;
150621
+ commentHighlightId?: string | null | undefined;
150622
+ commentIsResolved?: boolean | null | undefined;
150227
150623
  }[];
150228
150624
  }[];
150229
150625
  } | null | undefined;
@@ -152232,11 +152628,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
152232
152628
  spans: {
152233
152629
  text: string;
152234
152630
  attributes: {
152235
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
152631
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
152236
152632
  link?: string | null | undefined;
152237
152633
  documentationItemId?: string | null | undefined;
152238
152634
  openInNewTab?: boolean | null | undefined;
152239
152635
  openInNewWindow?: boolean | null | undefined;
152636
+ commentHighlightId?: string | null | undefined;
152637
+ commentIsResolved?: boolean | null | undefined;
152240
152638
  }[];
152241
152639
  }[];
152242
152640
  } | null | undefined;
@@ -152446,11 +152844,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
152446
152844
  spans: {
152447
152845
  text: string;
152448
152846
  attributes: {
152449
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
152847
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
152450
152848
  link?: string | null | undefined;
152451
152849
  documentationItemId?: string | null | undefined;
152452
152850
  openInNewTab?: boolean | null | undefined;
152453
152851
  openInNewWindow?: boolean | null | undefined;
152852
+ commentHighlightId?: string | null | undefined;
152853
+ commentIsResolved?: boolean | null | undefined;
152454
152854
  }[];
152455
152855
  }[];
152456
152856
  } | null | undefined;
@@ -153043,11 +153443,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
153043
153443
  spans: {
153044
153444
  text: string;
153045
153445
  attributes: {
153046
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
153446
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
153047
153447
  link?: string | null | undefined;
153048
153448
  documentationItemId?: string | null | undefined;
153049
153449
  openInNewTab?: boolean | null | undefined;
153050
153450
  openInNewWindow?: boolean | null | undefined;
153451
+ commentHighlightId?: string | null | undefined;
153452
+ commentIsResolved?: boolean | null | undefined;
153051
153453
  }[];
153052
153454
  }[];
153053
153455
  } | null | undefined;
@@ -153257,11 +153659,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
153257
153659
  spans: {
153258
153660
  text: string;
153259
153661
  attributes: {
153260
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
153662
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
153261
153663
  link?: string | null | undefined;
153262
153664
  documentationItemId?: string | null | undefined;
153263
153665
  openInNewTab?: boolean | null | undefined;
153264
153666
  openInNewWindow?: boolean | null | undefined;
153667
+ commentHighlightId?: string | null | undefined;
153668
+ commentIsResolved?: boolean | null | undefined;
153265
153669
  }[];
153266
153670
  }[];
153267
153671
  } | null | undefined;
@@ -153539,11 +153943,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
153539
153943
  spans: {
153540
153944
  text: string;
153541
153945
  attributes: {
153542
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
153946
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
153543
153947
  link?: string | null | undefined;
153544
153948
  documentationItemId?: string | null | undefined;
153545
153949
  openInNewTab?: boolean | null | undefined;
153546
153950
  openInNewWindow?: boolean | null | undefined;
153951
+ commentHighlightId?: string | null | undefined;
153952
+ commentIsResolved?: boolean | null | undefined;
153547
153953
  }[];
153548
153954
  }[];
153549
153955
  } | null | undefined;
@@ -153753,11 +154159,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
153753
154159
  spans: {
153754
154160
  text: string;
153755
154161
  attributes: {
153756
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
154162
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
153757
154163
  link?: string | null | undefined;
153758
154164
  documentationItemId?: string | null | undefined;
153759
154165
  openInNewTab?: boolean | null | undefined;
153760
154166
  openInNewWindow?: boolean | null | undefined;
154167
+ commentHighlightId?: string | null | undefined;
154168
+ commentIsResolved?: boolean | null | undefined;
153761
154169
  }[];
153762
154170
  }[];
153763
154171
  } | null | undefined;
@@ -154058,11 +154466,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
154058
154466
  spans: {
154059
154467
  text: string;
154060
154468
  attributes: {
154061
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
154469
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
154062
154470
  link?: string | null | undefined;
154063
154471
  documentationItemId?: string | null | undefined;
154064
154472
  openInNewTab?: boolean | null | undefined;
154065
154473
  openInNewWindow?: boolean | null | undefined;
154474
+ commentHighlightId?: string | null | undefined;
154475
+ commentIsResolved?: boolean | null | undefined;
154066
154476
  }[];
154067
154477
  }[];
154068
154478
  } | null | undefined;
@@ -154272,11 +154682,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
154272
154682
  spans: {
154273
154683
  text: string;
154274
154684
  attributes: {
154275
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
154685
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
154276
154686
  link?: string | null | undefined;
154277
154687
  documentationItemId?: string | null | undefined;
154278
154688
  openInNewTab?: boolean | null | undefined;
154279
154689
  openInNewWindow?: boolean | null | undefined;
154690
+ commentHighlightId?: string | null | undefined;
154691
+ commentIsResolved?: boolean | null | undefined;
154280
154692
  }[];
154281
154693
  }[];
154282
154694
  } | null | undefined;
@@ -155965,11 +156377,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
155965
156377
  spans: {
155966
156378
  text: string;
155967
156379
  attributes: {
155968
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
156380
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
155969
156381
  link?: string | null | undefined;
155970
156382
  documentationItemId?: string | null | undefined;
155971
156383
  openInNewTab?: boolean | null | undefined;
155972
156384
  openInNewWindow?: boolean | null | undefined;
156385
+ commentHighlightId?: string | null | undefined;
156386
+ commentIsResolved?: boolean | null | undefined;
155973
156387
  }[];
155974
156388
  }[];
155975
156389
  } | null | undefined;
@@ -156179,11 +156593,13 @@ declare const RestoredDocumentationPage: z.ZodObject<{
156179
156593
  spans: {
156180
156594
  text: string;
156181
156595
  attributes: {
156182
- type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough";
156596
+ type: "Link" | "Code" | "Bold" | "Italic" | "Strikethrough" | "Comment";
156183
156597
  link?: string | null | undefined;
156184
156598
  documentationItemId?: string | null | undefined;
156185
156599
  openInNewTab?: boolean | null | undefined;
156186
156600
  openInNewWindow?: boolean | null | undefined;
156601
+ commentHighlightId?: string | null | undefined;
156602
+ commentIsResolved?: boolean | null | undefined;
156187
156603
  }[];
156188
156604
  }[];
156189
156605
  } | null | undefined;