@supernova-studio/model 1.4.16 → 1.4.17
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5464,6 +5464,7 @@ var ExportJobContext = z172.object({
|
|
|
5464
5464
|
brandId: z172.string().optional(),
|
|
5465
5465
|
themeId: z172.string().optional(),
|
|
5466
5466
|
themePersistentIds: z172.string().array().optional(),
|
|
5467
|
+
previewMode: z172.boolean().optional(),
|
|
5467
5468
|
exporterName: z172.string(),
|
|
5468
5469
|
documentation: ExportJobDocumentationContext.optional()
|
|
5469
5470
|
});
|
|
@@ -5542,6 +5543,7 @@ var ExportJob = z174.object({
|
|
|
5542
5543
|
result: ExportJobResult.optional(),
|
|
5543
5544
|
createdByUserId: z174.string().optional(),
|
|
5544
5545
|
exporterPropertyValues: ExporterPropertyValueMap.optional(),
|
|
5546
|
+
previewMode: z174.boolean().optional(),
|
|
5545
5547
|
// Destinations
|
|
5546
5548
|
...ExportDestinationsMap.shape
|
|
5547
5549
|
});
|