waldur-js-client 8.0.6-dev.0 → 8.0.6-dev.2
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 +17 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -25796,6 +25796,7 @@ export type CoiDisclosureFormOEnum = '-certification_date' | '-created' | '-vali
|
|
|
25796
25796
|
export type ConflictOfInterestOEnum = '-created' | '-detected_at' | '-severity' | '-status' | 'created' | 'detected_at' | 'severity' | 'status';
|
|
25797
25797
|
export type CustomerCreditOEnum = '-customer_name' | '-end_date' | '-expected_consumption' | '-value' | 'customer_name' | 'end_date' | 'expected_consumption' | 'value';
|
|
25798
25798
|
export type CustomerPermissionReviewOEnum = '-closed' | '-created' | 'closed' | 'created';
|
|
25799
|
+
export type CustomerQuotasQuotaNameEnum = 'estimated_price' | 'nc_resource_count' | 'os_cpu_count' | 'os_ram_size' | 'os_storage_size' | 'vpc_cpu_count' | 'vpc_floating_ip_count' | 'vpc_instance_count' | 'vpc_ram_size' | 'vpc_storage_size';
|
|
25799
25800
|
export type CustomerFieldEnum = 'abbreviation' | 'access_subnets' | 'accounting_start_date' | 'address' | 'agreement_number' | 'archived' | 'backend_id' | 'bank_account' | 'bank_name' | 'billing_price_estimate' | 'blocked' | 'call_managing_organization_uuid' | 'contact_details' | 'country' | 'country_name' | 'created' | 'customer_credit' | 'customer_unallocated_credit' | 'default_tax_percent' | 'description' | 'display_billing_info_in_projects' | 'display_name' | 'domain' | 'email' | 'grace_period_days' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'notification_emails' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'users_count' | 'uuid' | 'vat_code';
|
|
25800
25801
|
export type CustomerUserFieldEnum = 'email' | 'expiration_time' | 'full_name' | 'image' | 'projects' | 'role_name' | 'url' | 'username' | 'uuid';
|
|
25801
25802
|
export type CustomerUserOEnum = 'concatenated_name' | '-concatenated_name';
|
|
@@ -33376,6 +33377,10 @@ export type CustomerQuotasListData = {
|
|
|
33376
33377
|
* Number of results to return per page.
|
|
33377
33378
|
*/
|
|
33378
33379
|
page_size?: number;
|
|
33380
|
+
/**
|
|
33381
|
+
* Name of the quota
|
|
33382
|
+
*/
|
|
33383
|
+
quota_name?: CustomerQuotasQuotaNameEnum;
|
|
33379
33384
|
};
|
|
33380
33385
|
url: '/api/customer-quotas/';
|
|
33381
33386
|
};
|
|
@@ -33395,6 +33400,10 @@ export type CustomerQuotasCountData = {
|
|
|
33395
33400
|
* Number of results to return per page.
|
|
33396
33401
|
*/
|
|
33397
33402
|
page_size?: number;
|
|
33403
|
+
/**
|
|
33404
|
+
* Name of the quota
|
|
33405
|
+
*/
|
|
33406
|
+
quota_name?: CustomerQuotasQuotaNameEnum;
|
|
33398
33407
|
};
|
|
33399
33408
|
url: '/api/customer-quotas/';
|
|
33400
33409
|
};
|
|
@@ -64370,6 +64379,10 @@ export type ProjectQuotasListData = {
|
|
|
64370
64379
|
* Number of results to return per page.
|
|
64371
64380
|
*/
|
|
64372
64381
|
page_size?: number;
|
|
64382
|
+
/**
|
|
64383
|
+
* Name of the quota
|
|
64384
|
+
*/
|
|
64385
|
+
quota_name?: CustomerQuotasQuotaNameEnum;
|
|
64373
64386
|
};
|
|
64374
64387
|
url: '/api/project-quotas/';
|
|
64375
64388
|
};
|
|
@@ -64389,6 +64402,10 @@ export type ProjectQuotasCountData = {
|
|
|
64389
64402
|
* Number of results to return per page.
|
|
64390
64403
|
*/
|
|
64391
64404
|
page_size?: number;
|
|
64405
|
+
/**
|
|
64406
|
+
* Name of the quota
|
|
64407
|
+
*/
|
|
64408
|
+
quota_name?: CustomerQuotasQuotaNameEnum;
|
|
64392
64409
|
};
|
|
64393
64410
|
url: '/api/project-quotas/';
|
|
64394
64411
|
};
|