@supernova-studio/client 0.58.9 → 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 (32) hide show
  1. package/dist/index.d.mts +1659 -196
  2. package/dist/index.d.ts +1659 -196
  3. package/dist/index.js +258 -141
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.mjs +685 -568
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +1 -1
  8. package/src/api/dto/design-systems/index.ts +0 -1
  9. package/src/api/dto/elements/components/figma-component-group.ts +19 -0
  10. package/src/api/dto/elements/components/index.ts +1 -0
  11. package/src/api/dto/elements/frame-node-structures/frame-node-structure.ts +17 -0
  12. package/src/api/dto/elements/frame-node-structures/index.ts +1 -0
  13. package/src/api/dto/elements/index.ts +1 -0
  14. package/src/api/dto/export/exporter-property.ts +95 -0
  15. package/src/api/dto/export/exporter.ts +2 -0
  16. package/src/api/dto/export/index.ts +1 -0
  17. package/src/api/dto/export/job.ts +3 -0
  18. package/src/api/dto/export/pipeline.ts +3 -0
  19. package/src/api/endpoints/codegen/exporters.ts +2 -7
  20. package/src/api/endpoints/design-system/versions/elements-action.ts +16 -59
  21. package/src/api/endpoints/design-system/versions/elements.ts +13 -0
  22. package/src/api/endpoints/design-system/versions/figma-component-groups.ts +13 -0
  23. package/src/api/endpoints/design-system/versions/figma-components.ts +13 -0
  24. package/src/api/endpoints/design-system/versions/figma-frame-structures.ts +13 -0
  25. package/src/api/endpoints/design-system/versions/index.ts +5 -1
  26. package/src/api/endpoints/design-system/versions/versions.ts +13 -1
  27. package/src/api/payloads/export/pipeline.ts +3 -0
  28. package/src/api/transport/request-executor.ts +2 -0
  29. package/src/utils/index.ts +1 -0
  30. package/src/utils/query.ts +18 -0
  31. package/src/api/dto/design-systems/exporter-property.ts +0 -8
  32. /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;
@@ -5827,9 +5827,9 @@ declare const DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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 DTODataSourceResponse: 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;
@@ -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;
@@ -8371,17 +8371,6 @@ declare const DTODesignElementsDataDiffResponse: z.ZodObject<{
8371
8371
  }>;
8372
8372
  type DTODesignElementsDataDiffResponse = z.infer<typeof DTODesignElementsDataDiffResponse>;
8373
8373
 
8374
- declare const DTOExporterProperty: z.ZodAny;
8375
- type DTOExporterProperty = z.infer<typeof DTOExporterProperty>;
8376
- declare const DTOExporterPropertyListResponse: z.ZodObject<{
8377
- items: z.ZodArray<z.ZodAny, "many">;
8378
- }, "strip", z.ZodTypeAny, {
8379
- items: any[];
8380
- }, {
8381
- items: any[];
8382
- }>;
8383
- type DTOExporterPropertyListResponse = z.infer<typeof DTOExporterPropertyListResponse>;
8384
-
8385
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"]>;
8386
8375
  declare const StringVariableScopeSchema: z.ZodEnum<["TEXT_CONTENT", "FONT_FAMILY", "FONT_STYLE"]>;
8387
8376
  type DimensionsVariableScopeType = z.infer<typeof DimensionsVariableScopeSchema>;
@@ -19028,7 +19017,7 @@ declare const DTODesignTokenGroup: z.ZodObject<{
19028
19017
  isRoot: boolean;
19029
19018
  childrenIds: string[];
19030
19019
  brandId: string;
19031
- 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";
19032
19021
  }, {
19033
19022
  id: string;
19034
19023
  persistentId: string;
@@ -19039,7 +19028,7 @@ declare const DTODesignTokenGroup: z.ZodObject<{
19039
19028
  isRoot: boolean;
19040
19029
  childrenIds: string[];
19041
19030
  brandId: string;
19042
- 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";
19043
19032
  }>;
19044
19033
  type DTODesignTokenGroup = z.infer<typeof DTODesignTokenGroup>;
19045
19034
  declare const DTODesignTokenGroupListResponse: z.ZodObject<{
@@ -19070,7 +19059,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
19070
19059
  isRoot: boolean;
19071
19060
  childrenIds: string[];
19072
19061
  brandId: string;
19073
- 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";
19074
19063
  }, {
19075
19064
  id: string;
19076
19065
  persistentId: string;
@@ -19081,7 +19070,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
19081
19070
  isRoot: boolean;
19082
19071
  childrenIds: string[];
19083
19072
  brandId: string;
19084
- 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";
19085
19074
  }>, "many">;
19086
19075
  }, "strip", z.ZodTypeAny, {
19087
19076
  groups: {
@@ -19094,7 +19083,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
19094
19083
  isRoot: boolean;
19095
19084
  childrenIds: string[];
19096
19085
  brandId: string;
19097
- 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";
19098
19087
  }[];
19099
19088
  }, {
19100
19089
  groups: {
@@ -19107,7 +19096,7 @@ declare const DTODesignTokenGroupListResponse: z.ZodObject<{
19107
19096
  isRoot: boolean;
19108
19097
  childrenIds: string[];
19109
19098
  brandId: string;
19110
- 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";
19111
19100
  }[];
19112
19101
  }>;
19113
19102
  type DTODesignTokenGroupListResponse = z.infer<typeof DTODesignTokenGroupListResponse>;
@@ -19139,7 +19128,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19139
19128
  isRoot: boolean;
19140
19129
  childrenIds: string[];
19141
19130
  brandId: string;
19142
- 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";
19143
19132
  }, {
19144
19133
  id: string;
19145
19134
  persistentId: string;
@@ -19150,7 +19139,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19150
19139
  isRoot: boolean;
19151
19140
  childrenIds: string[];
19152
19141
  brandId: string;
19153
- 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";
19154
19143
  }>;
19155
19144
  }, "strip", z.ZodTypeAny, {
19156
19145
  group: {
@@ -19163,7 +19152,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19163
19152
  isRoot: boolean;
19164
19153
  childrenIds: string[];
19165
19154
  brandId: string;
19166
- 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";
19167
19156
  };
19168
19157
  }, {
19169
19158
  group: {
@@ -19176,7 +19165,7 @@ declare const DTODesignTokenGroupResponse: z.ZodObject<{
19176
19165
  isRoot: boolean;
19177
19166
  childrenIds: string[];
19178
19167
  brandId: string;
19179
- 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";
19180
19169
  };
19181
19170
  }>;
19182
19171
  type DTODesignTokenGroupResponse = z.infer<typeof DTODesignTokenGroupResponse>;
@@ -21454,7 +21443,7 @@ declare const DTODesignTokenGroupCreatePayload: z.ZodObject<{
21454
21443
  };
21455
21444
  childrenIds: string[];
21456
21445
  brandId: string;
21457
- 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";
21458
21447
  parentId?: string | undefined;
21459
21448
  }, {
21460
21449
  persistentId: string;
@@ -21464,7 +21453,7 @@ declare const DTODesignTokenGroupCreatePayload: z.ZodObject<{
21464
21453
  };
21465
21454
  childrenIds: string[];
21466
21455
  brandId: string;
21467
- 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";
21468
21457
  parentId?: string | undefined;
21469
21458
  }>;
21470
21459
  type DTODesignTokenGroupCreatePayload = z.infer<typeof DTODesignTokenGroupCreatePayload>;
@@ -21621,14 +21610,14 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
21621
21610
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
21622
21611
  }, "strip", z.ZodTypeAny, {
21623
21612
  id: string;
21624
- 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";
21625
21614
  name: string;
21626
21615
  options?: Record<string, any> | undefined;
21627
21616
  description?: string | undefined;
21628
21617
  variantOptions?: Record<string, Record<string, any>> | undefined;
21629
21618
  }, {
21630
21619
  id: string;
21631
- 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";
21632
21621
  name: string;
21633
21622
  options?: Record<string, any> | undefined;
21634
21623
  description?: string | undefined;
@@ -21724,7 +21713,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
21724
21713
  }, "strip", z.ZodTypeAny, {
21725
21714
  properties: {
21726
21715
  id: string;
21727
- 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";
21728
21717
  name: string;
21729
21718
  options?: Record<string, any> | undefined;
21730
21719
  description?: string | undefined;
@@ -21763,7 +21752,7 @@ declare const DTOPageBlockDefinitionItem: z.ZodObject<{
21763
21752
  }, {
21764
21753
  properties: {
21765
21754
  id: string;
21766
- 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";
21767
21756
  name: string;
21768
21757
  options?: Record<string, any> | undefined;
21769
21758
  description?: string | undefined;
@@ -21883,14 +21872,14 @@ declare const DTOPageBlockDefinitionProperty: z.ZodObject<{
21883
21872
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
21884
21873
  }, "strip", z.ZodTypeAny, {
21885
21874
  id: string;
21886
- 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";
21887
21876
  name: string;
21888
21877
  options?: Record<string, any> | undefined;
21889
21878
  description?: string | undefined;
21890
21879
  variantOptions?: Record<string, Record<string, any>> | undefined;
21891
21880
  }, {
21892
21881
  id: string;
21893
- 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";
21894
21883
  name: string;
21895
21884
  options?: Record<string, any> | undefined;
21896
21885
  description?: string | undefined;
@@ -21926,14 +21915,14 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
21926
21915
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
21927
21916
  }, "strip", z.ZodTypeAny, {
21928
21917
  id: string;
21929
- 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";
21930
21919
  name: string;
21931
21920
  options?: Record<string, any> | undefined;
21932
21921
  description?: string | undefined;
21933
21922
  variantOptions?: Record<string, Record<string, any>> | undefined;
21934
21923
  }, {
21935
21924
  id: string;
21936
- 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";
21937
21926
  name: string;
21938
21927
  options?: Record<string, any> | undefined;
21939
21928
  description?: string | undefined;
@@ -22029,7 +22018,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
22029
22018
  }, "strip", z.ZodTypeAny, {
22030
22019
  properties: {
22031
22020
  id: string;
22032
- 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";
22033
22022
  name: string;
22034
22023
  options?: Record<string, any> | undefined;
22035
22024
  description?: string | undefined;
@@ -22068,7 +22057,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
22068
22057
  }, {
22069
22058
  properties: {
22070
22059
  id: string;
22071
- 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";
22072
22061
  name: string;
22073
22062
  options?: Record<string, any> | undefined;
22074
22063
  description?: string | undefined;
@@ -22202,7 +22191,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
22202
22191
  item: {
22203
22192
  properties: {
22204
22193
  id: string;
22205
- 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";
22206
22195
  name: string;
22207
22196
  options?: Record<string, any> | undefined;
22208
22197
  description?: string | undefined;
@@ -22275,7 +22264,7 @@ declare const DTOPageBlockDefinition: z.ZodObject<{
22275
22264
  item: {
22276
22265
  properties: {
22277
22266
  id: string;
22278
- 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";
22279
22268
  name: string;
22280
22269
  options?: Record<string, any> | undefined;
22281
22270
  description?: string | undefined;
@@ -24149,6 +24138,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24149
24138
  brandPersistentId: z.ZodOptional<z.ZodString>;
24150
24139
  themePersistentId: z.ZodOptional<z.ZodString>;
24151
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>]>>>;
24152
24142
  }, "strip", z.ZodTypeAny, {
24153
24143
  status: "InProgress" | "Failed" | "Success" | "Timeout";
24154
24144
  id: string;
@@ -24234,6 +24224,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24234
24224
  brandPersistentId?: string | undefined;
24235
24225
  themePersistentId?: string | undefined;
24236
24226
  themePersistentIds?: string[] | undefined;
24227
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24237
24228
  finishedAt?: Date | undefined;
24238
24229
  index?: number | undefined;
24239
24230
  estimatedExecutionTime?: number | undefined;
@@ -24359,6 +24350,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24359
24350
  brandPersistentId?: string | undefined;
24360
24351
  themePersistentId?: string | undefined;
24361
24352
  themePersistentIds?: string[] | undefined;
24353
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24362
24354
  finishedAt?: Date | undefined;
24363
24355
  index?: number | undefined;
24364
24356
  estimatedExecutionTime?: number | undefined;
@@ -24486,6 +24478,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24486
24478
  brandPersistentId?: string | undefined;
24487
24479
  themePersistentId?: string | undefined;
24488
24480
  themePersistentIds?: string[] | undefined;
24481
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24489
24482
  finishedAt?: Date | undefined;
24490
24483
  index?: number | undefined;
24491
24484
  estimatedExecutionTime?: number | undefined;
@@ -24613,6 +24606,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24613
24606
  brandPersistentId?: string | undefined;
24614
24607
  themePersistentId?: string | undefined;
24615
24608
  themePersistentIds?: string[] | undefined;
24609
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
24616
24610
  finishedAt?: Date | undefined;
24617
24611
  index?: number | undefined;
24618
24612
  estimatedExecutionTime?: number | undefined;
@@ -24657,6 +24651,117 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
24657
24651
  }>;
24658
24652
  type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
24659
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
+
24660
24765
  declare const DTOFigmaComponentBooleanProperty: z.ZodObject<z.objectUtil.extendShape<{
24661
24766
  id: z.ZodString;
24662
24767
  name: z.ZodString;
@@ -36156,7 +36261,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
36156
36261
  persistentId: string;
36157
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";
36158
36263
  url?: string | null | undefined;
36159
- 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;
36160
36265
  asset?: {
36161
36266
  type: "image" | "figmaFrame";
36162
36267
  id?: string | null | undefined;
@@ -36748,7 +36853,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
36748
36853
  persistentId: string;
36749
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";
36750
36855
  url?: string | null | undefined;
36751
- 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;
36752
36857
  asset?: {
36753
36858
  type: "image" | "figmaFrame";
36754
36859
  id?: string | null | undefined;
@@ -37564,7 +37669,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
37564
37669
  persistentId: string;
37565
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";
37566
37671
  url?: string | null | undefined;
37567
- 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;
37568
37673
  asset?: {
37569
37674
  type: "image" | "figmaFrame";
37570
37675
  id?: string | null | undefined;
@@ -37809,7 +37914,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
37809
37914
  persistentId: string;
37810
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";
37811
37916
  url?: string | null | undefined;
37812
- 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;
37813
37918
  asset?: {
37814
37919
  type: "image" | "figmaFrame";
37815
37920
  id?: string | null | undefined;
@@ -38172,7 +38277,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
38172
38277
  persistentId: string;
38173
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";
38174
38279
  url?: string | null | undefined;
38175
- 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;
38176
38281
  asset?: {
38177
38282
  type: "image" | "figmaFrame";
38178
38283
  id?: string | null | undefined;
@@ -38417,7 +38522,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
38417
38522
  persistentId: string;
38418
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";
38419
38524
  url?: string | null | undefined;
38420
- 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;
38421
38526
  asset?: {
38422
38527
  type: "image" | "figmaFrame";
38423
38528
  id?: string | null | undefined;
@@ -40833,6 +40938,149 @@ declare const DTOFigmaNodeRenderActionInput: z.ZodObject<{
40833
40938
  }>;
40834
40939
  type DTOFigmaNodeRenderActionInput = z.infer<typeof DTOFigmaNodeRenderActionInput>;
40835
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
+
40836
41084
  declare const DTOElementPropertyDefinitionOption: z.ZodObject<{
40837
41085
  id: z.ZodString;
40838
41086
  name: z.ZodString;
@@ -40903,7 +41151,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
40903
41151
  isImmutable: z.ZodBoolean;
40904
41152
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
40905
41153
  }, "strip", z.ZodTypeAny, {
40906
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41154
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40907
41155
  id: string;
40908
41156
  persistentId: string;
40909
41157
  meta: {
@@ -40924,7 +41172,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
40924
41172
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
40925
41173
  immutablePropertyType?: "Collection" | undefined;
40926
41174
  }, {
40927
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41175
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40928
41176
  id: string;
40929
41177
  persistentId: string;
40930
41178
  meta: {
@@ -40993,7 +41241,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
40993
41241
  isImmutable: z.ZodBoolean;
40994
41242
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
40995
41243
  }, "strip", z.ZodTypeAny, {
40996
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41244
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
40997
41245
  id: string;
40998
41246
  persistentId: string;
40999
41247
  meta: {
@@ -41014,7 +41262,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
41014
41262
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
41015
41263
  immutablePropertyType?: "Collection" | undefined;
41016
41264
  }, {
41017
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41265
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41018
41266
  id: string;
41019
41267
  persistentId: string;
41020
41268
  meta: {
@@ -41037,7 +41285,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
41037
41285
  }>, "many">;
41038
41286
  }, "strip", z.ZodTypeAny, {
41039
41287
  definitions: {
41040
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41288
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41041
41289
  id: string;
41042
41290
  persistentId: string;
41043
41291
  meta: {
@@ -41060,7 +41308,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
41060
41308
  }[];
41061
41309
  }, {
41062
41310
  definitions: {
41063
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41311
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41064
41312
  id: string;
41065
41313
  persistentId: string;
41066
41314
  meta: {
@@ -41130,7 +41378,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41130
41378
  isImmutable: z.ZodBoolean;
41131
41379
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
41132
41380
  }, "strip", z.ZodTypeAny, {
41133
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41381
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41134
41382
  id: string;
41135
41383
  persistentId: string;
41136
41384
  meta: {
@@ -41151,7 +41399,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41151
41399
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
41152
41400
  immutablePropertyType?: "Collection" | undefined;
41153
41401
  }, {
41154
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41402
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41155
41403
  id: string;
41156
41404
  persistentId: string;
41157
41405
  meta: {
@@ -41174,7 +41422,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41174
41422
  }>;
41175
41423
  }, "strip", z.ZodTypeAny, {
41176
41424
  definition: {
41177
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41425
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41178
41426
  id: string;
41179
41427
  persistentId: string;
41180
41428
  meta: {
@@ -41197,7 +41445,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
41197
41445
  };
41198
41446
  }, {
41199
41447
  definition: {
41200
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41448
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41201
41449
  id: string;
41202
41450
  persistentId: string;
41203
41451
  meta: {
@@ -41263,7 +41511,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
41263
41511
  linkElementType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"DocumentationPage" | "FigmaComponent", z.ZodTypeDef, "DocumentationPage" | "FigmaComponent">>>, NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined, "DocumentationPage" | "FigmaComponent" | null | undefined>;
41264
41512
  columnWidth: z.ZodOptional<z.ZodNumber>;
41265
41513
  }, "strip", z.ZodTypeAny, {
41266
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41514
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41267
41515
  persistentId: string;
41268
41516
  meta: {
41269
41517
  name: string;
@@ -41281,7 +41529,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
41281
41529
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
41282
41530
  columnWidth?: number | undefined;
41283
41531
  }, {
41284
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
41532
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
41285
41533
  persistentId: string;
41286
41534
  meta: {
41287
41535
  name: string;
@@ -43978,6 +44226,150 @@ declare const DTOExporter: z.ZodObject<{
43978
44226
  inputType?: "code" | "plain" | undefined;
43979
44227
  isMultiline?: boolean | null | undefined;
43980
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">>;
43981
44373
  customBlocks: z.ZodArray<z.ZodObject<{
43982
44374
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
43983
44375
  key: z.ZodString;
@@ -44145,6 +44537,50 @@ declare const DTOExporter: z.ZodObject<{
44145
44537
  }[]>;
44146
44538
  usesBrands: boolean;
44147
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;
44148
44584
  iconURL?: string | undefined;
44149
44585
  gitUrl?: string | undefined;
44150
44586
  gitBranch?: string | undefined;
@@ -44194,6 +44630,50 @@ declare const DTOExporter: z.ZodObject<{
44194
44630
  }[]>;
44195
44631
  usesBrands: boolean;
44196
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;
44197
44677
  iconURL?: string | undefined;
44198
44678
  gitUrl?: string | null | undefined;
44199
44679
  gitBranch?: string | null | undefined;
@@ -44254,6 +44734,150 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44254
44734
  inputType?: "code" | "plain" | undefined;
44255
44735
  isMultiline?: boolean | null | undefined;
44256
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">>;
44257
44881
  customBlocks: z.ZodArray<z.ZodObject<{
44258
44882
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
44259
44883
  key: z.ZodString;
@@ -44421,6 +45045,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44421
45045
  }[]>;
44422
45046
  usesBrands: boolean;
44423
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;
44424
45092
  iconURL?: string | undefined;
44425
45093
  gitUrl?: string | undefined;
44426
45094
  gitBranch?: string | undefined;
@@ -44470,6 +45138,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44470
45138
  }[]>;
44471
45139
  usesBrands: boolean;
44472
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;
44473
45185
  iconURL?: string | undefined;
44474
45186
  gitUrl?: string | null | undefined;
44475
45187
  gitBranch?: string | null | undefined;
@@ -44539,6 +45251,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44539
45251
  }[]>;
44540
45252
  usesBrands: boolean;
44541
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;
44542
45298
  iconURL?: string | undefined;
44543
45299
  gitUrl?: string | undefined;
44544
45300
  gitBranch?: string | undefined;
@@ -44595,6 +45351,50 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
44595
45351
  }[]>;
44596
45352
  usesBrands: boolean;
44597
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;
44598
45398
  iconURL?: string | undefined;
44599
45399
  gitUrl?: string | null | undefined;
44600
45400
  gitBranch?: string | null | undefined;
@@ -44642,6 +45442,150 @@ declare const DTOExporterListResponse: z.ZodObject<{
44642
45442
  inputType?: "code" | "plain" | undefined;
44643
45443
  isMultiline?: boolean | null | undefined;
44644
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">>;
44645
45589
  customBlocks: z.ZodArray<z.ZodObject<{
44646
45590
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
44647
45591
  key: z.ZodString;
@@ -44809,6 +45753,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44809
45753
  }[]>;
44810
45754
  usesBrands: boolean;
44811
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;
44812
45800
  iconURL?: string | undefined;
44813
45801
  gitUrl?: string | undefined;
44814
45802
  gitBranch?: string | undefined;
@@ -44858,6 +45846,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44858
45846
  }[]>;
44859
45847
  usesBrands: boolean;
44860
45848
  usesThemes: boolean;
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;
44861
45893
  iconURL?: string | undefined;
44862
45894
  gitUrl?: string | null | undefined;
44863
45895
  gitBranch?: string | null | undefined;
@@ -44927,6 +45959,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44927
45959
  }[]>;
44928
45960
  usesBrands: boolean;
44929
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;
44930
46006
  iconURL?: string | undefined;
44931
46007
  gitUrl?: string | undefined;
44932
46008
  gitBranch?: string | undefined;
@@ -44983,6 +46059,50 @@ declare const DTOExporterListResponse: z.ZodObject<{
44983
46059
  }[]>;
44984
46060
  usesBrands: boolean;
44985
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;
44986
46106
  iconURL?: string | undefined;
44987
46107
  gitUrl?: string | null | undefined;
44988
46108
  gitBranch?: string | null | undefined;
@@ -46121,6 +47241,7 @@ declare const DTOExportJob: z.ZodObject<{
46121
47241
  brandPersistentId: z.ZodOptional<z.ZodString>;
46122
47242
  themePersistentId: z.ZodOptional<z.ZodString>;
46123
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>]>>>;
46124
47245
  }, "strip", z.ZodTypeAny, {
46125
47246
  status: "InProgress" | "Failed" | "Success" | "Timeout";
46126
47247
  id: string;
@@ -46206,6 +47327,7 @@ declare const DTOExportJob: z.ZodObject<{
46206
47327
  brandPersistentId?: string | undefined;
46207
47328
  themePersistentId?: string | undefined;
46208
47329
  themePersistentIds?: string[] | undefined;
47330
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
46209
47331
  finishedAt?: Date | undefined;
46210
47332
  index?: number | undefined;
46211
47333
  estimatedExecutionTime?: number | undefined;
@@ -46331,6 +47453,7 @@ declare const DTOExportJob: z.ZodObject<{
46331
47453
  brandPersistentId?: string | undefined;
46332
47454
  themePersistentId?: string | undefined;
46333
47455
  themePersistentIds?: string[] | undefined;
47456
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
46334
47457
  finishedAt?: Date | undefined;
46335
47458
  index?: number | undefined;
46336
47459
  estimatedExecutionTime?: number | undefined;
@@ -46914,6 +48037,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46914
48037
  brandPersistentId: z.ZodOptional<z.ZodString>;
46915
48038
  themePersistentId: z.ZodOptional<z.ZodString>;
46916
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>]>>>;
46917
48041
  }, "strip", z.ZodTypeAny, {
46918
48042
  status: "InProgress" | "Failed" | "Success" | "Timeout";
46919
48043
  id: string;
@@ -46999,6 +48123,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46999
48123
  brandPersistentId?: string | undefined;
47000
48124
  themePersistentId?: string | undefined;
47001
48125
  themePersistentIds?: string[] | undefined;
48126
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47002
48127
  finishedAt?: Date | undefined;
47003
48128
  index?: number | undefined;
47004
48129
  estimatedExecutionTime?: number | undefined;
@@ -47124,6 +48249,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47124
48249
  brandPersistentId?: string | undefined;
47125
48250
  themePersistentId?: string | undefined;
47126
48251
  themePersistentIds?: string[] | undefined;
48252
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47127
48253
  finishedAt?: Date | undefined;
47128
48254
  index?: number | undefined;
47129
48255
  estimatedExecutionTime?: number | undefined;
@@ -47251,6 +48377,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47251
48377
  brandPersistentId?: string | undefined;
47252
48378
  themePersistentId?: string | undefined;
47253
48379
  themePersistentIds?: string[] | undefined;
48380
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47254
48381
  finishedAt?: Date | undefined;
47255
48382
  index?: number | undefined;
47256
48383
  estimatedExecutionTime?: number | undefined;
@@ -47378,6 +48505,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47378
48505
  brandPersistentId?: string | undefined;
47379
48506
  themePersistentId?: string | undefined;
47380
48507
  themePersistentIds?: string[] | undefined;
48508
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
47381
48509
  finishedAt?: Date | undefined;
47382
48510
  index?: number | undefined;
47383
48511
  estimatedExecutionTime?: number | undefined;
@@ -47977,6 +49105,7 @@ declare const DTOPipeline: z.ZodObject<{
47977
49105
  brandPersistentId: z.ZodOptional<z.ZodString>;
47978
49106
  themePersistentId: z.ZodOptional<z.ZodString>;
47979
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>]>>>;
47980
49109
  }, "strip", z.ZodTypeAny, {
47981
49110
  status: "InProgress" | "Failed" | "Success" | "Timeout";
47982
49111
  id: string;
@@ -48062,6 +49191,7 @@ declare const DTOPipeline: z.ZodObject<{
48062
49191
  brandPersistentId?: string | undefined;
48063
49192
  themePersistentId?: string | undefined;
48064
49193
  themePersistentIds?: string[] | undefined;
49194
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48065
49195
  finishedAt?: Date | undefined;
48066
49196
  index?: number | undefined;
48067
49197
  estimatedExecutionTime?: number | undefined;
@@ -48187,6 +49317,7 @@ declare const DTOPipeline: z.ZodObject<{
48187
49317
  brandPersistentId?: string | undefined;
48188
49318
  themePersistentId?: string | undefined;
48189
49319
  themePersistentIds?: string[] | undefined;
49320
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48190
49321
  finishedAt?: Date | undefined;
48191
49322
  index?: number | undefined;
48192
49323
  estimatedExecutionTime?: number | undefined;
@@ -48410,6 +49541,7 @@ declare const DTOPipeline: z.ZodObject<{
48410
49541
  brandPersistentId: z.ZodOptional<z.ZodString>;
48411
49542
  themePersistentId: z.ZodOptional<z.ZodString>;
48412
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>]>>>;
48413
49545
  }, "strip", z.ZodTypeAny, {
48414
49546
  id: string;
48415
49547
  name: string;
@@ -48503,6 +49635,7 @@ declare const DTOPipeline: z.ZodObject<{
48503
49635
  brandPersistentId?: string | undefined;
48504
49636
  themePersistentId?: string | undefined;
48505
49637
  themePersistentIds?: string[] | undefined;
49638
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48506
49639
  finishedAt?: Date | undefined;
48507
49640
  index?: number | undefined;
48508
49641
  estimatedExecutionTime?: number | undefined;
@@ -48547,6 +49680,7 @@ declare const DTOPipeline: z.ZodObject<{
48547
49680
  brandPersistentId?: string | undefined;
48548
49681
  themePersistentId?: string | undefined;
48549
49682
  themePersistentIds?: string[] | undefined;
49683
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48550
49684
  webhookUrl?: string | undefined;
48551
49685
  destinationSnDocs?: {
48552
49686
  environment: "Live" | "Preview";
@@ -48699,6 +49833,7 @@ declare const DTOPipeline: z.ZodObject<{
48699
49833
  brandPersistentId?: string | undefined;
48700
49834
  themePersistentId?: string | undefined;
48701
49835
  themePersistentIds?: string[] | undefined;
49836
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48702
49837
  finishedAt?: Date | undefined;
48703
49838
  index?: number | undefined;
48704
49839
  estimatedExecutionTime?: number | undefined;
@@ -48743,6 +49878,7 @@ declare const DTOPipeline: z.ZodObject<{
48743
49878
  brandPersistentId?: string | undefined;
48744
49879
  themePersistentId?: string | undefined;
48745
49880
  themePersistentIds?: string[] | undefined;
49881
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
48746
49882
  webhookUrl?: string | undefined;
48747
49883
  destinationSnDocs?: {
48748
49884
  environment: "Live" | "Preview";
@@ -49346,6 +50482,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49346
50482
  brandPersistentId: z.ZodOptional<z.ZodString>;
49347
50483
  themePersistentId: z.ZodOptional<z.ZodString>;
49348
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>]>>>;
49349
50486
  }, "strip", z.ZodTypeAny, {
49350
50487
  status: "InProgress" | "Failed" | "Success" | "Timeout";
49351
50488
  id: string;
@@ -49431,6 +50568,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49431
50568
  brandPersistentId?: string | undefined;
49432
50569
  themePersistentId?: string | undefined;
49433
50570
  themePersistentIds?: string[] | undefined;
50571
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49434
50572
  finishedAt?: Date | undefined;
49435
50573
  index?: number | undefined;
49436
50574
  estimatedExecutionTime?: number | undefined;
@@ -49556,6 +50694,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49556
50694
  brandPersistentId?: string | undefined;
49557
50695
  themePersistentId?: string | undefined;
49558
50696
  themePersistentIds?: string[] | undefined;
50697
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49559
50698
  finishedAt?: Date | undefined;
49560
50699
  index?: number | undefined;
49561
50700
  estimatedExecutionTime?: number | undefined;
@@ -49779,6 +50918,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49779
50918
  brandPersistentId: z.ZodOptional<z.ZodString>;
49780
50919
  themePersistentId: z.ZodOptional<z.ZodString>;
49781
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>]>>>;
49782
50922
  }, "strip", z.ZodTypeAny, {
49783
50923
  id: string;
49784
50924
  name: string;
@@ -49872,6 +51012,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49872
51012
  brandPersistentId?: string | undefined;
49873
51013
  themePersistentId?: string | undefined;
49874
51014
  themePersistentIds?: string[] | undefined;
51015
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49875
51016
  finishedAt?: Date | undefined;
49876
51017
  index?: number | undefined;
49877
51018
  estimatedExecutionTime?: number | undefined;
@@ -49916,6 +51057,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49916
51057
  brandPersistentId?: string | undefined;
49917
51058
  themePersistentId?: string | undefined;
49918
51059
  themePersistentIds?: string[] | undefined;
51060
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
49919
51061
  webhookUrl?: string | undefined;
49920
51062
  destinationSnDocs?: {
49921
51063
  environment: "Live" | "Preview";
@@ -50068,6 +51210,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50068
51210
  brandPersistentId?: string | undefined;
50069
51211
  themePersistentId?: string | undefined;
50070
51212
  themePersistentIds?: string[] | undefined;
51213
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50071
51214
  finishedAt?: Date | undefined;
50072
51215
  index?: number | undefined;
50073
51216
  estimatedExecutionTime?: number | undefined;
@@ -50112,6 +51255,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50112
51255
  brandPersistentId?: string | undefined;
50113
51256
  themePersistentId?: string | undefined;
50114
51257
  themePersistentIds?: string[] | undefined;
51258
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50115
51259
  webhookUrl?: string | undefined;
50116
51260
  destinationSnDocs?: {
50117
51261
  environment: "Live" | "Preview";
@@ -50266,6 +51410,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50266
51410
  brandPersistentId?: string | undefined;
50267
51411
  themePersistentId?: string | undefined;
50268
51412
  themePersistentIds?: string[] | undefined;
51413
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50269
51414
  finishedAt?: Date | undefined;
50270
51415
  index?: number | undefined;
50271
51416
  estimatedExecutionTime?: number | undefined;
@@ -50310,6 +51455,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50310
51455
  brandPersistentId?: string | undefined;
50311
51456
  themePersistentId?: string | undefined;
50312
51457
  themePersistentIds?: string[] | undefined;
51458
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50313
51459
  webhookUrl?: string | undefined;
50314
51460
  destinationSnDocs?: {
50315
51461
  environment: "Live" | "Preview";
@@ -50464,6 +51610,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50464
51610
  brandPersistentId?: string | undefined;
50465
51611
  themePersistentId?: string | undefined;
50466
51612
  themePersistentIds?: string[] | undefined;
51613
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50467
51614
  finishedAt?: Date | undefined;
50468
51615
  index?: number | undefined;
50469
51616
  estimatedExecutionTime?: number | undefined;
@@ -50508,6 +51655,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50508
51655
  brandPersistentId?: string | undefined;
50509
51656
  themePersistentId?: string | undefined;
50510
51657
  themePersistentIds?: string[] | undefined;
51658
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
50511
51659
  webhookUrl?: string | undefined;
50512
51660
  destinationSnDocs?: {
50513
51661
  environment: "Live" | "Preview";
@@ -51112,6 +52260,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51112
52260
  brandPersistentId: z.ZodOptional<z.ZodString>;
51113
52261
  themePersistentId: z.ZodOptional<z.ZodString>;
51114
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>]>>>;
51115
52264
  }, "strip", z.ZodTypeAny, {
51116
52265
  status: "InProgress" | "Failed" | "Success" | "Timeout";
51117
52266
  id: string;
@@ -51197,6 +52346,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51197
52346
  brandPersistentId?: string | undefined;
51198
52347
  themePersistentId?: string | undefined;
51199
52348
  themePersistentIds?: string[] | undefined;
52349
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51200
52350
  finishedAt?: Date | undefined;
51201
52351
  index?: number | undefined;
51202
52352
  estimatedExecutionTime?: number | undefined;
@@ -51322,6 +52472,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51322
52472
  brandPersistentId?: string | undefined;
51323
52473
  themePersistentId?: string | undefined;
51324
52474
  themePersistentIds?: string[] | undefined;
52475
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51325
52476
  finishedAt?: Date | undefined;
51326
52477
  index?: number | undefined;
51327
52478
  estimatedExecutionTime?: number | undefined;
@@ -51545,6 +52696,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51545
52696
  brandPersistentId: z.ZodOptional<z.ZodString>;
51546
52697
  themePersistentId: z.ZodOptional<z.ZodString>;
51547
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>]>>>;
51548
52700
  }, "strip", z.ZodTypeAny, {
51549
52701
  id: string;
51550
52702
  name: string;
@@ -51638,6 +52790,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51638
52790
  brandPersistentId?: string | undefined;
51639
52791
  themePersistentId?: string | undefined;
51640
52792
  themePersistentIds?: string[] | undefined;
52793
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51641
52794
  finishedAt?: Date | undefined;
51642
52795
  index?: number | undefined;
51643
52796
  estimatedExecutionTime?: number | undefined;
@@ -51682,6 +52835,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51682
52835
  brandPersistentId?: string | undefined;
51683
52836
  themePersistentId?: string | undefined;
51684
52837
  themePersistentIds?: string[] | undefined;
52838
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51685
52839
  webhookUrl?: string | undefined;
51686
52840
  destinationSnDocs?: {
51687
52841
  environment: "Live" | "Preview";
@@ -51834,6 +52988,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51834
52988
  brandPersistentId?: string | undefined;
51835
52989
  themePersistentId?: string | undefined;
51836
52990
  themePersistentIds?: string[] | undefined;
52991
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51837
52992
  finishedAt?: Date | undefined;
51838
52993
  index?: number | undefined;
51839
52994
  estimatedExecutionTime?: number | undefined;
@@ -51878,6 +53033,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51878
53033
  brandPersistentId?: string | undefined;
51879
53034
  themePersistentId?: string | undefined;
51880
53035
  themePersistentIds?: string[] | undefined;
53036
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
51881
53037
  webhookUrl?: string | undefined;
51882
53038
  destinationSnDocs?: {
51883
53039
  environment: "Live" | "Preview";
@@ -52032,6 +53188,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52032
53188
  brandPersistentId?: string | undefined;
52033
53189
  themePersistentId?: string | undefined;
52034
53190
  themePersistentIds?: string[] | undefined;
53191
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
52035
53192
  finishedAt?: Date | undefined;
52036
53193
  index?: number | undefined;
52037
53194
  estimatedExecutionTime?: number | undefined;
@@ -52076,6 +53233,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52076
53233
  brandPersistentId?: string | undefined;
52077
53234
  themePersistentId?: string | undefined;
52078
53235
  themePersistentIds?: string[] | undefined;
53236
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
52079
53237
  webhookUrl?: string | undefined;
52080
53238
  destinationSnDocs?: {
52081
53239
  environment: "Live" | "Preview";
@@ -52230,6 +53388,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52230
53388
  brandPersistentId?: string | undefined;
52231
53389
  themePersistentId?: string | undefined;
52232
53390
  themePersistentIds?: string[] | undefined;
53391
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
52233
53392
  finishedAt?: Date | undefined;
52234
53393
  index?: number | undefined;
52235
53394
  estimatedExecutionTime?: number | undefined;
@@ -52274,6 +53433,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52274
53433
  brandPersistentId?: string | undefined;
52275
53434
  themePersistentId?: string | undefined;
52276
53435
  themePersistentIds?: string[] | undefined;
53436
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
52277
53437
  webhookUrl?: string | undefined;
52278
53438
  destinationSnDocs?: {
52279
53439
  environment: "Live" | "Preview";
@@ -81826,6 +82986,50 @@ declare class ExportersEndpoint {
81826
82986
  }[]>;
81827
82987
  usesBrands: boolean;
81828
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;
81829
83033
  iconURL?: string | undefined;
81830
83034
  gitUrl?: string | undefined;
81831
83035
  gitBranch?: string | undefined;
@@ -82080,14 +83284,14 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82080
83284
  variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
82081
83285
  }, "strip", z.ZodTypeAny, {
82082
83286
  id: string;
82083
- 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";
82084
83288
  name: string;
82085
83289
  options?: Record<string, any> | undefined;
82086
83290
  description?: string | undefined;
82087
83291
  variantOptions?: Record<string, Record<string, any>> | undefined;
82088
83292
  }, {
82089
83293
  id: string;
82090
- 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";
82091
83295
  name: string;
82092
83296
  options?: Record<string, any> | undefined;
82093
83297
  description?: string | undefined;
@@ -82183,7 +83387,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82183
83387
  }, "strip", z.ZodTypeAny, {
82184
83388
  properties: {
82185
83389
  id: string;
82186
- 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";
82187
83391
  name: string;
82188
83392
  options?: Record<string, any> | undefined;
82189
83393
  description?: string | undefined;
@@ -82222,7 +83426,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82222
83426
  }, {
82223
83427
  properties: {
82224
83428
  id: string;
82225
- 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";
82226
83430
  name: string;
82227
83431
  options?: Record<string, any> | undefined;
82228
83432
  description?: string | undefined;
@@ -82356,7 +83560,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82356
83560
  item: {
82357
83561
  properties: {
82358
83562
  id: string;
82359
- 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";
82360
83564
  name: string;
82361
83565
  options?: Record<string, any> | undefined;
82362
83566
  description?: string | undefined;
@@ -82429,7 +83633,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82429
83633
  item: {
82430
83634
  properties: {
82431
83635
  id: string;
82432
- 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";
82433
83637
  name: string;
82434
83638
  options?: Record<string, any> | undefined;
82435
83639
  description?: string | undefined;
@@ -82504,7 +83708,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82504
83708
  item: {
82505
83709
  properties: {
82506
83710
  id: string;
82507
- 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";
82508
83712
  name: string;
82509
83713
  options?: Record<string, any> | undefined;
82510
83714
  description?: string | undefined;
@@ -82579,7 +83783,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
82579
83783
  item: {
82580
83784
  properties: {
82581
83785
  id: string;
82582
- 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";
82583
83787
  name: string;
82584
83788
  options?: Record<string, any> | undefined;
82585
83789
  description?: string | undefined;
@@ -82666,6 +83870,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82666
83870
  brandPersistentId: z.ZodOptional<z.ZodString>;
82667
83871
  themePersistentId: z.ZodOptional<z.ZodString>;
82668
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>]>>>;
82669
83874
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
82670
83875
  gitQuery: z.ZodObject<{
82671
83876
  organization: z.ZodOptional<z.ZodString>;
@@ -83057,6 +84262,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
83057
84262
  brandPersistentId?: string | undefined;
83058
84263
  themePersistentId?: string | undefined;
83059
84264
  themePersistentIds?: string[] | undefined;
84265
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83060
84266
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83061
84267
  }, {
83062
84268
  name: string;
@@ -83135,6 +84341,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
83135
84341
  brandPersistentId?: string | undefined;
83136
84342
  themePersistentId?: string | undefined;
83137
84343
  themePersistentIds?: string[] | undefined;
84344
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83138
84345
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83139
84346
  }>;
83140
84347
  type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
@@ -83147,6 +84354,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83147
84354
  brandPersistentId: z.ZodOptional<z.ZodString>;
83148
84355
  themePersistentId: z.ZodOptional<z.ZodString>;
83149
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>]>>>;
83150
84358
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
83151
84359
  gitQuery: z.ZodObject<{
83152
84360
  organization: z.ZodOptional<z.ZodString>;
@@ -83541,6 +84749,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83541
84749
  brandPersistentId?: string | undefined;
83542
84750
  themePersistentId?: string | undefined;
83543
84751
  themePersistentIds?: string[] | undefined;
84752
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83544
84753
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83545
84754
  }, {
83546
84755
  id: string;
@@ -83620,6 +84829,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83620
84829
  brandPersistentId?: string | undefined;
83621
84830
  themePersistentId?: string | undefined;
83622
84831
  themePersistentIds?: string[] | undefined;
84832
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
83623
84833
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
83624
84834
  }>;
83625
84835
  type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
@@ -84421,6 +85631,7 @@ declare class PipelinesEndpoint {
84421
85631
  brandPersistentId?: string | undefined;
84422
85632
  themePersistentId?: string | undefined;
84423
85633
  themePersistentIds?: string[] | undefined;
85634
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84424
85635
  finishedAt?: Date | undefined;
84425
85636
  index?: number | undefined;
84426
85637
  estimatedExecutionTime?: number | undefined;
@@ -84465,6 +85676,7 @@ declare class PipelinesEndpoint {
84465
85676
  brandPersistentId?: string | undefined;
84466
85677
  themePersistentId?: string | undefined;
84467
85678
  themePersistentIds?: string[] | undefined;
85679
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84468
85680
  webhookUrl?: string | undefined;
84469
85681
  destinationSnDocs?: {
84470
85682
  environment: "Live" | "Preview";
@@ -84620,6 +85832,7 @@ declare class PipelinesEndpoint {
84620
85832
  brandPersistentId?: string | undefined;
84621
85833
  themePersistentId?: string | undefined;
84622
85834
  themePersistentIds?: string[] | undefined;
85835
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84623
85836
  finishedAt?: Date | undefined;
84624
85837
  index?: number | undefined;
84625
85838
  estimatedExecutionTime?: number | undefined;
@@ -84664,6 +85877,7 @@ declare class PipelinesEndpoint {
84664
85877
  brandPersistentId?: string | undefined;
84665
85878
  themePersistentId?: string | undefined;
84666
85879
  themePersistentIds?: string[] | undefined;
85880
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84667
85881
  webhookUrl?: string | undefined;
84668
85882
  destinationSnDocs?: {
84669
85883
  environment: "Live" | "Preview";
@@ -84811,6 +86025,7 @@ declare class PipelinesEndpoint {
84811
86025
  brandPersistentId?: string | undefined;
84812
86026
  themePersistentId?: string | undefined;
84813
86027
  themePersistentIds?: string[] | undefined;
86028
+ exporterConfiguration?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
84814
86029
  finishedAt?: Date | undefined;
84815
86030
  index?: number | undefined;
84816
86031
  estimatedExecutionTime?: number | undefined;
@@ -84900,12 +86115,6 @@ declare class BrandsEndpoint {
84900
86115
  }>;
84901
86116
  }
84902
86117
 
84903
- declare class DesignSystemComponentEndpoint {
84904
- private readonly requestExecutor;
84905
- constructor(requestExecutor: RequestExecutor);
84906
- create(dsId: string, vId: string, body: DTODesignSystemComponentCreateInput): Promise<any>;
84907
- }
84908
-
84909
86118
  declare class DocumentationEndpoint {
84910
86119
  private readonly requestExecutor;
84911
86120
  constructor(requestExecutor: RequestExecutor);
@@ -84961,6 +86170,12 @@ declare class DocumentationEndpoint {
84961
86170
  }>;
84962
86171
  }
84963
86172
 
86173
+ declare class DesignSystemComponentEndpoint {
86174
+ private readonly requestExecutor;
86175
+ constructor(requestExecutor: RequestExecutor);
86176
+ create(dsId: string, vId: string, body: DTODesignSystemComponentCreateInput): Promise<any>;
86177
+ }
86178
+
84964
86179
  declare class ElementsActionEndpoint {
84965
86180
  private readonly requestExecutor;
84966
86181
  constructor(requestExecutor: RequestExecutor);
@@ -85588,6 +86803,246 @@ declare class ElementsActionEndpoint {
85588
86803
  };
85589
86804
  }[];
85590
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
+ }>;
85591
87046
  }
85592
87047
 
85593
87048
  declare class ImportJobsEndpoint {
@@ -85618,7 +87073,7 @@ declare class ElementPropertyDefinitionsEndpoint {
85618
87073
  constructor(requestExecutor: RequestExecutor);
85619
87074
  list(designSystemId: string, versionId: string): Promise<{
85620
87075
  definitions: {
85621
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
87076
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
85622
87077
  id: string;
85623
87078
  persistentId: string;
85624
87079
  meta: {
@@ -85642,7 +87097,7 @@ declare class ElementPropertyDefinitionsEndpoint {
85642
87097
  }>;
85643
87098
  create(designSystemId: string, versionId: string, body: DTOElementPropertyDefinitionCreatePayload): Promise<{
85644
87099
  definition: {
85645
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
87100
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
85646
87101
  id: string;
85647
87102
  persistentId: string;
85648
87103
  meta: {
@@ -85666,7 +87121,7 @@ declare class ElementPropertyDefinitionsEndpoint {
85666
87121
  }>;
85667
87122
  update(designSystemId: string, versionId: string, defId: string, body: DTOElementPropertyDefinitionUpdatePayload): Promise<{
85668
87123
  definition: {
85669
- type: "Text" | "Number" | "Boolean" | "Select" | "Generic" | "Link" | "URL";
87124
+ type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
85670
87125
  id: string;
85671
87126
  persistentId: string;
85672
87127
  meta: {
@@ -86917,7 +88372,7 @@ declare class TokenGroupsEndpoint {
86917
88372
  isRoot: boolean;
86918
88373
  childrenIds: string[];
86919
88374
  brandId: string;
86920
- 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";
86921
88376
  };
86922
88377
  }>;
86923
88378
  list(dsId: string, versionId: string): Promise<DTODesignTokenGroupListResponse>;
@@ -87317,10 +88772,14 @@ declare class DesignSystemVersionsEndpoint {
87317
88772
  readonly importJobs: ImportJobsEndpoint;
87318
88773
  readonly tokens: TokensEndpoint;
87319
88774
  readonly tokenGroups: TokenGroupsEndpoint;
88775
+ readonly figmaComponents: FigmaComponentsEndpoint;
88776
+ readonly figmaComponentGroups: FigmaComponentGroupsEndpoint;
88777
+ readonly figmaFrameStructures: FigmaFrameStructuresEndpoint;
87320
88778
  readonly stats: VersionStatsEndpoint;
87321
88779
  readonly elementPropertyDefinitions: ElementPropertyDefinitionsEndpoint;
87322
88780
  readonly elementPropertyValues: ElementPropertyValuesEndpoint;
87323
88781
  readonly elementsAction: ElementsActionEndpoint;
88782
+ readonly elements: ElementsEndpoint;
87324
88783
  readonly designSystemComponents: DesignSystemComponentEndpoint;
87325
88784
  readonly documentation: DocumentationEndpoint;
87326
88785
  constructor(requestExecutor: RequestExecutor);
@@ -87461,9 +88920,9 @@ declare class DesignSystemSourcesEndpoint {
87461
88920
  tokensCreated: number;
87462
88921
  tokensUpdated: number;
87463
88922
  tokensDeleted: number;
87464
- 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>>;
87465
- 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>>;
87466
- 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>>;
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>>;
87467
88926
  componentsCreated: number;
87468
88927
  componentsUpdated: number;
87469
88928
  componentsDeleted: number;
@@ -87577,9 +89036,9 @@ declare class DesignSystemSourcesEndpoint {
87577
89036
  tokensCreated: number;
87578
89037
  tokensUpdated: number;
87579
89038
  tokensDeleted: number;
87580
- 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>>;
87581
- 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>>;
87582
- 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>>;
87583
89042
  componentsCreated: number;
87584
89043
  componentsUpdated: number;
87585
89044
  componentsDeleted: number;
@@ -89374,6 +90833,10 @@ declare class SupernovaApiClient {
89374
90833
 
89375
90834
  declare function generateHash(input: object | string, debug?: boolean): string;
89376
90835
 
90836
+ type CompatibleValue = number | string | boolean | undefined;
90837
+ type QueryObject = Record<string, CompatibleValue | CompatibleValue[]>;
90838
+ declare function serializeQuery(query: QueryObject): URLSearchParams;
90839
+
89377
90840
  declare const DocumentationHierarchySettings: z.ZodObject<{
89378
90841
  routingVersion: z.ZodString;
89379
90842
  isDraftFeatureAdopted: z.ZodBoolean;
@@ -91781,7 +93244,7 @@ declare const BlockParsingUtils: {
91781
93244
  declare const BlockDefinitionUtils: {
91782
93245
  firstRichTextProperty(definition: PageBlockDefinition): {
91783
93246
  id: string;
91784
- 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";
91785
93248
  name: string;
91786
93249
  options?: Record<string, any> | undefined;
91787
93250
  description?: string | undefined;
@@ -91789,7 +93252,7 @@ declare const BlockDefinitionUtils: {
91789
93252
  } | undefined;
91790
93253
  firstMultiRichTextProperty(definition: PageBlockDefinition): {
91791
93254
  id: string;
91792
- 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";
91793
93256
  name: string;
91794
93257
  options?: Record<string, any> | undefined;
91795
93258
  description?: string | undefined;
@@ -91797,7 +93260,7 @@ declare const BlockDefinitionUtils: {
91797
93260
  } | undefined;
91798
93261
  firstTableProperty(definition: PageBlockDefinition): {
91799
93262
  id: string;
91800
- 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";
91801
93264
  name: string;
91802
93265
  options?: Record<string, any> | undefined;
91803
93266
  description?: string | undefined;
@@ -91805,7 +93268,7 @@ declare const BlockDefinitionUtils: {
91805
93268
  } | undefined;
91806
93269
  firstEmbedProperty(definition: PageBlockDefinition): {
91807
93270
  id: string;
91808
- 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";
91809
93272
  name: string;
91810
93273
  options?: Record<string, any> | undefined;
91811
93274
  description?: string | undefined;
@@ -91813,7 +93276,7 @@ declare const BlockDefinitionUtils: {
91813
93276
  } | undefined;
91814
93277
  richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
91815
93278
  id: string;
91816
- 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";
91817
93280
  name: string;
91818
93281
  options?: Record<string, any> | undefined;
91819
93282
  description?: string | undefined;
@@ -91821,7 +93284,7 @@ declare const BlockDefinitionUtils: {
91821
93284
  };
91822
93285
  property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
91823
93286
  id: string;
91824
- 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";
91825
93288
  name: string;
91826
93289
  options?: Record<string, any> | undefined;
91827
93290
  description?: string | undefined;
@@ -91925,4 +93388,4 @@ declare class FrontendVersionRoomYDoc {
91925
93388
 
91926
93389
  declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
91927
93390
 
91928
- 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, 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, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, 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 };