waldur-js-client 8.0.7-dev.25 → 8.0.7-dev.26
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 +6 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5268,6 +5268,7 @@ export type CustomerComponentUsagePolicy = {
|
|
|
5268
5268
|
* Fields for saving actions extra data. Keys are name of actions.
|
|
5269
5269
|
*/
|
|
5270
5270
|
options?: unknown;
|
|
5271
|
+
readonly affected_resources_count: number;
|
|
5271
5272
|
component_limits_set: Array<NestedCustomerUsagePolicyComponent>;
|
|
5272
5273
|
};
|
|
5273
5274
|
export type CustomerComponentUsagePolicyRequest = {
|
|
@@ -5370,6 +5371,7 @@ export type CustomerEstimatedCostPolicy = {
|
|
|
5370
5371
|
* Fields for saving actions extra data. Keys are name of actions.
|
|
5371
5372
|
*/
|
|
5372
5373
|
options?: unknown;
|
|
5374
|
+
readonly affected_resources_count: number;
|
|
5373
5375
|
limit_cost: number;
|
|
5374
5376
|
period?: PolicyPeriodEnum;
|
|
5375
5377
|
readonly period_name: string;
|
|
@@ -11254,6 +11256,7 @@ export type OfferingEstimatedCostPolicy = {
|
|
|
11254
11256
|
* Fields for saving actions extra data. Keys are name of actions.
|
|
11255
11257
|
*/
|
|
11256
11258
|
options?: unknown;
|
|
11259
|
+
readonly affected_resources_count: number;
|
|
11257
11260
|
limit_cost: number;
|
|
11258
11261
|
period?: PolicyPeriodEnum;
|
|
11259
11262
|
readonly period_name: string;
|
|
@@ -12003,6 +12006,7 @@ export type OfferingUsagePolicy = {
|
|
|
12003
12006
|
* Fields for saving actions extra data. Keys are name of actions.
|
|
12004
12007
|
*/
|
|
12005
12008
|
options?: unknown;
|
|
12009
|
+
readonly affected_resources_count: number;
|
|
12006
12010
|
organization_groups?: Array<string>;
|
|
12007
12011
|
/**
|
|
12008
12012
|
* If True, policy applies to all customers. Mutually exclusive with organization_groups.
|
|
@@ -17698,6 +17702,7 @@ export type ProjectEstimatedCostPolicy = {
|
|
|
17698
17702
|
* Fields for saving actions extra data. Keys are name of actions.
|
|
17699
17703
|
*/
|
|
17700
17704
|
options?: unknown;
|
|
17705
|
+
readonly affected_resources_count: number;
|
|
17701
17706
|
limit_cost: number;
|
|
17702
17707
|
period?: PolicyPeriodEnum;
|
|
17703
17708
|
readonly period_name: string;
|
|
@@ -22948,6 +22953,7 @@ export type SlurmPeriodicUsagePolicy = {
|
|
|
22948
22953
|
* Fields for saving actions extra data. Keys are name of actions.
|
|
22949
22954
|
*/
|
|
22950
22955
|
options?: unknown;
|
|
22956
|
+
readonly affected_resources_count: number;
|
|
22951
22957
|
organization_groups?: Array<string>;
|
|
22952
22958
|
/**
|
|
22953
22959
|
* If True, policy applies to all customers. Mutually exclusive with organization_groups.
|