@supernova-studio/client 1.4.4 → 1.4.6
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 +800 -82
- package/dist/index.d.ts +800 -82
- package/dist/index.js +117 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1913 -1830
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DocumentationGroupV1, DocumentationPageV1, DocumentationPageV2, ElementGroup, DocumentationPageApproval, DocumentationPageSnapshot, ElementGroupSnapshot, OmitStrict, PageBlockDefinitionLayout as PageBlockDefinitionLayout$1, PageBlockV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, Pipeline, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, IntegrationCredentials, SupernovaExceptionType, SsoProvider, UpdateMembershipRolesInput, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockItemRichTextEditorValue, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType } from '@supernova-studio/model';
|
|
1
|
+
import { DocumentationGroupV1, DocumentationPageV1, DocumentationPageV2, ElementGroup, DocumentationPageApproval, DocumentationPageSnapshot, ElementGroupSnapshot, OmitStrict, PageBlockDefinitionLayout as PageBlockDefinitionLayout$1, PageBlockV1, FigmaFileStructureNode as FigmaFileStructureNode$1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, Pipeline, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, IntegrationCredentials, SupernovaExceptionType, SsoProvider, UpdateMembershipRolesInput, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockItemRichTextEditorValue, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType } from '@supernova-studio/model';
|
|
2
2
|
import * as zod from 'zod';
|
|
3
3
|
import zod__default, { z, ZodSchema, ZodTypeDef } from 'zod';
|
|
4
4
|
import * as Y from 'yjs';
|
|
@@ -22727,14 +22727,14 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
|
|
|
22727
22727
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
22728
22728
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
22729
22729
|
}, "strip", z.ZodTypeAny, {
|
|
22730
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
22730
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
22731
22731
|
id: string;
|
|
22732
22732
|
name: string;
|
|
22733
22733
|
options?: Record<string, any> | undefined;
|
|
22734
22734
|
description?: string | undefined;
|
|
22735
22735
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
22736
22736
|
}, {
|
|
22737
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
22737
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
22738
22738
|
id: string;
|
|
22739
22739
|
name: string;
|
|
22740
22740
|
options?: Record<string, any> | undefined;
|
|
@@ -22830,7 +22830,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
|
|
|
22830
22830
|
defaultVariantKey: z.ZodString;
|
|
22831
22831
|
}, "strip", z.ZodTypeAny, {
|
|
22832
22832
|
properties: {
|
|
22833
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
22833
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
22834
22834
|
id: string;
|
|
22835
22835
|
name: string;
|
|
22836
22836
|
options?: Record<string, any> | undefined;
|
|
@@ -22869,7 +22869,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
|
|
|
22869
22869
|
} | undefined;
|
|
22870
22870
|
}, {
|
|
22871
22871
|
properties: {
|
|
22872
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
22872
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
22873
22873
|
id: string;
|
|
22874
22874
|
name: string;
|
|
22875
22875
|
options?: Record<string, any> | undefined;
|
|
@@ -22989,14 +22989,14 @@ declare const DTOPageBlockDefinitionProperty: z.ZodObject<{
|
|
|
22989
22989
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
22990
22990
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
22991
22991
|
}, "strip", z.ZodTypeAny, {
|
|
22992
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
22992
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
22993
22993
|
id: string;
|
|
22994
22994
|
name: string;
|
|
22995
22995
|
options?: Record<string, any> | undefined;
|
|
22996
22996
|
description?: string | undefined;
|
|
22997
22997
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
22998
22998
|
}, {
|
|
22999
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
22999
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23000
23000
|
id: string;
|
|
23001
23001
|
name: string;
|
|
23002
23002
|
options?: Record<string, any> | undefined;
|
|
@@ -23032,14 +23032,14 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23032
23032
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
23033
23033
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
23034
23034
|
}, "strip", z.ZodTypeAny, {
|
|
23035
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
23035
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23036
23036
|
id: string;
|
|
23037
23037
|
name: string;
|
|
23038
23038
|
options?: Record<string, any> | undefined;
|
|
23039
23039
|
description?: string | undefined;
|
|
23040
23040
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
23041
23041
|
}, {
|
|
23042
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
23042
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23043
23043
|
id: string;
|
|
23044
23044
|
name: string;
|
|
23045
23045
|
options?: Record<string, any> | undefined;
|
|
@@ -23135,7 +23135,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23135
23135
|
defaultVariantKey: z.ZodString;
|
|
23136
23136
|
}, "strip", z.ZodTypeAny, {
|
|
23137
23137
|
properties: {
|
|
23138
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
23138
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23139
23139
|
id: string;
|
|
23140
23140
|
name: string;
|
|
23141
23141
|
options?: Record<string, any> | undefined;
|
|
@@ -23174,7 +23174,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23174
23174
|
} | undefined;
|
|
23175
23175
|
}, {
|
|
23176
23176
|
properties: {
|
|
23177
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
23177
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23178
23178
|
id: string;
|
|
23179
23179
|
name: string;
|
|
23180
23180
|
options?: Record<string, any> | undefined;
|
|
@@ -23304,7 +23304,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23304
23304
|
}, "strip", z.ZodTypeAny, {
|
|
23305
23305
|
item: {
|
|
23306
23306
|
properties: {
|
|
23307
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
23307
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23308
23308
|
id: string;
|
|
23309
23309
|
name: string;
|
|
23310
23310
|
options?: Record<string, any> | undefined;
|
|
@@ -23342,7 +23342,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23342
23342
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
23343
23343
|
} | undefined;
|
|
23344
23344
|
};
|
|
23345
|
-
category: "
|
|
23345
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
23346
23346
|
id: string;
|
|
23347
23347
|
name: string;
|
|
23348
23348
|
description: string;
|
|
@@ -23377,7 +23377,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23377
23377
|
}, {
|
|
23378
23378
|
item: {
|
|
23379
23379
|
properties: {
|
|
23380
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
23380
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
23381
23381
|
id: string;
|
|
23382
23382
|
name: string;
|
|
23383
23383
|
options?: Record<string, any> | undefined;
|
|
@@ -23415,7 +23415,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
|
|
|
23415
23415
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
23416
23416
|
} | undefined;
|
|
23417
23417
|
};
|
|
23418
|
-
category: "
|
|
23418
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
23419
23419
|
id: string;
|
|
23420
23420
|
name: string;
|
|
23421
23421
|
description: string;
|
|
@@ -38599,7 +38599,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38599
38599
|
shortPersistentId: z.ZodString;
|
|
38600
38600
|
data: z.ZodObject<{
|
|
38601
38601
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
38602
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
38602
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
38603
38603
|
persistentId: string;
|
|
38604
38604
|
asset?: {
|
|
38605
38605
|
type: "image" | "figmaFrame";
|
|
@@ -38646,7 +38646,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38646
38646
|
spans: {
|
|
38647
38647
|
text: string;
|
|
38648
38648
|
attributes: {
|
|
38649
|
-
type: "
|
|
38649
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
38650
38650
|
link?: string | null | undefined;
|
|
38651
38651
|
documentationItemId?: string | null | undefined;
|
|
38652
38652
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -38850,15 +38850,17 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38850
38850
|
selectedFigmaComponent?: {
|
|
38851
38851
|
figmaComponentId: string;
|
|
38852
38852
|
selectedComponentProperties: string[];
|
|
38853
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
38853
38854
|
} | null | undefined;
|
|
38854
38855
|
selectedFigmaComponents?: {
|
|
38855
38856
|
figmaComponentId: string;
|
|
38856
38857
|
selectedComponentProperties: string[];
|
|
38858
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
38857
38859
|
}[] | null | undefined;
|
|
38858
38860
|
userMetadata?: string | null | undefined;
|
|
38859
38861
|
} & {
|
|
38860
38862
|
children: ({
|
|
38861
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
38863
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
38862
38864
|
persistentId: string;
|
|
38863
38865
|
asset?: {
|
|
38864
38866
|
type: "image" | "figmaFrame";
|
|
@@ -38905,7 +38907,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38905
38907
|
spans: {
|
|
38906
38908
|
text: string;
|
|
38907
38909
|
attributes: {
|
|
38908
|
-
type: "
|
|
38910
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
38909
38911
|
link?: string | null | undefined;
|
|
38910
38912
|
documentationItemId?: string | null | undefined;
|
|
38911
38913
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -39109,10 +39111,12 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39109
39111
|
selectedFigmaComponent?: {
|
|
39110
39112
|
figmaComponentId: string;
|
|
39111
39113
|
selectedComponentProperties: string[];
|
|
39114
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39112
39115
|
} | null | undefined;
|
|
39113
39116
|
selectedFigmaComponents?: {
|
|
39114
39117
|
figmaComponentId: string;
|
|
39115
39118
|
selectedComponentProperties: string[];
|
|
39119
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39116
39120
|
}[] | null | undefined;
|
|
39117
39121
|
userMetadata?: string | null | undefined;
|
|
39118
39122
|
} & any)[] | null | undefined;
|
|
@@ -39463,7 +39467,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39463
39467
|
} | undefined;
|
|
39464
39468
|
}, {
|
|
39465
39469
|
blocks: ({
|
|
39466
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
39470
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
39467
39471
|
persistentId: string;
|
|
39468
39472
|
asset?: {
|
|
39469
39473
|
type: "image" | "figmaFrame";
|
|
@@ -39510,7 +39514,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39510
39514
|
spans: {
|
|
39511
39515
|
text: string;
|
|
39512
39516
|
attributes: {
|
|
39513
|
-
type: "
|
|
39517
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
39514
39518
|
link?: string | null | undefined;
|
|
39515
39519
|
documentationItemId?: string | null | undefined;
|
|
39516
39520
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -39714,15 +39718,17 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39714
39718
|
selectedFigmaComponent?: {
|
|
39715
39719
|
figmaComponentId: string;
|
|
39716
39720
|
selectedComponentProperties: string[];
|
|
39721
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39717
39722
|
} | null | undefined;
|
|
39718
39723
|
selectedFigmaComponents?: {
|
|
39719
39724
|
figmaComponentId: string;
|
|
39720
39725
|
selectedComponentProperties: string[];
|
|
39726
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39721
39727
|
}[] | null | undefined;
|
|
39722
39728
|
userMetadata?: string | null | undefined;
|
|
39723
39729
|
} & {
|
|
39724
39730
|
children: ({
|
|
39725
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
39731
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
39726
39732
|
persistentId: string;
|
|
39727
39733
|
asset?: {
|
|
39728
39734
|
type: "image" | "figmaFrame";
|
|
@@ -39769,7 +39775,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39769
39775
|
spans: {
|
|
39770
39776
|
text: string;
|
|
39771
39777
|
attributes: {
|
|
39772
|
-
type: "
|
|
39778
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
39773
39779
|
link?: string | null | undefined;
|
|
39774
39780
|
documentationItemId?: string | null | undefined;
|
|
39775
39781
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -39973,10 +39979,12 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39973
39979
|
selectedFigmaComponent?: {
|
|
39974
39980
|
figmaComponentId: string;
|
|
39975
39981
|
selectedComponentProperties: string[];
|
|
39982
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39976
39983
|
} | null | undefined;
|
|
39977
39984
|
selectedFigmaComponents?: {
|
|
39978
39985
|
figmaComponentId: string;
|
|
39979
39986
|
selectedComponentProperties: string[];
|
|
39987
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39980
39988
|
}[] | null | undefined;
|
|
39981
39989
|
userMetadata?: string | null | undefined;
|
|
39982
39990
|
} & any)[] | null | undefined;
|
|
@@ -40551,7 +40559,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40551
40559
|
};
|
|
40552
40560
|
}>;
|
|
40553
40561
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
40554
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
40562
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
40555
40563
|
persistentId: string;
|
|
40556
40564
|
asset?: {
|
|
40557
40565
|
type: "image" | "figmaFrame";
|
|
@@ -40598,7 +40606,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40598
40606
|
spans: {
|
|
40599
40607
|
text: string;
|
|
40600
40608
|
attributes: {
|
|
40601
|
-
type: "
|
|
40609
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
40602
40610
|
link?: string | null | undefined;
|
|
40603
40611
|
documentationItemId?: string | null | undefined;
|
|
40604
40612
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -40802,15 +40810,17 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40802
40810
|
selectedFigmaComponent?: {
|
|
40803
40811
|
figmaComponentId: string;
|
|
40804
40812
|
selectedComponentProperties: string[];
|
|
40813
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
40805
40814
|
} | null | undefined;
|
|
40806
40815
|
selectedFigmaComponents?: {
|
|
40807
40816
|
figmaComponentId: string;
|
|
40808
40817
|
selectedComponentProperties: string[];
|
|
40818
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
40809
40819
|
}[] | null | undefined;
|
|
40810
40820
|
userMetadata?: string | null | undefined;
|
|
40811
40821
|
} & {
|
|
40812
40822
|
children: ({
|
|
40813
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
40823
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
40814
40824
|
persistentId: string;
|
|
40815
40825
|
asset?: {
|
|
40816
40826
|
type: "image" | "figmaFrame";
|
|
@@ -40857,7 +40867,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40857
40867
|
spans: {
|
|
40858
40868
|
text: string;
|
|
40859
40869
|
attributes: {
|
|
40860
|
-
type: "
|
|
40870
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
40861
40871
|
link?: string | null | undefined;
|
|
40862
40872
|
documentationItemId?: string | null | undefined;
|
|
40863
40873
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -41061,10 +41071,12 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41061
41071
|
selectedFigmaComponent?: {
|
|
41062
41072
|
figmaComponentId: string;
|
|
41063
41073
|
selectedComponentProperties: string[];
|
|
41074
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41064
41075
|
} | null | undefined;
|
|
41065
41076
|
selectedFigmaComponents?: {
|
|
41066
41077
|
figmaComponentId: string;
|
|
41067
41078
|
selectedComponentProperties: string[];
|
|
41079
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41068
41080
|
}[] | null | undefined;
|
|
41069
41081
|
userMetadata?: string | null | undefined;
|
|
41070
41082
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -41187,7 +41199,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41187
41199
|
};
|
|
41188
41200
|
};
|
|
41189
41201
|
blocks: ({
|
|
41190
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
41202
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
41191
41203
|
persistentId: string;
|
|
41192
41204
|
asset?: {
|
|
41193
41205
|
type: "image" | "figmaFrame";
|
|
@@ -41234,7 +41246,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41234
41246
|
spans: {
|
|
41235
41247
|
text: string;
|
|
41236
41248
|
attributes: {
|
|
41237
|
-
type: "
|
|
41249
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
41238
41250
|
link?: string | null | undefined;
|
|
41239
41251
|
documentationItemId?: string | null | undefined;
|
|
41240
41252
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -41438,15 +41450,17 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41438
41450
|
selectedFigmaComponent?: {
|
|
41439
41451
|
figmaComponentId: string;
|
|
41440
41452
|
selectedComponentProperties: string[];
|
|
41453
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41441
41454
|
} | null | undefined;
|
|
41442
41455
|
selectedFigmaComponents?: {
|
|
41443
41456
|
figmaComponentId: string;
|
|
41444
41457
|
selectedComponentProperties: string[];
|
|
41458
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41445
41459
|
}[] | null | undefined;
|
|
41446
41460
|
userMetadata?: string | null | undefined;
|
|
41447
41461
|
} & {
|
|
41448
41462
|
children: ({
|
|
41449
|
-
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "
|
|
41463
|
+
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
41450
41464
|
persistentId: string;
|
|
41451
41465
|
asset?: {
|
|
41452
41466
|
type: "image" | "figmaFrame";
|
|
@@ -41493,7 +41507,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41493
41507
|
spans: {
|
|
41494
41508
|
text: string;
|
|
41495
41509
|
attributes: {
|
|
41496
|
-
type: "
|
|
41510
|
+
type: "Code" | "Link" | "Bold" | "Italic" | "Strikethrough" | "Comment";
|
|
41497
41511
|
link?: string | null | undefined;
|
|
41498
41512
|
documentationItemId?: string | null | undefined;
|
|
41499
41513
|
openInNewTab?: boolean | null | undefined;
|
|
@@ -41697,10 +41711,12 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41697
41711
|
selectedFigmaComponent?: {
|
|
41698
41712
|
figmaComponentId: string;
|
|
41699
41713
|
selectedComponentProperties: string[];
|
|
41714
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41700
41715
|
} | null | undefined;
|
|
41701
41716
|
selectedFigmaComponents?: {
|
|
41702
41717
|
figmaComponentId: string;
|
|
41703
41718
|
selectedComponentProperties: string[];
|
|
41719
|
+
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41704
41720
|
}[] | null | undefined;
|
|
41705
41721
|
userMetadata?: string | null | undefined;
|
|
41706
41722
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -44309,6 +44325,266 @@ declare const DTODocumentationStructure: z.ZodObject<{
|
|
|
44309
44325
|
}>;
|
|
44310
44326
|
type DTODocumentationStructure = z.infer<typeof DTODocumentationStructure>;
|
|
44311
44327
|
|
|
44328
|
+
declare const DTOFigmaNodeStructure: z.ZodObject<{
|
|
44329
|
+
id: z.ZodString;
|
|
44330
|
+
sourceId: z.ZodString;
|
|
44331
|
+
importState: z.ZodEnum<["InProgress", "Success", "Failed"]>;
|
|
44332
|
+
createdAt: z.ZodDate;
|
|
44333
|
+
updatedAt: z.ZodDate;
|
|
44334
|
+
}, "strip", z.ZodTypeAny, {
|
|
44335
|
+
id: string;
|
|
44336
|
+
createdAt: Date;
|
|
44337
|
+
updatedAt: Date;
|
|
44338
|
+
sourceId: string;
|
|
44339
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44340
|
+
}, {
|
|
44341
|
+
id: string;
|
|
44342
|
+
createdAt: Date;
|
|
44343
|
+
updatedAt: Date;
|
|
44344
|
+
sourceId: string;
|
|
44345
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44346
|
+
}>;
|
|
44347
|
+
type DTOFigmaNodeStructure = z.infer<typeof DTOFigmaNodeStructure>;
|
|
44348
|
+
declare const DTOFigmaNodeStructureDetail: z.ZodObject<z.objectUtil.extendShape<{
|
|
44349
|
+
id: z.ZodString;
|
|
44350
|
+
sourceId: z.ZodString;
|
|
44351
|
+
importState: z.ZodEnum<["InProgress", "Success", "Failed"]>;
|
|
44352
|
+
createdAt: z.ZodDate;
|
|
44353
|
+
updatedAt: z.ZodDate;
|
|
44354
|
+
}, {
|
|
44355
|
+
rootNode: z.ZodType<FigmaFileStructureNode$1, z.ZodTypeDef, {
|
|
44356
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44357
|
+
id: string;
|
|
44358
|
+
name: string;
|
|
44359
|
+
size?: {
|
|
44360
|
+
width?: number | null | undefined;
|
|
44361
|
+
height?: number | null | undefined;
|
|
44362
|
+
} | undefined;
|
|
44363
|
+
parentComponentSetId?: string | undefined;
|
|
44364
|
+
} & {
|
|
44365
|
+
children: ({
|
|
44366
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44367
|
+
id: string;
|
|
44368
|
+
name: string;
|
|
44369
|
+
size?: {
|
|
44370
|
+
width?: number | null | undefined;
|
|
44371
|
+
height?: number | null | undefined;
|
|
44372
|
+
} | undefined;
|
|
44373
|
+
parentComponentSetId?: string | undefined;
|
|
44374
|
+
} & /*elided*/ any)[];
|
|
44375
|
+
}>;
|
|
44376
|
+
}>, "strip", z.ZodTypeAny, {
|
|
44377
|
+
id: string;
|
|
44378
|
+
createdAt: Date;
|
|
44379
|
+
updatedAt: Date;
|
|
44380
|
+
sourceId: string;
|
|
44381
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44382
|
+
rootNode: {
|
|
44383
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44384
|
+
id: string;
|
|
44385
|
+
name: string;
|
|
44386
|
+
size?: {
|
|
44387
|
+
width: number;
|
|
44388
|
+
height: number;
|
|
44389
|
+
} | undefined;
|
|
44390
|
+
parentComponentSetId?: string | undefined;
|
|
44391
|
+
} & {
|
|
44392
|
+
children: FigmaFileStructureNode$1[];
|
|
44393
|
+
};
|
|
44394
|
+
}, {
|
|
44395
|
+
id: string;
|
|
44396
|
+
createdAt: Date;
|
|
44397
|
+
updatedAt: Date;
|
|
44398
|
+
sourceId: string;
|
|
44399
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44400
|
+
rootNode: {
|
|
44401
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44402
|
+
id: string;
|
|
44403
|
+
name: string;
|
|
44404
|
+
size?: {
|
|
44405
|
+
width?: number | null | undefined;
|
|
44406
|
+
height?: number | null | undefined;
|
|
44407
|
+
} | undefined;
|
|
44408
|
+
parentComponentSetId?: string | undefined;
|
|
44409
|
+
} & {
|
|
44410
|
+
children: ({
|
|
44411
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44412
|
+
id: string;
|
|
44413
|
+
name: string;
|
|
44414
|
+
size?: {
|
|
44415
|
+
width?: number | null | undefined;
|
|
44416
|
+
height?: number | null | undefined;
|
|
44417
|
+
} | undefined;
|
|
44418
|
+
parentComponentSetId?: string | undefined;
|
|
44419
|
+
} & /*elided*/ any)[];
|
|
44420
|
+
};
|
|
44421
|
+
}>;
|
|
44422
|
+
type DTOFigmaNodeStructureDetail = z.infer<typeof DTOFigmaNodeStructureDetail>;
|
|
44423
|
+
declare const DTOFigmaNodeStructureListResponse: z.ZodObject<{
|
|
44424
|
+
structures: z.ZodArray<z.ZodObject<{
|
|
44425
|
+
id: z.ZodString;
|
|
44426
|
+
sourceId: z.ZodString;
|
|
44427
|
+
importState: z.ZodEnum<["InProgress", "Success", "Failed"]>;
|
|
44428
|
+
createdAt: z.ZodDate;
|
|
44429
|
+
updatedAt: z.ZodDate;
|
|
44430
|
+
}, "strip", z.ZodTypeAny, {
|
|
44431
|
+
id: string;
|
|
44432
|
+
createdAt: Date;
|
|
44433
|
+
updatedAt: Date;
|
|
44434
|
+
sourceId: string;
|
|
44435
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44436
|
+
}, {
|
|
44437
|
+
id: string;
|
|
44438
|
+
createdAt: Date;
|
|
44439
|
+
updatedAt: Date;
|
|
44440
|
+
sourceId: string;
|
|
44441
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44442
|
+
}>, "many">;
|
|
44443
|
+
}, "strip", z.ZodTypeAny, {
|
|
44444
|
+
structures: {
|
|
44445
|
+
id: string;
|
|
44446
|
+
createdAt: Date;
|
|
44447
|
+
updatedAt: Date;
|
|
44448
|
+
sourceId: string;
|
|
44449
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44450
|
+
}[];
|
|
44451
|
+
}, {
|
|
44452
|
+
structures: {
|
|
44453
|
+
id: string;
|
|
44454
|
+
createdAt: Date;
|
|
44455
|
+
updatedAt: Date;
|
|
44456
|
+
sourceId: string;
|
|
44457
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44458
|
+
}[];
|
|
44459
|
+
}>;
|
|
44460
|
+
type DTOFigmaNodeStructureListResponse = z.infer<typeof DTOFigmaNodeStructureListResponse>;
|
|
44461
|
+
declare const DTOFigmaNodeStructureDetailResponse: z.ZodObject<{
|
|
44462
|
+
structure: z.ZodObject<z.objectUtil.extendShape<{
|
|
44463
|
+
id: z.ZodString;
|
|
44464
|
+
sourceId: z.ZodString;
|
|
44465
|
+
importState: z.ZodEnum<["InProgress", "Success", "Failed"]>;
|
|
44466
|
+
createdAt: z.ZodDate;
|
|
44467
|
+
updatedAt: z.ZodDate;
|
|
44468
|
+
}, {
|
|
44469
|
+
rootNode: z.ZodType<FigmaFileStructureNode$1, z.ZodTypeDef, {
|
|
44470
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44471
|
+
id: string;
|
|
44472
|
+
name: string;
|
|
44473
|
+
size?: {
|
|
44474
|
+
width?: number | null | undefined;
|
|
44475
|
+
height?: number | null | undefined;
|
|
44476
|
+
} | undefined;
|
|
44477
|
+
parentComponentSetId?: string | undefined;
|
|
44478
|
+
} & {
|
|
44479
|
+
children: ({
|
|
44480
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44481
|
+
id: string;
|
|
44482
|
+
name: string;
|
|
44483
|
+
size?: {
|
|
44484
|
+
width?: number | null | undefined;
|
|
44485
|
+
height?: number | null | undefined;
|
|
44486
|
+
} | undefined;
|
|
44487
|
+
parentComponentSetId?: string | undefined;
|
|
44488
|
+
} & /*elided*/ any)[];
|
|
44489
|
+
}>;
|
|
44490
|
+
}>, "strip", z.ZodTypeAny, {
|
|
44491
|
+
id: string;
|
|
44492
|
+
createdAt: Date;
|
|
44493
|
+
updatedAt: Date;
|
|
44494
|
+
sourceId: string;
|
|
44495
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44496
|
+
rootNode: {
|
|
44497
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44498
|
+
id: string;
|
|
44499
|
+
name: string;
|
|
44500
|
+
size?: {
|
|
44501
|
+
width: number;
|
|
44502
|
+
height: number;
|
|
44503
|
+
} | undefined;
|
|
44504
|
+
parentComponentSetId?: string | undefined;
|
|
44505
|
+
} & {
|
|
44506
|
+
children: FigmaFileStructureNode$1[];
|
|
44507
|
+
};
|
|
44508
|
+
}, {
|
|
44509
|
+
id: string;
|
|
44510
|
+
createdAt: Date;
|
|
44511
|
+
updatedAt: Date;
|
|
44512
|
+
sourceId: string;
|
|
44513
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44514
|
+
rootNode: {
|
|
44515
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44516
|
+
id: string;
|
|
44517
|
+
name: string;
|
|
44518
|
+
size?: {
|
|
44519
|
+
width?: number | null | undefined;
|
|
44520
|
+
height?: number | null | undefined;
|
|
44521
|
+
} | undefined;
|
|
44522
|
+
parentComponentSetId?: string | undefined;
|
|
44523
|
+
} & {
|
|
44524
|
+
children: ({
|
|
44525
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44526
|
+
id: string;
|
|
44527
|
+
name: string;
|
|
44528
|
+
size?: {
|
|
44529
|
+
width?: number | null | undefined;
|
|
44530
|
+
height?: number | null | undefined;
|
|
44531
|
+
} | undefined;
|
|
44532
|
+
parentComponentSetId?: string | undefined;
|
|
44533
|
+
} & /*elided*/ any)[];
|
|
44534
|
+
};
|
|
44535
|
+
}>;
|
|
44536
|
+
}, "strip", z.ZodTypeAny, {
|
|
44537
|
+
structure: {
|
|
44538
|
+
id: string;
|
|
44539
|
+
createdAt: Date;
|
|
44540
|
+
updatedAt: Date;
|
|
44541
|
+
sourceId: string;
|
|
44542
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44543
|
+
rootNode: {
|
|
44544
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44545
|
+
id: string;
|
|
44546
|
+
name: string;
|
|
44547
|
+
size?: {
|
|
44548
|
+
width: number;
|
|
44549
|
+
height: number;
|
|
44550
|
+
} | undefined;
|
|
44551
|
+
parentComponentSetId?: string | undefined;
|
|
44552
|
+
} & {
|
|
44553
|
+
children: FigmaFileStructureNode$1[];
|
|
44554
|
+
};
|
|
44555
|
+
};
|
|
44556
|
+
}, {
|
|
44557
|
+
structure: {
|
|
44558
|
+
id: string;
|
|
44559
|
+
createdAt: Date;
|
|
44560
|
+
updatedAt: Date;
|
|
44561
|
+
sourceId: string;
|
|
44562
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
44563
|
+
rootNode: {
|
|
44564
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44565
|
+
id: string;
|
|
44566
|
+
name: string;
|
|
44567
|
+
size?: {
|
|
44568
|
+
width?: number | null | undefined;
|
|
44569
|
+
height?: number | null | undefined;
|
|
44570
|
+
} | undefined;
|
|
44571
|
+
parentComponentSetId?: string | undefined;
|
|
44572
|
+
} & {
|
|
44573
|
+
children: ({
|
|
44574
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
44575
|
+
id: string;
|
|
44576
|
+
name: string;
|
|
44577
|
+
size?: {
|
|
44578
|
+
width?: number | null | undefined;
|
|
44579
|
+
height?: number | null | undefined;
|
|
44580
|
+
} | undefined;
|
|
44581
|
+
parentComponentSetId?: string | undefined;
|
|
44582
|
+
} & /*elided*/ any)[];
|
|
44583
|
+
};
|
|
44584
|
+
};
|
|
44585
|
+
}>;
|
|
44586
|
+
type DTOFigmaNodeStructureDetailResponse = z.infer<typeof DTOFigmaNodeStructureDetailResponse>;
|
|
44587
|
+
|
|
44312
44588
|
declare const DTOFigmaNodeData: z.ZodObject<{
|
|
44313
44589
|
figmaNodeId: z.ZodString;
|
|
44314
44590
|
isValid: z.ZodBoolean;
|
|
@@ -51093,7 +51369,7 @@ type DTOElementsGetTypeFilter = z.infer<typeof DTOElementsGetTypeFilter>;
|
|
|
51093
51369
|
|
|
51094
51370
|
declare const DTOExporterPropertyValue: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>;
|
|
51095
51371
|
type DTOExporterPropertyDefinitionValue = z.infer<typeof DTOExporterPropertyValue>;
|
|
51096
|
-
declare const DTOExporterPropertyType: z.ZodEnum<["Enum", "Boolean", "String", "Number", "Array", "Object"]>;
|
|
51372
|
+
declare const DTOExporterPropertyType: z.ZodEnum<["Enum", "Boolean", "String", "Number", "Array", "Object", "Code"]>;
|
|
51097
51373
|
type DTOExporterPropertyType = z.infer<typeof DTOExporterPropertyType>;
|
|
51098
51374
|
declare const PropertyDefinitionBase: z.ZodObject<{
|
|
51099
51375
|
key: z.ZodString;
|
|
@@ -51115,6 +51391,35 @@ declare const PropertyDefinitionBase: z.ZodObject<{
|
|
|
51115
51391
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51116
51392
|
}>;
|
|
51117
51393
|
type DTOPropertyDefinitionBase = z.infer<typeof PropertyDefinitionBase>;
|
|
51394
|
+
declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extendShape<{
|
|
51395
|
+
key: z.ZodString;
|
|
51396
|
+
title: z.ZodString;
|
|
51397
|
+
description: z.ZodString;
|
|
51398
|
+
category: z.ZodOptional<z.ZodString>;
|
|
51399
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51400
|
+
}, {
|
|
51401
|
+
type: z.ZodLiteral<"Code">;
|
|
51402
|
+
language: z.ZodString;
|
|
51403
|
+
default: z.ZodString;
|
|
51404
|
+
}>, "strip", z.ZodTypeAny, {
|
|
51405
|
+
type: "Code";
|
|
51406
|
+
description: string;
|
|
51407
|
+
title: string;
|
|
51408
|
+
key: string;
|
|
51409
|
+
default: string;
|
|
51410
|
+
language: string;
|
|
51411
|
+
category?: string | undefined;
|
|
51412
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51413
|
+
}, {
|
|
51414
|
+
type: "Code";
|
|
51415
|
+
description: string;
|
|
51416
|
+
title: string;
|
|
51417
|
+
key: string;
|
|
51418
|
+
default: string;
|
|
51419
|
+
language: string;
|
|
51420
|
+
category?: string | undefined;
|
|
51421
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51422
|
+
}>;
|
|
51118
51423
|
declare const DTOExporterPropertyDefinitionEnum: z.ZodObject<z.objectUtil.extendShape<{
|
|
51119
51424
|
key: z.ZodString;
|
|
51120
51425
|
title: z.ZodString;
|
|
@@ -51196,6 +51501,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51196
51501
|
}, {
|
|
51197
51502
|
type: z.ZodLiteral<"String">;
|
|
51198
51503
|
default: z.ZodString;
|
|
51504
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51199
51505
|
}>, "strip", z.ZodTypeAny, {
|
|
51200
51506
|
type: "String";
|
|
51201
51507
|
description: string;
|
|
@@ -51204,6 +51510,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51204
51510
|
default: string;
|
|
51205
51511
|
category?: string | undefined;
|
|
51206
51512
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51513
|
+
isMultiline?: boolean | undefined;
|
|
51207
51514
|
}, {
|
|
51208
51515
|
type: "String";
|
|
51209
51516
|
description: string;
|
|
@@ -51212,6 +51519,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51212
51519
|
default: string;
|
|
51213
51520
|
category?: string | undefined;
|
|
51214
51521
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51522
|
+
isMultiline?: boolean | undefined;
|
|
51215
51523
|
}>;
|
|
51216
51524
|
type DTOExporterPropertyDefinitionString = z.infer<typeof DTOExporterPropertyDefinitionString>;
|
|
51217
51525
|
declare const DTOExporterPropertyDefinitionNumber: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -51403,6 +51711,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51403
51711
|
}, {
|
|
51404
51712
|
type: z.ZodLiteral<"String">;
|
|
51405
51713
|
default: z.ZodString;
|
|
51714
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51406
51715
|
}>, "strip", z.ZodTypeAny, {
|
|
51407
51716
|
type: "String";
|
|
51408
51717
|
description: string;
|
|
@@ -51411,6 +51720,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51411
51720
|
default: string;
|
|
51412
51721
|
category?: string | undefined;
|
|
51413
51722
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51723
|
+
isMultiline?: boolean | undefined;
|
|
51414
51724
|
}, {
|
|
51415
51725
|
type: "String";
|
|
51416
51726
|
description: string;
|
|
@@ -51419,6 +51729,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51419
51729
|
default: string;
|
|
51420
51730
|
category?: string | undefined;
|
|
51421
51731
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51732
|
+
isMultiline?: boolean | undefined;
|
|
51422
51733
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51423
51734
|
key: z.ZodString;
|
|
51424
51735
|
title: z.ZodString;
|
|
@@ -51525,6 +51836,34 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51525
51836
|
allowedValues?: {
|
|
51526
51837
|
type: string;
|
|
51527
51838
|
} | undefined;
|
|
51839
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51840
|
+
key: z.ZodString;
|
|
51841
|
+
title: z.ZodString;
|
|
51842
|
+
description: z.ZodString;
|
|
51843
|
+
category: z.ZodOptional<z.ZodString>;
|
|
51844
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51845
|
+
}, {
|
|
51846
|
+
type: z.ZodLiteral<"Code">;
|
|
51847
|
+
language: z.ZodString;
|
|
51848
|
+
default: z.ZodString;
|
|
51849
|
+
}>, "strip", z.ZodTypeAny, {
|
|
51850
|
+
type: "Code";
|
|
51851
|
+
description: string;
|
|
51852
|
+
title: string;
|
|
51853
|
+
key: string;
|
|
51854
|
+
default: string;
|
|
51855
|
+
language: string;
|
|
51856
|
+
category?: string | undefined;
|
|
51857
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51858
|
+
}, {
|
|
51859
|
+
type: "Code";
|
|
51860
|
+
description: string;
|
|
51861
|
+
title: string;
|
|
51862
|
+
key: string;
|
|
51863
|
+
default: string;
|
|
51864
|
+
language: string;
|
|
51865
|
+
category?: string | undefined;
|
|
51866
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51528
51867
|
}>]>;
|
|
51529
51868
|
type DTOExporterPropertyDefinition = z.infer<typeof DTOExporterPropertyDefinition>;
|
|
51530
51869
|
declare const DTOExporterPropertyDefinitionEnumOption: z.ZodObject<{
|
|
@@ -51616,6 +51955,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51616
51955
|
}, {
|
|
51617
51956
|
type: z.ZodLiteral<"String">;
|
|
51618
51957
|
default: z.ZodString;
|
|
51958
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51619
51959
|
}>, "strip", z.ZodTypeAny, {
|
|
51620
51960
|
type: "String";
|
|
51621
51961
|
description: string;
|
|
@@ -51624,6 +51964,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51624
51964
|
default: string;
|
|
51625
51965
|
category?: string | undefined;
|
|
51626
51966
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51967
|
+
isMultiline?: boolean | undefined;
|
|
51627
51968
|
}, {
|
|
51628
51969
|
type: "String";
|
|
51629
51970
|
description: string;
|
|
@@ -51632,6 +51973,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51632
51973
|
default: string;
|
|
51633
51974
|
category?: string | undefined;
|
|
51634
51975
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51976
|
+
isMultiline?: boolean | undefined;
|
|
51635
51977
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51636
51978
|
key: z.ZodString;
|
|
51637
51979
|
title: z.ZodString;
|
|
@@ -51738,6 +52080,34 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51738
52080
|
allowedValues?: {
|
|
51739
52081
|
type: string;
|
|
51740
52082
|
} | undefined;
|
|
52083
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52084
|
+
key: z.ZodString;
|
|
52085
|
+
title: z.ZodString;
|
|
52086
|
+
description: z.ZodString;
|
|
52087
|
+
category: z.ZodOptional<z.ZodString>;
|
|
52088
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
52089
|
+
}, {
|
|
52090
|
+
type: z.ZodLiteral<"Code">;
|
|
52091
|
+
language: z.ZodString;
|
|
52092
|
+
default: z.ZodString;
|
|
52093
|
+
}>, "strip", z.ZodTypeAny, {
|
|
52094
|
+
type: "Code";
|
|
52095
|
+
description: string;
|
|
52096
|
+
title: string;
|
|
52097
|
+
key: string;
|
|
52098
|
+
default: string;
|
|
52099
|
+
language: string;
|
|
52100
|
+
category?: string | undefined;
|
|
52101
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52102
|
+
}, {
|
|
52103
|
+
type: "Code";
|
|
52104
|
+
description: string;
|
|
52105
|
+
title: string;
|
|
52106
|
+
key: string;
|
|
52107
|
+
default: string;
|
|
52108
|
+
language: string;
|
|
52109
|
+
category?: string | undefined;
|
|
52110
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51741
52111
|
}>]>, "many">;
|
|
51742
52112
|
}, "strip", z.ZodTypeAny, {
|
|
51743
52113
|
properties: ({
|
|
@@ -51768,6 +52138,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51768
52138
|
default: string;
|
|
51769
52139
|
category?: string | undefined;
|
|
51770
52140
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52141
|
+
isMultiline?: boolean | undefined;
|
|
51771
52142
|
} | {
|
|
51772
52143
|
type: "Number";
|
|
51773
52144
|
description: string;
|
|
@@ -51799,6 +52170,15 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51799
52170
|
allowedValues?: {
|
|
51800
52171
|
type: string;
|
|
51801
52172
|
} | undefined;
|
|
52173
|
+
} | {
|
|
52174
|
+
type: "Code";
|
|
52175
|
+
description: string;
|
|
52176
|
+
title: string;
|
|
52177
|
+
key: string;
|
|
52178
|
+
default: string;
|
|
52179
|
+
language: string;
|
|
52180
|
+
category?: string | undefined;
|
|
52181
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51802
52182
|
})[];
|
|
51803
52183
|
}, {
|
|
51804
52184
|
properties: ({
|
|
@@ -51829,6 +52209,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51829
52209
|
default: string;
|
|
51830
52210
|
category?: string | undefined;
|
|
51831
52211
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52212
|
+
isMultiline?: boolean | undefined;
|
|
51832
52213
|
} | {
|
|
51833
52214
|
type: "Number";
|
|
51834
52215
|
description: string;
|
|
@@ -51860,6 +52241,15 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51860
52241
|
allowedValues?: {
|
|
51861
52242
|
type: string;
|
|
51862
52243
|
} | undefined;
|
|
52244
|
+
} | {
|
|
52245
|
+
type: "Code";
|
|
52246
|
+
description: string;
|
|
52247
|
+
title: string;
|
|
52248
|
+
key: string;
|
|
52249
|
+
default: string;
|
|
52250
|
+
language: string;
|
|
52251
|
+
category?: string | undefined;
|
|
52252
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51863
52253
|
})[];
|
|
51864
52254
|
}>;
|
|
51865
52255
|
type DTOExporterPropertyDefinitionsResponse = z.infer<typeof DTOExporterPropertyDefinitionsResponse>;
|
|
@@ -52005,6 +52395,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52005
52395
|
}, {
|
|
52006
52396
|
type: z.ZodLiteral<"String">;
|
|
52007
52397
|
default: z.ZodString;
|
|
52398
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
52008
52399
|
}>, "strip", z.ZodTypeAny, {
|
|
52009
52400
|
type: "String";
|
|
52010
52401
|
description: string;
|
|
@@ -52013,6 +52404,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52013
52404
|
default: string;
|
|
52014
52405
|
category?: string | undefined;
|
|
52015
52406
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52407
|
+
isMultiline?: boolean | undefined;
|
|
52016
52408
|
}, {
|
|
52017
52409
|
type: "String";
|
|
52018
52410
|
description: string;
|
|
@@ -52021,6 +52413,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52021
52413
|
default: string;
|
|
52022
52414
|
category?: string | undefined;
|
|
52023
52415
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52416
|
+
isMultiline?: boolean | undefined;
|
|
52024
52417
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52025
52418
|
key: z.ZodString;
|
|
52026
52419
|
title: z.ZodString;
|
|
@@ -52127,6 +52520,34 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52127
52520
|
allowedValues?: {
|
|
52128
52521
|
type: string;
|
|
52129
52522
|
} | undefined;
|
|
52523
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52524
|
+
key: z.ZodString;
|
|
52525
|
+
title: z.ZodString;
|
|
52526
|
+
description: z.ZodString;
|
|
52527
|
+
category: z.ZodOptional<z.ZodString>;
|
|
52528
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
52529
|
+
}, {
|
|
52530
|
+
type: z.ZodLiteral<"Code">;
|
|
52531
|
+
language: z.ZodString;
|
|
52532
|
+
default: z.ZodString;
|
|
52533
|
+
}>, "strip", z.ZodTypeAny, {
|
|
52534
|
+
type: "Code";
|
|
52535
|
+
description: string;
|
|
52536
|
+
title: string;
|
|
52537
|
+
key: string;
|
|
52538
|
+
default: string;
|
|
52539
|
+
language: string;
|
|
52540
|
+
category?: string | undefined;
|
|
52541
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52542
|
+
}, {
|
|
52543
|
+
type: "Code";
|
|
52544
|
+
description: string;
|
|
52545
|
+
title: string;
|
|
52546
|
+
key: string;
|
|
52547
|
+
default: string;
|
|
52548
|
+
language: string;
|
|
52549
|
+
category?: string | undefined;
|
|
52550
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52130
52551
|
}>]>, "many">>;
|
|
52131
52552
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
52132
52553
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -52342,6 +52763,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52342
52763
|
default: string;
|
|
52343
52764
|
category?: string | undefined;
|
|
52344
52765
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52766
|
+
isMultiline?: boolean | undefined;
|
|
52345
52767
|
} | {
|
|
52346
52768
|
type: "Number";
|
|
52347
52769
|
description: string;
|
|
@@ -52373,6 +52795,15 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52373
52795
|
allowedValues?: {
|
|
52374
52796
|
type: string;
|
|
52375
52797
|
} | undefined;
|
|
52798
|
+
} | {
|
|
52799
|
+
type: "Code";
|
|
52800
|
+
description: string;
|
|
52801
|
+
title: string;
|
|
52802
|
+
key: string;
|
|
52803
|
+
default: string;
|
|
52804
|
+
language: string;
|
|
52805
|
+
category?: string | undefined;
|
|
52806
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52376
52807
|
})[] | undefined;
|
|
52377
52808
|
organization?: string | undefined;
|
|
52378
52809
|
iconURL?: string | undefined;
|
|
@@ -52465,6 +52896,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52465
52896
|
default: string;
|
|
52466
52897
|
category?: string | undefined;
|
|
52467
52898
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52899
|
+
isMultiline?: boolean | undefined;
|
|
52468
52900
|
} | {
|
|
52469
52901
|
type: "Number";
|
|
52470
52902
|
description: string;
|
|
@@ -52496,6 +52928,15 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52496
52928
|
allowedValues?: {
|
|
52497
52929
|
type: string;
|
|
52498
52930
|
} | undefined;
|
|
52931
|
+
} | {
|
|
52932
|
+
type: "Code";
|
|
52933
|
+
description: string;
|
|
52934
|
+
title: string;
|
|
52935
|
+
key: string;
|
|
52936
|
+
default: string;
|
|
52937
|
+
language: string;
|
|
52938
|
+
category?: string | undefined;
|
|
52939
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52499
52940
|
})[] | undefined;
|
|
52500
52941
|
organization?: string | undefined;
|
|
52501
52942
|
iconURL?: string | undefined;
|
|
@@ -52643,6 +53084,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52643
53084
|
}, {
|
|
52644
53085
|
type: z.ZodLiteral<"String">;
|
|
52645
53086
|
default: z.ZodString;
|
|
53087
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
52646
53088
|
}>, "strip", z.ZodTypeAny, {
|
|
52647
53089
|
type: "String";
|
|
52648
53090
|
description: string;
|
|
@@ -52651,6 +53093,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52651
53093
|
default: string;
|
|
52652
53094
|
category?: string | undefined;
|
|
52653
53095
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53096
|
+
isMultiline?: boolean | undefined;
|
|
52654
53097
|
}, {
|
|
52655
53098
|
type: "String";
|
|
52656
53099
|
description: string;
|
|
@@ -52659,6 +53102,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52659
53102
|
default: string;
|
|
52660
53103
|
category?: string | undefined;
|
|
52661
53104
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53105
|
+
isMultiline?: boolean | undefined;
|
|
52662
53106
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52663
53107
|
key: z.ZodString;
|
|
52664
53108
|
title: z.ZodString;
|
|
@@ -52765,6 +53209,34 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52765
53209
|
allowedValues?: {
|
|
52766
53210
|
type: string;
|
|
52767
53211
|
} | undefined;
|
|
53212
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
53213
|
+
key: z.ZodString;
|
|
53214
|
+
title: z.ZodString;
|
|
53215
|
+
description: z.ZodString;
|
|
53216
|
+
category: z.ZodOptional<z.ZodString>;
|
|
53217
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
53218
|
+
}, {
|
|
53219
|
+
type: z.ZodLiteral<"Code">;
|
|
53220
|
+
language: z.ZodString;
|
|
53221
|
+
default: z.ZodString;
|
|
53222
|
+
}>, "strip", z.ZodTypeAny, {
|
|
53223
|
+
type: "Code";
|
|
53224
|
+
description: string;
|
|
53225
|
+
title: string;
|
|
53226
|
+
key: string;
|
|
53227
|
+
default: string;
|
|
53228
|
+
language: string;
|
|
53229
|
+
category?: string | undefined;
|
|
53230
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53231
|
+
}, {
|
|
53232
|
+
type: "Code";
|
|
53233
|
+
description: string;
|
|
53234
|
+
title: string;
|
|
53235
|
+
key: string;
|
|
53236
|
+
default: string;
|
|
53237
|
+
language: string;
|
|
53238
|
+
category?: string | undefined;
|
|
53239
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52768
53240
|
}>]>, "many">>;
|
|
52769
53241
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
52770
53242
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -52980,6 +53452,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52980
53452
|
default: string;
|
|
52981
53453
|
category?: string | undefined;
|
|
52982
53454
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53455
|
+
isMultiline?: boolean | undefined;
|
|
52983
53456
|
} | {
|
|
52984
53457
|
type: "Number";
|
|
52985
53458
|
description: string;
|
|
@@ -53011,6 +53484,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53011
53484
|
allowedValues?: {
|
|
53012
53485
|
type: string;
|
|
53013
53486
|
} | undefined;
|
|
53487
|
+
} | {
|
|
53488
|
+
type: "Code";
|
|
53489
|
+
description: string;
|
|
53490
|
+
title: string;
|
|
53491
|
+
key: string;
|
|
53492
|
+
default: string;
|
|
53493
|
+
language: string;
|
|
53494
|
+
category?: string | undefined;
|
|
53495
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53014
53496
|
})[] | undefined;
|
|
53015
53497
|
organization?: string | undefined;
|
|
53016
53498
|
iconURL?: string | undefined;
|
|
@@ -53103,6 +53585,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53103
53585
|
default: string;
|
|
53104
53586
|
category?: string | undefined;
|
|
53105
53587
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53588
|
+
isMultiline?: boolean | undefined;
|
|
53106
53589
|
} | {
|
|
53107
53590
|
type: "Number";
|
|
53108
53591
|
description: string;
|
|
@@ -53134,6 +53617,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53134
53617
|
allowedValues?: {
|
|
53135
53618
|
type: string;
|
|
53136
53619
|
} | undefined;
|
|
53620
|
+
} | {
|
|
53621
|
+
type: "Code";
|
|
53622
|
+
description: string;
|
|
53623
|
+
title: string;
|
|
53624
|
+
key: string;
|
|
53625
|
+
default: string;
|
|
53626
|
+
language: string;
|
|
53627
|
+
category?: string | undefined;
|
|
53628
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53137
53629
|
})[] | undefined;
|
|
53138
53630
|
organization?: string | undefined;
|
|
53139
53631
|
iconURL?: string | undefined;
|
|
@@ -53246,6 +53738,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53246
53738
|
default: string;
|
|
53247
53739
|
category?: string | undefined;
|
|
53248
53740
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53741
|
+
isMultiline?: boolean | undefined;
|
|
53249
53742
|
} | {
|
|
53250
53743
|
type: "Number";
|
|
53251
53744
|
description: string;
|
|
@@ -53277,6 +53770,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53277
53770
|
allowedValues?: {
|
|
53278
53771
|
type: string;
|
|
53279
53772
|
} | undefined;
|
|
53773
|
+
} | {
|
|
53774
|
+
type: "Code";
|
|
53775
|
+
description: string;
|
|
53776
|
+
title: string;
|
|
53777
|
+
key: string;
|
|
53778
|
+
default: string;
|
|
53779
|
+
language: string;
|
|
53780
|
+
category?: string | undefined;
|
|
53781
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53280
53782
|
})[] | undefined;
|
|
53281
53783
|
organization?: string | undefined;
|
|
53282
53784
|
iconURL?: string | undefined;
|
|
@@ -53376,6 +53878,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53376
53878
|
default: string;
|
|
53377
53879
|
category?: string | undefined;
|
|
53378
53880
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53881
|
+
isMultiline?: boolean | undefined;
|
|
53379
53882
|
} | {
|
|
53380
53883
|
type: "Number";
|
|
53381
53884
|
description: string;
|
|
@@ -53407,6 +53910,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53407
53910
|
allowedValues?: {
|
|
53408
53911
|
type: string;
|
|
53409
53912
|
} | undefined;
|
|
53913
|
+
} | {
|
|
53914
|
+
type: "Code";
|
|
53915
|
+
description: string;
|
|
53916
|
+
title: string;
|
|
53917
|
+
key: string;
|
|
53918
|
+
default: string;
|
|
53919
|
+
language: string;
|
|
53920
|
+
category?: string | undefined;
|
|
53921
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53410
53922
|
})[] | undefined;
|
|
53411
53923
|
organization?: string | undefined;
|
|
53412
53924
|
iconURL?: string | undefined;
|
|
@@ -53541,6 +54053,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53541
54053
|
}, {
|
|
53542
54054
|
type: z.ZodLiteral<"String">;
|
|
53543
54055
|
default: z.ZodString;
|
|
54056
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
53544
54057
|
}>, "strip", z.ZodTypeAny, {
|
|
53545
54058
|
type: "String";
|
|
53546
54059
|
description: string;
|
|
@@ -53549,6 +54062,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53549
54062
|
default: string;
|
|
53550
54063
|
category?: string | undefined;
|
|
53551
54064
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54065
|
+
isMultiline?: boolean | undefined;
|
|
53552
54066
|
}, {
|
|
53553
54067
|
type: "String";
|
|
53554
54068
|
description: string;
|
|
@@ -53557,6 +54071,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53557
54071
|
default: string;
|
|
53558
54072
|
category?: string | undefined;
|
|
53559
54073
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54074
|
+
isMultiline?: boolean | undefined;
|
|
53560
54075
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
53561
54076
|
key: z.ZodString;
|
|
53562
54077
|
title: z.ZodString;
|
|
@@ -53663,6 +54178,34 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53663
54178
|
allowedValues?: {
|
|
53664
54179
|
type: string;
|
|
53665
54180
|
} | undefined;
|
|
54181
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
54182
|
+
key: z.ZodString;
|
|
54183
|
+
title: z.ZodString;
|
|
54184
|
+
description: z.ZodString;
|
|
54185
|
+
category: z.ZodOptional<z.ZodString>;
|
|
54186
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
54187
|
+
}, {
|
|
54188
|
+
type: z.ZodLiteral<"Code">;
|
|
54189
|
+
language: z.ZodString;
|
|
54190
|
+
default: z.ZodString;
|
|
54191
|
+
}>, "strip", z.ZodTypeAny, {
|
|
54192
|
+
type: "Code";
|
|
54193
|
+
description: string;
|
|
54194
|
+
title: string;
|
|
54195
|
+
key: string;
|
|
54196
|
+
default: string;
|
|
54197
|
+
language: string;
|
|
54198
|
+
category?: string | undefined;
|
|
54199
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54200
|
+
}, {
|
|
54201
|
+
type: "Code";
|
|
54202
|
+
description: string;
|
|
54203
|
+
title: string;
|
|
54204
|
+
key: string;
|
|
54205
|
+
default: string;
|
|
54206
|
+
language: string;
|
|
54207
|
+
category?: string | undefined;
|
|
54208
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53666
54209
|
}>]>, "many">>;
|
|
53667
54210
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
53668
54211
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -53878,6 +54421,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53878
54421
|
default: string;
|
|
53879
54422
|
category?: string | undefined;
|
|
53880
54423
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54424
|
+
isMultiline?: boolean | undefined;
|
|
53881
54425
|
} | {
|
|
53882
54426
|
type: "Number";
|
|
53883
54427
|
description: string;
|
|
@@ -53909,6 +54453,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53909
54453
|
allowedValues?: {
|
|
53910
54454
|
type: string;
|
|
53911
54455
|
} | undefined;
|
|
54456
|
+
} | {
|
|
54457
|
+
type: "Code";
|
|
54458
|
+
description: string;
|
|
54459
|
+
title: string;
|
|
54460
|
+
key: string;
|
|
54461
|
+
default: string;
|
|
54462
|
+
language: string;
|
|
54463
|
+
category?: string | undefined;
|
|
54464
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53912
54465
|
})[] | undefined;
|
|
53913
54466
|
organization?: string | undefined;
|
|
53914
54467
|
iconURL?: string | undefined;
|
|
@@ -54001,6 +54554,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54001
54554
|
default: string;
|
|
54002
54555
|
category?: string | undefined;
|
|
54003
54556
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54557
|
+
isMultiline?: boolean | undefined;
|
|
54004
54558
|
} | {
|
|
54005
54559
|
type: "Number";
|
|
54006
54560
|
description: string;
|
|
@@ -54032,6 +54586,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54032
54586
|
allowedValues?: {
|
|
54033
54587
|
type: string;
|
|
54034
54588
|
} | undefined;
|
|
54589
|
+
} | {
|
|
54590
|
+
type: "Code";
|
|
54591
|
+
description: string;
|
|
54592
|
+
title: string;
|
|
54593
|
+
key: string;
|
|
54594
|
+
default: string;
|
|
54595
|
+
language: string;
|
|
54596
|
+
category?: string | undefined;
|
|
54597
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54035
54598
|
})[] | undefined;
|
|
54036
54599
|
organization?: string | undefined;
|
|
54037
54600
|
iconURL?: string | undefined;
|
|
@@ -54145,6 +54708,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54145
54708
|
default: string;
|
|
54146
54709
|
category?: string | undefined;
|
|
54147
54710
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54711
|
+
isMultiline?: boolean | undefined;
|
|
54148
54712
|
} | {
|
|
54149
54713
|
type: "Number";
|
|
54150
54714
|
description: string;
|
|
@@ -54176,6 +54740,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54176
54740
|
allowedValues?: {
|
|
54177
54741
|
type: string;
|
|
54178
54742
|
} | undefined;
|
|
54743
|
+
} | {
|
|
54744
|
+
type: "Code";
|
|
54745
|
+
description: string;
|
|
54746
|
+
title: string;
|
|
54747
|
+
key: string;
|
|
54748
|
+
default: string;
|
|
54749
|
+
language: string;
|
|
54750
|
+
category?: string | undefined;
|
|
54751
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54179
54752
|
})[] | undefined;
|
|
54180
54753
|
organization?: string | undefined;
|
|
54181
54754
|
iconURL?: string | undefined;
|
|
@@ -54276,6 +54849,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54276
54849
|
default: string;
|
|
54277
54850
|
category?: string | undefined;
|
|
54278
54851
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54852
|
+
isMultiline?: boolean | undefined;
|
|
54279
54853
|
} | {
|
|
54280
54854
|
type: "Number";
|
|
54281
54855
|
description: string;
|
|
@@ -54307,6 +54881,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54307
54881
|
allowedValues?: {
|
|
54308
54882
|
type: string;
|
|
54309
54883
|
} | undefined;
|
|
54884
|
+
} | {
|
|
54885
|
+
type: "Code";
|
|
54886
|
+
description: string;
|
|
54887
|
+
title: string;
|
|
54888
|
+
key: string;
|
|
54889
|
+
default: string;
|
|
54890
|
+
language: string;
|
|
54891
|
+
category?: string | undefined;
|
|
54892
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54310
54893
|
})[] | undefined;
|
|
54311
54894
|
organization?: string | undefined;
|
|
54312
54895
|
iconURL?: string | undefined;
|
|
@@ -93485,6 +94068,7 @@ declare class ExportersEndpoint {
|
|
|
93485
94068
|
default: string;
|
|
93486
94069
|
category?: string | undefined;
|
|
93487
94070
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94071
|
+
isMultiline?: boolean | undefined;
|
|
93488
94072
|
} | {
|
|
93489
94073
|
type: "Number";
|
|
93490
94074
|
description: string;
|
|
@@ -93516,6 +94100,15 @@ declare class ExportersEndpoint {
|
|
|
93516
94100
|
allowedValues?: {
|
|
93517
94101
|
type: string;
|
|
93518
94102
|
} | undefined;
|
|
94103
|
+
} | {
|
|
94104
|
+
type: "Code";
|
|
94105
|
+
description: string;
|
|
94106
|
+
title: string;
|
|
94107
|
+
key: string;
|
|
94108
|
+
default: string;
|
|
94109
|
+
language: string;
|
|
94110
|
+
category?: string | undefined;
|
|
94111
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93519
94112
|
})[] | undefined;
|
|
93520
94113
|
organization?: string | undefined;
|
|
93521
94114
|
iconURL?: string | undefined;
|
|
@@ -93616,6 +94209,7 @@ declare class ExportersEndpoint {
|
|
|
93616
94209
|
default: string;
|
|
93617
94210
|
category?: string | undefined;
|
|
93618
94211
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94212
|
+
isMultiline?: boolean | undefined;
|
|
93619
94213
|
} | {
|
|
93620
94214
|
type: "Number";
|
|
93621
94215
|
description: string;
|
|
@@ -93647,6 +94241,15 @@ declare class ExportersEndpoint {
|
|
|
93647
94241
|
allowedValues?: {
|
|
93648
94242
|
type: string;
|
|
93649
94243
|
} | undefined;
|
|
94244
|
+
} | {
|
|
94245
|
+
type: "Code";
|
|
94246
|
+
description: string;
|
|
94247
|
+
title: string;
|
|
94248
|
+
key: string;
|
|
94249
|
+
default: string;
|
|
94250
|
+
language: string;
|
|
94251
|
+
category?: string | undefined;
|
|
94252
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93650
94253
|
})[] | undefined;
|
|
93651
94254
|
organization?: string | undefined;
|
|
93652
94255
|
iconURL?: string | undefined;
|
|
@@ -93748,6 +94351,7 @@ declare class ExportersEndpoint {
|
|
|
93748
94351
|
default: string;
|
|
93749
94352
|
category?: string | undefined;
|
|
93750
94353
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94354
|
+
isMultiline?: boolean | undefined;
|
|
93751
94355
|
} | {
|
|
93752
94356
|
type: "Number";
|
|
93753
94357
|
description: string;
|
|
@@ -93779,6 +94383,15 @@ declare class ExportersEndpoint {
|
|
|
93779
94383
|
allowedValues?: {
|
|
93780
94384
|
type: string;
|
|
93781
94385
|
} | undefined;
|
|
94386
|
+
} | {
|
|
94387
|
+
type: "Code";
|
|
94388
|
+
description: string;
|
|
94389
|
+
title: string;
|
|
94390
|
+
key: string;
|
|
94391
|
+
default: string;
|
|
94392
|
+
language: string;
|
|
94393
|
+
category?: string | undefined;
|
|
94394
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93782
94395
|
})[] | undefined;
|
|
93783
94396
|
organization?: string | undefined;
|
|
93784
94397
|
iconURL?: string | undefined;
|
|
@@ -93873,6 +94486,7 @@ declare class ExportersEndpoint {
|
|
|
93873
94486
|
default: string;
|
|
93874
94487
|
category?: string | undefined;
|
|
93875
94488
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94489
|
+
isMultiline?: boolean | undefined;
|
|
93876
94490
|
} | {
|
|
93877
94491
|
type: "Number";
|
|
93878
94492
|
description: string;
|
|
@@ -93904,6 +94518,15 @@ declare class ExportersEndpoint {
|
|
|
93904
94518
|
allowedValues?: {
|
|
93905
94519
|
type: string;
|
|
93906
94520
|
} | undefined;
|
|
94521
|
+
} | {
|
|
94522
|
+
type: "Code";
|
|
94523
|
+
description: string;
|
|
94524
|
+
title: string;
|
|
94525
|
+
key: string;
|
|
94526
|
+
default: string;
|
|
94527
|
+
language: string;
|
|
94528
|
+
category?: string | undefined;
|
|
94529
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93907
94530
|
})[] | undefined;
|
|
93908
94531
|
organization?: string | undefined;
|
|
93909
94532
|
iconURL?: string | undefined;
|
|
@@ -94003,6 +94626,7 @@ declare class ExportersEndpoint {
|
|
|
94003
94626
|
default: string;
|
|
94004
94627
|
category?: string | undefined;
|
|
94005
94628
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94629
|
+
isMultiline?: boolean | undefined;
|
|
94006
94630
|
} | {
|
|
94007
94631
|
type: "Number";
|
|
94008
94632
|
description: string;
|
|
@@ -94034,6 +94658,15 @@ declare class ExportersEndpoint {
|
|
|
94034
94658
|
allowedValues?: {
|
|
94035
94659
|
type: string;
|
|
94036
94660
|
} | undefined;
|
|
94661
|
+
} | {
|
|
94662
|
+
type: "Code";
|
|
94663
|
+
description: string;
|
|
94664
|
+
title: string;
|
|
94665
|
+
key: string;
|
|
94666
|
+
default: string;
|
|
94667
|
+
language: string;
|
|
94668
|
+
category?: string | undefined;
|
|
94669
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94037
94670
|
})[] | undefined;
|
|
94038
94671
|
organization?: string | undefined;
|
|
94039
94672
|
iconURL?: string | undefined;
|
|
@@ -94264,6 +94897,55 @@ type PageBlockDefinitionLayout = z.infer<typeof PageBlockDefinitionLayoutBase> &
|
|
|
94264
94897
|
children: (PageBlockDefinitionLayout | string)[];
|
|
94265
94898
|
};
|
|
94266
94899
|
|
|
94900
|
+
type FigmaFileStructureNodeBaseInput = z.input<typeof FigmaFileStructureNodeBase> & {
|
|
94901
|
+
children: FigmaFileStructureNodeBaseInput[];
|
|
94902
|
+
};
|
|
94903
|
+
declare const FigmaFileStructureNodeBase: z.ZodObject<{
|
|
94904
|
+
id: z.ZodString;
|
|
94905
|
+
name: z.ZodString;
|
|
94906
|
+
type: z.ZodEnum<["DOCUMENT", "CANVAS", "FRAME", "COMPONENT", "COMPONENT_SET"]>;
|
|
94907
|
+
size: z.ZodEffects<z.ZodOptional<z.ZodObject<{
|
|
94908
|
+
width: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
|
|
94909
|
+
height: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
|
|
94910
|
+
}, "strip", z.ZodTypeAny, {
|
|
94911
|
+
width: number;
|
|
94912
|
+
height: number;
|
|
94913
|
+
}, {
|
|
94914
|
+
width?: number | null | undefined;
|
|
94915
|
+
height?: number | null | undefined;
|
|
94916
|
+
}>>, {
|
|
94917
|
+
width: number;
|
|
94918
|
+
height: number;
|
|
94919
|
+
} | undefined, {
|
|
94920
|
+
width?: number | null | undefined;
|
|
94921
|
+
height?: number | null | undefined;
|
|
94922
|
+
} | undefined>;
|
|
94923
|
+
parentComponentSetId: z.ZodOptional<z.ZodString>;
|
|
94924
|
+
}, "strip", z.ZodTypeAny, {
|
|
94925
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
94926
|
+
id: string;
|
|
94927
|
+
name: string;
|
|
94928
|
+
size?: {
|
|
94929
|
+
width: number;
|
|
94930
|
+
height: number;
|
|
94931
|
+
} | undefined;
|
|
94932
|
+
parentComponentSetId?: string | undefined;
|
|
94933
|
+
}, {
|
|
94934
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
94935
|
+
id: string;
|
|
94936
|
+
name: string;
|
|
94937
|
+
size?: {
|
|
94938
|
+
width?: number | null | undefined;
|
|
94939
|
+
height?: number | null | undefined;
|
|
94940
|
+
} | undefined;
|
|
94941
|
+
parentComponentSetId?: string | undefined;
|
|
94942
|
+
}>;
|
|
94943
|
+
type FigmaFileStructureNodeBase = z.infer<typeof FigmaFileStructureNodeBase>;
|
|
94944
|
+
declare const FigmaFileStructureNode: z.ZodType<FigmaFileStructureNode, ZodTypeDef, FigmaFileStructureNodeBaseInput>;
|
|
94945
|
+
type FigmaFileStructureNode = z.infer<typeof FigmaFileStructureNodeBase> & {
|
|
94946
|
+
children: FigmaFileStructureNode[];
|
|
94947
|
+
};
|
|
94948
|
+
|
|
94267
94949
|
declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
94268
94950
|
definitions: z.ZodArray<z.ZodObject<{
|
|
94269
94951
|
id: z.ZodString;
|
|
@@ -94282,14 +94964,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94282
94964
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
94283
94965
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
94284
94966
|
}, "strip", z.ZodTypeAny, {
|
|
94285
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
94967
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94286
94968
|
id: string;
|
|
94287
94969
|
name: string;
|
|
94288
94970
|
options?: Record<string, any> | undefined;
|
|
94289
94971
|
description?: string | undefined;
|
|
94290
94972
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
94291
94973
|
}, {
|
|
94292
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
94974
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94293
94975
|
id: string;
|
|
94294
94976
|
name: string;
|
|
94295
94977
|
options?: Record<string, any> | undefined;
|
|
@@ -94385,7 +95067,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94385
95067
|
defaultVariantKey: z.ZodString;
|
|
94386
95068
|
}, "strip", z.ZodTypeAny, {
|
|
94387
95069
|
properties: {
|
|
94388
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95070
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94389
95071
|
id: string;
|
|
94390
95072
|
name: string;
|
|
94391
95073
|
options?: Record<string, any> | undefined;
|
|
@@ -94424,7 +95106,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94424
95106
|
} | undefined;
|
|
94425
95107
|
}, {
|
|
94426
95108
|
properties: {
|
|
94427
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95109
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94428
95110
|
id: string;
|
|
94429
95111
|
name: string;
|
|
94430
95112
|
options?: Record<string, any> | undefined;
|
|
@@ -94554,7 +95236,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94554
95236
|
}, "strip", z.ZodTypeAny, {
|
|
94555
95237
|
item: {
|
|
94556
95238
|
properties: {
|
|
94557
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95239
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94558
95240
|
id: string;
|
|
94559
95241
|
name: string;
|
|
94560
95242
|
options?: Record<string, any> | undefined;
|
|
@@ -94592,7 +95274,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94592
95274
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94593
95275
|
} | undefined;
|
|
94594
95276
|
};
|
|
94595
|
-
category: "
|
|
95277
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94596
95278
|
id: string;
|
|
94597
95279
|
name: string;
|
|
94598
95280
|
description: string;
|
|
@@ -94627,7 +95309,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94627
95309
|
}, {
|
|
94628
95310
|
item: {
|
|
94629
95311
|
properties: {
|
|
94630
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95312
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94631
95313
|
id: string;
|
|
94632
95314
|
name: string;
|
|
94633
95315
|
options?: Record<string, any> | undefined;
|
|
@@ -94665,7 +95347,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94665
95347
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94666
95348
|
} | undefined;
|
|
94667
95349
|
};
|
|
94668
|
-
category: "
|
|
95350
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94669
95351
|
id: string;
|
|
94670
95352
|
name: string;
|
|
94671
95353
|
description: string;
|
|
@@ -94702,7 +95384,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94702
95384
|
definitions: {
|
|
94703
95385
|
item: {
|
|
94704
95386
|
properties: {
|
|
94705
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95387
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94706
95388
|
id: string;
|
|
94707
95389
|
name: string;
|
|
94708
95390
|
options?: Record<string, any> | undefined;
|
|
@@ -94740,7 +95422,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94740
95422
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94741
95423
|
} | undefined;
|
|
94742
95424
|
};
|
|
94743
|
-
category: "
|
|
95425
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94744
95426
|
id: string;
|
|
94745
95427
|
name: string;
|
|
94746
95428
|
description: string;
|
|
@@ -94777,7 +95459,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94777
95459
|
definitions: {
|
|
94778
95460
|
item: {
|
|
94779
95461
|
properties: {
|
|
94780
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95462
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
94781
95463
|
id: string;
|
|
94782
95464
|
name: string;
|
|
94783
95465
|
options?: Record<string, any> | undefined;
|
|
@@ -94815,7 +95497,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94815
95497
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94816
95498
|
} | undefined;
|
|
94817
95499
|
};
|
|
94818
|
-
category: "
|
|
95500
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94819
95501
|
id: string;
|
|
94820
95502
|
name: string;
|
|
94821
95503
|
description: string;
|
|
@@ -97771,7 +98453,7 @@ declare class DocumentationEndpoint {
|
|
|
97771
98453
|
definitions: {
|
|
97772
98454
|
item: {
|
|
97773
98455
|
properties: {
|
|
97774
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
98456
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
97775
98457
|
id: string;
|
|
97776
98458
|
name: string;
|
|
97777
98459
|
options?: Record<string, any> | undefined;
|
|
@@ -97809,7 +98491,7 @@ declare class DocumentationEndpoint {
|
|
|
97809
98491
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
97810
98492
|
} | undefined;
|
|
97811
98493
|
};
|
|
97812
|
-
category: "
|
|
98494
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
97813
98495
|
id: string;
|
|
97814
98496
|
name: string;
|
|
97815
98497
|
description: string;
|
|
@@ -101196,6 +101878,41 @@ declare class DesignSystemContactsEndpoint {
|
|
|
101196
101878
|
}>;
|
|
101197
101879
|
}
|
|
101198
101880
|
|
|
101881
|
+
declare class FigmaNodeStructuresEndpoint {
|
|
101882
|
+
private readonly requestExecutor;
|
|
101883
|
+
constructor(requestExecutor: RequestExecutor);
|
|
101884
|
+
list(dsId: string): Promise<{
|
|
101885
|
+
structures: {
|
|
101886
|
+
id: string;
|
|
101887
|
+
createdAt: Date;
|
|
101888
|
+
updatedAt: Date;
|
|
101889
|
+
sourceId: string;
|
|
101890
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
101891
|
+
}[];
|
|
101892
|
+
}>;
|
|
101893
|
+
get(dsId: string, structureId: string): Promise<{
|
|
101894
|
+
structure: {
|
|
101895
|
+
id: string;
|
|
101896
|
+
createdAt: Date;
|
|
101897
|
+
updatedAt: Date;
|
|
101898
|
+
sourceId: string;
|
|
101899
|
+
importState: "InProgress" | "Failed" | "Success";
|
|
101900
|
+
rootNode: {
|
|
101901
|
+
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
101902
|
+
id: string;
|
|
101903
|
+
name: string;
|
|
101904
|
+
size?: {
|
|
101905
|
+
width: number;
|
|
101906
|
+
height: number;
|
|
101907
|
+
} | undefined;
|
|
101908
|
+
parentComponentSetId?: string | undefined;
|
|
101909
|
+
} & {
|
|
101910
|
+
children: FigmaFileStructureNode[];
|
|
101911
|
+
};
|
|
101912
|
+
};
|
|
101913
|
+
}>;
|
|
101914
|
+
}
|
|
101915
|
+
|
|
101199
101916
|
declare class DesignSystemMembersEndpoint {
|
|
101200
101917
|
private readonly requestExecutor;
|
|
101201
101918
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -101215,6 +101932,35 @@ declare class DesignSystemMembersEndpoint {
|
|
|
101215
101932
|
}>;
|
|
101216
101933
|
}
|
|
101217
101934
|
|
|
101935
|
+
declare class DesignSystemPageRedirectsEndpoint {
|
|
101936
|
+
private readonly requestExecutor;
|
|
101937
|
+
constructor(requestExecutor: RequestExecutor);
|
|
101938
|
+
create(dsId: string, body: DTOPageRedirectCreateBody): Promise<{
|
|
101939
|
+
redirect: {
|
|
101940
|
+
path: string;
|
|
101941
|
+
id: string;
|
|
101942
|
+
pagePersistentId: string;
|
|
101943
|
+
};
|
|
101944
|
+
}>;
|
|
101945
|
+
list(dsId: string): Promise<{
|
|
101946
|
+
redirects: {
|
|
101947
|
+
path: string;
|
|
101948
|
+
id: string;
|
|
101949
|
+
pagePersistentId: string;
|
|
101950
|
+
}[];
|
|
101951
|
+
}>;
|
|
101952
|
+
update(dsId: string, redirectId: string, body: DTOPageRedirectUpdateBody): Promise<{
|
|
101953
|
+
redirect: {
|
|
101954
|
+
path: string;
|
|
101955
|
+
id: string;
|
|
101956
|
+
pagePersistentId: string;
|
|
101957
|
+
};
|
|
101958
|
+
}>;
|
|
101959
|
+
delete(dsId: string, redirectId: string): Promise<{
|
|
101960
|
+
success: boolean;
|
|
101961
|
+
}>;
|
|
101962
|
+
}
|
|
101963
|
+
|
|
101218
101964
|
declare class DesignSystemSourcesEndpoint {
|
|
101219
101965
|
private readonly requestExecutor;
|
|
101220
101966
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -101465,35 +102211,6 @@ declare class DesignSystemSourcesEndpoint {
|
|
|
101465
102211
|
}>;
|
|
101466
102212
|
}
|
|
101467
102213
|
|
|
101468
|
-
declare class DesignSystemPageRedirectsEndpoint {
|
|
101469
|
-
private readonly requestExecutor;
|
|
101470
|
-
constructor(requestExecutor: RequestExecutor);
|
|
101471
|
-
create(dsId: string, body: DTOPageRedirectCreateBody): Promise<{
|
|
101472
|
-
redirect: {
|
|
101473
|
-
path: string;
|
|
101474
|
-
id: string;
|
|
101475
|
-
pagePersistentId: string;
|
|
101476
|
-
};
|
|
101477
|
-
}>;
|
|
101478
|
-
list(dsId: string): Promise<{
|
|
101479
|
-
redirects: {
|
|
101480
|
-
path: string;
|
|
101481
|
-
id: string;
|
|
101482
|
-
pagePersistentId: string;
|
|
101483
|
-
}[];
|
|
101484
|
-
}>;
|
|
101485
|
-
update(dsId: string, redirectId: string, body: DTOPageRedirectUpdateBody): Promise<{
|
|
101486
|
-
redirect: {
|
|
101487
|
-
path: string;
|
|
101488
|
-
id: string;
|
|
101489
|
-
pagePersistentId: string;
|
|
101490
|
-
};
|
|
101491
|
-
}>;
|
|
101492
|
-
delete(dsId: string, redirectId: string): Promise<{
|
|
101493
|
-
success: boolean;
|
|
101494
|
-
}>;
|
|
101495
|
-
}
|
|
101496
|
-
|
|
101497
102214
|
declare class DesignSystemsEndpoint {
|
|
101498
102215
|
private readonly requestExecutor;
|
|
101499
102216
|
readonly members: DesignSystemMembersEndpoint;
|
|
@@ -101502,6 +102219,7 @@ declare class DesignSystemsEndpoint {
|
|
|
101502
102219
|
readonly sources: DesignSystemSourcesEndpoint;
|
|
101503
102220
|
readonly contacts: DesignSystemContactsEndpoint;
|
|
101504
102221
|
readonly redirects: DesignSystemPageRedirectsEndpoint;
|
|
102222
|
+
readonly figmaNodeStructures: FigmaNodeStructuresEndpoint;
|
|
101505
102223
|
constructor(requestExecutor: RequestExecutor);
|
|
101506
102224
|
create(body: DTODesignSystemCreateInput): Promise<{
|
|
101507
102225
|
designSystem: {
|
|
@@ -105141,7 +105859,7 @@ declare const BlockParsingUtils: {
|
|
|
105141
105859
|
};
|
|
105142
105860
|
declare const BlockDefinitionUtils: {
|
|
105143
105861
|
firstRichTextProperty(definition: PageBlockDefinition): {
|
|
105144
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105862
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
105145
105863
|
id: string;
|
|
105146
105864
|
name: string;
|
|
105147
105865
|
options?: Record<string, any> | undefined;
|
|
@@ -105149,7 +105867,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105149
105867
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105150
105868
|
} | undefined;
|
|
105151
105869
|
firstMultiRichTextProperty(definition: PageBlockDefinition): {
|
|
105152
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105870
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
105153
105871
|
id: string;
|
|
105154
105872
|
name: string;
|
|
105155
105873
|
options?: Record<string, any> | undefined;
|
|
@@ -105157,7 +105875,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105157
105875
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105158
105876
|
} | undefined;
|
|
105159
105877
|
firstTableProperty(definition: PageBlockDefinition): {
|
|
105160
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105878
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
105161
105879
|
id: string;
|
|
105162
105880
|
name: string;
|
|
105163
105881
|
options?: Record<string, any> | undefined;
|
|
@@ -105165,7 +105883,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105165
105883
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105166
105884
|
} | undefined;
|
|
105167
105885
|
firstEmbedProperty(definition: PageBlockDefinition): {
|
|
105168
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105886
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
105169
105887
|
id: string;
|
|
105170
105888
|
name: string;
|
|
105171
105889
|
options?: Record<string, any> | undefined;
|
|
@@ -105173,7 +105891,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105173
105891
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105174
105892
|
} | undefined;
|
|
105175
105893
|
richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
|
|
105176
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105894
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
105177
105895
|
id: string;
|
|
105178
105896
|
name: string;
|
|
105179
105897
|
options?: Record<string, any> | undefined;
|
|
@@ -105181,7 +105899,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105181
105899
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105182
105900
|
};
|
|
105183
105901
|
property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
|
|
105184
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105902
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
105185
105903
|
id: string;
|
|
105186
105904
|
name: string;
|
|
105187
105905
|
options?: Record<string, any> | undefined;
|
|
@@ -105456,4 +106174,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
105456
106174
|
reason: ValidationErrorReason | undefined;
|
|
105457
106175
|
};
|
|
105458
106176
|
|
|
105459
|
-
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, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, 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, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeV2, 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, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
106177
|
+
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, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, 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, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, 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, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|