waldur-js-client 7.7.0 → 7.7.1-dev.1
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 +9 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5115,6 +5115,7 @@ export type OpenStackFloatingIp = {
|
|
|
5115
5115
|
* An optional address that maps to floating IP's address
|
|
5116
5116
|
*/
|
|
5117
5117
|
readonly external_address?: string | null;
|
|
5118
|
+
readonly port_fixed_ips?: Array<OpenStackFixedIp>;
|
|
5118
5119
|
readonly instance_uuid?: string | null;
|
|
5119
5120
|
readonly instance_name?: string | null;
|
|
5120
5121
|
readonly instance_url?: string | null;
|
|
@@ -9621,7 +9622,7 @@ export type Rule = {
|
|
|
9621
9622
|
readonly customer_name: string;
|
|
9622
9623
|
readonly customer_uuid: string;
|
|
9623
9624
|
project_role?: string | null;
|
|
9624
|
-
readonly
|
|
9625
|
+
readonly project_role_display_name: string;
|
|
9625
9626
|
readonly project_role_description: string;
|
|
9626
9627
|
plan?: string | null;
|
|
9627
9628
|
plan_attributes?: {
|
|
@@ -9630,6 +9631,11 @@ export type Rule = {
|
|
|
9630
9631
|
plan_limits?: {
|
|
9631
9632
|
[key: string]: unknown;
|
|
9632
9633
|
};
|
|
9634
|
+
readonly plan_name: string;
|
|
9635
|
+
readonly offering_name: string;
|
|
9636
|
+
readonly offering_uuid: string;
|
|
9637
|
+
readonly category_title: string;
|
|
9638
|
+
readonly category_url: string;
|
|
9633
9639
|
};
|
|
9634
9640
|
export type RuleRequest = {
|
|
9635
9641
|
name: string;
|
|
@@ -22609,7 +22615,7 @@ export type OpenstackFloatingIpsListData = {
|
|
|
22609
22615
|
customer_uuid?: string;
|
|
22610
22616
|
description?: string;
|
|
22611
22617
|
external_ip?: string;
|
|
22612
|
-
field?: Array<'access_url' | 'address' | 'backend_id' | 'backend_network_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'external_address' | 'instance_name' | 'instance_url' | 'instance_uuid' | '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' | 'port' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
22618
|
+
field?: Array<'access_url' | 'address' | 'backend_id' | 'backend_network_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'external_address' | 'instance_name' | 'instance_url' | 'instance_uuid' | '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' | 'port' | 'port_fixed_ips' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
22613
22619
|
free?: boolean;
|
|
22614
22620
|
name?: string;
|
|
22615
22621
|
name_exact?: string;
|
|
@@ -22659,7 +22665,7 @@ export type OpenstackFloatingIpsRetrieveData = {
|
|
|
22659
22665
|
uuid: string;
|
|
22660
22666
|
};
|
|
22661
22667
|
query?: {
|
|
22662
|
-
field?: Array<'access_url' | 'address' | 'backend_id' | 'backend_network_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'external_address' | 'instance_name' | 'instance_url' | 'instance_uuid' | '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' | 'port' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
22668
|
+
field?: Array<'access_url' | 'address' | 'backend_id' | 'backend_network_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'external_address' | 'instance_name' | 'instance_url' | 'instance_uuid' | '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' | 'port' | 'port_fixed_ips' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
22663
22669
|
};
|
|
22664
22670
|
url: '/api/openstack-floating-ips/{uuid}/';
|
|
22665
22671
|
};
|