@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.d.mts +61 -61
- package/dist/index.d.ts +61 -61
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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",
|