@supernova-studio/client 1.43.3 → 1.43.4
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 +1087 -1
- package/dist/index.d.ts +1087 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -83734,6 +83734,1092 @@ declare const DTOForgeProjectArtifactsListResponse: z$1.ZodObject<{
|
|
|
83734
83734
|
}[];
|
|
83735
83735
|
}>;
|
|
83736
83736
|
type DTOForgeProjectArtifactsListResponse = z$1.infer<typeof DTOForgeProjectArtifactsListResponse>;
|
|
83737
|
+
declare const DTOForgeProjectArtifactContentResponse: z$1.ZodObject<{
|
|
83738
|
+
artifactId: z$1.ZodString;
|
|
83739
|
+
content: z$1.ZodObject<{
|
|
83740
|
+
items: z$1.ZodArray<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
83741
|
+
id: z$1.ZodString;
|
|
83742
|
+
type: z$1.ZodLiteral<"Block">;
|
|
83743
|
+
data: z$1.ZodObject<{
|
|
83744
|
+
packageId: z$1.ZodString;
|
|
83745
|
+
variantId: z$1.ZodOptional<z$1.ZodString>;
|
|
83746
|
+
indentLevel: z$1.ZodNumber;
|
|
83747
|
+
appearance: z$1.ZodOptional<z$1.ZodObject<{
|
|
83748
|
+
itemBackgroundColor: z$1.ZodOptional<z$1.ZodObject<{
|
|
83749
|
+
value: z$1.ZodString;
|
|
83750
|
+
referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
|
|
83751
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83752
|
+
value: string;
|
|
83753
|
+
referencedTokenId?: string | undefined;
|
|
83754
|
+
}, {
|
|
83755
|
+
value: string;
|
|
83756
|
+
referencedTokenId?: string | undefined;
|
|
83757
|
+
}>>;
|
|
83758
|
+
numberOfColumns: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83759
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83760
|
+
numberOfColumns?: number | undefined;
|
|
83761
|
+
itemBackgroundColor?: {
|
|
83762
|
+
value: string;
|
|
83763
|
+
referencedTokenId?: string | undefined;
|
|
83764
|
+
} | undefined;
|
|
83765
|
+
}, {
|
|
83766
|
+
numberOfColumns?: number | undefined;
|
|
83767
|
+
itemBackgroundColor?: {
|
|
83768
|
+
value: string;
|
|
83769
|
+
referencedTokenId?: string | undefined;
|
|
83770
|
+
} | undefined;
|
|
83771
|
+
}>>;
|
|
83772
|
+
items: z$1.ZodArray<z$1.ZodObject<{
|
|
83773
|
+
id: z$1.ZodString;
|
|
83774
|
+
linksTo: z$1.ZodOptional<z$1.ZodObject<{
|
|
83775
|
+
type: z$1.ZodEnum<["DocumentationItem", "PageHeading", "Url"]>;
|
|
83776
|
+
documentationItemId: z$1.ZodOptional<z$1.ZodString>;
|
|
83777
|
+
pageHeadingId: z$1.ZodOptional<z$1.ZodString>;
|
|
83778
|
+
url: z$1.ZodOptional<z$1.ZodString>;
|
|
83779
|
+
openInNewTab: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
83780
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83781
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83782
|
+
url?: string | undefined;
|
|
83783
|
+
documentationItemId?: string | undefined;
|
|
83784
|
+
pageHeadingId?: string | undefined;
|
|
83785
|
+
openInNewTab?: boolean | undefined;
|
|
83786
|
+
}, {
|
|
83787
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83788
|
+
url?: string | undefined;
|
|
83789
|
+
documentationItemId?: string | undefined;
|
|
83790
|
+
pageHeadingId?: string | undefined;
|
|
83791
|
+
openInNewTab?: boolean | undefined;
|
|
83792
|
+
}>>;
|
|
83793
|
+
props: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodObject<{
|
|
83794
|
+
value: z$1.ZodAny;
|
|
83795
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83796
|
+
value?: any;
|
|
83797
|
+
}, {
|
|
83798
|
+
value?: any;
|
|
83799
|
+
}>, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
83800
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83801
|
+
id: string;
|
|
83802
|
+
props: Record<string, {
|
|
83803
|
+
value?: any;
|
|
83804
|
+
} & Record<string, any>>;
|
|
83805
|
+
linksTo?: {
|
|
83806
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83807
|
+
url?: string | undefined;
|
|
83808
|
+
documentationItemId?: string | undefined;
|
|
83809
|
+
pageHeadingId?: string | undefined;
|
|
83810
|
+
openInNewTab?: boolean | undefined;
|
|
83811
|
+
} | undefined;
|
|
83812
|
+
}, {
|
|
83813
|
+
id: string;
|
|
83814
|
+
props: Record<string, {
|
|
83815
|
+
value?: any;
|
|
83816
|
+
} & Record<string, any>>;
|
|
83817
|
+
linksTo?: {
|
|
83818
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83819
|
+
url?: string | undefined;
|
|
83820
|
+
documentationItemId?: string | undefined;
|
|
83821
|
+
pageHeadingId?: string | undefined;
|
|
83822
|
+
openInNewTab?: boolean | undefined;
|
|
83823
|
+
} | undefined;
|
|
83824
|
+
}>, "many">;
|
|
83825
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83826
|
+
items: {
|
|
83827
|
+
id: string;
|
|
83828
|
+
props: Record<string, {
|
|
83829
|
+
value?: any;
|
|
83830
|
+
} & Record<string, any>>;
|
|
83831
|
+
linksTo?: {
|
|
83832
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83833
|
+
url?: string | undefined;
|
|
83834
|
+
documentationItemId?: string | undefined;
|
|
83835
|
+
pageHeadingId?: string | undefined;
|
|
83836
|
+
openInNewTab?: boolean | undefined;
|
|
83837
|
+
} | undefined;
|
|
83838
|
+
}[];
|
|
83839
|
+
packageId: string;
|
|
83840
|
+
indentLevel: number;
|
|
83841
|
+
appearance?: {
|
|
83842
|
+
numberOfColumns?: number | undefined;
|
|
83843
|
+
itemBackgroundColor?: {
|
|
83844
|
+
value: string;
|
|
83845
|
+
referencedTokenId?: string | undefined;
|
|
83846
|
+
} | undefined;
|
|
83847
|
+
} | undefined;
|
|
83848
|
+
variantId?: string | undefined;
|
|
83849
|
+
}, {
|
|
83850
|
+
items: {
|
|
83851
|
+
id: string;
|
|
83852
|
+
props: Record<string, {
|
|
83853
|
+
value?: any;
|
|
83854
|
+
} & Record<string, any>>;
|
|
83855
|
+
linksTo?: {
|
|
83856
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83857
|
+
url?: string | undefined;
|
|
83858
|
+
documentationItemId?: string | undefined;
|
|
83859
|
+
pageHeadingId?: string | undefined;
|
|
83860
|
+
openInNewTab?: boolean | undefined;
|
|
83861
|
+
} | undefined;
|
|
83862
|
+
}[];
|
|
83863
|
+
packageId: string;
|
|
83864
|
+
indentLevel: number;
|
|
83865
|
+
appearance?: {
|
|
83866
|
+
numberOfColumns?: number | undefined;
|
|
83867
|
+
itemBackgroundColor?: {
|
|
83868
|
+
value: string;
|
|
83869
|
+
referencedTokenId?: string | undefined;
|
|
83870
|
+
} | undefined;
|
|
83871
|
+
} | undefined;
|
|
83872
|
+
variantId?: string | undefined;
|
|
83873
|
+
}>;
|
|
83874
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83875
|
+
type: "Block";
|
|
83876
|
+
data: {
|
|
83877
|
+
items: {
|
|
83878
|
+
id: string;
|
|
83879
|
+
props: Record<string, {
|
|
83880
|
+
value?: any;
|
|
83881
|
+
} & Record<string, any>>;
|
|
83882
|
+
linksTo?: {
|
|
83883
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83884
|
+
url?: string | undefined;
|
|
83885
|
+
documentationItemId?: string | undefined;
|
|
83886
|
+
pageHeadingId?: string | undefined;
|
|
83887
|
+
openInNewTab?: boolean | undefined;
|
|
83888
|
+
} | undefined;
|
|
83889
|
+
}[];
|
|
83890
|
+
packageId: string;
|
|
83891
|
+
indentLevel: number;
|
|
83892
|
+
appearance?: {
|
|
83893
|
+
numberOfColumns?: number | undefined;
|
|
83894
|
+
itemBackgroundColor?: {
|
|
83895
|
+
value: string;
|
|
83896
|
+
referencedTokenId?: string | undefined;
|
|
83897
|
+
} | undefined;
|
|
83898
|
+
} | undefined;
|
|
83899
|
+
variantId?: string | undefined;
|
|
83900
|
+
};
|
|
83901
|
+
id: string;
|
|
83902
|
+
}, {
|
|
83903
|
+
type: "Block";
|
|
83904
|
+
data: {
|
|
83905
|
+
items: {
|
|
83906
|
+
id: string;
|
|
83907
|
+
props: Record<string, {
|
|
83908
|
+
value?: any;
|
|
83909
|
+
} & Record<string, any>>;
|
|
83910
|
+
linksTo?: {
|
|
83911
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
83912
|
+
url?: string | undefined;
|
|
83913
|
+
documentationItemId?: string | undefined;
|
|
83914
|
+
pageHeadingId?: string | undefined;
|
|
83915
|
+
openInNewTab?: boolean | undefined;
|
|
83916
|
+
} | undefined;
|
|
83917
|
+
}[];
|
|
83918
|
+
packageId: string;
|
|
83919
|
+
indentLevel: number;
|
|
83920
|
+
appearance?: {
|
|
83921
|
+
numberOfColumns?: number | undefined;
|
|
83922
|
+
itemBackgroundColor?: {
|
|
83923
|
+
value: string;
|
|
83924
|
+
referencedTokenId?: string | undefined;
|
|
83925
|
+
} | undefined;
|
|
83926
|
+
} | undefined;
|
|
83927
|
+
variantId?: string | undefined;
|
|
83928
|
+
};
|
|
83929
|
+
id: string;
|
|
83930
|
+
}>, z$1.ZodObject<{
|
|
83931
|
+
id: z$1.ZodString;
|
|
83932
|
+
type: z$1.ZodLiteral<"Section">;
|
|
83933
|
+
variantId: z$1.ZodOptional<z$1.ZodString>;
|
|
83934
|
+
sectionType: z$1.ZodEnum<["Tabs"]>;
|
|
83935
|
+
appearance: z$1.ZodObject<{
|
|
83936
|
+
expandToEdges: z$1.ZodBoolean;
|
|
83937
|
+
contentExpandToEdges: z$1.ZodBoolean;
|
|
83938
|
+
backgroundColor: z$1.ZodOptional<z$1.ZodObject<{
|
|
83939
|
+
value: z$1.ZodString;
|
|
83940
|
+
referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
|
|
83941
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83942
|
+
value: string;
|
|
83943
|
+
referencedTokenId?: string | undefined;
|
|
83944
|
+
}, {
|
|
83945
|
+
value: string;
|
|
83946
|
+
referencedTokenId?: string | undefined;
|
|
83947
|
+
}>>;
|
|
83948
|
+
foregroundColor: z$1.ZodOptional<z$1.ZodObject<{
|
|
83949
|
+
value: z$1.ZodString;
|
|
83950
|
+
referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
|
|
83951
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83952
|
+
value: string;
|
|
83953
|
+
referencedTokenId?: string | undefined;
|
|
83954
|
+
}, {
|
|
83955
|
+
value: string;
|
|
83956
|
+
referencedTokenId?: string | undefined;
|
|
83957
|
+
}>>;
|
|
83958
|
+
padding: z$1.ZodOptional<z$1.ZodObject<{
|
|
83959
|
+
top: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83960
|
+
bottom: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83961
|
+
left: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83962
|
+
right: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83963
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83964
|
+
top?: number | undefined;
|
|
83965
|
+
bottom?: number | undefined;
|
|
83966
|
+
left?: number | undefined;
|
|
83967
|
+
right?: number | undefined;
|
|
83968
|
+
}, {
|
|
83969
|
+
top?: number | undefined;
|
|
83970
|
+
bottom?: number | undefined;
|
|
83971
|
+
left?: number | undefined;
|
|
83972
|
+
right?: number | undefined;
|
|
83973
|
+
}>>;
|
|
83974
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
83975
|
+
expandToEdges: boolean;
|
|
83976
|
+
contentExpandToEdges: boolean;
|
|
83977
|
+
backgroundColor?: {
|
|
83978
|
+
value: string;
|
|
83979
|
+
referencedTokenId?: string | undefined;
|
|
83980
|
+
} | undefined;
|
|
83981
|
+
foregroundColor?: {
|
|
83982
|
+
value: string;
|
|
83983
|
+
referencedTokenId?: string | undefined;
|
|
83984
|
+
} | undefined;
|
|
83985
|
+
padding?: {
|
|
83986
|
+
top?: number | undefined;
|
|
83987
|
+
bottom?: number | undefined;
|
|
83988
|
+
left?: number | undefined;
|
|
83989
|
+
right?: number | undefined;
|
|
83990
|
+
} | undefined;
|
|
83991
|
+
}, {
|
|
83992
|
+
expandToEdges: boolean;
|
|
83993
|
+
contentExpandToEdges: boolean;
|
|
83994
|
+
backgroundColor?: {
|
|
83995
|
+
value: string;
|
|
83996
|
+
referencedTokenId?: string | undefined;
|
|
83997
|
+
} | undefined;
|
|
83998
|
+
foregroundColor?: {
|
|
83999
|
+
value: string;
|
|
84000
|
+
referencedTokenId?: string | undefined;
|
|
84001
|
+
} | undefined;
|
|
84002
|
+
padding?: {
|
|
84003
|
+
top?: number | undefined;
|
|
84004
|
+
bottom?: number | undefined;
|
|
84005
|
+
left?: number | undefined;
|
|
84006
|
+
right?: number | undefined;
|
|
84007
|
+
} | undefined;
|
|
84008
|
+
}>;
|
|
84009
|
+
items: z$1.ZodArray<z$1.ZodObject<{
|
|
84010
|
+
id: z$1.ZodString;
|
|
84011
|
+
title: z$1.ZodString;
|
|
84012
|
+
columns: z$1.ZodArray<z$1.ZodObject<{
|
|
84013
|
+
id: z$1.ZodString;
|
|
84014
|
+
blocks: z$1.ZodArray<z$1.ZodObject<{
|
|
84015
|
+
id: z$1.ZodString;
|
|
84016
|
+
type: z$1.ZodLiteral<"Block">;
|
|
84017
|
+
data: z$1.ZodObject<{
|
|
84018
|
+
packageId: z$1.ZodString;
|
|
84019
|
+
variantId: z$1.ZodOptional<z$1.ZodString>;
|
|
84020
|
+
indentLevel: z$1.ZodNumber;
|
|
84021
|
+
appearance: z$1.ZodOptional<z$1.ZodObject<{
|
|
84022
|
+
itemBackgroundColor: z$1.ZodOptional<z$1.ZodObject<{
|
|
84023
|
+
value: z$1.ZodString;
|
|
84024
|
+
referencedTokenId: z$1.ZodOptional<z$1.ZodString>;
|
|
84025
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84026
|
+
value: string;
|
|
84027
|
+
referencedTokenId?: string | undefined;
|
|
84028
|
+
}, {
|
|
84029
|
+
value: string;
|
|
84030
|
+
referencedTokenId?: string | undefined;
|
|
84031
|
+
}>>;
|
|
84032
|
+
numberOfColumns: z$1.ZodOptional<z$1.ZodNumber>;
|
|
84033
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84034
|
+
numberOfColumns?: number | undefined;
|
|
84035
|
+
itemBackgroundColor?: {
|
|
84036
|
+
value: string;
|
|
84037
|
+
referencedTokenId?: string | undefined;
|
|
84038
|
+
} | undefined;
|
|
84039
|
+
}, {
|
|
84040
|
+
numberOfColumns?: number | undefined;
|
|
84041
|
+
itemBackgroundColor?: {
|
|
84042
|
+
value: string;
|
|
84043
|
+
referencedTokenId?: string | undefined;
|
|
84044
|
+
} | undefined;
|
|
84045
|
+
}>>;
|
|
84046
|
+
items: z$1.ZodArray<z$1.ZodObject<{
|
|
84047
|
+
id: z$1.ZodString;
|
|
84048
|
+
linksTo: z$1.ZodOptional<z$1.ZodObject<{
|
|
84049
|
+
type: z$1.ZodEnum<["DocumentationItem", "PageHeading", "Url"]>;
|
|
84050
|
+
documentationItemId: z$1.ZodOptional<z$1.ZodString>;
|
|
84051
|
+
pageHeadingId: z$1.ZodOptional<z$1.ZodString>;
|
|
84052
|
+
url: z$1.ZodOptional<z$1.ZodString>;
|
|
84053
|
+
openInNewTab: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
84054
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84055
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84056
|
+
url?: string | undefined;
|
|
84057
|
+
documentationItemId?: string | undefined;
|
|
84058
|
+
pageHeadingId?: string | undefined;
|
|
84059
|
+
openInNewTab?: boolean | undefined;
|
|
84060
|
+
}, {
|
|
84061
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84062
|
+
url?: string | undefined;
|
|
84063
|
+
documentationItemId?: string | undefined;
|
|
84064
|
+
pageHeadingId?: string | undefined;
|
|
84065
|
+
openInNewTab?: boolean | undefined;
|
|
84066
|
+
}>>;
|
|
84067
|
+
props: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodObject<{
|
|
84068
|
+
value: z$1.ZodAny;
|
|
84069
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84070
|
+
value?: any;
|
|
84071
|
+
}, {
|
|
84072
|
+
value?: any;
|
|
84073
|
+
}>, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
84074
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84075
|
+
id: string;
|
|
84076
|
+
props: Record<string, {
|
|
84077
|
+
value?: any;
|
|
84078
|
+
} & Record<string, any>>;
|
|
84079
|
+
linksTo?: {
|
|
84080
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84081
|
+
url?: string | undefined;
|
|
84082
|
+
documentationItemId?: string | undefined;
|
|
84083
|
+
pageHeadingId?: string | undefined;
|
|
84084
|
+
openInNewTab?: boolean | undefined;
|
|
84085
|
+
} | undefined;
|
|
84086
|
+
}, {
|
|
84087
|
+
id: string;
|
|
84088
|
+
props: Record<string, {
|
|
84089
|
+
value?: any;
|
|
84090
|
+
} & Record<string, any>>;
|
|
84091
|
+
linksTo?: {
|
|
84092
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84093
|
+
url?: string | undefined;
|
|
84094
|
+
documentationItemId?: string | undefined;
|
|
84095
|
+
pageHeadingId?: string | undefined;
|
|
84096
|
+
openInNewTab?: boolean | undefined;
|
|
84097
|
+
} | undefined;
|
|
84098
|
+
}>, "many">;
|
|
84099
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84100
|
+
items: {
|
|
84101
|
+
id: string;
|
|
84102
|
+
props: Record<string, {
|
|
84103
|
+
value?: any;
|
|
84104
|
+
} & Record<string, any>>;
|
|
84105
|
+
linksTo?: {
|
|
84106
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84107
|
+
url?: string | undefined;
|
|
84108
|
+
documentationItemId?: string | undefined;
|
|
84109
|
+
pageHeadingId?: string | undefined;
|
|
84110
|
+
openInNewTab?: boolean | undefined;
|
|
84111
|
+
} | undefined;
|
|
84112
|
+
}[];
|
|
84113
|
+
packageId: string;
|
|
84114
|
+
indentLevel: number;
|
|
84115
|
+
appearance?: {
|
|
84116
|
+
numberOfColumns?: number | undefined;
|
|
84117
|
+
itemBackgroundColor?: {
|
|
84118
|
+
value: string;
|
|
84119
|
+
referencedTokenId?: string | undefined;
|
|
84120
|
+
} | undefined;
|
|
84121
|
+
} | undefined;
|
|
84122
|
+
variantId?: string | undefined;
|
|
84123
|
+
}, {
|
|
84124
|
+
items: {
|
|
84125
|
+
id: string;
|
|
84126
|
+
props: Record<string, {
|
|
84127
|
+
value?: any;
|
|
84128
|
+
} & Record<string, any>>;
|
|
84129
|
+
linksTo?: {
|
|
84130
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84131
|
+
url?: string | undefined;
|
|
84132
|
+
documentationItemId?: string | undefined;
|
|
84133
|
+
pageHeadingId?: string | undefined;
|
|
84134
|
+
openInNewTab?: boolean | undefined;
|
|
84135
|
+
} | undefined;
|
|
84136
|
+
}[];
|
|
84137
|
+
packageId: string;
|
|
84138
|
+
indentLevel: number;
|
|
84139
|
+
appearance?: {
|
|
84140
|
+
numberOfColumns?: number | undefined;
|
|
84141
|
+
itemBackgroundColor?: {
|
|
84142
|
+
value: string;
|
|
84143
|
+
referencedTokenId?: string | undefined;
|
|
84144
|
+
} | undefined;
|
|
84145
|
+
} | undefined;
|
|
84146
|
+
variantId?: string | undefined;
|
|
84147
|
+
}>;
|
|
84148
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84149
|
+
type: "Block";
|
|
84150
|
+
data: {
|
|
84151
|
+
items: {
|
|
84152
|
+
id: string;
|
|
84153
|
+
props: Record<string, {
|
|
84154
|
+
value?: any;
|
|
84155
|
+
} & Record<string, any>>;
|
|
84156
|
+
linksTo?: {
|
|
84157
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84158
|
+
url?: string | undefined;
|
|
84159
|
+
documentationItemId?: string | undefined;
|
|
84160
|
+
pageHeadingId?: string | undefined;
|
|
84161
|
+
openInNewTab?: boolean | undefined;
|
|
84162
|
+
} | undefined;
|
|
84163
|
+
}[];
|
|
84164
|
+
packageId: string;
|
|
84165
|
+
indentLevel: number;
|
|
84166
|
+
appearance?: {
|
|
84167
|
+
numberOfColumns?: number | undefined;
|
|
84168
|
+
itemBackgroundColor?: {
|
|
84169
|
+
value: string;
|
|
84170
|
+
referencedTokenId?: string | undefined;
|
|
84171
|
+
} | undefined;
|
|
84172
|
+
} | undefined;
|
|
84173
|
+
variantId?: string | undefined;
|
|
84174
|
+
};
|
|
84175
|
+
id: string;
|
|
84176
|
+
}, {
|
|
84177
|
+
type: "Block";
|
|
84178
|
+
data: {
|
|
84179
|
+
items: {
|
|
84180
|
+
id: string;
|
|
84181
|
+
props: Record<string, {
|
|
84182
|
+
value?: any;
|
|
84183
|
+
} & Record<string, any>>;
|
|
84184
|
+
linksTo?: {
|
|
84185
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84186
|
+
url?: string | undefined;
|
|
84187
|
+
documentationItemId?: string | undefined;
|
|
84188
|
+
pageHeadingId?: string | undefined;
|
|
84189
|
+
openInNewTab?: boolean | undefined;
|
|
84190
|
+
} | undefined;
|
|
84191
|
+
}[];
|
|
84192
|
+
packageId: string;
|
|
84193
|
+
indentLevel: number;
|
|
84194
|
+
appearance?: {
|
|
84195
|
+
numberOfColumns?: number | undefined;
|
|
84196
|
+
itemBackgroundColor?: {
|
|
84197
|
+
value: string;
|
|
84198
|
+
referencedTokenId?: string | undefined;
|
|
84199
|
+
} | undefined;
|
|
84200
|
+
} | undefined;
|
|
84201
|
+
variantId?: string | undefined;
|
|
84202
|
+
};
|
|
84203
|
+
id: string;
|
|
84204
|
+
}>, "many">;
|
|
84205
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84206
|
+
id: string;
|
|
84207
|
+
blocks: {
|
|
84208
|
+
type: "Block";
|
|
84209
|
+
data: {
|
|
84210
|
+
items: {
|
|
84211
|
+
id: string;
|
|
84212
|
+
props: Record<string, {
|
|
84213
|
+
value?: any;
|
|
84214
|
+
} & Record<string, any>>;
|
|
84215
|
+
linksTo?: {
|
|
84216
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84217
|
+
url?: string | undefined;
|
|
84218
|
+
documentationItemId?: string | undefined;
|
|
84219
|
+
pageHeadingId?: string | undefined;
|
|
84220
|
+
openInNewTab?: boolean | undefined;
|
|
84221
|
+
} | undefined;
|
|
84222
|
+
}[];
|
|
84223
|
+
packageId: string;
|
|
84224
|
+
indentLevel: number;
|
|
84225
|
+
appearance?: {
|
|
84226
|
+
numberOfColumns?: number | undefined;
|
|
84227
|
+
itemBackgroundColor?: {
|
|
84228
|
+
value: string;
|
|
84229
|
+
referencedTokenId?: string | undefined;
|
|
84230
|
+
} | undefined;
|
|
84231
|
+
} | undefined;
|
|
84232
|
+
variantId?: string | undefined;
|
|
84233
|
+
};
|
|
84234
|
+
id: string;
|
|
84235
|
+
}[];
|
|
84236
|
+
}, {
|
|
84237
|
+
id: string;
|
|
84238
|
+
blocks: {
|
|
84239
|
+
type: "Block";
|
|
84240
|
+
data: {
|
|
84241
|
+
items: {
|
|
84242
|
+
id: string;
|
|
84243
|
+
props: Record<string, {
|
|
84244
|
+
value?: any;
|
|
84245
|
+
} & Record<string, any>>;
|
|
84246
|
+
linksTo?: {
|
|
84247
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84248
|
+
url?: string | undefined;
|
|
84249
|
+
documentationItemId?: string | undefined;
|
|
84250
|
+
pageHeadingId?: string | undefined;
|
|
84251
|
+
openInNewTab?: boolean | undefined;
|
|
84252
|
+
} | undefined;
|
|
84253
|
+
}[];
|
|
84254
|
+
packageId: string;
|
|
84255
|
+
indentLevel: number;
|
|
84256
|
+
appearance?: {
|
|
84257
|
+
numberOfColumns?: number | undefined;
|
|
84258
|
+
itemBackgroundColor?: {
|
|
84259
|
+
value: string;
|
|
84260
|
+
referencedTokenId?: string | undefined;
|
|
84261
|
+
} | undefined;
|
|
84262
|
+
} | undefined;
|
|
84263
|
+
variantId?: string | undefined;
|
|
84264
|
+
};
|
|
84265
|
+
id: string;
|
|
84266
|
+
}[];
|
|
84267
|
+
}>, "many">;
|
|
84268
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84269
|
+
id: string;
|
|
84270
|
+
title: string;
|
|
84271
|
+
columns: {
|
|
84272
|
+
id: string;
|
|
84273
|
+
blocks: {
|
|
84274
|
+
type: "Block";
|
|
84275
|
+
data: {
|
|
84276
|
+
items: {
|
|
84277
|
+
id: string;
|
|
84278
|
+
props: Record<string, {
|
|
84279
|
+
value?: any;
|
|
84280
|
+
} & Record<string, any>>;
|
|
84281
|
+
linksTo?: {
|
|
84282
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84283
|
+
url?: string | undefined;
|
|
84284
|
+
documentationItemId?: string | undefined;
|
|
84285
|
+
pageHeadingId?: string | undefined;
|
|
84286
|
+
openInNewTab?: boolean | undefined;
|
|
84287
|
+
} | undefined;
|
|
84288
|
+
}[];
|
|
84289
|
+
packageId: string;
|
|
84290
|
+
indentLevel: number;
|
|
84291
|
+
appearance?: {
|
|
84292
|
+
numberOfColumns?: number | undefined;
|
|
84293
|
+
itemBackgroundColor?: {
|
|
84294
|
+
value: string;
|
|
84295
|
+
referencedTokenId?: string | undefined;
|
|
84296
|
+
} | undefined;
|
|
84297
|
+
} | undefined;
|
|
84298
|
+
variantId?: string | undefined;
|
|
84299
|
+
};
|
|
84300
|
+
id: string;
|
|
84301
|
+
}[];
|
|
84302
|
+
}[];
|
|
84303
|
+
}, {
|
|
84304
|
+
id: string;
|
|
84305
|
+
title: string;
|
|
84306
|
+
columns: {
|
|
84307
|
+
id: string;
|
|
84308
|
+
blocks: {
|
|
84309
|
+
type: "Block";
|
|
84310
|
+
data: {
|
|
84311
|
+
items: {
|
|
84312
|
+
id: string;
|
|
84313
|
+
props: Record<string, {
|
|
84314
|
+
value?: any;
|
|
84315
|
+
} & Record<string, any>>;
|
|
84316
|
+
linksTo?: {
|
|
84317
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84318
|
+
url?: string | undefined;
|
|
84319
|
+
documentationItemId?: string | undefined;
|
|
84320
|
+
pageHeadingId?: string | undefined;
|
|
84321
|
+
openInNewTab?: boolean | undefined;
|
|
84322
|
+
} | undefined;
|
|
84323
|
+
}[];
|
|
84324
|
+
packageId: string;
|
|
84325
|
+
indentLevel: number;
|
|
84326
|
+
appearance?: {
|
|
84327
|
+
numberOfColumns?: number | undefined;
|
|
84328
|
+
itemBackgroundColor?: {
|
|
84329
|
+
value: string;
|
|
84330
|
+
referencedTokenId?: string | undefined;
|
|
84331
|
+
} | undefined;
|
|
84332
|
+
} | undefined;
|
|
84333
|
+
variantId?: string | undefined;
|
|
84334
|
+
};
|
|
84335
|
+
id: string;
|
|
84336
|
+
}[];
|
|
84337
|
+
}[];
|
|
84338
|
+
}>, "many">;
|
|
84339
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84340
|
+
type: "Section";
|
|
84341
|
+
id: string;
|
|
84342
|
+
items: {
|
|
84343
|
+
id: string;
|
|
84344
|
+
title: string;
|
|
84345
|
+
columns: {
|
|
84346
|
+
id: string;
|
|
84347
|
+
blocks: {
|
|
84348
|
+
type: "Block";
|
|
84349
|
+
data: {
|
|
84350
|
+
items: {
|
|
84351
|
+
id: string;
|
|
84352
|
+
props: Record<string, {
|
|
84353
|
+
value?: any;
|
|
84354
|
+
} & Record<string, any>>;
|
|
84355
|
+
linksTo?: {
|
|
84356
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84357
|
+
url?: string | undefined;
|
|
84358
|
+
documentationItemId?: string | undefined;
|
|
84359
|
+
pageHeadingId?: string | undefined;
|
|
84360
|
+
openInNewTab?: boolean | undefined;
|
|
84361
|
+
} | undefined;
|
|
84362
|
+
}[];
|
|
84363
|
+
packageId: string;
|
|
84364
|
+
indentLevel: number;
|
|
84365
|
+
appearance?: {
|
|
84366
|
+
numberOfColumns?: number | undefined;
|
|
84367
|
+
itemBackgroundColor?: {
|
|
84368
|
+
value: string;
|
|
84369
|
+
referencedTokenId?: string | undefined;
|
|
84370
|
+
} | undefined;
|
|
84371
|
+
} | undefined;
|
|
84372
|
+
variantId?: string | undefined;
|
|
84373
|
+
};
|
|
84374
|
+
id: string;
|
|
84375
|
+
}[];
|
|
84376
|
+
}[];
|
|
84377
|
+
}[];
|
|
84378
|
+
appearance: {
|
|
84379
|
+
expandToEdges: boolean;
|
|
84380
|
+
contentExpandToEdges: boolean;
|
|
84381
|
+
backgroundColor?: {
|
|
84382
|
+
value: string;
|
|
84383
|
+
referencedTokenId?: string | undefined;
|
|
84384
|
+
} | undefined;
|
|
84385
|
+
foregroundColor?: {
|
|
84386
|
+
value: string;
|
|
84387
|
+
referencedTokenId?: string | undefined;
|
|
84388
|
+
} | undefined;
|
|
84389
|
+
padding?: {
|
|
84390
|
+
top?: number | undefined;
|
|
84391
|
+
bottom?: number | undefined;
|
|
84392
|
+
left?: number | undefined;
|
|
84393
|
+
right?: number | undefined;
|
|
84394
|
+
} | undefined;
|
|
84395
|
+
};
|
|
84396
|
+
sectionType: "Tabs";
|
|
84397
|
+
variantId?: string | undefined;
|
|
84398
|
+
}, {
|
|
84399
|
+
type: "Section";
|
|
84400
|
+
id: string;
|
|
84401
|
+
items: {
|
|
84402
|
+
id: string;
|
|
84403
|
+
title: string;
|
|
84404
|
+
columns: {
|
|
84405
|
+
id: string;
|
|
84406
|
+
blocks: {
|
|
84407
|
+
type: "Block";
|
|
84408
|
+
data: {
|
|
84409
|
+
items: {
|
|
84410
|
+
id: string;
|
|
84411
|
+
props: Record<string, {
|
|
84412
|
+
value?: any;
|
|
84413
|
+
} & Record<string, any>>;
|
|
84414
|
+
linksTo?: {
|
|
84415
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84416
|
+
url?: string | undefined;
|
|
84417
|
+
documentationItemId?: string | undefined;
|
|
84418
|
+
pageHeadingId?: string | undefined;
|
|
84419
|
+
openInNewTab?: boolean | undefined;
|
|
84420
|
+
} | undefined;
|
|
84421
|
+
}[];
|
|
84422
|
+
packageId: string;
|
|
84423
|
+
indentLevel: number;
|
|
84424
|
+
appearance?: {
|
|
84425
|
+
numberOfColumns?: number | undefined;
|
|
84426
|
+
itemBackgroundColor?: {
|
|
84427
|
+
value: string;
|
|
84428
|
+
referencedTokenId?: string | undefined;
|
|
84429
|
+
} | undefined;
|
|
84430
|
+
} | undefined;
|
|
84431
|
+
variantId?: string | undefined;
|
|
84432
|
+
};
|
|
84433
|
+
id: string;
|
|
84434
|
+
}[];
|
|
84435
|
+
}[];
|
|
84436
|
+
}[];
|
|
84437
|
+
appearance: {
|
|
84438
|
+
expandToEdges: boolean;
|
|
84439
|
+
contentExpandToEdges: boolean;
|
|
84440
|
+
backgroundColor?: {
|
|
84441
|
+
value: string;
|
|
84442
|
+
referencedTokenId?: string | undefined;
|
|
84443
|
+
} | undefined;
|
|
84444
|
+
foregroundColor?: {
|
|
84445
|
+
value: string;
|
|
84446
|
+
referencedTokenId?: string | undefined;
|
|
84447
|
+
} | undefined;
|
|
84448
|
+
padding?: {
|
|
84449
|
+
top?: number | undefined;
|
|
84450
|
+
bottom?: number | undefined;
|
|
84451
|
+
left?: number | undefined;
|
|
84452
|
+
right?: number | undefined;
|
|
84453
|
+
} | undefined;
|
|
84454
|
+
};
|
|
84455
|
+
sectionType: "Tabs";
|
|
84456
|
+
variantId?: string | undefined;
|
|
84457
|
+
}>]>, "many">;
|
|
84458
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84459
|
+
items: ({
|
|
84460
|
+
type: "Block";
|
|
84461
|
+
data: {
|
|
84462
|
+
items: {
|
|
84463
|
+
id: string;
|
|
84464
|
+
props: Record<string, {
|
|
84465
|
+
value?: any;
|
|
84466
|
+
} & Record<string, any>>;
|
|
84467
|
+
linksTo?: {
|
|
84468
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84469
|
+
url?: string | undefined;
|
|
84470
|
+
documentationItemId?: string | undefined;
|
|
84471
|
+
pageHeadingId?: string | undefined;
|
|
84472
|
+
openInNewTab?: boolean | undefined;
|
|
84473
|
+
} | undefined;
|
|
84474
|
+
}[];
|
|
84475
|
+
packageId: string;
|
|
84476
|
+
indentLevel: number;
|
|
84477
|
+
appearance?: {
|
|
84478
|
+
numberOfColumns?: number | undefined;
|
|
84479
|
+
itemBackgroundColor?: {
|
|
84480
|
+
value: string;
|
|
84481
|
+
referencedTokenId?: string | undefined;
|
|
84482
|
+
} | undefined;
|
|
84483
|
+
} | undefined;
|
|
84484
|
+
variantId?: string | undefined;
|
|
84485
|
+
};
|
|
84486
|
+
id: string;
|
|
84487
|
+
} | {
|
|
84488
|
+
type: "Section";
|
|
84489
|
+
id: string;
|
|
84490
|
+
items: {
|
|
84491
|
+
id: string;
|
|
84492
|
+
title: string;
|
|
84493
|
+
columns: {
|
|
84494
|
+
id: string;
|
|
84495
|
+
blocks: {
|
|
84496
|
+
type: "Block";
|
|
84497
|
+
data: {
|
|
84498
|
+
items: {
|
|
84499
|
+
id: string;
|
|
84500
|
+
props: Record<string, {
|
|
84501
|
+
value?: any;
|
|
84502
|
+
} & Record<string, any>>;
|
|
84503
|
+
linksTo?: {
|
|
84504
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84505
|
+
url?: string | undefined;
|
|
84506
|
+
documentationItemId?: string | undefined;
|
|
84507
|
+
pageHeadingId?: string | undefined;
|
|
84508
|
+
openInNewTab?: boolean | undefined;
|
|
84509
|
+
} | undefined;
|
|
84510
|
+
}[];
|
|
84511
|
+
packageId: string;
|
|
84512
|
+
indentLevel: number;
|
|
84513
|
+
appearance?: {
|
|
84514
|
+
numberOfColumns?: number | undefined;
|
|
84515
|
+
itemBackgroundColor?: {
|
|
84516
|
+
value: string;
|
|
84517
|
+
referencedTokenId?: string | undefined;
|
|
84518
|
+
} | undefined;
|
|
84519
|
+
} | undefined;
|
|
84520
|
+
variantId?: string | undefined;
|
|
84521
|
+
};
|
|
84522
|
+
id: string;
|
|
84523
|
+
}[];
|
|
84524
|
+
}[];
|
|
84525
|
+
}[];
|
|
84526
|
+
appearance: {
|
|
84527
|
+
expandToEdges: boolean;
|
|
84528
|
+
contentExpandToEdges: boolean;
|
|
84529
|
+
backgroundColor?: {
|
|
84530
|
+
value: string;
|
|
84531
|
+
referencedTokenId?: string | undefined;
|
|
84532
|
+
} | undefined;
|
|
84533
|
+
foregroundColor?: {
|
|
84534
|
+
value: string;
|
|
84535
|
+
referencedTokenId?: string | undefined;
|
|
84536
|
+
} | undefined;
|
|
84537
|
+
padding?: {
|
|
84538
|
+
top?: number | undefined;
|
|
84539
|
+
bottom?: number | undefined;
|
|
84540
|
+
left?: number | undefined;
|
|
84541
|
+
right?: number | undefined;
|
|
84542
|
+
} | undefined;
|
|
84543
|
+
};
|
|
84544
|
+
sectionType: "Tabs";
|
|
84545
|
+
variantId?: string | undefined;
|
|
84546
|
+
})[];
|
|
84547
|
+
}, {
|
|
84548
|
+
items: ({
|
|
84549
|
+
type: "Block";
|
|
84550
|
+
data: {
|
|
84551
|
+
items: {
|
|
84552
|
+
id: string;
|
|
84553
|
+
props: Record<string, {
|
|
84554
|
+
value?: any;
|
|
84555
|
+
} & Record<string, any>>;
|
|
84556
|
+
linksTo?: {
|
|
84557
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84558
|
+
url?: string | undefined;
|
|
84559
|
+
documentationItemId?: string | undefined;
|
|
84560
|
+
pageHeadingId?: string | undefined;
|
|
84561
|
+
openInNewTab?: boolean | undefined;
|
|
84562
|
+
} | undefined;
|
|
84563
|
+
}[];
|
|
84564
|
+
packageId: string;
|
|
84565
|
+
indentLevel: number;
|
|
84566
|
+
appearance?: {
|
|
84567
|
+
numberOfColumns?: number | undefined;
|
|
84568
|
+
itemBackgroundColor?: {
|
|
84569
|
+
value: string;
|
|
84570
|
+
referencedTokenId?: string | undefined;
|
|
84571
|
+
} | undefined;
|
|
84572
|
+
} | undefined;
|
|
84573
|
+
variantId?: string | undefined;
|
|
84574
|
+
};
|
|
84575
|
+
id: string;
|
|
84576
|
+
} | {
|
|
84577
|
+
type: "Section";
|
|
84578
|
+
id: string;
|
|
84579
|
+
items: {
|
|
84580
|
+
id: string;
|
|
84581
|
+
title: string;
|
|
84582
|
+
columns: {
|
|
84583
|
+
id: string;
|
|
84584
|
+
blocks: {
|
|
84585
|
+
type: "Block";
|
|
84586
|
+
data: {
|
|
84587
|
+
items: {
|
|
84588
|
+
id: string;
|
|
84589
|
+
props: Record<string, {
|
|
84590
|
+
value?: any;
|
|
84591
|
+
} & Record<string, any>>;
|
|
84592
|
+
linksTo?: {
|
|
84593
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84594
|
+
url?: string | undefined;
|
|
84595
|
+
documentationItemId?: string | undefined;
|
|
84596
|
+
pageHeadingId?: string | undefined;
|
|
84597
|
+
openInNewTab?: boolean | undefined;
|
|
84598
|
+
} | undefined;
|
|
84599
|
+
}[];
|
|
84600
|
+
packageId: string;
|
|
84601
|
+
indentLevel: number;
|
|
84602
|
+
appearance?: {
|
|
84603
|
+
numberOfColumns?: number | undefined;
|
|
84604
|
+
itemBackgroundColor?: {
|
|
84605
|
+
value: string;
|
|
84606
|
+
referencedTokenId?: string | undefined;
|
|
84607
|
+
} | undefined;
|
|
84608
|
+
} | undefined;
|
|
84609
|
+
variantId?: string | undefined;
|
|
84610
|
+
};
|
|
84611
|
+
id: string;
|
|
84612
|
+
}[];
|
|
84613
|
+
}[];
|
|
84614
|
+
}[];
|
|
84615
|
+
appearance: {
|
|
84616
|
+
expandToEdges: boolean;
|
|
84617
|
+
contentExpandToEdges: boolean;
|
|
84618
|
+
backgroundColor?: {
|
|
84619
|
+
value: string;
|
|
84620
|
+
referencedTokenId?: string | undefined;
|
|
84621
|
+
} | undefined;
|
|
84622
|
+
foregroundColor?: {
|
|
84623
|
+
value: string;
|
|
84624
|
+
referencedTokenId?: string | undefined;
|
|
84625
|
+
} | undefined;
|
|
84626
|
+
padding?: {
|
|
84627
|
+
top?: number | undefined;
|
|
84628
|
+
bottom?: number | undefined;
|
|
84629
|
+
left?: number | undefined;
|
|
84630
|
+
right?: number | undefined;
|
|
84631
|
+
} | undefined;
|
|
84632
|
+
};
|
|
84633
|
+
sectionType: "Tabs";
|
|
84634
|
+
variantId?: string | undefined;
|
|
84635
|
+
})[];
|
|
84636
|
+
}>;
|
|
84637
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
84638
|
+
artifactId: string;
|
|
84639
|
+
content: {
|
|
84640
|
+
items: ({
|
|
84641
|
+
type: "Block";
|
|
84642
|
+
data: {
|
|
84643
|
+
items: {
|
|
84644
|
+
id: string;
|
|
84645
|
+
props: Record<string, {
|
|
84646
|
+
value?: any;
|
|
84647
|
+
} & Record<string, any>>;
|
|
84648
|
+
linksTo?: {
|
|
84649
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84650
|
+
url?: string | undefined;
|
|
84651
|
+
documentationItemId?: string | undefined;
|
|
84652
|
+
pageHeadingId?: string | undefined;
|
|
84653
|
+
openInNewTab?: boolean | undefined;
|
|
84654
|
+
} | undefined;
|
|
84655
|
+
}[];
|
|
84656
|
+
packageId: string;
|
|
84657
|
+
indentLevel: number;
|
|
84658
|
+
appearance?: {
|
|
84659
|
+
numberOfColumns?: number | undefined;
|
|
84660
|
+
itemBackgroundColor?: {
|
|
84661
|
+
value: string;
|
|
84662
|
+
referencedTokenId?: string | undefined;
|
|
84663
|
+
} | undefined;
|
|
84664
|
+
} | undefined;
|
|
84665
|
+
variantId?: string | undefined;
|
|
84666
|
+
};
|
|
84667
|
+
id: string;
|
|
84668
|
+
} | {
|
|
84669
|
+
type: "Section";
|
|
84670
|
+
id: string;
|
|
84671
|
+
items: {
|
|
84672
|
+
id: string;
|
|
84673
|
+
title: string;
|
|
84674
|
+
columns: {
|
|
84675
|
+
id: string;
|
|
84676
|
+
blocks: {
|
|
84677
|
+
type: "Block";
|
|
84678
|
+
data: {
|
|
84679
|
+
items: {
|
|
84680
|
+
id: string;
|
|
84681
|
+
props: Record<string, {
|
|
84682
|
+
value?: any;
|
|
84683
|
+
} & Record<string, any>>;
|
|
84684
|
+
linksTo?: {
|
|
84685
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84686
|
+
url?: string | undefined;
|
|
84687
|
+
documentationItemId?: string | undefined;
|
|
84688
|
+
pageHeadingId?: string | undefined;
|
|
84689
|
+
openInNewTab?: boolean | undefined;
|
|
84690
|
+
} | undefined;
|
|
84691
|
+
}[];
|
|
84692
|
+
packageId: string;
|
|
84693
|
+
indentLevel: number;
|
|
84694
|
+
appearance?: {
|
|
84695
|
+
numberOfColumns?: number | undefined;
|
|
84696
|
+
itemBackgroundColor?: {
|
|
84697
|
+
value: string;
|
|
84698
|
+
referencedTokenId?: string | undefined;
|
|
84699
|
+
} | undefined;
|
|
84700
|
+
} | undefined;
|
|
84701
|
+
variantId?: string | undefined;
|
|
84702
|
+
};
|
|
84703
|
+
id: string;
|
|
84704
|
+
}[];
|
|
84705
|
+
}[];
|
|
84706
|
+
}[];
|
|
84707
|
+
appearance: {
|
|
84708
|
+
expandToEdges: boolean;
|
|
84709
|
+
contentExpandToEdges: boolean;
|
|
84710
|
+
backgroundColor?: {
|
|
84711
|
+
value: string;
|
|
84712
|
+
referencedTokenId?: string | undefined;
|
|
84713
|
+
} | undefined;
|
|
84714
|
+
foregroundColor?: {
|
|
84715
|
+
value: string;
|
|
84716
|
+
referencedTokenId?: string | undefined;
|
|
84717
|
+
} | undefined;
|
|
84718
|
+
padding?: {
|
|
84719
|
+
top?: number | undefined;
|
|
84720
|
+
bottom?: number | undefined;
|
|
84721
|
+
left?: number | undefined;
|
|
84722
|
+
right?: number | undefined;
|
|
84723
|
+
} | undefined;
|
|
84724
|
+
};
|
|
84725
|
+
sectionType: "Tabs";
|
|
84726
|
+
variantId?: string | undefined;
|
|
84727
|
+
})[];
|
|
84728
|
+
};
|
|
84729
|
+
}, {
|
|
84730
|
+
artifactId: string;
|
|
84731
|
+
content: {
|
|
84732
|
+
items: ({
|
|
84733
|
+
type: "Block";
|
|
84734
|
+
data: {
|
|
84735
|
+
items: {
|
|
84736
|
+
id: string;
|
|
84737
|
+
props: Record<string, {
|
|
84738
|
+
value?: any;
|
|
84739
|
+
} & Record<string, any>>;
|
|
84740
|
+
linksTo?: {
|
|
84741
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84742
|
+
url?: string | undefined;
|
|
84743
|
+
documentationItemId?: string | undefined;
|
|
84744
|
+
pageHeadingId?: string | undefined;
|
|
84745
|
+
openInNewTab?: boolean | undefined;
|
|
84746
|
+
} | undefined;
|
|
84747
|
+
}[];
|
|
84748
|
+
packageId: string;
|
|
84749
|
+
indentLevel: number;
|
|
84750
|
+
appearance?: {
|
|
84751
|
+
numberOfColumns?: number | undefined;
|
|
84752
|
+
itemBackgroundColor?: {
|
|
84753
|
+
value: string;
|
|
84754
|
+
referencedTokenId?: string | undefined;
|
|
84755
|
+
} | undefined;
|
|
84756
|
+
} | undefined;
|
|
84757
|
+
variantId?: string | undefined;
|
|
84758
|
+
};
|
|
84759
|
+
id: string;
|
|
84760
|
+
} | {
|
|
84761
|
+
type: "Section";
|
|
84762
|
+
id: string;
|
|
84763
|
+
items: {
|
|
84764
|
+
id: string;
|
|
84765
|
+
title: string;
|
|
84766
|
+
columns: {
|
|
84767
|
+
id: string;
|
|
84768
|
+
blocks: {
|
|
84769
|
+
type: "Block";
|
|
84770
|
+
data: {
|
|
84771
|
+
items: {
|
|
84772
|
+
id: string;
|
|
84773
|
+
props: Record<string, {
|
|
84774
|
+
value?: any;
|
|
84775
|
+
} & Record<string, any>>;
|
|
84776
|
+
linksTo?: {
|
|
84777
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
84778
|
+
url?: string | undefined;
|
|
84779
|
+
documentationItemId?: string | undefined;
|
|
84780
|
+
pageHeadingId?: string | undefined;
|
|
84781
|
+
openInNewTab?: boolean | undefined;
|
|
84782
|
+
} | undefined;
|
|
84783
|
+
}[];
|
|
84784
|
+
packageId: string;
|
|
84785
|
+
indentLevel: number;
|
|
84786
|
+
appearance?: {
|
|
84787
|
+
numberOfColumns?: number | undefined;
|
|
84788
|
+
itemBackgroundColor?: {
|
|
84789
|
+
value: string;
|
|
84790
|
+
referencedTokenId?: string | undefined;
|
|
84791
|
+
} | undefined;
|
|
84792
|
+
} | undefined;
|
|
84793
|
+
variantId?: string | undefined;
|
|
84794
|
+
};
|
|
84795
|
+
id: string;
|
|
84796
|
+
}[];
|
|
84797
|
+
}[];
|
|
84798
|
+
}[];
|
|
84799
|
+
appearance: {
|
|
84800
|
+
expandToEdges: boolean;
|
|
84801
|
+
contentExpandToEdges: boolean;
|
|
84802
|
+
backgroundColor?: {
|
|
84803
|
+
value: string;
|
|
84804
|
+
referencedTokenId?: string | undefined;
|
|
84805
|
+
} | undefined;
|
|
84806
|
+
foregroundColor?: {
|
|
84807
|
+
value: string;
|
|
84808
|
+
referencedTokenId?: string | undefined;
|
|
84809
|
+
} | undefined;
|
|
84810
|
+
padding?: {
|
|
84811
|
+
top?: number | undefined;
|
|
84812
|
+
bottom?: number | undefined;
|
|
84813
|
+
left?: number | undefined;
|
|
84814
|
+
right?: number | undefined;
|
|
84815
|
+
} | undefined;
|
|
84816
|
+
};
|
|
84817
|
+
sectionType: "Tabs";
|
|
84818
|
+
variantId?: string | undefined;
|
|
84819
|
+
})[];
|
|
84820
|
+
};
|
|
84821
|
+
}>;
|
|
84822
|
+
type DTOForgeProjectArtifactContentResponse = z$1.infer<typeof DTOForgeProjectArtifactContentResponse>;
|
|
83737
84823
|
|
|
83738
84824
|
declare const DTOForgeComponentSet: z$1.ZodObject<{
|
|
83739
84825
|
type: z$1.ZodEnum<["Shadcn"]>;
|
|
@@ -253902,4 +254988,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
253902
254988
|
reason: ValidationErrorReason | undefined;
|
|
253903
254989
|
};
|
|
253904
254990
|
|
|
253905
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
254991
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemePreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|