@supernova-studio/client 0.58.8 → 0.58.10

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.
Files changed (35) hide show
  1. package/dist/index.d.mts +2484 -290
  2. package/dist/index.d.ts +2484 -290
  3. package/dist/index.js +314 -105
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.mjs +745 -536
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +1 -1
  8. package/src/api/dto/design-systems/data-source.ts +28 -3
  9. package/src/api/dto/design-systems/index.ts +0 -1
  10. package/src/api/dto/elements/components/figma-component-group.ts +19 -0
  11. package/src/api/dto/elements/components/index.ts +1 -0
  12. package/src/api/dto/elements/frame-node-structures/frame-node-structure.ts +17 -0
  13. package/src/api/dto/elements/frame-node-structures/index.ts +1 -0
  14. package/src/api/dto/elements/index.ts +1 -0
  15. package/src/api/dto/export/exporter-property.ts +95 -0
  16. package/src/api/dto/export/exporter.ts +2 -0
  17. package/src/api/dto/export/index.ts +1 -0
  18. package/src/api/dto/export/job.ts +3 -0
  19. package/src/api/dto/export/pipeline.ts +3 -0
  20. package/src/api/endpoints/codegen/exporters.ts +2 -7
  21. package/src/api/endpoints/design-system/sources.ts +21 -1
  22. package/src/api/endpoints/design-system/versions/elements-action.ts +17 -62
  23. package/src/api/endpoints/design-system/versions/elements.ts +13 -0
  24. package/src/api/endpoints/design-system/versions/figma-component-groups.ts +13 -0
  25. package/src/api/endpoints/design-system/versions/figma-components.ts +13 -0
  26. package/src/api/endpoints/design-system/versions/figma-frame-structures.ts +13 -0
  27. package/src/api/endpoints/design-system/versions/index.ts +5 -2
  28. package/src/api/endpoints/design-system/versions/versions.ts +16 -4
  29. package/src/api/payloads/export/pipeline.ts +3 -0
  30. package/src/api/transport/request-executor.ts +2 -0
  31. package/src/utils/index.ts +1 -0
  32. package/src/utils/query.ts +18 -0
  33. package/src/api/dto/design-systems/exporter-property.ts +0 -8
  34. package/src/api/endpoints/design-system/versions/elements-actions.ts +0 -20
  35. /package/src/api/endpoints/design-system/versions/{components.ts → ds-components.ts} +0 -0
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { DocumentationGroupV1, DocumentationPageV1, DocumentationPageV2, DocumentationPageApproval, PageBlockDefinitionLayout as PageBlockDefinitionLayout$1, PageBlockV1, ElementGroup, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, Pipeline, GitOrganization, GitProject, GitRepository, GitBranch, ExtendedIntegration, IntegrationCredentials, SupernovaExceptionType, SsoProvider, UpdateMembershipRolesInput, PageBlockItemUntypedValue, PageBlockDefinition, PageBlockItemRichTextEditorValue, PageBlockText, PageBlockDefinitionProperty, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockItemV2, PageBlockItemRichTextValue, PageBlockItemMultiRichTextValue, PageBlockItemTableValue, PageBlockItemEmbedValue, PageBlockDefinitionPropertyType, DocumentationPageSnapshot, ElementGroupSnapshot } from '@supernova-studio/model';
2
2
  import * as zod from 'zod';
3
- import { z, ZodSchema, ZodTypeDef } from 'zod';
3
+ import zod__default, { z, ZodSchema, ZodTypeDef } from 'zod';
4
4
  import { RequestInit } from 'node-fetch';
5
5
  import * as Y from 'yjs';
6
6
  import { Schema } from 'prosemirror-model';
@@ -4180,9 +4180,9 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
4180
4180
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
4181
4181
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
4182
4182
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
4183
- tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4184
- tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4185
- tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4183
+ tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4184
+ tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4185
+ tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4186
4186
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4187
4187
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4188
4188
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -4236,9 +4236,9 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
4236
4236
  tokensCreated: number;
4237
4237
  tokensUpdated: number;
4238
4238
  tokensDeleted: number;
4239
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4240
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4241
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4239
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4240
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4241
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4242
4242
  componentsCreated: number;
4243
4243
  componentsUpdated: number;
4244
4244
  componentsDeleted: number;
@@ -4270,9 +4270,9 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
4270
4270
  tokensCreated?: number | null | undefined;
4271
4271
  tokensUpdated?: number | null | undefined;
4272
4272
  tokensDeleted?: number | null | undefined;
4273
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4274
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4275
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4273
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4274
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4275
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4276
4276
  componentsCreated?: number | null | undefined;
4277
4277
  componentsUpdated?: number | null | undefined;
4278
4278
  componentsDeleted?: number | null | undefined;
@@ -4346,9 +4346,9 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
4346
4346
  tokensCreated: number;
4347
4347
  tokensUpdated: number;
4348
4348
  tokensDeleted: number;
4349
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4350
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4351
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4349
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4350
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4351
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4352
4352
  componentsCreated: number;
4353
4353
  componentsUpdated: number;
4354
4354
  componentsDeleted: number;
@@ -4403,9 +4403,9 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
4403
4403
  tokensCreated?: number | null | undefined;
4404
4404
  tokensUpdated?: number | null | undefined;
4405
4405
  tokensDeleted?: number | null | undefined;
4406
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4407
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4408
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4406
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4407
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4408
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4409
4409
  componentsCreated?: number | null | undefined;
4410
4410
  componentsUpdated?: number | null | undefined;
4411
4411
  componentsDeleted?: number | null | undefined;
@@ -4480,9 +4480,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4480
4480
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
4481
4481
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
4482
4482
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
4483
- tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4484
- tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4485
- tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4483
+ tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4484
+ tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4485
+ tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
4486
4486
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4487
4487
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4488
4488
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -4536,9 +4536,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4536
4536
  tokensCreated: number;
4537
4537
  tokensUpdated: number;
4538
4538
  tokensDeleted: number;
4539
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4540
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4541
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4539
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4540
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4541
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4542
4542
  componentsCreated: number;
4543
4543
  componentsUpdated: number;
4544
4544
  componentsDeleted: number;
@@ -4570,9 +4570,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4570
4570
  tokensCreated?: number | null | undefined;
4571
4571
  tokensUpdated?: number | null | undefined;
4572
4572
  tokensDeleted?: number | null | undefined;
4573
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4574
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4575
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4573
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4574
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4575
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4576
4576
  componentsCreated?: number | null | undefined;
4577
4577
  componentsUpdated?: number | null | undefined;
4578
4578
  componentsDeleted?: number | null | undefined;
@@ -4646,9 +4646,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4646
4646
  tokensCreated: number;
4647
4647
  tokensUpdated: number;
4648
4648
  tokensDeleted: number;
4649
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4650
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4651
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4649
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4650
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4651
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4652
4652
  componentsCreated: number;
4653
4653
  componentsUpdated: number;
4654
4654
  componentsDeleted: number;
@@ -4703,9 +4703,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4703
4703
  tokensCreated?: number | null | undefined;
4704
4704
  tokensUpdated?: number | null | undefined;
4705
4705
  tokensDeleted?: number | null | undefined;
4706
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4707
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4708
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4706
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4707
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4708
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4709
4709
  componentsCreated?: number | null | undefined;
4710
4710
  componentsUpdated?: number | null | undefined;
4711
4711
  componentsDeleted?: number | null | undefined;
@@ -4767,9 +4767,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4767
4767
  tokensCreated: number;
4768
4768
  tokensUpdated: number;
4769
4769
  tokensDeleted: number;
4770
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4771
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4772
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4770
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4771
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4772
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
4773
4773
  componentsCreated: number;
4774
4774
  componentsUpdated: number;
4775
4775
  componentsDeleted: number;
@@ -4839,9 +4839,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
4839
4839
  tokensCreated?: number | null | undefined;
4840
4840
  tokensUpdated?: number | null | undefined;
4841
4841
  tokensDeleted?: number | null | undefined;
4842
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4843
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4844
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4842
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4843
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4844
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
4845
4845
  componentsCreated?: number | null | undefined;
4846
4846
  componentsUpdated?: number | null | undefined;
4847
4847
  componentsDeleted?: number | null | undefined;
@@ -5155,9 +5155,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5155
5155
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
5156
5156
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
5157
5157
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
5158
- tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5159
- tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5160
- tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5158
+ tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5159
+ tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5160
+ tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5161
5161
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5162
5162
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5163
5163
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -5211,9 +5211,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5211
5211
  tokensCreated: number;
5212
5212
  tokensUpdated: number;
5213
5213
  tokensDeleted: number;
5214
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5215
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5216
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5214
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5215
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5216
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5217
5217
  componentsCreated: number;
5218
5218
  componentsUpdated: number;
5219
5219
  componentsDeleted: number;
@@ -5245,9 +5245,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5245
5245
  tokensCreated?: number | null | undefined;
5246
5246
  tokensUpdated?: number | null | undefined;
5247
5247
  tokensDeleted?: number | null | undefined;
5248
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5249
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5250
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5248
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5249
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5250
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5251
5251
  componentsCreated?: number | null | undefined;
5252
5252
  componentsUpdated?: number | null | undefined;
5253
5253
  componentsDeleted?: number | null | undefined;
@@ -5321,9 +5321,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5321
5321
  tokensCreated: number;
5322
5322
  tokensUpdated: number;
5323
5323
  tokensDeleted: number;
5324
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5325
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5326
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5324
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5325
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5326
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5327
5327
  componentsCreated: number;
5328
5328
  componentsUpdated: number;
5329
5329
  componentsDeleted: number;
@@ -5378,9 +5378,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5378
5378
  tokensCreated?: number | null | undefined;
5379
5379
  tokensUpdated?: number | null | undefined;
5380
5380
  tokensDeleted?: number | null | undefined;
5381
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5382
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5383
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5381
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5382
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5383
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5384
5384
  componentsCreated?: number | null | undefined;
5385
5385
  componentsUpdated?: number | null | undefined;
5386
5386
  componentsDeleted?: number | null | undefined;
@@ -5442,9 +5442,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5442
5442
  tokensCreated: number;
5443
5443
  tokensUpdated: number;
5444
5444
  tokensDeleted: number;
5445
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5446
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5447
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5445
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5446
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5447
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5448
5448
  componentsCreated: number;
5449
5449
  componentsUpdated: number;
5450
5450
  componentsDeleted: number;
@@ -5514,9 +5514,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5514
5514
  tokensCreated?: number | null | undefined;
5515
5515
  tokensUpdated?: number | null | undefined;
5516
5516
  tokensDeleted?: number | null | undefined;
5517
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5518
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5519
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5517
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5518
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5519
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5520
5520
  componentsCreated?: number | null | undefined;
5521
5521
  componentsUpdated?: number | null | undefined;
5522
5522
  componentsDeleted?: number | null | undefined;
@@ -5780,7 +5780,7 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5780
5780
  themeId?: string | null | undefined;
5781
5781
  }>]>;
5782
5782
  type DTODataSource = z.infer<typeof DTODataSource>;
5783
- declare const DTODataSourceCreationResponse: z.ZodObject<{
5783
+ declare const DTODataSourceResponse: z.ZodObject<{
5784
5784
  source: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5785
5785
  id: z.ZodString;
5786
5786
  type: z.ZodLiteral<"Figma">;
@@ -5827,9 +5827,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
5827
5827
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
5828
5828
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
5829
5829
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
5830
- tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5831
- tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5832
- tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5830
+ tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5831
+ tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5832
+ tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
5833
5833
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5834
5834
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5835
5835
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -5883,9 +5883,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
5883
5883
  tokensCreated: number;
5884
5884
  tokensUpdated: number;
5885
5885
  tokensDeleted: number;
5886
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5887
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5888
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5886
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5887
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5888
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5889
5889
  componentsCreated: number;
5890
5890
  componentsUpdated: number;
5891
5891
  componentsDeleted: number;
@@ -5917,9 +5917,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
5917
5917
  tokensCreated?: number | null | undefined;
5918
5918
  tokensUpdated?: number | null | undefined;
5919
5919
  tokensDeleted?: number | null | undefined;
5920
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5921
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5922
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5920
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5921
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5922
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
5923
5923
  componentsCreated?: number | null | undefined;
5924
5924
  componentsUpdated?: number | null | undefined;
5925
5925
  componentsDeleted?: number | null | undefined;
@@ -5993,9 +5993,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
5993
5993
  tokensCreated: number;
5994
5994
  tokensUpdated: number;
5995
5995
  tokensDeleted: number;
5996
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5997
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5998
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5996
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5997
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5998
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
5999
5999
  componentsCreated: number;
6000
6000
  componentsUpdated: number;
6001
6001
  componentsDeleted: number;
@@ -6050,9 +6050,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
6050
6050
  tokensCreated?: number | null | undefined;
6051
6051
  tokensUpdated?: number | null | undefined;
6052
6052
  tokensDeleted?: number | null | undefined;
6053
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6054
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6055
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6053
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6054
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6055
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6056
6056
  componentsCreated?: number | null | undefined;
6057
6057
  componentsUpdated?: number | null | undefined;
6058
6058
  componentsDeleted?: number | null | undefined;
@@ -6114,9 +6114,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
6114
6114
  tokensCreated: number;
6115
6115
  tokensUpdated: number;
6116
6116
  tokensDeleted: number;
6117
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6118
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6119
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6117
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6118
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6119
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6120
6120
  componentsCreated: number;
6121
6121
  componentsUpdated: number;
6122
6122
  componentsDeleted: number;
@@ -6186,9 +6186,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
6186
6186
  tokensCreated?: number | null | undefined;
6187
6187
  tokensUpdated?: number | null | undefined;
6188
6188
  tokensDeleted?: number | null | undefined;
6189
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6190
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6191
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6189
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6190
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6191
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6192
6192
  componentsCreated?: number | null | undefined;
6193
6193
  componentsUpdated?: number | null | undefined;
6194
6194
  componentsDeleted?: number | null | undefined;
@@ -6485,9 +6485,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
6485
6485
  tokensCreated: number;
6486
6486
  tokensUpdated: number;
6487
6487
  tokensDeleted: number;
6488
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6489
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6490
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6488
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6489
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6490
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6491
6491
  componentsCreated: number;
6492
6492
  componentsUpdated: number;
6493
6493
  componentsDeleted: number;
@@ -6604,9 +6604,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
6604
6604
  tokensCreated?: number | null | undefined;
6605
6605
  tokensUpdated?: number | null | undefined;
6606
6606
  tokensDeleted?: number | null | undefined;
6607
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6608
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6609
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6607
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6608
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6609
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6610
6610
  componentsCreated?: number | null | undefined;
6611
6611
  componentsUpdated?: number | null | undefined;
6612
6612
  componentsDeleted?: number | null | undefined;
@@ -6682,7 +6682,7 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
6682
6682
  };
6683
6683
  };
6684
6684
  }>;
6685
- type DTODataSourceCreationResponse = z.infer<typeof DTODataSourceCreationResponse>;
6685
+ type DTODataSourceResponse = z.infer<typeof DTODataSourceResponse>;
6686
6686
  declare const DTODataSourcesListResponse: z.ZodObject<{
6687
6687
  sources: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
6688
6688
  id: z.ZodString;
@@ -6730,9 +6730,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
6730
6730
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
6731
6731
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
6732
6732
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
6733
- tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
6734
- tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
6735
- tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
6733
+ tokensCreatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
6734
+ tokensUpdatedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
6735
+ tokensDeletedPerType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
6736
6736
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6737
6737
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6738
6738
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -6786,9 +6786,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
6786
6786
  tokensCreated: number;
6787
6787
  tokensUpdated: number;
6788
6788
  tokensDeleted: number;
6789
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6790
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6791
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6789
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6790
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6791
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6792
6792
  componentsCreated: number;
6793
6793
  componentsUpdated: number;
6794
6794
  componentsDeleted: number;
@@ -6820,9 +6820,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
6820
6820
  tokensCreated?: number | null | undefined;
6821
6821
  tokensUpdated?: number | null | undefined;
6822
6822
  tokensDeleted?: number | null | undefined;
6823
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6824
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6825
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6823
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6824
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6825
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6826
6826
  componentsCreated?: number | null | undefined;
6827
6827
  componentsUpdated?: number | null | undefined;
6828
6828
  componentsDeleted?: number | null | undefined;
@@ -6896,9 +6896,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
6896
6896
  tokensCreated: number;
6897
6897
  tokensUpdated: number;
6898
6898
  tokensDeleted: number;
6899
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6900
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6901
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6899
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6900
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6901
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
6902
6902
  componentsCreated: number;
6903
6903
  componentsUpdated: number;
6904
6904
  componentsDeleted: number;
@@ -6953,9 +6953,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
6953
6953
  tokensCreated?: number | null | undefined;
6954
6954
  tokensUpdated?: number | null | undefined;
6955
6955
  tokensDeleted?: number | null | undefined;
6956
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6957
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6958
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6956
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6957
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6958
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
6959
6959
  componentsCreated?: number | null | undefined;
6960
6960
  componentsUpdated?: number | null | undefined;
6961
6961
  componentsDeleted?: number | null | undefined;
@@ -7017,9 +7017,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7017
7017
  tokensCreated: number;
7018
7018
  tokensUpdated: number;
7019
7019
  tokensDeleted: number;
7020
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7021
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7022
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7020
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7021
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7022
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7023
7023
  componentsCreated: number;
7024
7024
  componentsUpdated: number;
7025
7025
  componentsDeleted: number;
@@ -7089,9 +7089,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7089
7089
  tokensCreated?: number | null | undefined;
7090
7090
  tokensUpdated?: number | null | undefined;
7091
7091
  tokensDeleted?: number | null | undefined;
7092
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7093
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7094
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7092
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7093
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7094
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7095
7095
  componentsCreated?: number | null | undefined;
7096
7096
  componentsUpdated?: number | null | undefined;
7097
7097
  componentsDeleted?: number | null | undefined;
@@ -7388,9 +7388,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7388
7388
  tokensCreated: number;
7389
7389
  tokensUpdated: number;
7390
7390
  tokensDeleted: number;
7391
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7392
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7393
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7391
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7392
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7393
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
7394
7394
  componentsCreated: number;
7395
7395
  componentsUpdated: number;
7396
7396
  componentsDeleted: number;
@@ -7507,9 +7507,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7507
7507
  tokensCreated?: number | null | undefined;
7508
7508
  tokensUpdated?: number | null | undefined;
7509
7509
  tokensDeleted?: number | null | undefined;
7510
- tokensCreatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7511
- tokensUpdatedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7512
- tokensDeletedPerType?: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7510
+ tokensCreatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7511
+ tokensUpdatedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7512
+ tokensDeletedPerType?: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined;
7513
7513
  componentsCreated?: number | null | undefined;
7514
7514
  componentsUpdated?: number | null | undefined;
7515
7515
  componentsDeleted?: number | null | undefined;
@@ -7586,6 +7586,89 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
7586
7586
  })[];
7587
7587
  }>;
7588
7588
  type DTODataSourcesListResponse = z.infer<typeof DTODataSourcesListResponse>;
7589
+ declare const DTODataSourceFigmaScope: z.ZodObject<{
7590
+ assets: z.ZodBoolean;
7591
+ components: z.ZodBoolean;
7592
+ documentationFrames: z.ZodBoolean;
7593
+ tokens: z.ZodBoolean;
7594
+ themePersistentId: z.ZodOptional<z.ZodString>;
7595
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
7596
+ }, "strip", z.ZodTypeAny, {
7597
+ assets: boolean;
7598
+ components: boolean;
7599
+ tokens: boolean;
7600
+ documentationFrames: boolean;
7601
+ isUnpublishedContentFallbackEnabled: boolean;
7602
+ themePersistentId?: string | undefined;
7603
+ }, {
7604
+ assets: boolean;
7605
+ components: boolean;
7606
+ tokens: boolean;
7607
+ documentationFrames: boolean;
7608
+ isUnpublishedContentFallbackEnabled: boolean;
7609
+ themePersistentId?: string | undefined;
7610
+ }>;
7611
+ type DTODataSourceFigmaScope = z.infer<typeof DTODataSourceFigmaScope>;
7612
+ declare const DTODataSourceFigmaCreatePayload: z.ZodObject<{
7613
+ brandPersistentId: z.ZodString;
7614
+ figmaFileUrl: z.ZodString;
7615
+ scope: z.ZodObject<{
7616
+ assets: z.ZodBoolean;
7617
+ components: z.ZodBoolean;
7618
+ documentationFrames: z.ZodBoolean;
7619
+ tokens: z.ZodBoolean;
7620
+ themePersistentId: z.ZodOptional<z.ZodString>;
7621
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
7622
+ }, "strip", z.ZodTypeAny, {
7623
+ assets: boolean;
7624
+ components: boolean;
7625
+ tokens: boolean;
7626
+ documentationFrames: boolean;
7627
+ isUnpublishedContentFallbackEnabled: boolean;
7628
+ themePersistentId?: string | undefined;
7629
+ }, {
7630
+ assets: boolean;
7631
+ components: boolean;
7632
+ tokens: boolean;
7633
+ documentationFrames: boolean;
7634
+ isUnpublishedContentFallbackEnabled: boolean;
7635
+ themePersistentId?: string | undefined;
7636
+ }>;
7637
+ autoImportMode: z.ZodEnum<["Never", "Hourly"]>;
7638
+ }, "strip", z.ZodTypeAny, {
7639
+ brandPersistentId: string;
7640
+ autoImportMode: "Never" | "Hourly";
7641
+ scope: {
7642
+ assets: boolean;
7643
+ components: boolean;
7644
+ tokens: boolean;
7645
+ documentationFrames: boolean;
7646
+ isUnpublishedContentFallbackEnabled: boolean;
7647
+ themePersistentId?: string | undefined;
7648
+ };
7649
+ figmaFileUrl: string;
7650
+ }, {
7651
+ brandPersistentId: string;
7652
+ autoImportMode: "Never" | "Hourly";
7653
+ scope: {
7654
+ assets: boolean;
7655
+ components: boolean;
7656
+ tokens: boolean;
7657
+ documentationFrames: boolean;
7658
+ isUnpublishedContentFallbackEnabled: boolean;
7659
+ themePersistentId?: string | undefined;
7660
+ };
7661
+ figmaFileUrl: string;
7662
+ }>;
7663
+ type DTODataSourceFigmaCreatePayload = z.infer<typeof DTODataSourceFigmaCreatePayload>;
7664
+ declare const DTODataSourceFigmaImportPayload: z.ZodObject<{
7665
+ sourceIds: z.ZodArray<z.ZodString, "many">;
7666
+ }, "strip", z.ZodTypeAny, {
7667
+ sourceIds: string[];
7668
+ }, {
7669
+ sourceIds: string[];
7670
+ }>;
7671
+ type DTODataSourceFigmaImportPayload = z.infer<typeof DTODataSourceFigmaImportPayload>;
7589
7672
 
7590
7673
  declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7591
7674
  id: z.ZodString;
@@ -8288,17 +8371,6 @@ declare const DTODesignElementsDataDiffResponse: z.ZodObject<{
8288
8371
  }>;
8289
8372
  type DTODesignElementsDataDiffResponse = z.infer<typeof DTODesignElementsDataDiffResponse>;
8290
8373
 
8291
- declare const DTOExporterProperty: z.ZodAny;
8292
- type DTOExporterProperty = z.infer<typeof DTOExporterProperty>;
8293
- declare const DTOExporterPropertyListResponse: z.ZodObject<{
8294
- items: z.ZodArray<z.ZodAny, "many">;
8295
- }, "strip", z.ZodTypeAny, {
8296
- items: any[];
8297
- }, {
8298
- items: any[];
8299
- }>;
8300
- type DTOExporterPropertyListResponse = z.infer<typeof DTOExporterPropertyListResponse>;
8301
-
8302
8374
  declare const DimensionsVariableScopeSchema: z.ZodEnum<["CORNER_RADIUS", "WIDTH_HEIGHT", "GAP", "STROKE_FLOAT", "EFFECT_FLOAT", "OPACITY", "FONT_SIZE", "LINE_HEIGHT", "LETTER_SPACING", "PARAGRAPH_SPACING", "PARAGRAPH_INDENT", "FONT_WEIGHT"]>;
8303
8375
  declare const StringVariableScopeSchema: z.ZodEnum<["TEXT_CONTENT", "FONT_FAMILY", "FONT_STYLE"]>;
8304
8376
  type DimensionsVariableScopeType = z.infer<typeof DimensionsVariableScopeSchema>;
@@ -9164,19 +9236,19 @@ declare const DTOImportJob: z.ZodObject<{
9164
9236
  designSystemVersionId: string;
9165
9237
  createdAt: Date;
9166
9238
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
9239
+ sourceIds: string[];
9167
9240
  designSystemId: string;
9168
9241
  operation: "Import";
9169
9242
  stateChangedAt: Date;
9170
- sourceIds: string[];
9171
9243
  }, {
9172
9244
  id: string;
9173
9245
  designSystemVersionId: string;
9174
9246
  createdAt: Date;
9175
9247
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
9248
+ sourceIds: string[];
9176
9249
  designSystemId: string;
9177
9250
  operation: "Import";
9178
9251
  stateChangedAt: Date;
9179
- sourceIds: string[];
9180
9252
  }>;
9181
9253
  type DTOImportJob = z.infer<typeof DTOImportJob>;
9182
9254
  declare const DTOImportJobResponse: z.ZodObject<{
@@ -9194,19 +9266,19 @@ declare const DTOImportJobResponse: z.ZodObject<{
9194
9266
  designSystemVersionId: string;
9195
9267
  createdAt: Date;
9196
9268
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
9269
+ sourceIds: string[];
9197
9270
  designSystemId: string;
9198
9271
  operation: "Import";
9199
9272
  stateChangedAt: Date;
9200
- sourceIds: string[];
9201
9273
  }, {
9202
9274
  id: string;
9203
9275
  designSystemVersionId: string;
9204
9276
  createdAt: Date;
9205
9277
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
9278
+ sourceIds: string[];
9206
9279
  designSystemId: string;
9207
9280
  operation: "Import";
9208
9281
  stateChangedAt: Date;
9209
- sourceIds: string[];
9210
9282
  }>;
9211
9283
  }, "strip", z.ZodTypeAny, {
9212
9284
  job: {
@@ -9214,10 +9286,10 @@ declare const DTOImportJobResponse: z.ZodObject<{
9214
9286
  designSystemVersionId: string;
9215
9287
  createdAt: Date;
9216
9288
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
9289
+ sourceIds: string[];
9217
9290
  designSystemId: string;
9218
9291
  operation: "Import";
9219
9292
  stateChangedAt: Date;
9220
- sourceIds: string[];
9221
9293
  };
9222
9294
  }, {
9223
9295
  job: {
@@ -9225,10 +9297,10 @@ declare const DTOImportJobResponse: z.ZodObject<{
9225
9297
  designSystemVersionId: string;
9226
9298
  createdAt: Date;
9227
9299
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
9300
+ sourceIds: string[];
9228
9301
  designSystemId: string;
9229
9302
  operation: "Import";
9230
9303
  stateChangedAt: Date;
9231
- sourceIds: string[];
9232
9304
  };
9233
9305
  }>;
9234
9306
  type DTOImportJobResponse = z.infer<typeof DTOImportJobResponse>;
@@ -18945,7 +19017,7 @@ declare const DTODesignTokenGroup: z.ZodObject<{
18945
19017
  isRoot: boolean;
18946
19018
  childrenIds: string[];
18947
19019
  brandId: string;
18948
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19020
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
18949
19021
  }, {
18950
19022
  id: string;
18951
19023
  persistentId: string;
@@ -18956,7 +19028,7 @@ declare const DTODesignTokenGroup: z.ZodObject<{
18956
19028
  isRoot: boolean;
18957
19029
  childrenIds: string[];
18958
19030
  brandId: string;
18959
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19031
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
18960
19032
  }>;
18961
19033
  type DTODesignTokenGroup = z.infer<typeof DTODesignTokenGroup>;
18962
19034
  declare const DTODesignTokenGroupListResponse: z.ZodObject<{
@@ -18987,7 +19059,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
18987
19059
  isRoot: boolean;
18988
19060
  childrenIds: string[];
18989
19061
  brandId: string;
18990
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19062
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
18991
19063
  }, {
18992
19064
  id: string;
18993
19065
  persistentId: string;
@@ -18998,7 +19070,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
18998
19070
  isRoot: boolean;
18999
19071
  childrenIds: string[];
19000
19072
  brandId: string;
19001
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19073
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19002
19074
  }>, "many">;
19003
19075
  }, "strip", z.ZodTypeAny, {
19004
19076
  groups: {
@@ -19011,7 +19083,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
19011
19083
  isRoot: boolean;
19012
19084
  childrenIds: string[];
19013
19085
  brandId: string;
19014
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19086
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19015
19087
  }[];
19016
19088
  }, {
19017
19089
  groups: {
@@ -19024,7 +19096,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
19024
19096
  isRoot: boolean;
19025
19097
  childrenIds: string[];
19026
19098
  brandId: string;
19027
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19099
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19028
19100
  }[];
19029
19101
  }>;
19030
19102
  type DTODesignTokenGroupListResponse = z.infer<typeof DTODesignTokenGroupListResponse>;
@@ -19056,7 +19128,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19056
19128
  isRoot: boolean;
19057
19129
  childrenIds: string[];
19058
19130
  brandId: string;
19059
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19131
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19060
19132
  }, {
19061
19133
  id: string;
19062
19134
  persistentId: string;
@@ -19067,7 +19139,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19067
19139
  isRoot: boolean;
19068
19140
  childrenIds: string[];
19069
19141
  brandId: string;
19070
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19142
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19071
19143
  }>;
19072
19144
  }, "strip", z.ZodTypeAny, {
19073
19145
  group: {
@@ -19080,7 +19152,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19080
19152
  isRoot: boolean;
19081
19153
  childrenIds: string[];
19082
19154
  brandId: string;
19083
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19155
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19084
19156
  };
19085
19157
  }, {
19086
19158
  group: {
@@ -19093,7 +19165,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19093
19165
  isRoot: boolean;
19094
19166
  childrenIds: string[];
19095
19167
  brandId: string;
19096
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19168
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
19097
19169
  };
19098
19170
  }>;
19099
19171
  type DTODesignTokenGroupResponse = z.infer<typeof DTODesignTokenGroupResponse>;
@@ -21371,7 +21443,7 @@ declare const DTODesignTokenGroupCreatePayload: z.ZodObject<{
21371
21443
  };
21372
21444
  childrenIds: string[];
21373
21445
  brandId: string;
21374
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
21446
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
21375
21447
  parentId?: string | undefined;
21376
21448
  }, {
21377
21449
  persistentId: string;
@@ -21381,7 +21453,7 @@ declare const DTODesignTokenGroupCreatePayload: z.ZodObject<{
21381
21453
  };
21382
21454
  childrenIds: string[];
21383
21455
  brandId: string;
21384
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
21456
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
21385
21457
  parentId?: string | undefined;
21386
21458
  }>;
21387
21459
  type DTODesignTokenGroupCreatePayload = z.infer<typeof DTODesignTokenGroupCreatePayload>;
@@ -21538,14 +21610,14 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
21538
21610
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
21539
21611
  }, "strip", z.ZodTypeAny, {
21540
21612
  id: string;
21541
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21613
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21542
21614
  name: string;
21543
21615
  options?: Record<string, any> | undefined;
21544
21616
  description?: string | undefined;
21545
21617
  variantOptions?: Record<string, Record<string, any>> | undefined;
21546
21618
  }, {
21547
21619
  id: string;
21548
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21620
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21549
21621
  name: string;
21550
21622
  options?: Record<string, any> | undefined;
21551
21623
  description?: string | undefined;
@@ -21641,7 +21713,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
21641
21713
  }, "strip", z.ZodTypeAny, {
21642
21714
  properties: {
21643
21715
  id: string;
21644
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21716
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21645
21717
  name: string;
21646
21718
  options?: Record<string, any> | undefined;
21647
21719
  description?: string | undefined;
@@ -21680,7 +21752,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
21680
21752
  }, {
21681
21753
  properties: {
21682
21754
  id: string;
21683
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21755
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21684
21756
  name: string;
21685
21757
  options?: Record<string, any> | undefined;
21686
21758
  description?: string | undefined;
@@ -21800,14 +21872,14 @@ declare const DTOPageBlockDefinitionProperty: z.ZodObject<{
21800
21872
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
21801
21873
  }, "strip", z.ZodTypeAny, {
21802
21874
  id: string;
21803
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21875
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21804
21876
  name: string;
21805
21877
  options?: Record<string, any> | undefined;
21806
21878
  description?: string | undefined;
21807
21879
  variantOptions?: Record<string, Record<string, any>> | undefined;
21808
21880
  }, {
21809
21881
  id: string;
21810
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21882
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21811
21883
  name: string;
21812
21884
  options?: Record<string, any> | undefined;
21813
21885
  description?: string | undefined;
@@ -21843,14 +21915,14 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
21843
21915
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
21844
21916
  }, "strip", z.ZodTypeAny, {
21845
21917
  id: string;
21846
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21918
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21847
21919
  name: string;
21848
21920
  options?: Record<string, any> | undefined;
21849
21921
  description?: string | undefined;
21850
21922
  variantOptions?: Record<string, Record<string, any>> | undefined;
21851
21923
  }, {
21852
21924
  id: string;
21853
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21925
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21854
21926
  name: string;
21855
21927
  options?: Record<string, any> | undefined;
21856
21928
  description?: string | undefined;
@@ -21946,7 +22018,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
21946
22018
  }, "strip", z.ZodTypeAny, {
21947
22019
  properties: {
21948
22020
  id: string;
21949
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
22021
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21950
22022
  name: string;
21951
22023
  options?: Record<string, any> | undefined;
21952
22024
  description?: string | undefined;
@@ -21985,7 +22057,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
21985
22057
  }, {
21986
22058
  properties: {
21987
22059
  id: string;
21988
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
22060
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
21989
22061
  name: string;
21990
22062
  options?: Record<string, any> | undefined;
21991
22063
  description?: string | undefined;
@@ -22119,7 +22191,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
22119
22191
  item: {
22120
22192
  properties: {
22121
22193
  id: string;
22122
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
22194
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
22123
22195
  name: string;
22124
22196
  options?: Record<string, any> | undefined;
22125
22197
  description?: string | undefined;
@@ -22192,7 +22264,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
22192
22264
  item: {
22193
22265
  properties: {
22194
22266
  id: string;
22195
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
22267
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
22196
22268
  name: string;
22197
22269
  options?: Record<string, any> | undefined;
22198
22270
  description?: string | undefined;
@@ -24066,6 +24138,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24066
24138
  brandPersistentId: z.ZodOptional<z.ZodString>;
24067
24139
  themePersistentId: z.ZodOptional<z.ZodString>;
24068
24140
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
24141
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
24069
24142
  }, "strip", z.ZodTypeAny, {
24070
24143
  status: "InProgress" | "Failed" | "Success" | "Timeout";
24071
24144
  id: string;
@@ -24151,6 +24224,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24151
24224
  brandPersistentId?: string | undefined;
24152
24225
  themePersistentId?: string | undefined;
24153
24226
  themePersistentIds?: string[] | undefined;
24227
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24154
24228
  finishedAt?: Date | undefined;
24155
24229
  index?: number | undefined;
24156
24230
  estimatedExecutionTime?: number | undefined;
@@ -24276,6 +24350,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24276
24350
  brandPersistentId?: string | undefined;
24277
24351
  themePersistentId?: string | undefined;
24278
24352
  themePersistentIds?: string[] | undefined;
24353
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24279
24354
  finishedAt?: Date | undefined;
24280
24355
  index?: number | undefined;
24281
24356
  estimatedExecutionTime?: number | undefined;
@@ -24403,6 +24478,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24403
24478
  brandPersistentId?: string | undefined;
24404
24479
  themePersistentId?: string | undefined;
24405
24480
  themePersistentIds?: string[] | undefined;
24481
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24406
24482
  finishedAt?: Date | undefined;
24407
24483
  index?: number | undefined;
24408
24484
  estimatedExecutionTime?: number | undefined;
@@ -24530,6 +24606,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24530
24606
  brandPersistentId?: string | undefined;
24531
24607
  themePersistentId?: string | undefined;
24532
24608
  themePersistentIds?: string[] | undefined;
24609
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24533
24610
  finishedAt?: Date | undefined;
24534
24611
  index?: number | undefined;
24535
24612
  estimatedExecutionTime?: number | undefined;
@@ -24574,6 +24651,117 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24574
24651
  }>;
24575
24652
  type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
24576
24653
 
24654
+ declare const DTOFigmaComponentGroup: zod__default.ZodObject<{
24655
+ id: zod__default.ZodString;
24656
+ designSystemVersionId: zod__default.ZodString;
24657
+ persistentId: zod__default.ZodString;
24658
+ isRoot: zod__default.ZodBoolean;
24659
+ brandId: zod__default.ZodString;
24660
+ meta: zod__default.ZodObject<{
24661
+ name: zod__default.ZodString;
24662
+ description: zod__default.ZodOptional<zod__default.ZodString>;
24663
+ }, "strip", zod__default.ZodTypeAny, {
24664
+ name: string;
24665
+ description?: string | undefined;
24666
+ }, {
24667
+ name: string;
24668
+ description?: string | undefined;
24669
+ }>;
24670
+ childrenIds: zod__default.ZodArray<zod__default.ZodString, "many">;
24671
+ }, "strip", zod__default.ZodTypeAny, {
24672
+ id: string;
24673
+ persistentId: string;
24674
+ meta: {
24675
+ name: string;
24676
+ description?: string | undefined;
24677
+ };
24678
+ designSystemVersionId: string;
24679
+ isRoot: boolean;
24680
+ childrenIds: string[];
24681
+ brandId: string;
24682
+ }, {
24683
+ id: string;
24684
+ persistentId: string;
24685
+ meta: {
24686
+ name: string;
24687
+ description?: string | undefined;
24688
+ };
24689
+ designSystemVersionId: string;
24690
+ isRoot: boolean;
24691
+ childrenIds: string[];
24692
+ brandId: string;
24693
+ }>;
24694
+ type DTOFigmaComponentGroup = zod__default.infer<typeof DTOFigmaComponentGroup>;
24695
+ declare const DTOFigmaComponentGroupListResponse: zod__default.ZodObject<{
24696
+ groups: zod__default.ZodArray<zod__default.ZodObject<{
24697
+ id: zod__default.ZodString;
24698
+ designSystemVersionId: zod__default.ZodString;
24699
+ persistentId: zod__default.ZodString;
24700
+ isRoot: zod__default.ZodBoolean;
24701
+ brandId: zod__default.ZodString;
24702
+ meta: zod__default.ZodObject<{
24703
+ name: zod__default.ZodString;
24704
+ description: zod__default.ZodOptional<zod__default.ZodString>;
24705
+ }, "strip", zod__default.ZodTypeAny, {
24706
+ name: string;
24707
+ description?: string | undefined;
24708
+ }, {
24709
+ name: string;
24710
+ description?: string | undefined;
24711
+ }>;
24712
+ childrenIds: zod__default.ZodArray<zod__default.ZodString, "many">;
24713
+ }, "strip", zod__default.ZodTypeAny, {
24714
+ id: string;
24715
+ persistentId: string;
24716
+ meta: {
24717
+ name: string;
24718
+ description?: string | undefined;
24719
+ };
24720
+ designSystemVersionId: string;
24721
+ isRoot: boolean;
24722
+ childrenIds: string[];
24723
+ brandId: string;
24724
+ }, {
24725
+ id: string;
24726
+ persistentId: string;
24727
+ meta: {
24728
+ name: string;
24729
+ description?: string | undefined;
24730
+ };
24731
+ designSystemVersionId: string;
24732
+ isRoot: boolean;
24733
+ childrenIds: string[];
24734
+ brandId: string;
24735
+ }>, "many">;
24736
+ }, "strip", zod__default.ZodTypeAny, {
24737
+ groups: {
24738
+ id: string;
24739
+ persistentId: string;
24740
+ meta: {
24741
+ name: string;
24742
+ description?: string | undefined;
24743
+ };
24744
+ designSystemVersionId: string;
24745
+ isRoot: boolean;
24746
+ childrenIds: string[];
24747
+ brandId: string;
24748
+ }[];
24749
+ }, {
24750
+ groups: {
24751
+ id: string;
24752
+ persistentId: string;
24753
+ meta: {
24754
+ name: string;
24755
+ description?: string | undefined;
24756
+ };
24757
+ designSystemVersionId: string;
24758
+ isRoot: boolean;
24759
+ childrenIds: string[];
24760
+ brandId: string;
24761
+ }[];
24762
+ }>;
24763
+ type DTOFigmaComponentGroupListResponse = zod__default.infer<typeof DTOFigmaComponentGroupListResponse>;
24764
+
24577
24765
  declare const DTOFigmaComponentBooleanProperty: z.ZodObject<z.objectUtil.extendShape<{
24578
24766
  id: z.ZodString;
24579
24767
  name: z.ZodString;
@@ -36073,7 +36261,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
36073
36261
  persistentId: string;
36074
36262
  type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Image" | "Text" | "Link" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
36075
36263
  url?: string | null | undefined;
36076
- tokenType?: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
36264
+ tokenType?: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
36077
36265
  asset?: {
36078
36266
  type: "image" | "figmaFrame";
36079
36267
  id?: string | null | undefined;
@@ -36665,7 +36853,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
36665
36853
  persistentId: string;
36666
36854
  type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Image" | "Text" | "Link" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
36667
36855
  url?: string | null | undefined;
36668
- tokenType?: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
36856
+ tokenType?: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
36669
36857
  asset?: {
36670
36858
  type: "image" | "figmaFrame";
36671
36859
  id?: string | null | undefined;
@@ -37481,7 +37669,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
37481
37669
  persistentId: string;
37482
37670
  type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Image" | "Text" | "Link" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
37483
37671
  url?: string | null | undefined;
37484
- tokenType?: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
37672
+ tokenType?: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
37485
37673
  asset?: {
37486
37674
  type: "image" | "figmaFrame";
37487
37675
  id?: string | null | undefined;
@@ -37726,7 +37914,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
37726
37914
  persistentId: string;
37727
37915
  type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Image" | "Text" | "Link" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
37728
37916
  url?: string | null | undefined;
37729
- tokenType?: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
37917
+ tokenType?: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
37730
37918
  asset?: {
37731
37919
  type: "image" | "figmaFrame";
37732
37920
  id?: string | null | undefined;
@@ -38089,7 +38277,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
38089
38277
  persistentId: string;
38090
38278
  type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Image" | "Text" | "Link" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
38091
38279
  url?: string | null | undefined;
38092
- tokenType?: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
38280
+ tokenType?: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
38093
38281
  asset?: {
38094
38282
  type: "image" | "figmaFrame";
38095
38283
  id?: string | null | undefined;
@@ -38334,7 +38522,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
38334
38522
  persistentId: string;
38335
38523
  type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Image" | "Text" | "Link" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
38336
38524
  url?: string | null | undefined;
38337
- tokenType?: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
38525
+ tokenType?: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | null | undefined;
38338
38526
  asset?: {
38339
38527
  type: "image" | "figmaFrame";
38340
38528
  id?: string | null | undefined;
@@ -40750,6 +40938,149 @@ declare const DTOFigmaNodeRenderActionInput: z.ZodObject<{
40750
40938
  }>;
40751
40939
  type DTOFigmaNodeRenderActionInput = z.infer<typeof DTOFigmaNodeRenderActionInput>;
40752
40940
 
40941
+ declare const DTOFrameNodeStructure: z.ZodObject<{
40942
+ id: z.ZodString;
40943
+ persistentId: z.ZodString;
40944
+ designSystemVersionId: z.ZodString;
40945
+ origin: z.ZodObject<{
40946
+ sourceId: z.ZodString;
40947
+ fileId: z.ZodOptional<z.ZodString>;
40948
+ }, "strip", z.ZodTypeAny, {
40949
+ sourceId: string;
40950
+ fileId?: string | undefined;
40951
+ }, {
40952
+ sourceId: string;
40953
+ fileId?: string | undefined;
40954
+ }>;
40955
+ assetsInFile: z.ZodObject<{
40956
+ frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
40957
+ components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
40958
+ componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
40959
+ }, "strip", z.ZodTypeAny, {
40960
+ components: number;
40961
+ componentSets: number;
40962
+ frames: number;
40963
+ }, {
40964
+ components?: number | null | undefined;
40965
+ componentSets?: number | null | undefined;
40966
+ frames?: number | null | undefined;
40967
+ }>;
40968
+ }, "strip", z.ZodTypeAny, {
40969
+ id: string;
40970
+ persistentId: string;
40971
+ designSystemVersionId: string;
40972
+ origin: {
40973
+ sourceId: string;
40974
+ fileId?: string | undefined;
40975
+ };
40976
+ assetsInFile: {
40977
+ components: number;
40978
+ componentSets: number;
40979
+ frames: number;
40980
+ };
40981
+ }, {
40982
+ id: string;
40983
+ persistentId: string;
40984
+ designSystemVersionId: string;
40985
+ origin: {
40986
+ sourceId: string;
40987
+ fileId?: string | undefined;
40988
+ };
40989
+ assetsInFile: {
40990
+ components?: number | null | undefined;
40991
+ componentSets?: number | null | undefined;
40992
+ frames?: number | null | undefined;
40993
+ };
40994
+ }>;
40995
+ type DTOFrameNodeStructure = z.infer<typeof DTOFrameNodeStructure>;
40996
+ declare const DTOFrameNodeStructureListResponse: z.ZodObject<{
40997
+ structures: z.ZodArray<z.ZodObject<{
40998
+ id: z.ZodString;
40999
+ persistentId: z.ZodString;
41000
+ designSystemVersionId: z.ZodString;
41001
+ origin: z.ZodObject<{
41002
+ sourceId: z.ZodString;
41003
+ fileId: z.ZodOptional<z.ZodString>;
41004
+ }, "strip", z.ZodTypeAny, {
41005
+ sourceId: string;
41006
+ fileId?: string | undefined;
41007
+ }, {
41008
+ sourceId: string;
41009
+ fileId?: string | undefined;
41010
+ }>;
41011
+ assetsInFile: z.ZodObject<{
41012
+ frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
41013
+ components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
41014
+ componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
41015
+ }, "strip", z.ZodTypeAny, {
41016
+ components: number;
41017
+ componentSets: number;
41018
+ frames: number;
41019
+ }, {
41020
+ components?: number | null | undefined;
41021
+ componentSets?: number | null | undefined;
41022
+ frames?: number | null | undefined;
41023
+ }>;
41024
+ }, "strip", z.ZodTypeAny, {
41025
+ id: string;
41026
+ persistentId: string;
41027
+ designSystemVersionId: string;
41028
+ origin: {
41029
+ sourceId: string;
41030
+ fileId?: string | undefined;
41031
+ };
41032
+ assetsInFile: {
41033
+ components: number;
41034
+ componentSets: number;
41035
+ frames: number;
41036
+ };
41037
+ }, {
41038
+ id: string;
41039
+ persistentId: string;
41040
+ designSystemVersionId: string;
41041
+ origin: {
41042
+ sourceId: string;
41043
+ fileId?: string | undefined;
41044
+ };
41045
+ assetsInFile: {
41046
+ components?: number | null | undefined;
41047
+ componentSets?: number | null | undefined;
41048
+ frames?: number | null | undefined;
41049
+ };
41050
+ }>, "many">;
41051
+ }, "strip", z.ZodTypeAny, {
41052
+ structures: {
41053
+ id: string;
41054
+ persistentId: string;
41055
+ designSystemVersionId: string;
41056
+ origin: {
41057
+ sourceId: string;
41058
+ fileId?: string | undefined;
41059
+ };
41060
+ assetsInFile: {
41061
+ components: number;
41062
+ componentSets: number;
41063
+ frames: number;
41064
+ };
41065
+ }[];
41066
+ }, {
41067
+ structures: {
41068
+ id: string;
41069
+ persistentId: string;
41070
+ designSystemVersionId: string;
41071
+ origin: {
41072
+ sourceId: string;
41073
+ fileId?: string | undefined;
41074
+ };
41075
+ assetsInFile: {
41076
+ components?: number | null | undefined;
41077
+ componentSets?: number | null | undefined;
41078
+ frames?: number | null | undefined;
41079
+ };
41080
+ }[];
41081
+ }>;
41082
+ type DTOFrameNodeStructureListResponse = z.infer<typeof DTOFrameNodeStructureListResponse>;
41083
+
40753
41084
  declare const DTOElementPropertyDefinitionOption: z.ZodObject<{
40754
41085
  id: z.ZodString;
40755
41086
  name: z.ZodString;
@@ -40820,7 +41151,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
40820
41151
  isImmutable: z.ZodBoolean;
40821
41152
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
40822
41153
  }, "strip", z.ZodTypeAny, {
40823
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41154
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40824
41155
  id: string;
40825
41156
  persistentId: string;
40826
41157
  meta: {
@@ -40841,7 +41172,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
40841
41172
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
40842
41173
  immutablePropertyType?: "Collection" | undefined;
40843
41174
  }, {
40844
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41175
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40845
41176
  id: string;
40846
41177
  persistentId: string;
40847
41178
  meta: {
@@ -40910,7 +41241,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
40910
41241
  isImmutable: z.ZodBoolean;
40911
41242
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
40912
41243
  }, "strip", z.ZodTypeAny, {
40913
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41244
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40914
41245
  id: string;
40915
41246
  persistentId: string;
40916
41247
  meta: {
@@ -40931,7 +41262,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
40931
41262
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
40932
41263
  immutablePropertyType?: "Collection" | undefined;
40933
41264
  }, {
40934
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41265
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40935
41266
  id: string;
40936
41267
  persistentId: string;
40937
41268
  meta: {
@@ -40954,7 +41285,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
40954
41285
  }>, "many">;
40955
41286
  }, "strip", z.ZodTypeAny, {
40956
41287
  definitions: {
40957
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41288
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40958
41289
  id: string;
40959
41290
  persistentId: string;
40960
41291
  meta: {
@@ -40977,7 +41308,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
40977
41308
  }[];
40978
41309
  }, {
40979
41310
  definitions: {
40980
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41311
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40981
41312
  id: string;
40982
41313
  persistentId: string;
40983
41314
  meta: {
@@ -41047,7 +41378,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41047
41378
  isImmutable: z.ZodBoolean;
41048
41379
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
41049
41380
  }, "strip", z.ZodTypeAny, {
41050
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41381
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41051
41382
  id: string;
41052
41383
  persistentId: string;
41053
41384
  meta: {
@@ -41068,7 +41399,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41068
41399
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
41069
41400
  immutablePropertyType?: "Collection" | undefined;
41070
41401
  }, {
41071
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41402
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41072
41403
  id: string;
41073
41404
  persistentId: string;
41074
41405
  meta: {
@@ -41091,7 +41422,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41091
41422
  }>;
41092
41423
  }, "strip", z.ZodTypeAny, {
41093
41424
  definition: {
41094
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41425
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41095
41426
  id: string;
41096
41427
  persistentId: string;
41097
41428
  meta: {
@@ -41114,7 +41445,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41114
41445
  };
41115
41446
  }, {
41116
41447
  definition: {
41117
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41448
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41118
41449
  id: string;
41119
41450
  persistentId: string;
41120
41451
  meta: {
@@ -41180,7 +41511,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
41180
41511
  linkElementType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"DocumentationPage" | "FigmaComponent", z.ZodTypeDef, "DocumentationPage" | "FigmaComponent">>>, NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined, "DocumentationPage" | "FigmaComponent" | null | undefined>;
41181
41512
  columnWidth: z.ZodOptional<z.ZodNumber>;
41182
41513
  }, "strip", z.ZodTypeAny, {
41183
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41514
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41184
41515
  persistentId: string;
41185
41516
  meta: {
41186
41517
  name: string;
@@ -41198,7 +41529,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
41198
41529
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
41199
41530
  columnWidth?: number | undefined;
41200
41531
  }, {
41201
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41532
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41202
41533
  persistentId: string;
41203
41534
  meta: {
41204
41535
  name: string;
@@ -43895,6 +44226,150 @@ declare const DTOExporter: z.ZodObject<{
43895
44226
  inputType?: "code" | "plain" | undefined;
43896
44227
  isMultiline?: boolean | null | undefined;
43897
44228
  }>, "many">;
44229
+ properties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
44230
+ key: z.ZodString;
44231
+ title: z.ZodString;
44232
+ description: z.ZodString;
44233
+ }, {
44234
+ type: z.ZodLiteral<"Enum">;
44235
+ options: z.ZodArray<z.ZodString, "many">;
44236
+ default: z.ZodString;
44237
+ }>, "strip", z.ZodTypeAny, {
44238
+ options: string[];
44239
+ type: "Enum";
44240
+ description: string;
44241
+ title: string;
44242
+ key: string;
44243
+ default: string;
44244
+ }, {
44245
+ options: string[];
44246
+ type: "Enum";
44247
+ description: string;
44248
+ title: string;
44249
+ key: string;
44250
+ default: string;
44251
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44252
+ key: z.ZodString;
44253
+ title: z.ZodString;
44254
+ description: z.ZodString;
44255
+ }, {
44256
+ type: z.ZodLiteral<"Boolean">;
44257
+ default: z.ZodBoolean;
44258
+ }>, "strip", z.ZodTypeAny, {
44259
+ type: "Boolean";
44260
+ description: string;
44261
+ title: string;
44262
+ key: string;
44263
+ default: boolean;
44264
+ }, {
44265
+ type: "Boolean";
44266
+ description: string;
44267
+ title: string;
44268
+ key: string;
44269
+ default: boolean;
44270
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44271
+ key: z.ZodString;
44272
+ title: z.ZodString;
44273
+ description: z.ZodString;
44274
+ }, {
44275
+ type: z.ZodLiteral<"String">;
44276
+ default: z.ZodString;
44277
+ }>, "strip", z.ZodTypeAny, {
44278
+ type: "String";
44279
+ description: string;
44280
+ title: string;
44281
+ key: string;
44282
+ default: string;
44283
+ }, {
44284
+ type: "String";
44285
+ description: string;
44286
+ title: string;
44287
+ key: string;
44288
+ default: string;
44289
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44290
+ key: z.ZodString;
44291
+ title: z.ZodString;
44292
+ description: z.ZodString;
44293
+ }, {
44294
+ type: z.ZodLiteral<"Number">;
44295
+ default: z.ZodNumber;
44296
+ }>, "strip", z.ZodTypeAny, {
44297
+ type: "Number";
44298
+ description: string;
44299
+ title: string;
44300
+ key: string;
44301
+ default: number;
44302
+ }, {
44303
+ type: "Number";
44304
+ description: string;
44305
+ title: string;
44306
+ key: string;
44307
+ default: number;
44308
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44309
+ key: z.ZodString;
44310
+ title: z.ZodString;
44311
+ description: z.ZodString;
44312
+ }, {
44313
+ type: z.ZodLiteral<"Array">;
44314
+ default: z.ZodArray<z.ZodString, "many">;
44315
+ }>, "strip", z.ZodTypeAny, {
44316
+ type: "Array";
44317
+ description: string;
44318
+ title: string;
44319
+ key: string;
44320
+ default: string[];
44321
+ }, {
44322
+ type: "Array";
44323
+ description: string;
44324
+ title: string;
44325
+ key: string;
44326
+ default: string[];
44327
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44328
+ key: z.ZodString;
44329
+ title: z.ZodString;
44330
+ description: z.ZodString;
44331
+ }, {
44332
+ type: z.ZodLiteral<"Object">;
44333
+ default: z.ZodRecord<z.ZodString, z.ZodString>;
44334
+ allowedKeys: z.ZodOptional<z.ZodObject<{
44335
+ options: z.ZodArray<z.ZodString, "many">;
44336
+ }, "strip", z.ZodTypeAny, {
44337
+ options: string[];
44338
+ }, {
44339
+ options: string[];
44340
+ }>>;
44341
+ allowedValues: z.ZodOptional<z.ZodObject<{
44342
+ options: z.ZodArray<z.ZodString, "many">;
44343
+ }, "strip", z.ZodTypeAny, {
44344
+ options: string[];
44345
+ }, {
44346
+ options: string[];
44347
+ }>>;
44348
+ }>, "strip", z.ZodTypeAny, {
44349
+ type: "Object";
44350
+ description: string;
44351
+ title: string;
44352
+ key: string;
44353
+ default: Record<string, string>;
44354
+ allowedKeys?: {
44355
+ options: string[];
44356
+ } | undefined;
44357
+ allowedValues?: {
44358
+ options: string[];
44359
+ } | undefined;
44360
+ }, {
44361
+ type: "Object";
44362
+ description: string;
44363
+ title: string;
44364
+ key: string;
44365
+ default: Record<string, string>;
44366
+ allowedKeys?: {
44367
+ options: string[];
44368
+ } | undefined;
44369
+ allowedValues?: {
44370
+ options: string[];
44371
+ } | undefined;
44372
+ }>]>, "many">>;
43898
44373
  customBlocks: z.ZodArray<z.ZodObject<{
43899
44374
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
43900
44375
  key: z.ZodString;
@@ -44062,6 +44537,50 @@ declare const DTOExporter: z.ZodObject<{
44062
44537
  }[]>;
44063
44538
  usesBrands: boolean;
44064
44539
  usesThemes: boolean;
44540
+ properties?: ({
44541
+ options: string[];
44542
+ type: "Enum";
44543
+ description: string;
44544
+ title: string;
44545
+ key: string;
44546
+ default: string;
44547
+ } | {
44548
+ type: "Boolean";
44549
+ description: string;
44550
+ title: string;
44551
+ key: string;
44552
+ default: boolean;
44553
+ } | {
44554
+ type: "String";
44555
+ description: string;
44556
+ title: string;
44557
+ key: string;
44558
+ default: string;
44559
+ } | {
44560
+ type: "Number";
44561
+ description: string;
44562
+ title: string;
44563
+ key: string;
44564
+ default: number;
44565
+ } | {
44566
+ type: "Array";
44567
+ description: string;
44568
+ title: string;
44569
+ key: string;
44570
+ default: string[];
44571
+ } | {
44572
+ type: "Object";
44573
+ description: string;
44574
+ title: string;
44575
+ key: string;
44576
+ default: Record<string, string>;
44577
+ allowedKeys?: {
44578
+ options: string[];
44579
+ } | undefined;
44580
+ allowedValues?: {
44581
+ options: string[];
44582
+ } | undefined;
44583
+ })[] | undefined;
44065
44584
  iconURL?: string | undefined;
44066
44585
  gitUrl?: string | undefined;
44067
44586
  gitBranch?: string | undefined;
@@ -44111,6 +44630,50 @@ declare const DTOExporter: z.ZodObject<{
44111
44630
  }[]>;
44112
44631
  usesBrands: boolean;
44113
44632
  usesThemes: boolean;
44633
+ properties?: ({
44634
+ options: string[];
44635
+ type: "Enum";
44636
+ description: string;
44637
+ title: string;
44638
+ key: string;
44639
+ default: string;
44640
+ } | {
44641
+ type: "Boolean";
44642
+ description: string;
44643
+ title: string;
44644
+ key: string;
44645
+ default: boolean;
44646
+ } | {
44647
+ type: "String";
44648
+ description: string;
44649
+ title: string;
44650
+ key: string;
44651
+ default: string;
44652
+ } | {
44653
+ type: "Number";
44654
+ description: string;
44655
+ title: string;
44656
+ key: string;
44657
+ default: number;
44658
+ } | {
44659
+ type: "Array";
44660
+ description: string;
44661
+ title: string;
44662
+ key: string;
44663
+ default: string[];
44664
+ } | {
44665
+ type: "Object";
44666
+ description: string;
44667
+ title: string;
44668
+ key: string;
44669
+ default: Record<string, string>;
44670
+ allowedKeys?: {
44671
+ options: string[];
44672
+ } | undefined;
44673
+ allowedValues?: {
44674
+ options: string[];
44675
+ } | undefined;
44676
+ })[] | undefined;
44114
44677
  iconURL?: string | undefined;
44115
44678
  gitUrl?: string | null | undefined;
44116
44679
  gitBranch?: string | null | undefined;
@@ -44171,6 +44734,150 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44171
44734
  inputType?: "code" | "plain" | undefined;
44172
44735
  isMultiline?: boolean | null | undefined;
44173
44736
  }>, "many">;
44737
+ properties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
44738
+ key: z.ZodString;
44739
+ title: z.ZodString;
44740
+ description: z.ZodString;
44741
+ }, {
44742
+ type: z.ZodLiteral<"Enum">;
44743
+ options: z.ZodArray<z.ZodString, "many">;
44744
+ default: z.ZodString;
44745
+ }>, "strip", z.ZodTypeAny, {
44746
+ options: string[];
44747
+ type: "Enum";
44748
+ description: string;
44749
+ title: string;
44750
+ key: string;
44751
+ default: string;
44752
+ }, {
44753
+ options: string[];
44754
+ type: "Enum";
44755
+ description: string;
44756
+ title: string;
44757
+ key: string;
44758
+ default: string;
44759
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44760
+ key: z.ZodString;
44761
+ title: z.ZodString;
44762
+ description: z.ZodString;
44763
+ }, {
44764
+ type: z.ZodLiteral<"Boolean">;
44765
+ default: z.ZodBoolean;
44766
+ }>, "strip", z.ZodTypeAny, {
44767
+ type: "Boolean";
44768
+ description: string;
44769
+ title: string;
44770
+ key: string;
44771
+ default: boolean;
44772
+ }, {
44773
+ type: "Boolean";
44774
+ description: string;
44775
+ title: string;
44776
+ key: string;
44777
+ default: boolean;
44778
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44779
+ key: z.ZodString;
44780
+ title: z.ZodString;
44781
+ description: z.ZodString;
44782
+ }, {
44783
+ type: z.ZodLiteral<"String">;
44784
+ default: z.ZodString;
44785
+ }>, "strip", z.ZodTypeAny, {
44786
+ type: "String";
44787
+ description: string;
44788
+ title: string;
44789
+ key: string;
44790
+ default: string;
44791
+ }, {
44792
+ type: "String";
44793
+ description: string;
44794
+ title: string;
44795
+ key: string;
44796
+ default: string;
44797
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44798
+ key: z.ZodString;
44799
+ title: z.ZodString;
44800
+ description: z.ZodString;
44801
+ }, {
44802
+ type: z.ZodLiteral<"Number">;
44803
+ default: z.ZodNumber;
44804
+ }>, "strip", z.ZodTypeAny, {
44805
+ type: "Number";
44806
+ description: string;
44807
+ title: string;
44808
+ key: string;
44809
+ default: number;
44810
+ }, {
44811
+ type: "Number";
44812
+ description: string;
44813
+ title: string;
44814
+ key: string;
44815
+ default: number;
44816
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44817
+ key: z.ZodString;
44818
+ title: z.ZodString;
44819
+ description: z.ZodString;
44820
+ }, {
44821
+ type: z.ZodLiteral<"Array">;
44822
+ default: z.ZodArray<z.ZodString, "many">;
44823
+ }>, "strip", z.ZodTypeAny, {
44824
+ type: "Array";
44825
+ description: string;
44826
+ title: string;
44827
+ key: string;
44828
+ default: string[];
44829
+ }, {
44830
+ type: "Array";
44831
+ description: string;
44832
+ title: string;
44833
+ key: string;
44834
+ default: string[];
44835
+ }>, z.ZodObject<z.objectUtil.extendShape<{
44836
+ key: z.ZodString;
44837
+ title: z.ZodString;
44838
+ description: z.ZodString;
44839
+ }, {
44840
+ type: z.ZodLiteral<"Object">;
44841
+ default: z.ZodRecord<z.ZodString, z.ZodString>;
44842
+ allowedKeys: z.ZodOptional<z.ZodObject<{
44843
+ options: z.ZodArray<z.ZodString, "many">;
44844
+ }, "strip", z.ZodTypeAny, {
44845
+ options: string[];
44846
+ }, {
44847
+ options: string[];
44848
+ }>>;
44849
+ allowedValues: z.ZodOptional<z.ZodObject<{
44850
+ options: z.ZodArray<z.ZodString, "many">;
44851
+ }, "strip", z.ZodTypeAny, {
44852
+ options: string[];
44853
+ }, {
44854
+ options: string[];
44855
+ }>>;
44856
+ }>, "strip", z.ZodTypeAny, {
44857
+ type: "Object";
44858
+ description: string;
44859
+ title: string;
44860
+ key: string;
44861
+ default: Record<string, string>;
44862
+ allowedKeys?: {
44863
+ options: string[];
44864
+ } | undefined;
44865
+ allowedValues?: {
44866
+ options: string[];
44867
+ } | undefined;
44868
+ }, {
44869
+ type: "Object";
44870
+ description: string;
44871
+ title: string;
44872
+ key: string;
44873
+ default: Record<string, string>;
44874
+ allowedKeys?: {
44875
+ options: string[];
44876
+ } | undefined;
44877
+ allowedValues?: {
44878
+ options: string[];
44879
+ } | undefined;
44880
+ }>]>, "many">>;
44174
44881
  customBlocks: z.ZodArray<z.ZodObject<{
44175
44882
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
44176
44883
  key: z.ZodString;
@@ -44338,6 +45045,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44338
45045
  }[]>;
44339
45046
  usesBrands: boolean;
44340
45047
  usesThemes: boolean;
45048
+ properties?: ({
45049
+ options: string[];
45050
+ type: "Enum";
45051
+ description: string;
45052
+ title: string;
45053
+ key: string;
45054
+ default: string;
45055
+ } | {
45056
+ type: "Boolean";
45057
+ description: string;
45058
+ title: string;
45059
+ key: string;
45060
+ default: boolean;
45061
+ } | {
45062
+ type: "String";
45063
+ description: string;
45064
+ title: string;
45065
+ key: string;
45066
+ default: string;
45067
+ } | {
45068
+ type: "Number";
45069
+ description: string;
45070
+ title: string;
45071
+ key: string;
45072
+ default: number;
45073
+ } | {
45074
+ type: "Array";
45075
+ description: string;
45076
+ title: string;
45077
+ key: string;
45078
+ default: string[];
45079
+ } | {
45080
+ type: "Object";
45081
+ description: string;
45082
+ title: string;
45083
+ key: string;
45084
+ default: Record<string, string>;
45085
+ allowedKeys?: {
45086
+ options: string[];
45087
+ } | undefined;
45088
+ allowedValues?: {
45089
+ options: string[];
45090
+ } | undefined;
45091
+ })[] | undefined;
44341
45092
  iconURL?: string | undefined;
44342
45093
  gitUrl?: string | undefined;
44343
45094
  gitBranch?: string | undefined;
@@ -44387,6 +45138,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44387
45138
  }[]>;
44388
45139
  usesBrands: boolean;
44389
45140
  usesThemes: boolean;
45141
+ properties?: ({
45142
+ options: string[];
45143
+ type: "Enum";
45144
+ description: string;
45145
+ title: string;
45146
+ key: string;
45147
+ default: string;
45148
+ } | {
45149
+ type: "Boolean";
45150
+ description: string;
45151
+ title: string;
45152
+ key: string;
45153
+ default: boolean;
45154
+ } | {
45155
+ type: "String";
45156
+ description: string;
45157
+ title: string;
45158
+ key: string;
45159
+ default: string;
45160
+ } | {
45161
+ type: "Number";
45162
+ description: string;
45163
+ title: string;
45164
+ key: string;
45165
+ default: number;
45166
+ } | {
45167
+ type: "Array";
45168
+ description: string;
45169
+ title: string;
45170
+ key: string;
45171
+ default: string[];
45172
+ } | {
45173
+ type: "Object";
45174
+ description: string;
45175
+ title: string;
45176
+ key: string;
45177
+ default: Record<string, string>;
45178
+ allowedKeys?: {
45179
+ options: string[];
45180
+ } | undefined;
45181
+ allowedValues?: {
45182
+ options: string[];
45183
+ } | undefined;
45184
+ })[] | undefined;
44390
45185
  iconURL?: string | undefined;
44391
45186
  gitUrl?: string | null | undefined;
44392
45187
  gitBranch?: string | null | undefined;
@@ -44456,6 +45251,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44456
45251
  }[]>;
44457
45252
  usesBrands: boolean;
44458
45253
  usesThemes: boolean;
45254
+ properties?: ({
45255
+ options: string[];
45256
+ type: "Enum";
45257
+ description: string;
45258
+ title: string;
45259
+ key: string;
45260
+ default: string;
45261
+ } | {
45262
+ type: "Boolean";
45263
+ description: string;
45264
+ title: string;
45265
+ key: string;
45266
+ default: boolean;
45267
+ } | {
45268
+ type: "String";
45269
+ description: string;
45270
+ title: string;
45271
+ key: string;
45272
+ default: string;
45273
+ } | {
45274
+ type: "Number";
45275
+ description: string;
45276
+ title: string;
45277
+ key: string;
45278
+ default: number;
45279
+ } | {
45280
+ type: "Array";
45281
+ description: string;
45282
+ title: string;
45283
+ key: string;
45284
+ default: string[];
45285
+ } | {
45286
+ type: "Object";
45287
+ description: string;
45288
+ title: string;
45289
+ key: string;
45290
+ default: Record<string, string>;
45291
+ allowedKeys?: {
45292
+ options: string[];
45293
+ } | undefined;
45294
+ allowedValues?: {
45295
+ options: string[];
45296
+ } | undefined;
45297
+ })[] | undefined;
44459
45298
  iconURL?: string | undefined;
44460
45299
  gitUrl?: string | undefined;
44461
45300
  gitBranch?: string | undefined;
@@ -44512,6 +45351,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44512
45351
  }[]>;
44513
45352
  usesBrands: boolean;
44514
45353
  usesThemes: boolean;
45354
+ properties?: ({
45355
+ options: string[];
45356
+ type: "Enum";
45357
+ description: string;
45358
+ title: string;
45359
+ key: string;
45360
+ default: string;
45361
+ } | {
45362
+ type: "Boolean";
45363
+ description: string;
45364
+ title: string;
45365
+ key: string;
45366
+ default: boolean;
45367
+ } | {
45368
+ type: "String";
45369
+ description: string;
45370
+ title: string;
45371
+ key: string;
45372
+ default: string;
45373
+ } | {
45374
+ type: "Number";
45375
+ description: string;
45376
+ title: string;
45377
+ key: string;
45378
+ default: number;
45379
+ } | {
45380
+ type: "Array";
45381
+ description: string;
45382
+ title: string;
45383
+ key: string;
45384
+ default: string[];
45385
+ } | {
45386
+ type: "Object";
45387
+ description: string;
45388
+ title: string;
45389
+ key: string;
45390
+ default: Record<string, string>;
45391
+ allowedKeys?: {
45392
+ options: string[];
45393
+ } | undefined;
45394
+ allowedValues?: {
45395
+ options: string[];
45396
+ } | undefined;
45397
+ })[] | undefined;
44515
45398
  iconURL?: string | undefined;
44516
45399
  gitUrl?: string | null | undefined;
44517
45400
  gitBranch?: string | null | undefined;
@@ -44559,6 +45442,150 @@ declare const DTOExporterListResponse: z.ZodObject<{
44559
45442
  inputType?: "code" | "plain" | undefined;
44560
45443
  isMultiline?: boolean | null | undefined;
44561
45444
  }>, "many">;
45445
+ properties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
45446
+ key: z.ZodString;
45447
+ title: z.ZodString;
45448
+ description: z.ZodString;
45449
+ }, {
45450
+ type: z.ZodLiteral<"Enum">;
45451
+ options: z.ZodArray<z.ZodString, "many">;
45452
+ default: z.ZodString;
45453
+ }>, "strip", z.ZodTypeAny, {
45454
+ options: string[];
45455
+ type: "Enum";
45456
+ description: string;
45457
+ title: string;
45458
+ key: string;
45459
+ default: string;
45460
+ }, {
45461
+ options: string[];
45462
+ type: "Enum";
45463
+ description: string;
45464
+ title: string;
45465
+ key: string;
45466
+ default: string;
45467
+ }>, z.ZodObject<z.objectUtil.extendShape<{
45468
+ key: z.ZodString;
45469
+ title: z.ZodString;
45470
+ description: z.ZodString;
45471
+ }, {
45472
+ type: z.ZodLiteral<"Boolean">;
45473
+ default: z.ZodBoolean;
45474
+ }>, "strip", z.ZodTypeAny, {
45475
+ type: "Boolean";
45476
+ description: string;
45477
+ title: string;
45478
+ key: string;
45479
+ default: boolean;
45480
+ }, {
45481
+ type: "Boolean";
45482
+ description: string;
45483
+ title: string;
45484
+ key: string;
45485
+ default: boolean;
45486
+ }>, z.ZodObject<z.objectUtil.extendShape<{
45487
+ key: z.ZodString;
45488
+ title: z.ZodString;
45489
+ description: z.ZodString;
45490
+ }, {
45491
+ type: z.ZodLiteral<"String">;
45492
+ default: z.ZodString;
45493
+ }>, "strip", z.ZodTypeAny, {
45494
+ type: "String";
45495
+ description: string;
45496
+ title: string;
45497
+ key: string;
45498
+ default: string;
45499
+ }, {
45500
+ type: "String";
45501
+ description: string;
45502
+ title: string;
45503
+ key: string;
45504
+ default: string;
45505
+ }>, z.ZodObject<z.objectUtil.extendShape<{
45506
+ key: z.ZodString;
45507
+ title: z.ZodString;
45508
+ description: z.ZodString;
45509
+ }, {
45510
+ type: z.ZodLiteral<"Number">;
45511
+ default: z.ZodNumber;
45512
+ }>, "strip", z.ZodTypeAny, {
45513
+ type: "Number";
45514
+ description: string;
45515
+ title: string;
45516
+ key: string;
45517
+ default: number;
45518
+ }, {
45519
+ type: "Number";
45520
+ description: string;
45521
+ title: string;
45522
+ key: string;
45523
+ default: number;
45524
+ }>, z.ZodObject<z.objectUtil.extendShape<{
45525
+ key: z.ZodString;
45526
+ title: z.ZodString;
45527
+ description: z.ZodString;
45528
+ }, {
45529
+ type: z.ZodLiteral<"Array">;
45530
+ default: z.ZodArray<z.ZodString, "many">;
45531
+ }>, "strip", z.ZodTypeAny, {
45532
+ type: "Array";
45533
+ description: string;
45534
+ title: string;
45535
+ key: string;
45536
+ default: string[];
45537
+ }, {
45538
+ type: "Array";
45539
+ description: string;
45540
+ title: string;
45541
+ key: string;
45542
+ default: string[];
45543
+ }>, z.ZodObject<z.objectUtil.extendShape<{
45544
+ key: z.ZodString;
45545
+ title: z.ZodString;
45546
+ description: z.ZodString;
45547
+ }, {
45548
+ type: z.ZodLiteral<"Object">;
45549
+ default: z.ZodRecord<z.ZodString, z.ZodString>;
45550
+ allowedKeys: z.ZodOptional<z.ZodObject<{
45551
+ options: z.ZodArray<z.ZodString, "many">;
45552
+ }, "strip", z.ZodTypeAny, {
45553
+ options: string[];
45554
+ }, {
45555
+ options: string[];
45556
+ }>>;
45557
+ allowedValues: z.ZodOptional<z.ZodObject<{
45558
+ options: z.ZodArray<z.ZodString, "many">;
45559
+ }, "strip", z.ZodTypeAny, {
45560
+ options: string[];
45561
+ }, {
45562
+ options: string[];
45563
+ }>>;
45564
+ }>, "strip", z.ZodTypeAny, {
45565
+ type: "Object";
45566
+ description: string;
45567
+ title: string;
45568
+ key: string;
45569
+ default: Record<string, string>;
45570
+ allowedKeys?: {
45571
+ options: string[];
45572
+ } | undefined;
45573
+ allowedValues?: {
45574
+ options: string[];
45575
+ } | undefined;
45576
+ }, {
45577
+ type: "Object";
45578
+ description: string;
45579
+ title: string;
45580
+ key: string;
45581
+ default: Record<string, string>;
45582
+ allowedKeys?: {
45583
+ options: string[];
45584
+ } | undefined;
45585
+ allowedValues?: {
45586
+ options: string[];
45587
+ } | undefined;
45588
+ }>]>, "many">>;
44562
45589
  customBlocks: z.ZodArray<z.ZodObject<{
44563
45590
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
44564
45591
  key: z.ZodString;
@@ -44726,6 +45753,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44726
45753
  }[]>;
44727
45754
  usesBrands: boolean;
44728
45755
  usesThemes: boolean;
45756
+ properties?: ({
45757
+ options: string[];
45758
+ type: "Enum";
45759
+ description: string;
45760
+ title: string;
45761
+ key: string;
45762
+ default: string;
45763
+ } | {
45764
+ type: "Boolean";
45765
+ description: string;
45766
+ title: string;
45767
+ key: string;
45768
+ default: boolean;
45769
+ } | {
45770
+ type: "String";
45771
+ description: string;
45772
+ title: string;
45773
+ key: string;
45774
+ default: string;
45775
+ } | {
45776
+ type: "Number";
45777
+ description: string;
45778
+ title: string;
45779
+ key: string;
45780
+ default: number;
45781
+ } | {
45782
+ type: "Array";
45783
+ description: string;
45784
+ title: string;
45785
+ key: string;
45786
+ default: string[];
45787
+ } | {
45788
+ type: "Object";
45789
+ description: string;
45790
+ title: string;
45791
+ key: string;
45792
+ default: Record<string, string>;
45793
+ allowedKeys?: {
45794
+ options: string[];
45795
+ } | undefined;
45796
+ allowedValues?: {
45797
+ options: string[];
45798
+ } | undefined;
45799
+ })[] | undefined;
44729
45800
  iconURL?: string | undefined;
44730
45801
  gitUrl?: string | undefined;
44731
45802
  gitBranch?: string | undefined;
@@ -44775,20 +45846,64 @@ declare const DTOExporterListResponse: z.ZodObject<{
44775
45846
  }[]>;
44776
45847
  usesBrands: boolean;
44777
45848
  usesThemes: boolean;
44778
- iconURL?: string | undefined;
44779
- gitUrl?: string | null | undefined;
44780
- gitBranch?: string | null | undefined;
44781
- gitDirectory?: string | null | undefined;
44782
- }>, "many">;
44783
- membership: z.ZodArray<z.ZodObject<{
44784
- workspaceId: z.ZodString;
44785
- exporterId: z.ZodString;
44786
- role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
44787
- }, "strip", z.ZodTypeAny, {
44788
- workspaceId: string;
44789
- role: "Owner" | "OwnerArchived" | "User";
44790
- exporterId: string;
44791
- }, {
45849
+ properties?: ({
45850
+ options: string[];
45851
+ type: "Enum";
45852
+ description: string;
45853
+ title: string;
45854
+ key: string;
45855
+ default: string;
45856
+ } | {
45857
+ type: "Boolean";
45858
+ description: string;
45859
+ title: string;
45860
+ key: string;
45861
+ default: boolean;
45862
+ } | {
45863
+ type: "String";
45864
+ description: string;
45865
+ title: string;
45866
+ key: string;
45867
+ default: string;
45868
+ } | {
45869
+ type: "Number";
45870
+ description: string;
45871
+ title: string;
45872
+ key: string;
45873
+ default: number;
45874
+ } | {
45875
+ type: "Array";
45876
+ description: string;
45877
+ title: string;
45878
+ key: string;
45879
+ default: string[];
45880
+ } | {
45881
+ type: "Object";
45882
+ description: string;
45883
+ title: string;
45884
+ key: string;
45885
+ default: Record<string, string>;
45886
+ allowedKeys?: {
45887
+ options: string[];
45888
+ } | undefined;
45889
+ allowedValues?: {
45890
+ options: string[];
45891
+ } | undefined;
45892
+ })[] | undefined;
45893
+ iconURL?: string | undefined;
45894
+ gitUrl?: string | null | undefined;
45895
+ gitBranch?: string | null | undefined;
45896
+ gitDirectory?: string | null | undefined;
45897
+ }>, "many">;
45898
+ membership: z.ZodArray<z.ZodObject<{
45899
+ workspaceId: z.ZodString;
45900
+ exporterId: z.ZodString;
45901
+ role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
45902
+ }, "strip", z.ZodTypeAny, {
45903
+ workspaceId: string;
45904
+ role: "Owner" | "OwnerArchived" | "User";
45905
+ exporterId: string;
45906
+ }, {
44792
45907
  workspaceId: string;
44793
45908
  role: "Owner" | "OwnerArchived" | "User";
44794
45909
  exporterId: string;
@@ -44844,6 +45959,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44844
45959
  }[]>;
44845
45960
  usesBrands: boolean;
44846
45961
  usesThemes: boolean;
45962
+ properties?: ({
45963
+ options: string[];
45964
+ type: "Enum";
45965
+ description: string;
45966
+ title: string;
45967
+ key: string;
45968
+ default: string;
45969
+ } | {
45970
+ type: "Boolean";
45971
+ description: string;
45972
+ title: string;
45973
+ key: string;
45974
+ default: boolean;
45975
+ } | {
45976
+ type: "String";
45977
+ description: string;
45978
+ title: string;
45979
+ key: string;
45980
+ default: string;
45981
+ } | {
45982
+ type: "Number";
45983
+ description: string;
45984
+ title: string;
45985
+ key: string;
45986
+ default: number;
45987
+ } | {
45988
+ type: "Array";
45989
+ description: string;
45990
+ title: string;
45991
+ key: string;
45992
+ default: string[];
45993
+ } | {
45994
+ type: "Object";
45995
+ description: string;
45996
+ title: string;
45997
+ key: string;
45998
+ default: Record<string, string>;
45999
+ allowedKeys?: {
46000
+ options: string[];
46001
+ } | undefined;
46002
+ allowedValues?: {
46003
+ options: string[];
46004
+ } | undefined;
46005
+ })[] | undefined;
44847
46006
  iconURL?: string | undefined;
44848
46007
  gitUrl?: string | undefined;
44849
46008
  gitBranch?: string | undefined;
@@ -44900,6 +46059,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44900
46059
  }[]>;
44901
46060
  usesBrands: boolean;
44902
46061
  usesThemes: boolean;
46062
+ properties?: ({
46063
+ options: string[];
46064
+ type: "Enum";
46065
+ description: string;
46066
+ title: string;
46067
+ key: string;
46068
+ default: string;
46069
+ } | {
46070
+ type: "Boolean";
46071
+ description: string;
46072
+ title: string;
46073
+ key: string;
46074
+ default: boolean;
46075
+ } | {
46076
+ type: "String";
46077
+ description: string;
46078
+ title: string;
46079
+ key: string;
46080
+ default: string;
46081
+ } | {
46082
+ type: "Number";
46083
+ description: string;
46084
+ title: string;
46085
+ key: string;
46086
+ default: number;
46087
+ } | {
46088
+ type: "Array";
46089
+ description: string;
46090
+ title: string;
46091
+ key: string;
46092
+ default: string[];
46093
+ } | {
46094
+ type: "Object";
46095
+ description: string;
46096
+ title: string;
46097
+ key: string;
46098
+ default: Record<string, string>;
46099
+ allowedKeys?: {
46100
+ options: string[];
46101
+ } | undefined;
46102
+ allowedValues?: {
46103
+ options: string[];
46104
+ } | undefined;
46105
+ })[] | undefined;
44903
46106
  iconURL?: string | undefined;
44904
46107
  gitUrl?: string | null | undefined;
44905
46108
  gitBranch?: string | null | undefined;
@@ -46038,6 +47241,7 @@ declare const DTOExportJob: z.ZodObject<{
46038
47241
  brandPersistentId: z.ZodOptional<z.ZodString>;
46039
47242
  themePersistentId: z.ZodOptional<z.ZodString>;
46040
47243
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47244
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
46041
47245
  }, "strip", z.ZodTypeAny, {
46042
47246
  status: "InProgress" | "Failed" | "Success" | "Timeout";
46043
47247
  id: string;
@@ -46123,6 +47327,7 @@ declare const DTOExportJob: z.ZodObject<{
46123
47327
  brandPersistentId?: string | undefined;
46124
47328
  themePersistentId?: string | undefined;
46125
47329
  themePersistentIds?: string[] | undefined;
47330
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
46126
47331
  finishedAt?: Date | undefined;
46127
47332
  index?: number | undefined;
46128
47333
  estimatedExecutionTime?: number | undefined;
@@ -46248,6 +47453,7 @@ declare const DTOExportJob: z.ZodObject<{
46248
47453
  brandPersistentId?: string | undefined;
46249
47454
  themePersistentId?: string | undefined;
46250
47455
  themePersistentIds?: string[] | undefined;
47456
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
46251
47457
  finishedAt?: Date | undefined;
46252
47458
  index?: number | undefined;
46253
47459
  estimatedExecutionTime?: number | undefined;
@@ -46831,6 +48037,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46831
48037
  brandPersistentId: z.ZodOptional<z.ZodString>;
46832
48038
  themePersistentId: z.ZodOptional<z.ZodString>;
46833
48039
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
48040
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
46834
48041
  }, "strip", z.ZodTypeAny, {
46835
48042
  status: "InProgress" | "Failed" | "Success" | "Timeout";
46836
48043
  id: string;
@@ -46916,6 +48123,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46916
48123
  brandPersistentId?: string | undefined;
46917
48124
  themePersistentId?: string | undefined;
46918
48125
  themePersistentIds?: string[] | undefined;
48126
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
46919
48127
  finishedAt?: Date | undefined;
46920
48128
  index?: number | undefined;
46921
48129
  estimatedExecutionTime?: number | undefined;
@@ -47041,6 +48249,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47041
48249
  brandPersistentId?: string | undefined;
47042
48250
  themePersistentId?: string | undefined;
47043
48251
  themePersistentIds?: string[] | undefined;
48252
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47044
48253
  finishedAt?: Date | undefined;
47045
48254
  index?: number | undefined;
47046
48255
  estimatedExecutionTime?: number | undefined;
@@ -47168,6 +48377,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47168
48377
  brandPersistentId?: string | undefined;
47169
48378
  themePersistentId?: string | undefined;
47170
48379
  themePersistentIds?: string[] | undefined;
48380
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47171
48381
  finishedAt?: Date | undefined;
47172
48382
  index?: number | undefined;
47173
48383
  estimatedExecutionTime?: number | undefined;
@@ -47295,6 +48505,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47295
48505
  brandPersistentId?: string | undefined;
47296
48506
  themePersistentId?: string | undefined;
47297
48507
  themePersistentIds?: string[] | undefined;
48508
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47298
48509
  finishedAt?: Date | undefined;
47299
48510
  index?: number | undefined;
47300
48511
  estimatedExecutionTime?: number | undefined;
@@ -47894,6 +49105,7 @@ declare const DTOPipeline: z.ZodObject<{
47894
49105
  brandPersistentId: z.ZodOptional<z.ZodString>;
47895
49106
  themePersistentId: z.ZodOptional<z.ZodString>;
47896
49107
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49108
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
47897
49109
  }, "strip", z.ZodTypeAny, {
47898
49110
  status: "InProgress" | "Failed" | "Success" | "Timeout";
47899
49111
  id: string;
@@ -47979,6 +49191,7 @@ declare const DTOPipeline: z.ZodObject<{
47979
49191
  brandPersistentId?: string | undefined;
47980
49192
  themePersistentId?: string | undefined;
47981
49193
  themePersistentIds?: string[] | undefined;
49194
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47982
49195
  finishedAt?: Date | undefined;
47983
49196
  index?: number | undefined;
47984
49197
  estimatedExecutionTime?: number | undefined;
@@ -48104,6 +49317,7 @@ declare const DTOPipeline: z.ZodObject<{
48104
49317
  brandPersistentId?: string | undefined;
48105
49318
  themePersistentId?: string | undefined;
48106
49319
  themePersistentIds?: string[] | undefined;
49320
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48107
49321
  finishedAt?: Date | undefined;
48108
49322
  index?: number | undefined;
48109
49323
  estimatedExecutionTime?: number | undefined;
@@ -48327,6 +49541,7 @@ declare const DTOPipeline: z.ZodObject<{
48327
49541
  brandPersistentId: z.ZodOptional<z.ZodString>;
48328
49542
  themePersistentId: z.ZodOptional<z.ZodString>;
48329
49543
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49544
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
48330
49545
  }, "strip", z.ZodTypeAny, {
48331
49546
  id: string;
48332
49547
  name: string;
@@ -48420,6 +49635,7 @@ declare const DTOPipeline: z.ZodObject<{
48420
49635
  brandPersistentId?: string | undefined;
48421
49636
  themePersistentId?: string | undefined;
48422
49637
  themePersistentIds?: string[] | undefined;
49638
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48423
49639
  finishedAt?: Date | undefined;
48424
49640
  index?: number | undefined;
48425
49641
  estimatedExecutionTime?: number | undefined;
@@ -48464,6 +49680,7 @@ declare const DTOPipeline: z.ZodObject<{
48464
49680
  brandPersistentId?: string | undefined;
48465
49681
  themePersistentId?: string | undefined;
48466
49682
  themePersistentIds?: string[] | undefined;
49683
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48467
49684
  webhookUrl?: string | undefined;
48468
49685
  destinationSnDocs?: {
48469
49686
  environment: "Live" | "Preview";
@@ -48616,6 +49833,7 @@ declare const DTOPipeline: z.ZodObject<{
48616
49833
  brandPersistentId?: string | undefined;
48617
49834
  themePersistentId?: string | undefined;
48618
49835
  themePersistentIds?: string[] | undefined;
49836
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48619
49837
  finishedAt?: Date | undefined;
48620
49838
  index?: number | undefined;
48621
49839
  estimatedExecutionTime?: number | undefined;
@@ -48660,6 +49878,7 @@ declare const DTOPipeline: z.ZodObject<{
48660
49878
  brandPersistentId?: string | undefined;
48661
49879
  themePersistentId?: string | undefined;
48662
49880
  themePersistentIds?: string[] | undefined;
49881
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48663
49882
  webhookUrl?: string | undefined;
48664
49883
  destinationSnDocs?: {
48665
49884
  environment: "Live" | "Preview";
@@ -49263,6 +50482,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49263
50482
  brandPersistentId: z.ZodOptional<z.ZodString>;
49264
50483
  themePersistentId: z.ZodOptional<z.ZodString>;
49265
50484
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
50485
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
49266
50486
  }, "strip", z.ZodTypeAny, {
49267
50487
  status: "InProgress" | "Failed" | "Success" | "Timeout";
49268
50488
  id: string;
@@ -49348,6 +50568,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49348
50568
  brandPersistentId?: string | undefined;
49349
50569
  themePersistentId?: string | undefined;
49350
50570
  themePersistentIds?: string[] | undefined;
50571
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49351
50572
  finishedAt?: Date | undefined;
49352
50573
  index?: number | undefined;
49353
50574
  estimatedExecutionTime?: number | undefined;
@@ -49473,6 +50694,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49473
50694
  brandPersistentId?: string | undefined;
49474
50695
  themePersistentId?: string | undefined;
49475
50696
  themePersistentIds?: string[] | undefined;
50697
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49476
50698
  finishedAt?: Date | undefined;
49477
50699
  index?: number | undefined;
49478
50700
  estimatedExecutionTime?: number | undefined;
@@ -49696,6 +50918,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49696
50918
  brandPersistentId: z.ZodOptional<z.ZodString>;
49697
50919
  themePersistentId: z.ZodOptional<z.ZodString>;
49698
50920
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
50921
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
49699
50922
  }, "strip", z.ZodTypeAny, {
49700
50923
  id: string;
49701
50924
  name: string;
@@ -49789,6 +51012,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49789
51012
  brandPersistentId?: string | undefined;
49790
51013
  themePersistentId?: string | undefined;
49791
51014
  themePersistentIds?: string[] | undefined;
51015
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49792
51016
  finishedAt?: Date | undefined;
49793
51017
  index?: number | undefined;
49794
51018
  estimatedExecutionTime?: number | undefined;
@@ -49833,6 +51057,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49833
51057
  brandPersistentId?: string | undefined;
49834
51058
  themePersistentId?: string | undefined;
49835
51059
  themePersistentIds?: string[] | undefined;
51060
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49836
51061
  webhookUrl?: string | undefined;
49837
51062
  destinationSnDocs?: {
49838
51063
  environment: "Live" | "Preview";
@@ -49985,6 +51210,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49985
51210
  brandPersistentId?: string | undefined;
49986
51211
  themePersistentId?: string | undefined;
49987
51212
  themePersistentIds?: string[] | undefined;
51213
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49988
51214
  finishedAt?: Date | undefined;
49989
51215
  index?: number | undefined;
49990
51216
  estimatedExecutionTime?: number | undefined;
@@ -50029,6 +51255,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50029
51255
  brandPersistentId?: string | undefined;
50030
51256
  themePersistentId?: string | undefined;
50031
51257
  themePersistentIds?: string[] | undefined;
51258
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50032
51259
  webhookUrl?: string | undefined;
50033
51260
  destinationSnDocs?: {
50034
51261
  environment: "Live" | "Preview";
@@ -50183,6 +51410,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50183
51410
  brandPersistentId?: string | undefined;
50184
51411
  themePersistentId?: string | undefined;
50185
51412
  themePersistentIds?: string[] | undefined;
51413
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50186
51414
  finishedAt?: Date | undefined;
50187
51415
  index?: number | undefined;
50188
51416
  estimatedExecutionTime?: number | undefined;
@@ -50227,6 +51455,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50227
51455
  brandPersistentId?: string | undefined;
50228
51456
  themePersistentId?: string | undefined;
50229
51457
  themePersistentIds?: string[] | undefined;
51458
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50230
51459
  webhookUrl?: string | undefined;
50231
51460
  destinationSnDocs?: {
50232
51461
  environment: "Live" | "Preview";
@@ -50381,6 +51610,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50381
51610
  brandPersistentId?: string | undefined;
50382
51611
  themePersistentId?: string | undefined;
50383
51612
  themePersistentIds?: string[] | undefined;
51613
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50384
51614
  finishedAt?: Date | undefined;
50385
51615
  index?: number | undefined;
50386
51616
  estimatedExecutionTime?: number | undefined;
@@ -50425,6 +51655,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50425
51655
  brandPersistentId?: string | undefined;
50426
51656
  themePersistentId?: string | undefined;
50427
51657
  themePersistentIds?: string[] | undefined;
51658
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50428
51659
  webhookUrl?: string | undefined;
50429
51660
  destinationSnDocs?: {
50430
51661
  environment: "Live" | "Preview";
@@ -51029,6 +52260,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51029
52260
  brandPersistentId: z.ZodOptional<z.ZodString>;
51030
52261
  themePersistentId: z.ZodOptional<z.ZodString>;
51031
52262
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
52263
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
51032
52264
  }, "strip", z.ZodTypeAny, {
51033
52265
  status: "InProgress" | "Failed" | "Success" | "Timeout";
51034
52266
  id: string;
@@ -51114,6 +52346,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51114
52346
  brandPersistentId?: string | undefined;
51115
52347
  themePersistentId?: string | undefined;
51116
52348
  themePersistentIds?: string[] | undefined;
52349
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51117
52350
  finishedAt?: Date | undefined;
51118
52351
  index?: number | undefined;
51119
52352
  estimatedExecutionTime?: number | undefined;
@@ -51239,6 +52472,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51239
52472
  brandPersistentId?: string | undefined;
51240
52473
  themePersistentId?: string | undefined;
51241
52474
  themePersistentIds?: string[] | undefined;
52475
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51242
52476
  finishedAt?: Date | undefined;
51243
52477
  index?: number | undefined;
51244
52478
  estimatedExecutionTime?: number | undefined;
@@ -51462,6 +52696,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51462
52696
  brandPersistentId: z.ZodOptional<z.ZodString>;
51463
52697
  themePersistentId: z.ZodOptional<z.ZodString>;
51464
52698
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
52699
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
51465
52700
  }, "strip", z.ZodTypeAny, {
51466
52701
  id: string;
51467
52702
  name: string;
@@ -51555,6 +52790,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51555
52790
  brandPersistentId?: string | undefined;
51556
52791
  themePersistentId?: string | undefined;
51557
52792
  themePersistentIds?: string[] | undefined;
52793
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51558
52794
  finishedAt?: Date | undefined;
51559
52795
  index?: number | undefined;
51560
52796
  estimatedExecutionTime?: number | undefined;
@@ -51599,6 +52835,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51599
52835
  brandPersistentId?: string | undefined;
51600
52836
  themePersistentId?: string | undefined;
51601
52837
  themePersistentIds?: string[] | undefined;
52838
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51602
52839
  webhookUrl?: string | undefined;
51603
52840
  destinationSnDocs?: {
51604
52841
  environment: "Live" | "Preview";
@@ -51751,6 +52988,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51751
52988
  brandPersistentId?: string | undefined;
51752
52989
  themePersistentId?: string | undefined;
51753
52990
  themePersistentIds?: string[] | undefined;
52991
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51754
52992
  finishedAt?: Date | undefined;
51755
52993
  index?: number | undefined;
51756
52994
  estimatedExecutionTime?: number | undefined;
@@ -51795,6 +53033,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51795
53033
  brandPersistentId?: string | undefined;
51796
53034
  themePersistentId?: string | undefined;
51797
53035
  themePersistentIds?: string[] | undefined;
53036
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51798
53037
  webhookUrl?: string | undefined;
51799
53038
  destinationSnDocs?: {
51800
53039
  environment: "Live" | "Preview";
@@ -51949,6 +53188,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51949
53188
  brandPersistentId?: string | undefined;
51950
53189
  themePersistentId?: string | undefined;
51951
53190
  themePersistentIds?: string[] | undefined;
53191
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51952
53192
  finishedAt?: Date | undefined;
51953
53193
  index?: number | undefined;
51954
53194
  estimatedExecutionTime?: number | undefined;
@@ -51993,6 +53233,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51993
53233
  brandPersistentId?: string | undefined;
51994
53234
  themePersistentId?: string | undefined;
51995
53235
  themePersistentIds?: string[] | undefined;
53236
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51996
53237
  webhookUrl?: string | undefined;
51997
53238
  destinationSnDocs?: {
51998
53239
  environment: "Live" | "Preview";
@@ -52147,6 +53388,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52147
53388
  brandPersistentId?: string | undefined;
52148
53389
  themePersistentId?: string | undefined;
52149
53390
  themePersistentIds?: string[] | undefined;
53391
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
52150
53392
  finishedAt?: Date | undefined;
52151
53393
  index?: number | undefined;
52152
53394
  estimatedExecutionTime?: number | undefined;
@@ -52191,6 +53433,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52191
53433
  brandPersistentId?: string | undefined;
52192
53434
  themePersistentId?: string | undefined;
52193
53435
  themePersistentIds?: string[] | undefined;
53436
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
52194
53437
  webhookUrl?: string | undefined;
52195
53438
  destinationSnDocs?: {
52196
53439
  environment: "Live" | "Preview";
@@ -72007,7 +73250,7 @@ declare const DTOIntegration: z.ZodObject<{
72007
73250
  createdAt: z.ZodDate;
72008
73251
  integrationCredentials: z.ZodOptional<z.ZodArray<z.ZodObject<Omit<{
72009
73252
  id: z.ZodString;
72010
- type: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
73253
+ type: z.ZodEnum<["OAuth2", "PAT"]>;
72011
73254
  integrationId: z.ZodString;
72012
73255
  accessToken: z.ZodString;
72013
73256
  userId: z.ZodString;
@@ -72062,7 +73305,7 @@ declare const DTOIntegration: z.ZodObject<{
72062
73305
  avatar?: string | undefined;
72063
73306
  }>>;
72064
73307
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
72065
- type: "OAuth2" | "PAT" | "GithubApp";
73308
+ type: "OAuth2" | "PAT";
72066
73309
  id: string;
72067
73310
  createdAt: Date;
72068
73311
  state: "Active" | "Inactive";
@@ -72090,7 +73333,7 @@ declare const DTOIntegration: z.ZodObject<{
72090
73333
  appInstallationId?: string | undefined;
72091
73334
  customUrl?: string | undefined;
72092
73335
  }, {
72093
- type: "OAuth2" | "PAT" | "GithubApp";
73336
+ type: "OAuth2" | "PAT";
72094
73337
  id: string;
72095
73338
  createdAt: Date;
72096
73339
  state: "Active" | "Inactive";
@@ -72143,7 +73386,7 @@ declare const DTOIntegration: z.ZodObject<{
72143
73386
  createdAt: Date;
72144
73387
  workspaceId: string;
72145
73388
  integrationCredentials?: {
72146
- type: "OAuth2" | "PAT" | "GithubApp";
73389
+ type: "OAuth2" | "PAT";
72147
73390
  id: string;
72148
73391
  createdAt: Date;
72149
73392
  state: "Active" | "Inactive";
@@ -72184,7 +73427,7 @@ declare const DTOIntegration: z.ZodObject<{
72184
73427
  createdAt: Date;
72185
73428
  workspaceId: string;
72186
73429
  integrationCredentials?: {
72187
- type: "OAuth2" | "PAT" | "GithubApp";
73430
+ type: "OAuth2" | "PAT";
72188
73431
  id: string;
72189
73432
  createdAt: Date;
72190
73433
  state: "Active" | "Inactive";
@@ -72223,7 +73466,7 @@ declare const DTOIntegration: z.ZodObject<{
72223
73466
  type DTOIntegration = z.infer<typeof DTOIntegration>;
72224
73467
  declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
72225
73468
  id: z.ZodString;
72226
- type: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
73469
+ type: z.ZodEnum<["OAuth2", "PAT"]>;
72227
73470
  integrationId: z.ZodString;
72228
73471
  accessToken: z.ZodString;
72229
73472
  userId: z.ZodString;
@@ -72278,7 +73521,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
72278
73521
  avatar?: string | undefined;
72279
73522
  }>>;
72280
73523
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
72281
- type: "OAuth2" | "PAT" | "GithubApp";
73524
+ type: "OAuth2" | "PAT";
72282
73525
  id: string;
72283
73526
  createdAt: Date;
72284
73527
  state: "Active" | "Inactive";
@@ -72306,7 +73549,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
72306
73549
  appInstallationId?: string | undefined;
72307
73550
  customUrl?: string | undefined;
72308
73551
  }, {
72309
- type: "OAuth2" | "PAT" | "GithubApp";
73552
+ type: "OAuth2" | "PAT";
72310
73553
  id: string;
72311
73554
  createdAt: Date;
72312
73555
  state: "Active" | "Inactive";
@@ -72351,7 +73594,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72351
73594
  createdAt: z.ZodDate;
72352
73595
  integrationCredentials: z.ZodOptional<z.ZodArray<z.ZodObject<Omit<{
72353
73596
  id: z.ZodString;
72354
- type: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
73597
+ type: z.ZodEnum<["OAuth2", "PAT"]>;
72355
73598
  integrationId: z.ZodString;
72356
73599
  accessToken: z.ZodString;
72357
73600
  userId: z.ZodString;
@@ -72406,7 +73649,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72406
73649
  avatar?: string | undefined;
72407
73650
  }>>;
72408
73651
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
72409
- type: "OAuth2" | "PAT" | "GithubApp";
73652
+ type: "OAuth2" | "PAT";
72410
73653
  id: string;
72411
73654
  createdAt: Date;
72412
73655
  state: "Active" | "Inactive";
@@ -72434,7 +73677,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72434
73677
  appInstallationId?: string | undefined;
72435
73678
  customUrl?: string | undefined;
72436
73679
  }, {
72437
- type: "OAuth2" | "PAT" | "GithubApp";
73680
+ type: "OAuth2" | "PAT";
72438
73681
  id: string;
72439
73682
  createdAt: Date;
72440
73683
  state: "Active" | "Inactive";
@@ -72487,7 +73730,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72487
73730
  createdAt: Date;
72488
73731
  workspaceId: string;
72489
73732
  integrationCredentials?: {
72490
- type: "OAuth2" | "PAT" | "GithubApp";
73733
+ type: "OAuth2" | "PAT";
72491
73734
  id: string;
72492
73735
  createdAt: Date;
72493
73736
  state: "Active" | "Inactive";
@@ -72528,7 +73771,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72528
73771
  createdAt: Date;
72529
73772
  workspaceId: string;
72530
73773
  integrationCredentials?: {
72531
- type: "OAuth2" | "PAT" | "GithubApp";
73774
+ type: "OAuth2" | "PAT";
72532
73775
  id: string;
72533
73776
  createdAt: Date;
72534
73777
  state: "Active" | "Inactive";
@@ -72571,7 +73814,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72571
73814
  createdAt: Date;
72572
73815
  workspaceId: string;
72573
73816
  integrationCredentials?: {
72574
- type: "OAuth2" | "PAT" | "GithubApp";
73817
+ type: "OAuth2" | "PAT";
72575
73818
  id: string;
72576
73819
  createdAt: Date;
72577
73820
  state: "Active" | "Inactive";
@@ -72614,7 +73857,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
72614
73857
  createdAt: Date;
72615
73858
  workspaceId: string;
72616
73859
  integrationCredentials?: {
72617
- type: "OAuth2" | "PAT" | "GithubApp";
73860
+ type: "OAuth2" | "PAT";
72618
73861
  id: string;
72619
73862
  createdAt: Date;
72620
73863
  state: "Active" | "Inactive";
@@ -72660,7 +73903,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72660
73903
  createdAt: z.ZodDate;
72661
73904
  integrationCredentials: z.ZodOptional<z.ZodArray<z.ZodObject<Omit<{
72662
73905
  id: z.ZodString;
72663
- type: z.ZodEnum<["OAuth2", "PAT", "GithubApp"]>;
73906
+ type: z.ZodEnum<["OAuth2", "PAT"]>;
72664
73907
  integrationId: z.ZodString;
72665
73908
  accessToken: z.ZodString;
72666
73909
  userId: z.ZodString;
@@ -72715,7 +73958,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72715
73958
  avatar?: string | undefined;
72716
73959
  }>>;
72717
73960
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
72718
- type: "OAuth2" | "PAT" | "GithubApp";
73961
+ type: "OAuth2" | "PAT";
72719
73962
  id: string;
72720
73963
  createdAt: Date;
72721
73964
  state: "Active" | "Inactive";
@@ -72743,7 +73986,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72743
73986
  appInstallationId?: string | undefined;
72744
73987
  customUrl?: string | undefined;
72745
73988
  }, {
72746
- type: "OAuth2" | "PAT" | "GithubApp";
73989
+ type: "OAuth2" | "PAT";
72747
73990
  id: string;
72748
73991
  createdAt: Date;
72749
73992
  state: "Active" | "Inactive";
@@ -72796,7 +74039,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72796
74039
  createdAt: Date;
72797
74040
  workspaceId: string;
72798
74041
  integrationCredentials?: {
72799
- type: "OAuth2" | "PAT" | "GithubApp";
74042
+ type: "OAuth2" | "PAT";
72800
74043
  id: string;
72801
74044
  createdAt: Date;
72802
74045
  state: "Active" | "Inactive";
@@ -72837,7 +74080,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72837
74080
  createdAt: Date;
72838
74081
  workspaceId: string;
72839
74082
  integrationCredentials?: {
72840
- type: "OAuth2" | "PAT" | "GithubApp";
74083
+ type: "OAuth2" | "PAT";
72841
74084
  id: string;
72842
74085
  createdAt: Date;
72843
74086
  state: "Active" | "Inactive";
@@ -72880,7 +74123,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72880
74123
  createdAt: Date;
72881
74124
  workspaceId: string;
72882
74125
  integrationCredentials?: {
72883
- type: "OAuth2" | "PAT" | "GithubApp";
74126
+ type: "OAuth2" | "PAT";
72884
74127
  id: string;
72885
74128
  createdAt: Date;
72886
74129
  state: "Active" | "Inactive";
@@ -72923,7 +74166,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
72923
74166
  createdAt: Date;
72924
74167
  workspaceId: string;
72925
74168
  integrationCredentials?: {
72926
- type: "OAuth2" | "PAT" | "GithubApp";
74169
+ type: "OAuth2" | "PAT";
72927
74170
  id: string;
72928
74171
  createdAt: Date;
72929
74172
  state: "Active" | "Inactive";
@@ -81743,6 +82986,50 @@ declare class ExportersEndpoint {
81743
82986
  }[]>;
81744
82987
  usesBrands: boolean;
81745
82988
  usesThemes: boolean;
82989
+ properties?: ({
82990
+ options: string[];
82991
+ type: "Enum";
82992
+ description: string;
82993
+ title: string;
82994
+ key: string;
82995
+ default: string;
82996
+ } | {
82997
+ type: "Boolean";
82998
+ description: string;
82999
+ title: string;
83000
+ key: string;
83001
+ default: boolean;
83002
+ } | {
83003
+ type: "String";
83004
+ description: string;
83005
+ title: string;
83006
+ key: string;
83007
+ default: string;
83008
+ } | {
83009
+ type: "Number";
83010
+ description: string;
83011
+ title: string;
83012
+ key: string;
83013
+ default: number;
83014
+ } | {
83015
+ type: "Array";
83016
+ description: string;
83017
+ title: string;
83018
+ key: string;
83019
+ default: string[];
83020
+ } | {
83021
+ type: "Object";
83022
+ description: string;
83023
+ title: string;
83024
+ key: string;
83025
+ default: Record<string, string>;
83026
+ allowedKeys?: {
83027
+ options: string[];
83028
+ } | undefined;
83029
+ allowedValues?: {
83030
+ options: string[];
83031
+ } | undefined;
83032
+ })[] | undefined;
81746
83033
  iconURL?: string | undefined;
81747
83034
  gitUrl?: string | undefined;
81748
83035
  gitBranch?: string | undefined;
@@ -81997,14 +83284,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
81997
83284
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
81998
83285
  }, "strip", z.ZodTypeAny, {
81999
83286
  id: string;
82000
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83287
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82001
83288
  name: string;
82002
83289
  options?: Record<string, any> | undefined;
82003
83290
  description?: string | undefined;
82004
83291
  variantOptions?: Record<string, Record<string, any>> | undefined;
82005
83292
  }, {
82006
83293
  id: string;
82007
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83294
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82008
83295
  name: string;
82009
83296
  options?: Record<string, any> | undefined;
82010
83297
  description?: string | undefined;
@@ -82100,7 +83387,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82100
83387
  }, "strip", z.ZodTypeAny, {
82101
83388
  properties: {
82102
83389
  id: string;
82103
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83390
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82104
83391
  name: string;
82105
83392
  options?: Record<string, any> | undefined;
82106
83393
  description?: string | undefined;
@@ -82139,7 +83426,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82139
83426
  }, {
82140
83427
  properties: {
82141
83428
  id: string;
82142
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83429
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82143
83430
  name: string;
82144
83431
  options?: Record<string, any> | undefined;
82145
83432
  description?: string | undefined;
@@ -82273,7 +83560,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82273
83560
  item: {
82274
83561
  properties: {
82275
83562
  id: string;
82276
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83563
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82277
83564
  name: string;
82278
83565
  options?: Record<string, any> | undefined;
82279
83566
  description?: string | undefined;
@@ -82346,7 +83633,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82346
83633
  item: {
82347
83634
  properties: {
82348
83635
  id: string;
82349
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83636
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82350
83637
  name: string;
82351
83638
  options?: Record<string, any> | undefined;
82352
83639
  description?: string | undefined;
@@ -82421,7 +83708,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82421
83708
  item: {
82422
83709
  properties: {
82423
83710
  id: string;
82424
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83711
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82425
83712
  name: string;
82426
83713
  options?: Record<string, any> | undefined;
82427
83714
  description?: string | undefined;
@@ -82496,7 +83783,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82496
83783
  item: {
82497
83784
  properties: {
82498
83785
  id: string;
82499
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
83786
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
82500
83787
  name: string;
82501
83788
  options?: Record<string, any> | undefined;
82502
83789
  description?: string | undefined;
@@ -82583,6 +83870,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82583
83870
  brandPersistentId: z.ZodOptional<z.ZodString>;
82584
83871
  themePersistentId: z.ZodOptional<z.ZodString>;
82585
83872
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
83873
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
82586
83874
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
82587
83875
  gitQuery: z.ZodObject<{
82588
83876
  organization: z.ZodOptional<z.ZodString>;
@@ -82974,6 +84262,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82974
84262
  brandPersistentId?: string | undefined;
82975
84263
  themePersistentId?: string | undefined;
82976
84264
  themePersistentIds?: string[] | undefined;
84265
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
82977
84266
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
82978
84267
  }, {
82979
84268
  name: string;
@@ -83052,6 +84341,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
83052
84341
  brandPersistentId?: string | undefined;
83053
84342
  themePersistentId?: string | undefined;
83054
84343
  themePersistentIds?: string[] | undefined;
84344
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83055
84345
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83056
84346
  }>;
83057
84347
  type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
@@ -83064,6 +84354,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83064
84354
  brandPersistentId: z.ZodOptional<z.ZodString>;
83065
84355
  themePersistentId: z.ZodOptional<z.ZodString>;
83066
84356
  themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
84357
+ exporterConfiguration: z.ZodOptional<z.ZodRecord<z.ZodString, 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>]>>>;
83067
84358
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
83068
84359
  gitQuery: z.ZodObject<{
83069
84360
  organization: z.ZodOptional<z.ZodString>;
@@ -83458,6 +84749,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83458
84749
  brandPersistentId?: string | undefined;
83459
84750
  themePersistentId?: string | undefined;
83460
84751
  themePersistentIds?: string[] | undefined;
84752
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83461
84753
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83462
84754
  }, {
83463
84755
  id: string;
@@ -83537,6 +84829,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83537
84829
  brandPersistentId?: string | undefined;
83538
84830
  themePersistentId?: string | undefined;
83539
84831
  themePersistentIds?: string[] | undefined;
84832
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83540
84833
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83541
84834
  }>;
83542
84835
  type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
@@ -84338,6 +85631,7 @@ declare class PipelinesEndpoint {
84338
85631
  brandPersistentId?: string | undefined;
84339
85632
  themePersistentId?: string | undefined;
84340
85633
  themePersistentIds?: string[] | undefined;
85634
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84341
85635
  finishedAt?: Date | undefined;
84342
85636
  index?: number | undefined;
84343
85637
  estimatedExecutionTime?: number | undefined;
@@ -84382,6 +85676,7 @@ declare class PipelinesEndpoint {
84382
85676
  brandPersistentId?: string | undefined;
84383
85677
  themePersistentId?: string | undefined;
84384
85678
  themePersistentIds?: string[] | undefined;
85679
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84385
85680
  webhookUrl?: string | undefined;
84386
85681
  destinationSnDocs?: {
84387
85682
  environment: "Live" | "Preview";
@@ -84537,6 +85832,7 @@ declare class PipelinesEndpoint {
84537
85832
  brandPersistentId?: string | undefined;
84538
85833
  themePersistentId?: string | undefined;
84539
85834
  themePersistentIds?: string[] | undefined;
85835
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84540
85836
  finishedAt?: Date | undefined;
84541
85837
  index?: number | undefined;
84542
85838
  estimatedExecutionTime?: number | undefined;
@@ -84581,6 +85877,7 @@ declare class PipelinesEndpoint {
84581
85877
  brandPersistentId?: string | undefined;
84582
85878
  themePersistentId?: string | undefined;
84583
85879
  themePersistentIds?: string[] | undefined;
85880
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84584
85881
  webhookUrl?: string | undefined;
84585
85882
  destinationSnDocs?: {
84586
85883
  environment: "Live" | "Preview";
@@ -84728,6 +86025,7 @@ declare class PipelinesEndpoint {
84728
86025
  brandPersistentId?: string | undefined;
84729
86026
  themePersistentId?: string | undefined;
84730
86027
  themePersistentIds?: string[] | undefined;
86028
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84731
86029
  finishedAt?: Date | undefined;
84732
86030
  index?: number | undefined;
84733
86031
  estimatedExecutionTime?: number | undefined;
@@ -84817,13 +86115,68 @@ declare class BrandsEndpoint {
84817
86115
  }>;
84818
86116
  }
84819
86117
 
86118
+ declare class DocumentationEndpoint {
86119
+ private readonly requestExecutor;
86120
+ constructor(requestExecutor: RequestExecutor);
86121
+ getStructure(designSystemId: string, versionId: string): Promise<{
86122
+ items: ({
86123
+ type: "Group";
86124
+ id: string;
86125
+ persistentId: string;
86126
+ designSystemVersionId: string;
86127
+ createdAt: Date;
86128
+ updatedAt: Date;
86129
+ shortPersistentId: string;
86130
+ title: string;
86131
+ isRoot: boolean;
86132
+ childrenIds: string[];
86133
+ groupBehavior: string;
86134
+ } | {
86135
+ path: string;
86136
+ type: "Page";
86137
+ id: string;
86138
+ persistentId: string;
86139
+ designSystemVersionId: string;
86140
+ createdAt: Date;
86141
+ updatedAt: Date;
86142
+ shortPersistentId: string;
86143
+ title: string;
86144
+ })[];
86145
+ }>;
86146
+ getDocStructure(dsId: string, vId: string): Promise<{
86147
+ items: ({
86148
+ type: "Group";
86149
+ id: string;
86150
+ persistentId: string;
86151
+ designSystemVersionId: string;
86152
+ createdAt: Date;
86153
+ updatedAt: Date;
86154
+ shortPersistentId: string;
86155
+ title: string;
86156
+ isRoot: boolean;
86157
+ childrenIds: string[];
86158
+ groupBehavior: string;
86159
+ } | {
86160
+ path: string;
86161
+ type: "Page";
86162
+ id: string;
86163
+ persistentId: string;
86164
+ designSystemVersionId: string;
86165
+ createdAt: Date;
86166
+ updatedAt: Date;
86167
+ shortPersistentId: string;
86168
+ title: string;
86169
+ })[];
86170
+ }>;
86171
+ }
86172
+
84820
86173
  declare class DesignSystemComponentEndpoint {
84821
86174
  private readonly requestExecutor;
84822
86175
  constructor(requestExecutor: RequestExecutor);
84823
86176
  create(dsId: string, vId: string, body: DTODesignSystemComponentCreateInput): Promise<any>;
84824
86177
  }
84825
86178
 
84826
- declare class ElementsActionsEndpoint {
86179
+ declare class ElementsActionEndpoint {
84827
86180
  private readonly requestExecutor;
84828
86181
  constructor(requestExecutor: RequestExecutor);
84829
86182
  createDocPage(dsId: string, vId: string, input: DTOCreateDocumentationPageInputV2): Promise<{
@@ -84930,6 +86283,766 @@ declare class ElementsActionsEndpoint {
84930
86283
  };
84931
86284
  }[];
84932
86285
  }>;
86286
+ createDocGroup(dsId: string, vId: string, input: DTOCreateDocumentationGroupInput): Promise<{
86287
+ type: "DocumentationGroupCreate";
86288
+ output: {
86289
+ success: true;
86290
+ };
86291
+ } | {
86292
+ type: "DocumentationTabCreate";
86293
+ output: {
86294
+ success: true;
86295
+ };
86296
+ } | {
86297
+ type: "DocumentationGroupUpdate";
86298
+ output: {
86299
+ success: true;
86300
+ };
86301
+ } | {
86302
+ type: "DocumentationGroupMove";
86303
+ output: {
86304
+ success: true;
86305
+ };
86306
+ } | {
86307
+ type: "DocumentationGroupDuplicate";
86308
+ output: {
86309
+ success: true;
86310
+ };
86311
+ } | {
86312
+ type: "DocumentationGroupDelete";
86313
+ output: {
86314
+ success: true;
86315
+ };
86316
+ } | {
86317
+ type: "DocumentationTabGroupDelete";
86318
+ output: {
86319
+ success: true;
86320
+ };
86321
+ } | {
86322
+ type: "DocumentationPageCreate";
86323
+ output: {
86324
+ success: true;
86325
+ };
86326
+ } | {
86327
+ type: "DocumentationPageUpdate";
86328
+ output: {
86329
+ success: true;
86330
+ };
86331
+ } | {
86332
+ type: "DocumentationPageMove";
86333
+ output: {
86334
+ success: true;
86335
+ };
86336
+ } | {
86337
+ type: "DocumentationPageDuplicate";
86338
+ output: {
86339
+ success: true;
86340
+ };
86341
+ } | {
86342
+ type: "DocumentationPageDelete";
86343
+ output: {
86344
+ success: true;
86345
+ };
86346
+ } | {
86347
+ type: "DocumentationPageRestore";
86348
+ output: {
86349
+ success: true;
86350
+ };
86351
+ } | {
86352
+ type: "DocumentationGroupRestore";
86353
+ output: {
86354
+ success: true;
86355
+ };
86356
+ } | {
86357
+ type: "DocumentationPageApprovalStateChange";
86358
+ output: {
86359
+ success: true;
86360
+ };
86361
+ } | {
86362
+ type: "FigmaNodeRender";
86363
+ figmaNodes: {
86364
+ id: string;
86365
+ persistentId: string;
86366
+ meta: {
86367
+ name: string;
86368
+ description?: string | undefined;
86369
+ };
86370
+ designSystemVersionId: string;
86371
+ createdAt: Date;
86372
+ updatedAt: Date;
86373
+ data: {
86374
+ figmaNodeId: string;
86375
+ isValid: boolean;
86376
+ assetId: string;
86377
+ assetUrl: string;
86378
+ assetFormat: "Png" | "Svg";
86379
+ assetScale: number;
86380
+ assetWidth?: number | undefined;
86381
+ assetHeight?: number | undefined;
86382
+ };
86383
+ origin: {
86384
+ sourceId: string;
86385
+ fileId?: string | undefined;
86386
+ parentName?: string | undefined;
86387
+ };
86388
+ }[];
86389
+ }>;
86390
+ moveDocGroup(dsId: string, vId: string, input: DTOMoveDocumentationGroupInput): Promise<{
86391
+ type: "DocumentationGroupCreate";
86392
+ output: {
86393
+ success: true;
86394
+ };
86395
+ } | {
86396
+ type: "DocumentationTabCreate";
86397
+ output: {
86398
+ success: true;
86399
+ };
86400
+ } | {
86401
+ type: "DocumentationGroupUpdate";
86402
+ output: {
86403
+ success: true;
86404
+ };
86405
+ } | {
86406
+ type: "DocumentationGroupMove";
86407
+ output: {
86408
+ success: true;
86409
+ };
86410
+ } | {
86411
+ type: "DocumentationGroupDuplicate";
86412
+ output: {
86413
+ success: true;
86414
+ };
86415
+ } | {
86416
+ type: "DocumentationGroupDelete";
86417
+ output: {
86418
+ success: true;
86419
+ };
86420
+ } | {
86421
+ type: "DocumentationTabGroupDelete";
86422
+ output: {
86423
+ success: true;
86424
+ };
86425
+ } | {
86426
+ type: "DocumentationPageCreate";
86427
+ output: {
86428
+ success: true;
86429
+ };
86430
+ } | {
86431
+ type: "DocumentationPageUpdate";
86432
+ output: {
86433
+ success: true;
86434
+ };
86435
+ } | {
86436
+ type: "DocumentationPageMove";
86437
+ output: {
86438
+ success: true;
86439
+ };
86440
+ } | {
86441
+ type: "DocumentationPageDuplicate";
86442
+ output: {
86443
+ success: true;
86444
+ };
86445
+ } | {
86446
+ type: "DocumentationPageDelete";
86447
+ output: {
86448
+ success: true;
86449
+ };
86450
+ } | {
86451
+ type: "DocumentationPageRestore";
86452
+ output: {
86453
+ success: true;
86454
+ };
86455
+ } | {
86456
+ type: "DocumentationGroupRestore";
86457
+ output: {
86458
+ success: true;
86459
+ };
86460
+ } | {
86461
+ type: "DocumentationPageApprovalStateChange";
86462
+ output: {
86463
+ success: true;
86464
+ };
86465
+ } | {
86466
+ type: "FigmaNodeRender";
86467
+ figmaNodes: {
86468
+ id: string;
86469
+ persistentId: string;
86470
+ meta: {
86471
+ name: string;
86472
+ description?: string | undefined;
86473
+ };
86474
+ designSystemVersionId: string;
86475
+ createdAt: Date;
86476
+ updatedAt: Date;
86477
+ data: {
86478
+ figmaNodeId: string;
86479
+ isValid: boolean;
86480
+ assetId: string;
86481
+ assetUrl: string;
86482
+ assetFormat: "Png" | "Svg";
86483
+ assetScale: number;
86484
+ assetWidth?: number | undefined;
86485
+ assetHeight?: number | undefined;
86486
+ };
86487
+ origin: {
86488
+ sourceId: string;
86489
+ fileId?: string | undefined;
86490
+ parentName?: string | undefined;
86491
+ };
86492
+ }[];
86493
+ }>;
86494
+ updateDocPage(dsId: string, vId: string, input: DTOUpdateDocumentationPageInputV2): Promise<{
86495
+ type: "DocumentationGroupCreate";
86496
+ output: {
86497
+ success: true;
86498
+ };
86499
+ } | {
86500
+ type: "DocumentationTabCreate";
86501
+ output: {
86502
+ success: true;
86503
+ };
86504
+ } | {
86505
+ type: "DocumentationGroupUpdate";
86506
+ output: {
86507
+ success: true;
86508
+ };
86509
+ } | {
86510
+ type: "DocumentationGroupMove";
86511
+ output: {
86512
+ success: true;
86513
+ };
86514
+ } | {
86515
+ type: "DocumentationGroupDuplicate";
86516
+ output: {
86517
+ success: true;
86518
+ };
86519
+ } | {
86520
+ type: "DocumentationGroupDelete";
86521
+ output: {
86522
+ success: true;
86523
+ };
86524
+ } | {
86525
+ type: "DocumentationTabGroupDelete";
86526
+ output: {
86527
+ success: true;
86528
+ };
86529
+ } | {
86530
+ type: "DocumentationPageCreate";
86531
+ output: {
86532
+ success: true;
86533
+ };
86534
+ } | {
86535
+ type: "DocumentationPageUpdate";
86536
+ output: {
86537
+ success: true;
86538
+ };
86539
+ } | {
86540
+ type: "DocumentationPageMove";
86541
+ output: {
86542
+ success: true;
86543
+ };
86544
+ } | {
86545
+ type: "DocumentationPageDuplicate";
86546
+ output: {
86547
+ success: true;
86548
+ };
86549
+ } | {
86550
+ type: "DocumentationPageDelete";
86551
+ output: {
86552
+ success: true;
86553
+ };
86554
+ } | {
86555
+ type: "DocumentationPageRestore";
86556
+ output: {
86557
+ success: true;
86558
+ };
86559
+ } | {
86560
+ type: "DocumentationGroupRestore";
86561
+ output: {
86562
+ success: true;
86563
+ };
86564
+ } | {
86565
+ type: "DocumentationPageApprovalStateChange";
86566
+ output: {
86567
+ success: true;
86568
+ };
86569
+ } | {
86570
+ type: "FigmaNodeRender";
86571
+ figmaNodes: {
86572
+ id: string;
86573
+ persistentId: string;
86574
+ meta: {
86575
+ name: string;
86576
+ description?: string | undefined;
86577
+ };
86578
+ designSystemVersionId: string;
86579
+ createdAt: Date;
86580
+ updatedAt: Date;
86581
+ data: {
86582
+ figmaNodeId: string;
86583
+ isValid: boolean;
86584
+ assetId: string;
86585
+ assetUrl: string;
86586
+ assetFormat: "Png" | "Svg";
86587
+ assetScale: number;
86588
+ assetWidth?: number | undefined;
86589
+ assetHeight?: number | undefined;
86590
+ };
86591
+ origin: {
86592
+ sourceId: string;
86593
+ fileId?: string | undefined;
86594
+ parentName?: string | undefined;
86595
+ };
86596
+ }[];
86597
+ }>;
86598
+ updateDocGroup(dsId: string, vId: string, input: DTOUpdateDocumentationGroupInput): Promise<{
86599
+ type: "DocumentationGroupCreate";
86600
+ output: {
86601
+ success: true;
86602
+ };
86603
+ } | {
86604
+ type: "DocumentationTabCreate";
86605
+ output: {
86606
+ success: true;
86607
+ };
86608
+ } | {
86609
+ type: "DocumentationGroupUpdate";
86610
+ output: {
86611
+ success: true;
86612
+ };
86613
+ } | {
86614
+ type: "DocumentationGroupMove";
86615
+ output: {
86616
+ success: true;
86617
+ };
86618
+ } | {
86619
+ type: "DocumentationGroupDuplicate";
86620
+ output: {
86621
+ success: true;
86622
+ };
86623
+ } | {
86624
+ type: "DocumentationGroupDelete";
86625
+ output: {
86626
+ success: true;
86627
+ };
86628
+ } | {
86629
+ type: "DocumentationTabGroupDelete";
86630
+ output: {
86631
+ success: true;
86632
+ };
86633
+ } | {
86634
+ type: "DocumentationPageCreate";
86635
+ output: {
86636
+ success: true;
86637
+ };
86638
+ } | {
86639
+ type: "DocumentationPageUpdate";
86640
+ output: {
86641
+ success: true;
86642
+ };
86643
+ } | {
86644
+ type: "DocumentationPageMove";
86645
+ output: {
86646
+ success: true;
86647
+ };
86648
+ } | {
86649
+ type: "DocumentationPageDuplicate";
86650
+ output: {
86651
+ success: true;
86652
+ };
86653
+ } | {
86654
+ type: "DocumentationPageDelete";
86655
+ output: {
86656
+ success: true;
86657
+ };
86658
+ } | {
86659
+ type: "DocumentationPageRestore";
86660
+ output: {
86661
+ success: true;
86662
+ };
86663
+ } | {
86664
+ type: "DocumentationGroupRestore";
86665
+ output: {
86666
+ success: true;
86667
+ };
86668
+ } | {
86669
+ type: "DocumentationPageApprovalStateChange";
86670
+ output: {
86671
+ success: true;
86672
+ };
86673
+ } | {
86674
+ type: "FigmaNodeRender";
86675
+ figmaNodes: {
86676
+ id: string;
86677
+ persistentId: string;
86678
+ meta: {
86679
+ name: string;
86680
+ description?: string | undefined;
86681
+ };
86682
+ designSystemVersionId: string;
86683
+ createdAt: Date;
86684
+ updatedAt: Date;
86685
+ data: {
86686
+ figmaNodeId: string;
86687
+ isValid: boolean;
86688
+ assetId: string;
86689
+ assetUrl: string;
86690
+ assetFormat: "Png" | "Svg";
86691
+ assetScale: number;
86692
+ assetWidth?: number | undefined;
86693
+ assetHeight?: number | undefined;
86694
+ };
86695
+ origin: {
86696
+ sourceId: string;
86697
+ fileId?: string | undefined;
86698
+ parentName?: string | undefined;
86699
+ };
86700
+ }[];
86701
+ }>;
86702
+ createDocTab(dsId: string, vId: string, input: DTOCreateDocumentationTabInput): Promise<{
86703
+ type: "DocumentationGroupCreate";
86704
+ output: {
86705
+ success: true;
86706
+ };
86707
+ } | {
86708
+ type: "DocumentationTabCreate";
86709
+ output: {
86710
+ success: true;
86711
+ };
86712
+ } | {
86713
+ type: "DocumentationGroupUpdate";
86714
+ output: {
86715
+ success: true;
86716
+ };
86717
+ } | {
86718
+ type: "DocumentationGroupMove";
86719
+ output: {
86720
+ success: true;
86721
+ };
86722
+ } | {
86723
+ type: "DocumentationGroupDuplicate";
86724
+ output: {
86725
+ success: true;
86726
+ };
86727
+ } | {
86728
+ type: "DocumentationGroupDelete";
86729
+ output: {
86730
+ success: true;
86731
+ };
86732
+ } | {
86733
+ type: "DocumentationTabGroupDelete";
86734
+ output: {
86735
+ success: true;
86736
+ };
86737
+ } | {
86738
+ type: "DocumentationPageCreate";
86739
+ output: {
86740
+ success: true;
86741
+ };
86742
+ } | {
86743
+ type: "DocumentationPageUpdate";
86744
+ output: {
86745
+ success: true;
86746
+ };
86747
+ } | {
86748
+ type: "DocumentationPageMove";
86749
+ output: {
86750
+ success: true;
86751
+ };
86752
+ } | {
86753
+ type: "DocumentationPageDuplicate";
86754
+ output: {
86755
+ success: true;
86756
+ };
86757
+ } | {
86758
+ type: "DocumentationPageDelete";
86759
+ output: {
86760
+ success: true;
86761
+ };
86762
+ } | {
86763
+ type: "DocumentationPageRestore";
86764
+ output: {
86765
+ success: true;
86766
+ };
86767
+ } | {
86768
+ type: "DocumentationGroupRestore";
86769
+ output: {
86770
+ success: true;
86771
+ };
86772
+ } | {
86773
+ type: "DocumentationPageApprovalStateChange";
86774
+ output: {
86775
+ success: true;
86776
+ };
86777
+ } | {
86778
+ type: "FigmaNodeRender";
86779
+ figmaNodes: {
86780
+ id: string;
86781
+ persistentId: string;
86782
+ meta: {
86783
+ name: string;
86784
+ description?: string | undefined;
86785
+ };
86786
+ designSystemVersionId: string;
86787
+ createdAt: Date;
86788
+ updatedAt: Date;
86789
+ data: {
86790
+ figmaNodeId: string;
86791
+ isValid: boolean;
86792
+ assetId: string;
86793
+ assetUrl: string;
86794
+ assetFormat: "Png" | "Svg";
86795
+ assetScale: number;
86796
+ assetWidth?: number | undefined;
86797
+ assetHeight?: number | undefined;
86798
+ };
86799
+ origin: {
86800
+ sourceId: string;
86801
+ fileId?: string | undefined;
86802
+ parentName?: string | undefined;
86803
+ };
86804
+ }[];
86805
+ }>;
86806
+ renderNodes(dsId: string, vId: string, input: DTOFigmaNodeRenderInput[]): Promise<{
86807
+ type: "DocumentationGroupCreate";
86808
+ output: {
86809
+ success: true;
86810
+ };
86811
+ } | {
86812
+ type: "DocumentationTabCreate";
86813
+ output: {
86814
+ success: true;
86815
+ };
86816
+ } | {
86817
+ type: "DocumentationGroupUpdate";
86818
+ output: {
86819
+ success: true;
86820
+ };
86821
+ } | {
86822
+ type: "DocumentationGroupMove";
86823
+ output: {
86824
+ success: true;
86825
+ };
86826
+ } | {
86827
+ type: "DocumentationGroupDuplicate";
86828
+ output: {
86829
+ success: true;
86830
+ };
86831
+ } | {
86832
+ type: "DocumentationGroupDelete";
86833
+ output: {
86834
+ success: true;
86835
+ };
86836
+ } | {
86837
+ type: "DocumentationTabGroupDelete";
86838
+ output: {
86839
+ success: true;
86840
+ };
86841
+ } | {
86842
+ type: "DocumentationPageCreate";
86843
+ output: {
86844
+ success: true;
86845
+ };
86846
+ } | {
86847
+ type: "DocumentationPageUpdate";
86848
+ output: {
86849
+ success: true;
86850
+ };
86851
+ } | {
86852
+ type: "DocumentationPageMove";
86853
+ output: {
86854
+ success: true;
86855
+ };
86856
+ } | {
86857
+ type: "DocumentationPageDuplicate";
86858
+ output: {
86859
+ success: true;
86860
+ };
86861
+ } | {
86862
+ type: "DocumentationPageDelete";
86863
+ output: {
86864
+ success: true;
86865
+ };
86866
+ } | {
86867
+ type: "DocumentationPageRestore";
86868
+ output: {
86869
+ success: true;
86870
+ };
86871
+ } | {
86872
+ type: "DocumentationGroupRestore";
86873
+ output: {
86874
+ success: true;
86875
+ };
86876
+ } | {
86877
+ type: "DocumentationPageApprovalStateChange";
86878
+ output: {
86879
+ success: true;
86880
+ };
86881
+ } | {
86882
+ type: "FigmaNodeRender";
86883
+ figmaNodes: {
86884
+ id: string;
86885
+ persistentId: string;
86886
+ meta: {
86887
+ name: string;
86888
+ description?: string | undefined;
86889
+ };
86890
+ designSystemVersionId: string;
86891
+ createdAt: Date;
86892
+ updatedAt: Date;
86893
+ data: {
86894
+ figmaNodeId: string;
86895
+ isValid: boolean;
86896
+ assetId: string;
86897
+ assetUrl: string;
86898
+ assetFormat: "Png" | "Svg";
86899
+ assetScale: number;
86900
+ assetWidth?: number | undefined;
86901
+ assetHeight?: number | undefined;
86902
+ };
86903
+ origin: {
86904
+ sourceId: string;
86905
+ fileId?: string | undefined;
86906
+ parentName?: string | undefined;
86907
+ };
86908
+ }[];
86909
+ }>;
86910
+ private action;
86911
+ }
86912
+
86913
+ declare class ElementsEndpoint {
86914
+ private readonly requestExecutor;
86915
+ constructor(requestExecutor: RequestExecutor);
86916
+ getElements(dsId: string, vId: string, query: DTOElementsGetQueryParsed): Promise<{
86917
+ figmaNodes?: {
86918
+ id: string;
86919
+ persistentId: string;
86920
+ meta: {
86921
+ name: string;
86922
+ description?: string | undefined;
86923
+ };
86924
+ designSystemVersionId: string;
86925
+ createdAt: Date;
86926
+ updatedAt: Date;
86927
+ data: {
86928
+ figmaNodeId: string;
86929
+ isValid: boolean;
86930
+ assetId: string;
86931
+ assetUrl: string;
86932
+ assetFormat: "Png" | "Svg";
86933
+ assetScale: number;
86934
+ assetWidth?: number | undefined;
86935
+ assetHeight?: number | undefined;
86936
+ };
86937
+ origin: {
86938
+ sourceId: string;
86939
+ fileId?: string | undefined;
86940
+ parentName?: string | undefined;
86941
+ };
86942
+ }[] | undefined;
86943
+ }>;
86944
+ }
86945
+
86946
+ declare class FigmaComponentGroupsEndpoint {
86947
+ private readonly requestExecutor;
86948
+ constructor(requestExecutor: RequestExecutor);
86949
+ list(dsId: string, vId: string): Promise<{
86950
+ groups: {
86951
+ id: string;
86952
+ persistentId: string;
86953
+ meta: {
86954
+ name: string;
86955
+ description?: string | undefined;
86956
+ };
86957
+ designSystemVersionId: string;
86958
+ isRoot: boolean;
86959
+ childrenIds: string[];
86960
+ brandId: string;
86961
+ }[];
86962
+ }>;
86963
+ }
86964
+
86965
+ declare class FigmaComponentsEndpoint {
86966
+ private readonly requestExecutor;
86967
+ constructor(requestExecutor: RequestExecutor);
86968
+ list(dsId: string, vId: string): Promise<{
86969
+ components: {
86970
+ id: string;
86971
+ persistentId: string;
86972
+ meta: {
86973
+ name: string;
86974
+ description?: string | undefined;
86975
+ };
86976
+ designSystemVersionId: string;
86977
+ createdAt: Date;
86978
+ updatedAt: Date;
86979
+ brandId: string;
86980
+ exportProperties: {
86981
+ isAsset: boolean;
86982
+ };
86983
+ thumbnailUrl?: string | undefined;
86984
+ svgUrl?: string | undefined;
86985
+ originComponent?: {
86986
+ id: string;
86987
+ name: string;
86988
+ sourceId: string;
86989
+ width?: number | undefined;
86990
+ height?: number | undefined;
86991
+ nodeId?: string | undefined;
86992
+ } | undefined;
86993
+ parentComponentPersistentId?: string | undefined;
86994
+ childrenPersistentIds?: string[] | undefined;
86995
+ componentPropertyDefinitions?: Record<string, {
86996
+ id: string;
86997
+ type: "Boolean";
86998
+ name: string;
86999
+ defaultValue: boolean;
87000
+ } | {
87001
+ id: string;
87002
+ type: "InstanceSwap";
87003
+ name: string;
87004
+ defaultValue: string;
87005
+ defaultValuePreview?: {
87006
+ componentName: string;
87007
+ isRemote: boolean;
87008
+ componentSetName?: string | undefined;
87009
+ } | undefined;
87010
+ } | {
87011
+ id: string;
87012
+ type: "Text";
87013
+ name: string;
87014
+ defaultValue: string;
87015
+ } | {
87016
+ id: string;
87017
+ options: string[];
87018
+ type: "Variant";
87019
+ name: string;
87020
+ defaultValue: string;
87021
+ }> | undefined;
87022
+ variantPropertyValues?: Record<string, string> | undefined;
87023
+ }[];
87024
+ }>;
87025
+ }
87026
+
87027
+ declare class FigmaFrameStructuresEndpoint {
87028
+ private readonly requestExecutor;
87029
+ constructor(requestExecutor: RequestExecutor);
87030
+ list(dsId: string, vId: string): Promise<{
87031
+ structures: {
87032
+ id: string;
87033
+ persistentId: string;
87034
+ designSystemVersionId: string;
87035
+ origin: {
87036
+ sourceId: string;
87037
+ fileId?: string | undefined;
87038
+ };
87039
+ assetsInFile: {
87040
+ components: number;
87041
+ componentSets: number;
87042
+ frames: number;
87043
+ };
87044
+ }[];
87045
+ }>;
84933
87046
  }
84934
87047
 
84935
87048
  declare class ImportJobsEndpoint {
@@ -84941,10 +87054,10 @@ declare class ImportJobsEndpoint {
84941
87054
  designSystemVersionId: string;
84942
87055
  createdAt: Date;
84943
87056
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
87057
+ sourceIds: string[];
84944
87058
  designSystemId: string;
84945
87059
  operation: "Import";
84946
87060
  stateChangedAt: Date;
84947
- sourceIds: string[];
84948
87061
  };
84949
87062
  }>;
84950
87063
  }
@@ -84960,7 +87073,7 @@ declare class ElementPropertyDefinitionsEndpoint {
84960
87073
  constructor(requestExecutor: RequestExecutor);
84961
87074
  list(designSystemId: string, versionId: string): Promise<{
84962
87075
  definitions: {
84963
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
87076
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
84964
87077
  id: string;
84965
87078
  persistentId: string;
84966
87079
  meta: {
@@ -84984,7 +87097,7 @@ declare class ElementPropertyDefinitionsEndpoint {
84984
87097
  }>;
84985
87098
  create(designSystemId: string, versionId: string, body: DTOElementPropertyDefinitionCreatePayload): Promise<{
84986
87099
  definition: {
84987
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
87100
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
84988
87101
  id: string;
84989
87102
  persistentId: string;
84990
87103
  meta: {
@@ -85008,7 +87121,7 @@ declare class ElementPropertyDefinitionsEndpoint {
85008
87121
  }>;
85009
87122
  update(designSystemId: string, versionId: string, defId: string, body: DTOElementPropertyDefinitionUpdatePayload): Promise<{
85010
87123
  definition: {
85011
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
87124
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
85012
87125
  id: string;
85013
87126
  persistentId: string;
85014
87127
  meta: {
@@ -86259,7 +88372,7 @@ declare class TokenGroupsEndpoint {
86259
88372
  isRoot: boolean;
86260
88373
  childrenIds: string[];
86261
88374
  brandId: string;
86262
- tokenType: "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
88375
+ tokenType: "String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font";
86263
88376
  };
86264
88377
  }>;
86265
88378
  list(dsId: string, versionId: string): Promise<DTODesignTokenGroupListResponse>;
@@ -86651,61 +88764,6 @@ declare class TokensEndpoint {
86651
88764
  get(dsId: string, versionId: string, tokenId: string): Promise<DTODesignTokenListResponse>;
86652
88765
  }
86653
88766
 
86654
- declare class DocumentationEndpoint {
86655
- private readonly requestExecutor;
86656
- constructor(requestExecutor: RequestExecutor);
86657
- getStructure(designSystemId: string, versionId: string): Promise<{
86658
- items: ({
86659
- type: "Group";
86660
- id: string;
86661
- persistentId: string;
86662
- designSystemVersionId: string;
86663
- createdAt: Date;
86664
- updatedAt: Date;
86665
- shortPersistentId: string;
86666
- title: string;
86667
- isRoot: boolean;
86668
- childrenIds: string[];
86669
- groupBehavior: string;
86670
- } | {
86671
- path: string;
86672
- type: "Page";
86673
- id: string;
86674
- persistentId: string;
86675
- designSystemVersionId: string;
86676
- createdAt: Date;
86677
- updatedAt: Date;
86678
- shortPersistentId: string;
86679
- title: string;
86680
- })[];
86681
- }>;
86682
- getDocStructure(dsId: string, vId: string): Promise<{
86683
- items: ({
86684
- type: "Group";
86685
- id: string;
86686
- persistentId: string;
86687
- designSystemVersionId: string;
86688
- createdAt: Date;
86689
- updatedAt: Date;
86690
- shortPersistentId: string;
86691
- title: string;
86692
- isRoot: boolean;
86693
- childrenIds: string[];
86694
- groupBehavior: string;
86695
- } | {
86696
- path: string;
86697
- type: "Page";
86698
- id: string;
86699
- persistentId: string;
86700
- designSystemVersionId: string;
86701
- createdAt: Date;
86702
- updatedAt: Date;
86703
- shortPersistentId: string;
86704
- title: string;
86705
- })[];
86706
- }>;
86707
- }
86708
-
86709
88767
  declare class DesignSystemVersionsEndpoint {
86710
88768
  private readonly requestExecutor;
86711
88769
  readonly themes: ThemesEndpoint;
@@ -86714,10 +88772,14 @@ declare class DesignSystemVersionsEndpoint {
86714
88772
  readonly importJobs: ImportJobsEndpoint;
86715
88773
  readonly tokens: TokensEndpoint;
86716
88774
  readonly tokenGroups: TokenGroupsEndpoint;
88775
+ readonly figmaComponents: FigmaComponentsEndpoint;
88776
+ readonly figmaComponentGroups: FigmaComponentGroupsEndpoint;
88777
+ readonly figmaFrameStructures: FigmaFrameStructuresEndpoint;
86717
88778
  readonly stats: VersionStatsEndpoint;
86718
88779
  readonly elementPropertyDefinitions: ElementPropertyDefinitionsEndpoint;
86719
88780
  readonly elementPropertyValues: ElementPropertyValuesEndpoint;
86720
- readonly elementsActions: ElementsActionsEndpoint;
88781
+ readonly elementsAction: ElementsActionEndpoint;
88782
+ readonly elements: ElementsEndpoint;
86721
88783
  readonly designSystemComponents: DesignSystemComponentEndpoint;
86722
88784
  readonly documentation: DocumentationEndpoint;
86723
88785
  constructor(requestExecutor: RequestExecutor);
@@ -86767,10 +88829,10 @@ declare class DesignSystemBffEndpoint {
86767
88829
  designSystemVersionId: string;
86768
88830
  createdAt: Date;
86769
88831
  state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
88832
+ sourceIds: string[];
86770
88833
  designSystemId: string;
86771
88834
  operation: "Import";
86772
88835
  stateChangedAt: Date;
86773
- sourceIds: string[];
86774
88836
  };
86775
88837
  }>;
86776
88838
  }
@@ -86824,6 +88886,122 @@ declare class DesignSystemMembersEndpoint {
86824
88886
  declare class DesignSystemSourcesEndpoint {
86825
88887
  private readonly requestExecutor;
86826
88888
  constructor(requestExecutor: RequestExecutor);
88889
+ create(dsId: string, payload: DTODataSourceFigmaCreatePayload): Promise<{
88890
+ source: {
88891
+ type: "Figma";
88892
+ id: string;
88893
+ brandId: string;
88894
+ fileName: string;
88895
+ scope: {
88896
+ assets: boolean;
88897
+ components: boolean;
88898
+ tokens: boolean;
88899
+ documentationFrames: boolean;
88900
+ isUnpublishedContentFallbackEnabled: boolean;
88901
+ themePersistentId?: string | undefined;
88902
+ };
88903
+ themeId?: string | null | undefined;
88904
+ cloud?: {
88905
+ fileId: string;
88906
+ state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
88907
+ autoImportMode: "Never" | "Hourly";
88908
+ ownerId: string;
88909
+ stats: {
88910
+ assets: number;
88911
+ components: number;
88912
+ frames: number;
88913
+ tokens: number;
88914
+ };
88915
+ fileThumbnailUrl?: string | undefined;
88916
+ lastImportResult?: {
88917
+ components: number;
88918
+ componentSets: number;
88919
+ frames: number;
88920
+ tokensCreated: number;
88921
+ tokensUpdated: number;
88922
+ tokensDeleted: number;
88923
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
88924
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
88925
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
88926
+ componentsCreated: number;
88927
+ componentsUpdated: number;
88928
+ componentsDeleted: number;
88929
+ componentAssetsCreated: number;
88930
+ componentAssetsUpdated: number;
88931
+ componentAssetsDeleted: number;
88932
+ isFailed: boolean;
88933
+ warnings: {
88934
+ warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
88935
+ componentId?: string | undefined;
88936
+ componentName?: string | undefined;
88937
+ styleId?: string | undefined;
88938
+ styleName?: string | undefined;
88939
+ unsupportedStyleValueType?: string | undefined;
88940
+ referenceId?: string | undefined;
88941
+ }[];
88942
+ error?: any;
88943
+ sourceId?: string | undefined;
88944
+ brandId?: string | undefined;
88945
+ versionId?: string | undefined;
88946
+ } | null | undefined;
88947
+ lastImportedAt?: Date | null | undefined;
88948
+ lastImportedVersion?: {
88949
+ description: string;
88950
+ id: string;
88951
+ created_at: Date;
88952
+ label: string;
88953
+ } | null | undefined;
88954
+ lastUpdatesCheckedAt?: Date | null | undefined;
88955
+ ownerUserName?: string | undefined;
88956
+ preferredCredentialId?: string | undefined;
88957
+ } | null | undefined;
88958
+ } | {
88959
+ type: "TokenStudio";
88960
+ id: string;
88961
+ brandId: string;
88962
+ fileName: string;
88963
+ tokenStudio: {
88964
+ lastImportedAt: Date;
88965
+ settings: {
88966
+ dryRun: boolean;
88967
+ verbose: boolean;
88968
+ preciseCopy: boolean;
88969
+ };
88970
+ connectionName: string;
88971
+ lastImportedResults: {
88972
+ mapping: {
88973
+ tokenSets: string[];
88974
+ supernovaBrand: string;
88975
+ supernovaTheme?: string | undefined;
88976
+ };
88977
+ isFailed: boolean;
88978
+ tokensCreated: number;
88979
+ tokensDeleted: number;
88980
+ tokensUpdated: number;
88981
+ }[];
88982
+ };
88983
+ themeId?: string | null | undefined;
88984
+ } | {
88985
+ type: "FigmaVariablesPlugin";
88986
+ id: string;
88987
+ brandId: string;
88988
+ fileName: string;
88989
+ upload: {
88990
+ remoteId: string;
88991
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
88992
+ isTokenTypeSplitEnabled: boolean;
88993
+ lastImportedAt?: Date | undefined;
88994
+ lastImportMetadata?: Record<string, any> | undefined;
88995
+ };
88996
+ figmaVariablesPlugin: {
88997
+ fileId: string;
88998
+ isTokenTypeSplitEnabled: boolean;
88999
+ isCollectionsMigrationCompleted: boolean;
89000
+ lastImportedAt?: Date | undefined;
89001
+ lastImportMetadata?: Record<string, any> | undefined;
89002
+ };
89003
+ };
89004
+ }>;
86827
89005
  list(dsId: string): Promise<{
86828
89006
  sources: ({
86829
89007
  type: "Figma";
@@ -86858,9 +89036,9 @@ declare class DesignSystemSourcesEndpoint {
86858
89036
  tokensCreated: number;
86859
89037
  tokensUpdated: number;
86860
89038
  tokensDeleted: number;
86861
- tokensCreatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
86862
- tokensUpdatedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
86863
- tokensDeletedPerType: Partial<Record<"Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
89039
+ tokensCreatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
89040
+ tokensUpdatedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
89041
+ tokensDeletedPerType: Partial<Record<"String" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "Image" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Font" | "Text" | "Measure" | "Radius" | "GenericToken", number>>;
86864
89042
  componentsCreated: number;
86865
89043
  componentsUpdated: number;
86866
89044
  componentsDeleted: number;
@@ -86941,6 +89119,18 @@ declare class DesignSystemSourcesEndpoint {
86941
89119
  })[];
86942
89120
  }>;
86943
89121
  delete(dsId: string, sourceId: string): Promise<any>;
89122
+ figmaImport(dsId: string, payload: DTODataSourceFigmaImportPayload): Promise<{
89123
+ job: {
89124
+ id: string;
89125
+ designSystemVersionId: string;
89126
+ createdAt: Date;
89127
+ state: "PendingInput" | "Queued" | "InProgress" | "Failed" | "Success";
89128
+ sourceIds: string[];
89129
+ designSystemId: string;
89130
+ operation: "Import";
89131
+ stateChangedAt: Date;
89132
+ };
89133
+ }>;
86944
89134
  }
86945
89135
 
86946
89136
  declare class DesignSystemsEndpoint {
@@ -88643,6 +90833,10 @@ declare class SupernovaApiClient {
88643
90833
 
88644
90834
  declare function generateHash(input: object | string, debug?: boolean): string;
88645
90835
 
90836
+ type CompatibleValue = number | string | boolean | undefined;
90837
+ type QueryObject = Record<string, CompatibleValue | CompatibleValue[]>;
90838
+ declare function serializeQuery(query: QueryObject): URLSearchParams;
90839
+
88646
90840
  declare const DocumentationHierarchySettings: z.ZodObject<{
88647
90841
  routingVersion: z.ZodString;
88648
90842
  isDraftFeatureAdopted: z.ZodBoolean;
@@ -91050,7 +93244,7 @@ declare const BlockParsingUtils: {
91050
93244
  declare const BlockDefinitionUtils: {
91051
93245
  firstRichTextProperty(definition: PageBlockDefinition): {
91052
93246
  id: string;
91053
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
93247
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
91054
93248
  name: string;
91055
93249
  options?: Record<string, any> | undefined;
91056
93250
  description?: string | undefined;
@@ -91058,7 +93252,7 @@ declare const BlockDefinitionUtils: {
91058
93252
  } | undefined;
91059
93253
  firstMultiRichTextProperty(definition: PageBlockDefinition): {
91060
93254
  id: string;
91061
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
93255
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
91062
93256
  name: string;
91063
93257
  options?: Record<string, any> | undefined;
91064
93258
  description?: string | undefined;
@@ -91066,7 +93260,7 @@ declare const BlockDefinitionUtils: {
91066
93260
  } | undefined;
91067
93261
  firstTableProperty(definition: PageBlockDefinition): {
91068
93262
  id: string;
91069
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
93263
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
91070
93264
  name: string;
91071
93265
  options?: Record<string, any> | undefined;
91072
93266
  description?: string | undefined;
@@ -91074,7 +93268,7 @@ declare const BlockDefinitionUtils: {
91074
93268
  } | undefined;
91075
93269
  firstEmbedProperty(definition: PageBlockDefinition): {
91076
93270
  id: string;
91077
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
93271
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
91078
93272
  name: string;
91079
93273
  options?: Record<string, any> | undefined;
91080
93274
  description?: string | undefined;
@@ -91082,7 +93276,7 @@ declare const BlockDefinitionUtils: {
91082
93276
  } | undefined;
91083
93277
  richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
91084
93278
  id: string;
91085
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
93279
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
91086
93280
  name: string;
91087
93281
  options?: Record<string, any> | undefined;
91088
93282
  description?: string | undefined;
@@ -91090,7 +93284,7 @@ declare const BlockDefinitionUtils: {
91090
93284
  };
91091
93285
  property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
91092
93286
  id: string;
91093
- type: "Token" | "Component" | "Color" | "Image" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
93287
+ type: "Boolean" | "Number" | "Token" | "Component" | "Color" | "Image" | "Text" | "URL" | "FigmaComponent" | "FigmaNode" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
91094
93288
  name: string;
91095
93289
  options?: Record<string, any> | undefined;
91096
93290
  description?: string | undefined;
@@ -91194,4 +93388,4 @@ declare class FrontendVersionRoomYDoc {
91194
93388
 
91195
93389
  declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
91196
93390
 
91197
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponentCreateInput, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionsEndpoint, ExportersEndpoint, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
93391
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponentCreateInput, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };