@isnap/sdk 1.3.0-next.156 → 1.3.0-next.158

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.
@@ -2624,7 +2624,7 @@ export interface paths {
2624
2624
  put?: never;
2625
2625
  /**
2626
2626
  * Start a Stripe Checkout for BYOD slots
2627
- * @description Create a Stripe Checkout Session for the BYOD subscription product (`$15/mo` or `$150/yr` per slot, `device_count` slots). The completed session writes a `byod_subscriptions` row that `POST /v1/byod/pair` reads to enforce slot capacity.
2627
+ * @description Create a Stripe Checkout Session for the BYOD subscription product (`$15/mo`, `$40.50/quarter` or `$150/yr` per slot, `device_count` slots). All three cadences the BYOP catalogue carries are sellable — `GET /pricing` publishes the amount of each. The completed session writes a `byod_subscriptions` row that `POST /v1/byod/pair` reads to enforce slot capacity.
2628
2628
  */
2629
2629
  post: {
2630
2630
  parameters: {
@@ -6503,11 +6503,11 @@ export interface components {
6503
6503
  */
6504
6504
  device_count: number;
6505
6505
  /**
6506
- * @description Stripe price cadence. Annual is 10x monthly (2 months free).
6506
+ * @description Stripe price cadence. Quarterly is 2.7x monthly (10% off) and annual is 10x monthly (2 months free).
6507
6507
  * @example monthly
6508
6508
  * @enum {string}
6509
6509
  */
6510
- billing_cycle: "monthly" | "annual";
6510
+ billing_cycle: "monthly" | "quarterly" | "annual";
6511
6511
  };
6512
6512
  MacCheckoutEnvelope: {
6513
6513
  /** @enum {boolean} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isnap/sdk",
3
- "version": "1.3.0-next.156",
3
+ "version": "1.3.0-next.158",
4
4
  "description": "Official TypeScript SDK for the iSnap P2P telephony API",
5
5
  "license": "MIT",
6
6
  "type": "module",