@supernova-studio/client 1.37.8 → 1.38.0

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
@@ -406,7 +406,7 @@ var PriceSchema = z11.object({
406
406
  seatType: WorkspaceSeatType.optional(),
407
407
  monthlyCreditGrant: z11.number().optional()
408
408
  });
409
- var ProductCodeSchema = z12.enum(["free", "team", "company", "enterprise"]);
409
+ var ProductCodeSchema = z12.enum(["free", "team", "company", "enterprise", "pro"]);
410
410
  var ProductCode = ProductCodeSchema.enum;
411
411
  var StripeSubscriptionStatusSchema = z13.enum([
412
412
  "trialing",