@epilot/pricing-client 3.11.2 → 3.11.3-0
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 +1 -1
- package/dist/openapi.json +1 -2
- package/package.json +1 -1
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"
|
|
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