waldur-js-client 8.0.8-dev.6 → 8.0.8-dev.7
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/types.gen.d.ts +3 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2349,7 +2349,7 @@ export type BaseProviderPlan = {
|
|
|
2349
2349
|
};
|
|
2350
2350
|
readonly resources_count?: number;
|
|
2351
2351
|
readonly plan_type?: string;
|
|
2352
|
-
readonly minimal_price?:
|
|
2352
|
+
readonly minimal_price?: string;
|
|
2353
2353
|
};
|
|
2354
2354
|
export type BaseProviderPlanRequest = {
|
|
2355
2355
|
name: string;
|
|
@@ -2400,7 +2400,7 @@ export type BasePublicPlan = {
|
|
|
2400
2400
|
};
|
|
2401
2401
|
readonly resources_count?: number;
|
|
2402
2402
|
readonly plan_type?: string;
|
|
2403
|
-
readonly minimal_price?:
|
|
2403
|
+
readonly minimal_price?: string;
|
|
2404
2404
|
};
|
|
2405
2405
|
export type BasePublicPlanRequest = {
|
|
2406
2406
|
url: string;
|
|
@@ -18917,7 +18917,7 @@ export type ProviderPlanDetails = {
|
|
|
18917
18917
|
};
|
|
18918
18918
|
readonly resources_count: number;
|
|
18919
18919
|
readonly plan_type: string;
|
|
18920
|
-
readonly minimal_price:
|
|
18920
|
+
readonly minimal_price: string;
|
|
18921
18921
|
};
|
|
18922
18922
|
export type ProviderPlanDetailsRequest = {
|
|
18923
18923
|
name: string;
|