@epilot/app-client 0.0.20 → 0.0.21
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 +4 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -602,7 +602,7 @@ declare namespace Components {
|
|
|
602
602
|
}[];
|
|
603
603
|
}
|
|
604
604
|
export interface Pricing {
|
|
605
|
-
pricing_type?: "FREE" | "SUBSCRIPTION" | "USAGE_BASED";
|
|
605
|
+
pricing_type?: "FREE" | "SUBSCRIPTION" | "USAGE_BASED" | "ONE_TIME" | "CUSTOM" | "UNKNOWN";
|
|
606
606
|
billing_frequency?: /* How often the subscription is billed */ BillingFrequency;
|
|
607
607
|
}
|
|
608
608
|
export interface S3Reference {
|
package/dist/openapi.json
CHANGED