@supernova-studio/client 1.34.3 → 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.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(),