@supernova-studio/model 1.44.3 → 1.44.4
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 +49 -49
- package/dist/index.d.ts +49 -49
- 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
|
@@ -203,7 +203,7 @@ var PostStripePortalSessionOutputSchema = z9.object({
|
|
|
203
203
|
|
|
204
204
|
// src/billing/price.ts
|
|
205
205
|
import { z as z10 } from "zod";
|
|
206
|
-
var BillingIntervalSchema = z10.enum(["daily", "monthly", "
|
|
206
|
+
var BillingIntervalSchema = z10.enum(["daily", "monthly", "yearly"]);
|
|
207
207
|
var PriceSchema = z10.object({
|
|
208
208
|
stripePriceId: z10.string(),
|
|
209
209
|
stripeProductId: z10.string(),
|