@supernova-studio/model 0.54.9 → 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
@@ -2449,6 +2449,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2449
2449
  exporterId: z.ZodString;
2450
2450
  brandPersistentId: z.ZodOptional<z.ZodString>;
2451
2451
  themePersistentId: z.ZodOptional<z.ZodString>;
2452
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2452
2453
  }, "strip", z.ZodTypeAny, {
2453
2454
  id: string;
2454
2455
  name: string;
@@ -2514,6 +2515,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2514
2515
  commitAuthorEmail?: string | undefined;
2515
2516
  connectionId?: string | undefined;
2516
2517
  } | undefined;
2518
+ themePersistentIds?: string[] | undefined;
2517
2519
  }, {
2518
2520
  id: string;
2519
2521
  name: string;
@@ -2579,6 +2581,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2579
2581
  commitAuthorEmail?: string | null | undefined;
2580
2582
  connectionId?: string | null | undefined;
2581
2583
  } | undefined;
2584
+ themePersistentIds?: string[] | undefined;
2582
2585
  }>, "many">;
2583
2586
  exportJobs: z.ZodArray<z.ZodObject<{
2584
2587
  id: z.ZodString;
@@ -2726,6 +2729,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2726
2729
  commitAuthorEmail?: string | undefined;
2727
2730
  connectionId?: string | undefined;
2728
2731
  } | undefined;
2732
+ themePersistentIds?: string[] | undefined;
2729
2733
  }[];
2730
2734
  exportJobs: {
2731
2735
  id: string;
@@ -2863,6 +2867,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2863
2867
  commitAuthorEmail?: string | null | undefined;
2864
2868
  connectionId?: string | null | undefined;
2865
2869
  } | undefined;
2870
+ themePersistentIds?: string[] | undefined;
2866
2871
  }[];
2867
2872
  exportJobs: {
2868
2873
  id: string;
@@ -16417,6 +16422,7 @@ declare const UserDump: z.ZodObject<{
16417
16422
  exporterId: z.ZodString;
16418
16423
  brandPersistentId: z.ZodOptional<z.ZodString>;
16419
16424
  themePersistentId: z.ZodOptional<z.ZodString>;
16425
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16420
16426
  }, "strip", z.ZodTypeAny, {
16421
16427
  id: string;
16422
16428
  name: string;
@@ -16482,6 +16488,7 @@ declare const UserDump: z.ZodObject<{
16482
16488
  commitAuthorEmail?: string | undefined;
16483
16489
  connectionId?: string | undefined;
16484
16490
  } | undefined;
16491
+ themePersistentIds?: string[] | undefined;
16485
16492
  }, {
16486
16493
  id: string;
16487
16494
  name: string;
@@ -16547,6 +16554,7 @@ declare const UserDump: z.ZodObject<{
16547
16554
  commitAuthorEmail?: string | null | undefined;
16548
16555
  connectionId?: string | null | undefined;
16549
16556
  } | undefined;
16557
+ themePersistentIds?: string[] | undefined;
16550
16558
  }>, "many">;
16551
16559
  exportJobs: z.ZodArray<z.ZodObject<{
16552
16560
  id: z.ZodString;
@@ -16694,6 +16702,7 @@ declare const UserDump: z.ZodObject<{
16694
16702
  commitAuthorEmail?: string | undefined;
16695
16703
  connectionId?: string | undefined;
16696
16704
  } | undefined;
16705
+ themePersistentIds?: string[] | undefined;
16697
16706
  }[];
16698
16707
  exportJobs: {
16699
16708
  id: string;
@@ -16831,6 +16840,7 @@ declare const UserDump: z.ZodObject<{
16831
16840
  commitAuthorEmail?: string | null | undefined;
16832
16841
  connectionId?: string | null | undefined;
16833
16842
  } | undefined;
16843
+ themePersistentIds?: string[] | undefined;
16834
16844
  }[];
16835
16845
  exportJobs: {
16836
16846
  id: string;
@@ -17799,6 +17809,7 @@ declare const UserDump: z.ZodObject<{
17799
17809
  commitAuthorEmail?: string | undefined;
17800
17810
  connectionId?: string | undefined;
17801
17811
  } | undefined;
17812
+ themePersistentIds?: string[] | undefined;
17802
17813
  }[];
17803
17814
  exportJobs: {
17804
17815
  id: string;
@@ -18609,6 +18620,7 @@ declare const UserDump: z.ZodObject<{
18609
18620
  commitAuthorEmail?: string | null | undefined;
18610
18621
  connectionId?: string | null | undefined;
18611
18622
  } | undefined;
18623
+ themePersistentIds?: string[] | undefined;
18612
18624
  }[];
18613
18625
  exportJobs: {
18614
18626
  id: string;
@@ -19421,6 +19433,7 @@ declare const UserDump: z.ZodObject<{
19421
19433
  commitAuthorEmail?: string | undefined;
19422
19434
  connectionId?: string | undefined;
19423
19435
  } | undefined;
19436
+ themePersistentIds?: string[] | undefined;
19424
19437
  }[];
19425
19438
  exportJobs: {
19426
19439
  id: string;
@@ -20303,6 +20316,7 @@ declare const UserDump: z.ZodObject<{
20303
20316
  commitAuthorEmail?: string | null | undefined;
20304
20317
  connectionId?: string | null | undefined;
20305
20318
  } | undefined;
20319
+ themePersistentIds?: string[] | undefined;
20306
20320
  }[];
20307
20321
  exportJobs: {
20308
20322
  id: string;
@@ -26434,6 +26448,7 @@ declare const WorkspaceDump: z.ZodObject<{
26434
26448
  exporterId: z.ZodString;
26435
26449
  brandPersistentId: z.ZodOptional<z.ZodString>;
26436
26450
  themePersistentId: z.ZodOptional<z.ZodString>;
26451
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26437
26452
  }, "strip", z.ZodTypeAny, {
26438
26453
  id: string;
26439
26454
  name: string;
@@ -26499,6 +26514,7 @@ declare const WorkspaceDump: z.ZodObject<{
26499
26514
  commitAuthorEmail?: string | undefined;
26500
26515
  connectionId?: string | undefined;
26501
26516
  } | undefined;
26517
+ themePersistentIds?: string[] | undefined;
26502
26518
  }, {
26503
26519
  id: string;
26504
26520
  name: string;
@@ -26564,6 +26580,7 @@ declare const WorkspaceDump: z.ZodObject<{
26564
26580
  commitAuthorEmail?: string | null | undefined;
26565
26581
  connectionId?: string | null | undefined;
26566
26582
  } | undefined;
26583
+ themePersistentIds?: string[] | undefined;
26567
26584
  }>, "many">;
26568
26585
  exportJobs: z.ZodArray<z.ZodObject<{
26569
26586
  id: z.ZodString;
@@ -26711,6 +26728,7 @@ declare const WorkspaceDump: z.ZodObject<{
26711
26728
  commitAuthorEmail?: string | undefined;
26712
26729
  connectionId?: string | undefined;
26713
26730
  } | undefined;
26731
+ themePersistentIds?: string[] | undefined;
26714
26732
  }[];
26715
26733
  exportJobs: {
26716
26734
  id: string;
@@ -26848,6 +26866,7 @@ declare const WorkspaceDump: z.ZodObject<{
26848
26866
  commitAuthorEmail?: string | null | undefined;
26849
26867
  connectionId?: string | null | undefined;
26850
26868
  } | undefined;
26869
+ themePersistentIds?: string[] | undefined;
26851
26870
  }[];
26852
26871
  exportJobs: {
26853
26872
  id: string;
@@ -27816,6 +27835,7 @@ declare const WorkspaceDump: z.ZodObject<{
27816
27835
  commitAuthorEmail?: string | undefined;
27817
27836
  connectionId?: string | undefined;
27818
27837
  } | undefined;
27838
+ themePersistentIds?: string[] | undefined;
27819
27839
  }[];
27820
27840
  exportJobs: {
27821
27841
  id: string;
@@ -28626,6 +28646,7 @@ declare const WorkspaceDump: z.ZodObject<{
28626
28646
  commitAuthorEmail?: string | null | undefined;
28627
28647
  connectionId?: string | null | undefined;
28628
28648
  } | undefined;
28649
+ themePersistentIds?: string[] | undefined;
28629
28650
  }[];
28630
28651
  exportJobs: {
28631
28652
  id: string;
@@ -131072,6 +131093,7 @@ declare const ExportJobContext: z.ZodObject<{
131072
131093
  versionId: z.ZodString;
131073
131094
  brandId: z.ZodOptional<z.ZodString>;
131074
131095
  themeId: z.ZodOptional<z.ZodString>;
131096
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
131075
131097
  exporterName: z.ZodString;
131076
131098
  exporterPackageUrl: z.ZodString;
131077
131099
  exporterPropertyValues: z.ZodArray<z.ZodObject<{
@@ -132006,6 +132028,7 @@ declare const ExportJobContext: z.ZodObject<{
132006
132028
  } | undefined;
132007
132029
  brandId?: string | undefined;
132008
132030
  themeId?: string | undefined;
132031
+ themePersistentIds?: string[] | undefined;
132009
132032
  }, {
132010
132033
  designSystemId: string;
132011
132034
  accessToken: string;
@@ -132124,6 +132147,7 @@ declare const ExportJobContext: z.ZodObject<{
132124
132147
  } | undefined;
132125
132148
  brandId?: string | undefined;
132126
132149
  themeId?: string | undefined;
132150
+ themePersistentIds?: string[] | undefined;
132127
132151
  }>;
132128
132152
  type ExportJobContext = z.infer<typeof ExportJobContext>;
132129
132153
 
@@ -132991,6 +133015,7 @@ declare const ExportJob: z.ZodObject<{
132991
133015
  exporterId: z.ZodString;
132992
133016
  brandId: z.ZodOptional<z.ZodString>;
132993
133017
  themeId: z.ZodOptional<z.ZodString>;
133018
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
132994
133019
  estimatedExecutionTime: z.ZodOptional<z.ZodNumber>;
132995
133020
  status: z.ZodEnum<["InProgress", "Success", "Failed", "Timeout"]>;
132996
133021
  result: z.ZodOptional<z.ZodObject<{
@@ -133220,6 +133245,7 @@ declare const ExportJob: z.ZodObject<{
133220
133245
  commitAuthorEmail?: string | undefined;
133221
133246
  connectionId?: string | undefined;
133222
133247
  } | undefined;
133248
+ themePersistentIds?: string[] | undefined;
133223
133249
  finishedAt?: Date | undefined;
133224
133250
  scheduleId?: string | null | undefined;
133225
133251
  estimatedExecutionTime?: number | undefined;
@@ -133321,6 +133347,7 @@ declare const ExportJob: z.ZodObject<{
133321
133347
  commitAuthorEmail?: string | null | undefined;
133322
133348
  connectionId?: string | null | undefined;
133323
133349
  } | undefined;
133350
+ themePersistentIds?: string[] | undefined;
133324
133351
  finishedAt?: Date | undefined;
133325
133352
  scheduleId?: string | null | undefined;
133326
133353
  estimatedExecutionTime?: number | undefined;
@@ -134531,6 +134558,7 @@ declare const Pipeline: z.ZodObject<{
134531
134558
  exporterId: z.ZodString;
134532
134559
  brandPersistentId: z.ZodOptional<z.ZodString>;
134533
134560
  themePersistentId: z.ZodOptional<z.ZodString>;
134561
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
134534
134562
  }, "strip", z.ZodTypeAny, {
134535
134563
  id: string;
134536
134564
  name: string;
@@ -134596,6 +134624,7 @@ declare const Pipeline: z.ZodObject<{
134596
134624
  commitAuthorEmail?: string | undefined;
134597
134625
  connectionId?: string | undefined;
134598
134626
  } | undefined;
134627
+ themePersistentIds?: string[] | undefined;
134599
134628
  }, {
134600
134629
  id: string;
134601
134630
  name: string;
@@ -134661,6 +134690,7 @@ declare const Pipeline: z.ZodObject<{
134661
134690
  commitAuthorEmail?: string | null | undefined;
134662
134691
  connectionId?: string | null | undefined;
134663
134692
  } | undefined;
134693
+ themePersistentIds?: string[] | undefined;
134664
134694
  }>;
134665
134695
  type Pipeline = z.infer<typeof Pipeline>;
134666
134696
 
package/dist/index.d.ts CHANGED
@@ -2449,6 +2449,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2449
2449
  exporterId: z.ZodString;
2450
2450
  brandPersistentId: z.ZodOptional<z.ZodString>;
2451
2451
  themePersistentId: z.ZodOptional<z.ZodString>;
2452
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2452
2453
  }, "strip", z.ZodTypeAny, {
2453
2454
  id: string;
2454
2455
  name: string;
@@ -2514,6 +2515,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2514
2515
  commitAuthorEmail?: string | undefined;
2515
2516
  connectionId?: string | undefined;
2516
2517
  } | undefined;
2518
+ themePersistentIds?: string[] | undefined;
2517
2519
  }, {
2518
2520
  id: string;
2519
2521
  name: string;
@@ -2579,6 +2581,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2579
2581
  commitAuthorEmail?: string | null | undefined;
2580
2582
  connectionId?: string | null | undefined;
2581
2583
  } | undefined;
2584
+ themePersistentIds?: string[] | undefined;
2582
2585
  }>, "many">;
2583
2586
  exportJobs: z.ZodArray<z.ZodObject<{
2584
2587
  id: z.ZodString;
@@ -2726,6 +2729,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2726
2729
  commitAuthorEmail?: string | undefined;
2727
2730
  connectionId?: string | undefined;
2728
2731
  } | undefined;
2732
+ themePersistentIds?: string[] | undefined;
2729
2733
  }[];
2730
2734
  exportJobs: {
2731
2735
  id: string;
@@ -2863,6 +2867,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2863
2867
  commitAuthorEmail?: string | null | undefined;
2864
2868
  connectionId?: string | null | undefined;
2865
2869
  } | undefined;
2870
+ themePersistentIds?: string[] | undefined;
2866
2871
  }[];
2867
2872
  exportJobs: {
2868
2873
  id: string;
@@ -16417,6 +16422,7 @@ declare const UserDump: z.ZodObject<{
16417
16422
  exporterId: z.ZodString;
16418
16423
  brandPersistentId: z.ZodOptional<z.ZodString>;
16419
16424
  themePersistentId: z.ZodOptional<z.ZodString>;
16425
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16420
16426
  }, "strip", z.ZodTypeAny, {
16421
16427
  id: string;
16422
16428
  name: string;
@@ -16482,6 +16488,7 @@ declare const UserDump: z.ZodObject<{
16482
16488
  commitAuthorEmail?: string | undefined;
16483
16489
  connectionId?: string | undefined;
16484
16490
  } | undefined;
16491
+ themePersistentIds?: string[] | undefined;
16485
16492
  }, {
16486
16493
  id: string;
16487
16494
  name: string;
@@ -16547,6 +16554,7 @@ declare const UserDump: z.ZodObject<{
16547
16554
  commitAuthorEmail?: string | null | undefined;
16548
16555
  connectionId?: string | null | undefined;
16549
16556
  } | undefined;
16557
+ themePersistentIds?: string[] | undefined;
16550
16558
  }>, "many">;
16551
16559
  exportJobs: z.ZodArray<z.ZodObject<{
16552
16560
  id: z.ZodString;
@@ -16694,6 +16702,7 @@ declare const UserDump: z.ZodObject<{
16694
16702
  commitAuthorEmail?: string | undefined;
16695
16703
  connectionId?: string | undefined;
16696
16704
  } | undefined;
16705
+ themePersistentIds?: string[] | undefined;
16697
16706
  }[];
16698
16707
  exportJobs: {
16699
16708
  id: string;
@@ -16831,6 +16840,7 @@ declare const UserDump: z.ZodObject<{
16831
16840
  commitAuthorEmail?: string | null | undefined;
16832
16841
  connectionId?: string | null | undefined;
16833
16842
  } | undefined;
16843
+ themePersistentIds?: string[] | undefined;
16834
16844
  }[];
16835
16845
  exportJobs: {
16836
16846
  id: string;
@@ -17799,6 +17809,7 @@ declare const UserDump: z.ZodObject<{
17799
17809
  commitAuthorEmail?: string | undefined;
17800
17810
  connectionId?: string | undefined;
17801
17811
  } | undefined;
17812
+ themePersistentIds?: string[] | undefined;
17802
17813
  }[];
17803
17814
  exportJobs: {
17804
17815
  id: string;
@@ -18609,6 +18620,7 @@ declare const UserDump: z.ZodObject<{
18609
18620
  commitAuthorEmail?: string | null | undefined;
18610
18621
  connectionId?: string | null | undefined;
18611
18622
  } | undefined;
18623
+ themePersistentIds?: string[] | undefined;
18612
18624
  }[];
18613
18625
  exportJobs: {
18614
18626
  id: string;
@@ -19421,6 +19433,7 @@ declare const UserDump: z.ZodObject<{
19421
19433
  commitAuthorEmail?: string | undefined;
19422
19434
  connectionId?: string | undefined;
19423
19435
  } | undefined;
19436
+ themePersistentIds?: string[] | undefined;
19424
19437
  }[];
19425
19438
  exportJobs: {
19426
19439
  id: string;
@@ -20303,6 +20316,7 @@ declare const UserDump: z.ZodObject<{
20303
20316
  commitAuthorEmail?: string | null | undefined;
20304
20317
  connectionId?: string | null | undefined;
20305
20318
  } | undefined;
20319
+ themePersistentIds?: string[] | undefined;
20306
20320
  }[];
20307
20321
  exportJobs: {
20308
20322
  id: string;
@@ -26434,6 +26448,7 @@ declare const WorkspaceDump: z.ZodObject<{
26434
26448
  exporterId: z.ZodString;
26435
26449
  brandPersistentId: z.ZodOptional<z.ZodString>;
26436
26450
  themePersistentId: z.ZodOptional<z.ZodString>;
26451
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26437
26452
  }, "strip", z.ZodTypeAny, {
26438
26453
  id: string;
26439
26454
  name: string;
@@ -26499,6 +26514,7 @@ declare const WorkspaceDump: z.ZodObject<{
26499
26514
  commitAuthorEmail?: string | undefined;
26500
26515
  connectionId?: string | undefined;
26501
26516
  } | undefined;
26517
+ themePersistentIds?: string[] | undefined;
26502
26518
  }, {
26503
26519
  id: string;
26504
26520
  name: string;
@@ -26564,6 +26580,7 @@ declare const WorkspaceDump: z.ZodObject<{
26564
26580
  commitAuthorEmail?: string | null | undefined;
26565
26581
  connectionId?: string | null | undefined;
26566
26582
  } | undefined;
26583
+ themePersistentIds?: string[] | undefined;
26567
26584
  }>, "many">;
26568
26585
  exportJobs: z.ZodArray<z.ZodObject<{
26569
26586
  id: z.ZodString;
@@ -26711,6 +26728,7 @@ declare const WorkspaceDump: z.ZodObject<{
26711
26728
  commitAuthorEmail?: string | undefined;
26712
26729
  connectionId?: string | undefined;
26713
26730
  } | undefined;
26731
+ themePersistentIds?: string[] | undefined;
26714
26732
  }[];
26715
26733
  exportJobs: {
26716
26734
  id: string;
@@ -26848,6 +26866,7 @@ declare const WorkspaceDump: z.ZodObject<{
26848
26866
  commitAuthorEmail?: string | null | undefined;
26849
26867
  connectionId?: string | null | undefined;
26850
26868
  } | undefined;
26869
+ themePersistentIds?: string[] | undefined;
26851
26870
  }[];
26852
26871
  exportJobs: {
26853
26872
  id: string;
@@ -27816,6 +27835,7 @@ declare const WorkspaceDump: z.ZodObject<{
27816
27835
  commitAuthorEmail?: string | undefined;
27817
27836
  connectionId?: string | undefined;
27818
27837
  } | undefined;
27838
+ themePersistentIds?: string[] | undefined;
27819
27839
  }[];
27820
27840
  exportJobs: {
27821
27841
  id: string;
@@ -28626,6 +28646,7 @@ declare const WorkspaceDump: z.ZodObject<{
28626
28646
  commitAuthorEmail?: string | null | undefined;
28627
28647
  connectionId?: string | null | undefined;
28628
28648
  } | undefined;
28649
+ themePersistentIds?: string[] | undefined;
28629
28650
  }[];
28630
28651
  exportJobs: {
28631
28652
  id: string;
@@ -131072,6 +131093,7 @@ declare const ExportJobContext: z.ZodObject<{
131072
131093
  versionId: z.ZodString;
131073
131094
  brandId: z.ZodOptional<z.ZodString>;
131074
131095
  themeId: z.ZodOptional<z.ZodString>;
131096
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
131075
131097
  exporterName: z.ZodString;
131076
131098
  exporterPackageUrl: z.ZodString;
131077
131099
  exporterPropertyValues: z.ZodArray<z.ZodObject<{
@@ -132006,6 +132028,7 @@ declare const ExportJobContext: z.ZodObject<{
132006
132028
  } | undefined;
132007
132029
  brandId?: string | undefined;
132008
132030
  themeId?: string | undefined;
132031
+ themePersistentIds?: string[] | undefined;
132009
132032
  }, {
132010
132033
  designSystemId: string;
132011
132034
  accessToken: string;
@@ -132124,6 +132147,7 @@ declare const ExportJobContext: z.ZodObject<{
132124
132147
  } | undefined;
132125
132148
  brandId?: string | undefined;
132126
132149
  themeId?: string | undefined;
132150
+ themePersistentIds?: string[] | undefined;
132127
132151
  }>;
132128
132152
  type ExportJobContext = z.infer<typeof ExportJobContext>;
132129
132153
 
@@ -132991,6 +133015,7 @@ declare const ExportJob: z.ZodObject<{
132991
133015
  exporterId: z.ZodString;
132992
133016
  brandId: z.ZodOptional<z.ZodString>;
132993
133017
  themeId: z.ZodOptional<z.ZodString>;
133018
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
132994
133019
  estimatedExecutionTime: z.ZodOptional<z.ZodNumber>;
132995
133020
  status: z.ZodEnum<["InProgress", "Success", "Failed", "Timeout"]>;
132996
133021
  result: z.ZodOptional<z.ZodObject<{
@@ -133220,6 +133245,7 @@ declare const ExportJob: z.ZodObject<{
133220
133245
  commitAuthorEmail?: string | undefined;
133221
133246
  connectionId?: string | undefined;
133222
133247
  } | undefined;
133248
+ themePersistentIds?: string[] | undefined;
133223
133249
  finishedAt?: Date | undefined;
133224
133250
  scheduleId?: string | null | undefined;
133225
133251
  estimatedExecutionTime?: number | undefined;
@@ -133321,6 +133347,7 @@ declare const ExportJob: z.ZodObject<{
133321
133347
  commitAuthorEmail?: string | null | undefined;
133322
133348
  connectionId?: string | null | undefined;
133323
133349
  } | undefined;
133350
+ themePersistentIds?: string[] | undefined;
133324
133351
  finishedAt?: Date | undefined;
133325
133352
  scheduleId?: string | null | undefined;
133326
133353
  estimatedExecutionTime?: number | undefined;
@@ -134531,6 +134558,7 @@ declare const Pipeline: z.ZodObject<{
134531
134558
  exporterId: z.ZodString;
134532
134559
  brandPersistentId: z.ZodOptional<z.ZodString>;
134533
134560
  themePersistentId: z.ZodOptional<z.ZodString>;
134561
+ themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
134534
134562
  }, "strip", z.ZodTypeAny, {
134535
134563
  id: string;
134536
134564
  name: string;
@@ -134596,6 +134624,7 @@ declare const Pipeline: z.ZodObject<{
134596
134624
  commitAuthorEmail?: string | undefined;
134597
134625
  connectionId?: string | undefined;
134598
134626
  } | undefined;
134627
+ themePersistentIds?: string[] | undefined;
134599
134628
  }, {
134600
134629
  id: string;
134601
134630
  name: string;
@@ -134661,6 +134690,7 @@ declare const Pipeline: z.ZodObject<{
134661
134690
  commitAuthorEmail?: string | null | undefined;
134662
134691
  connectionId?: string | null | undefined;
134663
134692
  } | undefined;
134693
+ themePersistentIds?: string[] | undefined;
134664
134694
  }>;
134665
134695
  type Pipeline = z.infer<typeof Pipeline>;
134666
134696
 
package/dist/index.js CHANGED
@@ -4318,6 +4318,7 @@ var Pipeline = _zod.z.object({
4318
4318
  exporterId: _zod.z.string(),
4319
4319
  brandPersistentId: _zod.z.string().optional(),
4320
4320
  themePersistentId: _zod.z.string().optional(),
4321
+ themePersistentIds: _zod.z.string().array().optional(),
4321
4322
  // Destinations
4322
4323
  ...ExportDestinationsMap.shape
4323
4324
  });
@@ -4874,6 +4875,7 @@ var ExportJobContext = _zod.z.object({
4874
4875
  versionId: _zod.z.string(),
4875
4876
  brandId: _zod.z.string().optional(),
4876
4877
  themeId: _zod.z.string().optional(),
4878
+ themePersistentIds: _zod.z.string().array().optional(),
4877
4879
  exporterName: _zod.z.string(),
4878
4880
  exporterPackageUrl: _zod.z.string(),
4879
4881
  exporterPropertyValues: ExporterPropertyValue.array(),
@@ -4943,6 +4945,7 @@ var ExportJob = _zod.z.object({
4943
4945
  exporterId: _zod.z.string(),
4944
4946
  brandId: _zod.z.string().optional(),
4945
4947
  themeId: _zod.z.string().optional(),
4948
+ themePersistentIds: _zod.z.string().array().optional(),
4946
4949
  estimatedExecutionTime: _zod.z.number().optional(),
4947
4950
  status: ExportJobStatus,
4948
4951
  result: ExportJobResult.optional(),