@supernova-studio/client 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
@@ -2737,8 +2737,9 @@ var ExportJobContext = z130.object({
2737
2737
  apiUrl: z130.string(),
2738
2738
  accessToken: z130.string(),
2739
2739
  designSystemId: z130.string(),
2740
- designSystemVersionId: z130.string(),
2740
+ versionId: z130.string(),
2741
2741
  brandId: z130.string().optional(),
2742
+ themeId: z130.string().optional(),
2742
2743
  exporterPackageUrl: z130.string(),
2743
2744
  exporterPropertyValues: ExporterPropertyValue.array(),
2744
2745
  documentation: ExportJobDocumentationContext.optional()
@@ -3030,8 +3031,7 @@ var IntegrationCredentialsProfile = z144.object({
3030
3031
  handle: z144.string().optional(),
3031
3032
  type: z144.string().optional(),
3032
3033
  avatarUrl: z144.string().optional(),
3033
- organization: z144.string().optional(),
3034
- installation: z144.string().optional()
3034
+ organization: z144.string().optional()
3035
3035
  });
3036
3036
  var IntegrationCredentials = z144.object({
3037
3037
  id: z144.string(),
@@ -3043,6 +3043,8 @@ var IntegrationCredentials = z144.object({
3043
3043
  refreshToken: z144.string().optional(),
3044
3044
  tokenName: z144.string().optional(),
3045
3045
  expiresAt: z144.coerce.date().optional(),
3046
+ refreshedAt: z144.coerce.date().optional(),
3047
+ username: z144.string().optional(),
3046
3048
  profile: IntegrationCredentialsProfile.optional(),
3047
3049
  customUrl: z144.string().optional(),
3048
3050
  user: UserMinified.optional()