@supernova-studio/model 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 +50 -50
- package/dist/index.d.ts +50 -50
- 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
|
@@ -247,7 +247,7 @@ var PriceSchema = z11.object({
|
|
|
247
247
|
|
|
248
248
|
// src/billing/product.ts
|
|
249
249
|
import { z as z12 } from "zod";
|
|
250
|
-
var ProductCodeSchema = z12.enum(["free", "team", "company", "enterprise"]);
|
|
250
|
+
var ProductCodeSchema = z12.enum(["free", "team", "company", "enterprise", "pro"]);
|
|
251
251
|
var ProductCode = ProductCodeSchema.enum;
|
|
252
252
|
|
|
253
253
|
// src/billing/subscription.ts
|