@supernova-studio/model 0.47.13 → 0.47.14

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
@@ -3185,8 +3185,9 @@ var ExportJobContext = z130.object({
3185
3185
  apiUrl: z130.string(),
3186
3186
  accessToken: z130.string(),
3187
3187
  designSystemId: z130.string(),
3188
- designSystemVersionId: z130.string(),
3188
+ versionId: z130.string(),
3189
3189
  brandId: z130.string().optional(),
3190
+ themeId: z130.string().optional(),
3190
3191
  exporterPackageUrl: z130.string(),
3191
3192
  exporterPropertyValues: ExporterPropertyValue.array(),
3192
3193
  documentation: ExportJobDocumentationContext.optional()