waldur-js-client 7.7.7-dev.7 → 7.7.7-dev.8
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 +28 -9
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2639,6 +2639,7 @@ export type GoogleCredentials = {
|
|
|
2639
2639
|
readonly uuid?: string;
|
|
2640
2640
|
readonly created?: string;
|
|
2641
2641
|
description?: string;
|
|
2642
|
+
enable_notifications?: boolean;
|
|
2642
2643
|
customer?: string;
|
|
2643
2644
|
readonly customer_name?: string;
|
|
2644
2645
|
readonly customer_uuid?: string;
|
|
@@ -6502,6 +6503,7 @@ export type OpenStackTenant = {
|
|
|
6502
6503
|
* ID of tenant in the OpenStack backend
|
|
6503
6504
|
*/
|
|
6504
6505
|
readonly backend_id?: string | null;
|
|
6506
|
+
readonly access_url?: string | null;
|
|
6505
6507
|
/**
|
|
6506
6508
|
* Optional availability group. Will be used for all instances provisioned in this tenant
|
|
6507
6509
|
*/
|
|
@@ -6514,6 +6516,14 @@ export type OpenStackTenant = {
|
|
|
6514
6516
|
* ID of external network connected to OpenStack tenant
|
|
6515
6517
|
*/
|
|
6516
6518
|
readonly external_network_id?: string;
|
|
6519
|
+
/**
|
|
6520
|
+
* Username of the tenant user
|
|
6521
|
+
*/
|
|
6522
|
+
user_username?: string;
|
|
6523
|
+
/**
|
|
6524
|
+
* Password of the tenant user
|
|
6525
|
+
*/
|
|
6526
|
+
user_password?: string;
|
|
6517
6527
|
readonly quotas?: Array<Quota>;
|
|
6518
6528
|
/**
|
|
6519
6529
|
* Volume type name to use when creating volumes.
|
|
@@ -10911,6 +10921,7 @@ export type ServiceProvider = {
|
|
|
10911
10921
|
readonly uuid?: string;
|
|
10912
10922
|
readonly created?: string;
|
|
10913
10923
|
description?: string;
|
|
10924
|
+
enable_notifications?: boolean;
|
|
10914
10925
|
customer?: string;
|
|
10915
10926
|
readonly customer_name?: string;
|
|
10916
10927
|
readonly customer_uuid?: string;
|
|
@@ -11881,6 +11892,14 @@ export type AzureSqlServerCreateOrderAttributes = {
|
|
|
11881
11892
|
export type OpenStackTenantCreateOrderAttributes = {
|
|
11882
11893
|
name: string;
|
|
11883
11894
|
description?: string;
|
|
11895
|
+
/**
|
|
11896
|
+
* Username of the tenant user
|
|
11897
|
+
*/
|
|
11898
|
+
user_username?: string;
|
|
11899
|
+
/**
|
|
11900
|
+
* Password of the tenant user
|
|
11901
|
+
*/
|
|
11902
|
+
user_password?: string;
|
|
11884
11903
|
subnet_cidr?: string;
|
|
11885
11904
|
skip_connection_extnet?: boolean;
|
|
11886
11905
|
skip_creation_of_default_router?: boolean;
|
|
@@ -18219,7 +18238,7 @@ export type GoogleAuthListData = {
|
|
|
18219
18238
|
body?: never;
|
|
18220
18239
|
path?: never;
|
|
18221
18240
|
query?: {
|
|
18222
|
-
field?: Array<'calendar_refresh_token' | 'calendar_token' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'google_auth_url' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
18241
|
+
field?: Array<'calendar_refresh_token' | 'calendar_token' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'enable_notifications' | 'google_auth_url' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
18223
18242
|
/**
|
|
18224
18243
|
* has_credentials
|
|
18225
18244
|
*/
|
|
@@ -18270,7 +18289,7 @@ export type GoogleAuthRetrieveData = {
|
|
|
18270
18289
|
uuid: string;
|
|
18271
18290
|
};
|
|
18272
18291
|
query?: {
|
|
18273
|
-
field?: Array<'calendar_refresh_token' | 'calendar_token' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'google_auth_url' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
18292
|
+
field?: Array<'calendar_refresh_token' | 'calendar_token' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'enable_notifications' | 'google_auth_url' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
18274
18293
|
};
|
|
18275
18294
|
url: '/api/google-auth/{uuid}/';
|
|
18276
18295
|
};
|
|
@@ -18284,7 +18303,7 @@ export type GoogleAuthAuthorizeRetrieveData = {
|
|
|
18284
18303
|
uuid: string;
|
|
18285
18304
|
};
|
|
18286
18305
|
query?: {
|
|
18287
|
-
field?: Array<'calendar_refresh_token' | 'calendar_token' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'google_auth_url' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
18306
|
+
field?: Array<'calendar_refresh_token' | 'calendar_token' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'enable_notifications' | 'google_auth_url' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
18288
18307
|
};
|
|
18289
18308
|
url: '/api/google-auth/{uuid}/authorize/';
|
|
18290
18309
|
};
|
|
@@ -22930,7 +22949,7 @@ export type MarketplaceOrdersListData = {
|
|
|
22930
22949
|
*/
|
|
22931
22950
|
created?: string;
|
|
22932
22951
|
customer_uuid?: string;
|
|
22933
|
-
field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_uuid' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
|
|
22952
|
+
field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_uuid' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
|
|
22934
22953
|
/**
|
|
22935
22954
|
* Modified after
|
|
22936
22955
|
*/
|
|
@@ -23064,7 +23083,7 @@ export type MarketplaceOrdersRetrieveData = {
|
|
|
23064
23083
|
uuid: string;
|
|
23065
23084
|
};
|
|
23066
23085
|
query?: {
|
|
23067
|
-
field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_uuid' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
|
|
23086
|
+
field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'old_cost_estimate' | 'old_plan_name' | 'old_plan_uuid' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_uuid' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
|
|
23068
23087
|
};
|
|
23069
23088
|
url: '/api/marketplace-orders/{uuid}/';
|
|
23070
23089
|
};
|
|
@@ -27115,7 +27134,7 @@ export type MarketplaceServiceProvidersListData = {
|
|
|
27115
27134
|
customer?: string;
|
|
27116
27135
|
customer_keyword?: string;
|
|
27117
27136
|
customer_uuid?: string;
|
|
27118
|
-
field?: Array<'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
27137
|
+
field?: Array<'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'enable_notifications' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
27119
27138
|
/**
|
|
27120
27139
|
* Ordering
|
|
27121
27140
|
*
|
|
@@ -27770,7 +27789,7 @@ export type MarketplaceServiceProvidersRetrieveData = {
|
|
|
27770
27789
|
uuid: string;
|
|
27771
27790
|
};
|
|
27772
27791
|
query?: {
|
|
27773
|
-
field?: Array<'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
27792
|
+
field?: Array<'created' | 'customer' | 'customer_abbreviation' | 'customer_country' | 'customer_image' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'enable_notifications' | 'image' | 'offering_count' | 'organization_groups' | 'url' | 'uuid'>;
|
|
27774
27793
|
};
|
|
27775
27794
|
url: '/api/marketplace-service-providers/{uuid}/';
|
|
27776
27795
|
};
|
|
@@ -32035,7 +32054,7 @@ export type OpenstackTenantsListData = {
|
|
|
32035
32054
|
customer_uuid?: string;
|
|
32036
32055
|
description?: string;
|
|
32037
32056
|
external_ip?: string;
|
|
32038
|
-
field?: Array<'availability_zone' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'default_volume_type_name' | 'description' | 'error_message' | 'error_traceback' | 'external_network_id' | 'internal_network_id' | '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' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_type' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'subnet_cidr' | 'url' | 'uuid'>;
|
|
32057
|
+
field?: Array<'access_url' | 'availability_zone' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'default_volume_type_name' | 'description' | 'error_message' | 'error_traceback' | 'external_network_id' | 'internal_network_id' | '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' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_type' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'subnet_cidr' | 'url' | 'user_password' | 'user_username' | 'uuid'>;
|
|
32039
32058
|
name?: string;
|
|
32040
32059
|
name_exact?: string;
|
|
32041
32060
|
/**
|
|
@@ -32133,7 +32152,7 @@ export type OpenstackTenantsRetrieveData = {
|
|
|
32133
32152
|
uuid: string;
|
|
32134
32153
|
};
|
|
32135
32154
|
query?: {
|
|
32136
|
-
field?: Array<'availability_zone' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'default_volume_type_name' | 'description' | 'error_message' | 'error_traceback' | 'external_network_id' | 'internal_network_id' | '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' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_type' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'subnet_cidr' | 'url' | 'uuid'>;
|
|
32155
|
+
field?: Array<'access_url' | 'availability_zone' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'default_volume_type_name' | 'description' | 'error_message' | 'error_traceback' | 'external_network_id' | 'internal_network_id' | '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' | 'modified' | 'name' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_type' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'subnet_cidr' | 'url' | 'user_password' | 'user_username' | 'uuid'>;
|
|
32137
32156
|
};
|
|
32138
32157
|
url: '/api/openstack-tenants/{uuid}/';
|
|
32139
32158
|
};
|