@supernova-studio/client 0.58.16 → 0.58.18
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 +248 -64
- package/dist/index.d.ts +248 -64
- package/dist/index.js +93 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +422 -341
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/client.ts +3 -0
- package/src/api/dto/documentation/index.ts +1 -0
- package/src/api/dto/documentation/room.ts +12 -0
- package/src/api/dto/elements/figma-nodes/figma-node.ts +37 -3
- package/src/api/endpoints/design-system/versions/documentation.ts +11 -7
- package/src/api/endpoints/index.ts +1 -0
- package/src/api/endpoints/liveblocks.ts +14 -0
- package/src/utils/figma.ts +53 -0
- package/src/utils/index.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -21847,14 +21847,14 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
|
|
|
21847
21847
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
21848
21848
|
}, "strip", z.ZodTypeAny, {
|
|
21849
21849
|
id: string;
|
|
21850
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
21850
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
21851
21851
|
name: string;
|
|
21852
21852
|
options?: Record<string, any> | undefined;
|
|
21853
21853
|
description?: string | undefined;
|
|
21854
21854
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
21855
21855
|
}, {
|
|
21856
21856
|
id: string;
|
|
21857
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
21857
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
21858
21858
|
name: string;
|
|
21859
21859
|
options?: Record<string, any> | undefined;
|
|
21860
21860
|
description?: string | undefined;
|
|
@@ -21950,7 +21950,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
|
|
|
21950
21950
|
}, "strip", z.ZodTypeAny, {
|
|
21951
21951
|
properties: {
|
|
21952
21952
|
id: string;
|
|
21953
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
21953
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
21954
21954
|
name: string;
|
|
21955
21955
|
options?: Record<string, any> | undefined;
|
|
21956
21956
|
description?: string | undefined;
|
|
@@ -21989,7 +21989,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
|
|
|
21989
21989
|
}, {
|
|
21990
21990
|
properties: {
|
|
21991
21991
|
id: string;
|
|
21992
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
21992
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
21993
21993
|
name: string;
|
|
21994
21994
|
options?: Record<string, any> | undefined;
|
|
21995
21995
|
description?: string | undefined;
|
|
@@ -22109,14 +22109,14 @@ declare const DTOPageBlockDefinitionProperty: z.ZodObject<{
|
|
|
22109
22109
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
22110
22110
|
}, "strip", z.ZodTypeAny, {
|
|
22111
22111
|
id: string;
|
|
22112
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22112
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22113
22113
|
name: string;
|
|
22114
22114
|
options?: Record<string, any> | undefined;
|
|
22115
22115
|
description?: string | undefined;
|
|
22116
22116
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
22117
22117
|
}, {
|
|
22118
22118
|
id: string;
|
|
22119
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22119
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22120
22120
|
name: string;
|
|
22121
22121
|
options?: Record<string, any> | undefined;
|
|
22122
22122
|
description?: string | undefined;
|
|
@@ -22152,14 +22152,14 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
22152
22152
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
22153
22153
|
}, "strip", z.ZodTypeAny, {
|
|
22154
22154
|
id: string;
|
|
22155
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22155
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22156
22156
|
name: string;
|
|
22157
22157
|
options?: Record<string, any> | undefined;
|
|
22158
22158
|
description?: string | undefined;
|
|
22159
22159
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
22160
22160
|
}, {
|
|
22161
22161
|
id: string;
|
|
22162
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22162
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22163
22163
|
name: string;
|
|
22164
22164
|
options?: Record<string, any> | undefined;
|
|
22165
22165
|
description?: string | undefined;
|
|
@@ -22255,7 +22255,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
22255
22255
|
}, "strip", z.ZodTypeAny, {
|
|
22256
22256
|
properties: {
|
|
22257
22257
|
id: string;
|
|
22258
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22258
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22259
22259
|
name: string;
|
|
22260
22260
|
options?: Record<string, any> | undefined;
|
|
22261
22261
|
description?: string | undefined;
|
|
@@ -22294,7 +22294,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
22294
22294
|
}, {
|
|
22295
22295
|
properties: {
|
|
22296
22296
|
id: string;
|
|
22297
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22297
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22298
22298
|
name: string;
|
|
22299
22299
|
options?: Record<string, any> | undefined;
|
|
22300
22300
|
description?: string | undefined;
|
|
@@ -22428,7 +22428,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
22428
22428
|
item: {
|
|
22429
22429
|
properties: {
|
|
22430
22430
|
id: string;
|
|
22431
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22431
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22432
22432
|
name: string;
|
|
22433
22433
|
options?: Record<string, any> | undefined;
|
|
22434
22434
|
description?: string | undefined;
|
|
@@ -22501,7 +22501,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
22501
22501
|
item: {
|
|
22502
22502
|
properties: {
|
|
22503
22503
|
id: string;
|
|
22504
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
22504
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
22505
22505
|
name: string;
|
|
22506
22506
|
options?: Record<string, any> | undefined;
|
|
22507
22507
|
description?: string | undefined;
|
|
@@ -24888,6 +24888,33 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
24888
24888
|
}>;
|
|
24889
24889
|
type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
|
|
24890
24890
|
|
|
24891
|
+
declare const DTODocumentationPageRoom: z.ZodObject<{
|
|
24892
|
+
id: z.ZodString;
|
|
24893
|
+
}, "strip", z.ZodTypeAny, {
|
|
24894
|
+
id: string;
|
|
24895
|
+
}, {
|
|
24896
|
+
id: string;
|
|
24897
|
+
}>;
|
|
24898
|
+
type DTODocumentationPageRoom = z.infer<typeof DTODocumentationPageRoom>;
|
|
24899
|
+
declare const DTODocumentationPageRoomResponse: z.ZodObject<{
|
|
24900
|
+
room: z.ZodObject<{
|
|
24901
|
+
id: z.ZodString;
|
|
24902
|
+
}, "strip", z.ZodTypeAny, {
|
|
24903
|
+
id: string;
|
|
24904
|
+
}, {
|
|
24905
|
+
id: string;
|
|
24906
|
+
}>;
|
|
24907
|
+
}, "strip", z.ZodTypeAny, {
|
|
24908
|
+
room: {
|
|
24909
|
+
id: string;
|
|
24910
|
+
};
|
|
24911
|
+
}, {
|
|
24912
|
+
room: {
|
|
24913
|
+
id: string;
|
|
24914
|
+
};
|
|
24915
|
+
}>;
|
|
24916
|
+
type DTODocumentationPageRoomResponse = z.infer<typeof DTODocumentationPageRoomResponse>;
|
|
24917
|
+
|
|
24891
24918
|
declare const DTOFigmaComponentGroup: zod__default.ZodObject<{
|
|
24892
24919
|
id: zod__default.ZodString;
|
|
24893
24920
|
designSystemVersionId: zod__default.ZodString;
|
|
@@ -40902,7 +40929,17 @@ declare const DTOFigmaNode: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUt
|
|
|
40902
40929
|
};
|
|
40903
40930
|
}>;
|
|
40904
40931
|
type DTOFigmaNode = z.infer<typeof DTOFigmaNode>;
|
|
40905
|
-
|
|
40932
|
+
/**
|
|
40933
|
+
* Figma node render request that uses source ID + node ID to identify the requested
|
|
40934
|
+
* node to render. The node ID can be obtained from the source's Figma node structure.
|
|
40935
|
+
*/
|
|
40936
|
+
declare const DTOFigmaNodeRenderIdInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
40937
|
+
/**
|
|
40938
|
+
* Format in which the node must be rendered, png by default.
|
|
40939
|
+
*/
|
|
40940
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40941
|
+
}, {
|
|
40942
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
40906
40943
|
/**
|
|
40907
40944
|
* Id of a design system's data source representing a linked Figma file
|
|
40908
40945
|
*/
|
|
@@ -40911,19 +40948,88 @@ declare const DTOFigmaNodeRenderInput: z.ZodObject<{
|
|
|
40911
40948
|
* Id of a node within the Figma file
|
|
40912
40949
|
*/
|
|
40913
40950
|
figmaFileNodeId: z.ZodString;
|
|
40951
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40952
|
+
sourceId: string;
|
|
40953
|
+
inputType: "NodeId";
|
|
40954
|
+
format: "Png" | "Svg";
|
|
40955
|
+
figmaFileNodeId: string;
|
|
40956
|
+
}, {
|
|
40957
|
+
sourceId: string;
|
|
40958
|
+
figmaFileNodeId: string;
|
|
40959
|
+
inputType?: "NodeId" | undefined;
|
|
40960
|
+
format?: "Png" | "Svg" | undefined;
|
|
40961
|
+
}>;
|
|
40962
|
+
type DTOFigmaNodeRenderIdInput = z.infer<typeof DTOFigmaNodeRenderIdInput>;
|
|
40963
|
+
/**
|
|
40964
|
+
* Figma node render request that uses Figma URL to identify the requested
|
|
40965
|
+
* node to render. The URL can be obtained by the user directly from the Figma app.
|
|
40966
|
+
*/
|
|
40967
|
+
declare const DTOFigmaNodeRenderUrlInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
40914
40968
|
/**
|
|
40915
40969
|
* Format in which the node must be rendered, png by default.
|
|
40916
40970
|
*/
|
|
40917
40971
|
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40918
|
-
},
|
|
40972
|
+
}, {
|
|
40973
|
+
inputType: z.ZodLiteral<"URL">;
|
|
40974
|
+
/**
|
|
40975
|
+
* Id of a design system's data source representing a linked Figma file
|
|
40976
|
+
*/
|
|
40977
|
+
figmaNodeUrl: z.ZodString;
|
|
40978
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40979
|
+
inputType: "URL";
|
|
40980
|
+
format: "Png" | "Svg";
|
|
40981
|
+
figmaNodeUrl: string;
|
|
40982
|
+
}, {
|
|
40983
|
+
inputType: "URL";
|
|
40984
|
+
figmaNodeUrl: string;
|
|
40985
|
+
format?: "Png" | "Svg" | undefined;
|
|
40986
|
+
}>;
|
|
40987
|
+
type DTOFigmaNodeRenderUrlInput = z.infer<typeof DTOFigmaNodeRenderUrlInput>;
|
|
40988
|
+
declare const DTOFigmaNodeRenderInput: z.ZodDiscriminatedUnion<"inputType", [z.ZodObject<z.objectUtil.extendShape<{
|
|
40989
|
+
/**
|
|
40990
|
+
* Format in which the node must be rendered, png by default.
|
|
40991
|
+
*/
|
|
40992
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40993
|
+
}, {
|
|
40994
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
40995
|
+
/**
|
|
40996
|
+
* Id of a design system's data source representing a linked Figma file
|
|
40997
|
+
*/
|
|
40998
|
+
sourceId: z.ZodString;
|
|
40999
|
+
/**
|
|
41000
|
+
* Id of a node within the Figma file
|
|
41001
|
+
*/
|
|
41002
|
+
figmaFileNodeId: z.ZodString;
|
|
41003
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40919
41004
|
sourceId: string;
|
|
40920
|
-
|
|
41005
|
+
inputType: "NodeId";
|
|
40921
41006
|
format: "Png" | "Svg";
|
|
41007
|
+
figmaFileNodeId: string;
|
|
40922
41008
|
}, {
|
|
40923
41009
|
sourceId: string;
|
|
40924
41010
|
figmaFileNodeId: string;
|
|
41011
|
+
inputType?: "NodeId" | undefined;
|
|
40925
41012
|
format?: "Png" | "Svg" | undefined;
|
|
40926
|
-
}
|
|
41013
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
41014
|
+
/**
|
|
41015
|
+
* Format in which the node must be rendered, png by default.
|
|
41016
|
+
*/
|
|
41017
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
41018
|
+
}, {
|
|
41019
|
+
inputType: z.ZodLiteral<"URL">;
|
|
41020
|
+
/**
|
|
41021
|
+
* Id of a design system's data source representing a linked Figma file
|
|
41022
|
+
*/
|
|
41023
|
+
figmaNodeUrl: z.ZodString;
|
|
41024
|
+
}>, "strip", z.ZodTypeAny, {
|
|
41025
|
+
inputType: "URL";
|
|
41026
|
+
format: "Png" | "Svg";
|
|
41027
|
+
figmaNodeUrl: string;
|
|
41028
|
+
}, {
|
|
41029
|
+
inputType: "URL";
|
|
41030
|
+
figmaNodeUrl: string;
|
|
41031
|
+
format?: "Png" | "Svg" | undefined;
|
|
41032
|
+
}>]>;
|
|
40927
41033
|
type DTOFigmaNodeRenderInput = z.infer<typeof DTOFigmaNodeRenderInput>;
|
|
40928
41034
|
|
|
40929
41035
|
declare const DTOFigmaNodeRenderActionOutput: z.ZodObject<{
|
|
@@ -41145,33 +41251,60 @@ declare const DTOFigmaNodeRenderActionOutput: z.ZodObject<{
|
|
|
41145
41251
|
type DTOFigmaNodeRenderActionOutput = z.infer<typeof DTOFigmaNodeRenderActionOutput>;
|
|
41146
41252
|
declare const DTOFigmaNodeRenderActionInput: z.ZodObject<{
|
|
41147
41253
|
type: z.ZodLiteral<"FigmaNodeRender">;
|
|
41148
|
-
input: z.ZodArray<z.ZodObject<{
|
|
41254
|
+
input: z.ZodArray<z.ZodDiscriminatedUnion<"inputType", [z.ZodObject<z.objectUtil.extendShape<{
|
|
41255
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
41256
|
+
}, {
|
|
41257
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
41149
41258
|
sourceId: z.ZodString;
|
|
41150
41259
|
figmaFileNodeId: z.ZodString;
|
|
41151
|
-
|
|
41152
|
-
}, "strip", z.ZodTypeAny, {
|
|
41260
|
+
}>, "strip", z.ZodTypeAny, {
|
|
41153
41261
|
sourceId: string;
|
|
41154
|
-
|
|
41262
|
+
inputType: "NodeId";
|
|
41155
41263
|
format: "Png" | "Svg";
|
|
41264
|
+
figmaFileNodeId: string;
|
|
41156
41265
|
}, {
|
|
41157
41266
|
sourceId: string;
|
|
41158
41267
|
figmaFileNodeId: string;
|
|
41268
|
+
inputType?: "NodeId" | undefined;
|
|
41159
41269
|
format?: "Png" | "Svg" | undefined;
|
|
41160
|
-
}>,
|
|
41270
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
41271
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
41272
|
+
}, {
|
|
41273
|
+
inputType: z.ZodLiteral<"URL">;
|
|
41274
|
+
figmaNodeUrl: z.ZodString;
|
|
41275
|
+
}>, "strip", z.ZodTypeAny, {
|
|
41276
|
+
inputType: "URL";
|
|
41277
|
+
format: "Png" | "Svg";
|
|
41278
|
+
figmaNodeUrl: string;
|
|
41279
|
+
}, {
|
|
41280
|
+
inputType: "URL";
|
|
41281
|
+
figmaNodeUrl: string;
|
|
41282
|
+
format?: "Png" | "Svg" | undefined;
|
|
41283
|
+
}>]>, "many">;
|
|
41161
41284
|
}, "strip", z.ZodTypeAny, {
|
|
41162
41285
|
type: "FigmaNodeRender";
|
|
41163
|
-
input: {
|
|
41286
|
+
input: ({
|
|
41164
41287
|
sourceId: string;
|
|
41288
|
+
inputType: "NodeId";
|
|
41289
|
+
format: "Png" | "Svg";
|
|
41165
41290
|
figmaFileNodeId: string;
|
|
41291
|
+
} | {
|
|
41292
|
+
inputType: "URL";
|
|
41166
41293
|
format: "Png" | "Svg";
|
|
41167
|
-
|
|
41294
|
+
figmaNodeUrl: string;
|
|
41295
|
+
})[];
|
|
41168
41296
|
}, {
|
|
41169
41297
|
type: "FigmaNodeRender";
|
|
41170
|
-
input: {
|
|
41298
|
+
input: ({
|
|
41171
41299
|
sourceId: string;
|
|
41172
41300
|
figmaFileNodeId: string;
|
|
41301
|
+
inputType?: "NodeId" | undefined;
|
|
41173
41302
|
format?: "Png" | "Svg" | undefined;
|
|
41174
|
-
}
|
|
41303
|
+
} | {
|
|
41304
|
+
inputType: "URL";
|
|
41305
|
+
figmaNodeUrl: string;
|
|
41306
|
+
format?: "Png" | "Svg" | undefined;
|
|
41307
|
+
})[];
|
|
41175
41308
|
}>;
|
|
41176
41309
|
type DTOFigmaNodeRenderActionInput = z.infer<typeof DTOFigmaNodeRenderActionInput>;
|
|
41177
41310
|
|
|
@@ -41388,7 +41521,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
|
|
|
41388
41521
|
isImmutable: z.ZodBoolean;
|
|
41389
41522
|
immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
|
|
41390
41523
|
}, "strip", z.ZodTypeAny, {
|
|
41391
|
-
type: "Boolean" | "Number" | "
|
|
41524
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41392
41525
|
id: string;
|
|
41393
41526
|
persistentId: string;
|
|
41394
41527
|
meta: {
|
|
@@ -41409,7 +41542,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
|
|
|
41409
41542
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41410
41543
|
immutablePropertyType?: "Collection" | undefined;
|
|
41411
41544
|
}, {
|
|
41412
|
-
type: "Boolean" | "Number" | "
|
|
41545
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41413
41546
|
id: string;
|
|
41414
41547
|
persistentId: string;
|
|
41415
41548
|
meta: {
|
|
@@ -41478,7 +41611,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41478
41611
|
isImmutable: z.ZodBoolean;
|
|
41479
41612
|
immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
|
|
41480
41613
|
}, "strip", z.ZodTypeAny, {
|
|
41481
|
-
type: "Boolean" | "Number" | "
|
|
41614
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41482
41615
|
id: string;
|
|
41483
41616
|
persistentId: string;
|
|
41484
41617
|
meta: {
|
|
@@ -41499,7 +41632,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41499
41632
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41500
41633
|
immutablePropertyType?: "Collection" | undefined;
|
|
41501
41634
|
}, {
|
|
41502
|
-
type: "Boolean" | "Number" | "
|
|
41635
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41503
41636
|
id: string;
|
|
41504
41637
|
persistentId: string;
|
|
41505
41638
|
meta: {
|
|
@@ -41522,7 +41655,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41522
41655
|
}>, "many">;
|
|
41523
41656
|
}, "strip", z.ZodTypeAny, {
|
|
41524
41657
|
definitions: {
|
|
41525
|
-
type: "Boolean" | "Number" | "
|
|
41658
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41526
41659
|
id: string;
|
|
41527
41660
|
persistentId: string;
|
|
41528
41661
|
meta: {
|
|
@@ -41545,7 +41678,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41545
41678
|
}[];
|
|
41546
41679
|
}, {
|
|
41547
41680
|
definitions: {
|
|
41548
|
-
type: "Boolean" | "Number" | "
|
|
41681
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41549
41682
|
id: string;
|
|
41550
41683
|
persistentId: string;
|
|
41551
41684
|
meta: {
|
|
@@ -41615,7 +41748,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41615
41748
|
isImmutable: z.ZodBoolean;
|
|
41616
41749
|
immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
|
|
41617
41750
|
}, "strip", z.ZodTypeAny, {
|
|
41618
|
-
type: "Boolean" | "Number" | "
|
|
41751
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41619
41752
|
id: string;
|
|
41620
41753
|
persistentId: string;
|
|
41621
41754
|
meta: {
|
|
@@ -41636,7 +41769,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41636
41769
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41637
41770
|
immutablePropertyType?: "Collection" | undefined;
|
|
41638
41771
|
}, {
|
|
41639
|
-
type: "Boolean" | "Number" | "
|
|
41772
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41640
41773
|
id: string;
|
|
41641
41774
|
persistentId: string;
|
|
41642
41775
|
meta: {
|
|
@@ -41659,7 +41792,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41659
41792
|
}>;
|
|
41660
41793
|
}, "strip", z.ZodTypeAny, {
|
|
41661
41794
|
definition: {
|
|
41662
|
-
type: "Boolean" | "Number" | "
|
|
41795
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41663
41796
|
id: string;
|
|
41664
41797
|
persistentId: string;
|
|
41665
41798
|
meta: {
|
|
@@ -41682,7 +41815,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41682
41815
|
};
|
|
41683
41816
|
}, {
|
|
41684
41817
|
definition: {
|
|
41685
|
-
type: "Boolean" | "Number" | "
|
|
41818
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41686
41819
|
id: string;
|
|
41687
41820
|
persistentId: string;
|
|
41688
41821
|
meta: {
|
|
@@ -41748,7 +41881,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
|
|
|
41748
41881
|
linkElementType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"DocumentationPage" | "FigmaComponent", z.ZodTypeDef, "DocumentationPage" | "FigmaComponent">>>, NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined, "DocumentationPage" | "FigmaComponent" | null | undefined>;
|
|
41749
41882
|
columnWidth: z.ZodOptional<z.ZodNumber>;
|
|
41750
41883
|
}, "strip", z.ZodTypeAny, {
|
|
41751
|
-
type: "Boolean" | "Number" | "
|
|
41884
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41752
41885
|
persistentId: string;
|
|
41753
41886
|
meta: {
|
|
41754
41887
|
name: string;
|
|
@@ -41766,7 +41899,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
|
|
|
41766
41899
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41767
41900
|
columnWidth?: number | undefined;
|
|
41768
41901
|
}, {
|
|
41769
|
-
type: "Boolean" | "Number" | "
|
|
41902
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41770
41903
|
persistentId: string;
|
|
41771
41904
|
meta: {
|
|
41772
41905
|
name: string;
|
|
@@ -44082,33 +44215,60 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
44082
44215
|
};
|
|
44083
44216
|
}>, z.ZodObject<{
|
|
44084
44217
|
type: z.ZodLiteral<"FigmaNodeRender">;
|
|
44085
|
-
input: z.ZodArray<z.ZodObject<{
|
|
44218
|
+
input: z.ZodArray<z.ZodDiscriminatedUnion<"inputType", [z.ZodObject<z.objectUtil.extendShape<{
|
|
44219
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
44220
|
+
}, {
|
|
44221
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
44086
44222
|
sourceId: z.ZodString;
|
|
44087
44223
|
figmaFileNodeId: z.ZodString;
|
|
44088
|
-
|
|
44089
|
-
}, "strip", z.ZodTypeAny, {
|
|
44224
|
+
}>, "strip", z.ZodTypeAny, {
|
|
44090
44225
|
sourceId: string;
|
|
44091
|
-
|
|
44226
|
+
inputType: "NodeId";
|
|
44092
44227
|
format: "Png" | "Svg";
|
|
44228
|
+
figmaFileNodeId: string;
|
|
44093
44229
|
}, {
|
|
44094
44230
|
sourceId: string;
|
|
44095
44231
|
figmaFileNodeId: string;
|
|
44232
|
+
inputType?: "NodeId" | undefined;
|
|
44096
44233
|
format?: "Png" | "Svg" | undefined;
|
|
44097
|
-
}>,
|
|
44234
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
44235
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
44236
|
+
}, {
|
|
44237
|
+
inputType: z.ZodLiteral<"URL">;
|
|
44238
|
+
figmaNodeUrl: z.ZodString;
|
|
44239
|
+
}>, "strip", z.ZodTypeAny, {
|
|
44240
|
+
inputType: "URL";
|
|
44241
|
+
format: "Png" | "Svg";
|
|
44242
|
+
figmaNodeUrl: string;
|
|
44243
|
+
}, {
|
|
44244
|
+
inputType: "URL";
|
|
44245
|
+
figmaNodeUrl: string;
|
|
44246
|
+
format?: "Png" | "Svg" | undefined;
|
|
44247
|
+
}>]>, "many">;
|
|
44098
44248
|
}, "strip", z.ZodTypeAny, {
|
|
44099
44249
|
type: "FigmaNodeRender";
|
|
44100
|
-
input: {
|
|
44250
|
+
input: ({
|
|
44101
44251
|
sourceId: string;
|
|
44252
|
+
inputType: "NodeId";
|
|
44253
|
+
format: "Png" | "Svg";
|
|
44102
44254
|
figmaFileNodeId: string;
|
|
44255
|
+
} | {
|
|
44256
|
+
inputType: "URL";
|
|
44103
44257
|
format: "Png" | "Svg";
|
|
44104
|
-
|
|
44258
|
+
figmaNodeUrl: string;
|
|
44259
|
+
})[];
|
|
44105
44260
|
}, {
|
|
44106
44261
|
type: "FigmaNodeRender";
|
|
44107
|
-
input: {
|
|
44262
|
+
input: ({
|
|
44108
44263
|
sourceId: string;
|
|
44109
44264
|
figmaFileNodeId: string;
|
|
44265
|
+
inputType?: "NodeId" | undefined;
|
|
44110
44266
|
format?: "Png" | "Svg" | undefined;
|
|
44111
|
-
}
|
|
44267
|
+
} | {
|
|
44268
|
+
inputType: "URL";
|
|
44269
|
+
figmaNodeUrl: string;
|
|
44270
|
+
format?: "Png" | "Svg" | undefined;
|
|
44271
|
+
})[];
|
|
44112
44272
|
}>, z.ZodObject<{
|
|
44113
44273
|
type: z.ZodLiteral<"DocumentationPageRestore">;
|
|
44114
44274
|
input: z.ZodObject<{
|
|
@@ -84038,14 +84198,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84038
84198
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
84039
84199
|
}, "strip", z.ZodTypeAny, {
|
|
84040
84200
|
id: string;
|
|
84041
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84201
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84042
84202
|
name: string;
|
|
84043
84203
|
options?: Record<string, any> | undefined;
|
|
84044
84204
|
description?: string | undefined;
|
|
84045
84205
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
84046
84206
|
}, {
|
|
84047
84207
|
id: string;
|
|
84048
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84208
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84049
84209
|
name: string;
|
|
84050
84210
|
options?: Record<string, any> | undefined;
|
|
84051
84211
|
description?: string | undefined;
|
|
@@ -84141,7 +84301,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84141
84301
|
}, "strip", z.ZodTypeAny, {
|
|
84142
84302
|
properties: {
|
|
84143
84303
|
id: string;
|
|
84144
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84304
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84145
84305
|
name: string;
|
|
84146
84306
|
options?: Record<string, any> | undefined;
|
|
84147
84307
|
description?: string | undefined;
|
|
@@ -84180,7 +84340,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84180
84340
|
}, {
|
|
84181
84341
|
properties: {
|
|
84182
84342
|
id: string;
|
|
84183
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84343
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84184
84344
|
name: string;
|
|
84185
84345
|
options?: Record<string, any> | undefined;
|
|
84186
84346
|
description?: string | undefined;
|
|
@@ -84314,7 +84474,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84314
84474
|
item: {
|
|
84315
84475
|
properties: {
|
|
84316
84476
|
id: string;
|
|
84317
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84477
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84318
84478
|
name: string;
|
|
84319
84479
|
options?: Record<string, any> | undefined;
|
|
84320
84480
|
description?: string | undefined;
|
|
@@ -84387,7 +84547,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84387
84547
|
item: {
|
|
84388
84548
|
properties: {
|
|
84389
84549
|
id: string;
|
|
84390
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84550
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84391
84551
|
name: string;
|
|
84392
84552
|
options?: Record<string, any> | undefined;
|
|
84393
84553
|
description?: string | undefined;
|
|
@@ -84462,7 +84622,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84462
84622
|
item: {
|
|
84463
84623
|
properties: {
|
|
84464
84624
|
id: string;
|
|
84465
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84625
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84466
84626
|
name: string;
|
|
84467
84627
|
options?: Record<string, any> | undefined;
|
|
84468
84628
|
description?: string | undefined;
|
|
@@ -84537,7 +84697,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84537
84697
|
item: {
|
|
84538
84698
|
properties: {
|
|
84539
84699
|
id: string;
|
|
84540
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84700
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
84541
84701
|
name: string;
|
|
84542
84702
|
options?: Record<string, any> | undefined;
|
|
84543
84703
|
description?: string | undefined;
|
|
@@ -86934,6 +87094,11 @@ declare class DocumentationEndpoint {
|
|
|
86934
87094
|
title: string;
|
|
86935
87095
|
})[];
|
|
86936
87096
|
}>;
|
|
87097
|
+
getPageRoom(dsId: string, vId: string, pageId: string): Promise<{
|
|
87098
|
+
room: {
|
|
87099
|
+
id: string;
|
|
87100
|
+
};
|
|
87101
|
+
}>;
|
|
86937
87102
|
}
|
|
86938
87103
|
|
|
86939
87104
|
declare class DesignSystemComponentEndpoint {
|
|
@@ -87866,7 +88031,7 @@ declare class ElementPropertyDefinitionsEndpoint {
|
|
|
87866
88031
|
constructor(requestExecutor: RequestExecutor);
|
|
87867
88032
|
list(designSystemId: string, versionId: string): Promise<{
|
|
87868
88033
|
definitions: {
|
|
87869
|
-
type: "Boolean" | "Number" | "
|
|
88034
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
87870
88035
|
id: string;
|
|
87871
88036
|
persistentId: string;
|
|
87872
88037
|
meta: {
|
|
@@ -87890,7 +88055,7 @@ declare class ElementPropertyDefinitionsEndpoint {
|
|
|
87890
88055
|
}>;
|
|
87891
88056
|
create(designSystemId: string, versionId: string, body: DTOElementPropertyDefinitionCreatePayload): Promise<{
|
|
87892
88057
|
definition: {
|
|
87893
|
-
type: "Boolean" | "Number" | "
|
|
88058
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
87894
88059
|
id: string;
|
|
87895
88060
|
persistentId: string;
|
|
87896
88061
|
meta: {
|
|
@@ -87914,7 +88079,7 @@ declare class ElementPropertyDefinitionsEndpoint {
|
|
|
87914
88079
|
}>;
|
|
87915
88080
|
update(designSystemId: string, versionId: string, defId: string, body: DTOElementPropertyDefinitionUpdatePayload): Promise<{
|
|
87916
88081
|
definition: {
|
|
87917
|
-
type: "Boolean" | "Number" | "
|
|
88082
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
87918
88083
|
id: string;
|
|
87919
88084
|
persistentId: string;
|
|
87920
88085
|
meta: {
|
|
@@ -91613,6 +91778,14 @@ declare class UsersEndpoint {
|
|
|
91613
91778
|
}>;
|
|
91614
91779
|
}
|
|
91615
91780
|
|
|
91781
|
+
declare class LiveblocksEndpoint {
|
|
91782
|
+
private readonly requestExecutor;
|
|
91783
|
+
constructor(requestExecutor: RequestExecutor);
|
|
91784
|
+
auth(body: DTOLiveblocksAuthRequest): Promise<{
|
|
91785
|
+
token: string;
|
|
91786
|
+
}>;
|
|
91787
|
+
}
|
|
91788
|
+
|
|
91616
91789
|
type SupernovaApiClientConfig = {
|
|
91617
91790
|
host: string;
|
|
91618
91791
|
accessToken: string;
|
|
@@ -91622,9 +91795,20 @@ declare class SupernovaApiClient {
|
|
|
91622
91795
|
readonly workspaces: WorkspacesEndpoint;
|
|
91623
91796
|
readonly designSystems: DesignSystemsEndpoint;
|
|
91624
91797
|
readonly codegen: CodegenEndpoint;
|
|
91798
|
+
readonly liveblocks: LiveblocksEndpoint;
|
|
91625
91799
|
constructor(config: SupernovaApiClientConfig);
|
|
91626
91800
|
}
|
|
91627
91801
|
|
|
91802
|
+
type ParsedFigmaFileURL = {
|
|
91803
|
+
fileId: string;
|
|
91804
|
+
fileName: string | null;
|
|
91805
|
+
nodeId: string | null;
|
|
91806
|
+
nodeType: string | null;
|
|
91807
|
+
};
|
|
91808
|
+
declare const FigmaUtils: {
|
|
91809
|
+
tryParseFigmaFileURL(urlString: string): ParsedFigmaFileURL | null;
|
|
91810
|
+
};
|
|
91811
|
+
|
|
91628
91812
|
declare function generateHash(input: object | string, debug?: boolean): string;
|
|
91629
91813
|
|
|
91630
91814
|
type CompatibleValue = number | string | boolean | undefined;
|
|
@@ -94038,7 +94222,7 @@ declare const BlockParsingUtils: {
|
|
|
94038
94222
|
declare const BlockDefinitionUtils: {
|
|
94039
94223
|
firstRichTextProperty(definition: PageBlockDefinition): {
|
|
94040
94224
|
id: string;
|
|
94041
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94225
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
94042
94226
|
name: string;
|
|
94043
94227
|
options?: Record<string, any> | undefined;
|
|
94044
94228
|
description?: string | undefined;
|
|
@@ -94046,7 +94230,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94046
94230
|
} | undefined;
|
|
94047
94231
|
firstMultiRichTextProperty(definition: PageBlockDefinition): {
|
|
94048
94232
|
id: string;
|
|
94049
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94233
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
94050
94234
|
name: string;
|
|
94051
94235
|
options?: Record<string, any> | undefined;
|
|
94052
94236
|
description?: string | undefined;
|
|
@@ -94054,7 +94238,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94054
94238
|
} | undefined;
|
|
94055
94239
|
firstTableProperty(definition: PageBlockDefinition): {
|
|
94056
94240
|
id: string;
|
|
94057
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94241
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
94058
94242
|
name: string;
|
|
94059
94243
|
options?: Record<string, any> | undefined;
|
|
94060
94244
|
description?: string | undefined;
|
|
@@ -94062,7 +94246,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94062
94246
|
} | undefined;
|
|
94063
94247
|
firstEmbedProperty(definition: PageBlockDefinition): {
|
|
94064
94248
|
id: string;
|
|
94065
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94249
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
94066
94250
|
name: string;
|
|
94067
94251
|
options?: Record<string, any> | undefined;
|
|
94068
94252
|
description?: string | undefined;
|
|
@@ -94070,7 +94254,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94070
94254
|
} | undefined;
|
|
94071
94255
|
richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
|
|
94072
94256
|
id: string;
|
|
94073
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94257
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
94074
94258
|
name: string;
|
|
94075
94259
|
options?: Record<string, any> | undefined;
|
|
94076
94260
|
description?: string | undefined;
|
|
@@ -94078,7 +94262,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94078
94262
|
};
|
|
94079
94263
|
property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
|
|
94080
94264
|
id: string;
|
|
94081
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94265
|
+
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "URL" | "Text" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
94082
94266
|
name: string;
|
|
94083
94267
|
options?: Record<string, any> | undefined;
|
|
94084
94268
|
description?: string | undefined;
|
|
@@ -94182,4 +94366,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
94182
94366
|
|
|
94183
94367
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
94184
94368
|
|
|
94185
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, 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, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionValueMap, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
94369
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, 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, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionValueMap, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|