waldur-js-client 7.6.5 → 7.6.6-dev.0

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.
@@ -1803,7 +1803,6 @@ export type Customer = {
1803
1803
  readonly created?: string;
1804
1804
  readonly organization_groups?: Array<OrganizationGroup>;
1805
1805
  readonly display_name?: string;
1806
- readonly projects?: Array<PermissionProject>;
1807
1806
  /**
1808
1807
  * Organization identifier in another application.
1809
1808
  */
@@ -4593,7 +4592,7 @@ export type OfferingPermission = {
4593
4592
  readonly offering_uuid: string;
4594
4593
  readonly offering_slug: string;
4595
4594
  readonly offering_name: string;
4596
- role: string;
4595
+ readonly role: string;
4597
4596
  readonly role_name: string;
4598
4597
  readonly user: string;
4599
4598
  readonly user_full_name: string;
@@ -6963,17 +6962,6 @@ export type Permission = {
6963
6962
  readonly customer_uuid?: string;
6964
6963
  readonly customer_name?: string;
6965
6964
  };
6966
- export type PermissionProject = {
6967
- readonly url?: string;
6968
- readonly uuid?: string;
6969
- name?: string;
6970
- image?: string | null;
6971
- readonly resource_count?: number;
6972
- /**
6973
- * The date is inclusive. Once reached, all project resource will be scheduled for termination.
6974
- */
6975
- end_date?: string | null;
6976
- };
6977
6965
  export type PermissionRequest = {
6978
6966
  readonly url: string;
6979
6967
  readonly uuid: string;
@@ -13073,7 +13061,7 @@ export type CustomersListData = {
13073
13061
  archived?: boolean;
13074
13062
  backend_id?: string;
13075
13063
  contact_details?: string;
13076
- 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' | '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'>;
13064
+ 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' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
13077
13065
  name?: string;
13078
13066
  name_exact?: string;
13079
13067
  native_name?: string;
@@ -13175,7 +13163,7 @@ export type CustomersRetrieveData = {
13175
13163
  uuid: string;
13176
13164
  };
13177
13165
  query?: {
13178
- 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' | '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'>;
13166
+ 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' | 'organization_groups' | 'payment_profiles' | 'phone_number' | 'postal' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
13179
13167
  };
13180
13168
  url: '/api/customers/{uuid}/';
13181
13169
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.6.5",
3
+ "version": "7.6.6-dev.0",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",