@epilot/pricing-client 3.11.2 → 3.11.3

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/openapi.d.ts CHANGED
@@ -424,7 +424,7 @@ declare namespace Components {
424
424
  _updated_at?: string;
425
425
  };
426
426
  }
427
- export type BillingPeriod = "weekly" | "monthly" | "every_quarter" | "every_6_months" | "yearly" | "one_time";
427
+ export type BillingPeriod = "weekly" | "monthly" | "every_quarter" | "every_6_months" | "yearly";
428
428
  /**
429
429
  * Supports shopping for products and services until ready for checkout.
430
430
  */
package/dist/openapi.json CHANGED
@@ -2976,8 +2976,7 @@
2976
2976
  "monthly",
2977
2977
  "every_quarter",
2978
2978
  "every_6_months",
2979
- "yearly",
2980
- "one_time"
2979
+ "yearly"
2981
2980
  ]
2982
2981
  },
2983
2982
  "SalesTax": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.11.2",
3
+ "version": "3.11.3",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",