@supernova-studio/client 1.35.0 → 1.35.1
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 +3 -3
- package/dist/index.d.ts +3 -3
- 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
|
@@ -7082,7 +7082,7 @@ var DTOBillingCreditsCheckIfCanSpendResponse = z239.object({
|
|
|
7082
7082
|
});
|
|
7083
7083
|
var DTOBillingCheckoutInput = z239.object({
|
|
7084
7084
|
// @deprecated for backwards compatibility
|
|
7085
|
-
priceId: z239.string(),
|
|
7085
|
+
priceId: z239.string().optional(),
|
|
7086
7086
|
successUrl: z239.string().url(),
|
|
7087
7087
|
cancelUrl: z239.string().url(),
|
|
7088
7088
|
quantity: z239.number().int().min(1).optional(),
|