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.
@@ -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?: number;
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?: number;
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: number;
18920
+ readonly minimal_price: string;
18921
18921
  };
18922
18922
  export type ProviderPlanDetailsRequest = {
18923
18923
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.8-dev.6",
3
+ "version": "8.0.8-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",