@supernova-studio/model 0.45.0 → 0.45.1
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 +389 -261
- package/dist/index.d.ts +389 -261
- package/dist/index.js +32 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +32 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +1 -0
- package/src/dsm/elements/data/documentation-v2.ts +4 -4
- package/src/integrations/integration.ts +38 -4
package/dist/index.d.mts
CHANGED
|
@@ -10675,6 +10675,7 @@ declare const PageBlockShortcut: z.ZodObject<{
|
|
|
10675
10675
|
} | null | undefined;
|
|
10676
10676
|
} | null | undefined>;
|
|
10677
10677
|
documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10678
|
+
pageHeadingId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10678
10679
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10679
10680
|
openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
10680
10681
|
urlPreview: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -10738,6 +10739,7 @@ declare const PageBlockShortcut: z.ZodObject<{
|
|
|
10738
10739
|
} | undefined;
|
|
10739
10740
|
} | undefined;
|
|
10740
10741
|
documentationItemId?: string | undefined;
|
|
10742
|
+
pageHeadingId?: string | undefined;
|
|
10741
10743
|
url?: string | undefined;
|
|
10742
10744
|
openInNewTab?: boolean | undefined;
|
|
10743
10745
|
urlPreview?: {
|
|
@@ -10780,6 +10782,7 @@ declare const PageBlockShortcut: z.ZodObject<{
|
|
|
10780
10782
|
} | null | undefined;
|
|
10781
10783
|
} | null | undefined;
|
|
10782
10784
|
documentationItemId?: string | null | undefined;
|
|
10785
|
+
pageHeadingId?: string | null | undefined;
|
|
10783
10786
|
url?: string | null | undefined;
|
|
10784
10787
|
openInNewTab?: boolean | null | undefined;
|
|
10785
10788
|
urlPreview?: {
|
|
@@ -11177,6 +11180,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11177
11180
|
} | undefined;
|
|
11178
11181
|
} | undefined;
|
|
11179
11182
|
documentationItemId?: string | undefined;
|
|
11183
|
+
pageHeadingId?: string | undefined;
|
|
11180
11184
|
url?: string | undefined;
|
|
11181
11185
|
openInNewTab?: boolean | undefined;
|
|
11182
11186
|
urlPreview?: {
|
|
@@ -11219,6 +11223,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11219
11223
|
} | null | undefined;
|
|
11220
11224
|
} | null | undefined;
|
|
11221
11225
|
documentationItemId?: string | null | undefined;
|
|
11226
|
+
pageHeadingId?: string | null | undefined;
|
|
11222
11227
|
url?: string | null | undefined;
|
|
11223
11228
|
openInNewTab?: boolean | null | undefined;
|
|
11224
11229
|
urlPreview?: {
|
|
@@ -11261,6 +11266,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11261
11266
|
} | undefined;
|
|
11262
11267
|
} | undefined;
|
|
11263
11268
|
documentationItemId?: string | undefined;
|
|
11269
|
+
pageHeadingId?: string | undefined;
|
|
11264
11270
|
url?: string | undefined;
|
|
11265
11271
|
openInNewTab?: boolean | undefined;
|
|
11266
11272
|
urlPreview?: {
|
|
@@ -11303,6 +11309,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11303
11309
|
} | null | undefined;
|
|
11304
11310
|
} | null | undefined;
|
|
11305
11311
|
documentationItemId?: string | null | undefined;
|
|
11312
|
+
pageHeadingId?: string | null | undefined;
|
|
11306
11313
|
url?: string | null | undefined;
|
|
11307
11314
|
openInNewTab?: boolean | null | undefined;
|
|
11308
11315
|
urlPreview?: {
|
|
@@ -11678,6 +11685,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11678
11685
|
} | undefined;
|
|
11679
11686
|
} | undefined;
|
|
11680
11687
|
documentationItemId?: string | undefined;
|
|
11688
|
+
pageHeadingId?: string | undefined;
|
|
11681
11689
|
url?: string | undefined;
|
|
11682
11690
|
openInNewTab?: boolean | undefined;
|
|
11683
11691
|
urlPreview?: {
|
|
@@ -11858,6 +11866,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11858
11866
|
} | null | undefined;
|
|
11859
11867
|
} | null | undefined;
|
|
11860
11868
|
documentationItemId?: string | null | undefined;
|
|
11869
|
+
pageHeadingId?: string | null | undefined;
|
|
11861
11870
|
url?: string | null | undefined;
|
|
11862
11871
|
openInNewTab?: boolean | null | undefined;
|
|
11863
11872
|
urlPreview?: {
|
|
@@ -14630,6 +14639,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
14630
14639
|
} | null | undefined;
|
|
14631
14640
|
} | null | undefined;
|
|
14632
14641
|
documentationItemId?: string | null | undefined;
|
|
14642
|
+
pageHeadingId?: string | null | undefined;
|
|
14633
14643
|
url?: string | null | undefined;
|
|
14634
14644
|
openInNewTab?: boolean | null | undefined;
|
|
14635
14645
|
urlPreview?: {
|
|
@@ -14811,6 +14821,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
14811
14821
|
} | null | undefined;
|
|
14812
14822
|
} | null | undefined;
|
|
14813
14823
|
documentationItemId?: string | null | undefined;
|
|
14824
|
+
pageHeadingId?: string | null | undefined;
|
|
14814
14825
|
url?: string | null | undefined;
|
|
14815
14826
|
openInNewTab?: boolean | null | undefined;
|
|
14816
14827
|
urlPreview?: {
|
|
@@ -15358,6 +15369,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
15358
15369
|
} | null | undefined;
|
|
15359
15370
|
} | null | undefined;
|
|
15360
15371
|
documentationItemId?: string | null | undefined;
|
|
15372
|
+
pageHeadingId?: string | null | undefined;
|
|
15361
15373
|
url?: string | null | undefined;
|
|
15362
15374
|
openInNewTab?: boolean | null | undefined;
|
|
15363
15375
|
urlPreview?: {
|
|
@@ -15539,6 +15551,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
15539
15551
|
} | null | undefined;
|
|
15540
15552
|
} | null | undefined;
|
|
15541
15553
|
documentationItemId?: string | null | undefined;
|
|
15554
|
+
pageHeadingId?: string | null | undefined;
|
|
15542
15555
|
url?: string | null | undefined;
|
|
15543
15556
|
openInNewTab?: boolean | null | undefined;
|
|
15544
15557
|
urlPreview?: {
|
|
@@ -15709,9 +15722,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
15709
15722
|
|
|
15710
15723
|
declare const DocumentationPageDataV2: z.ZodObject<{
|
|
15711
15724
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
15712
|
-
isHidden: boolean;
|
|
15713
15725
|
showSidebar: boolean;
|
|
15714
|
-
isPrivate: boolean;
|
|
15715
15726
|
header: {
|
|
15716
15727
|
description: string;
|
|
15717
15728
|
alignment: "Center" | "Left";
|
|
@@ -15739,10 +15750,10 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15739
15750
|
} | null | undefined;
|
|
15740
15751
|
minHeight?: number | null | undefined;
|
|
15741
15752
|
};
|
|
15753
|
+
isPrivate?: boolean | undefined;
|
|
15754
|
+
isHidden?: boolean | undefined;
|
|
15742
15755
|
}, z.ZodTypeDef, {
|
|
15743
|
-
isHidden: boolean;
|
|
15744
15756
|
showSidebar: boolean;
|
|
15745
|
-
isPrivate: boolean;
|
|
15746
15757
|
header: {
|
|
15747
15758
|
description: string;
|
|
15748
15759
|
alignment: "Center" | "Left";
|
|
@@ -15770,10 +15781,10 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15770
15781
|
} | null | undefined;
|
|
15771
15782
|
minHeight?: number | null | undefined;
|
|
15772
15783
|
};
|
|
15784
|
+
isPrivate?: boolean | undefined;
|
|
15785
|
+
isHidden?: boolean | undefined;
|
|
15773
15786
|
}>>>, {
|
|
15774
|
-
isHidden: boolean;
|
|
15775
15787
|
showSidebar: boolean;
|
|
15776
|
-
isPrivate: boolean;
|
|
15777
15788
|
header: {
|
|
15778
15789
|
description: string;
|
|
15779
15790
|
alignment: "Center" | "Left";
|
|
@@ -15801,10 +15812,10 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15801
15812
|
} | null | undefined;
|
|
15802
15813
|
minHeight?: number | null | undefined;
|
|
15803
15814
|
};
|
|
15815
|
+
isPrivate?: boolean | undefined;
|
|
15816
|
+
isHidden?: boolean | undefined;
|
|
15804
15817
|
} | undefined, {
|
|
15805
|
-
isHidden: boolean;
|
|
15806
15818
|
showSidebar: boolean;
|
|
15807
|
-
isPrivate: boolean;
|
|
15808
15819
|
header: {
|
|
15809
15820
|
description: string;
|
|
15810
15821
|
alignment: "Center" | "Left";
|
|
@@ -15832,12 +15843,12 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15832
15843
|
} | null | undefined;
|
|
15833
15844
|
minHeight?: number | null | undefined;
|
|
15834
15845
|
};
|
|
15846
|
+
isPrivate?: boolean | undefined;
|
|
15847
|
+
isHidden?: boolean | undefined;
|
|
15835
15848
|
} | null | undefined>;
|
|
15836
15849
|
}, "strip", z.ZodTypeAny, {
|
|
15837
15850
|
configuration?: {
|
|
15838
|
-
isHidden: boolean;
|
|
15839
15851
|
showSidebar: boolean;
|
|
15840
|
-
isPrivate: boolean;
|
|
15841
15852
|
header: {
|
|
15842
15853
|
description: string;
|
|
15843
15854
|
alignment: "Center" | "Left";
|
|
@@ -15865,12 +15876,12 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15865
15876
|
} | null | undefined;
|
|
15866
15877
|
minHeight?: number | null | undefined;
|
|
15867
15878
|
};
|
|
15879
|
+
isPrivate?: boolean | undefined;
|
|
15880
|
+
isHidden?: boolean | undefined;
|
|
15868
15881
|
} | undefined;
|
|
15869
15882
|
}, {
|
|
15870
15883
|
configuration?: {
|
|
15871
|
-
isHidden: boolean;
|
|
15872
15884
|
showSidebar: boolean;
|
|
15873
|
-
isPrivate: boolean;
|
|
15874
15885
|
header: {
|
|
15875
15886
|
description: string;
|
|
15876
15887
|
alignment: "Center" | "Left";
|
|
@@ -15898,6 +15909,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15898
15909
|
} | null | undefined;
|
|
15899
15910
|
minHeight?: number | null | undefined;
|
|
15900
15911
|
};
|
|
15912
|
+
isPrivate?: boolean | undefined;
|
|
15913
|
+
isHidden?: boolean | undefined;
|
|
15901
15914
|
} | null | undefined;
|
|
15902
15915
|
}>;
|
|
15903
15916
|
|
|
@@ -17721,8 +17734,8 @@ declare const defaultDocumentationItemConfigurationV1: DocumentationItemConfigur
|
|
|
17721
17734
|
|
|
17722
17735
|
declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
17723
17736
|
showSidebar: z.ZodBoolean;
|
|
17724
|
-
isPrivate: z.ZodBoolean
|
|
17725
|
-
isHidden: z.ZodBoolean
|
|
17737
|
+
isPrivate: z.ZodOptional<z.ZodBoolean>;
|
|
17738
|
+
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
17726
17739
|
header: z.ZodObject<{
|
|
17727
17740
|
description: z.ZodString;
|
|
17728
17741
|
alignment: z.ZodEnum<["Left", "Center"]>;
|
|
@@ -17847,9 +17860,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17847
17860
|
minHeight?: number | null | undefined;
|
|
17848
17861
|
}>;
|
|
17849
17862
|
}, "strip", z.ZodTypeAny, {
|
|
17850
|
-
isHidden: boolean;
|
|
17851
17863
|
showSidebar: boolean;
|
|
17852
|
-
isPrivate: boolean;
|
|
17853
17864
|
header: {
|
|
17854
17865
|
description: string;
|
|
17855
17866
|
alignment: "Center" | "Left";
|
|
@@ -17877,10 +17888,10 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17877
17888
|
} | null | undefined;
|
|
17878
17889
|
minHeight?: number | null | undefined;
|
|
17879
17890
|
};
|
|
17891
|
+
isPrivate?: boolean | undefined;
|
|
17892
|
+
isHidden?: boolean | undefined;
|
|
17880
17893
|
}, {
|
|
17881
|
-
isHidden: boolean;
|
|
17882
17894
|
showSidebar: boolean;
|
|
17883
|
-
isPrivate: boolean;
|
|
17884
17895
|
header: {
|
|
17885
17896
|
description: string;
|
|
17886
17897
|
alignment: "Center" | "Left";
|
|
@@ -17908,9 +17919,42 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17908
17919
|
} | null | undefined;
|
|
17909
17920
|
minHeight?: number | null | undefined;
|
|
17910
17921
|
};
|
|
17922
|
+
isPrivate?: boolean | undefined;
|
|
17923
|
+
isHidden?: boolean | undefined;
|
|
17911
17924
|
}>;
|
|
17912
17925
|
type DocumentationItemConfigurationV2 = z.infer<typeof DocumentationItemConfigurationV2>;
|
|
17913
|
-
declare const defaultDocumentationItemConfigurationV2:
|
|
17926
|
+
declare const defaultDocumentationItemConfigurationV2: {
|
|
17927
|
+
readonly header: {
|
|
17928
|
+
description: string;
|
|
17929
|
+
alignment: "Center" | "Left";
|
|
17930
|
+
backgroundImageScaleType: "AspectFill" | "AspectFit";
|
|
17931
|
+
showBackgroundOverlay: boolean;
|
|
17932
|
+
showCoverText: boolean;
|
|
17933
|
+
foregroundColor?: {
|
|
17934
|
+
value: string;
|
|
17935
|
+
referencedTokenId?: string | undefined;
|
|
17936
|
+
} | null | undefined;
|
|
17937
|
+
backgroundColor?: {
|
|
17938
|
+
value: string;
|
|
17939
|
+
referencedTokenId?: string | undefined;
|
|
17940
|
+
} | null | undefined;
|
|
17941
|
+
backgroundImageAsset?: {
|
|
17942
|
+
type: "Resource" | "FigmaNode";
|
|
17943
|
+
resource?: {
|
|
17944
|
+
url: string;
|
|
17945
|
+
resourceId: string;
|
|
17946
|
+
} | undefined;
|
|
17947
|
+
figmaNode?: {
|
|
17948
|
+
sourceId: string;
|
|
17949
|
+
frameReferenceId: string;
|
|
17950
|
+
} | undefined;
|
|
17951
|
+
} | null | undefined;
|
|
17952
|
+
minHeight?: number | null | undefined;
|
|
17953
|
+
};
|
|
17954
|
+
readonly isHidden: false;
|
|
17955
|
+
readonly isPrivate: false;
|
|
17956
|
+
readonly showSidebar: true;
|
|
17957
|
+
};
|
|
17914
17958
|
|
|
17915
17959
|
declare const DurationUnit: z.ZodEnum<["Ms"]>;
|
|
17916
17960
|
type DurationUnit = z.infer<typeof DurationUnit>;
|
|
@@ -19692,9 +19736,7 @@ type ElementGroupDataV1 = z.infer<typeof ElementGroupDataV1>;
|
|
|
19692
19736
|
declare const ElementGroupDataV2: z.ZodObject<{
|
|
19693
19737
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
19694
19738
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
19695
|
-
isHidden: boolean;
|
|
19696
19739
|
showSidebar: boolean;
|
|
19697
|
-
isPrivate: boolean;
|
|
19698
19740
|
header: {
|
|
19699
19741
|
description: string;
|
|
19700
19742
|
alignment: "Center" | "Left";
|
|
@@ -19722,10 +19764,10 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19722
19764
|
} | null | undefined;
|
|
19723
19765
|
minHeight?: number | null | undefined;
|
|
19724
19766
|
};
|
|
19767
|
+
isPrivate?: boolean | undefined;
|
|
19768
|
+
isHidden?: boolean | undefined;
|
|
19725
19769
|
}, z.ZodTypeDef, {
|
|
19726
|
-
isHidden: boolean;
|
|
19727
19770
|
showSidebar: boolean;
|
|
19728
|
-
isPrivate: boolean;
|
|
19729
19771
|
header: {
|
|
19730
19772
|
description: string;
|
|
19731
19773
|
alignment: "Center" | "Left";
|
|
@@ -19753,10 +19795,10 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19753
19795
|
} | null | undefined;
|
|
19754
19796
|
minHeight?: number | null | undefined;
|
|
19755
19797
|
};
|
|
19798
|
+
isPrivate?: boolean | undefined;
|
|
19799
|
+
isHidden?: boolean | undefined;
|
|
19756
19800
|
}>>>, {
|
|
19757
|
-
isHidden: boolean;
|
|
19758
19801
|
showSidebar: boolean;
|
|
19759
|
-
isPrivate: boolean;
|
|
19760
19802
|
header: {
|
|
19761
19803
|
description: string;
|
|
19762
19804
|
alignment: "Center" | "Left";
|
|
@@ -19784,10 +19826,10 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19784
19826
|
} | null | undefined;
|
|
19785
19827
|
minHeight?: number | null | undefined;
|
|
19786
19828
|
};
|
|
19829
|
+
isPrivate?: boolean | undefined;
|
|
19830
|
+
isHidden?: boolean | undefined;
|
|
19787
19831
|
} | undefined, {
|
|
19788
|
-
isHidden: boolean;
|
|
19789
19832
|
showSidebar: boolean;
|
|
19790
|
-
isPrivate: boolean;
|
|
19791
19833
|
header: {
|
|
19792
19834
|
description: string;
|
|
19793
19835
|
alignment: "Center" | "Left";
|
|
@@ -19815,13 +19857,13 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19815
19857
|
} | null | undefined;
|
|
19816
19858
|
minHeight?: number | null | undefined;
|
|
19817
19859
|
};
|
|
19860
|
+
isPrivate?: boolean | undefined;
|
|
19861
|
+
isHidden?: boolean | undefined;
|
|
19818
19862
|
} | null | undefined>;
|
|
19819
19863
|
}, "strip", z.ZodTypeAny, {
|
|
19820
19864
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
19821
19865
|
configuration?: {
|
|
19822
|
-
isHidden: boolean;
|
|
19823
19866
|
showSidebar: boolean;
|
|
19824
|
-
isPrivate: boolean;
|
|
19825
19867
|
header: {
|
|
19826
19868
|
description: string;
|
|
19827
19869
|
alignment: "Center" | "Left";
|
|
@@ -19849,13 +19891,13 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19849
19891
|
} | null | undefined;
|
|
19850
19892
|
minHeight?: number | null | undefined;
|
|
19851
19893
|
};
|
|
19894
|
+
isPrivate?: boolean | undefined;
|
|
19895
|
+
isHidden?: boolean | undefined;
|
|
19852
19896
|
} | undefined;
|
|
19853
19897
|
}, {
|
|
19854
19898
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
19855
19899
|
configuration?: {
|
|
19856
|
-
isHidden: boolean;
|
|
19857
19900
|
showSidebar: boolean;
|
|
19858
|
-
isPrivate: boolean;
|
|
19859
19901
|
header: {
|
|
19860
19902
|
description: string;
|
|
19861
19903
|
alignment: "Center" | "Left";
|
|
@@ -19883,6 +19925,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19883
19925
|
} | null | undefined;
|
|
19884
19926
|
minHeight?: number | null | undefined;
|
|
19885
19927
|
};
|
|
19928
|
+
isPrivate?: boolean | undefined;
|
|
19929
|
+
isHidden?: boolean | undefined;
|
|
19886
19930
|
} | null | undefined;
|
|
19887
19931
|
}>;
|
|
19888
19932
|
type ElementGroupDataV2 = z.infer<typeof ElementGroupDataV2>;
|
|
@@ -22436,6 +22480,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22436
22480
|
} | null | undefined;
|
|
22437
22481
|
} | null | undefined;
|
|
22438
22482
|
documentationItemId?: string | null | undefined;
|
|
22483
|
+
pageHeadingId?: string | null | undefined;
|
|
22439
22484
|
url?: string | null | undefined;
|
|
22440
22485
|
openInNewTab?: boolean | null | undefined;
|
|
22441
22486
|
urlPreview?: {
|
|
@@ -22617,6 +22662,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22617
22662
|
} | null | undefined;
|
|
22618
22663
|
} | null | undefined;
|
|
22619
22664
|
documentationItemId?: string | null | undefined;
|
|
22665
|
+
pageHeadingId?: string | null | undefined;
|
|
22620
22666
|
url?: string | null | undefined;
|
|
22621
22667
|
openInNewTab?: boolean | null | undefined;
|
|
22622
22668
|
urlPreview?: {
|
|
@@ -23164,6 +23210,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23164
23210
|
} | null | undefined;
|
|
23165
23211
|
} | null | undefined;
|
|
23166
23212
|
documentationItemId?: string | null | undefined;
|
|
23213
|
+
pageHeadingId?: string | null | undefined;
|
|
23167
23214
|
url?: string | null | undefined;
|
|
23168
23215
|
openInNewTab?: boolean | null | undefined;
|
|
23169
23216
|
urlPreview?: {
|
|
@@ -23345,6 +23392,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23345
23392
|
} | null | undefined;
|
|
23346
23393
|
} | null | undefined;
|
|
23347
23394
|
documentationItemId?: string | null | undefined;
|
|
23395
|
+
pageHeadingId?: string | null | undefined;
|
|
23348
23396
|
url?: string | null | undefined;
|
|
23349
23397
|
openInNewTab?: boolean | null | undefined;
|
|
23350
23398
|
urlPreview?: {
|
|
@@ -23698,6 +23746,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23698
23746
|
} | null | undefined;
|
|
23699
23747
|
} | null | undefined;
|
|
23700
23748
|
documentationItemId?: string | null | undefined;
|
|
23749
|
+
pageHeadingId?: string | null | undefined;
|
|
23701
23750
|
url?: string | null | undefined;
|
|
23702
23751
|
openInNewTab?: boolean | null | undefined;
|
|
23703
23752
|
urlPreview?: {
|
|
@@ -23879,6 +23928,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23879
23928
|
} | null | undefined;
|
|
23880
23929
|
} | null | undefined;
|
|
23881
23930
|
documentationItemId?: string | null | undefined;
|
|
23931
|
+
pageHeadingId?: string | null | undefined;
|
|
23882
23932
|
url?: string | null | undefined;
|
|
23883
23933
|
openInNewTab?: boolean | null | undefined;
|
|
23884
23934
|
urlPreview?: {
|
|
@@ -24737,9 +24787,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24737
24787
|
shortPersistentId: z.ZodString;
|
|
24738
24788
|
data: z.ZodObject<{
|
|
24739
24789
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24740
|
-
isHidden: boolean;
|
|
24741
24790
|
showSidebar: boolean;
|
|
24742
|
-
isPrivate: boolean;
|
|
24743
24791
|
header: {
|
|
24744
24792
|
description: string;
|
|
24745
24793
|
alignment: "Center" | "Left";
|
|
@@ -24767,10 +24815,10 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24767
24815
|
} | null | undefined;
|
|
24768
24816
|
minHeight?: number | null | undefined;
|
|
24769
24817
|
};
|
|
24818
|
+
isPrivate?: boolean | undefined;
|
|
24819
|
+
isHidden?: boolean | undefined;
|
|
24770
24820
|
}, z.ZodTypeDef, {
|
|
24771
|
-
isHidden: boolean;
|
|
24772
24821
|
showSidebar: boolean;
|
|
24773
|
-
isPrivate: boolean;
|
|
24774
24822
|
header: {
|
|
24775
24823
|
description: string;
|
|
24776
24824
|
alignment: "Center" | "Left";
|
|
@@ -24798,10 +24846,10 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24798
24846
|
} | null | undefined;
|
|
24799
24847
|
minHeight?: number | null | undefined;
|
|
24800
24848
|
};
|
|
24849
|
+
isPrivate?: boolean | undefined;
|
|
24850
|
+
isHidden?: boolean | undefined;
|
|
24801
24851
|
}>>>, {
|
|
24802
|
-
isHidden: boolean;
|
|
24803
24852
|
showSidebar: boolean;
|
|
24804
|
-
isPrivate: boolean;
|
|
24805
24853
|
header: {
|
|
24806
24854
|
description: string;
|
|
24807
24855
|
alignment: "Center" | "Left";
|
|
@@ -24829,10 +24877,10 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24829
24877
|
} | null | undefined;
|
|
24830
24878
|
minHeight?: number | null | undefined;
|
|
24831
24879
|
};
|
|
24880
|
+
isPrivate?: boolean | undefined;
|
|
24881
|
+
isHidden?: boolean | undefined;
|
|
24832
24882
|
} | undefined, {
|
|
24833
|
-
isHidden: boolean;
|
|
24834
24883
|
showSidebar: boolean;
|
|
24835
|
-
isPrivate: boolean;
|
|
24836
24884
|
header: {
|
|
24837
24885
|
description: string;
|
|
24838
24886
|
alignment: "Center" | "Left";
|
|
@@ -24860,6 +24908,8 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24860
24908
|
} | null | undefined;
|
|
24861
24909
|
minHeight?: number | null | undefined;
|
|
24862
24910
|
};
|
|
24911
|
+
isPrivate?: boolean | undefined;
|
|
24912
|
+
isHidden?: boolean | undefined;
|
|
24863
24913
|
} | null | undefined>;
|
|
24864
24914
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
24865
24915
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -24950,6 +25000,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24950
25000
|
} | null | undefined;
|
|
24951
25001
|
} | null | undefined;
|
|
24952
25002
|
documentationItemId?: string | null | undefined;
|
|
25003
|
+
pageHeadingId?: string | null | undefined;
|
|
24953
25004
|
url?: string | null | undefined;
|
|
24954
25005
|
openInNewTab?: boolean | null | undefined;
|
|
24955
25006
|
urlPreview?: {
|
|
@@ -25131,6 +25182,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25131
25182
|
} | null | undefined;
|
|
25132
25183
|
} | null | undefined;
|
|
25133
25184
|
documentationItemId?: string | null | undefined;
|
|
25185
|
+
pageHeadingId?: string | null | undefined;
|
|
25134
25186
|
url?: string | null | undefined;
|
|
25135
25187
|
openInNewTab?: boolean | null | undefined;
|
|
25136
25188
|
urlPreview?: {
|
|
@@ -25226,9 +25278,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25226
25278
|
}>, "many">>;
|
|
25227
25279
|
}, "strip", z.ZodTypeAny, {
|
|
25228
25280
|
configuration?: {
|
|
25229
|
-
isHidden: boolean;
|
|
25230
25281
|
showSidebar: boolean;
|
|
25231
|
-
isPrivate: boolean;
|
|
25232
25282
|
header: {
|
|
25233
25283
|
description: string;
|
|
25234
25284
|
alignment: "Center" | "Left";
|
|
@@ -25256,13 +25306,13 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25256
25306
|
} | null | undefined;
|
|
25257
25307
|
minHeight?: number | null | undefined;
|
|
25258
25308
|
};
|
|
25309
|
+
isPrivate?: boolean | undefined;
|
|
25310
|
+
isHidden?: boolean | undefined;
|
|
25259
25311
|
} | undefined;
|
|
25260
25312
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
25261
25313
|
}, {
|
|
25262
25314
|
configuration?: {
|
|
25263
|
-
isHidden: boolean;
|
|
25264
25315
|
showSidebar: boolean;
|
|
25265
|
-
isPrivate: boolean;
|
|
25266
25316
|
header: {
|
|
25267
25317
|
description: string;
|
|
25268
25318
|
alignment: "Center" | "Left";
|
|
@@ -25290,6 +25340,8 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25290
25340
|
} | null | undefined;
|
|
25291
25341
|
minHeight?: number | null | undefined;
|
|
25292
25342
|
};
|
|
25343
|
+
isPrivate?: boolean | undefined;
|
|
25344
|
+
isHidden?: boolean | undefined;
|
|
25293
25345
|
} | null | undefined;
|
|
25294
25346
|
oldBlocks?: ({
|
|
25295
25347
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -25380,6 +25432,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25380
25432
|
} | null | undefined;
|
|
25381
25433
|
} | null | undefined;
|
|
25382
25434
|
documentationItemId?: string | null | undefined;
|
|
25435
|
+
pageHeadingId?: string | null | undefined;
|
|
25383
25436
|
url?: string | null | undefined;
|
|
25384
25437
|
openInNewTab?: boolean | null | undefined;
|
|
25385
25438
|
urlPreview?: {
|
|
@@ -25561,6 +25614,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25561
25614
|
} | null | undefined;
|
|
25562
25615
|
} | null | undefined;
|
|
25563
25616
|
documentationItemId?: string | null | undefined;
|
|
25617
|
+
pageHeadingId?: string | null | undefined;
|
|
25564
25618
|
url?: string | null | undefined;
|
|
25565
25619
|
openInNewTab?: boolean | null | undefined;
|
|
25566
25620
|
urlPreview?: {
|
|
@@ -25662,9 +25716,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25662
25716
|
persistentId: string;
|
|
25663
25717
|
data: {
|
|
25664
25718
|
configuration?: {
|
|
25665
|
-
isHidden: boolean;
|
|
25666
25719
|
showSidebar: boolean;
|
|
25667
|
-
isPrivate: boolean;
|
|
25668
25720
|
header: {
|
|
25669
25721
|
description: string;
|
|
25670
25722
|
alignment: "Center" | "Left";
|
|
@@ -25692,6 +25744,8 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25692
25744
|
} | null | undefined;
|
|
25693
25745
|
minHeight?: number | null | undefined;
|
|
25694
25746
|
};
|
|
25747
|
+
isPrivate?: boolean | undefined;
|
|
25748
|
+
isHidden?: boolean | undefined;
|
|
25695
25749
|
} | undefined;
|
|
25696
25750
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
25697
25751
|
};
|
|
@@ -25712,9 +25766,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25712
25766
|
persistentId: string;
|
|
25713
25767
|
data: {
|
|
25714
25768
|
configuration?: {
|
|
25715
|
-
isHidden: boolean;
|
|
25716
25769
|
showSidebar: boolean;
|
|
25717
|
-
isPrivate: boolean;
|
|
25718
25770
|
header: {
|
|
25719
25771
|
description: string;
|
|
25720
25772
|
alignment: "Center" | "Left";
|
|
@@ -25742,6 +25794,8 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25742
25794
|
} | null | undefined;
|
|
25743
25795
|
minHeight?: number | null | undefined;
|
|
25744
25796
|
};
|
|
25797
|
+
isPrivate?: boolean | undefined;
|
|
25798
|
+
isHidden?: boolean | undefined;
|
|
25745
25799
|
} | null | undefined;
|
|
25746
25800
|
oldBlocks?: ({
|
|
25747
25801
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -25832,6 +25886,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25832
25886
|
} | null | undefined;
|
|
25833
25887
|
} | null | undefined;
|
|
25834
25888
|
documentationItemId?: string | null | undefined;
|
|
25889
|
+
pageHeadingId?: string | null | undefined;
|
|
25835
25890
|
url?: string | null | undefined;
|
|
25836
25891
|
openInNewTab?: boolean | null | undefined;
|
|
25837
25892
|
urlPreview?: {
|
|
@@ -26013,6 +26068,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
26013
26068
|
} | null | undefined;
|
|
26014
26069
|
} | null | undefined;
|
|
26015
26070
|
documentationItemId?: string | null | undefined;
|
|
26071
|
+
pageHeadingId?: string | null | undefined;
|
|
26016
26072
|
url?: string | null | undefined;
|
|
26017
26073
|
openInNewTab?: boolean | null | undefined;
|
|
26018
26074
|
urlPreview?: {
|
|
@@ -26556,9 +26612,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26556
26612
|
data: z.ZodOptional<z.ZodObject<{
|
|
26557
26613
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
26558
26614
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
26559
|
-
isHidden: boolean;
|
|
26560
26615
|
showSidebar: boolean;
|
|
26561
|
-
isPrivate: boolean;
|
|
26562
26616
|
header: {
|
|
26563
26617
|
description: string;
|
|
26564
26618
|
alignment: "Center" | "Left";
|
|
@@ -26586,10 +26640,10 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26586
26640
|
} | null | undefined;
|
|
26587
26641
|
minHeight?: number | null | undefined;
|
|
26588
26642
|
};
|
|
26643
|
+
isPrivate?: boolean | undefined;
|
|
26644
|
+
isHidden?: boolean | undefined;
|
|
26589
26645
|
}, z.ZodTypeDef, {
|
|
26590
|
-
isHidden: boolean;
|
|
26591
26646
|
showSidebar: boolean;
|
|
26592
|
-
isPrivate: boolean;
|
|
26593
26647
|
header: {
|
|
26594
26648
|
description: string;
|
|
26595
26649
|
alignment: "Center" | "Left";
|
|
@@ -26617,10 +26671,10 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26617
26671
|
} | null | undefined;
|
|
26618
26672
|
minHeight?: number | null | undefined;
|
|
26619
26673
|
};
|
|
26674
|
+
isPrivate?: boolean | undefined;
|
|
26675
|
+
isHidden?: boolean | undefined;
|
|
26620
26676
|
}>>>, {
|
|
26621
|
-
isHidden: boolean;
|
|
26622
26677
|
showSidebar: boolean;
|
|
26623
|
-
isPrivate: boolean;
|
|
26624
26678
|
header: {
|
|
26625
26679
|
description: string;
|
|
26626
26680
|
alignment: "Center" | "Left";
|
|
@@ -26648,10 +26702,10 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26648
26702
|
} | null | undefined;
|
|
26649
26703
|
minHeight?: number | null | undefined;
|
|
26650
26704
|
};
|
|
26705
|
+
isPrivate?: boolean | undefined;
|
|
26706
|
+
isHidden?: boolean | undefined;
|
|
26651
26707
|
} | undefined, {
|
|
26652
|
-
isHidden: boolean;
|
|
26653
26708
|
showSidebar: boolean;
|
|
26654
|
-
isPrivate: boolean;
|
|
26655
26709
|
header: {
|
|
26656
26710
|
description: string;
|
|
26657
26711
|
alignment: "Center" | "Left";
|
|
@@ -26679,13 +26733,13 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26679
26733
|
} | null | undefined;
|
|
26680
26734
|
minHeight?: number | null | undefined;
|
|
26681
26735
|
};
|
|
26736
|
+
isPrivate?: boolean | undefined;
|
|
26737
|
+
isHidden?: boolean | undefined;
|
|
26682
26738
|
} | null | undefined>;
|
|
26683
26739
|
}, "strip", z.ZodTypeAny, {
|
|
26684
26740
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
26685
26741
|
configuration?: {
|
|
26686
|
-
isHidden: boolean;
|
|
26687
26742
|
showSidebar: boolean;
|
|
26688
|
-
isPrivate: boolean;
|
|
26689
26743
|
header: {
|
|
26690
26744
|
description: string;
|
|
26691
26745
|
alignment: "Center" | "Left";
|
|
@@ -26713,13 +26767,13 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26713
26767
|
} | null | undefined;
|
|
26714
26768
|
minHeight?: number | null | undefined;
|
|
26715
26769
|
};
|
|
26770
|
+
isPrivate?: boolean | undefined;
|
|
26771
|
+
isHidden?: boolean | undefined;
|
|
26716
26772
|
} | undefined;
|
|
26717
26773
|
}, {
|
|
26718
26774
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
26719
26775
|
configuration?: {
|
|
26720
|
-
isHidden: boolean;
|
|
26721
26776
|
showSidebar: boolean;
|
|
26722
|
-
isPrivate: boolean;
|
|
26723
26777
|
header: {
|
|
26724
26778
|
description: string;
|
|
26725
26779
|
alignment: "Center" | "Left";
|
|
@@ -26747,6 +26801,8 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26747
26801
|
} | null | undefined;
|
|
26748
26802
|
minHeight?: number | null | undefined;
|
|
26749
26803
|
};
|
|
26804
|
+
isPrivate?: boolean | undefined;
|
|
26805
|
+
isHidden?: boolean | undefined;
|
|
26750
26806
|
} | null | undefined;
|
|
26751
26807
|
}>>;
|
|
26752
26808
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26769,9 +26825,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26769
26825
|
data?: {
|
|
26770
26826
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
26771
26827
|
configuration?: {
|
|
26772
|
-
isHidden: boolean;
|
|
26773
26828
|
showSidebar: boolean;
|
|
26774
|
-
isPrivate: boolean;
|
|
26775
26829
|
header: {
|
|
26776
26830
|
description: string;
|
|
26777
26831
|
alignment: "Center" | "Left";
|
|
@@ -26799,6 +26853,8 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26799
26853
|
} | null | undefined;
|
|
26800
26854
|
minHeight?: number | null | undefined;
|
|
26801
26855
|
};
|
|
26856
|
+
isPrivate?: boolean | undefined;
|
|
26857
|
+
isHidden?: boolean | undefined;
|
|
26802
26858
|
} | undefined;
|
|
26803
26859
|
} | undefined;
|
|
26804
26860
|
}, {
|
|
@@ -26821,9 +26877,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26821
26877
|
data?: {
|
|
26822
26878
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
26823
26879
|
configuration?: {
|
|
26824
|
-
isHidden: boolean;
|
|
26825
26880
|
showSidebar: boolean;
|
|
26826
|
-
isPrivate: boolean;
|
|
26827
26881
|
header: {
|
|
26828
26882
|
description: string;
|
|
26829
26883
|
alignment: "Center" | "Left";
|
|
@@ -26851,6 +26905,8 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
26851
26905
|
} | null | undefined;
|
|
26852
26906
|
minHeight?: number | null | undefined;
|
|
26853
26907
|
};
|
|
26908
|
+
isPrivate?: boolean | undefined;
|
|
26909
|
+
isHidden?: boolean | undefined;
|
|
26854
26910
|
} | null | undefined;
|
|
26855
26911
|
} | undefined;
|
|
26856
26912
|
}>;
|
|
@@ -26863,9 +26919,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
26863
26919
|
data: z.ZodOptional<z.ZodObject<{
|
|
26864
26920
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
26865
26921
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
26866
|
-
isHidden: boolean;
|
|
26867
26922
|
showSidebar: boolean;
|
|
26868
|
-
isPrivate: boolean;
|
|
26869
26923
|
header: {
|
|
26870
26924
|
description: string;
|
|
26871
26925
|
alignment: "Center" | "Left";
|
|
@@ -26893,10 +26947,10 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
26893
26947
|
} | null | undefined;
|
|
26894
26948
|
minHeight?: number | null | undefined;
|
|
26895
26949
|
};
|
|
26950
|
+
isPrivate?: boolean | undefined;
|
|
26951
|
+
isHidden?: boolean | undefined;
|
|
26896
26952
|
}, z.ZodTypeDef, {
|
|
26897
|
-
isHidden: boolean;
|
|
26898
26953
|
showSidebar: boolean;
|
|
26899
|
-
isPrivate: boolean;
|
|
26900
26954
|
header: {
|
|
26901
26955
|
description: string;
|
|
26902
26956
|
alignment: "Center" | "Left";
|
|
@@ -26924,10 +26978,10 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
26924
26978
|
} | null | undefined;
|
|
26925
26979
|
minHeight?: number | null | undefined;
|
|
26926
26980
|
};
|
|
26981
|
+
isPrivate?: boolean | undefined;
|
|
26982
|
+
isHidden?: boolean | undefined;
|
|
26927
26983
|
}>>>, {
|
|
26928
|
-
isHidden: boolean;
|
|
26929
26984
|
showSidebar: boolean;
|
|
26930
|
-
isPrivate: boolean;
|
|
26931
26985
|
header: {
|
|
26932
26986
|
description: string;
|
|
26933
26987
|
alignment: "Center" | "Left";
|
|
@@ -26955,10 +27009,10 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
26955
27009
|
} | null | undefined;
|
|
26956
27010
|
minHeight?: number | null | undefined;
|
|
26957
27011
|
};
|
|
27012
|
+
isPrivate?: boolean | undefined;
|
|
27013
|
+
isHidden?: boolean | undefined;
|
|
26958
27014
|
} | undefined, {
|
|
26959
|
-
isHidden: boolean;
|
|
26960
27015
|
showSidebar: boolean;
|
|
26961
|
-
isPrivate: boolean;
|
|
26962
27016
|
header: {
|
|
26963
27017
|
description: string;
|
|
26964
27018
|
alignment: "Center" | "Left";
|
|
@@ -26986,13 +27040,13 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
26986
27040
|
} | null | undefined;
|
|
26987
27041
|
minHeight?: number | null | undefined;
|
|
26988
27042
|
};
|
|
27043
|
+
isPrivate?: boolean | undefined;
|
|
27044
|
+
isHidden?: boolean | undefined;
|
|
26989
27045
|
} | null | undefined>;
|
|
26990
27046
|
}, "strip", z.ZodTypeAny, {
|
|
26991
27047
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
26992
27048
|
configuration?: {
|
|
26993
|
-
isHidden: boolean;
|
|
26994
27049
|
showSidebar: boolean;
|
|
26995
|
-
isPrivate: boolean;
|
|
26996
27050
|
header: {
|
|
26997
27051
|
description: string;
|
|
26998
27052
|
alignment: "Center" | "Left";
|
|
@@ -27020,13 +27074,13 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
27020
27074
|
} | null | undefined;
|
|
27021
27075
|
minHeight?: number | null | undefined;
|
|
27022
27076
|
};
|
|
27077
|
+
isPrivate?: boolean | undefined;
|
|
27078
|
+
isHidden?: boolean | undefined;
|
|
27023
27079
|
} | undefined;
|
|
27024
27080
|
}, {
|
|
27025
27081
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
27026
27082
|
configuration?: {
|
|
27027
|
-
isHidden: boolean;
|
|
27028
27083
|
showSidebar: boolean;
|
|
27029
|
-
isPrivate: boolean;
|
|
27030
27084
|
header: {
|
|
27031
27085
|
description: string;
|
|
27032
27086
|
alignment: "Center" | "Left";
|
|
@@ -27054,6 +27108,8 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
27054
27108
|
} | null | undefined;
|
|
27055
27109
|
minHeight?: number | null | undefined;
|
|
27056
27110
|
};
|
|
27111
|
+
isPrivate?: boolean | undefined;
|
|
27112
|
+
isHidden?: boolean | undefined;
|
|
27057
27113
|
} | null | undefined;
|
|
27058
27114
|
}>>;
|
|
27059
27115
|
designSystemVersionId: z.ZodString;
|
|
@@ -27090,9 +27146,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
27090
27146
|
data?: {
|
|
27091
27147
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
27092
27148
|
configuration?: {
|
|
27093
|
-
isHidden: boolean;
|
|
27094
27149
|
showSidebar: boolean;
|
|
27095
|
-
isPrivate: boolean;
|
|
27096
27150
|
header: {
|
|
27097
27151
|
description: string;
|
|
27098
27152
|
alignment: "Center" | "Left";
|
|
@@ -27120,6 +27174,8 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
27120
27174
|
} | null | undefined;
|
|
27121
27175
|
minHeight?: number | null | undefined;
|
|
27122
27176
|
};
|
|
27177
|
+
isPrivate?: boolean | undefined;
|
|
27178
|
+
isHidden?: boolean | undefined;
|
|
27123
27179
|
} | undefined;
|
|
27124
27180
|
} | undefined;
|
|
27125
27181
|
parentPersistentId?: string | undefined;
|
|
@@ -27142,9 +27198,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
27142
27198
|
data?: {
|
|
27143
27199
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
27144
27200
|
configuration?: {
|
|
27145
|
-
isHidden: boolean;
|
|
27146
27201
|
showSidebar: boolean;
|
|
27147
|
-
isPrivate: boolean;
|
|
27148
27202
|
header: {
|
|
27149
27203
|
description: string;
|
|
27150
27204
|
alignment: "Center" | "Left";
|
|
@@ -27172,6 +27226,8 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
27172
27226
|
} | null | undefined;
|
|
27173
27227
|
minHeight?: number | null | undefined;
|
|
27174
27228
|
};
|
|
27229
|
+
isPrivate?: boolean | undefined;
|
|
27230
|
+
isHidden?: boolean | undefined;
|
|
27175
27231
|
} | null | undefined;
|
|
27176
27232
|
} | undefined;
|
|
27177
27233
|
parentPersistentId?: string | undefined;
|
|
@@ -94400,9 +94456,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94400
94456
|
shortPersistentId: z.ZodString;
|
|
94401
94457
|
data: z.ZodObject<{
|
|
94402
94458
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
94403
|
-
isHidden: boolean;
|
|
94404
94459
|
showSidebar: boolean;
|
|
94405
|
-
isPrivate: boolean;
|
|
94406
94460
|
header: {
|
|
94407
94461
|
description: string;
|
|
94408
94462
|
alignment: "Center" | "Left";
|
|
@@ -94430,10 +94484,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94430
94484
|
} | null | undefined;
|
|
94431
94485
|
minHeight?: number | null | undefined;
|
|
94432
94486
|
};
|
|
94487
|
+
isPrivate?: boolean | undefined;
|
|
94488
|
+
isHidden?: boolean | undefined;
|
|
94433
94489
|
}, z.ZodTypeDef, {
|
|
94434
|
-
isHidden: boolean;
|
|
94435
94490
|
showSidebar: boolean;
|
|
94436
|
-
isPrivate: boolean;
|
|
94437
94491
|
header: {
|
|
94438
94492
|
description: string;
|
|
94439
94493
|
alignment: "Center" | "Left";
|
|
@@ -94461,10 +94515,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94461
94515
|
} | null | undefined;
|
|
94462
94516
|
minHeight?: number | null | undefined;
|
|
94463
94517
|
};
|
|
94518
|
+
isPrivate?: boolean | undefined;
|
|
94519
|
+
isHidden?: boolean | undefined;
|
|
94464
94520
|
}>>>, {
|
|
94465
|
-
isHidden: boolean;
|
|
94466
94521
|
showSidebar: boolean;
|
|
94467
|
-
isPrivate: boolean;
|
|
94468
94522
|
header: {
|
|
94469
94523
|
description: string;
|
|
94470
94524
|
alignment: "Center" | "Left";
|
|
@@ -94492,10 +94546,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94492
94546
|
} | null | undefined;
|
|
94493
94547
|
minHeight?: number | null | undefined;
|
|
94494
94548
|
};
|
|
94549
|
+
isPrivate?: boolean | undefined;
|
|
94550
|
+
isHidden?: boolean | undefined;
|
|
94495
94551
|
} | undefined, {
|
|
94496
|
-
isHidden: boolean;
|
|
94497
94552
|
showSidebar: boolean;
|
|
94498
|
-
isPrivate: boolean;
|
|
94499
94553
|
header: {
|
|
94500
94554
|
description: string;
|
|
94501
94555
|
alignment: "Center" | "Left";
|
|
@@ -94523,6 +94577,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94523
94577
|
} | null | undefined;
|
|
94524
94578
|
minHeight?: number | null | undefined;
|
|
94525
94579
|
};
|
|
94580
|
+
isPrivate?: boolean | undefined;
|
|
94581
|
+
isHidden?: boolean | undefined;
|
|
94526
94582
|
} | null | undefined>;
|
|
94527
94583
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
94528
94584
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -94613,6 +94669,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94613
94669
|
} | null | undefined;
|
|
94614
94670
|
} | null | undefined;
|
|
94615
94671
|
documentationItemId?: string | null | undefined;
|
|
94672
|
+
pageHeadingId?: string | null | undefined;
|
|
94616
94673
|
url?: string | null | undefined;
|
|
94617
94674
|
openInNewTab?: boolean | null | undefined;
|
|
94618
94675
|
urlPreview?: {
|
|
@@ -94794,6 +94851,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94794
94851
|
} | null | undefined;
|
|
94795
94852
|
} | null | undefined;
|
|
94796
94853
|
documentationItemId?: string | null | undefined;
|
|
94854
|
+
pageHeadingId?: string | null | undefined;
|
|
94797
94855
|
url?: string | null | undefined;
|
|
94798
94856
|
openInNewTab?: boolean | null | undefined;
|
|
94799
94857
|
urlPreview?: {
|
|
@@ -94889,9 +94947,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94889
94947
|
}>, "many">>;
|
|
94890
94948
|
}, "strip", z.ZodTypeAny, {
|
|
94891
94949
|
configuration?: {
|
|
94892
|
-
isHidden: boolean;
|
|
94893
94950
|
showSidebar: boolean;
|
|
94894
|
-
isPrivate: boolean;
|
|
94895
94951
|
header: {
|
|
94896
94952
|
description: string;
|
|
94897
94953
|
alignment: "Center" | "Left";
|
|
@@ -94919,13 +94975,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94919
94975
|
} | null | undefined;
|
|
94920
94976
|
minHeight?: number | null | undefined;
|
|
94921
94977
|
};
|
|
94978
|
+
isPrivate?: boolean | undefined;
|
|
94979
|
+
isHidden?: boolean | undefined;
|
|
94922
94980
|
} | undefined;
|
|
94923
94981
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
94924
94982
|
}, {
|
|
94925
94983
|
configuration?: {
|
|
94926
|
-
isHidden: boolean;
|
|
94927
94984
|
showSidebar: boolean;
|
|
94928
|
-
isPrivate: boolean;
|
|
94929
94985
|
header: {
|
|
94930
94986
|
description: string;
|
|
94931
94987
|
alignment: "Center" | "Left";
|
|
@@ -94953,6 +95009,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94953
95009
|
} | null | undefined;
|
|
94954
95010
|
minHeight?: number | null | undefined;
|
|
94955
95011
|
};
|
|
95012
|
+
isPrivate?: boolean | undefined;
|
|
95013
|
+
isHidden?: boolean | undefined;
|
|
94956
95014
|
} | null | undefined;
|
|
94957
95015
|
oldBlocks?: ({
|
|
94958
95016
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -95043,6 +95101,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95043
95101
|
} | null | undefined;
|
|
95044
95102
|
} | null | undefined;
|
|
95045
95103
|
documentationItemId?: string | null | undefined;
|
|
95104
|
+
pageHeadingId?: string | null | undefined;
|
|
95046
95105
|
url?: string | null | undefined;
|
|
95047
95106
|
openInNewTab?: boolean | null | undefined;
|
|
95048
95107
|
urlPreview?: {
|
|
@@ -95224,6 +95283,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95224
95283
|
} | null | undefined;
|
|
95225
95284
|
} | null | undefined;
|
|
95226
95285
|
documentationItemId?: string | null | undefined;
|
|
95286
|
+
pageHeadingId?: string | null | undefined;
|
|
95227
95287
|
url?: string | null | undefined;
|
|
95228
95288
|
openInNewTab?: boolean | null | undefined;
|
|
95229
95289
|
urlPreview?: {
|
|
@@ -95325,9 +95385,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95325
95385
|
persistentId: string;
|
|
95326
95386
|
data: {
|
|
95327
95387
|
configuration?: {
|
|
95328
|
-
isHidden: boolean;
|
|
95329
95388
|
showSidebar: boolean;
|
|
95330
|
-
isPrivate: boolean;
|
|
95331
95389
|
header: {
|
|
95332
95390
|
description: string;
|
|
95333
95391
|
alignment: "Center" | "Left";
|
|
@@ -95355,6 +95413,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95355
95413
|
} | null | undefined;
|
|
95356
95414
|
minHeight?: number | null | undefined;
|
|
95357
95415
|
};
|
|
95416
|
+
isPrivate?: boolean | undefined;
|
|
95417
|
+
isHidden?: boolean | undefined;
|
|
95358
95418
|
} | undefined;
|
|
95359
95419
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
95360
95420
|
};
|
|
@@ -95375,9 +95435,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95375
95435
|
persistentId: string;
|
|
95376
95436
|
data: {
|
|
95377
95437
|
configuration?: {
|
|
95378
|
-
isHidden: boolean;
|
|
95379
95438
|
showSidebar: boolean;
|
|
95380
|
-
isPrivate: boolean;
|
|
95381
95439
|
header: {
|
|
95382
95440
|
description: string;
|
|
95383
95441
|
alignment: "Center" | "Left";
|
|
@@ -95405,6 +95463,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95405
95463
|
} | null | undefined;
|
|
95406
95464
|
minHeight?: number | null | undefined;
|
|
95407
95465
|
};
|
|
95466
|
+
isPrivate?: boolean | undefined;
|
|
95467
|
+
isHidden?: boolean | undefined;
|
|
95408
95468
|
} | null | undefined;
|
|
95409
95469
|
oldBlocks?: ({
|
|
95410
95470
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -95495,6 +95555,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95495
95555
|
} | null | undefined;
|
|
95496
95556
|
} | null | undefined;
|
|
95497
95557
|
documentationItemId?: string | null | undefined;
|
|
95558
|
+
pageHeadingId?: string | null | undefined;
|
|
95498
95559
|
url?: string | null | undefined;
|
|
95499
95560
|
openInNewTab?: boolean | null | undefined;
|
|
95500
95561
|
urlPreview?: {
|
|
@@ -95676,6 +95737,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95676
95737
|
} | null | undefined;
|
|
95677
95738
|
} | null | undefined;
|
|
95678
95739
|
documentationItemId?: string | null | undefined;
|
|
95740
|
+
pageHeadingId?: string | null | undefined;
|
|
95679
95741
|
url?: string | null | undefined;
|
|
95680
95742
|
openInNewTab?: boolean | null | undefined;
|
|
95681
95743
|
urlPreview?: {
|
|
@@ -95807,9 +95869,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95807
95869
|
data: z.ZodOptional<z.ZodObject<{
|
|
95808
95870
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
95809
95871
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
95810
|
-
isHidden: boolean;
|
|
95811
95872
|
showSidebar: boolean;
|
|
95812
|
-
isPrivate: boolean;
|
|
95813
95873
|
header: {
|
|
95814
95874
|
description: string;
|
|
95815
95875
|
alignment: "Center" | "Left";
|
|
@@ -95837,10 +95897,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95837
95897
|
} | null | undefined;
|
|
95838
95898
|
minHeight?: number | null | undefined;
|
|
95839
95899
|
};
|
|
95900
|
+
isPrivate?: boolean | undefined;
|
|
95901
|
+
isHidden?: boolean | undefined;
|
|
95840
95902
|
}, z.ZodTypeDef, {
|
|
95841
|
-
isHidden: boolean;
|
|
95842
95903
|
showSidebar: boolean;
|
|
95843
|
-
isPrivate: boolean;
|
|
95844
95904
|
header: {
|
|
95845
95905
|
description: string;
|
|
95846
95906
|
alignment: "Center" | "Left";
|
|
@@ -95868,10 +95928,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95868
95928
|
} | null | undefined;
|
|
95869
95929
|
minHeight?: number | null | undefined;
|
|
95870
95930
|
};
|
|
95931
|
+
isPrivate?: boolean | undefined;
|
|
95932
|
+
isHidden?: boolean | undefined;
|
|
95871
95933
|
}>>>, {
|
|
95872
|
-
isHidden: boolean;
|
|
95873
95934
|
showSidebar: boolean;
|
|
95874
|
-
isPrivate: boolean;
|
|
95875
95935
|
header: {
|
|
95876
95936
|
description: string;
|
|
95877
95937
|
alignment: "Center" | "Left";
|
|
@@ -95899,10 +95959,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95899
95959
|
} | null | undefined;
|
|
95900
95960
|
minHeight?: number | null | undefined;
|
|
95901
95961
|
};
|
|
95962
|
+
isPrivate?: boolean | undefined;
|
|
95963
|
+
isHidden?: boolean | undefined;
|
|
95902
95964
|
} | undefined, {
|
|
95903
|
-
isHidden: boolean;
|
|
95904
95965
|
showSidebar: boolean;
|
|
95905
|
-
isPrivate: boolean;
|
|
95906
95966
|
header: {
|
|
95907
95967
|
description: string;
|
|
95908
95968
|
alignment: "Center" | "Left";
|
|
@@ -95930,13 +95990,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95930
95990
|
} | null | undefined;
|
|
95931
95991
|
minHeight?: number | null | undefined;
|
|
95932
95992
|
};
|
|
95993
|
+
isPrivate?: boolean | undefined;
|
|
95994
|
+
isHidden?: boolean | undefined;
|
|
95933
95995
|
} | null | undefined>;
|
|
95934
95996
|
}, "strip", z.ZodTypeAny, {
|
|
95935
95997
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
95936
95998
|
configuration?: {
|
|
95937
|
-
isHidden: boolean;
|
|
95938
95999
|
showSidebar: boolean;
|
|
95939
|
-
isPrivate: boolean;
|
|
95940
96000
|
header: {
|
|
95941
96001
|
description: string;
|
|
95942
96002
|
alignment: "Center" | "Left";
|
|
@@ -95964,13 +96024,13 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95964
96024
|
} | null | undefined;
|
|
95965
96025
|
minHeight?: number | null | undefined;
|
|
95966
96026
|
};
|
|
96027
|
+
isPrivate?: boolean | undefined;
|
|
96028
|
+
isHidden?: boolean | undefined;
|
|
95967
96029
|
} | undefined;
|
|
95968
96030
|
}, {
|
|
95969
96031
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
95970
96032
|
configuration?: {
|
|
95971
|
-
isHidden: boolean;
|
|
95972
96033
|
showSidebar: boolean;
|
|
95973
|
-
isPrivate: boolean;
|
|
95974
96034
|
header: {
|
|
95975
96035
|
description: string;
|
|
95976
96036
|
alignment: "Center" | "Left";
|
|
@@ -95998,6 +96058,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95998
96058
|
} | null | undefined;
|
|
95999
96059
|
minHeight?: number | null | undefined;
|
|
96000
96060
|
};
|
|
96061
|
+
isPrivate?: boolean | undefined;
|
|
96062
|
+
isHidden?: boolean | undefined;
|
|
96001
96063
|
} | null | undefined;
|
|
96002
96064
|
}>>;
|
|
96003
96065
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96020,9 +96082,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96020
96082
|
data?: {
|
|
96021
96083
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
96022
96084
|
configuration?: {
|
|
96023
|
-
isHidden: boolean;
|
|
96024
96085
|
showSidebar: boolean;
|
|
96025
|
-
isPrivate: boolean;
|
|
96026
96086
|
header: {
|
|
96027
96087
|
description: string;
|
|
96028
96088
|
alignment: "Center" | "Left";
|
|
@@ -96050,6 +96110,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96050
96110
|
} | null | undefined;
|
|
96051
96111
|
minHeight?: number | null | undefined;
|
|
96052
96112
|
};
|
|
96113
|
+
isPrivate?: boolean | undefined;
|
|
96114
|
+
isHidden?: boolean | undefined;
|
|
96053
96115
|
} | undefined;
|
|
96054
96116
|
} | undefined;
|
|
96055
96117
|
}, {
|
|
@@ -96072,9 +96134,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96072
96134
|
data?: {
|
|
96073
96135
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
96074
96136
|
configuration?: {
|
|
96075
|
-
isHidden: boolean;
|
|
96076
96137
|
showSidebar: boolean;
|
|
96077
|
-
isPrivate: boolean;
|
|
96078
96138
|
header: {
|
|
96079
96139
|
description: string;
|
|
96080
96140
|
alignment: "Center" | "Left";
|
|
@@ -96102,6 +96162,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96102
96162
|
} | null | undefined;
|
|
96103
96163
|
minHeight?: number | null | undefined;
|
|
96104
96164
|
};
|
|
96165
|
+
isPrivate?: boolean | undefined;
|
|
96166
|
+
isHidden?: boolean | undefined;
|
|
96105
96167
|
} | null | undefined;
|
|
96106
96168
|
} | undefined;
|
|
96107
96169
|
}>, "many">;
|
|
@@ -96133,9 +96195,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96133
96195
|
data?: {
|
|
96134
96196
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
96135
96197
|
configuration?: {
|
|
96136
|
-
isHidden: boolean;
|
|
96137
96198
|
showSidebar: boolean;
|
|
96138
|
-
isPrivate: boolean;
|
|
96139
96199
|
header: {
|
|
96140
96200
|
description: string;
|
|
96141
96201
|
alignment: "Center" | "Left";
|
|
@@ -96163,6 +96223,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96163
96223
|
} | null | undefined;
|
|
96164
96224
|
minHeight?: number | null | undefined;
|
|
96165
96225
|
};
|
|
96226
|
+
isPrivate?: boolean | undefined;
|
|
96227
|
+
isHidden?: boolean | undefined;
|
|
96166
96228
|
} | undefined;
|
|
96167
96229
|
} | undefined;
|
|
96168
96230
|
}[];
|
|
@@ -96173,9 +96235,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96173
96235
|
persistentId: string;
|
|
96174
96236
|
data: {
|
|
96175
96237
|
configuration?: {
|
|
96176
|
-
isHidden: boolean;
|
|
96177
96238
|
showSidebar: boolean;
|
|
96178
|
-
isPrivate: boolean;
|
|
96179
96239
|
header: {
|
|
96180
96240
|
description: string;
|
|
96181
96241
|
alignment: "Center" | "Left";
|
|
@@ -96203,6 +96263,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96203
96263
|
} | null | undefined;
|
|
96204
96264
|
minHeight?: number | null | undefined;
|
|
96205
96265
|
};
|
|
96266
|
+
isPrivate?: boolean | undefined;
|
|
96267
|
+
isHidden?: boolean | undefined;
|
|
96206
96268
|
} | undefined;
|
|
96207
96269
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
96208
96270
|
};
|
|
@@ -96241,9 +96303,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96241
96303
|
data?: {
|
|
96242
96304
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
96243
96305
|
configuration?: {
|
|
96244
|
-
isHidden: boolean;
|
|
96245
96306
|
showSidebar: boolean;
|
|
96246
|
-
isPrivate: boolean;
|
|
96247
96307
|
header: {
|
|
96248
96308
|
description: string;
|
|
96249
96309
|
alignment: "Center" | "Left";
|
|
@@ -96271,6 +96331,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96271
96331
|
} | null | undefined;
|
|
96272
96332
|
minHeight?: number | null | undefined;
|
|
96273
96333
|
};
|
|
96334
|
+
isPrivate?: boolean | undefined;
|
|
96335
|
+
isHidden?: boolean | undefined;
|
|
96274
96336
|
} | null | undefined;
|
|
96275
96337
|
} | undefined;
|
|
96276
96338
|
}[];
|
|
@@ -96281,9 +96343,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96281
96343
|
persistentId: string;
|
|
96282
96344
|
data: {
|
|
96283
96345
|
configuration?: {
|
|
96284
|
-
isHidden: boolean;
|
|
96285
96346
|
showSidebar: boolean;
|
|
96286
|
-
isPrivate: boolean;
|
|
96287
96347
|
header: {
|
|
96288
96348
|
description: string;
|
|
96289
96349
|
alignment: "Center" | "Left";
|
|
@@ -96311,6 +96371,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96311
96371
|
} | null | undefined;
|
|
96312
96372
|
minHeight?: number | null | undefined;
|
|
96313
96373
|
};
|
|
96374
|
+
isPrivate?: boolean | undefined;
|
|
96375
|
+
isHidden?: boolean | undefined;
|
|
96314
96376
|
} | null | undefined;
|
|
96315
96377
|
oldBlocks?: ({
|
|
96316
96378
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -96401,6 +96463,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96401
96463
|
} | null | undefined;
|
|
96402
96464
|
} | null | undefined;
|
|
96403
96465
|
documentationItemId?: string | null | undefined;
|
|
96466
|
+
pageHeadingId?: string | null | undefined;
|
|
96404
96467
|
url?: string | null | undefined;
|
|
96405
96468
|
openInNewTab?: boolean | null | undefined;
|
|
96406
96469
|
urlPreview?: {
|
|
@@ -96582,6 +96645,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96582
96645
|
} | null | undefined;
|
|
96583
96646
|
} | null | undefined;
|
|
96584
96647
|
documentationItemId?: string | null | undefined;
|
|
96648
|
+
pageHeadingId?: string | null | undefined;
|
|
96585
96649
|
url?: string | null | undefined;
|
|
96586
96650
|
openInNewTab?: boolean | null | undefined;
|
|
96587
96651
|
urlPreview?: {
|
|
@@ -96716,9 +96780,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96716
96780
|
shortPersistentId: z.ZodString;
|
|
96717
96781
|
data: z.ZodObject<{
|
|
96718
96782
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
96719
|
-
isHidden: boolean;
|
|
96720
96783
|
showSidebar: boolean;
|
|
96721
|
-
isPrivate: boolean;
|
|
96722
96784
|
header: {
|
|
96723
96785
|
description: string;
|
|
96724
96786
|
alignment: "Center" | "Left";
|
|
@@ -96746,10 +96808,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96746
96808
|
} | null | undefined;
|
|
96747
96809
|
minHeight?: number | null | undefined;
|
|
96748
96810
|
};
|
|
96811
|
+
isPrivate?: boolean | undefined;
|
|
96812
|
+
isHidden?: boolean | undefined;
|
|
96749
96813
|
}, z.ZodTypeDef, {
|
|
96750
|
-
isHidden: boolean;
|
|
96751
96814
|
showSidebar: boolean;
|
|
96752
|
-
isPrivate: boolean;
|
|
96753
96815
|
header: {
|
|
96754
96816
|
description: string;
|
|
96755
96817
|
alignment: "Center" | "Left";
|
|
@@ -96777,10 +96839,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96777
96839
|
} | null | undefined;
|
|
96778
96840
|
minHeight?: number | null | undefined;
|
|
96779
96841
|
};
|
|
96842
|
+
isPrivate?: boolean | undefined;
|
|
96843
|
+
isHidden?: boolean | undefined;
|
|
96780
96844
|
}>>>, {
|
|
96781
|
-
isHidden: boolean;
|
|
96782
96845
|
showSidebar: boolean;
|
|
96783
|
-
isPrivate: boolean;
|
|
96784
96846
|
header: {
|
|
96785
96847
|
description: string;
|
|
96786
96848
|
alignment: "Center" | "Left";
|
|
@@ -96808,10 +96870,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96808
96870
|
} | null | undefined;
|
|
96809
96871
|
minHeight?: number | null | undefined;
|
|
96810
96872
|
};
|
|
96873
|
+
isPrivate?: boolean | undefined;
|
|
96874
|
+
isHidden?: boolean | undefined;
|
|
96811
96875
|
} | undefined, {
|
|
96812
|
-
isHidden: boolean;
|
|
96813
96876
|
showSidebar: boolean;
|
|
96814
|
-
isPrivate: boolean;
|
|
96815
96877
|
header: {
|
|
96816
96878
|
description: string;
|
|
96817
96879
|
alignment: "Center" | "Left";
|
|
@@ -96839,6 +96901,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96839
96901
|
} | null | undefined;
|
|
96840
96902
|
minHeight?: number | null | undefined;
|
|
96841
96903
|
};
|
|
96904
|
+
isPrivate?: boolean | undefined;
|
|
96905
|
+
isHidden?: boolean | undefined;
|
|
96842
96906
|
} | null | undefined>;
|
|
96843
96907
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
96844
96908
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -96929,6 +96993,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96929
96993
|
} | null | undefined;
|
|
96930
96994
|
} | null | undefined;
|
|
96931
96995
|
documentationItemId?: string | null | undefined;
|
|
96996
|
+
pageHeadingId?: string | null | undefined;
|
|
96932
96997
|
url?: string | null | undefined;
|
|
96933
96998
|
openInNewTab?: boolean | null | undefined;
|
|
96934
96999
|
urlPreview?: {
|
|
@@ -97110,6 +97175,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97110
97175
|
} | null | undefined;
|
|
97111
97176
|
} | null | undefined;
|
|
97112
97177
|
documentationItemId?: string | null | undefined;
|
|
97178
|
+
pageHeadingId?: string | null | undefined;
|
|
97113
97179
|
url?: string | null | undefined;
|
|
97114
97180
|
openInNewTab?: boolean | null | undefined;
|
|
97115
97181
|
urlPreview?: {
|
|
@@ -97205,9 +97271,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97205
97271
|
}>, "many">>;
|
|
97206
97272
|
}, "strip", z.ZodTypeAny, {
|
|
97207
97273
|
configuration?: {
|
|
97208
|
-
isHidden: boolean;
|
|
97209
97274
|
showSidebar: boolean;
|
|
97210
|
-
isPrivate: boolean;
|
|
97211
97275
|
header: {
|
|
97212
97276
|
description: string;
|
|
97213
97277
|
alignment: "Center" | "Left";
|
|
@@ -97235,13 +97299,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97235
97299
|
} | null | undefined;
|
|
97236
97300
|
minHeight?: number | null | undefined;
|
|
97237
97301
|
};
|
|
97302
|
+
isPrivate?: boolean | undefined;
|
|
97303
|
+
isHidden?: boolean | undefined;
|
|
97238
97304
|
} | undefined;
|
|
97239
97305
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
97240
97306
|
}, {
|
|
97241
97307
|
configuration?: {
|
|
97242
|
-
isHidden: boolean;
|
|
97243
97308
|
showSidebar: boolean;
|
|
97244
|
-
isPrivate: boolean;
|
|
97245
97309
|
header: {
|
|
97246
97310
|
description: string;
|
|
97247
97311
|
alignment: "Center" | "Left";
|
|
@@ -97269,6 +97333,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97269
97333
|
} | null | undefined;
|
|
97270
97334
|
minHeight?: number | null | undefined;
|
|
97271
97335
|
};
|
|
97336
|
+
isPrivate?: boolean | undefined;
|
|
97337
|
+
isHidden?: boolean | undefined;
|
|
97272
97338
|
} | null | undefined;
|
|
97273
97339
|
oldBlocks?: ({
|
|
97274
97340
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -97359,6 +97425,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97359
97425
|
} | null | undefined;
|
|
97360
97426
|
} | null | undefined;
|
|
97361
97427
|
documentationItemId?: string | null | undefined;
|
|
97428
|
+
pageHeadingId?: string | null | undefined;
|
|
97362
97429
|
url?: string | null | undefined;
|
|
97363
97430
|
openInNewTab?: boolean | null | undefined;
|
|
97364
97431
|
urlPreview?: {
|
|
@@ -97540,6 +97607,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97540
97607
|
} | null | undefined;
|
|
97541
97608
|
} | null | undefined;
|
|
97542
97609
|
documentationItemId?: string | null | undefined;
|
|
97610
|
+
pageHeadingId?: string | null | undefined;
|
|
97543
97611
|
url?: string | null | undefined;
|
|
97544
97612
|
openInNewTab?: boolean | null | undefined;
|
|
97545
97613
|
urlPreview?: {
|
|
@@ -97641,9 +97709,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97641
97709
|
persistentId: string;
|
|
97642
97710
|
data: {
|
|
97643
97711
|
configuration?: {
|
|
97644
|
-
isHidden: boolean;
|
|
97645
97712
|
showSidebar: boolean;
|
|
97646
|
-
isPrivate: boolean;
|
|
97647
97713
|
header: {
|
|
97648
97714
|
description: string;
|
|
97649
97715
|
alignment: "Center" | "Left";
|
|
@@ -97671,6 +97737,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97671
97737
|
} | null | undefined;
|
|
97672
97738
|
minHeight?: number | null | undefined;
|
|
97673
97739
|
};
|
|
97740
|
+
isPrivate?: boolean | undefined;
|
|
97741
|
+
isHidden?: boolean | undefined;
|
|
97674
97742
|
} | undefined;
|
|
97675
97743
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
97676
97744
|
};
|
|
@@ -97691,9 +97759,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97691
97759
|
persistentId: string;
|
|
97692
97760
|
data: {
|
|
97693
97761
|
configuration?: {
|
|
97694
|
-
isHidden: boolean;
|
|
97695
97762
|
showSidebar: boolean;
|
|
97696
|
-
isPrivate: boolean;
|
|
97697
97763
|
header: {
|
|
97698
97764
|
description: string;
|
|
97699
97765
|
alignment: "Center" | "Left";
|
|
@@ -97721,6 +97787,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97721
97787
|
} | null | undefined;
|
|
97722
97788
|
minHeight?: number | null | undefined;
|
|
97723
97789
|
};
|
|
97790
|
+
isPrivate?: boolean | undefined;
|
|
97791
|
+
isHidden?: boolean | undefined;
|
|
97724
97792
|
} | null | undefined;
|
|
97725
97793
|
oldBlocks?: ({
|
|
97726
97794
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -97811,6 +97879,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97811
97879
|
} | null | undefined;
|
|
97812
97880
|
} | null | undefined;
|
|
97813
97881
|
documentationItemId?: string | null | undefined;
|
|
97882
|
+
pageHeadingId?: string | null | undefined;
|
|
97814
97883
|
url?: string | null | undefined;
|
|
97815
97884
|
openInNewTab?: boolean | null | undefined;
|
|
97816
97885
|
urlPreview?: {
|
|
@@ -97992,6 +98061,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97992
98061
|
} | null | undefined;
|
|
97993
98062
|
} | null | undefined;
|
|
97994
98063
|
documentationItemId?: string | null | undefined;
|
|
98064
|
+
pageHeadingId?: string | null | undefined;
|
|
97995
98065
|
url?: string | null | undefined;
|
|
97996
98066
|
openInNewTab?: boolean | null | undefined;
|
|
97997
98067
|
urlPreview?: {
|
|
@@ -98123,9 +98193,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98123
98193
|
data: z.ZodOptional<z.ZodObject<{
|
|
98124
98194
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
98125
98195
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
98126
|
-
isHidden: boolean;
|
|
98127
98196
|
showSidebar: boolean;
|
|
98128
|
-
isPrivate: boolean;
|
|
98129
98197
|
header: {
|
|
98130
98198
|
description: string;
|
|
98131
98199
|
alignment: "Center" | "Left";
|
|
@@ -98153,10 +98221,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98153
98221
|
} | null | undefined;
|
|
98154
98222
|
minHeight?: number | null | undefined;
|
|
98155
98223
|
};
|
|
98224
|
+
isPrivate?: boolean | undefined;
|
|
98225
|
+
isHidden?: boolean | undefined;
|
|
98156
98226
|
}, z.ZodTypeDef, {
|
|
98157
|
-
isHidden: boolean;
|
|
98158
98227
|
showSidebar: boolean;
|
|
98159
|
-
isPrivate: boolean;
|
|
98160
98228
|
header: {
|
|
98161
98229
|
description: string;
|
|
98162
98230
|
alignment: "Center" | "Left";
|
|
@@ -98184,10 +98252,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98184
98252
|
} | null | undefined;
|
|
98185
98253
|
minHeight?: number | null | undefined;
|
|
98186
98254
|
};
|
|
98255
|
+
isPrivate?: boolean | undefined;
|
|
98256
|
+
isHidden?: boolean | undefined;
|
|
98187
98257
|
}>>>, {
|
|
98188
|
-
isHidden: boolean;
|
|
98189
98258
|
showSidebar: boolean;
|
|
98190
|
-
isPrivate: boolean;
|
|
98191
98259
|
header: {
|
|
98192
98260
|
description: string;
|
|
98193
98261
|
alignment: "Center" | "Left";
|
|
@@ -98215,10 +98283,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98215
98283
|
} | null | undefined;
|
|
98216
98284
|
minHeight?: number | null | undefined;
|
|
98217
98285
|
};
|
|
98286
|
+
isPrivate?: boolean | undefined;
|
|
98287
|
+
isHidden?: boolean | undefined;
|
|
98218
98288
|
} | undefined, {
|
|
98219
|
-
isHidden: boolean;
|
|
98220
98289
|
showSidebar: boolean;
|
|
98221
|
-
isPrivate: boolean;
|
|
98222
98290
|
header: {
|
|
98223
98291
|
description: string;
|
|
98224
98292
|
alignment: "Center" | "Left";
|
|
@@ -98246,13 +98314,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98246
98314
|
} | null | undefined;
|
|
98247
98315
|
minHeight?: number | null | undefined;
|
|
98248
98316
|
};
|
|
98317
|
+
isPrivate?: boolean | undefined;
|
|
98318
|
+
isHidden?: boolean | undefined;
|
|
98249
98319
|
} | null | undefined>;
|
|
98250
98320
|
}, "strip", z.ZodTypeAny, {
|
|
98251
98321
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
98252
98322
|
configuration?: {
|
|
98253
|
-
isHidden: boolean;
|
|
98254
98323
|
showSidebar: boolean;
|
|
98255
|
-
isPrivate: boolean;
|
|
98256
98324
|
header: {
|
|
98257
98325
|
description: string;
|
|
98258
98326
|
alignment: "Center" | "Left";
|
|
@@ -98280,13 +98348,13 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98280
98348
|
} | null | undefined;
|
|
98281
98349
|
minHeight?: number | null | undefined;
|
|
98282
98350
|
};
|
|
98351
|
+
isPrivate?: boolean | undefined;
|
|
98352
|
+
isHidden?: boolean | undefined;
|
|
98283
98353
|
} | undefined;
|
|
98284
98354
|
}, {
|
|
98285
98355
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
98286
98356
|
configuration?: {
|
|
98287
|
-
isHidden: boolean;
|
|
98288
98357
|
showSidebar: boolean;
|
|
98289
|
-
isPrivate: boolean;
|
|
98290
98358
|
header: {
|
|
98291
98359
|
description: string;
|
|
98292
98360
|
alignment: "Center" | "Left";
|
|
@@ -98314,6 +98382,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98314
98382
|
} | null | undefined;
|
|
98315
98383
|
minHeight?: number | null | undefined;
|
|
98316
98384
|
};
|
|
98385
|
+
isPrivate?: boolean | undefined;
|
|
98386
|
+
isHidden?: boolean | undefined;
|
|
98317
98387
|
} | null | undefined;
|
|
98318
98388
|
}>>;
|
|
98319
98389
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -98336,9 +98406,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98336
98406
|
data?: {
|
|
98337
98407
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
98338
98408
|
configuration?: {
|
|
98339
|
-
isHidden: boolean;
|
|
98340
98409
|
showSidebar: boolean;
|
|
98341
|
-
isPrivate: boolean;
|
|
98342
98410
|
header: {
|
|
98343
98411
|
description: string;
|
|
98344
98412
|
alignment: "Center" | "Left";
|
|
@@ -98366,6 +98434,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98366
98434
|
} | null | undefined;
|
|
98367
98435
|
minHeight?: number | null | undefined;
|
|
98368
98436
|
};
|
|
98437
|
+
isPrivate?: boolean | undefined;
|
|
98438
|
+
isHidden?: boolean | undefined;
|
|
98369
98439
|
} | undefined;
|
|
98370
98440
|
} | undefined;
|
|
98371
98441
|
}, {
|
|
@@ -98388,9 +98458,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98388
98458
|
data?: {
|
|
98389
98459
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
98390
98460
|
configuration?: {
|
|
98391
|
-
isHidden: boolean;
|
|
98392
98461
|
showSidebar: boolean;
|
|
98393
|
-
isPrivate: boolean;
|
|
98394
98462
|
header: {
|
|
98395
98463
|
description: string;
|
|
98396
98464
|
alignment: "Center" | "Left";
|
|
@@ -98418,6 +98486,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98418
98486
|
} | null | undefined;
|
|
98419
98487
|
minHeight?: number | null | undefined;
|
|
98420
98488
|
};
|
|
98489
|
+
isPrivate?: boolean | undefined;
|
|
98490
|
+
isHidden?: boolean | undefined;
|
|
98421
98491
|
} | null | undefined;
|
|
98422
98492
|
} | undefined;
|
|
98423
98493
|
}>, "many">;
|
|
@@ -98444,9 +98514,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98444
98514
|
data?: {
|
|
98445
98515
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
98446
98516
|
configuration?: {
|
|
98447
|
-
isHidden: boolean;
|
|
98448
98517
|
showSidebar: boolean;
|
|
98449
|
-
isPrivate: boolean;
|
|
98450
98518
|
header: {
|
|
98451
98519
|
description: string;
|
|
98452
98520
|
alignment: "Center" | "Left";
|
|
@@ -98474,6 +98542,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98474
98542
|
} | null | undefined;
|
|
98475
98543
|
minHeight?: number | null | undefined;
|
|
98476
98544
|
};
|
|
98545
|
+
isPrivate?: boolean | undefined;
|
|
98546
|
+
isHidden?: boolean | undefined;
|
|
98477
98547
|
} | undefined;
|
|
98478
98548
|
} | undefined;
|
|
98479
98549
|
}[];
|
|
@@ -98484,9 +98554,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98484
98554
|
persistentId: string;
|
|
98485
98555
|
data: {
|
|
98486
98556
|
configuration?: {
|
|
98487
|
-
isHidden: boolean;
|
|
98488
98557
|
showSidebar: boolean;
|
|
98489
|
-
isPrivate: boolean;
|
|
98490
98558
|
header: {
|
|
98491
98559
|
description: string;
|
|
98492
98560
|
alignment: "Center" | "Left";
|
|
@@ -98514,6 +98582,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98514
98582
|
} | null | undefined;
|
|
98515
98583
|
minHeight?: number | null | undefined;
|
|
98516
98584
|
};
|
|
98585
|
+
isPrivate?: boolean | undefined;
|
|
98586
|
+
isHidden?: boolean | undefined;
|
|
98517
98587
|
} | undefined;
|
|
98518
98588
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
98519
98589
|
};
|
|
@@ -98551,9 +98621,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98551
98621
|
data?: {
|
|
98552
98622
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
98553
98623
|
configuration?: {
|
|
98554
|
-
isHidden: boolean;
|
|
98555
98624
|
showSidebar: boolean;
|
|
98556
|
-
isPrivate: boolean;
|
|
98557
98625
|
header: {
|
|
98558
98626
|
description: string;
|
|
98559
98627
|
alignment: "Center" | "Left";
|
|
@@ -98581,6 +98649,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98581
98649
|
} | null | undefined;
|
|
98582
98650
|
minHeight?: number | null | undefined;
|
|
98583
98651
|
};
|
|
98652
|
+
isPrivate?: boolean | undefined;
|
|
98653
|
+
isHidden?: boolean | undefined;
|
|
98584
98654
|
} | null | undefined;
|
|
98585
98655
|
} | undefined;
|
|
98586
98656
|
}[];
|
|
@@ -98591,9 +98661,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98591
98661
|
persistentId: string;
|
|
98592
98662
|
data: {
|
|
98593
98663
|
configuration?: {
|
|
98594
|
-
isHidden: boolean;
|
|
98595
98664
|
showSidebar: boolean;
|
|
98596
|
-
isPrivate: boolean;
|
|
98597
98665
|
header: {
|
|
98598
98666
|
description: string;
|
|
98599
98667
|
alignment: "Center" | "Left";
|
|
@@ -98621,6 +98689,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98621
98689
|
} | null | undefined;
|
|
98622
98690
|
minHeight?: number | null | undefined;
|
|
98623
98691
|
};
|
|
98692
|
+
isPrivate?: boolean | undefined;
|
|
98693
|
+
isHidden?: boolean | undefined;
|
|
98624
98694
|
} | null | undefined;
|
|
98625
98695
|
oldBlocks?: ({
|
|
98626
98696
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -98711,6 +98781,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98711
98781
|
} | null | undefined;
|
|
98712
98782
|
} | null | undefined;
|
|
98713
98783
|
documentationItemId?: string | null | undefined;
|
|
98784
|
+
pageHeadingId?: string | null | undefined;
|
|
98714
98785
|
url?: string | null | undefined;
|
|
98715
98786
|
openInNewTab?: boolean | null | undefined;
|
|
98716
98787
|
urlPreview?: {
|
|
@@ -98892,6 +98963,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98892
98963
|
} | null | undefined;
|
|
98893
98964
|
} | null | undefined;
|
|
98894
98965
|
documentationItemId?: string | null | undefined;
|
|
98966
|
+
pageHeadingId?: string | null | undefined;
|
|
98895
98967
|
url?: string | null | undefined;
|
|
98896
98968
|
openInNewTab?: boolean | null | undefined;
|
|
98897
98969
|
urlPreview?: {
|
|
@@ -99751,8 +99823,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
99751
99823
|
}>]>, "many">;
|
|
99752
99824
|
itemConfiguration: z.ZodObject<{
|
|
99753
99825
|
showSidebar: z.ZodBoolean;
|
|
99754
|
-
isPrivate: z.ZodBoolean
|
|
99755
|
-
isHidden: z.ZodBoolean
|
|
99826
|
+
isPrivate: z.ZodOptional<z.ZodBoolean>;
|
|
99827
|
+
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
99756
99828
|
header: z.ZodObject<{
|
|
99757
99829
|
description: z.ZodString;
|
|
99758
99830
|
alignment: z.ZodEnum<["Left", "Center"]>;
|
|
@@ -99877,9 +99949,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
99877
99949
|
minHeight?: number | null | undefined;
|
|
99878
99950
|
}>;
|
|
99879
99951
|
}, "strip", z.ZodTypeAny, {
|
|
99880
|
-
isHidden: boolean;
|
|
99881
99952
|
showSidebar: boolean;
|
|
99882
|
-
isPrivate: boolean;
|
|
99883
99953
|
header: {
|
|
99884
99954
|
description: string;
|
|
99885
99955
|
alignment: "Center" | "Left";
|
|
@@ -99907,10 +99977,10 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
99907
99977
|
} | null | undefined;
|
|
99908
99978
|
minHeight?: number | null | undefined;
|
|
99909
99979
|
};
|
|
99980
|
+
isPrivate?: boolean | undefined;
|
|
99981
|
+
isHidden?: boolean | undefined;
|
|
99910
99982
|
}, {
|
|
99911
|
-
isHidden: boolean;
|
|
99912
99983
|
showSidebar: boolean;
|
|
99913
|
-
isPrivate: boolean;
|
|
99914
99984
|
header: {
|
|
99915
99985
|
description: string;
|
|
99916
99986
|
alignment: "Center" | "Left";
|
|
@@ -99938,6 +100008,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
99938
100008
|
} | null | undefined;
|
|
99939
100009
|
minHeight?: number | null | undefined;
|
|
99940
100010
|
};
|
|
100011
|
+
isPrivate?: boolean | undefined;
|
|
100012
|
+
isHidden?: boolean | undefined;
|
|
99941
100013
|
}>;
|
|
99942
100014
|
}, "strip", z.ZodTypeAny, {
|
|
99943
100015
|
pageItems: ({
|
|
@@ -100029,9 +100101,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
100029
100101
|
variantId?: string | undefined;
|
|
100030
100102
|
})[];
|
|
100031
100103
|
itemConfiguration: {
|
|
100032
|
-
isHidden: boolean;
|
|
100033
100104
|
showSidebar: boolean;
|
|
100034
|
-
isPrivate: boolean;
|
|
100035
100105
|
header: {
|
|
100036
100106
|
description: string;
|
|
100037
100107
|
alignment: "Center" | "Left";
|
|
@@ -100059,6 +100129,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
100059
100129
|
} | null | undefined;
|
|
100060
100130
|
minHeight?: number | null | undefined;
|
|
100061
100131
|
};
|
|
100132
|
+
isPrivate?: boolean | undefined;
|
|
100133
|
+
isHidden?: boolean | undefined;
|
|
100062
100134
|
};
|
|
100063
100135
|
}, {
|
|
100064
100136
|
pageItems: ({
|
|
@@ -100150,9 +100222,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
100150
100222
|
variantId?: string | undefined;
|
|
100151
100223
|
})[];
|
|
100152
100224
|
itemConfiguration: {
|
|
100153
|
-
isHidden: boolean;
|
|
100154
100225
|
showSidebar: boolean;
|
|
100155
|
-
isPrivate: boolean;
|
|
100156
100226
|
header: {
|
|
100157
100227
|
description: string;
|
|
100158
100228
|
alignment: "Center" | "Left";
|
|
@@ -100180,6 +100250,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
100180
100250
|
} | null | undefined;
|
|
100181
100251
|
minHeight?: number | null | undefined;
|
|
100182
100252
|
};
|
|
100253
|
+
isPrivate?: boolean | undefined;
|
|
100254
|
+
isHidden?: boolean | undefined;
|
|
100183
100255
|
};
|
|
100184
100256
|
}>;
|
|
100185
100257
|
type DocumentationPageRoomState = z.infer<typeof DocumentationPageRoomState>;
|
|
@@ -100207,9 +100279,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100207
100279
|
shortPersistentId: z.ZodString;
|
|
100208
100280
|
data: z.ZodObject<{
|
|
100209
100281
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
100210
|
-
isHidden: boolean;
|
|
100211
100282
|
showSidebar: boolean;
|
|
100212
|
-
isPrivate: boolean;
|
|
100213
100283
|
header: {
|
|
100214
100284
|
description: string;
|
|
100215
100285
|
alignment: "Center" | "Left";
|
|
@@ -100237,10 +100307,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100237
100307
|
} | null | undefined;
|
|
100238
100308
|
minHeight?: number | null | undefined;
|
|
100239
100309
|
};
|
|
100310
|
+
isPrivate?: boolean | undefined;
|
|
100311
|
+
isHidden?: boolean | undefined;
|
|
100240
100312
|
}, z.ZodTypeDef, {
|
|
100241
|
-
isHidden: boolean;
|
|
100242
100313
|
showSidebar: boolean;
|
|
100243
|
-
isPrivate: boolean;
|
|
100244
100314
|
header: {
|
|
100245
100315
|
description: string;
|
|
100246
100316
|
alignment: "Center" | "Left";
|
|
@@ -100268,10 +100338,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100268
100338
|
} | null | undefined;
|
|
100269
100339
|
minHeight?: number | null | undefined;
|
|
100270
100340
|
};
|
|
100341
|
+
isPrivate?: boolean | undefined;
|
|
100342
|
+
isHidden?: boolean | undefined;
|
|
100271
100343
|
}>>>, {
|
|
100272
|
-
isHidden: boolean;
|
|
100273
100344
|
showSidebar: boolean;
|
|
100274
|
-
isPrivate: boolean;
|
|
100275
100345
|
header: {
|
|
100276
100346
|
description: string;
|
|
100277
100347
|
alignment: "Center" | "Left";
|
|
@@ -100299,10 +100369,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100299
100369
|
} | null | undefined;
|
|
100300
100370
|
minHeight?: number | null | undefined;
|
|
100301
100371
|
};
|
|
100372
|
+
isPrivate?: boolean | undefined;
|
|
100373
|
+
isHidden?: boolean | undefined;
|
|
100302
100374
|
} | undefined, {
|
|
100303
|
-
isHidden: boolean;
|
|
100304
100375
|
showSidebar: boolean;
|
|
100305
|
-
isPrivate: boolean;
|
|
100306
100376
|
header: {
|
|
100307
100377
|
description: string;
|
|
100308
100378
|
alignment: "Center" | "Left";
|
|
@@ -100330,6 +100400,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100330
100400
|
} | null | undefined;
|
|
100331
100401
|
minHeight?: number | null | undefined;
|
|
100332
100402
|
};
|
|
100403
|
+
isPrivate?: boolean | undefined;
|
|
100404
|
+
isHidden?: boolean | undefined;
|
|
100333
100405
|
} | null | undefined>;
|
|
100334
100406
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
100335
100407
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -100420,6 +100492,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100420
100492
|
} | null | undefined;
|
|
100421
100493
|
} | null | undefined;
|
|
100422
100494
|
documentationItemId?: string | null | undefined;
|
|
100495
|
+
pageHeadingId?: string | null | undefined;
|
|
100423
100496
|
url?: string | null | undefined;
|
|
100424
100497
|
openInNewTab?: boolean | null | undefined;
|
|
100425
100498
|
urlPreview?: {
|
|
@@ -100601,6 +100674,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100601
100674
|
} | null | undefined;
|
|
100602
100675
|
} | null | undefined;
|
|
100603
100676
|
documentationItemId?: string | null | undefined;
|
|
100677
|
+
pageHeadingId?: string | null | undefined;
|
|
100604
100678
|
url?: string | null | undefined;
|
|
100605
100679
|
openInNewTab?: boolean | null | undefined;
|
|
100606
100680
|
urlPreview?: {
|
|
@@ -100696,9 +100770,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100696
100770
|
}>, "many">>;
|
|
100697
100771
|
}, "strip", z.ZodTypeAny, {
|
|
100698
100772
|
configuration?: {
|
|
100699
|
-
isHidden: boolean;
|
|
100700
100773
|
showSidebar: boolean;
|
|
100701
|
-
isPrivate: boolean;
|
|
100702
100774
|
header: {
|
|
100703
100775
|
description: string;
|
|
100704
100776
|
alignment: "Center" | "Left";
|
|
@@ -100726,13 +100798,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100726
100798
|
} | null | undefined;
|
|
100727
100799
|
minHeight?: number | null | undefined;
|
|
100728
100800
|
};
|
|
100801
|
+
isPrivate?: boolean | undefined;
|
|
100802
|
+
isHidden?: boolean | undefined;
|
|
100729
100803
|
} | undefined;
|
|
100730
100804
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
100731
100805
|
}, {
|
|
100732
100806
|
configuration?: {
|
|
100733
|
-
isHidden: boolean;
|
|
100734
100807
|
showSidebar: boolean;
|
|
100735
|
-
isPrivate: boolean;
|
|
100736
100808
|
header: {
|
|
100737
100809
|
description: string;
|
|
100738
100810
|
alignment: "Center" | "Left";
|
|
@@ -100760,6 +100832,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100760
100832
|
} | null | undefined;
|
|
100761
100833
|
minHeight?: number | null | undefined;
|
|
100762
100834
|
};
|
|
100835
|
+
isPrivate?: boolean | undefined;
|
|
100836
|
+
isHidden?: boolean | undefined;
|
|
100763
100837
|
} | null | undefined;
|
|
100764
100838
|
oldBlocks?: ({
|
|
100765
100839
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -100850,6 +100924,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100850
100924
|
} | null | undefined;
|
|
100851
100925
|
} | null | undefined;
|
|
100852
100926
|
documentationItemId?: string | null | undefined;
|
|
100927
|
+
pageHeadingId?: string | null | undefined;
|
|
100853
100928
|
url?: string | null | undefined;
|
|
100854
100929
|
openInNewTab?: boolean | null | undefined;
|
|
100855
100930
|
urlPreview?: {
|
|
@@ -101031,6 +101106,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101031
101106
|
} | null | undefined;
|
|
101032
101107
|
} | null | undefined;
|
|
101033
101108
|
documentationItemId?: string | null | undefined;
|
|
101109
|
+
pageHeadingId?: string | null | undefined;
|
|
101034
101110
|
url?: string | null | undefined;
|
|
101035
101111
|
openInNewTab?: boolean | null | undefined;
|
|
101036
101112
|
urlPreview?: {
|
|
@@ -101132,9 +101208,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101132
101208
|
persistentId: string;
|
|
101133
101209
|
data: {
|
|
101134
101210
|
configuration?: {
|
|
101135
|
-
isHidden: boolean;
|
|
101136
101211
|
showSidebar: boolean;
|
|
101137
|
-
isPrivate: boolean;
|
|
101138
101212
|
header: {
|
|
101139
101213
|
description: string;
|
|
101140
101214
|
alignment: "Center" | "Left";
|
|
@@ -101162,6 +101236,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101162
101236
|
} | null | undefined;
|
|
101163
101237
|
minHeight?: number | null | undefined;
|
|
101164
101238
|
};
|
|
101239
|
+
isPrivate?: boolean | undefined;
|
|
101240
|
+
isHidden?: boolean | undefined;
|
|
101165
101241
|
} | undefined;
|
|
101166
101242
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
101167
101243
|
};
|
|
@@ -101182,9 +101258,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101182
101258
|
persistentId: string;
|
|
101183
101259
|
data: {
|
|
101184
101260
|
configuration?: {
|
|
101185
|
-
isHidden: boolean;
|
|
101186
101261
|
showSidebar: boolean;
|
|
101187
|
-
isPrivate: boolean;
|
|
101188
101262
|
header: {
|
|
101189
101263
|
description: string;
|
|
101190
101264
|
alignment: "Center" | "Left";
|
|
@@ -101212,6 +101286,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101212
101286
|
} | null | undefined;
|
|
101213
101287
|
minHeight?: number | null | undefined;
|
|
101214
101288
|
};
|
|
101289
|
+
isPrivate?: boolean | undefined;
|
|
101290
|
+
isHidden?: boolean | undefined;
|
|
101215
101291
|
} | null | undefined;
|
|
101216
101292
|
oldBlocks?: ({
|
|
101217
101293
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -101302,6 +101378,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101302
101378
|
} | null | undefined;
|
|
101303
101379
|
} | null | undefined;
|
|
101304
101380
|
documentationItemId?: string | null | undefined;
|
|
101381
|
+
pageHeadingId?: string | null | undefined;
|
|
101305
101382
|
url?: string | null | undefined;
|
|
101306
101383
|
openInNewTab?: boolean | null | undefined;
|
|
101307
101384
|
urlPreview?: {
|
|
@@ -101483,6 +101560,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101483
101560
|
} | null | undefined;
|
|
101484
101561
|
} | null | undefined;
|
|
101485
101562
|
documentationItemId?: string | null | undefined;
|
|
101563
|
+
pageHeadingId?: string | null | undefined;
|
|
101486
101564
|
url?: string | null | undefined;
|
|
101487
101565
|
openInNewTab?: boolean | null | undefined;
|
|
101488
101566
|
urlPreview?: {
|
|
@@ -101614,9 +101692,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101614
101692
|
data: z.ZodOptional<z.ZodObject<{
|
|
101615
101693
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
101616
101694
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
101617
|
-
isHidden: boolean;
|
|
101618
101695
|
showSidebar: boolean;
|
|
101619
|
-
isPrivate: boolean;
|
|
101620
101696
|
header: {
|
|
101621
101697
|
description: string;
|
|
101622
101698
|
alignment: "Center" | "Left";
|
|
@@ -101644,10 +101720,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101644
101720
|
} | null | undefined;
|
|
101645
101721
|
minHeight?: number | null | undefined;
|
|
101646
101722
|
};
|
|
101723
|
+
isPrivate?: boolean | undefined;
|
|
101724
|
+
isHidden?: boolean | undefined;
|
|
101647
101725
|
}, z.ZodTypeDef, {
|
|
101648
|
-
isHidden: boolean;
|
|
101649
101726
|
showSidebar: boolean;
|
|
101650
|
-
isPrivate: boolean;
|
|
101651
101727
|
header: {
|
|
101652
101728
|
description: string;
|
|
101653
101729
|
alignment: "Center" | "Left";
|
|
@@ -101675,10 +101751,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101675
101751
|
} | null | undefined;
|
|
101676
101752
|
minHeight?: number | null | undefined;
|
|
101677
101753
|
};
|
|
101754
|
+
isPrivate?: boolean | undefined;
|
|
101755
|
+
isHidden?: boolean | undefined;
|
|
101678
101756
|
}>>>, {
|
|
101679
|
-
isHidden: boolean;
|
|
101680
101757
|
showSidebar: boolean;
|
|
101681
|
-
isPrivate: boolean;
|
|
101682
101758
|
header: {
|
|
101683
101759
|
description: string;
|
|
101684
101760
|
alignment: "Center" | "Left";
|
|
@@ -101706,10 +101782,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101706
101782
|
} | null | undefined;
|
|
101707
101783
|
minHeight?: number | null | undefined;
|
|
101708
101784
|
};
|
|
101785
|
+
isPrivate?: boolean | undefined;
|
|
101786
|
+
isHidden?: boolean | undefined;
|
|
101709
101787
|
} | undefined, {
|
|
101710
|
-
isHidden: boolean;
|
|
101711
101788
|
showSidebar: boolean;
|
|
101712
|
-
isPrivate: boolean;
|
|
101713
101789
|
header: {
|
|
101714
101790
|
description: string;
|
|
101715
101791
|
alignment: "Center" | "Left";
|
|
@@ -101737,13 +101813,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101737
101813
|
} | null | undefined;
|
|
101738
101814
|
minHeight?: number | null | undefined;
|
|
101739
101815
|
};
|
|
101816
|
+
isPrivate?: boolean | undefined;
|
|
101817
|
+
isHidden?: boolean | undefined;
|
|
101740
101818
|
} | null | undefined>;
|
|
101741
101819
|
}, "strip", z.ZodTypeAny, {
|
|
101742
101820
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
101743
101821
|
configuration?: {
|
|
101744
|
-
isHidden: boolean;
|
|
101745
101822
|
showSidebar: boolean;
|
|
101746
|
-
isPrivate: boolean;
|
|
101747
101823
|
header: {
|
|
101748
101824
|
description: string;
|
|
101749
101825
|
alignment: "Center" | "Left";
|
|
@@ -101771,13 +101847,13 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101771
101847
|
} | null | undefined;
|
|
101772
101848
|
minHeight?: number | null | undefined;
|
|
101773
101849
|
};
|
|
101850
|
+
isPrivate?: boolean | undefined;
|
|
101851
|
+
isHidden?: boolean | undefined;
|
|
101774
101852
|
} | undefined;
|
|
101775
101853
|
}, {
|
|
101776
101854
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
101777
101855
|
configuration?: {
|
|
101778
|
-
isHidden: boolean;
|
|
101779
101856
|
showSidebar: boolean;
|
|
101780
|
-
isPrivate: boolean;
|
|
101781
101857
|
header: {
|
|
101782
101858
|
description: string;
|
|
101783
101859
|
alignment: "Center" | "Left";
|
|
@@ -101805,6 +101881,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101805
101881
|
} | null | undefined;
|
|
101806
101882
|
minHeight?: number | null | undefined;
|
|
101807
101883
|
};
|
|
101884
|
+
isPrivate?: boolean | undefined;
|
|
101885
|
+
isHidden?: boolean | undefined;
|
|
101808
101886
|
} | null | undefined;
|
|
101809
101887
|
}>>;
|
|
101810
101888
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -101827,9 +101905,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101827
101905
|
data?: {
|
|
101828
101906
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
101829
101907
|
configuration?: {
|
|
101830
|
-
isHidden: boolean;
|
|
101831
101908
|
showSidebar: boolean;
|
|
101832
|
-
isPrivate: boolean;
|
|
101833
101909
|
header: {
|
|
101834
101910
|
description: string;
|
|
101835
101911
|
alignment: "Center" | "Left";
|
|
@@ -101857,6 +101933,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101857
101933
|
} | null | undefined;
|
|
101858
101934
|
minHeight?: number | null | undefined;
|
|
101859
101935
|
};
|
|
101936
|
+
isPrivate?: boolean | undefined;
|
|
101937
|
+
isHidden?: boolean | undefined;
|
|
101860
101938
|
} | undefined;
|
|
101861
101939
|
} | undefined;
|
|
101862
101940
|
}, {
|
|
@@ -101879,9 +101957,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101879
101957
|
data?: {
|
|
101880
101958
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
101881
101959
|
configuration?: {
|
|
101882
|
-
isHidden: boolean;
|
|
101883
101960
|
showSidebar: boolean;
|
|
101884
|
-
isPrivate: boolean;
|
|
101885
101961
|
header: {
|
|
101886
101962
|
description: string;
|
|
101887
101963
|
alignment: "Center" | "Left";
|
|
@@ -101909,6 +101985,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101909
101985
|
} | null | undefined;
|
|
101910
101986
|
minHeight?: number | null | undefined;
|
|
101911
101987
|
};
|
|
101988
|
+
isPrivate?: boolean | undefined;
|
|
101989
|
+
isHidden?: boolean | undefined;
|
|
101912
101990
|
} | null | undefined;
|
|
101913
101991
|
} | undefined;
|
|
101914
101992
|
}>;
|
|
@@ -101920,9 +101998,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101920
101998
|
persistentId: string;
|
|
101921
101999
|
data: {
|
|
101922
102000
|
configuration?: {
|
|
101923
|
-
isHidden: boolean;
|
|
101924
102001
|
showSidebar: boolean;
|
|
101925
|
-
isPrivate: boolean;
|
|
101926
102002
|
header: {
|
|
101927
102003
|
description: string;
|
|
101928
102004
|
alignment: "Center" | "Left";
|
|
@@ -101950,6 +102026,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101950
102026
|
} | null | undefined;
|
|
101951
102027
|
minHeight?: number | null | undefined;
|
|
101952
102028
|
};
|
|
102029
|
+
isPrivate?: boolean | undefined;
|
|
102030
|
+
isHidden?: boolean | undefined;
|
|
101953
102031
|
} | undefined;
|
|
101954
102032
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
101955
102033
|
};
|
|
@@ -101984,9 +102062,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101984
102062
|
data?: {
|
|
101985
102063
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
101986
102064
|
configuration?: {
|
|
101987
|
-
isHidden: boolean;
|
|
101988
102065
|
showSidebar: boolean;
|
|
101989
|
-
isPrivate: boolean;
|
|
101990
102066
|
header: {
|
|
101991
102067
|
description: string;
|
|
101992
102068
|
alignment: "Center" | "Left";
|
|
@@ -102014,6 +102090,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102014
102090
|
} | null | undefined;
|
|
102015
102091
|
minHeight?: number | null | undefined;
|
|
102016
102092
|
};
|
|
102093
|
+
isPrivate?: boolean | undefined;
|
|
102094
|
+
isHidden?: boolean | undefined;
|
|
102017
102095
|
} | undefined;
|
|
102018
102096
|
} | undefined;
|
|
102019
102097
|
};
|
|
@@ -102025,9 +102103,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102025
102103
|
persistentId: string;
|
|
102026
102104
|
data: {
|
|
102027
102105
|
configuration?: {
|
|
102028
|
-
isHidden: boolean;
|
|
102029
102106
|
showSidebar: boolean;
|
|
102030
|
-
isPrivate: boolean;
|
|
102031
102107
|
header: {
|
|
102032
102108
|
description: string;
|
|
102033
102109
|
alignment: "Center" | "Left";
|
|
@@ -102055,6 +102131,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102055
102131
|
} | null | undefined;
|
|
102056
102132
|
minHeight?: number | null | undefined;
|
|
102057
102133
|
};
|
|
102134
|
+
isPrivate?: boolean | undefined;
|
|
102135
|
+
isHidden?: boolean | undefined;
|
|
102058
102136
|
} | null | undefined;
|
|
102059
102137
|
oldBlocks?: ({
|
|
102060
102138
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -102145,6 +102223,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102145
102223
|
} | null | undefined;
|
|
102146
102224
|
} | null | undefined;
|
|
102147
102225
|
documentationItemId?: string | null | undefined;
|
|
102226
|
+
pageHeadingId?: string | null | undefined;
|
|
102148
102227
|
url?: string | null | undefined;
|
|
102149
102228
|
openInNewTab?: boolean | null | undefined;
|
|
102150
102229
|
urlPreview?: {
|
|
@@ -102326,6 +102405,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102326
102405
|
} | null | undefined;
|
|
102327
102406
|
} | null | undefined;
|
|
102328
102407
|
documentationItemId?: string | null | undefined;
|
|
102408
|
+
pageHeadingId?: string | null | undefined;
|
|
102329
102409
|
url?: string | null | undefined;
|
|
102330
102410
|
openInNewTab?: boolean | null | undefined;
|
|
102331
102411
|
urlPreview?: {
|
|
@@ -102451,9 +102531,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102451
102531
|
data?: {
|
|
102452
102532
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
102453
102533
|
configuration?: {
|
|
102454
|
-
isHidden: boolean;
|
|
102455
102534
|
showSidebar: boolean;
|
|
102456
|
-
isPrivate: boolean;
|
|
102457
102535
|
header: {
|
|
102458
102536
|
description: string;
|
|
102459
102537
|
alignment: "Center" | "Left";
|
|
@@ -102481,6 +102559,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102481
102559
|
} | null | undefined;
|
|
102482
102560
|
minHeight?: number | null | undefined;
|
|
102483
102561
|
};
|
|
102562
|
+
isPrivate?: boolean | undefined;
|
|
102563
|
+
isHidden?: boolean | undefined;
|
|
102484
102564
|
} | null | undefined;
|
|
102485
102565
|
} | undefined;
|
|
102486
102566
|
};
|
|
@@ -102510,9 +102590,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102510
102590
|
shortPersistentId: z.ZodString;
|
|
102511
102591
|
data: z.ZodObject<{
|
|
102512
102592
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
102513
|
-
isHidden: boolean;
|
|
102514
102593
|
showSidebar: boolean;
|
|
102515
|
-
isPrivate: boolean;
|
|
102516
102594
|
header: {
|
|
102517
102595
|
description: string;
|
|
102518
102596
|
alignment: "Center" | "Left";
|
|
@@ -102540,10 +102618,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102540
102618
|
} | null | undefined;
|
|
102541
102619
|
minHeight?: number | null | undefined;
|
|
102542
102620
|
};
|
|
102621
|
+
isPrivate?: boolean | undefined;
|
|
102622
|
+
isHidden?: boolean | undefined;
|
|
102543
102623
|
}, z.ZodTypeDef, {
|
|
102544
|
-
isHidden: boolean;
|
|
102545
102624
|
showSidebar: boolean;
|
|
102546
|
-
isPrivate: boolean;
|
|
102547
102625
|
header: {
|
|
102548
102626
|
description: string;
|
|
102549
102627
|
alignment: "Center" | "Left";
|
|
@@ -102571,10 +102649,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102571
102649
|
} | null | undefined;
|
|
102572
102650
|
minHeight?: number | null | undefined;
|
|
102573
102651
|
};
|
|
102652
|
+
isPrivate?: boolean | undefined;
|
|
102653
|
+
isHidden?: boolean | undefined;
|
|
102574
102654
|
}>>>, {
|
|
102575
|
-
isHidden: boolean;
|
|
102576
102655
|
showSidebar: boolean;
|
|
102577
|
-
isPrivate: boolean;
|
|
102578
102656
|
header: {
|
|
102579
102657
|
description: string;
|
|
102580
102658
|
alignment: "Center" | "Left";
|
|
@@ -102602,10 +102680,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102602
102680
|
} | null | undefined;
|
|
102603
102681
|
minHeight?: number | null | undefined;
|
|
102604
102682
|
};
|
|
102683
|
+
isPrivate?: boolean | undefined;
|
|
102684
|
+
isHidden?: boolean | undefined;
|
|
102605
102685
|
} | undefined, {
|
|
102606
|
-
isHidden: boolean;
|
|
102607
102686
|
showSidebar: boolean;
|
|
102608
|
-
isPrivate: boolean;
|
|
102609
102687
|
header: {
|
|
102610
102688
|
description: string;
|
|
102611
102689
|
alignment: "Center" | "Left";
|
|
@@ -102633,6 +102711,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102633
102711
|
} | null | undefined;
|
|
102634
102712
|
minHeight?: number | null | undefined;
|
|
102635
102713
|
};
|
|
102714
|
+
isPrivate?: boolean | undefined;
|
|
102715
|
+
isHidden?: boolean | undefined;
|
|
102636
102716
|
} | null | undefined>;
|
|
102637
102717
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
102638
102718
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -102723,6 +102803,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102723
102803
|
} | null | undefined;
|
|
102724
102804
|
} | null | undefined;
|
|
102725
102805
|
documentationItemId?: string | null | undefined;
|
|
102806
|
+
pageHeadingId?: string | null | undefined;
|
|
102726
102807
|
url?: string | null | undefined;
|
|
102727
102808
|
openInNewTab?: boolean | null | undefined;
|
|
102728
102809
|
urlPreview?: {
|
|
@@ -102904,6 +102985,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102904
102985
|
} | null | undefined;
|
|
102905
102986
|
} | null | undefined;
|
|
102906
102987
|
documentationItemId?: string | null | undefined;
|
|
102988
|
+
pageHeadingId?: string | null | undefined;
|
|
102907
102989
|
url?: string | null | undefined;
|
|
102908
102990
|
openInNewTab?: boolean | null | undefined;
|
|
102909
102991
|
urlPreview?: {
|
|
@@ -102999,9 +103081,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102999
103081
|
}>, "many">>;
|
|
103000
103082
|
}, "strip", z.ZodTypeAny, {
|
|
103001
103083
|
configuration?: {
|
|
103002
|
-
isHidden: boolean;
|
|
103003
103084
|
showSidebar: boolean;
|
|
103004
|
-
isPrivate: boolean;
|
|
103005
103085
|
header: {
|
|
103006
103086
|
description: string;
|
|
103007
103087
|
alignment: "Center" | "Left";
|
|
@@ -103029,13 +103109,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103029
103109
|
} | null | undefined;
|
|
103030
103110
|
minHeight?: number | null | undefined;
|
|
103031
103111
|
};
|
|
103112
|
+
isPrivate?: boolean | undefined;
|
|
103113
|
+
isHidden?: boolean | undefined;
|
|
103032
103114
|
} | undefined;
|
|
103033
103115
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
103034
103116
|
}, {
|
|
103035
103117
|
configuration?: {
|
|
103036
|
-
isHidden: boolean;
|
|
103037
103118
|
showSidebar: boolean;
|
|
103038
|
-
isPrivate: boolean;
|
|
103039
103119
|
header: {
|
|
103040
103120
|
description: string;
|
|
103041
103121
|
alignment: "Center" | "Left";
|
|
@@ -103063,6 +103143,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103063
103143
|
} | null | undefined;
|
|
103064
103144
|
minHeight?: number | null | undefined;
|
|
103065
103145
|
};
|
|
103146
|
+
isPrivate?: boolean | undefined;
|
|
103147
|
+
isHidden?: boolean | undefined;
|
|
103066
103148
|
} | null | undefined;
|
|
103067
103149
|
oldBlocks?: ({
|
|
103068
103150
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -103153,6 +103235,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103153
103235
|
} | null | undefined;
|
|
103154
103236
|
} | null | undefined;
|
|
103155
103237
|
documentationItemId?: string | null | undefined;
|
|
103238
|
+
pageHeadingId?: string | null | undefined;
|
|
103156
103239
|
url?: string | null | undefined;
|
|
103157
103240
|
openInNewTab?: boolean | null | undefined;
|
|
103158
103241
|
urlPreview?: {
|
|
@@ -103334,6 +103417,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103334
103417
|
} | null | undefined;
|
|
103335
103418
|
} | null | undefined;
|
|
103336
103419
|
documentationItemId?: string | null | undefined;
|
|
103420
|
+
pageHeadingId?: string | null | undefined;
|
|
103337
103421
|
url?: string | null | undefined;
|
|
103338
103422
|
openInNewTab?: boolean | null | undefined;
|
|
103339
103423
|
urlPreview?: {
|
|
@@ -103435,9 +103519,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103435
103519
|
persistentId: string;
|
|
103436
103520
|
data: {
|
|
103437
103521
|
configuration?: {
|
|
103438
|
-
isHidden: boolean;
|
|
103439
103522
|
showSidebar: boolean;
|
|
103440
|
-
isPrivate: boolean;
|
|
103441
103523
|
header: {
|
|
103442
103524
|
description: string;
|
|
103443
103525
|
alignment: "Center" | "Left";
|
|
@@ -103465,6 +103547,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103465
103547
|
} | null | undefined;
|
|
103466
103548
|
minHeight?: number | null | undefined;
|
|
103467
103549
|
};
|
|
103550
|
+
isPrivate?: boolean | undefined;
|
|
103551
|
+
isHidden?: boolean | undefined;
|
|
103468
103552
|
} | undefined;
|
|
103469
103553
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
103470
103554
|
};
|
|
@@ -103485,9 +103569,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103485
103569
|
persistentId: string;
|
|
103486
103570
|
data: {
|
|
103487
103571
|
configuration?: {
|
|
103488
|
-
isHidden: boolean;
|
|
103489
103572
|
showSidebar: boolean;
|
|
103490
|
-
isPrivate: boolean;
|
|
103491
103573
|
header: {
|
|
103492
103574
|
description: string;
|
|
103493
103575
|
alignment: "Center" | "Left";
|
|
@@ -103515,6 +103597,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103515
103597
|
} | null | undefined;
|
|
103516
103598
|
minHeight?: number | null | undefined;
|
|
103517
103599
|
};
|
|
103600
|
+
isPrivate?: boolean | undefined;
|
|
103601
|
+
isHidden?: boolean | undefined;
|
|
103518
103602
|
} | null | undefined;
|
|
103519
103603
|
oldBlocks?: ({
|
|
103520
103604
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -103605,6 +103689,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103605
103689
|
} | null | undefined;
|
|
103606
103690
|
} | null | undefined;
|
|
103607
103691
|
documentationItemId?: string | null | undefined;
|
|
103692
|
+
pageHeadingId?: string | null | undefined;
|
|
103608
103693
|
url?: string | null | undefined;
|
|
103609
103694
|
openInNewTab?: boolean | null | undefined;
|
|
103610
103695
|
urlPreview?: {
|
|
@@ -103786,6 +103871,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103786
103871
|
} | null | undefined;
|
|
103787
103872
|
} | null | undefined;
|
|
103788
103873
|
documentationItemId?: string | null | undefined;
|
|
103874
|
+
pageHeadingId?: string | null | undefined;
|
|
103789
103875
|
url?: string | null | undefined;
|
|
103790
103876
|
openInNewTab?: boolean | null | undefined;
|
|
103791
103877
|
urlPreview?: {
|
|
@@ -103917,9 +104003,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103917
104003
|
data: z.ZodOptional<z.ZodObject<{
|
|
103918
104004
|
behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Tabs" | "Group" | undefined, z.ZodTypeDef, "Tabs" | "Group" | undefined>>>, NonNullable<"Tabs" | "Group" | undefined> | undefined, "Tabs" | "Group" | null | undefined>;
|
|
103919
104005
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
103920
|
-
isHidden: boolean;
|
|
103921
104006
|
showSidebar: boolean;
|
|
103922
|
-
isPrivate: boolean;
|
|
103923
104007
|
header: {
|
|
103924
104008
|
description: string;
|
|
103925
104009
|
alignment: "Center" | "Left";
|
|
@@ -103947,10 +104031,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103947
104031
|
} | null | undefined;
|
|
103948
104032
|
minHeight?: number | null | undefined;
|
|
103949
104033
|
};
|
|
104034
|
+
isPrivate?: boolean | undefined;
|
|
104035
|
+
isHidden?: boolean | undefined;
|
|
103950
104036
|
}, z.ZodTypeDef, {
|
|
103951
|
-
isHidden: boolean;
|
|
103952
104037
|
showSidebar: boolean;
|
|
103953
|
-
isPrivate: boolean;
|
|
103954
104038
|
header: {
|
|
103955
104039
|
description: string;
|
|
103956
104040
|
alignment: "Center" | "Left";
|
|
@@ -103978,10 +104062,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103978
104062
|
} | null | undefined;
|
|
103979
104063
|
minHeight?: number | null | undefined;
|
|
103980
104064
|
};
|
|
104065
|
+
isPrivate?: boolean | undefined;
|
|
104066
|
+
isHidden?: boolean | undefined;
|
|
103981
104067
|
}>>>, {
|
|
103982
|
-
isHidden: boolean;
|
|
103983
104068
|
showSidebar: boolean;
|
|
103984
|
-
isPrivate: boolean;
|
|
103985
104069
|
header: {
|
|
103986
104070
|
description: string;
|
|
103987
104071
|
alignment: "Center" | "Left";
|
|
@@ -104009,10 +104093,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104009
104093
|
} | null | undefined;
|
|
104010
104094
|
minHeight?: number | null | undefined;
|
|
104011
104095
|
};
|
|
104096
|
+
isPrivate?: boolean | undefined;
|
|
104097
|
+
isHidden?: boolean | undefined;
|
|
104012
104098
|
} | undefined, {
|
|
104013
|
-
isHidden: boolean;
|
|
104014
104099
|
showSidebar: boolean;
|
|
104015
|
-
isPrivate: boolean;
|
|
104016
104100
|
header: {
|
|
104017
104101
|
description: string;
|
|
104018
104102
|
alignment: "Center" | "Left";
|
|
@@ -104040,13 +104124,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104040
104124
|
} | null | undefined;
|
|
104041
104125
|
minHeight?: number | null | undefined;
|
|
104042
104126
|
};
|
|
104127
|
+
isPrivate?: boolean | undefined;
|
|
104128
|
+
isHidden?: boolean | undefined;
|
|
104043
104129
|
} | null | undefined>;
|
|
104044
104130
|
}, "strip", z.ZodTypeAny, {
|
|
104045
104131
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
104046
104132
|
configuration?: {
|
|
104047
|
-
isHidden: boolean;
|
|
104048
104133
|
showSidebar: boolean;
|
|
104049
|
-
isPrivate: boolean;
|
|
104050
104134
|
header: {
|
|
104051
104135
|
description: string;
|
|
104052
104136
|
alignment: "Center" | "Left";
|
|
@@ -104074,13 +104158,13 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104074
104158
|
} | null | undefined;
|
|
104075
104159
|
minHeight?: number | null | undefined;
|
|
104076
104160
|
};
|
|
104161
|
+
isPrivate?: boolean | undefined;
|
|
104162
|
+
isHidden?: boolean | undefined;
|
|
104077
104163
|
} | undefined;
|
|
104078
104164
|
}, {
|
|
104079
104165
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
104080
104166
|
configuration?: {
|
|
104081
|
-
isHidden: boolean;
|
|
104082
104167
|
showSidebar: boolean;
|
|
104083
|
-
isPrivate: boolean;
|
|
104084
104168
|
header: {
|
|
104085
104169
|
description: string;
|
|
104086
104170
|
alignment: "Center" | "Left";
|
|
@@ -104108,6 +104192,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104108
104192
|
} | null | undefined;
|
|
104109
104193
|
minHeight?: number | null | undefined;
|
|
104110
104194
|
};
|
|
104195
|
+
isPrivate?: boolean | undefined;
|
|
104196
|
+
isHidden?: boolean | undefined;
|
|
104111
104197
|
} | null | undefined;
|
|
104112
104198
|
}>>;
|
|
104113
104199
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -104130,9 +104216,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104130
104216
|
data?: {
|
|
104131
104217
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
104132
104218
|
configuration?: {
|
|
104133
|
-
isHidden: boolean;
|
|
104134
104219
|
showSidebar: boolean;
|
|
104135
|
-
isPrivate: boolean;
|
|
104136
104220
|
header: {
|
|
104137
104221
|
description: string;
|
|
104138
104222
|
alignment: "Center" | "Left";
|
|
@@ -104160,6 +104244,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104160
104244
|
} | null | undefined;
|
|
104161
104245
|
minHeight?: number | null | undefined;
|
|
104162
104246
|
};
|
|
104247
|
+
isPrivate?: boolean | undefined;
|
|
104248
|
+
isHidden?: boolean | undefined;
|
|
104163
104249
|
} | undefined;
|
|
104164
104250
|
} | undefined;
|
|
104165
104251
|
}, {
|
|
@@ -104182,9 +104268,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104182
104268
|
data?: {
|
|
104183
104269
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
104184
104270
|
configuration?: {
|
|
104185
|
-
isHidden: boolean;
|
|
104186
104271
|
showSidebar: boolean;
|
|
104187
|
-
isPrivate: boolean;
|
|
104188
104272
|
header: {
|
|
104189
104273
|
description: string;
|
|
104190
104274
|
alignment: "Center" | "Left";
|
|
@@ -104212,6 +104296,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104212
104296
|
} | null | undefined;
|
|
104213
104297
|
minHeight?: number | null | undefined;
|
|
104214
104298
|
};
|
|
104299
|
+
isPrivate?: boolean | undefined;
|
|
104300
|
+
isHidden?: boolean | undefined;
|
|
104215
104301
|
} | null | undefined;
|
|
104216
104302
|
} | undefined;
|
|
104217
104303
|
}>;
|
|
@@ -105362,9 +105448,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105362
105448
|
persistentId: string;
|
|
105363
105449
|
data: {
|
|
105364
105450
|
configuration?: {
|
|
105365
|
-
isHidden: boolean;
|
|
105366
105451
|
showSidebar: boolean;
|
|
105367
|
-
isPrivate: boolean;
|
|
105368
105452
|
header: {
|
|
105369
105453
|
description: string;
|
|
105370
105454
|
alignment: "Center" | "Left";
|
|
@@ -105392,6 +105476,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105392
105476
|
} | null | undefined;
|
|
105393
105477
|
minHeight?: number | null | undefined;
|
|
105394
105478
|
};
|
|
105479
|
+
isPrivate?: boolean | undefined;
|
|
105480
|
+
isHidden?: boolean | undefined;
|
|
105395
105481
|
} | undefined;
|
|
105396
105482
|
oldBlocks?: PageBlockV1[] | undefined;
|
|
105397
105483
|
};
|
|
@@ -105514,9 +105600,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105514
105600
|
data?: {
|
|
105515
105601
|
behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
|
|
105516
105602
|
configuration?: {
|
|
105517
|
-
isHidden: boolean;
|
|
105518
105603
|
showSidebar: boolean;
|
|
105519
|
-
isPrivate: boolean;
|
|
105520
105604
|
header: {
|
|
105521
105605
|
description: string;
|
|
105522
105606
|
alignment: "Center" | "Left";
|
|
@@ -105544,6 +105628,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105544
105628
|
} | null | undefined;
|
|
105545
105629
|
minHeight?: number | null | undefined;
|
|
105546
105630
|
};
|
|
105631
|
+
isPrivate?: boolean | undefined;
|
|
105632
|
+
isHidden?: boolean | undefined;
|
|
105547
105633
|
} | undefined;
|
|
105548
105634
|
} | undefined;
|
|
105549
105635
|
};
|
|
@@ -105627,9 +105713,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105627
105713
|
persistentId: string;
|
|
105628
105714
|
data: {
|
|
105629
105715
|
configuration?: {
|
|
105630
|
-
isHidden: boolean;
|
|
105631
105716
|
showSidebar: boolean;
|
|
105632
|
-
isPrivate: boolean;
|
|
105633
105717
|
header: {
|
|
105634
105718
|
description: string;
|
|
105635
105719
|
alignment: "Center" | "Left";
|
|
@@ -105657,6 +105741,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105657
105741
|
} | null | undefined;
|
|
105658
105742
|
minHeight?: number | null | undefined;
|
|
105659
105743
|
};
|
|
105744
|
+
isPrivate?: boolean | undefined;
|
|
105745
|
+
isHidden?: boolean | undefined;
|
|
105660
105746
|
} | null | undefined;
|
|
105661
105747
|
oldBlocks?: ({
|
|
105662
105748
|
type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
|
|
@@ -105747,6 +105833,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105747
105833
|
} | null | undefined;
|
|
105748
105834
|
} | null | undefined;
|
|
105749
105835
|
documentationItemId?: string | null | undefined;
|
|
105836
|
+
pageHeadingId?: string | null | undefined;
|
|
105750
105837
|
url?: string | null | undefined;
|
|
105751
105838
|
openInNewTab?: boolean | null | undefined;
|
|
105752
105839
|
urlPreview?: {
|
|
@@ -105928,6 +106015,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105928
106015
|
} | null | undefined;
|
|
105929
106016
|
} | null | undefined;
|
|
105930
106017
|
documentationItemId?: string | null | undefined;
|
|
106018
|
+
pageHeadingId?: string | null | undefined;
|
|
105931
106019
|
url?: string | null | undefined;
|
|
105932
106020
|
openInNewTab?: boolean | null | undefined;
|
|
105933
106021
|
urlPreview?: {
|
|
@@ -106141,9 +106229,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
106141
106229
|
data?: {
|
|
106142
106230
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
106143
106231
|
configuration?: {
|
|
106144
|
-
isHidden: boolean;
|
|
106145
106232
|
showSidebar: boolean;
|
|
106146
|
-
isPrivate: boolean;
|
|
106147
106233
|
header: {
|
|
106148
106234
|
description: string;
|
|
106149
106235
|
alignment: "Center" | "Left";
|
|
@@ -106171,6 +106257,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
106171
106257
|
} | null | undefined;
|
|
106172
106258
|
minHeight?: number | null | undefined;
|
|
106173
106259
|
};
|
|
106260
|
+
isPrivate?: boolean | undefined;
|
|
106261
|
+
isHidden?: boolean | undefined;
|
|
106174
106262
|
} | null | undefined;
|
|
106175
106263
|
} | undefined;
|
|
106176
106264
|
};
|
|
@@ -111526,7 +111614,7 @@ declare const ExternalOAuthRequest: z.ZodObject<{
|
|
|
111526
111614
|
}>;
|
|
111527
111615
|
type ExternalOAuthRequest = z.infer<typeof ExternalOAuthRequest>;
|
|
111528
111616
|
|
|
111529
|
-
declare const IntegrationCredentialsType: z.ZodEnum<["OAuth2", "PAT"]>;
|
|
111617
|
+
declare const IntegrationCredentialsType: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
|
|
111530
111618
|
type IntegrationCredentialsType = z.infer<typeof IntegrationCredentialsType>;
|
|
111531
111619
|
declare const IntegrationCredentialsProfile: z.ZodObject<{
|
|
111532
111620
|
id: z.ZodString;
|
|
@@ -111542,9 +111630,9 @@ declare const IntegrationCredentialsProfile: z.ZodObject<{
|
|
|
111542
111630
|
avatarUrl?: string | undefined;
|
|
111543
111631
|
}>;
|
|
111544
111632
|
type IntegrationCredentialsProfile = z.infer<typeof IntegrationCredentialsProfile>;
|
|
111545
|
-
declare const
|
|
111633
|
+
declare const IntegrationCredentials: z.ZodObject<{
|
|
111546
111634
|
id: z.ZodString;
|
|
111547
|
-
type: z.ZodEnum<["OAuth2", "PAT"]>;
|
|
111635
|
+
type: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
|
|
111548
111636
|
integrationId: z.ZodString;
|
|
111549
111637
|
accessToken: z.ZodString;
|
|
111550
111638
|
userId: z.ZodString;
|
|
@@ -111563,10 +111651,11 @@ declare const IntegrationCredentialsSchema: z.ZodObject<{
|
|
|
111563
111651
|
username?: string | undefined;
|
|
111564
111652
|
avatarUrl?: string | undefined;
|
|
111565
111653
|
}>>;
|
|
111654
|
+
customUrl: z.ZodOptional<z.ZodString>;
|
|
111566
111655
|
}, "strip", z.ZodTypeAny, {
|
|
111567
111656
|
id: string;
|
|
111568
111657
|
createdAt: Date;
|
|
111569
|
-
type: "OAuth2" | "PAT";
|
|
111658
|
+
type: "OAuth2" | "PAT" | "GithubApp";
|
|
111570
111659
|
accessToken: string;
|
|
111571
111660
|
userId: string;
|
|
111572
111661
|
integrationId: string;
|
|
@@ -111576,10 +111665,11 @@ declare const IntegrationCredentialsSchema: z.ZodObject<{
|
|
|
111576
111665
|
username?: string | undefined;
|
|
111577
111666
|
avatarUrl?: string | undefined;
|
|
111578
111667
|
} | undefined;
|
|
111668
|
+
customUrl?: string | undefined;
|
|
111579
111669
|
}, {
|
|
111580
111670
|
id: string;
|
|
111581
111671
|
createdAt: Date;
|
|
111582
|
-
type: "OAuth2" | "PAT";
|
|
111672
|
+
type: "OAuth2" | "PAT" | "GithubApp";
|
|
111583
111673
|
accessToken: string;
|
|
111584
111674
|
userId: string;
|
|
111585
111675
|
integrationId: string;
|
|
@@ -111589,8 +111679,9 @@ declare const IntegrationCredentialsSchema: z.ZodObject<{
|
|
|
111589
111679
|
username?: string | undefined;
|
|
111590
111680
|
avatarUrl?: string | undefined;
|
|
111591
111681
|
} | undefined;
|
|
111682
|
+
customUrl?: string | undefined;
|
|
111592
111683
|
}>;
|
|
111593
|
-
type IntegrationCredentials = z.infer<typeof
|
|
111684
|
+
type IntegrationCredentials = z.infer<typeof IntegrationCredentials>;
|
|
111594
111685
|
declare const IntegrationType: z.ZodEnum<["Figma", "Github", "Gitlab", "Bitbucket", "Azure"]>;
|
|
111595
111686
|
type IntegrationType = z.infer<typeof IntegrationType>;
|
|
111596
111687
|
declare const Integration: z.ZodObject<{
|
|
@@ -111600,7 +111691,7 @@ declare const Integration: z.ZodObject<{
|
|
|
111600
111691
|
createdAt: z.ZodDate;
|
|
111601
111692
|
integrationCredentials: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
111602
111693
|
id: z.ZodString;
|
|
111603
|
-
type: z.ZodEnum<["OAuth2", "PAT"]>;
|
|
111694
|
+
type: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
|
|
111604
111695
|
integrationId: z.ZodString;
|
|
111605
111696
|
accessToken: z.ZodString;
|
|
111606
111697
|
userId: z.ZodString;
|
|
@@ -111619,10 +111710,11 @@ declare const Integration: z.ZodObject<{
|
|
|
111619
111710
|
username?: string | undefined;
|
|
111620
111711
|
avatarUrl?: string | undefined;
|
|
111621
111712
|
}>>;
|
|
111713
|
+
customUrl: z.ZodOptional<z.ZodString>;
|
|
111622
111714
|
}, "strip", z.ZodTypeAny, {
|
|
111623
111715
|
id: string;
|
|
111624
111716
|
createdAt: Date;
|
|
111625
|
-
type: "OAuth2" | "PAT";
|
|
111717
|
+
type: "OAuth2" | "PAT" | "GithubApp";
|
|
111626
111718
|
accessToken: string;
|
|
111627
111719
|
userId: string;
|
|
111628
111720
|
integrationId: string;
|
|
@@ -111632,10 +111724,11 @@ declare const Integration: z.ZodObject<{
|
|
|
111632
111724
|
username?: string | undefined;
|
|
111633
111725
|
avatarUrl?: string | undefined;
|
|
111634
111726
|
} | undefined;
|
|
111727
|
+
customUrl?: string | undefined;
|
|
111635
111728
|
}, {
|
|
111636
111729
|
id: string;
|
|
111637
111730
|
createdAt: Date;
|
|
111638
|
-
type: "OAuth2" | "PAT";
|
|
111731
|
+
type: "OAuth2" | "PAT" | "GithubApp";
|
|
111639
111732
|
accessToken: string;
|
|
111640
111733
|
userId: string;
|
|
111641
111734
|
integrationId: string;
|
|
@@ -111645,6 +111738,7 @@ declare const Integration: z.ZodObject<{
|
|
|
111645
111738
|
username?: string | undefined;
|
|
111646
111739
|
avatarUrl?: string | undefined;
|
|
111647
111740
|
} | undefined;
|
|
111741
|
+
customUrl?: string | undefined;
|
|
111648
111742
|
}>, "many">>;
|
|
111649
111743
|
}, "strip", z.ZodTypeAny, {
|
|
111650
111744
|
id: string;
|
|
@@ -111654,7 +111748,7 @@ declare const Integration: z.ZodObject<{
|
|
|
111654
111748
|
integrationCredentials?: {
|
|
111655
111749
|
id: string;
|
|
111656
111750
|
createdAt: Date;
|
|
111657
|
-
type: "OAuth2" | "PAT";
|
|
111751
|
+
type: "OAuth2" | "PAT" | "GithubApp";
|
|
111658
111752
|
accessToken: string;
|
|
111659
111753
|
userId: string;
|
|
111660
111754
|
integrationId: string;
|
|
@@ -111664,6 +111758,7 @@ declare const Integration: z.ZodObject<{
|
|
|
111664
111758
|
username?: string | undefined;
|
|
111665
111759
|
avatarUrl?: string | undefined;
|
|
111666
111760
|
} | undefined;
|
|
111761
|
+
customUrl?: string | undefined;
|
|
111667
111762
|
}[] | undefined;
|
|
111668
111763
|
}, {
|
|
111669
111764
|
id: string;
|
|
@@ -111673,7 +111768,7 @@ declare const Integration: z.ZodObject<{
|
|
|
111673
111768
|
integrationCredentials?: {
|
|
111674
111769
|
id: string;
|
|
111675
111770
|
createdAt: Date;
|
|
111676
|
-
type: "OAuth2" | "PAT";
|
|
111771
|
+
type: "OAuth2" | "PAT" | "GithubApp";
|
|
111677
111772
|
accessToken: string;
|
|
111678
111773
|
userId: string;
|
|
111679
111774
|
integrationId: string;
|
|
@@ -111683,9 +111778,42 @@ declare const Integration: z.ZodObject<{
|
|
|
111683
111778
|
username?: string | undefined;
|
|
111684
111779
|
avatarUrl?: string | undefined;
|
|
111685
111780
|
} | undefined;
|
|
111781
|
+
customUrl?: string | undefined;
|
|
111686
111782
|
}[] | undefined;
|
|
111687
111783
|
}>;
|
|
111688
111784
|
type Integration = z.infer<typeof Integration>;
|
|
111785
|
+
declare const IntegrationTokenResponse: z.ZodEffects<z.ZodObject<{
|
|
111786
|
+
access_token: z.ZodString;
|
|
111787
|
+
refresh_token: z.ZodOptional<z.ZodString>;
|
|
111788
|
+
expires_in: z.ZodOptional<z.ZodNumber>;
|
|
111789
|
+
token_type: z.ZodOptional<z.ZodString>;
|
|
111790
|
+
custom_url: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
|
|
111791
|
+
}, "strip", z.ZodTypeAny, {
|
|
111792
|
+
access_token: string;
|
|
111793
|
+
refresh_token?: string | undefined;
|
|
111794
|
+
expires_in?: number | undefined;
|
|
111795
|
+
token_type?: string | undefined;
|
|
111796
|
+
custom_url?: string | undefined;
|
|
111797
|
+
}, {
|
|
111798
|
+
access_token: string;
|
|
111799
|
+
refresh_token?: string | undefined;
|
|
111800
|
+
expires_in?: number | undefined;
|
|
111801
|
+
token_type?: string | undefined;
|
|
111802
|
+
custom_url?: string | undefined;
|
|
111803
|
+
}>, {
|
|
111804
|
+
accessToken: string;
|
|
111805
|
+
refreshToken: string | undefined;
|
|
111806
|
+
expiresIn: number | undefined;
|
|
111807
|
+
tokenType: string | undefined;
|
|
111808
|
+
customUrl: string | undefined;
|
|
111809
|
+
}, {
|
|
111810
|
+
access_token: string;
|
|
111811
|
+
refresh_token?: string | undefined;
|
|
111812
|
+
expires_in?: number | undefined;
|
|
111813
|
+
token_type?: string | undefined;
|
|
111814
|
+
custom_url?: string | undefined;
|
|
111815
|
+
}>;
|
|
111816
|
+
type IntegrationTokenResponse = z.infer<typeof IntegrationTokenResponse>;
|
|
111689
111817
|
|
|
111690
111818
|
declare const IntegrationTokenSchema: z.ZodObject<{
|
|
111691
111819
|
id: z.ZodString;
|
|
@@ -116870,4 +116998,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
116870
116998
|
}>;
|
|
116871
116999
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
116872
117000
|
|
|
116873
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, type IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsSchema, IntegrationCredentialsType, type IntegrationToken, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserTest, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
|
|
117001
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsType, type IntegrationToken, IntegrationTokenResponse, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserTest, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
|