@supernova-studio/client 0.54.12 → 0.54.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -34,7 +34,7 @@ declare const DTODocumentationGroupStructureV1: z.ZodObject<z.objectUtil.extendS
34
34
  brandPersistentId: z.ZodOptional<z.ZodString>;
35
35
  }>, {
36
36
  shortPersistentId: z.ZodOptional<z.ZodString>;
37
- childType: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
37
+ childType: 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<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
38
38
  data: z.ZodOptional<z.ZodObject<{
39
39
  behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Group" | "Tabs" | undefined, z.ZodTypeDef, "Group" | "Tabs" | undefined>>>, NonNullable<"Group" | "Tabs" | undefined> | undefined, "Group" | "Tabs" | null | undefined>;
40
40
  configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -294,7 +294,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
294
294
  brandPersistentId: z.ZodOptional<z.ZodString>;
295
295
  }>, {
296
296
  shortPersistentId: z.ZodOptional<z.ZodString>;
297
- childType: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
297
+ childType: 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<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
298
298
  data: z.ZodOptional<z.ZodObject<{
299
299
  behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Group" | "Tabs" | undefined, z.ZodTypeDef, "Group" | "Tabs" | undefined>>>, NonNullable<"Group" | "Tabs" | undefined> | undefined, "Group" | "Tabs" | null | undefined>;
300
300
  configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -1351,9 +1351,9 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
1351
1351
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
1352
1352
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
1353
1353
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
1354
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1355
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1356
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1354
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1355
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1356
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1357
1357
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
1358
1358
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
1359
1359
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -1651,9 +1651,9 @@ declare const DTODataSourceFigma: z.ZodObject<{
1651
1651
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
1652
1652
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
1653
1653
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
1654
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1655
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1656
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1654
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1655
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1656
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
1657
1657
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
1658
1658
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
1659
1659
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -2338,9 +2338,9 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2338
2338
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
2339
2339
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
2340
2340
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
2341
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
2342
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
2343
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
2341
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
2342
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
2343
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
2344
2344
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2345
2345
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2346
2346
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -3022,9 +3022,9 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
3022
3022
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
3023
3023
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
3024
3024
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
3025
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3026
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3027
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3025
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3026
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3027
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3028
3028
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3029
3029
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3030
3030
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -3949,9 +3949,9 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
3949
3949
  tokensCreated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
3950
3950
  tokensUpdated: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
3951
3951
  tokensDeleted: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
3952
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3953
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3954
- 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", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Measure", "Radius", "GenericToken", "Font", "Text"]>]>, z.ZodNumber>>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3952
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3953
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3954
+ 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<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>>, Partial<Record<"Text" | "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Measure" | "Radius" | "GenericToken", number>> | null | undefined>;
3955
3955
  sourceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3956
3956
  brandId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3957
3957
  versionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -4926,6 +4926,193 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
4926
4926
  } | null | undefined;
4927
4927
  }>;
4928
4928
  type DTODesignSystem = z.infer<typeof DTODesignSystem>;
4929
+ declare const DTODesignSystemCreateResponse: z.ZodObject<{
4930
+ designSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
4931
+ id: z.ZodString;
4932
+ workspaceId: z.ZodString;
4933
+ name: z.ZodString;
4934
+ description: z.ZodString;
4935
+ docExporterId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4936
+ docSlug: z.ZodString;
4937
+ docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4938
+ docSlugDeprecated: z.ZodString;
4939
+ isPublic: z.ZodBoolean;
4940
+ isMultibrand: z.ZodBoolean;
4941
+ docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4942
+ basePrefixes: z.ZodArray<z.ZodString, "many">;
4943
+ designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
4944
+ isEnabled: boolean;
4945
+ designSystemIds: string[];
4946
+ }, z.ZodTypeDef, {
4947
+ isEnabled: boolean;
4948
+ designSystemIds: string[];
4949
+ }>>>, {
4950
+ isEnabled: boolean;
4951
+ designSystemIds: string[];
4952
+ } | undefined, {
4953
+ isEnabled: boolean;
4954
+ designSystemIds: string[];
4955
+ } | null | undefined>;
4956
+ isApprovalFeatureEnabled: z.ZodBoolean;
4957
+ approvalRequiredForPublishing: z.ZodBoolean;
4958
+ accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
4959
+ createdAt: z.ZodDate;
4960
+ updatedAt: z.ZodDate;
4961
+ }, "description" | "name" | "docExporterId">, {
4962
+ meta: z.ZodObject<{
4963
+ name: z.ZodString;
4964
+ description: z.ZodOptional<z.ZodString>;
4965
+ }, "strip", z.ZodTypeAny, {
4966
+ name: string;
4967
+ description?: string | undefined;
4968
+ }, {
4969
+ name: string;
4970
+ description?: string | undefined;
4971
+ }>;
4972
+ docExporterId: z.ZodString;
4973
+ sources: z.ZodArray<z.ZodAny, "many">;
4974
+ }>, "strip", z.ZodTypeAny, {
4975
+ id: string;
4976
+ meta: {
4977
+ name: string;
4978
+ description?: string | undefined;
4979
+ };
4980
+ createdAt: Date;
4981
+ updatedAt: Date;
4982
+ sources: any[];
4983
+ workspaceId: string;
4984
+ docExporterId: string;
4985
+ docSlug: string;
4986
+ docSlugDeprecated: string;
4987
+ isPublic: boolean;
4988
+ isMultibrand: boolean;
4989
+ basePrefixes: string[];
4990
+ isApprovalFeatureEnabled: boolean;
4991
+ approvalRequiredForPublishing: boolean;
4992
+ accessMode: "Open" | "InviteOnly";
4993
+ docUserSlug?: string | undefined;
4994
+ docViewUrl?: string | undefined;
4995
+ designSystemSwitcher?: {
4996
+ isEnabled: boolean;
4997
+ designSystemIds: string[];
4998
+ } | undefined;
4999
+ }, {
5000
+ id: string;
5001
+ meta: {
5002
+ name: string;
5003
+ description?: string | undefined;
5004
+ };
5005
+ createdAt: Date;
5006
+ updatedAt: Date;
5007
+ sources: any[];
5008
+ workspaceId: string;
5009
+ docExporterId: string;
5010
+ docSlug: string;
5011
+ docSlugDeprecated: string;
5012
+ isPublic: boolean;
5013
+ isMultibrand: boolean;
5014
+ basePrefixes: string[];
5015
+ isApprovalFeatureEnabled: boolean;
5016
+ approvalRequiredForPublishing: boolean;
5017
+ accessMode: "Open" | "InviteOnly";
5018
+ docUserSlug?: string | null | undefined;
5019
+ docViewUrl?: string | null | undefined;
5020
+ designSystemSwitcher?: {
5021
+ isEnabled: boolean;
5022
+ designSystemIds: string[];
5023
+ } | null | undefined;
5024
+ }>;
5025
+ }, "strip", z.ZodTypeAny, {
5026
+ designSystem: {
5027
+ id: string;
5028
+ meta: {
5029
+ name: string;
5030
+ description?: string | undefined;
5031
+ };
5032
+ createdAt: Date;
5033
+ updatedAt: Date;
5034
+ sources: any[];
5035
+ workspaceId: string;
5036
+ docExporterId: string;
5037
+ docSlug: string;
5038
+ docSlugDeprecated: string;
5039
+ isPublic: boolean;
5040
+ isMultibrand: boolean;
5041
+ basePrefixes: string[];
5042
+ isApprovalFeatureEnabled: boolean;
5043
+ approvalRequiredForPublishing: boolean;
5044
+ accessMode: "Open" | "InviteOnly";
5045
+ docUserSlug?: string | undefined;
5046
+ docViewUrl?: string | undefined;
5047
+ designSystemSwitcher?: {
5048
+ isEnabled: boolean;
5049
+ designSystemIds: string[];
5050
+ } | undefined;
5051
+ };
5052
+ }, {
5053
+ designSystem: {
5054
+ id: string;
5055
+ meta: {
5056
+ name: string;
5057
+ description?: string | undefined;
5058
+ };
5059
+ createdAt: Date;
5060
+ updatedAt: Date;
5061
+ sources: any[];
5062
+ workspaceId: string;
5063
+ docExporterId: string;
5064
+ docSlug: string;
5065
+ docSlugDeprecated: string;
5066
+ isPublic: boolean;
5067
+ isMultibrand: boolean;
5068
+ basePrefixes: string[];
5069
+ isApprovalFeatureEnabled: boolean;
5070
+ approvalRequiredForPublishing: boolean;
5071
+ accessMode: "Open" | "InviteOnly";
5072
+ docUserSlug?: string | null | undefined;
5073
+ docViewUrl?: string | null | undefined;
5074
+ designSystemSwitcher?: {
5075
+ isEnabled: boolean;
5076
+ designSystemIds: string[];
5077
+ } | null | undefined;
5078
+ };
5079
+ }>;
5080
+ type DTODesignSystemCreateResponse = z.infer<typeof DTODesignSystemCreateResponse>;
5081
+ declare const DTODesignSystemCreateInput: z.ZodObject<{
5082
+ workspaceId: z.ZodString;
5083
+ meta: z.ZodOptional<z.ZodObject<{
5084
+ name: z.ZodString;
5085
+ description: z.ZodOptional<z.ZodString>;
5086
+ }, "strip", z.ZodTypeAny, {
5087
+ name: string;
5088
+ description?: string | undefined;
5089
+ }, {
5090
+ name: string;
5091
+ description?: string | undefined;
5092
+ }>>;
5093
+ name: z.ZodOptional<z.ZodString>;
5094
+ description: z.ZodOptional<z.ZodString>;
5095
+ accessMode: z.ZodOptional<z.ZodEnum<["Open", "InviteOnly"]>>;
5096
+ }, "strip", z.ZodTypeAny, {
5097
+ workspaceId: string;
5098
+ description?: string | undefined;
5099
+ meta?: {
5100
+ name: string;
5101
+ description?: string | undefined;
5102
+ } | undefined;
5103
+ name?: string | undefined;
5104
+ accessMode?: "Open" | "InviteOnly" | undefined;
5105
+ }, {
5106
+ workspaceId: string;
5107
+ description?: string | undefined;
5108
+ meta?: {
5109
+ name: string;
5110
+ description?: string | undefined;
5111
+ } | undefined;
5112
+ name?: string | undefined;
5113
+ accessMode?: "Open" | "InviteOnly" | undefined;
5114
+ }>;
5115
+ type DTODesignSystemCreateInput = z.infer<typeof DTODesignSystemCreateInput>;
4929
5116
 
4930
5117
  declare const DTODiffCountBase: z.ZodObject<{
4931
5118
  created: z.ZodNumber;
@@ -8528,6 +8715,13 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8528
8715
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8529
8716
  id: string;
8530
8717
  createdAt: Date;
8718
+ designSystem: {
8719
+ id: string;
8720
+ meta: {
8721
+ name: string;
8722
+ description?: string | undefined;
8723
+ };
8724
+ };
8531
8725
  exporterId: string;
8532
8726
  destinations: {
8533
8727
  s3?: {} | undefined;
@@ -8595,13 +8789,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8595
8789
  version: string;
8596
8790
  isReadonly: boolean;
8597
8791
  };
8598
- designSystem: {
8599
- id: string;
8600
- meta: {
8601
- name: string;
8602
- description?: string | undefined;
8603
- };
8604
- };
8605
8792
  brandPersistentId?: string | undefined;
8606
8793
  themePersistentId?: string | undefined;
8607
8794
  themePersistentIds?: string[] | undefined;
@@ -8649,6 +8836,13 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8649
8836
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8650
8837
  id: string;
8651
8838
  createdAt: Date;
8839
+ designSystem: {
8840
+ id: string;
8841
+ meta: {
8842
+ name: string;
8843
+ description?: string | undefined;
8844
+ };
8845
+ };
8652
8846
  exporterId: string;
8653
8847
  destinations: {
8654
8848
  s3?: {} | undefined;
@@ -8716,13 +8910,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8716
8910
  version: string;
8717
8911
  isReadonly: boolean;
8718
8912
  };
8719
- designSystem: {
8720
- id: string;
8721
- meta: {
8722
- name: string;
8723
- description?: string | undefined;
8724
- };
8725
- };
8726
8913
  brandPersistentId?: string | undefined;
8727
8914
  themePersistentId?: string | undefined;
8728
8915
  themePersistentIds?: string[] | undefined;
@@ -8772,6 +8959,13 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8772
8959
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8773
8960
  id: string;
8774
8961
  createdAt: Date;
8962
+ designSystem: {
8963
+ id: string;
8964
+ meta: {
8965
+ name: string;
8966
+ description?: string | undefined;
8967
+ };
8968
+ };
8775
8969
  exporterId: string;
8776
8970
  destinations: {
8777
8971
  s3?: {} | undefined;
@@ -8839,13 +9033,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8839
9033
  version: string;
8840
9034
  isReadonly: boolean;
8841
9035
  };
8842
- designSystem: {
8843
- id: string;
8844
- meta: {
8845
- name: string;
8846
- description?: string | undefined;
8847
- };
8848
- };
8849
9036
  brandPersistentId?: string | undefined;
8850
9037
  themePersistentId?: string | undefined;
8851
9038
  themePersistentIds?: string[] | undefined;
@@ -8895,6 +9082,13 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8895
9082
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8896
9083
  id: string;
8897
9084
  createdAt: Date;
9085
+ designSystem: {
9086
+ id: string;
9087
+ meta: {
9088
+ name: string;
9089
+ description?: string | undefined;
9090
+ };
9091
+ };
8898
9092
  exporterId: string;
8899
9093
  destinations: {
8900
9094
  s3?: {} | undefined;
@@ -8962,13 +9156,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8962
9156
  version: string;
8963
9157
  isReadonly: boolean;
8964
9158
  };
8965
- designSystem: {
8966
- id: string;
8967
- meta: {
8968
- name: string;
8969
- description?: string | undefined;
8970
- };
8971
- };
8972
9159
  brandPersistentId?: string | undefined;
8973
9160
  themePersistentId?: string | undefined;
8974
9161
  themePersistentIds?: string[] | undefined;
@@ -11519,7 +11706,7 @@ declare const DTODocumentationGroupV2: z.ZodObject<z.objectUtil.extendShape<Omit
11519
11706
  brandPersistentId: z.ZodOptional<z.ZodString>;
11520
11707
  }>, {
11521
11708
  shortPersistentId: z.ZodOptional<z.ZodString>;
11522
- childType: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
11709
+ childType: 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<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
11523
11710
  data: z.ZodOptional<z.ZodObject<{
11524
11711
  behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Group" | "Tabs" | undefined, z.ZodTypeDef, "Group" | "Tabs" | undefined>>>, NonNullable<"Group" | "Tabs" | undefined> | undefined, "Group" | "Tabs" | null | undefined>;
11525
11712
  configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -14310,7 +14497,7 @@ declare const DTODocumentationHierarchyV2: z.ZodObject<{
14310
14497
  brandPersistentId: z.ZodOptional<z.ZodString>;
14311
14498
  }>, {
14312
14499
  shortPersistentId: z.ZodOptional<z.ZodString>;
14313
- childType: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "Duration", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
14500
+ childType: 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<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
14314
14501
  data: z.ZodOptional<z.ZodObject<{
14315
14502
  behavior: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Group" | "Tabs" | undefined, z.ZodTypeDef, "Group" | "Tabs" | undefined>>>, NonNullable<"Group" | "Tabs" | undefined> | undefined, "Group" | "Tabs" | null | undefined>;
14316
14503
  configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -29192,8 +29379,8 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
29192
29379
  designSystemVersionId: z.ZodOptional<z.ZodString>;
29193
29380
  brandId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
29194
29381
  createdByUserId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
29195
- themeId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
29196
29382
  exporterId: z.ZodOptional<z.ZodString>;
29383
+ themeId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
29197
29384
  scheduleId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
29198
29385
  destinations: z.ZodOptional<z.ZodArray<z.ZodEnum<["s3", "webhookUrl", "github", "documentation", "azure", "gitlab", "bitbucket"]>, "many">>;
29199
29386
  docsEnvironment: z.ZodOptional<z.ZodEnum<["Live", "Preview"]>>;
@@ -29203,8 +29390,8 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
29203
29390
  designSystemVersionId?: string | undefined;
29204
29391
  brandId?: string | undefined;
29205
29392
  createdByUserId?: string | undefined;
29206
- themeId?: string | undefined;
29207
29393
  exporterId?: string | undefined;
29394
+ themeId?: string | undefined;
29208
29395
  scheduleId?: string | null | undefined;
29209
29396
  destinations?: ("s3" | "azure" | "bitbucket" | "github" | "gitlab" | "documentation" | "webhookUrl")[] | undefined;
29210
29397
  docsEnvironment?: "Live" | "Preview" | undefined;
@@ -29214,8 +29401,8 @@ declare const DTOExportJobsListFilter: z.ZodObject<{
29214
29401
  designSystemVersionId?: string | undefined;
29215
29402
  brandId?: string | undefined;
29216
29403
  createdByUserId?: string | undefined;
29217
- themeId?: string | undefined;
29218
29404
  exporterId?: string | undefined;
29405
+ themeId?: string | undefined;
29219
29406
  scheduleId?: string | null | undefined;
29220
29407
  destinations?: ("s3" | "azure" | "bitbucket" | "github" | "gitlab" | "documentation" | "webhookUrl")[] | undefined;
29221
29408
  docsEnvironment?: "Live" | "Preview" | undefined;
@@ -30259,6 +30446,13 @@ declare const DTOExportJob: z.ZodObject<{
30259
30446
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30260
30447
  id: string;
30261
30448
  createdAt: Date;
30449
+ designSystem: {
30450
+ id: string;
30451
+ meta: {
30452
+ name: string;
30453
+ description?: string | undefined;
30454
+ };
30455
+ };
30262
30456
  exporterId: string;
30263
30457
  destinations: {
30264
30458
  s3?: {} | undefined;
@@ -30326,13 +30520,6 @@ declare const DTOExportJob: z.ZodObject<{
30326
30520
  version: string;
30327
30521
  isReadonly: boolean;
30328
30522
  };
30329
- designSystem: {
30330
- id: string;
30331
- meta: {
30332
- name: string;
30333
- description?: string | undefined;
30334
- };
30335
- };
30336
30523
  brandPersistentId?: string | undefined;
30337
30524
  themePersistentId?: string | undefined;
30338
30525
  themePersistentIds?: string[] | undefined;
@@ -30380,6 +30567,13 @@ declare const DTOExportJob: z.ZodObject<{
30380
30567
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30381
30568
  id: string;
30382
30569
  createdAt: Date;
30570
+ designSystem: {
30571
+ id: string;
30572
+ meta: {
30573
+ name: string;
30574
+ description?: string | undefined;
30575
+ };
30576
+ };
30383
30577
  exporterId: string;
30384
30578
  destinations: {
30385
30579
  s3?: {} | undefined;
@@ -30447,13 +30641,6 @@ declare const DTOExportJob: z.ZodObject<{
30447
30641
  version: string;
30448
30642
  isReadonly: boolean;
30449
30643
  };
30450
- designSystem: {
30451
- id: string;
30452
- meta: {
30453
- name: string;
30454
- description?: string | undefined;
30455
- };
30456
- };
30457
30644
  brandPersistentId?: string | undefined;
30458
30645
  themePersistentId?: string | undefined;
30459
30646
  themePersistentIds?: string[] | undefined;
@@ -31024,6 +31211,13 @@ declare const DTOExportJobResponse: z.ZodObject<{
31024
31211
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31025
31212
  id: string;
31026
31213
  createdAt: Date;
31214
+ designSystem: {
31215
+ id: string;
31216
+ meta: {
31217
+ name: string;
31218
+ description?: string | undefined;
31219
+ };
31220
+ };
31027
31221
  exporterId: string;
31028
31222
  destinations: {
31029
31223
  s3?: {} | undefined;
@@ -31091,13 +31285,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31091
31285
  version: string;
31092
31286
  isReadonly: boolean;
31093
31287
  };
31094
- designSystem: {
31095
- id: string;
31096
- meta: {
31097
- name: string;
31098
- description?: string | undefined;
31099
- };
31100
- };
31101
31288
  brandPersistentId?: string | undefined;
31102
31289
  themePersistentId?: string | undefined;
31103
31290
  themePersistentIds?: string[] | undefined;
@@ -31145,6 +31332,13 @@ declare const DTOExportJobResponse: z.ZodObject<{
31145
31332
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31146
31333
  id: string;
31147
31334
  createdAt: Date;
31335
+ designSystem: {
31336
+ id: string;
31337
+ meta: {
31338
+ name: string;
31339
+ description?: string | undefined;
31340
+ };
31341
+ };
31148
31342
  exporterId: string;
31149
31343
  destinations: {
31150
31344
  s3?: {} | undefined;
@@ -31212,13 +31406,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31212
31406
  version: string;
31213
31407
  isReadonly: boolean;
31214
31408
  };
31215
- designSystem: {
31216
- id: string;
31217
- meta: {
31218
- name: string;
31219
- description?: string | undefined;
31220
- };
31221
- };
31222
31409
  brandPersistentId?: string | undefined;
31223
31410
  themePersistentId?: string | undefined;
31224
31411
  themePersistentIds?: string[] | undefined;
@@ -31268,6 +31455,13 @@ declare const DTOExportJobResponse: z.ZodObject<{
31268
31455
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31269
31456
  id: string;
31270
31457
  createdAt: Date;
31458
+ designSystem: {
31459
+ id: string;
31460
+ meta: {
31461
+ name: string;
31462
+ description?: string | undefined;
31463
+ };
31464
+ };
31271
31465
  exporterId: string;
31272
31466
  destinations: {
31273
31467
  s3?: {} | undefined;
@@ -31335,13 +31529,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31335
31529
  version: string;
31336
31530
  isReadonly: boolean;
31337
31531
  };
31338
- designSystem: {
31339
- id: string;
31340
- meta: {
31341
- name: string;
31342
- description?: string | undefined;
31343
- };
31344
- };
31345
31532
  brandPersistentId?: string | undefined;
31346
31533
  themePersistentId?: string | undefined;
31347
31534
  themePersistentIds?: string[] | undefined;
@@ -31391,6 +31578,13 @@ declare const DTOExportJobResponse: z.ZodObject<{
31391
31578
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31392
31579
  id: string;
31393
31580
  createdAt: Date;
31581
+ designSystem: {
31582
+ id: string;
31583
+ meta: {
31584
+ name: string;
31585
+ description?: string | undefined;
31586
+ };
31587
+ };
31394
31588
  exporterId: string;
31395
31589
  destinations: {
31396
31590
  s3?: {} | undefined;
@@ -31458,13 +31652,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31458
31652
  version: string;
31459
31653
  isReadonly: boolean;
31460
31654
  };
31461
- designSystem: {
31462
- id: string;
31463
- meta: {
31464
- name: string;
31465
- description?: string | undefined;
31466
- };
31467
- };
31468
31655
  brandPersistentId?: string | undefined;
31469
31656
  themePersistentId?: string | undefined;
31470
31657
  themePersistentIds?: string[] | undefined;
@@ -32037,6 +32224,13 @@ declare const DTOPipeline: z.ZodObject<{
32037
32224
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32038
32225
  id: string;
32039
32226
  createdAt: Date;
32227
+ designSystem: {
32228
+ id: string;
32229
+ meta: {
32230
+ name: string;
32231
+ description?: string | undefined;
32232
+ };
32233
+ };
32040
32234
  exporterId: string;
32041
32235
  destinations: {
32042
32236
  s3?: {} | undefined;
@@ -32104,13 +32298,6 @@ declare const DTOPipeline: z.ZodObject<{
32104
32298
  version: string;
32105
32299
  isReadonly: boolean;
32106
32300
  };
32107
- designSystem: {
32108
- id: string;
32109
- meta: {
32110
- name: string;
32111
- description?: string | undefined;
32112
- };
32113
- };
32114
32301
  brandPersistentId?: string | undefined;
32115
32302
  themePersistentId?: string | undefined;
32116
32303
  themePersistentIds?: string[] | undefined;
@@ -32158,6 +32345,13 @@ declare const DTOPipeline: z.ZodObject<{
32158
32345
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32159
32346
  id: string;
32160
32347
  createdAt: Date;
32348
+ designSystem: {
32349
+ id: string;
32350
+ meta: {
32351
+ name: string;
32352
+ description?: string | undefined;
32353
+ };
32354
+ };
32161
32355
  exporterId: string;
32162
32356
  destinations: {
32163
32357
  s3?: {} | undefined;
@@ -32225,13 +32419,6 @@ declare const DTOPipeline: z.ZodObject<{
32225
32419
  version: string;
32226
32420
  isReadonly: boolean;
32227
32421
  };
32228
- designSystem: {
32229
- id: string;
32230
- meta: {
32231
- name: string;
32232
- description?: string | undefined;
32233
- };
32234
- };
32235
32422
  brandPersistentId?: string | undefined;
32236
32423
  themePersistentId?: string | undefined;
32237
32424
  themePersistentIds?: string[] | undefined;
@@ -32458,6 +32645,13 @@ declare const DTOPipeline: z.ZodObject<{
32458
32645
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32459
32646
  id: string;
32460
32647
  createdAt: Date;
32648
+ designSystem: {
32649
+ id: string;
32650
+ meta: {
32651
+ name: string;
32652
+ description?: string | undefined;
32653
+ };
32654
+ };
32461
32655
  exporterId: string;
32462
32656
  destinations: {
32463
32657
  s3?: {} | undefined;
@@ -32525,13 +32719,6 @@ declare const DTOPipeline: z.ZodObject<{
32525
32719
  version: string;
32526
32720
  isReadonly: boolean;
32527
32721
  };
32528
- designSystem: {
32529
- id: string;
32530
- meta: {
32531
- name: string;
32532
- description?: string | undefined;
32533
- };
32534
- };
32535
32722
  brandPersistentId?: string | undefined;
32536
32723
  themePersistentId?: string | undefined;
32537
32724
  themePersistentIds?: string[] | undefined;
@@ -32646,6 +32833,13 @@ declare const DTOPipeline: z.ZodObject<{
32646
32833
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32647
32834
  id: string;
32648
32835
  createdAt: Date;
32836
+ designSystem: {
32837
+ id: string;
32838
+ meta: {
32839
+ name: string;
32840
+ description?: string | undefined;
32841
+ };
32842
+ };
32649
32843
  exporterId: string;
32650
32844
  destinations: {
32651
32845
  s3?: {} | undefined;
@@ -32713,13 +32907,6 @@ declare const DTOPipeline: z.ZodObject<{
32713
32907
  version: string;
32714
32908
  isReadonly: boolean;
32715
32909
  };
32716
- designSystem: {
32717
- id: string;
32718
- meta: {
32719
- name: string;
32720
- description?: string | undefined;
32721
- };
32722
- };
32723
32910
  brandPersistentId?: string | undefined;
32724
32911
  themePersistentId?: string | undefined;
32725
32912
  themePersistentIds?: string[] | undefined;
@@ -39778,25 +39965,25 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
39778
39965
  }, "id" | "createdAt" | "updatedAt" | "workspaceId" | "docSlug" | "docViewUrl">, {
39779
39966
  meta: z.ZodOptional<z.ZodObject<{
39780
39967
  name: z.ZodOptional<z.ZodString>;
39781
- description: z.ZodOptional<z.ZodString>;
39968
+ description: z.ZodOptional<z.ZodOptional<z.ZodString>>;
39782
39969
  }, "strip", z.ZodTypeAny, {
39783
- name?: string | undefined;
39784
39970
  description?: string | undefined;
39785
- }, {
39786
39971
  name?: string | undefined;
39972
+ }, {
39787
39973
  description?: string | undefined;
39974
+ name?: string | undefined;
39788
39975
  }>>;
39789
39976
  }>, "strip", z.ZodTypeAny, {
39790
- name?: string | undefined;
39791
39977
  description?: string | undefined;
39792
39978
  meta?: {
39793
- name?: string | undefined;
39794
39979
  description?: string | undefined;
39980
+ name?: string | undefined;
39795
39981
  } | undefined;
39796
- isPublic?: boolean | undefined;
39982
+ name?: string | undefined;
39797
39983
  docExporterId?: string | undefined;
39798
39984
  docUserSlug?: string | undefined;
39799
39985
  docSlugDeprecated?: string | undefined;
39986
+ isPublic?: boolean | undefined;
39800
39987
  isMultibrand?: boolean | undefined;
39801
39988
  basePrefixes?: string[] | undefined;
39802
39989
  designSystemSwitcher?: {
@@ -39807,16 +39994,16 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
39807
39994
  approvalRequiredForPublishing?: boolean | undefined;
39808
39995
  accessMode?: "Open" | "InviteOnly" | undefined;
39809
39996
  }, {
39810
- name?: string | undefined;
39811
39997
  description?: string | undefined;
39812
39998
  meta?: {
39813
- name?: string | undefined;
39814
39999
  description?: string | undefined;
40000
+ name?: string | undefined;
39815
40001
  } | undefined;
39816
- isPublic?: boolean | undefined;
40002
+ name?: string | undefined;
39817
40003
  docExporterId?: string | null | undefined;
39818
40004
  docUserSlug?: string | null | undefined;
39819
40005
  docSlugDeprecated?: string | undefined;
40006
+ isPublic?: boolean | undefined;
39820
40007
  isMultibrand?: boolean | undefined;
39821
40008
  basePrefixes?: string[] | undefined;
39822
40009
  designSystemSwitcher?: {
@@ -44668,4 +44855,4 @@ declare class FrontendVersionRoomYDoc {
44668
44855
 
44669
44856
  declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
44670
44857
 
44671
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAssetRenderConfiguration, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, 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, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, 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, 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, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserNotificationSettingsResponse, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, 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 };
44858
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAssetRenderConfiguration, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemCreateResponse, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, 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, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, 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, 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, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserNotificationSettingsResponse, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, 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 };