waldur-js-client 1.0.4-dev.79 → 1.0.4-dev.80

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.
@@ -1895,7 +1895,8 @@ export type CustomerServiceAccount = {
1895
1895
  error_traceback?: string;
1896
1896
  readonly token: string | null;
1897
1897
  email?: string;
1898
- readonly expiresAt: string | null;
1898
+ readonly expires_at: string | null;
1899
+ preferred_identifier?: string;
1899
1900
  customer: string;
1900
1901
  readonly customer_uuid: string;
1901
1902
  readonly customer_name: string;
@@ -1905,6 +1906,7 @@ export type CustomerServiceAccountRequest = {
1905
1906
  description?: string;
1906
1907
  error_traceback?: string;
1907
1908
  email?: string;
1909
+ preferred_identifier?: string;
1908
1910
  customer: string;
1909
1911
  };
1910
1912
  export type CustomerUser = {
@@ -5489,6 +5491,7 @@ export type OpenStackVolume = {
5489
5491
  readonly instance_marketplace_uuid?: string;
5490
5492
  tenant?: string;
5491
5493
  readonly tenant_uuid?: string;
5494
+ readonly extend_enabled?: boolean;
5492
5495
  readonly marketplace_offering_uuid?: string | null;
5493
5496
  readonly marketplace_offering_name?: string | null;
5494
5497
  readonly marketplace_offering_plugin_options?: {} | null;
@@ -5911,6 +5914,7 @@ export type PatchedCustomerServiceAccountRequest = {
5911
5914
  description?: string;
5912
5915
  error_traceback?: string;
5913
5916
  email?: string;
5917
+ preferred_identifier?: string;
5914
5918
  customer?: string;
5915
5919
  };
5916
5920
  export type PatchedDigitalOceanDropletRequest = {
@@ -6187,6 +6191,7 @@ export type PatchedProjectServiceAccountRequest = {
6187
6191
  description?: string;
6188
6192
  error_traceback?: string;
6189
6193
  email?: string;
6194
+ preferred_identifier?: string;
6190
6195
  project?: string;
6191
6196
  };
6192
6197
  export type PatchedProposalReviewRequest = {
@@ -6776,7 +6781,8 @@ export type ProjectServiceAccount = {
6776
6781
  error_traceback?: string;
6777
6782
  readonly token: string | null;
6778
6783
  email?: string;
6779
- readonly expiresAt: string | null;
6784
+ readonly expires_at: string | null;
6785
+ preferred_identifier?: string;
6780
6786
  project: string;
6781
6787
  readonly project_uuid: string;
6782
6788
  readonly project_name: string;
@@ -6789,6 +6795,7 @@ export type ProjectServiceAccountRequest = {
6789
6795
  description?: string;
6790
6796
  error_traceback?: string;
6791
6797
  email?: string;
6798
+ preferred_identifier?: string;
6792
6799
  project: string;
6793
6800
  };
6794
6801
  export type ProjectStatsItem = {
@@ -22832,7 +22839,7 @@ export type OpenstackVolumesListData = {
22832
22839
  customer_uuid?: string;
22833
22840
  description?: string;
22834
22841
  external_ip?: string;
22835
- field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'bootable' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'device' | 'error_message' | 'error_traceback' | 'image' | 'image_metadata' | 'image_name' | 'instance' | 'instance_marketplace_uuid' | 'instance_name' | 'is_limit_based' | 'is_usage_based' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'metadata' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'size' | 'source_snapshot' | 'state' | 'tenant' | 'tenant_uuid' | 'type' | 'type_name' | 'url' | 'uuid'>;
22842
+ field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'bootable' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'device' | 'error_message' | 'error_traceback' | 'extend_enabled' | 'image' | 'image_metadata' | 'image_name' | 'instance' | 'instance_marketplace_uuid' | 'instance_name' | 'is_limit_based' | 'is_usage_based' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'metadata' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'size' | 'source_snapshot' | 'state' | 'tenant' | 'tenant_uuid' | 'type' | 'type_name' | 'url' | 'uuid'>;
22836
22843
  instance?: string;
22837
22844
  instance_uuid?: string;
22838
22845
  name?: string;
@@ -22870,7 +22877,7 @@ export type OpenstackVolumesRetrieveData = {
22870
22877
  uuid: string;
22871
22878
  };
22872
22879
  query?: {
22873
- field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'bootable' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'device' | 'error_message' | 'error_traceback' | 'image' | 'image_metadata' | 'image_name' | 'instance' | 'instance_marketplace_uuid' | 'instance_name' | 'is_limit_based' | 'is_usage_based' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'metadata' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'size' | 'source_snapshot' | 'state' | 'tenant' | 'tenant_uuid' | 'type' | 'type_name' | 'url' | 'uuid'>;
22880
+ field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'bootable' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'device' | 'error_message' | 'error_traceback' | 'extend_enabled' | 'image' | 'image_metadata' | 'image_name' | 'instance' | 'instance_marketplace_uuid' | 'instance_name' | 'is_limit_based' | 'is_usage_based' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'metadata' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'size' | 'source_snapshot' | 'state' | 'tenant' | 'tenant_uuid' | 'type' | 'type_name' | 'url' | 'uuid'>;
22874
22881
  };
22875
22882
  url: '/api/openstack-volumes/{uuid}/';
22876
22883
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.79",
3
+ "version": "1.0.4-dev.80",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",