@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.mjs CHANGED
@@ -4318,6 +4318,7 @@ var Pipeline = z125.object({
4318
4318
  exporterId: z125.string(),
4319
4319
  brandPersistentId: z125.string().optional(),
4320
4320
  themePersistentId: z125.string().optional(),
4321
+ themePersistentIds: z125.string().array().optional(),
4321
4322
  // Destinations
4322
4323
  ...ExportDestinationsMap.shape
4323
4324
  });
@@ -4874,6 +4875,7 @@ var ExportJobContext = z153.object({
4874
4875
  versionId: z153.string(),
4875
4876
  brandId: z153.string().optional(),
4876
4877
  themeId: z153.string().optional(),
4878
+ themePersistentIds: z153.string().array().optional(),
4877
4879
  exporterName: z153.string(),
4878
4880
  exporterPackageUrl: z153.string(),
4879
4881
  exporterPropertyValues: ExporterPropertyValue.array(),
@@ -4943,6 +4945,7 @@ var ExportJob = z155.object({
4943
4945
  exporterId: z155.string(),
4944
4946
  brandId: z155.string().optional(),
4945
4947
  themeId: z155.string().optional(),
4948
+ themePersistentIds: z155.string().array().optional(),
4946
4949
  estimatedExecutionTime: z155.number().optional(),
4947
4950
  status: ExportJobStatus,
4948
4951
  result: ExportJobResult.optional(),