waldur-js-client 8.0.6-dev.0 → 8.0.6-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/sdk.gen.d.ts +4 -4
- package/dist/sdk.gen.js +4 -4
- package/dist/types.gen.d.ts +21 -4
- package/package.json +1 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -1016,11 +1016,11 @@ export declare const customerPermissionsReviewsClose: <ThrowOnError extends bool
|
|
|
1016
1016
|
/**
|
|
1017
1017
|
* List customer quotas.
|
|
1018
1018
|
*/
|
|
1019
|
-
export declare const customerQuotasList: <ThrowOnError extends boolean = false>(options
|
|
1019
|
+
export declare const customerQuotasList: <ThrowOnError extends boolean = false>(options: Options<CustomerQuotasListData, ThrowOnError>) => import("./client").RequestResult<CustomerQuotasListResponses, unknown, ThrowOnError, "fields">;
|
|
1020
1020
|
/**
|
|
1021
1021
|
* Get number of items in the collection matching the request parameters.
|
|
1022
1022
|
*/
|
|
1023
|
-
export declare const customerQuotasCount: <ThrowOnError extends boolean = false>(options
|
|
1023
|
+
export declare const customerQuotasCount: <ThrowOnError extends boolean = false>(options: Options<CustomerQuotasCountData, ThrowOnError>) => import("./client").RequestResult<CustomerQuotasCountResponses, unknown, ThrowOnError, "fields">;
|
|
1024
1024
|
/**
|
|
1025
1025
|
* List customers
|
|
1026
1026
|
* Retrieve a list of customers. The list is filtered based on the user's permissions.
|
|
@@ -6258,11 +6258,11 @@ export declare const projectPermissionsReviewsClose: <ThrowOnError extends boole
|
|
|
6258
6258
|
/**
|
|
6259
6259
|
* List project quotas.
|
|
6260
6260
|
*/
|
|
6261
|
-
export declare const projectQuotasList: <ThrowOnError extends boolean = false>(options
|
|
6261
|
+
export declare const projectQuotasList: <ThrowOnError extends boolean = false>(options: Options<ProjectQuotasListData, ThrowOnError>) => import("./client").RequestResult<ProjectQuotasListResponses, unknown, ThrowOnError, "fields">;
|
|
6262
6262
|
/**
|
|
6263
6263
|
* Get number of items in the collection matching the request parameters.
|
|
6264
6264
|
*/
|
|
6265
|
-
export declare const projectQuotasCount: <ThrowOnError extends boolean = false>(options
|
|
6265
|
+
export declare const projectQuotasCount: <ThrowOnError extends boolean = false>(options: Options<ProjectQuotasCountData, ThrowOnError>) => import("./client").RequestResult<ProjectQuotasCountResponses, unknown, ThrowOnError, "fields">;
|
|
6266
6266
|
/**
|
|
6267
6267
|
* List project types
|
|
6268
6268
|
* Retrieve a list of available project types.
|
package/dist/sdk.gen.js
CHANGED
|
@@ -7119,7 +7119,7 @@ export const customerPermissionsReviewsClose = (options) => {
|
|
|
7119
7119
|
* List customer quotas.
|
|
7120
7120
|
*/
|
|
7121
7121
|
export const customerQuotasList = (options) => {
|
|
7122
|
-
return (options
|
|
7122
|
+
return (options.client ?? _heyApiClient).get({
|
|
7123
7123
|
security: [
|
|
7124
7124
|
{
|
|
7125
7125
|
name: 'Authorization',
|
|
@@ -7138,7 +7138,7 @@ export const customerQuotasList = (options) => {
|
|
|
7138
7138
|
* Get number of items in the collection matching the request parameters.
|
|
7139
7139
|
*/
|
|
7140
7140
|
export const customerQuotasCount = (options) => {
|
|
7141
|
-
return (options
|
|
7141
|
+
return (options.client ?? _heyApiClient).head({
|
|
7142
7142
|
security: [
|
|
7143
7143
|
{
|
|
7144
7144
|
name: 'Authorization',
|
|
@@ -33519,7 +33519,7 @@ export const projectPermissionsReviewsClose = (options) => {
|
|
|
33519
33519
|
* List project quotas.
|
|
33520
33520
|
*/
|
|
33521
33521
|
export const projectQuotasList = (options) => {
|
|
33522
|
-
return (options
|
|
33522
|
+
return (options.client ?? _heyApiClient).get({
|
|
33523
33523
|
security: [
|
|
33524
33524
|
{
|
|
33525
33525
|
name: 'Authorization',
|
|
@@ -33538,7 +33538,7 @@ export const projectQuotasList = (options) => {
|
|
|
33538
33538
|
* Get number of items in the collection matching the request parameters.
|
|
33539
33539
|
*/
|
|
33540
33540
|
export const projectQuotasCount = (options) => {
|
|
33541
|
-
return (options
|
|
33541
|
+
return (options.client ?? _heyApiClient).head({
|
|
33542
33542
|
security: [
|
|
33543
33543
|
{
|
|
33544
33544
|
name: 'Authorization',
|
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';
|
|
@@ -33367,7 +33368,7 @@ export type CustomerPermissionsReviewsCloseResponses = {
|
|
|
33367
33368
|
export type CustomerQuotasListData = {
|
|
33368
33369
|
body?: never;
|
|
33369
33370
|
path?: never;
|
|
33370
|
-
query
|
|
33371
|
+
query: {
|
|
33371
33372
|
/**
|
|
33372
33373
|
* A page number within the paginated result set.
|
|
33373
33374
|
*/
|
|
@@ -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
|
};
|
|
@@ -33386,7 +33391,7 @@ export type CustomerQuotasListResponse = CustomerQuotasListResponses[keyof Custo
|
|
|
33386
33391
|
export type CustomerQuotasCountData = {
|
|
33387
33392
|
body?: never;
|
|
33388
33393
|
path?: never;
|
|
33389
|
-
query
|
|
33394
|
+
query: {
|
|
33390
33395
|
/**
|
|
33391
33396
|
* A page number within the paginated result set.
|
|
33392
33397
|
*/
|
|
@@ -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
|
};
|
|
@@ -64361,7 +64370,7 @@ export type ProjectPermissionsReviewsCloseResponses = {
|
|
|
64361
64370
|
export type ProjectQuotasListData = {
|
|
64362
64371
|
body?: never;
|
|
64363
64372
|
path?: never;
|
|
64364
|
-
query
|
|
64373
|
+
query: {
|
|
64365
64374
|
/**
|
|
64366
64375
|
* A page number within the paginated result set.
|
|
64367
64376
|
*/
|
|
@@ -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
|
};
|
|
@@ -64380,7 +64393,7 @@ export type ProjectQuotasListResponse = ProjectQuotasListResponses[keyof Project
|
|
|
64380
64393
|
export type ProjectQuotasCountData = {
|
|
64381
64394
|
body?: never;
|
|
64382
64395
|
path?: never;
|
|
64383
|
-
query
|
|
64396
|
+
query: {
|
|
64384
64397
|
/**
|
|
64385
64398
|
* A page number within the paginated result set.
|
|
64386
64399
|
*/
|
|
@@ -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
|
};
|