waldur-js-client 1.0.4-dev.66 → 1.0.4-dev.67
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 +4 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -21353,7 +21353,10 @@ export type OpenstackPortsListData = {
|
|
|
21353
21353
|
body?: never;
|
|
21354
21354
|
path?: never;
|
|
21355
21355
|
query?: {
|
|
21356
|
+
admin_state_up?: string;
|
|
21357
|
+
backend_id?: string;
|
|
21356
21358
|
field?: Array<'access_url' | 'admin_state_up' | 'allowed_address_pairs' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'device_id' | 'device_owner' | 'error_message' | 'error_traceback' | 'fixed_ips' | 'floating_ips' | 'is_limit_based' | 'is_usage_based' | 'mac_address' | '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' | 'network' | 'network_name' | 'network_uuid' | 'port_security_enabled' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'status' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
21359
|
+
mac_address?: string;
|
|
21357
21360
|
name?: string;
|
|
21358
21361
|
name_exact?: string;
|
|
21359
21362
|
/**
|
|
@@ -21371,6 +21374,7 @@ export type OpenstackPortsListData = {
|
|
|
21371
21374
|
*/
|
|
21372
21375
|
page_size?: number;
|
|
21373
21376
|
query?: string;
|
|
21377
|
+
status?: string;
|
|
21374
21378
|
tenant?: string;
|
|
21375
21379
|
tenant_uuid?: string;
|
|
21376
21380
|
};
|