waldur-js-client 8.0.8-dev.0 → 8.0.8-dev.1

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.
@@ -2289,13 +2289,13 @@ export type BaseProviderPlan = {
2289
2289
  readonly organization_groups?: Array<OrganizationGroup>;
2290
2290
  readonly components?: Array<NestedPlanComponent>;
2291
2291
  readonly prices?: {
2292
- [key: string]: number;
2292
+ [key: string]: string;
2293
2293
  };
2294
2294
  readonly future_prices?: {
2295
- [key: string]: number;
2295
+ [key: string]: string;
2296
2296
  };
2297
2297
  readonly quotas?: {
2298
- [key: string]: number;
2298
+ [key: string]: string;
2299
2299
  };
2300
2300
  readonly resources_count?: number;
2301
2301
  readonly plan_type?: string;
@@ -2340,13 +2340,13 @@ export type BasePublicPlan = {
2340
2340
  readonly organization_groups?: Array<OrganizationGroup>;
2341
2341
  readonly components?: Array<NestedPlanComponent>;
2342
2342
  readonly prices?: {
2343
- [key: string]: number;
2343
+ [key: string]: string;
2344
2344
  };
2345
2345
  readonly future_prices?: {
2346
- [key: string]: number;
2346
+ [key: string]: string;
2347
2347
  };
2348
2348
  readonly quotas?: {
2349
- [key: string]: number;
2349
+ [key: string]: string;
2350
2350
  };
2351
2351
  readonly resources_count?: number;
2352
2352
  readonly plan_type?: string;
@@ -18811,13 +18811,13 @@ export type ProviderPlanDetails = {
18811
18811
  readonly components: Array<NestedPlanComponent>;
18812
18812
  offering: string;
18813
18813
  readonly prices: {
18814
- [key: string]: number;
18814
+ [key: string]: string;
18815
18815
  };
18816
18816
  readonly future_prices: {
18817
- [key: string]: number;
18817
+ [key: string]: string;
18818
18818
  };
18819
18819
  readonly quotas: {
18820
- [key: string]: number;
18820
+ [key: string]: string;
18821
18821
  };
18822
18822
  readonly resources_count: number;
18823
18823
  readonly plan_type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.8-dev.0",
3
+ "version": "8.0.8-dev.1",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",