@supernova-studio/client 0.58.16 → 0.58.17
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 +207 -64
- package/dist/index.d.ts +207 -64
- package/dist/index.js +56 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +55 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/elements/figma-nodes/figma-node.ts +37 -3
- 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;
|
|
@@ -40902,7 +40902,17 @@ declare const DTOFigmaNode: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUt
|
|
|
40902
40902
|
};
|
|
40903
40903
|
}>;
|
|
40904
40904
|
type DTOFigmaNode = z.infer<typeof DTOFigmaNode>;
|
|
40905
|
-
|
|
40905
|
+
/**
|
|
40906
|
+
* Figma node render request that uses source ID + node ID to identify the requested
|
|
40907
|
+
* node to render. The node ID can be obtained from the source's Figma node structure.
|
|
40908
|
+
*/
|
|
40909
|
+
declare const DTOFigmaNodeRenderIdInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
40910
|
+
/**
|
|
40911
|
+
* Format in which the node must be rendered, png by default.
|
|
40912
|
+
*/
|
|
40913
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40914
|
+
}, {
|
|
40915
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
40906
40916
|
/**
|
|
40907
40917
|
* Id of a design system's data source representing a linked Figma file
|
|
40908
40918
|
*/
|
|
@@ -40911,19 +40921,88 @@ declare const DTOFigmaNodeRenderInput: z.ZodObject<{
|
|
|
40911
40921
|
* Id of a node within the Figma file
|
|
40912
40922
|
*/
|
|
40913
40923
|
figmaFileNodeId: z.ZodString;
|
|
40924
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40925
|
+
sourceId: string;
|
|
40926
|
+
inputType: "NodeId";
|
|
40927
|
+
format: "Png" | "Svg";
|
|
40928
|
+
figmaFileNodeId: string;
|
|
40929
|
+
}, {
|
|
40930
|
+
sourceId: string;
|
|
40931
|
+
figmaFileNodeId: string;
|
|
40932
|
+
inputType?: "NodeId" | undefined;
|
|
40933
|
+
format?: "Png" | "Svg" | undefined;
|
|
40934
|
+
}>;
|
|
40935
|
+
type DTOFigmaNodeRenderIdInput = z.infer<typeof DTOFigmaNodeRenderIdInput>;
|
|
40936
|
+
/**
|
|
40937
|
+
* Figma node render request that uses Figma URL to identify the requested
|
|
40938
|
+
* node to render. The URL can be obtained by the user directly from the Figma app.
|
|
40939
|
+
*/
|
|
40940
|
+
declare const DTOFigmaNodeRenderUrlInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
40914
40941
|
/**
|
|
40915
40942
|
* Format in which the node must be rendered, png by default.
|
|
40916
40943
|
*/
|
|
40917
40944
|
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40918
|
-
},
|
|
40945
|
+
}, {
|
|
40946
|
+
inputType: z.ZodLiteral<"URL">;
|
|
40947
|
+
/**
|
|
40948
|
+
* Id of a design system's data source representing a linked Figma file
|
|
40949
|
+
*/
|
|
40950
|
+
figmaNodeUrl: z.ZodString;
|
|
40951
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40952
|
+
inputType: "URL";
|
|
40953
|
+
format: "Png" | "Svg";
|
|
40954
|
+
figmaNodeUrl: string;
|
|
40955
|
+
}, {
|
|
40956
|
+
inputType: "URL";
|
|
40957
|
+
figmaNodeUrl: string;
|
|
40958
|
+
format?: "Png" | "Svg" | undefined;
|
|
40959
|
+
}>;
|
|
40960
|
+
type DTOFigmaNodeRenderUrlInput = z.infer<typeof DTOFigmaNodeRenderUrlInput>;
|
|
40961
|
+
declare const DTOFigmaNodeRenderInput: z.ZodDiscriminatedUnion<"inputType", [z.ZodObject<z.objectUtil.extendShape<{
|
|
40962
|
+
/**
|
|
40963
|
+
* Format in which the node must be rendered, png by default.
|
|
40964
|
+
*/
|
|
40965
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40966
|
+
}, {
|
|
40967
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
40968
|
+
/**
|
|
40969
|
+
* Id of a design system's data source representing a linked Figma file
|
|
40970
|
+
*/
|
|
40971
|
+
sourceId: z.ZodString;
|
|
40972
|
+
/**
|
|
40973
|
+
* Id of a node within the Figma file
|
|
40974
|
+
*/
|
|
40975
|
+
figmaFileNodeId: z.ZodString;
|
|
40976
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40919
40977
|
sourceId: string;
|
|
40920
|
-
|
|
40978
|
+
inputType: "NodeId";
|
|
40921
40979
|
format: "Png" | "Svg";
|
|
40980
|
+
figmaFileNodeId: string;
|
|
40922
40981
|
}, {
|
|
40923
40982
|
sourceId: string;
|
|
40924
40983
|
figmaFileNodeId: string;
|
|
40984
|
+
inputType?: "NodeId" | undefined;
|
|
40925
40985
|
format?: "Png" | "Svg" | undefined;
|
|
40926
|
-
}
|
|
40986
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
40987
|
+
/**
|
|
40988
|
+
* Format in which the node must be rendered, png by default.
|
|
40989
|
+
*/
|
|
40990
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
40991
|
+
}, {
|
|
40992
|
+
inputType: z.ZodLiteral<"URL">;
|
|
40993
|
+
/**
|
|
40994
|
+
* Id of a design system's data source representing a linked Figma file
|
|
40995
|
+
*/
|
|
40996
|
+
figmaNodeUrl: z.ZodString;
|
|
40997
|
+
}>, "strip", z.ZodTypeAny, {
|
|
40998
|
+
inputType: "URL";
|
|
40999
|
+
format: "Png" | "Svg";
|
|
41000
|
+
figmaNodeUrl: string;
|
|
41001
|
+
}, {
|
|
41002
|
+
inputType: "URL";
|
|
41003
|
+
figmaNodeUrl: string;
|
|
41004
|
+
format?: "Png" | "Svg" | undefined;
|
|
41005
|
+
}>]>;
|
|
40927
41006
|
type DTOFigmaNodeRenderInput = z.infer<typeof DTOFigmaNodeRenderInput>;
|
|
40928
41007
|
|
|
40929
41008
|
declare const DTOFigmaNodeRenderActionOutput: z.ZodObject<{
|
|
@@ -41145,33 +41224,60 @@ declare const DTOFigmaNodeRenderActionOutput: z.ZodObject<{
|
|
|
41145
41224
|
type DTOFigmaNodeRenderActionOutput = z.infer<typeof DTOFigmaNodeRenderActionOutput>;
|
|
41146
41225
|
declare const DTOFigmaNodeRenderActionInput: z.ZodObject<{
|
|
41147
41226
|
type: z.ZodLiteral<"FigmaNodeRender">;
|
|
41148
|
-
input: z.ZodArray<z.ZodObject<{
|
|
41227
|
+
input: z.ZodArray<z.ZodDiscriminatedUnion<"inputType", [z.ZodObject<z.objectUtil.extendShape<{
|
|
41228
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
41229
|
+
}, {
|
|
41230
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
41149
41231
|
sourceId: z.ZodString;
|
|
41150
41232
|
figmaFileNodeId: z.ZodString;
|
|
41151
|
-
|
|
41152
|
-
}, "strip", z.ZodTypeAny, {
|
|
41233
|
+
}>, "strip", z.ZodTypeAny, {
|
|
41153
41234
|
sourceId: string;
|
|
41154
|
-
|
|
41235
|
+
inputType: "NodeId";
|
|
41155
41236
|
format: "Png" | "Svg";
|
|
41237
|
+
figmaFileNodeId: string;
|
|
41156
41238
|
}, {
|
|
41157
41239
|
sourceId: string;
|
|
41158
41240
|
figmaFileNodeId: string;
|
|
41241
|
+
inputType?: "NodeId" | undefined;
|
|
41159
41242
|
format?: "Png" | "Svg" | undefined;
|
|
41160
|
-
}>,
|
|
41243
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
41244
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
41245
|
+
}, {
|
|
41246
|
+
inputType: z.ZodLiteral<"URL">;
|
|
41247
|
+
figmaNodeUrl: z.ZodString;
|
|
41248
|
+
}>, "strip", z.ZodTypeAny, {
|
|
41249
|
+
inputType: "URL";
|
|
41250
|
+
format: "Png" | "Svg";
|
|
41251
|
+
figmaNodeUrl: string;
|
|
41252
|
+
}, {
|
|
41253
|
+
inputType: "URL";
|
|
41254
|
+
figmaNodeUrl: string;
|
|
41255
|
+
format?: "Png" | "Svg" | undefined;
|
|
41256
|
+
}>]>, "many">;
|
|
41161
41257
|
}, "strip", z.ZodTypeAny, {
|
|
41162
41258
|
type: "FigmaNodeRender";
|
|
41163
|
-
input: {
|
|
41259
|
+
input: ({
|
|
41164
41260
|
sourceId: string;
|
|
41261
|
+
inputType: "NodeId";
|
|
41262
|
+
format: "Png" | "Svg";
|
|
41165
41263
|
figmaFileNodeId: string;
|
|
41264
|
+
} | {
|
|
41265
|
+
inputType: "URL";
|
|
41166
41266
|
format: "Png" | "Svg";
|
|
41167
|
-
|
|
41267
|
+
figmaNodeUrl: string;
|
|
41268
|
+
})[];
|
|
41168
41269
|
}, {
|
|
41169
41270
|
type: "FigmaNodeRender";
|
|
41170
|
-
input: {
|
|
41271
|
+
input: ({
|
|
41171
41272
|
sourceId: string;
|
|
41172
41273
|
figmaFileNodeId: string;
|
|
41274
|
+
inputType?: "NodeId" | undefined;
|
|
41173
41275
|
format?: "Png" | "Svg" | undefined;
|
|
41174
|
-
}
|
|
41276
|
+
} | {
|
|
41277
|
+
inputType: "URL";
|
|
41278
|
+
figmaNodeUrl: string;
|
|
41279
|
+
format?: "Png" | "Svg" | undefined;
|
|
41280
|
+
})[];
|
|
41175
41281
|
}>;
|
|
41176
41282
|
type DTOFigmaNodeRenderActionInput = z.infer<typeof DTOFigmaNodeRenderActionInput>;
|
|
41177
41283
|
|
|
@@ -41388,7 +41494,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
|
|
|
41388
41494
|
isImmutable: z.ZodBoolean;
|
|
41389
41495
|
immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
|
|
41390
41496
|
}, "strip", z.ZodTypeAny, {
|
|
41391
|
-
type: "Boolean" | "Number" | "
|
|
41497
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41392
41498
|
id: string;
|
|
41393
41499
|
persistentId: string;
|
|
41394
41500
|
meta: {
|
|
@@ -41409,7 +41515,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
|
|
|
41409
41515
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41410
41516
|
immutablePropertyType?: "Collection" | undefined;
|
|
41411
41517
|
}, {
|
|
41412
|
-
type: "Boolean" | "Number" | "
|
|
41518
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41413
41519
|
id: string;
|
|
41414
41520
|
persistentId: string;
|
|
41415
41521
|
meta: {
|
|
@@ -41478,7 +41584,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41478
41584
|
isImmutable: z.ZodBoolean;
|
|
41479
41585
|
immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
|
|
41480
41586
|
}, "strip", z.ZodTypeAny, {
|
|
41481
|
-
type: "Boolean" | "Number" | "
|
|
41587
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41482
41588
|
id: string;
|
|
41483
41589
|
persistentId: string;
|
|
41484
41590
|
meta: {
|
|
@@ -41499,7 +41605,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41499
41605
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41500
41606
|
immutablePropertyType?: "Collection" | undefined;
|
|
41501
41607
|
}, {
|
|
41502
|
-
type: "Boolean" | "Number" | "
|
|
41608
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41503
41609
|
id: string;
|
|
41504
41610
|
persistentId: string;
|
|
41505
41611
|
meta: {
|
|
@@ -41522,7 +41628,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41522
41628
|
}>, "many">;
|
|
41523
41629
|
}, "strip", z.ZodTypeAny, {
|
|
41524
41630
|
definitions: {
|
|
41525
|
-
type: "Boolean" | "Number" | "
|
|
41631
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41526
41632
|
id: string;
|
|
41527
41633
|
persistentId: string;
|
|
41528
41634
|
meta: {
|
|
@@ -41545,7 +41651,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
|
|
|
41545
41651
|
}[];
|
|
41546
41652
|
}, {
|
|
41547
41653
|
definitions: {
|
|
41548
|
-
type: "Boolean" | "Number" | "
|
|
41654
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41549
41655
|
id: string;
|
|
41550
41656
|
persistentId: string;
|
|
41551
41657
|
meta: {
|
|
@@ -41615,7 +41721,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41615
41721
|
isImmutable: z.ZodBoolean;
|
|
41616
41722
|
immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
|
|
41617
41723
|
}, "strip", z.ZodTypeAny, {
|
|
41618
|
-
type: "Boolean" | "Number" | "
|
|
41724
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41619
41725
|
id: string;
|
|
41620
41726
|
persistentId: string;
|
|
41621
41727
|
meta: {
|
|
@@ -41636,7 +41742,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41636
41742
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41637
41743
|
immutablePropertyType?: "Collection" | undefined;
|
|
41638
41744
|
}, {
|
|
41639
|
-
type: "Boolean" | "Number" | "
|
|
41745
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41640
41746
|
id: string;
|
|
41641
41747
|
persistentId: string;
|
|
41642
41748
|
meta: {
|
|
@@ -41659,7 +41765,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41659
41765
|
}>;
|
|
41660
41766
|
}, "strip", z.ZodTypeAny, {
|
|
41661
41767
|
definition: {
|
|
41662
|
-
type: "Boolean" | "Number" | "
|
|
41768
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41663
41769
|
id: string;
|
|
41664
41770
|
persistentId: string;
|
|
41665
41771
|
meta: {
|
|
@@ -41682,7 +41788,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
|
|
|
41682
41788
|
};
|
|
41683
41789
|
}, {
|
|
41684
41790
|
definition: {
|
|
41685
|
-
type: "Boolean" | "Number" | "
|
|
41791
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41686
41792
|
id: string;
|
|
41687
41793
|
persistentId: string;
|
|
41688
41794
|
meta: {
|
|
@@ -41748,7 +41854,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
|
|
|
41748
41854
|
linkElementType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"DocumentationPage" | "FigmaComponent", z.ZodTypeDef, "DocumentationPage" | "FigmaComponent">>>, NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined, "DocumentationPage" | "FigmaComponent" | null | undefined>;
|
|
41749
41855
|
columnWidth: z.ZodOptional<z.ZodNumber>;
|
|
41750
41856
|
}, "strip", z.ZodTypeAny, {
|
|
41751
|
-
type: "Boolean" | "Number" | "
|
|
41857
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41752
41858
|
persistentId: string;
|
|
41753
41859
|
meta: {
|
|
41754
41860
|
name: string;
|
|
@@ -41766,7 +41872,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
|
|
|
41766
41872
|
linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
|
|
41767
41873
|
columnWidth?: number | undefined;
|
|
41768
41874
|
}, {
|
|
41769
|
-
type: "Boolean" | "Number" | "
|
|
41875
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
41770
41876
|
persistentId: string;
|
|
41771
41877
|
meta: {
|
|
41772
41878
|
name: string;
|
|
@@ -44082,33 +44188,60 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
44082
44188
|
};
|
|
44083
44189
|
}>, z.ZodObject<{
|
|
44084
44190
|
type: z.ZodLiteral<"FigmaNodeRender">;
|
|
44085
|
-
input: z.ZodArray<z.ZodObject<{
|
|
44191
|
+
input: z.ZodArray<z.ZodDiscriminatedUnion<"inputType", [z.ZodObject<z.objectUtil.extendShape<{
|
|
44192
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
44193
|
+
}, {
|
|
44194
|
+
inputType: z.ZodEffects<z.ZodOptional<z.ZodLiteral<"NodeId">>, "NodeId", "NodeId" | undefined>;
|
|
44086
44195
|
sourceId: z.ZodString;
|
|
44087
44196
|
figmaFileNodeId: z.ZodString;
|
|
44088
|
-
|
|
44089
|
-
}, "strip", z.ZodTypeAny, {
|
|
44197
|
+
}>, "strip", z.ZodTypeAny, {
|
|
44090
44198
|
sourceId: string;
|
|
44091
|
-
|
|
44199
|
+
inputType: "NodeId";
|
|
44092
44200
|
format: "Png" | "Svg";
|
|
44201
|
+
figmaFileNodeId: string;
|
|
44093
44202
|
}, {
|
|
44094
44203
|
sourceId: string;
|
|
44095
44204
|
figmaFileNodeId: string;
|
|
44205
|
+
inputType?: "NodeId" | undefined;
|
|
44096
44206
|
format?: "Png" | "Svg" | undefined;
|
|
44097
|
-
}>,
|
|
44207
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
44208
|
+
format: z.ZodDefault<z.ZodEnum<["Png", "Svg"]>>;
|
|
44209
|
+
}, {
|
|
44210
|
+
inputType: z.ZodLiteral<"URL">;
|
|
44211
|
+
figmaNodeUrl: z.ZodString;
|
|
44212
|
+
}>, "strip", z.ZodTypeAny, {
|
|
44213
|
+
inputType: "URL";
|
|
44214
|
+
format: "Png" | "Svg";
|
|
44215
|
+
figmaNodeUrl: string;
|
|
44216
|
+
}, {
|
|
44217
|
+
inputType: "URL";
|
|
44218
|
+
figmaNodeUrl: string;
|
|
44219
|
+
format?: "Png" | "Svg" | undefined;
|
|
44220
|
+
}>]>, "many">;
|
|
44098
44221
|
}, "strip", z.ZodTypeAny, {
|
|
44099
44222
|
type: "FigmaNodeRender";
|
|
44100
|
-
input: {
|
|
44223
|
+
input: ({
|
|
44101
44224
|
sourceId: string;
|
|
44225
|
+
inputType: "NodeId";
|
|
44226
|
+
format: "Png" | "Svg";
|
|
44102
44227
|
figmaFileNodeId: string;
|
|
44228
|
+
} | {
|
|
44229
|
+
inputType: "URL";
|
|
44103
44230
|
format: "Png" | "Svg";
|
|
44104
|
-
|
|
44231
|
+
figmaNodeUrl: string;
|
|
44232
|
+
})[];
|
|
44105
44233
|
}, {
|
|
44106
44234
|
type: "FigmaNodeRender";
|
|
44107
|
-
input: {
|
|
44235
|
+
input: ({
|
|
44108
44236
|
sourceId: string;
|
|
44109
44237
|
figmaFileNodeId: string;
|
|
44238
|
+
inputType?: "NodeId" | undefined;
|
|
44110
44239
|
format?: "Png" | "Svg" | undefined;
|
|
44111
|
-
}
|
|
44240
|
+
} | {
|
|
44241
|
+
inputType: "URL";
|
|
44242
|
+
figmaNodeUrl: string;
|
|
44243
|
+
format?: "Png" | "Svg" | undefined;
|
|
44244
|
+
})[];
|
|
44112
44245
|
}>, z.ZodObject<{
|
|
44113
44246
|
type: z.ZodLiteral<"DocumentationPageRestore">;
|
|
44114
44247
|
input: z.ZodObject<{
|
|
@@ -84038,14 +84171,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84038
84171
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
84039
84172
|
}, "strip", z.ZodTypeAny, {
|
|
84040
84173
|
id: string;
|
|
84041
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84174
|
+
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
84175
|
name: string;
|
|
84043
84176
|
options?: Record<string, any> | undefined;
|
|
84044
84177
|
description?: string | undefined;
|
|
84045
84178
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
84046
84179
|
}, {
|
|
84047
84180
|
id: string;
|
|
84048
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84181
|
+
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
84182
|
name: string;
|
|
84050
84183
|
options?: Record<string, any> | undefined;
|
|
84051
84184
|
description?: string | undefined;
|
|
@@ -84141,7 +84274,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84141
84274
|
}, "strip", z.ZodTypeAny, {
|
|
84142
84275
|
properties: {
|
|
84143
84276
|
id: string;
|
|
84144
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84277
|
+
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
84278
|
name: string;
|
|
84146
84279
|
options?: Record<string, any> | undefined;
|
|
84147
84280
|
description?: string | undefined;
|
|
@@ -84180,7 +84313,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84180
84313
|
}, {
|
|
84181
84314
|
properties: {
|
|
84182
84315
|
id: string;
|
|
84183
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84316
|
+
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
84317
|
name: string;
|
|
84185
84318
|
options?: Record<string, any> | undefined;
|
|
84186
84319
|
description?: string | undefined;
|
|
@@ -84314,7 +84447,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84314
84447
|
item: {
|
|
84315
84448
|
properties: {
|
|
84316
84449
|
id: string;
|
|
84317
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84450
|
+
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
84451
|
name: string;
|
|
84319
84452
|
options?: Record<string, any> | undefined;
|
|
84320
84453
|
description?: string | undefined;
|
|
@@ -84387,7 +84520,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84387
84520
|
item: {
|
|
84388
84521
|
properties: {
|
|
84389
84522
|
id: string;
|
|
84390
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84523
|
+
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
84524
|
name: string;
|
|
84392
84525
|
options?: Record<string, any> | undefined;
|
|
84393
84526
|
description?: string | undefined;
|
|
@@ -84462,7 +84595,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84462
84595
|
item: {
|
|
84463
84596
|
properties: {
|
|
84464
84597
|
id: string;
|
|
84465
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84598
|
+
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
84599
|
name: string;
|
|
84467
84600
|
options?: Record<string, any> | undefined;
|
|
84468
84601
|
description?: string | undefined;
|
|
@@ -84537,7 +84670,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
84537
84670
|
item: {
|
|
84538
84671
|
properties: {
|
|
84539
84672
|
id: string;
|
|
84540
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
84673
|
+
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
84674
|
name: string;
|
|
84542
84675
|
options?: Record<string, any> | undefined;
|
|
84543
84676
|
description?: string | undefined;
|
|
@@ -87866,7 +87999,7 @@ declare class ElementPropertyDefinitionsEndpoint {
|
|
|
87866
87999
|
constructor(requestExecutor: RequestExecutor);
|
|
87867
88000
|
list(designSystemId: string, versionId: string): Promise<{
|
|
87868
88001
|
definitions: {
|
|
87869
|
-
type: "Boolean" | "Number" | "
|
|
88002
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
87870
88003
|
id: string;
|
|
87871
88004
|
persistentId: string;
|
|
87872
88005
|
meta: {
|
|
@@ -87890,7 +88023,7 @@ declare class ElementPropertyDefinitionsEndpoint {
|
|
|
87890
88023
|
}>;
|
|
87891
88024
|
create(designSystemId: string, versionId: string, body: DTOElementPropertyDefinitionCreatePayload): Promise<{
|
|
87892
88025
|
definition: {
|
|
87893
|
-
type: "Boolean" | "Number" | "
|
|
88026
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
87894
88027
|
id: string;
|
|
87895
88028
|
persistentId: string;
|
|
87896
88029
|
meta: {
|
|
@@ -87914,7 +88047,7 @@ declare class ElementPropertyDefinitionsEndpoint {
|
|
|
87914
88047
|
}>;
|
|
87915
88048
|
update(designSystemId: string, versionId: string, defId: string, body: DTOElementPropertyDefinitionUpdatePayload): Promise<{
|
|
87916
88049
|
definition: {
|
|
87917
|
-
type: "Boolean" | "Number" | "
|
|
88050
|
+
type: "Boolean" | "Number" | "URL" | "Text" | "Select" | "Generic" | "Link";
|
|
87918
88051
|
id: string;
|
|
87919
88052
|
persistentId: string;
|
|
87920
88053
|
meta: {
|
|
@@ -91625,6 +91758,16 @@ declare class SupernovaApiClient {
|
|
|
91625
91758
|
constructor(config: SupernovaApiClientConfig);
|
|
91626
91759
|
}
|
|
91627
91760
|
|
|
91761
|
+
type ParsedFigmaFileURL = {
|
|
91762
|
+
fileId: string;
|
|
91763
|
+
fileName: string | null;
|
|
91764
|
+
nodeId: string | null;
|
|
91765
|
+
nodeType: string | null;
|
|
91766
|
+
};
|
|
91767
|
+
declare const FigmaUtils: {
|
|
91768
|
+
tryParseFigmaFileURL(urlString: string): ParsedFigmaFileURL | null;
|
|
91769
|
+
};
|
|
91770
|
+
|
|
91628
91771
|
declare function generateHash(input: object | string, debug?: boolean): string;
|
|
91629
91772
|
|
|
91630
91773
|
type CompatibleValue = number | string | boolean | undefined;
|
|
@@ -94038,7 +94181,7 @@ declare const BlockParsingUtils: {
|
|
|
94038
94181
|
declare const BlockDefinitionUtils: {
|
|
94039
94182
|
firstRichTextProperty(definition: PageBlockDefinition): {
|
|
94040
94183
|
id: string;
|
|
94041
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94184
|
+
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
94185
|
name: string;
|
|
94043
94186
|
options?: Record<string, any> | undefined;
|
|
94044
94187
|
description?: string | undefined;
|
|
@@ -94046,7 +94189,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94046
94189
|
} | undefined;
|
|
94047
94190
|
firstMultiRichTextProperty(definition: PageBlockDefinition): {
|
|
94048
94191
|
id: string;
|
|
94049
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94192
|
+
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
94193
|
name: string;
|
|
94051
94194
|
options?: Record<string, any> | undefined;
|
|
94052
94195
|
description?: string | undefined;
|
|
@@ -94054,7 +94197,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94054
94197
|
} | undefined;
|
|
94055
94198
|
firstTableProperty(definition: PageBlockDefinition): {
|
|
94056
94199
|
id: string;
|
|
94057
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94200
|
+
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
94201
|
name: string;
|
|
94059
94202
|
options?: Record<string, any> | undefined;
|
|
94060
94203
|
description?: string | undefined;
|
|
@@ -94062,7 +94205,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94062
94205
|
} | undefined;
|
|
94063
94206
|
firstEmbedProperty(definition: PageBlockDefinition): {
|
|
94064
94207
|
id: string;
|
|
94065
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94208
|
+
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
94209
|
name: string;
|
|
94067
94210
|
options?: Record<string, any> | undefined;
|
|
94068
94211
|
description?: string | undefined;
|
|
@@ -94070,7 +94213,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94070
94213
|
} | undefined;
|
|
94071
94214
|
richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
|
|
94072
94215
|
id: string;
|
|
94073
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94216
|
+
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
94217
|
name: string;
|
|
94075
94218
|
options?: Record<string, any> | undefined;
|
|
94076
94219
|
description?: string | undefined;
|
|
@@ -94078,7 +94221,7 @@ declare const BlockDefinitionUtils: {
|
|
|
94078
94221
|
};
|
|
94079
94222
|
property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
|
|
94080
94223
|
id: string;
|
|
94081
|
-
type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "
|
|
94224
|
+
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
94225
|
name: string;
|
|
94083
94226
|
options?: Record<string, any> | undefined;
|
|
94084
94227
|
description?: string | undefined;
|
|
@@ -94182,4 +94325,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
94182
94325
|
|
|
94183
94326
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
94184
94327
|
|
|
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 };
|
|
94328
|
+
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, 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 };
|