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.
- package/dist/types.gen.d.ts +9 -9
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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]:
|
|
2292
|
+
[key: string]: string;
|
|
2293
2293
|
};
|
|
2294
2294
|
readonly future_prices?: {
|
|
2295
|
-
[key: string]:
|
|
2295
|
+
[key: string]: string;
|
|
2296
2296
|
};
|
|
2297
2297
|
readonly quotas?: {
|
|
2298
|
-
[key: string]:
|
|
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]:
|
|
2343
|
+
[key: string]: string;
|
|
2344
2344
|
};
|
|
2345
2345
|
readonly future_prices?: {
|
|
2346
|
-
[key: string]:
|
|
2346
|
+
[key: string]: string;
|
|
2347
2347
|
};
|
|
2348
2348
|
readonly quotas?: {
|
|
2349
|
-
[key: string]:
|
|
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]:
|
|
18814
|
+
[key: string]: string;
|
|
18815
18815
|
};
|
|
18816
18816
|
readonly future_prices: {
|
|
18817
|
-
[key: string]:
|
|
18817
|
+
[key: string]: string;
|
|
18818
18818
|
};
|
|
18819
18819
|
readonly quotas: {
|
|
18820
|
-
[key: string]:
|
|
18820
|
+
[key: string]: string;
|
|
18821
18821
|
};
|
|
18822
18822
|
readonly resources_count: number;
|
|
18823
18823
|
readonly plan_type: string;
|