waldur-js-client 1.0.4-dev.35 → 1.0.4-dev.37
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 +5 -4
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1713,6 +1713,7 @@ export type Customer = {
|
|
|
1713
1713
|
country?: CountryEnum | BlankEnum;
|
|
1714
1714
|
readonly payment_profiles?: Array<PaymentProfile>;
|
|
1715
1715
|
readonly customer_credit?: number | null;
|
|
1716
|
+
readonly customer_unallocated_credit?: number | null;
|
|
1716
1717
|
readonly is_service_provider?: boolean;
|
|
1717
1718
|
readonly service_provider?: string | null;
|
|
1718
1719
|
readonly service_provider_uuid?: string | null;
|
|
@@ -8074,7 +8075,7 @@ export type RobotAccount = {
|
|
|
8074
8075
|
readonly backend_id: string;
|
|
8075
8076
|
responsible_user?: string | null;
|
|
8076
8077
|
readonly fingerprints: Array<Fingerprint>;
|
|
8077
|
-
readonly state: string;
|
|
8078
|
+
readonly state: string | null;
|
|
8078
8079
|
readonly error_message: string;
|
|
8079
8080
|
readonly error_traceback: string;
|
|
8080
8081
|
};
|
|
@@ -8091,7 +8092,7 @@ export type RobotAccountDetails = {
|
|
|
8091
8092
|
readonly backend_id: string;
|
|
8092
8093
|
responsible_user: BasicUser | null;
|
|
8093
8094
|
readonly fingerprints: Array<Fingerprint>;
|
|
8094
|
-
readonly state: string;
|
|
8095
|
+
readonly state: string | null;
|
|
8095
8096
|
readonly error_message: string;
|
|
8096
8097
|
readonly error_traceback: string;
|
|
8097
8098
|
readonly user_keys: Array<SshKey>;
|
|
@@ -11658,7 +11659,7 @@ export type CustomersListData = {
|
|
|
11658
11659
|
archived?: boolean;
|
|
11659
11660
|
backend_id?: string;
|
|
11660
11661
|
contact_details?: string;
|
|
11661
|
-
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' | 'default_tax_percent' | 'display_name' | 'domain' | 'email' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'name' | 'native_name' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
11662
|
+
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' | 'name' | 'native_name' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
11662
11663
|
name?: string;
|
|
11663
11664
|
name_exact?: string;
|
|
11664
11665
|
native_name?: string;
|
|
@@ -11760,7 +11761,7 @@ export type CustomersRetrieveData = {
|
|
|
11760
11761
|
uuid: string;
|
|
11761
11762
|
};
|
|
11762
11763
|
query?: {
|
|
11763
|
-
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' | 'default_tax_percent' | 'display_name' | 'domain' | 'email' | 'homepage' | 'image' | 'is_service_provider' | 'latitude' | 'longitude' | 'name' | 'native_name' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
11764
|
+
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' | 'name' | 'native_name' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
|
|
11764
11765
|
};
|
|
11765
11766
|
url: '/api/customers/{uuid}/';
|
|
11766
11767
|
};
|