@supernova-studio/client 0.54.10 → 0.54.11

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
@@ -8604,6 +8604,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8604
8604
  };
8605
8605
  brandPersistentId?: string | undefined;
8606
8606
  themePersistentId?: string | undefined;
8607
+ themePersistentIds?: string[] | undefined;
8607
8608
  finishedAt?: Date | undefined;
8608
8609
  index?: number | undefined;
8609
8610
  estimatedExecutionTime?: number | undefined;
@@ -8644,7 +8645,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8644
8645
  id?: string | undefined;
8645
8646
  }[] | undefined;
8646
8647
  } | undefined;
8647
- themePersistentIds?: string[] | undefined;
8648
8648
  }, {
8649
8649
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8650
8650
  id: string;
@@ -8725,6 +8725,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8725
8725
  };
8726
8726
  brandPersistentId?: string | undefined;
8727
8727
  themePersistentId?: string | undefined;
8728
+ themePersistentIds?: string[] | undefined;
8728
8729
  finishedAt?: Date | undefined;
8729
8730
  index?: number | undefined;
8730
8731
  estimatedExecutionTime?: number | undefined;
@@ -8765,7 +8766,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8765
8766
  id?: string | undefined;
8766
8767
  }[] | null | undefined;
8767
8768
  } | undefined;
8768
- themePersistentIds?: string[] | undefined;
8769
8769
  }>;
8770
8770
  }, "strip", z.ZodTypeAny, {
8771
8771
  job: {
@@ -8848,6 +8848,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8848
8848
  };
8849
8849
  brandPersistentId?: string | undefined;
8850
8850
  themePersistentId?: string | undefined;
8851
+ themePersistentIds?: string[] | undefined;
8851
8852
  finishedAt?: Date | undefined;
8852
8853
  index?: number | undefined;
8853
8854
  estimatedExecutionTime?: number | undefined;
@@ -8888,7 +8889,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8888
8889
  id?: string | undefined;
8889
8890
  }[] | undefined;
8890
8891
  } | undefined;
8891
- themePersistentIds?: string[] | undefined;
8892
8892
  };
8893
8893
  }, {
8894
8894
  job: {
@@ -8971,6 +8971,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8971
8971
  };
8972
8972
  brandPersistentId?: string | undefined;
8973
8973
  themePersistentId?: string | undefined;
8974
+ themePersistentIds?: string[] | undefined;
8974
8975
  finishedAt?: Date | undefined;
8975
8976
  index?: number | undefined;
8976
8977
  estimatedExecutionTime?: number | undefined;
@@ -9011,7 +9012,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
9011
9012
  id?: string | undefined;
9012
9013
  }[] | null | undefined;
9013
9014
  } | undefined;
9014
- themePersistentIds?: string[] | undefined;
9015
9015
  };
9016
9016
  }>;
9017
9017
  type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
@@ -30335,6 +30335,7 @@ declare const DTOExportJob: z.ZodObject<{
30335
30335
  };
30336
30336
  brandPersistentId?: string | undefined;
30337
30337
  themePersistentId?: string | undefined;
30338
+ themePersistentIds?: string[] | undefined;
30338
30339
  finishedAt?: Date | undefined;
30339
30340
  index?: number | undefined;
30340
30341
  estimatedExecutionTime?: number | undefined;
@@ -30375,7 +30376,6 @@ declare const DTOExportJob: z.ZodObject<{
30375
30376
  id?: string | undefined;
30376
30377
  }[] | undefined;
30377
30378
  } | undefined;
30378
- themePersistentIds?: string[] | undefined;
30379
30379
  }, {
30380
30380
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30381
30381
  id: string;
@@ -30456,6 +30456,7 @@ declare const DTOExportJob: z.ZodObject<{
30456
30456
  };
30457
30457
  brandPersistentId?: string | undefined;
30458
30458
  themePersistentId?: string | undefined;
30459
+ themePersistentIds?: string[] | undefined;
30459
30460
  finishedAt?: Date | undefined;
30460
30461
  index?: number | undefined;
30461
30462
  estimatedExecutionTime?: number | undefined;
@@ -30496,7 +30497,6 @@ declare const DTOExportJob: z.ZodObject<{
30496
30497
  id?: string | undefined;
30497
30498
  }[] | null | undefined;
30498
30499
  } | undefined;
30499
- themePersistentIds?: string[] | undefined;
30500
30500
  }>;
30501
30501
  type DTOExportJob = z.infer<typeof DTOExportJob>;
30502
30502
  declare const DTOExportJobResponse: z.ZodObject<{
@@ -31100,6 +31100,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31100
31100
  };
31101
31101
  brandPersistentId?: string | undefined;
31102
31102
  themePersistentId?: string | undefined;
31103
+ themePersistentIds?: string[] | undefined;
31103
31104
  finishedAt?: Date | undefined;
31104
31105
  index?: number | undefined;
31105
31106
  estimatedExecutionTime?: number | undefined;
@@ -31140,7 +31141,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31140
31141
  id?: string | undefined;
31141
31142
  }[] | undefined;
31142
31143
  } | undefined;
31143
- themePersistentIds?: string[] | undefined;
31144
31144
  }, {
31145
31145
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31146
31146
  id: string;
@@ -31221,6 +31221,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31221
31221
  };
31222
31222
  brandPersistentId?: string | undefined;
31223
31223
  themePersistentId?: string | undefined;
31224
+ themePersistentIds?: string[] | undefined;
31224
31225
  finishedAt?: Date | undefined;
31225
31226
  index?: number | undefined;
31226
31227
  estimatedExecutionTime?: number | undefined;
@@ -31261,7 +31262,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31261
31262
  id?: string | undefined;
31262
31263
  }[] | null | undefined;
31263
31264
  } | undefined;
31264
- themePersistentIds?: string[] | undefined;
31265
31265
  }>;
31266
31266
  }, "strip", z.ZodTypeAny, {
31267
31267
  job: {
@@ -31344,6 +31344,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31344
31344
  };
31345
31345
  brandPersistentId?: string | undefined;
31346
31346
  themePersistentId?: string | undefined;
31347
+ themePersistentIds?: string[] | undefined;
31347
31348
  finishedAt?: Date | undefined;
31348
31349
  index?: number | undefined;
31349
31350
  estimatedExecutionTime?: number | undefined;
@@ -31384,7 +31385,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31384
31385
  id?: string | undefined;
31385
31386
  }[] | undefined;
31386
31387
  } | undefined;
31387
- themePersistentIds?: string[] | undefined;
31388
31388
  };
31389
31389
  }, {
31390
31390
  job: {
@@ -31467,6 +31467,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31467
31467
  };
31468
31468
  brandPersistentId?: string | undefined;
31469
31469
  themePersistentId?: string | undefined;
31470
+ themePersistentIds?: string[] | undefined;
31470
31471
  finishedAt?: Date | undefined;
31471
31472
  index?: number | undefined;
31472
31473
  estimatedExecutionTime?: number | undefined;
@@ -31507,7 +31508,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31507
31508
  id?: string | undefined;
31508
31509
  }[] | null | undefined;
31509
31510
  } | undefined;
31510
- themePersistentIds?: string[] | undefined;
31511
31511
  };
31512
31512
  }>;
31513
31513
  type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
@@ -32113,6 +32113,7 @@ declare const DTOPipeline: z.ZodObject<{
32113
32113
  };
32114
32114
  brandPersistentId?: string | undefined;
32115
32115
  themePersistentId?: string | undefined;
32116
+ themePersistentIds?: string[] | undefined;
32116
32117
  finishedAt?: Date | undefined;
32117
32118
  index?: number | undefined;
32118
32119
  estimatedExecutionTime?: number | undefined;
@@ -32153,7 +32154,6 @@ declare const DTOPipeline: z.ZodObject<{
32153
32154
  id?: string | undefined;
32154
32155
  }[] | undefined;
32155
32156
  } | undefined;
32156
- themePersistentIds?: string[] | undefined;
32157
32157
  }, {
32158
32158
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32159
32159
  id: string;
@@ -32234,6 +32234,7 @@ declare const DTOPipeline: z.ZodObject<{
32234
32234
  };
32235
32235
  brandPersistentId?: string | undefined;
32236
32236
  themePersistentId?: string | undefined;
32237
+ themePersistentIds?: string[] | undefined;
32237
32238
  finishedAt?: Date | undefined;
32238
32239
  index?: number | undefined;
32239
32240
  estimatedExecutionTime?: number | undefined;
@@ -32274,7 +32275,6 @@ declare const DTOPipeline: z.ZodObject<{
32274
32275
  id?: string | undefined;
32275
32276
  }[] | null | undefined;
32276
32277
  } | undefined;
32277
- themePersistentIds?: string[] | undefined;
32278
32278
  }>, "many">;
32279
32279
  webhookUrl: z.ZodOptional<z.ZodString>;
32280
32280
  destinationSnDocs: z.ZodOptional<z.ZodObject<{
@@ -32445,6 +32445,7 @@ declare const DTOPipeline: z.ZodObject<{
32445
32445
  exporterId: z.ZodString;
32446
32446
  brandPersistentId: z.ZodOptional<z.ZodString>;
32447
32447
  themePersistentId: z.ZodOptional<z.ZodString>;
32448
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32448
32449
  }, "strip", z.ZodTypeAny, {
32449
32450
  id: string;
32450
32451
  workspaceId: string;
@@ -32533,6 +32534,7 @@ declare const DTOPipeline: z.ZodObject<{
32533
32534
  };
32534
32535
  brandPersistentId?: string | undefined;
32535
32536
  themePersistentId?: string | undefined;
32537
+ themePersistentIds?: string[] | undefined;
32536
32538
  finishedAt?: Date | undefined;
32537
32539
  index?: number | undefined;
32538
32540
  estimatedExecutionTime?: number | undefined;
@@ -32573,10 +32575,10 @@ declare const DTOPipeline: z.ZodObject<{
32573
32575
  id?: string | undefined;
32574
32576
  }[] | undefined;
32575
32577
  } | undefined;
32576
- themePersistentIds?: string[] | undefined;
32577
32578
  }[];
32578
32579
  brandPersistentId?: string | undefined;
32579
32580
  themePersistentId?: string | undefined;
32581
+ themePersistentIds?: string[] | undefined;
32580
32582
  webhookUrl?: string | undefined;
32581
32583
  destinationSnDocs?: {
32582
32584
  environment: "Live" | "Preview";
@@ -32720,6 +32722,7 @@ declare const DTOPipeline: z.ZodObject<{
32720
32722
  };
32721
32723
  brandPersistentId?: string | undefined;
32722
32724
  themePersistentId?: string | undefined;
32725
+ themePersistentIds?: string[] | undefined;
32723
32726
  finishedAt?: Date | undefined;
32724
32727
  index?: number | undefined;
32725
32728
  estimatedExecutionTime?: number | undefined;
@@ -32760,10 +32763,10 @@ declare const DTOPipeline: z.ZodObject<{
32760
32763
  id?: string | undefined;
32761
32764
  }[] | null | undefined;
32762
32765
  } | undefined;
32763
- themePersistentIds?: string[] | undefined;
32764
32766
  }[];
32765
32767
  brandPersistentId?: string | undefined;
32766
32768
  themePersistentId?: string | undefined;
32769
+ themePersistentIds?: string[] | undefined;
32767
32770
  webhookUrl?: string | undefined;
32768
32771
  destinationSnDocs?: {
32769
32772
  environment: "Live" | "Preview";
@@ -40521,6 +40524,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
40521
40524
  eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
40522
40525
  brandPersistentId: z.ZodOptional<z.ZodString>;
40523
40526
  themePersistentId: z.ZodOptional<z.ZodString>;
40527
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
40524
40528
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
40525
40529
  gitQuery: z.ZodObject<{
40526
40530
  organization: z.ZodOptional<z.ZodString>;
@@ -40887,6 +40891,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
40887
40891
  };
40888
40892
  brandPersistentId?: string | undefined;
40889
40893
  themePersistentId?: string | undefined;
40894
+ themePersistentIds?: string[] | undefined;
40890
40895
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
40891
40896
  }, {
40892
40897
  name: string;
@@ -40960,6 +40965,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
40960
40965
  };
40961
40966
  brandPersistentId?: string | undefined;
40962
40967
  themePersistentId?: string | undefined;
40968
+ themePersistentIds?: string[] | undefined;
40963
40969
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
40964
40970
  }>;
40965
40971
  type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
@@ -40971,6 +40977,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40971
40977
  eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
40972
40978
  brandPersistentId: z.ZodOptional<z.ZodString>;
40973
40979
  themePersistentId: z.ZodOptional<z.ZodString>;
40980
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
40974
40981
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
40975
40982
  gitQuery: z.ZodObject<{
40976
40983
  organization: z.ZodOptional<z.ZodString>;
@@ -41340,6 +41347,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
41340
41347
  };
41341
41348
  brandPersistentId?: string | undefined;
41342
41349
  themePersistentId?: string | undefined;
41350
+ themePersistentIds?: string[] | undefined;
41343
41351
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
41344
41352
  }, {
41345
41353
  id: string;
@@ -41414,6 +41422,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
41414
41422
  };
41415
41423
  brandPersistentId?: string | undefined;
41416
41424
  themePersistentId?: string | undefined;
41425
+ themePersistentIds?: string[] | undefined;
41417
41426
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
41418
41427
  }>;
41419
41428
  type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
package/dist/index.d.ts CHANGED
@@ -8604,6 +8604,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8604
8604
  };
8605
8605
  brandPersistentId?: string | undefined;
8606
8606
  themePersistentId?: string | undefined;
8607
+ themePersistentIds?: string[] | undefined;
8607
8608
  finishedAt?: Date | undefined;
8608
8609
  index?: number | undefined;
8609
8610
  estimatedExecutionTime?: number | undefined;
@@ -8644,7 +8645,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8644
8645
  id?: string | undefined;
8645
8646
  }[] | undefined;
8646
8647
  } | undefined;
8647
- themePersistentIds?: string[] | undefined;
8648
8648
  }, {
8649
8649
  status: "InProgress" | "Success" | "Failed" | "Timeout";
8650
8650
  id: string;
@@ -8725,6 +8725,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8725
8725
  };
8726
8726
  brandPersistentId?: string | undefined;
8727
8727
  themePersistentId?: string | undefined;
8728
+ themePersistentIds?: string[] | undefined;
8728
8729
  finishedAt?: Date | undefined;
8729
8730
  index?: number | undefined;
8730
8731
  estimatedExecutionTime?: number | undefined;
@@ -8765,7 +8766,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8765
8766
  id?: string | undefined;
8766
8767
  }[] | null | undefined;
8767
8768
  } | undefined;
8768
- themePersistentIds?: string[] | undefined;
8769
8769
  }>;
8770
8770
  }, "strip", z.ZodTypeAny, {
8771
8771
  job: {
@@ -8848,6 +8848,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8848
8848
  };
8849
8849
  brandPersistentId?: string | undefined;
8850
8850
  themePersistentId?: string | undefined;
8851
+ themePersistentIds?: string[] | undefined;
8851
8852
  finishedAt?: Date | undefined;
8852
8853
  index?: number | undefined;
8853
8854
  estimatedExecutionTime?: number | undefined;
@@ -8888,7 +8889,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8888
8889
  id?: string | undefined;
8889
8890
  }[] | undefined;
8890
8891
  } | undefined;
8891
- themePersistentIds?: string[] | undefined;
8892
8892
  };
8893
8893
  }, {
8894
8894
  job: {
@@ -8971,6 +8971,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8971
8971
  };
8972
8972
  brandPersistentId?: string | undefined;
8973
8973
  themePersistentId?: string | undefined;
8974
+ themePersistentIds?: string[] | undefined;
8974
8975
  finishedAt?: Date | undefined;
8975
8976
  index?: number | undefined;
8976
8977
  estimatedExecutionTime?: number | undefined;
@@ -9011,7 +9012,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
9011
9012
  id?: string | undefined;
9012
9013
  }[] | null | undefined;
9013
9014
  } | undefined;
9014
- themePersistentIds?: string[] | undefined;
9015
9015
  };
9016
9016
  }>;
9017
9017
  type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
@@ -30335,6 +30335,7 @@ declare const DTOExportJob: z.ZodObject<{
30335
30335
  };
30336
30336
  brandPersistentId?: string | undefined;
30337
30337
  themePersistentId?: string | undefined;
30338
+ themePersistentIds?: string[] | undefined;
30338
30339
  finishedAt?: Date | undefined;
30339
30340
  index?: number | undefined;
30340
30341
  estimatedExecutionTime?: number | undefined;
@@ -30375,7 +30376,6 @@ declare const DTOExportJob: z.ZodObject<{
30375
30376
  id?: string | undefined;
30376
30377
  }[] | undefined;
30377
30378
  } | undefined;
30378
- themePersistentIds?: string[] | undefined;
30379
30379
  }, {
30380
30380
  status: "InProgress" | "Success" | "Failed" | "Timeout";
30381
30381
  id: string;
@@ -30456,6 +30456,7 @@ declare const DTOExportJob: z.ZodObject<{
30456
30456
  };
30457
30457
  brandPersistentId?: string | undefined;
30458
30458
  themePersistentId?: string | undefined;
30459
+ themePersistentIds?: string[] | undefined;
30459
30460
  finishedAt?: Date | undefined;
30460
30461
  index?: number | undefined;
30461
30462
  estimatedExecutionTime?: number | undefined;
@@ -30496,7 +30497,6 @@ declare const DTOExportJob: z.ZodObject<{
30496
30497
  id?: string | undefined;
30497
30498
  }[] | null | undefined;
30498
30499
  } | undefined;
30499
- themePersistentIds?: string[] | undefined;
30500
30500
  }>;
30501
30501
  type DTOExportJob = z.infer<typeof DTOExportJob>;
30502
30502
  declare const DTOExportJobResponse: z.ZodObject<{
@@ -31100,6 +31100,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31100
31100
  };
31101
31101
  brandPersistentId?: string | undefined;
31102
31102
  themePersistentId?: string | undefined;
31103
+ themePersistentIds?: string[] | undefined;
31103
31104
  finishedAt?: Date | undefined;
31104
31105
  index?: number | undefined;
31105
31106
  estimatedExecutionTime?: number | undefined;
@@ -31140,7 +31141,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31140
31141
  id?: string | undefined;
31141
31142
  }[] | undefined;
31142
31143
  } | undefined;
31143
- themePersistentIds?: string[] | undefined;
31144
31144
  }, {
31145
31145
  status: "InProgress" | "Success" | "Failed" | "Timeout";
31146
31146
  id: string;
@@ -31221,6 +31221,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31221
31221
  };
31222
31222
  brandPersistentId?: string | undefined;
31223
31223
  themePersistentId?: string | undefined;
31224
+ themePersistentIds?: string[] | undefined;
31224
31225
  finishedAt?: Date | undefined;
31225
31226
  index?: number | undefined;
31226
31227
  estimatedExecutionTime?: number | undefined;
@@ -31261,7 +31262,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31261
31262
  id?: string | undefined;
31262
31263
  }[] | null | undefined;
31263
31264
  } | undefined;
31264
- themePersistentIds?: string[] | undefined;
31265
31265
  }>;
31266
31266
  }, "strip", z.ZodTypeAny, {
31267
31267
  job: {
@@ -31344,6 +31344,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31344
31344
  };
31345
31345
  brandPersistentId?: string | undefined;
31346
31346
  themePersistentId?: string | undefined;
31347
+ themePersistentIds?: string[] | undefined;
31347
31348
  finishedAt?: Date | undefined;
31348
31349
  index?: number | undefined;
31349
31350
  estimatedExecutionTime?: number | undefined;
@@ -31384,7 +31385,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31384
31385
  id?: string | undefined;
31385
31386
  }[] | undefined;
31386
31387
  } | undefined;
31387
- themePersistentIds?: string[] | undefined;
31388
31388
  };
31389
31389
  }, {
31390
31390
  job: {
@@ -31467,6 +31467,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
31467
31467
  };
31468
31468
  brandPersistentId?: string | undefined;
31469
31469
  themePersistentId?: string | undefined;
31470
+ themePersistentIds?: string[] | undefined;
31470
31471
  finishedAt?: Date | undefined;
31471
31472
  index?: number | undefined;
31472
31473
  estimatedExecutionTime?: number | undefined;
@@ -31507,7 +31508,6 @@ declare const DTOExportJobResponse: z.ZodObject<{
31507
31508
  id?: string | undefined;
31508
31509
  }[] | null | undefined;
31509
31510
  } | undefined;
31510
- themePersistentIds?: string[] | undefined;
31511
31511
  };
31512
31512
  }>;
31513
31513
  type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
@@ -32113,6 +32113,7 @@ declare const DTOPipeline: z.ZodObject<{
32113
32113
  };
32114
32114
  brandPersistentId?: string | undefined;
32115
32115
  themePersistentId?: string | undefined;
32116
+ themePersistentIds?: string[] | undefined;
32116
32117
  finishedAt?: Date | undefined;
32117
32118
  index?: number | undefined;
32118
32119
  estimatedExecutionTime?: number | undefined;
@@ -32153,7 +32154,6 @@ declare const DTOPipeline: z.ZodObject<{
32153
32154
  id?: string | undefined;
32154
32155
  }[] | undefined;
32155
32156
  } | undefined;
32156
- themePersistentIds?: string[] | undefined;
32157
32157
  }, {
32158
32158
  status: "InProgress" | "Success" | "Failed" | "Timeout";
32159
32159
  id: string;
@@ -32234,6 +32234,7 @@ declare const DTOPipeline: z.ZodObject<{
32234
32234
  };
32235
32235
  brandPersistentId?: string | undefined;
32236
32236
  themePersistentId?: string | undefined;
32237
+ themePersistentIds?: string[] | undefined;
32237
32238
  finishedAt?: Date | undefined;
32238
32239
  index?: number | undefined;
32239
32240
  estimatedExecutionTime?: number | undefined;
@@ -32274,7 +32275,6 @@ declare const DTOPipeline: z.ZodObject<{
32274
32275
  id?: string | undefined;
32275
32276
  }[] | null | undefined;
32276
32277
  } | undefined;
32277
- themePersistentIds?: string[] | undefined;
32278
32278
  }>, "many">;
32279
32279
  webhookUrl: z.ZodOptional<z.ZodString>;
32280
32280
  destinationSnDocs: z.ZodOptional<z.ZodObject<{
@@ -32445,6 +32445,7 @@ declare const DTOPipeline: z.ZodObject<{
32445
32445
  exporterId: z.ZodString;
32446
32446
  brandPersistentId: z.ZodOptional<z.ZodString>;
32447
32447
  themePersistentId: z.ZodOptional<z.ZodString>;
32448
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32448
32449
  }, "strip", z.ZodTypeAny, {
32449
32450
  id: string;
32450
32451
  workspaceId: string;
@@ -32533,6 +32534,7 @@ declare const DTOPipeline: z.ZodObject<{
32533
32534
  };
32534
32535
  brandPersistentId?: string | undefined;
32535
32536
  themePersistentId?: string | undefined;
32537
+ themePersistentIds?: string[] | undefined;
32536
32538
  finishedAt?: Date | undefined;
32537
32539
  index?: number | undefined;
32538
32540
  estimatedExecutionTime?: number | undefined;
@@ -32573,10 +32575,10 @@ declare const DTOPipeline: z.ZodObject<{
32573
32575
  id?: string | undefined;
32574
32576
  }[] | undefined;
32575
32577
  } | undefined;
32576
- themePersistentIds?: string[] | undefined;
32577
32578
  }[];
32578
32579
  brandPersistentId?: string | undefined;
32579
32580
  themePersistentId?: string | undefined;
32581
+ themePersistentIds?: string[] | undefined;
32580
32582
  webhookUrl?: string | undefined;
32581
32583
  destinationSnDocs?: {
32582
32584
  environment: "Live" | "Preview";
@@ -32720,6 +32722,7 @@ declare const DTOPipeline: z.ZodObject<{
32720
32722
  };
32721
32723
  brandPersistentId?: string | undefined;
32722
32724
  themePersistentId?: string | undefined;
32725
+ themePersistentIds?: string[] | undefined;
32723
32726
  finishedAt?: Date | undefined;
32724
32727
  index?: number | undefined;
32725
32728
  estimatedExecutionTime?: number | undefined;
@@ -32760,10 +32763,10 @@ declare const DTOPipeline: z.ZodObject<{
32760
32763
  id?: string | undefined;
32761
32764
  }[] | null | undefined;
32762
32765
  } | undefined;
32763
- themePersistentIds?: string[] | undefined;
32764
32766
  }[];
32765
32767
  brandPersistentId?: string | undefined;
32766
32768
  themePersistentId?: string | undefined;
32769
+ themePersistentIds?: string[] | undefined;
32767
32770
  webhookUrl?: string | undefined;
32768
32771
  destinationSnDocs?: {
32769
32772
  environment: "Live" | "Preview";
@@ -40521,6 +40524,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
40521
40524
  eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
40522
40525
  brandPersistentId: z.ZodOptional<z.ZodString>;
40523
40526
  themePersistentId: z.ZodOptional<z.ZodString>;
40527
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
40524
40528
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
40525
40529
  gitQuery: z.ZodObject<{
40526
40530
  organization: z.ZodOptional<z.ZodString>;
@@ -40887,6 +40891,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
40887
40891
  };
40888
40892
  brandPersistentId?: string | undefined;
40889
40893
  themePersistentId?: string | undefined;
40894
+ themePersistentIds?: string[] | undefined;
40890
40895
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
40891
40896
  }, {
40892
40897
  name: string;
@@ -40960,6 +40965,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
40960
40965
  };
40961
40966
  brandPersistentId?: string | undefined;
40962
40967
  themePersistentId?: string | undefined;
40968
+ themePersistentIds?: string[] | undefined;
40963
40969
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
40964
40970
  }>;
40965
40971
  type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
@@ -40971,6 +40977,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40971
40977
  eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
40972
40978
  brandPersistentId: z.ZodOptional<z.ZodString>;
40973
40979
  themePersistentId: z.ZodOptional<z.ZodString>;
40980
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
40974
40981
  destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
40975
40982
  gitQuery: z.ZodObject<{
40976
40983
  organization: z.ZodOptional<z.ZodString>;
@@ -41340,6 +41347,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
41340
41347
  };
41341
41348
  brandPersistentId?: string | undefined;
41342
41349
  themePersistentId?: string | undefined;
41350
+ themePersistentIds?: string[] | undefined;
41343
41351
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
41344
41352
  }, {
41345
41353
  id: string;
@@ -41414,6 +41422,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
41414
41422
  };
41415
41423
  brandPersistentId?: string | undefined;
41416
41424
  themePersistentId?: string | undefined;
41425
+ themePersistentIds?: string[] | undefined;
41417
41426
  destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
41418
41427
  }>;
41419
41428
  type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
package/dist/index.js CHANGED
@@ -4912,6 +4912,7 @@ function pipelineToDto(pipeline) {
4912
4912
  exporterId: pipeline.exporterId,
4913
4913
  brandPersistentId: pipeline.brandPersistentId,
4914
4914
  themePersistentId: pipeline.themePersistentId,
4915
+ themePersistentIds: pipeline.themePersistentIds,
4915
4916
  destinationAzure: pipeline.destinationAzure,
4916
4917
  destinationBitbucket: pipeline.destinationBitbucket,
4917
4918
  destinationSnDocs: pipeline.destinationSnDocs,
@@ -5223,6 +5224,7 @@ var DTOPipelineCreateBody = _zod.z.object({
5223
5224
  eventType: PipelineEventType,
5224
5225
  brandPersistentId: _zod.z.string().optional(),
5225
5226
  themePersistentId: _zod.z.string().optional(),
5227
+ themePersistentIds: _zod.z.string().array().optional(),
5226
5228
  destination: PipelineDestinationType.optional(),
5227
5229
  gitQuery: GitObjectsQuery,
5228
5230
  destinations: _zod.z.object({
@@ -5675,6 +5677,7 @@ var DTOPipeline = _zod.z.object({
5675
5677
  exporterId: _zod.z.string(),
5676
5678
  brandPersistentId: _zod.z.string().optional(),
5677
5679
  themePersistentId: _zod.z.string().optional(),
5680
+ themePersistentIds: _zod.z.string().array().optional(),
5678
5681
  ...ExportDestinationsMap.shape,
5679
5682
  latestJobs: DTOExportJob.array()
5680
5683
  });