@supernova-studio/client 0.48.16 → 0.48.18

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
@@ -5305,6 +5305,11 @@ var DTOExportJobDestinations = z190.object({
5305
5305
  documentation: ExporterDestinationDocs.optional(),
5306
5306
  webhookUrl: z190.string().optional()
5307
5307
  });
5308
+ var DTOExportJobResult = ExportJobResult.omit({
5309
+ sndocs: true
5310
+ }).extend({
5311
+ documentation: ExportJobDocsDestinationResult.optional()
5312
+ });
5308
5313
  var DTOExportJob = z190.object({
5309
5314
  id: z190.string(),
5310
5315
  createdAt: z190.coerce.date(),
@@ -5318,7 +5323,7 @@ var DTOExportJob = z190.object({
5318
5323
  destinations: DTOExportJobDestinations,
5319
5324
  exporterId: z190.string(),
5320
5325
  scheduleId: z190.string().optional(),
5321
- result: ExportJobResult.optional(),
5326
+ result: DTOExportJobResult.optional(),
5322
5327
  brandPersistentId: z190.string().optional(),
5323
5328
  themePersistentId: z190.string().optional()
5324
5329
  });
@@ -11030,6 +11035,7 @@ export {
11030
11035
  DTOExportJobDesignSystemVersionPreview,
11031
11036
  DTOExportJobDestinations,
11032
11037
  DTOExportJobResponse,
11038
+ DTOExportJobResult,
11033
11039
  DTOExportJobsListFilter,
11034
11040
  DTOExporter,
11035
11041
  DTOExporterCreateInput,