waldur-js-client 7.9.3-dev.0 → 7.9.3-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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +10 -14
  2. package/package.json +1 -1
@@ -2357,7 +2357,6 @@ export type Customer = {
2357
2357
  readonly created?: string;
2358
2358
  readonly organization_groups?: Array<OrganizationGroup>;
2359
2359
  readonly display_name?: string;
2360
- readonly projects?: Array<PermissionProject>;
2361
2360
  /**
2362
2361
  * Organization identifier in another application.
2363
2362
  */
@@ -7056,6 +7055,14 @@ export type OnboardingVerification = {
7056
7055
  readonly user_submitted_customer_data: {
7057
7056
  [key: string]: unknown;
7058
7057
  };
7058
+ /**
7059
+ * Boolean indicating if a customer can be created from this verification
7060
+ */
7061
+ readonly can_customer_be_created: boolean;
7062
+ /**
7063
+ * Reason why customer cannot be created (null if can be created)
7064
+ */
7065
+ readonly customer_creation_error_message: string | null;
7059
7066
  readonly created: string;
7060
7067
  readonly modified: string;
7061
7068
  };
@@ -10435,17 +10442,6 @@ export type PermissionMetadataResponse = {
10435
10442
  [key: string]: unknown;
10436
10443
  }>;
10437
10444
  };
10438
- export type PermissionProject = {
10439
- readonly url?: string;
10440
- readonly uuid?: string;
10441
- name?: string;
10442
- image?: string | null;
10443
- readonly resource_count?: number;
10444
- /**
10445
- * The date is inclusive. Once reached, all project resource will be scheduled for termination.
10446
- */
10447
- end_date?: string | null;
10448
- };
10449
10445
  export type PermissionRequest = {
10450
10446
  readonly url: string;
10451
10447
  readonly uuid: string;
@@ -22181,7 +22177,7 @@ export type CustomersListData = {
22181
22177
  * Contact details
22182
22178
  */
22183
22179
  contact_details?: string;
22184
- 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' | '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' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
22180
+ 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' | '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' | 'users_count' | 'uuid' | 'vat_code'>;
22185
22181
  /**
22186
22182
  * Name
22187
22183
  */
@@ -22507,7 +22503,7 @@ export type CustomersRetrieveData = {
22507
22503
  uuid: string;
22508
22504
  };
22509
22505
  query?: {
22510
- 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' | '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' | 'projects_count' | 'registration_code' | 'service_provider' | 'service_provider_uuid' | 'slug' | 'sponsor_number' | 'url' | 'users_count' | 'uuid' | 'vat_code'>;
22506
+ 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' | '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' | 'users_count' | 'uuid' | 'vat_code'>;
22511
22507
  };
22512
22508
  url: '/api/customers/{uuid}/';
22513
22509
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.3-dev.0",
3
+ "version": "7.9.3-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",