waldur-js-client 7.7.7-dev.1 → 7.7.7-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 +4 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1997,6 +1997,7 @@ export type Customer = {
|
|
|
1997
1997
|
* Maximum number of service accounts allowed
|
|
1998
1998
|
*/
|
|
1999
1999
|
readonly max_service_accounts?: number | null;
|
|
2000
|
+
readonly project_metadata_checklist?: string | null;
|
|
2000
2001
|
name?: string;
|
|
2001
2002
|
readonly slug?: string;
|
|
2002
2003
|
native_name?: string;
|
|
@@ -3331,6 +3332,7 @@ export type MaintenanceAnnouncement = {
|
|
|
3331
3332
|
readonly created_by: string | null;
|
|
3332
3333
|
readonly affected_offerings: Array<MaintenanceAnnouncementOffering>;
|
|
3333
3334
|
readonly service_provider_name: string;
|
|
3335
|
+
readonly backend_id: string;
|
|
3334
3336
|
};
|
|
3335
3337
|
export type MaintenanceAnnouncementOffering = {
|
|
3336
3338
|
readonly url: string;
|
|
@@ -16323,7 +16325,7 @@ export type CustomersListData = {
|
|
|
16323
16325
|
archived?: boolean;
|
|
16324
16326
|
backend_id?: string;
|
|
16325
16327
|
contact_details?: string;
|
|
16326
|
-
field?: Array<'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' | 'display_name' | 'domain' | 'email' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'uuid' | 'vat_code'>;
|
|
16328
|
+
field?: Array<'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' | 'display_name' | 'domain' | 'email' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'uuid' | 'vat_code'>;
|
|
16327
16329
|
name?: string;
|
|
16328
16330
|
name_exact?: string;
|
|
16329
16331
|
native_name?: string;
|
|
@@ -16438,7 +16440,7 @@ export type CustomersRetrieveData = {
|
|
|
16438
16440
|
uuid: string;
|
|
16439
16441
|
};
|
|
16440
16442
|
query?: {
|
|
16441
|
-
field?: Array<'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' | 'display_name' | 'domain' | 'email' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'uuid' | 'vat_code'>;
|
|
16443
|
+
field?: Array<'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' | 'display_name' | 'domain' | 'email' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'max_service_accounts' | 'name' | 'native_name' | 'payment_profiles' | 'phone_number' | 'postal' | 'project_metadata_checklist' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'uuid' | 'vat_code'>;
|
|
16442
16444
|
};
|
|
16443
16445
|
url: '/api/customers/{uuid}/';
|
|
16444
16446
|
};
|