@supernova-studio/client 1.4.5 → 1.4.7
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 +426 -52
- package/dist/index.d.ts +426 -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.ts
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;
|
|
@@ -51456,6 +51472,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51456
51472
|
}, {
|
|
51457
51473
|
type: z.ZodLiteral<"String">;
|
|
51458
51474
|
default: z.ZodString;
|
|
51475
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51459
51476
|
}>, "strip", z.ZodTypeAny, {
|
|
51460
51477
|
type: "String";
|
|
51461
51478
|
description: string;
|
|
@@ -51464,6 +51481,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51464
51481
|
default: string;
|
|
51465
51482
|
category?: string | undefined;
|
|
51466
51483
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51484
|
+
isMultiline?: boolean | undefined;
|
|
51467
51485
|
}, {
|
|
51468
51486
|
type: "String";
|
|
51469
51487
|
description: string;
|
|
@@ -51472,6 +51490,7 @@ declare const DTOExporterPropertyDefinitionString: z.ZodObject<z.objectUtil.exte
|
|
|
51472
51490
|
default: string;
|
|
51473
51491
|
category?: string | undefined;
|
|
51474
51492
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51493
|
+
isMultiline?: boolean | undefined;
|
|
51475
51494
|
}>;
|
|
51476
51495
|
type DTOExporterPropertyDefinitionString = z.infer<typeof DTOExporterPropertyDefinitionString>;
|
|
51477
51496
|
declare const DTOExporterPropertyDefinitionNumber: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -51586,6 +51605,36 @@ declare const DTOExporterPropertyDefinitionObject: z.ZodObject<z.objectUtil.exte
|
|
|
51586
51605
|
} | undefined;
|
|
51587
51606
|
}>;
|
|
51588
51607
|
type DTOExporterPropertyDefinitionObject = z.infer<typeof DTOExporterPropertyDefinitionObject>;
|
|
51608
|
+
declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extendShape<{
|
|
51609
|
+
key: z.ZodString;
|
|
51610
|
+
title: z.ZodString;
|
|
51611
|
+
description: z.ZodString;
|
|
51612
|
+
category: z.ZodOptional<z.ZodString>;
|
|
51613
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51614
|
+
}, {
|
|
51615
|
+
type: z.ZodLiteral<"Code">;
|
|
51616
|
+
language: z.ZodString;
|
|
51617
|
+
default: z.ZodString;
|
|
51618
|
+
}>, "strip", z.ZodTypeAny, {
|
|
51619
|
+
type: "Code";
|
|
51620
|
+
description: string;
|
|
51621
|
+
title: string;
|
|
51622
|
+
key: string;
|
|
51623
|
+
default: string;
|
|
51624
|
+
language: string;
|
|
51625
|
+
category?: string | undefined;
|
|
51626
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51627
|
+
}, {
|
|
51628
|
+
type: "Code";
|
|
51629
|
+
description: string;
|
|
51630
|
+
title: string;
|
|
51631
|
+
key: string;
|
|
51632
|
+
default: string;
|
|
51633
|
+
language: string;
|
|
51634
|
+
category?: string | undefined;
|
|
51635
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51636
|
+
}>;
|
|
51637
|
+
type DTOExporterPropertyDefinitionCode = z.infer<typeof DTOExporterPropertyDefinitionCode>;
|
|
51589
51638
|
declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
51590
51639
|
key: z.ZodString;
|
|
51591
51640
|
title: z.ZodString;
|
|
@@ -51663,6 +51712,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51663
51712
|
}, {
|
|
51664
51713
|
type: z.ZodLiteral<"String">;
|
|
51665
51714
|
default: z.ZodString;
|
|
51715
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51666
51716
|
}>, "strip", z.ZodTypeAny, {
|
|
51667
51717
|
type: "String";
|
|
51668
51718
|
description: string;
|
|
@@ -51671,6 +51721,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51671
51721
|
default: string;
|
|
51672
51722
|
category?: string | undefined;
|
|
51673
51723
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51724
|
+
isMultiline?: boolean | undefined;
|
|
51674
51725
|
}, {
|
|
51675
51726
|
type: "String";
|
|
51676
51727
|
description: string;
|
|
@@ -51679,6 +51730,7 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51679
51730
|
default: string;
|
|
51680
51731
|
category?: string | undefined;
|
|
51681
51732
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51733
|
+
isMultiline?: boolean | undefined;
|
|
51682
51734
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51683
51735
|
key: z.ZodString;
|
|
51684
51736
|
title: z.ZodString;
|
|
@@ -51785,6 +51837,34 @@ declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
51785
51837
|
allowedValues?: {
|
|
51786
51838
|
type: string;
|
|
51787
51839
|
} | undefined;
|
|
51840
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51841
|
+
key: z.ZodString;
|
|
51842
|
+
title: z.ZodString;
|
|
51843
|
+
description: z.ZodString;
|
|
51844
|
+
category: z.ZodOptional<z.ZodString>;
|
|
51845
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51846
|
+
}, {
|
|
51847
|
+
type: z.ZodLiteral<"Code">;
|
|
51848
|
+
language: z.ZodString;
|
|
51849
|
+
default: z.ZodString;
|
|
51850
|
+
}>, "strip", z.ZodTypeAny, {
|
|
51851
|
+
type: "Code";
|
|
51852
|
+
description: string;
|
|
51853
|
+
title: string;
|
|
51854
|
+
key: string;
|
|
51855
|
+
default: string;
|
|
51856
|
+
language: string;
|
|
51857
|
+
category?: string | undefined;
|
|
51858
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51859
|
+
}, {
|
|
51860
|
+
type: "Code";
|
|
51861
|
+
description: string;
|
|
51862
|
+
title: string;
|
|
51863
|
+
key: string;
|
|
51864
|
+
default: string;
|
|
51865
|
+
language: string;
|
|
51866
|
+
category?: string | undefined;
|
|
51867
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51788
51868
|
}>]>;
|
|
51789
51869
|
type DTOExporterPropertyDefinition = z.infer<typeof DTOExporterPropertyDefinition>;
|
|
51790
51870
|
declare const DTOExporterPropertyDefinitionEnumOption: z.ZodObject<{
|
|
@@ -51876,6 +51956,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51876
51956
|
}, {
|
|
51877
51957
|
type: z.ZodLiteral<"String">;
|
|
51878
51958
|
default: z.ZodString;
|
|
51959
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
51879
51960
|
}>, "strip", z.ZodTypeAny, {
|
|
51880
51961
|
type: "String";
|
|
51881
51962
|
description: string;
|
|
@@ -51884,6 +51965,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51884
51965
|
default: string;
|
|
51885
51966
|
category?: string | undefined;
|
|
51886
51967
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51968
|
+
isMultiline?: boolean | undefined;
|
|
51887
51969
|
}, {
|
|
51888
51970
|
type: "String";
|
|
51889
51971
|
description: string;
|
|
@@ -51892,6 +51974,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51892
51974
|
default: string;
|
|
51893
51975
|
category?: string | undefined;
|
|
51894
51976
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51977
|
+
isMultiline?: boolean | undefined;
|
|
51895
51978
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51896
51979
|
key: z.ZodString;
|
|
51897
51980
|
title: z.ZodString;
|
|
@@ -51998,6 +52081,34 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
51998
52081
|
allowedValues?: {
|
|
51999
52082
|
type: string;
|
|
52000
52083
|
} | undefined;
|
|
52084
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52085
|
+
key: z.ZodString;
|
|
52086
|
+
title: z.ZodString;
|
|
52087
|
+
description: z.ZodString;
|
|
52088
|
+
category: z.ZodOptional<z.ZodString>;
|
|
52089
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
52090
|
+
}, {
|
|
52091
|
+
type: z.ZodLiteral<"Code">;
|
|
52092
|
+
language: z.ZodString;
|
|
52093
|
+
default: z.ZodString;
|
|
52094
|
+
}>, "strip", z.ZodTypeAny, {
|
|
52095
|
+
type: "Code";
|
|
52096
|
+
description: string;
|
|
52097
|
+
title: string;
|
|
52098
|
+
key: string;
|
|
52099
|
+
default: string;
|
|
52100
|
+
language: string;
|
|
52101
|
+
category?: string | undefined;
|
|
52102
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52103
|
+
}, {
|
|
52104
|
+
type: "Code";
|
|
52105
|
+
description: string;
|
|
52106
|
+
title: string;
|
|
52107
|
+
key: string;
|
|
52108
|
+
default: string;
|
|
52109
|
+
language: string;
|
|
52110
|
+
category?: string | undefined;
|
|
52111
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52001
52112
|
}>]>, "many">;
|
|
52002
52113
|
}, "strip", z.ZodTypeAny, {
|
|
52003
52114
|
properties: ({
|
|
@@ -52028,6 +52139,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52028
52139
|
default: string;
|
|
52029
52140
|
category?: string | undefined;
|
|
52030
52141
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52142
|
+
isMultiline?: boolean | undefined;
|
|
52031
52143
|
} | {
|
|
52032
52144
|
type: "Number";
|
|
52033
52145
|
description: string;
|
|
@@ -52059,6 +52171,15 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52059
52171
|
allowedValues?: {
|
|
52060
52172
|
type: string;
|
|
52061
52173
|
} | undefined;
|
|
52174
|
+
} | {
|
|
52175
|
+
type: "Code";
|
|
52176
|
+
description: string;
|
|
52177
|
+
title: string;
|
|
52178
|
+
key: string;
|
|
52179
|
+
default: string;
|
|
52180
|
+
language: string;
|
|
52181
|
+
category?: string | undefined;
|
|
52182
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52062
52183
|
})[];
|
|
52063
52184
|
}, {
|
|
52064
52185
|
properties: ({
|
|
@@ -52089,6 +52210,7 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52089
52210
|
default: string;
|
|
52090
52211
|
category?: string | undefined;
|
|
52091
52212
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52213
|
+
isMultiline?: boolean | undefined;
|
|
52092
52214
|
} | {
|
|
52093
52215
|
type: "Number";
|
|
52094
52216
|
description: string;
|
|
@@ -52120,6 +52242,15 @@ declare const DTOExporterPropertyDefinitionsResponse: z.ZodObject<{
|
|
|
52120
52242
|
allowedValues?: {
|
|
52121
52243
|
type: string;
|
|
52122
52244
|
} | undefined;
|
|
52245
|
+
} | {
|
|
52246
|
+
type: "Code";
|
|
52247
|
+
description: string;
|
|
52248
|
+
title: string;
|
|
52249
|
+
key: string;
|
|
52250
|
+
default: string;
|
|
52251
|
+
language: string;
|
|
52252
|
+
category?: string | undefined;
|
|
52253
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52123
52254
|
})[];
|
|
52124
52255
|
}>;
|
|
52125
52256
|
type DTOExporterPropertyDefinitionsResponse = z.infer<typeof DTOExporterPropertyDefinitionsResponse>;
|
|
@@ -52265,6 +52396,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52265
52396
|
}, {
|
|
52266
52397
|
type: z.ZodLiteral<"String">;
|
|
52267
52398
|
default: z.ZodString;
|
|
52399
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
52268
52400
|
}>, "strip", z.ZodTypeAny, {
|
|
52269
52401
|
type: "String";
|
|
52270
52402
|
description: string;
|
|
@@ -52273,6 +52405,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52273
52405
|
default: string;
|
|
52274
52406
|
category?: string | undefined;
|
|
52275
52407
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52408
|
+
isMultiline?: boolean | undefined;
|
|
52276
52409
|
}, {
|
|
52277
52410
|
type: "String";
|
|
52278
52411
|
description: string;
|
|
@@ -52281,6 +52414,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52281
52414
|
default: string;
|
|
52282
52415
|
category?: string | undefined;
|
|
52283
52416
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52417
|
+
isMultiline?: boolean | undefined;
|
|
52284
52418
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52285
52419
|
key: z.ZodString;
|
|
52286
52420
|
title: z.ZodString;
|
|
@@ -52387,6 +52521,34 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52387
52521
|
allowedValues?: {
|
|
52388
52522
|
type: string;
|
|
52389
52523
|
} | undefined;
|
|
52524
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52525
|
+
key: z.ZodString;
|
|
52526
|
+
title: z.ZodString;
|
|
52527
|
+
description: z.ZodString;
|
|
52528
|
+
category: z.ZodOptional<z.ZodString>;
|
|
52529
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
52530
|
+
}, {
|
|
52531
|
+
type: z.ZodLiteral<"Code">;
|
|
52532
|
+
language: z.ZodString;
|
|
52533
|
+
default: z.ZodString;
|
|
52534
|
+
}>, "strip", z.ZodTypeAny, {
|
|
52535
|
+
type: "Code";
|
|
52536
|
+
description: string;
|
|
52537
|
+
title: string;
|
|
52538
|
+
key: string;
|
|
52539
|
+
default: string;
|
|
52540
|
+
language: string;
|
|
52541
|
+
category?: string | undefined;
|
|
52542
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52543
|
+
}, {
|
|
52544
|
+
type: "Code";
|
|
52545
|
+
description: string;
|
|
52546
|
+
title: string;
|
|
52547
|
+
key: string;
|
|
52548
|
+
default: string;
|
|
52549
|
+
language: string;
|
|
52550
|
+
category?: string | undefined;
|
|
52551
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52390
52552
|
}>]>, "many">>;
|
|
52391
52553
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
52392
52554
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -52602,6 +52764,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52602
52764
|
default: string;
|
|
52603
52765
|
category?: string | undefined;
|
|
52604
52766
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52767
|
+
isMultiline?: boolean | undefined;
|
|
52605
52768
|
} | {
|
|
52606
52769
|
type: "Number";
|
|
52607
52770
|
description: string;
|
|
@@ -52633,6 +52796,15 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52633
52796
|
allowedValues?: {
|
|
52634
52797
|
type: string;
|
|
52635
52798
|
} | undefined;
|
|
52799
|
+
} | {
|
|
52800
|
+
type: "Code";
|
|
52801
|
+
description: string;
|
|
52802
|
+
title: string;
|
|
52803
|
+
key: string;
|
|
52804
|
+
default: string;
|
|
52805
|
+
language: string;
|
|
52806
|
+
category?: string | undefined;
|
|
52807
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52636
52808
|
})[] | undefined;
|
|
52637
52809
|
organization?: string | undefined;
|
|
52638
52810
|
iconURL?: string | undefined;
|
|
@@ -52725,6 +52897,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52725
52897
|
default: string;
|
|
52726
52898
|
category?: string | undefined;
|
|
52727
52899
|
dependsOn?: Record<string, boolean> | undefined;
|
|
52900
|
+
isMultiline?: boolean | undefined;
|
|
52728
52901
|
} | {
|
|
52729
52902
|
type: "Number";
|
|
52730
52903
|
description: string;
|
|
@@ -52756,6 +52929,15 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
52756
52929
|
allowedValues?: {
|
|
52757
52930
|
type: string;
|
|
52758
52931
|
} | undefined;
|
|
52932
|
+
} | {
|
|
52933
|
+
type: "Code";
|
|
52934
|
+
description: string;
|
|
52935
|
+
title: string;
|
|
52936
|
+
key: string;
|
|
52937
|
+
default: string;
|
|
52938
|
+
language: string;
|
|
52939
|
+
category?: string | undefined;
|
|
52940
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
52759
52941
|
})[] | undefined;
|
|
52760
52942
|
organization?: string | undefined;
|
|
52761
52943
|
iconURL?: string | undefined;
|
|
@@ -52903,6 +53085,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52903
53085
|
}, {
|
|
52904
53086
|
type: z.ZodLiteral<"String">;
|
|
52905
53087
|
default: z.ZodString;
|
|
53088
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
52906
53089
|
}>, "strip", z.ZodTypeAny, {
|
|
52907
53090
|
type: "String";
|
|
52908
53091
|
description: string;
|
|
@@ -52911,6 +53094,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52911
53094
|
default: string;
|
|
52912
53095
|
category?: string | undefined;
|
|
52913
53096
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53097
|
+
isMultiline?: boolean | undefined;
|
|
52914
53098
|
}, {
|
|
52915
53099
|
type: "String";
|
|
52916
53100
|
description: string;
|
|
@@ -52919,6 +53103,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
52919
53103
|
default: string;
|
|
52920
53104
|
category?: string | undefined;
|
|
52921
53105
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53106
|
+
isMultiline?: boolean | undefined;
|
|
52922
53107
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
52923
53108
|
key: z.ZodString;
|
|
52924
53109
|
title: z.ZodString;
|
|
@@ -53025,6 +53210,34 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53025
53210
|
allowedValues?: {
|
|
53026
53211
|
type: string;
|
|
53027
53212
|
} | undefined;
|
|
53213
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
53214
|
+
key: z.ZodString;
|
|
53215
|
+
title: z.ZodString;
|
|
53216
|
+
description: z.ZodString;
|
|
53217
|
+
category: z.ZodOptional<z.ZodString>;
|
|
53218
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
53219
|
+
}, {
|
|
53220
|
+
type: z.ZodLiteral<"Code">;
|
|
53221
|
+
language: z.ZodString;
|
|
53222
|
+
default: z.ZodString;
|
|
53223
|
+
}>, "strip", z.ZodTypeAny, {
|
|
53224
|
+
type: "Code";
|
|
53225
|
+
description: string;
|
|
53226
|
+
title: string;
|
|
53227
|
+
key: string;
|
|
53228
|
+
default: string;
|
|
53229
|
+
language: string;
|
|
53230
|
+
category?: string | undefined;
|
|
53231
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53232
|
+
}, {
|
|
53233
|
+
type: "Code";
|
|
53234
|
+
description: string;
|
|
53235
|
+
title: string;
|
|
53236
|
+
key: string;
|
|
53237
|
+
default: string;
|
|
53238
|
+
language: string;
|
|
53239
|
+
category?: string | undefined;
|
|
53240
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53028
53241
|
}>]>, "many">>;
|
|
53029
53242
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
53030
53243
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -53240,6 +53453,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53240
53453
|
default: string;
|
|
53241
53454
|
category?: string | undefined;
|
|
53242
53455
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53456
|
+
isMultiline?: boolean | undefined;
|
|
53243
53457
|
} | {
|
|
53244
53458
|
type: "Number";
|
|
53245
53459
|
description: string;
|
|
@@ -53271,6 +53485,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53271
53485
|
allowedValues?: {
|
|
53272
53486
|
type: string;
|
|
53273
53487
|
} | undefined;
|
|
53488
|
+
} | {
|
|
53489
|
+
type: "Code";
|
|
53490
|
+
description: string;
|
|
53491
|
+
title: string;
|
|
53492
|
+
key: string;
|
|
53493
|
+
default: string;
|
|
53494
|
+
language: string;
|
|
53495
|
+
category?: string | undefined;
|
|
53496
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53274
53497
|
})[] | undefined;
|
|
53275
53498
|
organization?: string | undefined;
|
|
53276
53499
|
iconURL?: string | undefined;
|
|
@@ -53363,6 +53586,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53363
53586
|
default: string;
|
|
53364
53587
|
category?: string | undefined;
|
|
53365
53588
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53589
|
+
isMultiline?: boolean | undefined;
|
|
53366
53590
|
} | {
|
|
53367
53591
|
type: "Number";
|
|
53368
53592
|
description: string;
|
|
@@ -53394,6 +53618,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53394
53618
|
allowedValues?: {
|
|
53395
53619
|
type: string;
|
|
53396
53620
|
} | undefined;
|
|
53621
|
+
} | {
|
|
53622
|
+
type: "Code";
|
|
53623
|
+
description: string;
|
|
53624
|
+
title: string;
|
|
53625
|
+
key: string;
|
|
53626
|
+
default: string;
|
|
53627
|
+
language: string;
|
|
53628
|
+
category?: string | undefined;
|
|
53629
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53397
53630
|
})[] | undefined;
|
|
53398
53631
|
organization?: string | undefined;
|
|
53399
53632
|
iconURL?: string | undefined;
|
|
@@ -53506,6 +53739,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53506
53739
|
default: string;
|
|
53507
53740
|
category?: string | undefined;
|
|
53508
53741
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53742
|
+
isMultiline?: boolean | undefined;
|
|
53509
53743
|
} | {
|
|
53510
53744
|
type: "Number";
|
|
53511
53745
|
description: string;
|
|
@@ -53537,6 +53771,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53537
53771
|
allowedValues?: {
|
|
53538
53772
|
type: string;
|
|
53539
53773
|
} | undefined;
|
|
53774
|
+
} | {
|
|
53775
|
+
type: "Code";
|
|
53776
|
+
description: string;
|
|
53777
|
+
title: string;
|
|
53778
|
+
key: string;
|
|
53779
|
+
default: string;
|
|
53780
|
+
language: string;
|
|
53781
|
+
category?: string | undefined;
|
|
53782
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53540
53783
|
})[] | undefined;
|
|
53541
53784
|
organization?: string | undefined;
|
|
53542
53785
|
iconURL?: string | undefined;
|
|
@@ -53636,6 +53879,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53636
53879
|
default: string;
|
|
53637
53880
|
category?: string | undefined;
|
|
53638
53881
|
dependsOn?: Record<string, boolean> | undefined;
|
|
53882
|
+
isMultiline?: boolean | undefined;
|
|
53639
53883
|
} | {
|
|
53640
53884
|
type: "Number";
|
|
53641
53885
|
description: string;
|
|
@@ -53667,6 +53911,15 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
53667
53911
|
allowedValues?: {
|
|
53668
53912
|
type: string;
|
|
53669
53913
|
} | undefined;
|
|
53914
|
+
} | {
|
|
53915
|
+
type: "Code";
|
|
53916
|
+
description: string;
|
|
53917
|
+
title: string;
|
|
53918
|
+
key: string;
|
|
53919
|
+
default: string;
|
|
53920
|
+
language: string;
|
|
53921
|
+
category?: string | undefined;
|
|
53922
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53670
53923
|
})[] | undefined;
|
|
53671
53924
|
organization?: string | undefined;
|
|
53672
53925
|
iconURL?: string | undefined;
|
|
@@ -53801,6 +54054,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53801
54054
|
}, {
|
|
53802
54055
|
type: z.ZodLiteral<"String">;
|
|
53803
54056
|
default: z.ZodString;
|
|
54057
|
+
isMultiline: z.ZodOptional<z.ZodBoolean>;
|
|
53804
54058
|
}>, "strip", z.ZodTypeAny, {
|
|
53805
54059
|
type: "String";
|
|
53806
54060
|
description: string;
|
|
@@ -53809,6 +54063,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53809
54063
|
default: string;
|
|
53810
54064
|
category?: string | undefined;
|
|
53811
54065
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54066
|
+
isMultiline?: boolean | undefined;
|
|
53812
54067
|
}, {
|
|
53813
54068
|
type: "String";
|
|
53814
54069
|
description: string;
|
|
@@ -53817,6 +54072,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53817
54072
|
default: string;
|
|
53818
54073
|
category?: string | undefined;
|
|
53819
54074
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54075
|
+
isMultiline?: boolean | undefined;
|
|
53820
54076
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
53821
54077
|
key: z.ZodString;
|
|
53822
54078
|
title: z.ZodString;
|
|
@@ -53923,6 +54179,34 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
53923
54179
|
allowedValues?: {
|
|
53924
54180
|
type: string;
|
|
53925
54181
|
} | undefined;
|
|
54182
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
54183
|
+
key: z.ZodString;
|
|
54184
|
+
title: z.ZodString;
|
|
54185
|
+
description: z.ZodString;
|
|
54186
|
+
category: z.ZodOptional<z.ZodString>;
|
|
54187
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
54188
|
+
}, {
|
|
54189
|
+
type: z.ZodLiteral<"Code">;
|
|
54190
|
+
language: z.ZodString;
|
|
54191
|
+
default: z.ZodString;
|
|
54192
|
+
}>, "strip", z.ZodTypeAny, {
|
|
54193
|
+
type: "Code";
|
|
54194
|
+
description: string;
|
|
54195
|
+
title: string;
|
|
54196
|
+
key: string;
|
|
54197
|
+
default: string;
|
|
54198
|
+
language: string;
|
|
54199
|
+
category?: string | undefined;
|
|
54200
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54201
|
+
}, {
|
|
54202
|
+
type: "Code";
|
|
54203
|
+
description: string;
|
|
54204
|
+
title: string;
|
|
54205
|
+
key: string;
|
|
54206
|
+
default: string;
|
|
54207
|
+
language: string;
|
|
54208
|
+
category?: string | undefined;
|
|
54209
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
53926
54210
|
}>]>, "many">>;
|
|
53927
54211
|
customBlocks: z.ZodArray<z.ZodObject<{
|
|
53928
54212
|
title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -54138,6 +54422,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54138
54422
|
default: string;
|
|
54139
54423
|
category?: string | undefined;
|
|
54140
54424
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54425
|
+
isMultiline?: boolean | undefined;
|
|
54141
54426
|
} | {
|
|
54142
54427
|
type: "Number";
|
|
54143
54428
|
description: string;
|
|
@@ -54169,6 +54454,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54169
54454
|
allowedValues?: {
|
|
54170
54455
|
type: string;
|
|
54171
54456
|
} | undefined;
|
|
54457
|
+
} | {
|
|
54458
|
+
type: "Code";
|
|
54459
|
+
description: string;
|
|
54460
|
+
title: string;
|
|
54461
|
+
key: string;
|
|
54462
|
+
default: string;
|
|
54463
|
+
language: string;
|
|
54464
|
+
category?: string | undefined;
|
|
54465
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54172
54466
|
})[] | undefined;
|
|
54173
54467
|
organization?: string | undefined;
|
|
54174
54468
|
iconURL?: string | undefined;
|
|
@@ -54261,6 +54555,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54261
54555
|
default: string;
|
|
54262
54556
|
category?: string | undefined;
|
|
54263
54557
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54558
|
+
isMultiline?: boolean | undefined;
|
|
54264
54559
|
} | {
|
|
54265
54560
|
type: "Number";
|
|
54266
54561
|
description: string;
|
|
@@ -54292,6 +54587,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54292
54587
|
allowedValues?: {
|
|
54293
54588
|
type: string;
|
|
54294
54589
|
} | undefined;
|
|
54590
|
+
} | {
|
|
54591
|
+
type: "Code";
|
|
54592
|
+
description: string;
|
|
54593
|
+
title: string;
|
|
54594
|
+
key: string;
|
|
54595
|
+
default: string;
|
|
54596
|
+
language: string;
|
|
54597
|
+
category?: string | undefined;
|
|
54598
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54295
54599
|
})[] | undefined;
|
|
54296
54600
|
organization?: string | undefined;
|
|
54297
54601
|
iconURL?: string | undefined;
|
|
@@ -54405,6 +54709,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54405
54709
|
default: string;
|
|
54406
54710
|
category?: string | undefined;
|
|
54407
54711
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54712
|
+
isMultiline?: boolean | undefined;
|
|
54408
54713
|
} | {
|
|
54409
54714
|
type: "Number";
|
|
54410
54715
|
description: string;
|
|
@@ -54436,6 +54741,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54436
54741
|
allowedValues?: {
|
|
54437
54742
|
type: string;
|
|
54438
54743
|
} | undefined;
|
|
54744
|
+
} | {
|
|
54745
|
+
type: "Code";
|
|
54746
|
+
description: string;
|
|
54747
|
+
title: string;
|
|
54748
|
+
key: string;
|
|
54749
|
+
default: string;
|
|
54750
|
+
language: string;
|
|
54751
|
+
category?: string | undefined;
|
|
54752
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54439
54753
|
})[] | undefined;
|
|
54440
54754
|
organization?: string | undefined;
|
|
54441
54755
|
iconURL?: string | undefined;
|
|
@@ -54536,6 +54850,7 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54536
54850
|
default: string;
|
|
54537
54851
|
category?: string | undefined;
|
|
54538
54852
|
dependsOn?: Record<string, boolean> | undefined;
|
|
54853
|
+
isMultiline?: boolean | undefined;
|
|
54539
54854
|
} | {
|
|
54540
54855
|
type: "Number";
|
|
54541
54856
|
description: string;
|
|
@@ -54567,6 +54882,15 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
54567
54882
|
allowedValues?: {
|
|
54568
54883
|
type: string;
|
|
54569
54884
|
} | undefined;
|
|
54885
|
+
} | {
|
|
54886
|
+
type: "Code";
|
|
54887
|
+
description: string;
|
|
54888
|
+
title: string;
|
|
54889
|
+
key: string;
|
|
54890
|
+
default: string;
|
|
54891
|
+
language: string;
|
|
54892
|
+
category?: string | undefined;
|
|
54893
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
54570
54894
|
})[] | undefined;
|
|
54571
54895
|
organization?: string | undefined;
|
|
54572
54896
|
iconURL?: string | undefined;
|
|
@@ -93745,6 +94069,7 @@ declare class ExportersEndpoint {
|
|
|
93745
94069
|
default: string;
|
|
93746
94070
|
category?: string | undefined;
|
|
93747
94071
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94072
|
+
isMultiline?: boolean | undefined;
|
|
93748
94073
|
} | {
|
|
93749
94074
|
type: "Number";
|
|
93750
94075
|
description: string;
|
|
@@ -93776,6 +94101,15 @@ declare class ExportersEndpoint {
|
|
|
93776
94101
|
allowedValues?: {
|
|
93777
94102
|
type: string;
|
|
93778
94103
|
} | undefined;
|
|
94104
|
+
} | {
|
|
94105
|
+
type: "Code";
|
|
94106
|
+
description: string;
|
|
94107
|
+
title: string;
|
|
94108
|
+
key: string;
|
|
94109
|
+
default: string;
|
|
94110
|
+
language: string;
|
|
94111
|
+
category?: string | undefined;
|
|
94112
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93779
94113
|
})[] | undefined;
|
|
93780
94114
|
organization?: string | undefined;
|
|
93781
94115
|
iconURL?: string | undefined;
|
|
@@ -93876,6 +94210,7 @@ declare class ExportersEndpoint {
|
|
|
93876
94210
|
default: string;
|
|
93877
94211
|
category?: string | undefined;
|
|
93878
94212
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94213
|
+
isMultiline?: boolean | undefined;
|
|
93879
94214
|
} | {
|
|
93880
94215
|
type: "Number";
|
|
93881
94216
|
description: string;
|
|
@@ -93907,6 +94242,15 @@ declare class ExportersEndpoint {
|
|
|
93907
94242
|
allowedValues?: {
|
|
93908
94243
|
type: string;
|
|
93909
94244
|
} | undefined;
|
|
94245
|
+
} | {
|
|
94246
|
+
type: "Code";
|
|
94247
|
+
description: string;
|
|
94248
|
+
title: string;
|
|
94249
|
+
key: string;
|
|
94250
|
+
default: string;
|
|
94251
|
+
language: string;
|
|
94252
|
+
category?: string | undefined;
|
|
94253
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93910
94254
|
})[] | undefined;
|
|
93911
94255
|
organization?: string | undefined;
|
|
93912
94256
|
iconURL?: string | undefined;
|
|
@@ -94008,6 +94352,7 @@ declare class ExportersEndpoint {
|
|
|
94008
94352
|
default: string;
|
|
94009
94353
|
category?: string | undefined;
|
|
94010
94354
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94355
|
+
isMultiline?: boolean | undefined;
|
|
94011
94356
|
} | {
|
|
94012
94357
|
type: "Number";
|
|
94013
94358
|
description: string;
|
|
@@ -94039,6 +94384,15 @@ declare class ExportersEndpoint {
|
|
|
94039
94384
|
allowedValues?: {
|
|
94040
94385
|
type: string;
|
|
94041
94386
|
} | undefined;
|
|
94387
|
+
} | {
|
|
94388
|
+
type: "Code";
|
|
94389
|
+
description: string;
|
|
94390
|
+
title: string;
|
|
94391
|
+
key: string;
|
|
94392
|
+
default: string;
|
|
94393
|
+
language: string;
|
|
94394
|
+
category?: string | undefined;
|
|
94395
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94042
94396
|
})[] | undefined;
|
|
94043
94397
|
organization?: string | undefined;
|
|
94044
94398
|
iconURL?: string | undefined;
|
|
@@ -94133,6 +94487,7 @@ declare class ExportersEndpoint {
|
|
|
94133
94487
|
default: string;
|
|
94134
94488
|
category?: string | undefined;
|
|
94135
94489
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94490
|
+
isMultiline?: boolean | undefined;
|
|
94136
94491
|
} | {
|
|
94137
94492
|
type: "Number";
|
|
94138
94493
|
description: string;
|
|
@@ -94164,6 +94519,15 @@ declare class ExportersEndpoint {
|
|
|
94164
94519
|
allowedValues?: {
|
|
94165
94520
|
type: string;
|
|
94166
94521
|
} | undefined;
|
|
94522
|
+
} | {
|
|
94523
|
+
type: "Code";
|
|
94524
|
+
description: string;
|
|
94525
|
+
title: string;
|
|
94526
|
+
key: string;
|
|
94527
|
+
default: string;
|
|
94528
|
+
language: string;
|
|
94529
|
+
category?: string | undefined;
|
|
94530
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94167
94531
|
})[] | undefined;
|
|
94168
94532
|
organization?: string | undefined;
|
|
94169
94533
|
iconURL?: string | undefined;
|
|
@@ -94263,6 +94627,7 @@ declare class ExportersEndpoint {
|
|
|
94263
94627
|
default: string;
|
|
94264
94628
|
category?: string | undefined;
|
|
94265
94629
|
dependsOn?: Record<string, boolean> | undefined;
|
|
94630
|
+
isMultiline?: boolean | undefined;
|
|
94266
94631
|
} | {
|
|
94267
94632
|
type: "Number";
|
|
94268
94633
|
description: string;
|
|
@@ -94294,6 +94659,15 @@ declare class ExportersEndpoint {
|
|
|
94294
94659
|
allowedValues?: {
|
|
94295
94660
|
type: string;
|
|
94296
94661
|
} | undefined;
|
|
94662
|
+
} | {
|
|
94663
|
+
type: "Code";
|
|
94664
|
+
description: string;
|
|
94665
|
+
title: string;
|
|
94666
|
+
key: string;
|
|
94667
|
+
default: string;
|
|
94668
|
+
language: string;
|
|
94669
|
+
category?: string | undefined;
|
|
94670
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94297
94671
|
})[] | undefined;
|
|
94298
94672
|
organization?: string | undefined;
|
|
94299
94673
|
iconURL?: string | undefined;
|
|
@@ -94591,14 +94965,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94591
94965
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
94592
94966
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
94593
94967
|
}, "strip", z.ZodTypeAny, {
|
|
94594
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
94968
|
+
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
94969
|
id: string;
|
|
94596
94970
|
name: string;
|
|
94597
94971
|
options?: Record<string, any> | undefined;
|
|
94598
94972
|
description?: string | undefined;
|
|
94599
94973
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
94600
94974
|
}, {
|
|
94601
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
94975
|
+
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
94976
|
id: string;
|
|
94603
94977
|
name: string;
|
|
94604
94978
|
options?: Record<string, any> | undefined;
|
|
@@ -94694,7 +95068,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94694
95068
|
defaultVariantKey: z.ZodString;
|
|
94695
95069
|
}, "strip", z.ZodTypeAny, {
|
|
94696
95070
|
properties: {
|
|
94697
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95071
|
+
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
95072
|
id: string;
|
|
94699
95073
|
name: string;
|
|
94700
95074
|
options?: Record<string, any> | undefined;
|
|
@@ -94733,7 +95107,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94733
95107
|
} | undefined;
|
|
94734
95108
|
}, {
|
|
94735
95109
|
properties: {
|
|
94736
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95110
|
+
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
95111
|
id: string;
|
|
94738
95112
|
name: string;
|
|
94739
95113
|
options?: Record<string, any> | undefined;
|
|
@@ -94863,7 +95237,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94863
95237
|
}, "strip", z.ZodTypeAny, {
|
|
94864
95238
|
item: {
|
|
94865
95239
|
properties: {
|
|
94866
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95240
|
+
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
95241
|
id: string;
|
|
94868
95242
|
name: string;
|
|
94869
95243
|
options?: Record<string, any> | undefined;
|
|
@@ -94901,7 +95275,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94901
95275
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94902
95276
|
} | undefined;
|
|
94903
95277
|
};
|
|
94904
|
-
category: "
|
|
95278
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94905
95279
|
id: string;
|
|
94906
95280
|
name: string;
|
|
94907
95281
|
description: string;
|
|
@@ -94936,7 +95310,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94936
95310
|
}, {
|
|
94937
95311
|
item: {
|
|
94938
95312
|
properties: {
|
|
94939
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95313
|
+
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
95314
|
id: string;
|
|
94941
95315
|
name: string;
|
|
94942
95316
|
options?: Record<string, any> | undefined;
|
|
@@ -94974,7 +95348,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
94974
95348
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
94975
95349
|
} | undefined;
|
|
94976
95350
|
};
|
|
94977
|
-
category: "
|
|
95351
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
94978
95352
|
id: string;
|
|
94979
95353
|
name: string;
|
|
94980
95354
|
description: string;
|
|
@@ -95011,7 +95385,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95011
95385
|
definitions: {
|
|
95012
95386
|
item: {
|
|
95013
95387
|
properties: {
|
|
95014
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95388
|
+
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
95389
|
id: string;
|
|
95016
95390
|
name: string;
|
|
95017
95391
|
options?: Record<string, any> | undefined;
|
|
@@ -95049,7 +95423,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95049
95423
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
95050
95424
|
} | undefined;
|
|
95051
95425
|
};
|
|
95052
|
-
category: "
|
|
95426
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
95053
95427
|
id: string;
|
|
95054
95428
|
name: string;
|
|
95055
95429
|
description: string;
|
|
@@ -95086,7 +95460,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95086
95460
|
definitions: {
|
|
95087
95461
|
item: {
|
|
95088
95462
|
properties: {
|
|
95089
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
95463
|
+
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
95464
|
id: string;
|
|
95091
95465
|
name: string;
|
|
95092
95466
|
options?: Record<string, any> | undefined;
|
|
@@ -95124,7 +95498,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
95124
95498
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
95125
95499
|
} | undefined;
|
|
95126
95500
|
};
|
|
95127
|
-
category: "
|
|
95501
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
95128
95502
|
id: string;
|
|
95129
95503
|
name: string;
|
|
95130
95504
|
description: string;
|
|
@@ -98080,7 +98454,7 @@ declare class DocumentationEndpoint {
|
|
|
98080
98454
|
definitions: {
|
|
98081
98455
|
item: {
|
|
98082
98456
|
properties: {
|
|
98083
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
98457
|
+
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
98458
|
id: string;
|
|
98085
98459
|
name: string;
|
|
98086
98460
|
options?: Record<string, any> | undefined;
|
|
@@ -98118,7 +98492,7 @@ declare class DocumentationEndpoint {
|
|
|
98118
98492
|
showBlockHeaderInEditor?: boolean | undefined;
|
|
98119
98493
|
} | undefined;
|
|
98120
98494
|
};
|
|
98121
|
-
category: "
|
|
98495
|
+
category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
|
|
98122
98496
|
id: string;
|
|
98123
98497
|
name: string;
|
|
98124
98498
|
description: string;
|
|
@@ -105486,7 +105860,7 @@ declare const BlockParsingUtils: {
|
|
|
105486
105860
|
};
|
|
105487
105861
|
declare const BlockDefinitionUtils: {
|
|
105488
105862
|
firstRichTextProperty(definition: PageBlockDefinition): {
|
|
105489
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105863
|
+
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
105864
|
id: string;
|
|
105491
105865
|
name: string;
|
|
105492
105866
|
options?: Record<string, any> | undefined;
|
|
@@ -105494,7 +105868,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105494
105868
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105495
105869
|
} | undefined;
|
|
105496
105870
|
firstMultiRichTextProperty(definition: PageBlockDefinition): {
|
|
105497
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105871
|
+
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
105872
|
id: string;
|
|
105499
105873
|
name: string;
|
|
105500
105874
|
options?: Record<string, any> | undefined;
|
|
@@ -105502,7 +105876,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105502
105876
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105503
105877
|
} | undefined;
|
|
105504
105878
|
firstTableProperty(definition: PageBlockDefinition): {
|
|
105505
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105879
|
+
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
105880
|
id: string;
|
|
105507
105881
|
name: string;
|
|
105508
105882
|
options?: Record<string, any> | undefined;
|
|
@@ -105510,7 +105884,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105510
105884
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105511
105885
|
} | undefined;
|
|
105512
105886
|
firstEmbedProperty(definition: PageBlockDefinition): {
|
|
105513
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105887
|
+
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
105888
|
id: string;
|
|
105515
105889
|
name: string;
|
|
105516
105890
|
options?: Record<string, any> | undefined;
|
|
@@ -105518,7 +105892,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105518
105892
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105519
105893
|
} | undefined;
|
|
105520
105894
|
richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
|
|
105521
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105895
|
+
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
105896
|
id: string;
|
|
105523
105897
|
name: string;
|
|
105524
105898
|
options?: Record<string, any> | undefined;
|
|
@@ -105526,7 +105900,7 @@ declare const BlockDefinitionUtils: {
|
|
|
105526
105900
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
105527
105901
|
};
|
|
105528
105902
|
property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
|
|
105529
|
-
type: "Boolean" | "Number" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "
|
|
105903
|
+
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
105904
|
id: string;
|
|
105531
105905
|
name: string;
|
|
105532
105906
|
options?: Record<string, any> | undefined;
|
|
@@ -105801,4 +106175,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
105801
106175
|
reason: ValidationErrorReason | undefined;
|
|
105802
106176
|
};
|
|
105803
106177
|
|
|
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 };
|
|
106178
|
+
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 };
|