@supernova-studio/model 0.47.12 → 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()
@@ -3524,8 +3525,7 @@ var IntegrationCredentialsProfile = z144.object({
3524
3525
  handle: z144.string().optional(),
3525
3526
  type: z144.string().optional(),
3526
3527
  avatarUrl: z144.string().optional(),
3527
- organization: z144.string().optional(),
3528
- installation: z144.string().optional()
3528
+ organization: z144.string().optional()
3529
3529
  });
3530
3530
  var IntegrationCredentials = z144.object({
3531
3531
  id: z144.string(),
@@ -3537,6 +3537,8 @@ var IntegrationCredentials = z144.object({
3537
3537
  refreshToken: z144.string().optional(),
3538
3538
  tokenName: z144.string().optional(),
3539
3539
  expiresAt: z144.coerce.date().optional(),
3540
+ refreshedAt: z144.coerce.date().optional(),
3541
+ username: z144.string().optional(),
3540
3542
  profile: IntegrationCredentialsProfile.optional(),
3541
3543
  customUrl: z144.string().optional(),
3542
3544
  user: UserMinified.optional()