@supernova-studio/client 1.4.5 → 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 +425 -52
- package/dist/index.d.ts +425 -52
- package/dist/index.js +25 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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;
|
|
@@ -51353,7 +51369,7 @@ type DTOElementsGetTypeFilter = z.infer<typeof DTOElementsGetTypeFilter>;
|
|
|
51353
51369
|
|
|
51354
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>]>;
|
|
51355
51371
|
type DTOExporterPropertyDefinitionValue = z.infer<typeof DTOExporterPropertyValue>;
|
|
51356
|
-
declare const DTOExporterPropertyType: z.ZodEnum<["Enum", "Boolean", "String", "Number", "Array", "Object"]>;
|
|
51372
|
+
declare const DTOExporterPropertyType: z.ZodEnum<["Enum", "Boolean", "String", "Number", "Array", "Object", "Code"]>;
|
|
51357
51373
|
type DTOExporterPropertyType = z.infer<typeof DTOExporterPropertyType>;
|
|
51358
51374
|
declare const PropertyDefinitionBase: z.ZodObject<{
|
|
51359
51375
|
key: z.ZodString;
|
|
@@ -51375,6 +51391,35 @@ declare const PropertyDefinitionBase: z.ZodObject<{
|
|
|
51375
51391
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51376
51392
|
}>;
|
|
51377
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
|
+
}>;
|
|
51378
51423
|
declare const DTOExporterPropertyDefinitionEnum: z.ZodObject<z.objectUtil.extendShape<{
|
|
51379
51424
|
key: z.ZodString;
|
|
51380
51425
|
title: z.ZodString;
|
|
@@ -51456,6 +51501,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51456
51501
|
}, {
|
|
51457
51502
|
type: z.ZodLiteral<"String">;
|
|
51458
51503
|
default: z.ZodString;
|
|
51504
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51459
51505
|
}>, "strip", z.ZodTypeAny, {
|
|
51460
51506
|
type: "String";
|
|
51461
51507
|
description: string;
|
|
@@ -51464,6 +51510,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51464
51510
|
default: string;
|
|
51465
51511
|
category?: string | undefined;
|
|
51466
51512
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51513
|
+
isMultiline?: boolean | undefined;
|
|
51467
51514
|
}, {
|
|
51468
51515
|
type: "String";
|
|
51469
51516
|
description: string;
|
|
@@ -51472,6 +51519,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51472
51519
|
default: string;
|
|
51473
51520
|
category?: string | undefined;
|
|
51474
51521
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51522
|
+
isMultiline?: boolean | undefined;
|
|
51475
51523
|
}>;
|
|
51476
51524
|
type DTOExporterPropertyDefinitionString = z.infer<typeof DTOExporterPropertyDefinitionString>;
|
|
51477
51525
|
declare const DTOExporterPropertyDefinitionNumber: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -51663,6 +51711,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51663
51711
|
}, {
|
|
51664
51712
|
type: z.ZodLiteral<"String">;
|
|
51665
51713
|
default: z.ZodString;
|
|
51714
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51666
51715
|
}>, "strip", z.ZodTypeAny, {
|
|
51667
51716
|
type: "String";
|
|
51668
51717
|
description: string;
|
|
@@ -51671,6 +51720,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51671
51720
|
default: string;
|
|
51672
51721
|
category?: string | undefined;
|
|
51673
51722
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51723
|
+
isMultiline?: boolean | undefined;
|
|
51674
51724
|
}, {
|
|
51675
51725
|
type: "String";
|
|
51676
51726
|
description: string;
|
|
@@ -51679,6 +51729,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51679
51729
|
default: string;
|
|
51680
51730
|
category?: string | undefined;
|
|
51681
51731
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51732
|
+
isMultiline?: boolean | undefined;
|
|
51682
51733
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51683
51734
|
key: z.ZodString;
|
|
51684
51735
|
title: z.ZodString;
|
|
@@ -51785,6 +51836,34 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51785
51836
|
allowedValues?: {
|
|
51786
51837
|
type: string;
|
|
51787
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;
|
|
51788
51867
|
}>]>;
|
|
51789
51868
|
type DTOExporterPropertyDefinition = z.infer<typeof DTOExporterPropertyDefinition>;
|
|
51790
51869
|
declare const DTOExporterPropertyDefinitionEnumOption: z.ZodObject<{
|
|
@@ -51876,6 +51955,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51876
51955
|
}, {
|
|
51877
51956
|
type: z.ZodLiteral<"String">;
|
|
51878
51957
|
default: z.ZodString;
|
|
51958
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51879
51959
|
}>, "strip", z.ZodTypeAny, {
|
|
51880
51960
|
type: "String";
|
|
51881
51961
|
description: string;
|
|
@@ -51884,6 +51964,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51884
51964
|
default: string;
|
|
51885
51965
|
category?: string | undefined;
|
|
51886
51966
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51967
|
+
isMultiline?: boolean | undefined;
|
|
51887
51968
|
}, {
|
|
51888
51969
|
type: "String";
|
|
51889
51970
|
description: string;
|
|
@@ -51892,6 +51973,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51892
51973
|
default: string;
|
|
51893
51974
|
category?: string | undefined;
|
|
51894
51975
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51976
|
+
isMultiline?: boolean | undefined;
|
|
51895
51977
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51896
51978
|
key: z.ZodString;
|
|
51897
51979
|
title: z.ZodString;
|
|
@@ -51998,6 +52080,34 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51998
52080
|
allowedValues?: {
|
|
51999
52081
|
type: string;
|
|
52000
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;
|
|
52001
52111
|
}>]>, "many">;
|
|
52002
52112
|
}, "strip", z.ZodTypeAny, {
|
|
52003
52113
|
properties: ({
|
|
@@ -52028,6 +52138,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52028
52138
|
default: string;
|
|
52029
52139
|
category?: string | undefined;
|
|
52030
52140
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52141
|
+
isMultiline?: boolean | undefined;
|
|
52031
52142
|
} | {
|
|
52032
52143
|
type: "Number";
|
|
52033
52144
|
description: string;
|
|
@@ -52059,6 +52170,15 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52059
52170
|
allowedValues?: {
|
|
52060
52171
|
type: string;
|
|
52061
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;
|
|
52062
52182
|
})[];
|
|
52063
52183
|
}, {
|
|
52064
52184
|
properties: ({
|
|
@@ -52089,6 +52209,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52089
52209
|
default: string;
|
|
52090
52210
|
category?: string | undefined;
|
|
52091
52211
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52212
|
+
isMultiline?: boolean | undefined;
|
|
52092
52213
|
} | {
|
|
52093
52214
|
type: "Number";
|
|
52094
52215
|
description: string;
|
|
@@ -52120,6 +52241,15 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52120
52241
|
allowedValues?: {
|
|
52121
52242
|
type: string;
|
|
52122
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;
|
|
52123
52253
|
})[];
|
|
52124
52254
|
}>;
|
|
52125
52255
|
type DTOExporterPropertyDefinitionsResponse = z.infer<typeof DTOExporterPropertyDefinitionsResponse>;
|
|
@@ -52265,6 +52395,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52265
52395
|
}, {
|
|
52266
52396
|
type: z.ZodLiteral<"String">;
|
|
52267
52397
|
default: z.ZodString;
|
|
52398
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
52268
52399
|
}>, "strip", z.ZodTypeAny, {
|
|
52269
52400
|
type: "String";
|
|
52270
52401
|
description: string;
|
|
@@ -52273,6 +52404,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52273
52404
|
default: string;
|
|
52274
52405
|
category?: string | undefined;
|
|
52275
52406
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52407
|
+
isMultiline?: boolean | undefined;
|
|
52276
52408
|
}, {
|
|
52277
52409
|
type: "String";
|
|
52278
52410
|
description: string;
|
|
@@ -52281,6 +52413,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52281
52413
|
default: string;
|
|
52282
52414
|
category?: string | undefined;
|
|
52283
52415
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52416
|
+
isMultiline?: boolean | undefined;
|
|
52284
52417
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52285
52418
|
key: z.ZodString;
|
|
52286
52419
|
title: z.ZodString;
|
|
@@ -52387,6 +52520,34 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52387
52520
|
allowedValues?: {
|
|
52388
52521
|
type: string;
|
|
52389
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;
|
|
52390
52551
|
}>]>, "many">>;
|
|
52391
52552
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
52392
52553
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -52602,6 +52763,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52602
52763
|
default: string;
|
|
52603
52764
|
category?: string | undefined;
|
|
52604
52765
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52766
|
+
isMultiline?: boolean | undefined;
|
|
52605
52767
|
} | {
|
|
52606
52768
|
type: "Number";
|
|
52607
52769
|
description: string;
|
|
@@ -52633,6 +52795,15 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52633
52795
|
allowedValues?: {
|
|
52634
52796
|
type: string;
|
|
52635
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;
|
|
52636
52807
|
})[] | undefined;
|
|
52637
52808
|
organization?: string | undefined;
|
|
52638
52809
|
iconURL?: string | undefined;
|
|
@@ -52725,6 +52896,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52725
52896
|
default: string;
|
|
52726
52897
|
category?: string | undefined;
|
|
52727
52898
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52899
|
+
isMultiline?: boolean | undefined;
|
|
52728
52900
|
} | {
|
|
52729
52901
|
type: "Number";
|
|
52730
52902
|
description: string;
|
|
@@ -52756,6 +52928,15 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52756
52928
|
allowedValues?: {
|
|
52757
52929
|
type: string;
|
|
52758
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;
|
|
52759
52940
|
})[] | undefined;
|
|
52760
52941
|
organization?: string | undefined;
|
|
52761
52942
|
iconURL?: string | undefined;
|
|
@@ -52903,6 +53084,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52903
53084
|
}, {
|
|
52904
53085
|
type: z.ZodLiteral<"String">;
|
|
52905
53086
|
default: z.ZodString;
|
|
53087
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
52906
53088
|
}>, "strip", z.ZodTypeAny, {
|
|
52907
53089
|
type: "String";
|
|
52908
53090
|
description: string;
|
|
@@ -52911,6 +53093,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52911
53093
|
default: string;
|
|
52912
53094
|
category?: string | undefined;
|
|
52913
53095
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53096
|
+
isMultiline?: boolean | undefined;
|
|
52914
53097
|
}, {
|
|
52915
53098
|
type: "String";
|
|
52916
53099
|
description: string;
|
|
@@ -52919,6 +53102,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52919
53102
|
default: string;
|
|
52920
53103
|
category?: string | undefined;
|
|
52921
53104
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53105
|
+
isMultiline?: boolean | undefined;
|
|
52922
53106
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52923
53107
|
key: z.ZodString;
|
|
52924
53108
|
title: z.ZodString;
|
|
@@ -53025,6 +53209,34 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53025
53209
|
allowedValues?: {
|
|
53026
53210
|
type: string;
|
|
53027
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;
|
|
53028
53240
|
}>]>, "many">>;
|
|
53029
53241
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
53030
53242
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -53240,6 +53452,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53240
53452
|
default: string;
|
|
53241
53453
|
category?: string | undefined;
|
|
53242
53454
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53455
|
+
isMultiline?: boolean | undefined;
|
|
53243
53456
|
} | {
|
|
53244
53457
|
type: "Number";
|
|
53245
53458
|
description: string;
|
|
@@ -53271,6 +53484,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53271
53484
|
allowedValues?: {
|
|
53272
53485
|
type: string;
|
|
53273
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;
|
|
53274
53496
|
})[] | undefined;
|
|
53275
53497
|
organization?: string | undefined;
|
|
53276
53498
|
iconURL?: string | undefined;
|
|
@@ -53363,6 +53585,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53363
53585
|
default: string;
|
|
53364
53586
|
category?: string | undefined;
|
|
53365
53587
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53588
|
+
isMultiline?: boolean | undefined;
|
|
53366
53589
|
} | {
|
|
53367
53590
|
type: "Number";
|
|
53368
53591
|
description: string;
|
|
@@ -53394,6 +53617,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53394
53617
|
allowedValues?: {
|
|
53395
53618
|
type: string;
|
|
53396
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;
|
|
53397
53629
|
})[] | undefined;
|
|
53398
53630
|
organization?: string | undefined;
|
|
53399
53631
|
iconURL?: string | undefined;
|
|
@@ -53506,6 +53738,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53506
53738
|
default: string;
|
|
53507
53739
|
category?: string | undefined;
|
|
53508
53740
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53741
|
+
isMultiline?: boolean | undefined;
|
|
53509
53742
|
} | {
|
|
53510
53743
|
type: "Number";
|
|
53511
53744
|
description: string;
|
|
@@ -53537,6 +53770,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53537
53770
|
allowedValues?: {
|
|
53538
53771
|
type: string;
|
|
53539
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;
|
|
53540
53782
|
})[] | undefined;
|
|
53541
53783
|
organization?: string | undefined;
|
|
53542
53784
|
iconURL?: string | undefined;
|
|
@@ -53636,6 +53878,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53636
53878
|
default: string;
|
|
53637
53879
|
category?: string | undefined;
|
|
53638
53880
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53881
|
+
isMultiline?: boolean | undefined;
|
|
53639
53882
|
} | {
|
|
53640
53883
|
type: "Number";
|
|
53641
53884
|
description: string;
|
|
@@ -53667,6 +53910,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53667
53910
|
allowedValues?: {
|
|
53668
53911
|
type: string;
|
|
53669
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;
|
|
53670
53922
|
})[] | undefined;
|
|
53671
53923
|
organization?: string | undefined;
|
|
53672
53924
|
iconURL?: string | undefined;
|
|
@@ -53801,6 +54053,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53801
54053
|
}, {
|
|
53802
54054
|
type: z.ZodLiteral<"String">;
|
|
53803
54055
|
default: z.ZodString;
|
|
54056
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
53804
54057
|
}>, "strip", z.ZodTypeAny, {
|
|
53805
54058
|
type: "String";
|
|
53806
54059
|
description: string;
|
|
@@ -53809,6 +54062,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53809
54062
|
default: string;
|
|
53810
54063
|
category?: string | undefined;
|
|
53811
54064
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54065
|
+
isMultiline?: boolean | undefined;
|
|
53812
54066
|
}, {
|
|
53813
54067
|
type: "String";
|
|
53814
54068
|
description: string;
|
|
@@ -53817,6 +54071,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53817
54071
|
default: string;
|
|
53818
54072
|
category?: string | undefined;
|
|
53819
54073
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54074
|
+
isMultiline?: boolean | undefined;
|
|
53820
54075
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
53821
54076
|
key: z.ZodString;
|
|
53822
54077
|
title: z.ZodString;
|
|
@@ -53923,6 +54178,34 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53923
54178
|
allowedValues?: {
|
|
53924
54179
|
type: string;
|
|
53925
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;
|
|
53926
54209
|
}>]>, "many">>;
|
|
53927
54210
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
53928
54211
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -54138,6 +54421,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54138
54421
|
default: string;
|
|
54139
54422
|
category?: string | undefined;
|
|
54140
54423
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54424
|
+
isMultiline?: boolean | undefined;
|
|
54141
54425
|
} | {
|
|
54142
54426
|
type: "Number";
|
|
54143
54427
|
description: string;
|
|
@@ -54169,6 +54453,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54169
54453
|
allowedValues?: {
|
|
54170
54454
|
type: string;
|
|
54171
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;
|
|
54172
54465
|
})[] | undefined;
|
|
54173
54466
|
organization?: string | undefined;
|
|
54174
54467
|
iconURL?: string | undefined;
|
|
@@ -54261,6 +54554,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54261
54554
|
default: string;
|
|
54262
54555
|
category?: string | undefined;
|
|
54263
54556
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54557
|
+
isMultiline?: boolean | undefined;
|
|
54264
54558
|
} | {
|
|
54265
54559
|
type: "Number";
|
|
54266
54560
|
description: string;
|
|
@@ -54292,6 +54586,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54292
54586
|
allowedValues?: {
|
|
54293
54587
|
type: string;
|
|
54294
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;
|
|
54295
54598
|
})[] | undefined;
|
|
54296
54599
|
organization?: string | undefined;
|
|
54297
54600
|
iconURL?: string | undefined;
|
|
@@ -54405,6 +54708,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54405
54708
|
default: string;
|
|
54406
54709
|
category?: string | undefined;
|
|
54407
54710
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54711
|
+
isMultiline?: boolean | undefined;
|
|
54408
54712
|
} | {
|
|
54409
54713
|
type: "Number";
|
|
54410
54714
|
description: string;
|
|
@@ -54436,6 +54740,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54436
54740
|
allowedValues?: {
|
|
54437
54741
|
type: string;
|
|
54438
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;
|
|
54439
54752
|
})[] | undefined;
|
|
54440
54753
|
organization?: string | undefined;
|
|
54441
54754
|
iconURL?: string | undefined;
|
|
@@ -54536,6 +54849,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54536
54849
|
default: string;
|
|
54537
54850
|
category?: string | undefined;
|
|
54538
54851
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54852
|
+
isMultiline?: boolean | undefined;
|
|
54539
54853
|
} | {
|
|
54540
54854
|
type: "Number";
|
|
54541
54855
|
description: string;
|
|
@@ -54567,6 +54881,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54567
54881
|
allowedValues?: {
|
|
54568
54882
|
type: string;
|
|
54569
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;
|
|
54570
54893
|
})[] | undefined;
|
|
54571
54894
|
organization?: string | undefined;
|
|
54572
54895
|
iconURL?: string | undefined;
|
|
@@ -93745,6 +94068,7 @@ declare class ExportersEndpoint {
|
|
|
93745
94068
|
default: string;
|
|
93746
94069
|
category?: string | undefined;
|
|
93747
94070
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94071
|
+
isMultiline?: boolean | undefined;
|
|
93748
94072
|
} | {
|
|
93749
94073
|
type: "Number";
|
|
93750
94074
|
description: string;
|
|
@@ -93776,6 +94100,15 @@ declare class ExportersEndpoint {
|
|
|
93776
94100
|
allowedValues?: {
|
|
93777
94101
|
type: string;
|
|
93778
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;
|
|
93779
94112
|
})[] | undefined;
|
|
93780
94113
|
organization?: string | undefined;
|
|
93781
94114
|
iconURL?: string | undefined;
|
|
@@ -93876,6 +94209,7 @@ declare class ExportersEndpoint {
|
|
|
93876
94209
|
default: string;
|
|
93877
94210
|
category?: string | undefined;
|
|
93878
94211
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94212
|
+
isMultiline?: boolean | undefined;
|
|
93879
94213
|
} | {
|
|
93880
94214
|
type: "Number";
|
|
93881
94215
|
description: string;
|
|
@@ -93907,6 +94241,15 @@ declare class ExportersEndpoint {
|
|
|
93907
94241
|
allowedValues?: {
|
|
93908
94242
|
type: string;
|
|
93909
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;
|
|
93910
94253
|
})[] | undefined;
|
|
93911
94254
|
organization?: string | undefined;
|
|
93912
94255
|
iconURL?: string | undefined;
|
|
@@ -94008,6 +94351,7 @@ declare class ExportersEndpoint {
|
|
|
94008
94351
|
default: string;
|
|
94009
94352
|
category?: string | undefined;
|
|
94010
94353
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94354
|
+
isMultiline?: boolean | undefined;
|
|
94011
94355
|
} | {
|
|
94012
94356
|
type: "Number";
|
|
94013
94357
|
description: string;
|
|
@@ -94039,6 +94383,15 @@ declare class ExportersEndpoint {
|
|
|
94039
94383
|
allowedValues?: {
|
|
94040
94384
|
type: string;
|
|
94041
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;
|
|
94042
94395
|
})[] | undefined;
|
|
94043
94396
|
organization?: string | undefined;
|
|
94044
94397
|
iconURL?: string | undefined;
|
|
@@ -94133,6 +94486,7 @@ declare class ExportersEndpoint {
|
|
|
94133
94486
|
default: string;
|
|
94134
94487
|
category?: string | undefined;
|
|
94135
94488
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94489
|
+
isMultiline?: boolean | undefined;
|
|
94136
94490
|
} | {
|
|
94137
94491
|
type: "Number";
|
|
94138
94492
|
description: string;
|
|
@@ -94164,6 +94518,15 @@ declare class ExportersEndpoint {
|
|
|
94164
94518
|
allowedValues?: {
|
|
94165
94519
|
type: string;
|
|
94166
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;
|
|
94167
94530
|
})[] | undefined;
|
|
94168
94531
|
organization?: string | undefined;
|
|
94169
94532
|
iconURL?: string | undefined;
|
|
@@ -94263,6 +94626,7 @@ declare class ExportersEndpoint {
|
|
|
94263
94626
|
default: string;
|
|
94264
94627
|
category?: string | undefined;
|
|
94265
94628
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94629
|
+
isMultiline?: boolean | undefined;
|
|
94266
94630
|
} | {
|
|
94267
94631
|
type: "Number";
|
|
94268
94632
|
description: string;
|
|
@@ -94294,6 +94658,15 @@ declare class ExportersEndpoint {
|
|
|
94294
94658
|
allowedValues?: {
|
|
94295
94659
|
type: string;
|
|
94296
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;
|
|
94297
94670
|
})[] | undefined;
|
|
94298
94671
|
organization?: string | undefined;
|
|
94299
94672
|
iconURL?: string | undefined;
|
|
@@ -94591,14 +94964,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94591
94964
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
94592
94965
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
94593
94966
|
}, "strip", z.ZodTypeAny, {
|
|
94594
|
-
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";
|
|
94595
94968
|
id: string;
|
|
94596
94969
|
name: string;
|
|
94597
94970
|
options?: Record<string, any> | undefined;
|
|
94598
94971
|
description?: string | undefined;
|
|
94599
94972
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
94600
94973
|
}, {
|
|
94601
|
-
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";
|
|
94602
94975
|
id: string;
|
|
94603
94976
|
name: string;
|
|
94604
94977
|
options?: Record<string, any> | undefined;
|
|
@@ -94694,7 +95067,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94694
95067
|
defaultVariantKey: z.ZodString;
|
|
94695
95068
|
}, "strip", z.ZodTypeAny, {
|
|
94696
95069
|
properties: {
|
|
94697
|
-
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";
|
|
94698
95071
|
id: string;
|
|
94699
95072
|
name: string;
|
|
94700
95073
|
options?: Record<string, any> | undefined;
|
|
@@ -94733,7 +95106,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94733
95106
|
} | undefined;
|
|
94734
95107
|
}, {
|
|
94735
95108
|
properties: {
|
|
94736
|
-
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";
|
|
94737
95110
|
id: string;
|
|
94738
95111
|
name: string;
|
|
94739
95112
|
options?: Record<string, any> | undefined;
|
|
@@ -94863,7 +95236,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94863
95236
|
}, "strip", z.ZodTypeAny, {
|
|
94864
95237
|
item: {
|
|
94865
95238
|
properties: {
|
|
94866
|
-
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";
|
|
94867
95240
|
id: string;
|
|
94868
95241
|
name: string;
|
|
94869
95242
|
options?: Record<string, any> | undefined;
|
|
@@ -94901,7 +95274,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94901
95274
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94902
95275
|
} | undefined;
|
|
94903
95276
|
};
|
|
94904
|
-
category: "
|
|
95277
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94905
95278
|
id: string;
|
|
94906
95279
|
name: string;
|
|
94907
95280
|
description: string;
|
|
@@ -94936,7 +95309,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94936
95309
|
}, {
|
|
94937
95310
|
item: {
|
|
94938
95311
|
properties: {
|
|
94939
|
-
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";
|
|
94940
95313
|
id: string;
|
|
94941
95314
|
name: string;
|
|
94942
95315
|
options?: Record<string, any> | undefined;
|
|
@@ -94974,7 +95347,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94974
95347
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94975
95348
|
} | undefined;
|
|
94976
95349
|
};
|
|
94977
|
-
category: "
|
|
95350
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94978
95351
|
id: string;
|
|
94979
95352
|
name: string;
|
|
94980
95353
|
description: string;
|
|
@@ -95011,7 +95384,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95011
95384
|
definitions: {
|
|
95012
95385
|
item: {
|
|
95013
95386
|
properties: {
|
|
95014
|
-
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";
|
|
95015
95388
|
id: string;
|
|
95016
95389
|
name: string;
|
|
95017
95390
|
options?: Record<string, any> | undefined;
|
|
@@ -95049,7 +95422,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95049
95422
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
95050
95423
|
} | undefined;
|
|
95051
95424
|
};
|
|
95052
|
-
category: "
|
|
95425
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
95053
95426
|
id: string;
|
|
95054
95427
|
name: string;
|
|
95055
95428
|
description: string;
|
|
@@ -95086,7 +95459,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95086
95459
|
definitions: {
|
|
95087
95460
|
item: {
|
|
95088
95461
|
properties: {
|
|
95089
|
-
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";
|
|
95090
95463
|
id: string;
|
|
95091
95464
|
name: string;
|
|
95092
95465
|
options?: Record<string, any> | undefined;
|
|
@@ -95124,7 +95497,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95124
95497
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
95125
95498
|
} | undefined;
|
|
95126
95499
|
};
|
|
95127
|
-
category: "
|
|
95500
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
95128
95501
|
id: string;
|
|
95129
95502
|
name: string;
|
|
95130
95503
|
description: string;
|
|
@@ -98080,7 +98453,7 @@ declare class DocumentationEndpoint {
|
|
|
98080
98453
|
definitions: {
|
|
98081
98454
|
item: {
|
|
98082
98455
|
properties: {
|
|
98083
|
-
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";
|
|
98084
98457
|
id: string;
|
|
98085
98458
|
name: string;
|
|
98086
98459
|
options?: Record<string, any> | undefined;
|
|
@@ -98118,7 +98491,7 @@ declare class DocumentationEndpoint {
|
|
|
98118
98491
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
98119
98492
|
} | undefined;
|
|
98120
98493
|
};
|
|
98121
|
-
category: "
|
|
98494
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
98122
98495
|
id: string;
|
|
98123
98496
|
name: string;
|
|
98124
98497
|
description: string;
|
|
@@ -105486,7 +105859,7 @@ declare const BlockParsingUtils: {
|
|
|
105486
105859
|
};
|
|
105487
105860
|
declare const BlockDefinitionUtils: {
|
|
105488
105861
|
firstRichTextProperty(definition: PageBlockDefinition): {
|
|
105489
|
-
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";
|
|
105490
105863
|
id: string;
|
|
105491
105864
|
name: string;
|
|
105492
105865
|
options?: Record<string, any> | undefined;
|
|
@@ -105494,7 +105867,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105494
105867
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105495
105868
|
} | undefined;
|
|
105496
105869
|
firstMultiRichTextProperty(definition: PageBlockDefinition): {
|
|
105497
|
-
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";
|
|
105498
105871
|
id: string;
|
|
105499
105872
|
name: string;
|
|
105500
105873
|
options?: Record<string, any> | undefined;
|
|
@@ -105502,7 +105875,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105502
105875
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105503
105876
|
} | undefined;
|
|
105504
105877
|
firstTableProperty(definition: PageBlockDefinition): {
|
|
105505
|
-
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";
|
|
105506
105879
|
id: string;
|
|
105507
105880
|
name: string;
|
|
105508
105881
|
options?: Record<string, any> | undefined;
|
|
@@ -105510,7 +105883,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105510
105883
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105511
105884
|
} | undefined;
|
|
105512
105885
|
firstEmbedProperty(definition: PageBlockDefinition): {
|
|
105513
|
-
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";
|
|
105514
105887
|
id: string;
|
|
105515
105888
|
name: string;
|
|
105516
105889
|
options?: Record<string, any> | undefined;
|
|
@@ -105518,7 +105891,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105518
105891
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105519
105892
|
} | undefined;
|
|
105520
105893
|
richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
|
|
105521
|
-
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";
|
|
105522
105895
|
id: string;
|
|
105523
105896
|
name: string;
|
|
105524
105897
|
options?: Record<string, any> | undefined;
|
|
@@ -105526,7 +105899,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105526
105899
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105527
105900
|
};
|
|
105528
105901
|
property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
|
|
105529
|
-
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";
|
|
105530
105903
|
id: string;
|
|
105531
105904
|
name: string;
|
|
105532
105905
|
options?: Record<string, any> | undefined;
|
|
@@ -105801,4 +106174,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
105801
106174
|
reason: ValidationErrorReason | undefined;
|
|
105802
106175
|
};
|
|
105803
106176
|
|
|
105804
|
-
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, 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, 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 };
|