@supernova-studio/client 1.50.2 → 1.50.3

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.js CHANGED
@@ -7534,6 +7534,7 @@ var DTOSubscription = _zod2.default.object({
7534
7534
  internalStatus: InternalStatusSchema.optional(),
7535
7535
  product: ProductCodeSchema,
7536
7536
  featuresSummary: FeaturesSummary.optional(),
7537
+ allowedRoles: DTOWorkspaceRole.array(),
7537
7538
  /**
7538
7539
  * @deprecated get available-products for this information
7539
7540
  */
@@ -10364,7 +10365,11 @@ var DTOForgeProjectContextV2 = _zod.z.object({
10364
10365
  theme: DTOForgeProjectTheme,
10365
10366
  createdAt: _zod.z.coerce.date(),
10366
10367
  updatedAt: _zod.z.coerce.date(),
10367
- thumbnail: DTOFileReference.optional()
10368
+ thumbnail: DTOFileReference.optional(),
10369
+ sandboxTemplate: _zod.z.object({
10370
+ id: _zod.z.string(),
10371
+ version: _zod.z.string()
10372
+ }).optional()
10368
10373
  });
10369
10374
  var DTOForgeProjectContextCreateV2 = DTOForgeProjectContextV2.omit({
10370
10375
  id: true,