@supernova-studio/client 0.54.8 → 0.54.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -8523,6 +8523,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8523
8523
  }>>;
8524
8524
  brandPersistentId: z.ZodOptional<z.ZodString>;
8525
8525
  themePersistentId: z.ZodOptional<z.ZodString>;
8526
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8526
8527
  }, "strip", z.ZodTypeAny, {
8527
8528
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8528
8529
  id: string;
@@ -8643,6 +8644,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8643
8644
  id?: string | undefined;
8644
8645
  }[] | undefined;
8645
8646
  } | undefined;
8647
+ themePersistentIds?: string[] | undefined;
8646
8648
  }, {
8647
8649
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8648
8650
  id: string;
@@ -8763,6 +8765,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8763
8765
  id?: string | undefined;
8764
8766
  }[] | null | undefined;
8765
8767
  } | undefined;
8768
+ themePersistentIds?: string[] | undefined;
8766
8769
  }>;
8767
8770
  }, "strip", z.ZodTypeAny, {
8768
8771
  job: {
@@ -8885,6 +8888,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8885
8888
  id?: string | undefined;
8886
8889
  }[] | undefined;
8887
8890
  } | undefined;
8891
+ themePersistentIds?: string[] | undefined;
8888
8892
  };
8889
8893
  }, {
8890
8894
  job: {
@@ -9007,6 +9011,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
9007
9011
  id?: string | undefined;
9008
9012
  }[] | null | undefined;
9009
9013
  } | undefined;
9014
+ themePersistentIds?: string[] | undefined;
9010
9015
  };
9011
9016
  }>;
9012
9017
  type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
@@ -20355,7 +20360,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20355
20360
  data: z.ZodObject<{
20356
20361
  blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
20357
20362
  persistentId: string;
20358
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20363
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20359
20364
  url?: string | null | undefined;
20360
20365
  tokenType?: "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" | null | undefined;
20361
20366
  asset?: {
@@ -20926,7 +20931,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20926
20931
  }, {
20927
20932
  blocks: ({
20928
20933
  persistentId: string;
20929
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20934
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20930
20935
  url?: string | null | undefined;
20931
20936
  tokenType?: "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" | null | undefined;
20932
20937
  asset?: {
@@ -21721,7 +21726,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21721
21726
  }>;
21722
21727
  blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
21723
21728
  persistentId: string;
21724
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21729
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21725
21730
  url?: string | null | undefined;
21726
21731
  tokenType?: "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" | null | undefined;
21727
21732
  asset?: {
@@ -21945,7 +21950,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21945
21950
  } & {
21946
21951
  children: ({
21947
21952
  persistentId: string;
21948
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21953
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21949
21954
  url?: string | null | undefined;
21950
21955
  tokenType?: "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" | null | undefined;
21951
21956
  asset?: {
@@ -22287,7 +22292,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22287
22292
  };
22288
22293
  blocks: ({
22289
22294
  persistentId: string;
22290
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22295
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22291
22296
  url?: string | null | undefined;
22292
22297
  tokenType?: "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" | null | undefined;
22293
22298
  asset?: {
@@ -22511,7 +22516,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22511
22516
  } & {
22512
22517
  children: ({
22513
22518
  persistentId: string;
22514
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22519
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22515
22520
  url?: string | null | undefined;
22516
22521
  tokenType?: "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" | null | undefined;
22517
22522
  asset?: {
@@ -30249,6 +30254,7 @@ declare const DTOExportJob: z.ZodObject<{
30249
30254
  }>>;
30250
30255
  brandPersistentId: z.ZodOptional<z.ZodString>;
30251
30256
  themePersistentId: z.ZodOptional<z.ZodString>;
30257
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
30252
30258
  }, "strip", z.ZodTypeAny, {
30253
30259
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30254
30260
  id: string;
@@ -30369,6 +30375,7 @@ declare const DTOExportJob: z.ZodObject<{
30369
30375
  id?: string | undefined;
30370
30376
  }[] | undefined;
30371
30377
  } | undefined;
30378
+ themePersistentIds?: string[] | undefined;
30372
30379
  }, {
30373
30380
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30374
30381
  id: string;
@@ -30489,6 +30496,7 @@ declare const DTOExportJob: z.ZodObject<{
30489
30496
  id?: string | undefined;
30490
30497
  }[] | null | undefined;
30491
30498
  } | undefined;
30499
+ themePersistentIds?: string[] | undefined;
30492
30500
  }>;
30493
30501
  type DTOExportJob = z.infer<typeof DTOExportJob>;
30494
30502
  declare const DTOExportJobResponse: z.ZodObject<{
@@ -31011,6 +31019,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31011
31019
  }>>;
31012
31020
  brandPersistentId: z.ZodOptional<z.ZodString>;
31013
31021
  themePersistentId: z.ZodOptional<z.ZodString>;
31022
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31014
31023
  }, "strip", z.ZodTypeAny, {
31015
31024
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31016
31025
  id: string;
@@ -31131,6 +31140,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31131
31140
  id?: string | undefined;
31132
31141
  }[] | undefined;
31133
31142
  } | undefined;
31143
+ themePersistentIds?: string[] | undefined;
31134
31144
  }, {
31135
31145
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31136
31146
  id: string;
@@ -31251,6 +31261,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31251
31261
  id?: string | undefined;
31252
31262
  }[] | null | undefined;
31253
31263
  } | undefined;
31264
+ themePersistentIds?: string[] | undefined;
31254
31265
  }>;
31255
31266
  }, "strip", z.ZodTypeAny, {
31256
31267
  job: {
@@ -31373,6 +31384,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31373
31384
  id?: string | undefined;
31374
31385
  }[] | undefined;
31375
31386
  } | undefined;
31387
+ themePersistentIds?: string[] | undefined;
31376
31388
  };
31377
31389
  }, {
31378
31390
  job: {
@@ -31495,6 +31507,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31495
31507
  id?: string | undefined;
31496
31508
  }[] | null | undefined;
31497
31509
  } | undefined;
31510
+ themePersistentIds?: string[] | undefined;
31498
31511
  };
31499
31512
  }>;
31500
31513
  type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
@@ -32019,6 +32032,7 @@ declare const DTOPipeline: z.ZodObject<{
32019
32032
  }>>;
32020
32033
  brandPersistentId: z.ZodOptional<z.ZodString>;
32021
32034
  themePersistentId: z.ZodOptional<z.ZodString>;
32035
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32022
32036
  }, "strip", z.ZodTypeAny, {
32023
32037
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32024
32038
  id: string;
@@ -32139,6 +32153,7 @@ declare const DTOPipeline: z.ZodObject<{
32139
32153
  id?: string | undefined;
32140
32154
  }[] | undefined;
32141
32155
  } | undefined;
32156
+ themePersistentIds?: string[] | undefined;
32142
32157
  }, {
32143
32158
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32144
32159
  id: string;
@@ -32259,6 +32274,7 @@ declare const DTOPipeline: z.ZodObject<{
32259
32274
  id?: string | undefined;
32260
32275
  }[] | null | undefined;
32261
32276
  } | undefined;
32277
+ themePersistentIds?: string[] | undefined;
32262
32278
  }>, "many">;
32263
32279
  webhookUrl: z.ZodOptional<z.ZodString>;
32264
32280
  destinationSnDocs: z.ZodOptional<z.ZodObject<{
@@ -32557,6 +32573,7 @@ declare const DTOPipeline: z.ZodObject<{
32557
32573
  id?: string | undefined;
32558
32574
  }[] | undefined;
32559
32575
  } | undefined;
32576
+ themePersistentIds?: string[] | undefined;
32560
32577
  }[];
32561
32578
  brandPersistentId?: string | undefined;
32562
32579
  themePersistentId?: string | undefined;
@@ -32743,6 +32760,7 @@ declare const DTOPipeline: z.ZodObject<{
32743
32760
  id?: string | undefined;
32744
32761
  }[] | null | undefined;
32745
32762
  } | undefined;
32763
+ themePersistentIds?: string[] | undefined;
32746
32764
  }[];
32747
32765
  brandPersistentId?: string | undefined;
32748
32766
  themePersistentId?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -8523,6 +8523,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8523
8523
  }>>;
8524
8524
  brandPersistentId: z.ZodOptional<z.ZodString>;
8525
8525
  themePersistentId: z.ZodOptional<z.ZodString>;
8526
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8526
8527
  }, "strip", z.ZodTypeAny, {
8527
8528
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8528
8529
  id: string;
@@ -8643,6 +8644,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8643
8644
  id?: string | undefined;
8644
8645
  }[] | undefined;
8645
8646
  } | undefined;
8647
+ themePersistentIds?: string[] | undefined;
8646
8648
  }, {
8647
8649
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8648
8650
  id: string;
@@ -8763,6 +8765,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8763
8765
  id?: string | undefined;
8764
8766
  }[] | null | undefined;
8765
8767
  } | undefined;
8768
+ themePersistentIds?: string[] | undefined;
8766
8769
  }>;
8767
8770
  }, "strip", z.ZodTypeAny, {
8768
8771
  job: {
@@ -8885,6 +8888,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8885
8888
  id?: string | undefined;
8886
8889
  }[] | undefined;
8887
8890
  } | undefined;
8891
+ themePersistentIds?: string[] | undefined;
8888
8892
  };
8889
8893
  }, {
8890
8894
  job: {
@@ -9007,6 +9011,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
9007
9011
  id?: string | undefined;
9008
9012
  }[] | null | undefined;
9009
9013
  } | undefined;
9014
+ themePersistentIds?: string[] | undefined;
9010
9015
  };
9011
9016
  }>;
9012
9017
  type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
@@ -20355,7 +20360,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20355
20360
  data: z.ZodObject<{
20356
20361
  blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
20357
20362
  persistentId: string;
20358
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20363
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20359
20364
  url?: string | null | undefined;
20360
20365
  tokenType?: "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" | null | undefined;
20361
20366
  asset?: {
@@ -20926,7 +20931,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20926
20931
  }, {
20927
20932
  blocks: ({
20928
20933
  persistentId: string;
20929
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20934
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
20930
20935
  url?: string | null | undefined;
20931
20936
  tokenType?: "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" | null | undefined;
20932
20937
  asset?: {
@@ -21721,7 +21726,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21721
21726
  }>;
21722
21727
  blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
21723
21728
  persistentId: string;
21724
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21729
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21725
21730
  url?: string | null | undefined;
21726
21731
  tokenType?: "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" | null | undefined;
21727
21732
  asset?: {
@@ -21945,7 +21950,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21945
21950
  } & {
21946
21951
  children: ({
21947
21952
  persistentId: string;
21948
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21953
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
21949
21954
  url?: string | null | undefined;
21950
21955
  tokenType?: "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" | null | undefined;
21951
21956
  asset?: {
@@ -22287,7 +22292,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22287
22292
  };
22288
22293
  blocks: ({
22289
22294
  persistentId: string;
22290
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22295
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22291
22296
  url?: string | null | undefined;
22292
22297
  tokenType?: "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" | null | undefined;
22293
22298
  asset?: {
@@ -22511,7 +22516,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22511
22516
  } & {
22512
22517
  children: ({
22513
22518
  persistentId: string;
22514
- type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22519
+ type: "Tabs" | "Custom" | "Theme" | "Token" | "Component" | "Text" | "Link" | "Image" | "Code" | "Table" | "Divider" | "Quote" | "Callout" | "Embed" | "Guidelines" | "Heading" | "UnorderedList" | "OrderedList" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "TabItem" | "TableRow" | "TableCell" | "Guideline";
22515
22520
  url?: string | null | undefined;
22516
22521
  tokenType?: "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" | null | undefined;
22517
22522
  asset?: {
@@ -30249,6 +30254,7 @@ declare const DTOExportJob: z.ZodObject<{
30249
30254
  }>>;
30250
30255
  brandPersistentId: z.ZodOptional<z.ZodString>;
30251
30256
  themePersistentId: z.ZodOptional<z.ZodString>;
30257
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
30252
30258
  }, "strip", z.ZodTypeAny, {
30253
30259
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30254
30260
  id: string;
@@ -30369,6 +30375,7 @@ declare const DTOExportJob: z.ZodObject<{
30369
30375
  id?: string | undefined;
30370
30376
  }[] | undefined;
30371
30377
  } | undefined;
30378
+ themePersistentIds?: string[] | undefined;
30372
30379
  }, {
30373
30380
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30374
30381
  id: string;
@@ -30489,6 +30496,7 @@ declare const DTOExportJob: z.ZodObject<{
30489
30496
  id?: string | undefined;
30490
30497
  }[] | null | undefined;
30491
30498
  } | undefined;
30499
+ themePersistentIds?: string[] | undefined;
30492
30500
  }>;
30493
30501
  type DTOExportJob = z.infer<typeof DTOExportJob>;
30494
30502
  declare const DTOExportJobResponse: z.ZodObject<{
@@ -31011,6 +31019,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31011
31019
  }>>;
31012
31020
  brandPersistentId: z.ZodOptional<z.ZodString>;
31013
31021
  themePersistentId: z.ZodOptional<z.ZodString>;
31022
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31014
31023
  }, "strip", z.ZodTypeAny, {
31015
31024
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31016
31025
  id: string;
@@ -31131,6 +31140,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31131
31140
  id?: string | undefined;
31132
31141
  }[] | undefined;
31133
31142
  } | undefined;
31143
+ themePersistentIds?: string[] | undefined;
31134
31144
  }, {
31135
31145
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31136
31146
  id: string;
@@ -31251,6 +31261,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31251
31261
  id?: string | undefined;
31252
31262
  }[] | null | undefined;
31253
31263
  } | undefined;
31264
+ themePersistentIds?: string[] | undefined;
31254
31265
  }>;
31255
31266
  }, "strip", z.ZodTypeAny, {
31256
31267
  job: {
@@ -31373,6 +31384,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31373
31384
  id?: string | undefined;
31374
31385
  }[] | undefined;
31375
31386
  } | undefined;
31387
+ themePersistentIds?: string[] | undefined;
31376
31388
  };
31377
31389
  }, {
31378
31390
  job: {
@@ -31495,6 +31507,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31495
31507
  id?: string | undefined;
31496
31508
  }[] | null | undefined;
31497
31509
  } | undefined;
31510
+ themePersistentIds?: string[] | undefined;
31498
31511
  };
31499
31512
  }>;
31500
31513
  type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
@@ -32019,6 +32032,7 @@ declare const DTOPipeline: z.ZodObject<{
32019
32032
  }>>;
32020
32033
  brandPersistentId: z.ZodOptional<z.ZodString>;
32021
32034
  themePersistentId: z.ZodOptional<z.ZodString>;
32035
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32022
32036
  }, "strip", z.ZodTypeAny, {
32023
32037
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32024
32038
  id: string;
@@ -32139,6 +32153,7 @@ declare const DTOPipeline: z.ZodObject<{
32139
32153
  id?: string | undefined;
32140
32154
  }[] | undefined;
32141
32155
  } | undefined;
32156
+ themePersistentIds?: string[] | undefined;
32142
32157
  }, {
32143
32158
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32144
32159
  id: string;
@@ -32259,6 +32274,7 @@ declare const DTOPipeline: z.ZodObject<{
32259
32274
  id?: string | undefined;
32260
32275
  }[] | null | undefined;
32261
32276
  } | undefined;
32277
+ themePersistentIds?: string[] | undefined;
32262
32278
  }>, "many">;
32263
32279
  webhookUrl: z.ZodOptional<z.ZodString>;
32264
32280
  destinationSnDocs: z.ZodOptional<z.ZodObject<{
@@ -32557,6 +32573,7 @@ declare const DTOPipeline: z.ZodObject<{
32557
32573
  id?: string | undefined;
32558
32574
  }[] | undefined;
32559
32575
  } | undefined;
32576
+ themePersistentIds?: string[] | undefined;
32560
32577
  }[];
32561
32578
  brandPersistentId?: string | undefined;
32562
32579
  themePersistentId?: string | undefined;
@@ -32743,6 +32760,7 @@ declare const DTOPipeline: z.ZodObject<{
32743
32760
  id?: string | undefined;
32744
32761
  }[] | null | undefined;
32745
32762
  } | undefined;
32763
+ themePersistentIds?: string[] | undefined;
32746
32764
  }[];
32747
32765
  brandPersistentId?: string | undefined;
32748
32766
  themePersistentId?: string | undefined;
package/dist/index.js CHANGED
@@ -1627,6 +1627,7 @@ var PageBlockTypeV1 = _zod.z.enum([
1627
1627
  "Custom",
1628
1628
  "FigmaFrames",
1629
1629
  "ComponentAssets",
1630
+ "ComponentAssetGroup",
1630
1631
  "RenderCode",
1631
1632
  "Tabs",
1632
1633
  "TabItem",
@@ -2165,7 +2166,8 @@ var PageBlockColorV2 = _zod.z.object({
2165
2166
  var PageBlockAssetEntityMeta = _zod.z.object({
2166
2167
  title: _zod.z.string().optional(),
2167
2168
  description: _zod.z.string().optional(),
2168
- backgroundColor: PageBlockColorV2.optional()
2169
+ backgroundColor: PageBlockColorV2.optional(),
2170
+ showNestedGroups: _zod.z.boolean().optional()
2169
2171
  });
2170
2172
  var PageBlockFigmaComponentEntityMeta = _zod.z.object({
2171
2173
  title: _zod.z.string().optional(),
@@ -3838,6 +3840,7 @@ var Pipeline = _zod.z.object({
3838
3840
  exporterId: _zod.z.string(),
3839
3841
  brandPersistentId: _zod.z.string().optional(),
3840
3842
  themePersistentId: _zod.z.string().optional(),
3843
+ themePersistentIds: _zod.z.string().array().optional(),
3841
3844
  // Destinations
3842
3845
  ...ExportDestinationsMap.shape
3843
3846
  });
@@ -4293,6 +4296,7 @@ var ExportJobContext = _zod.z.object({
4293
4296
  versionId: _zod.z.string(),
4294
4297
  brandId: _zod.z.string().optional(),
4295
4298
  themeId: _zod.z.string().optional(),
4299
+ themePersistentIds: _zod.z.string().array().optional(),
4296
4300
  exporterName: _zod.z.string(),
4297
4301
  exporterPackageUrl: _zod.z.string(),
4298
4302
  exporterPropertyValues: ExporterPropertyValue.array(),
@@ -4356,6 +4360,7 @@ var ExportJob = _zod.z.object({
4356
4360
  exporterId: _zod.z.string(),
4357
4361
  brandId: _zod.z.string().optional(),
4358
4362
  themeId: _zod.z.string().optional(),
4363
+ themePersistentIds: _zod.z.string().array().optional(),
4359
4364
  estimatedExecutionTime: _zod.z.number().optional(),
4360
4365
  status: ExportJobStatus,
4361
4366
  result: ExportJobResult.optional(),
@@ -5651,7 +5656,8 @@ var DTOExportJob = _zod.z.object({
5651
5656
  scheduleId: _zod.z.string().optional(),
5652
5657
  result: DTOExportJobResult.optional(),
5653
5658
  brandPersistentId: _zod.z.string().optional(),
5654
- themePersistentId: _zod.z.string().optional()
5659
+ themePersistentId: _zod.z.string().optional(),
5660
+ themePersistentIds: _zod.z.string().array().optional()
5655
5661
  });
5656
5662
  var DTOExportJobResponse = _zod.z.object({
5657
5663
  job: DTOExportJob