waldur-js-client 7.8.7-dev.0 → 7.8.7-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.
- package/dist/types.gen.d.ts +115 -32
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2780,6 +2780,14 @@ export type Event = {
|
|
|
2780
2780
|
readonly context?: unknown;
|
|
2781
2781
|
};
|
|
2782
2782
|
export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'offering_accounting' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users' | 'terms_of_service';
|
|
2783
|
+
export type EventMetadataResponse = {
|
|
2784
|
+
/**
|
|
2785
|
+
* Map of event group keys to lists of event type enums
|
|
2786
|
+
*/
|
|
2787
|
+
event_groups: {
|
|
2788
|
+
[key: string]: Array<'access_subnet_creation_succeeded' | 'access_subnet_deletion_succeeded' | 'access_subnet_update_succeeded' | 'allowed_offerings_have_been_updated' | 'attachment_created' | 'attachment_deleted' | 'attachment_updated' | 'auth_logged_in_with_saml2' | 'auth_logged_in_with_username' | 'auth_logged_in_with_oauth' | 'auth_logged_out' | 'auth_logged_out_with_saml2' | 'auth_login_failed_with_username' | 'block_creation_of_new_resources' | 'block_modification_of_existing_resources' | 'call_document_added' | 'call_document_removed' | 'create_of_credit_by_staff' | 'custom_notification' | 'customer_creation_succeeded' | 'customer_deletion_succeeded' | 'customer_update_succeeded' | 'customer_permission_review_created' | 'customer_permission_review_closed' | 'droplet_resize_scheduled' | 'droplet_resize_succeeded' | 'freeipa_profile_created' | 'freeipa_profile_deleted' | 'freeipa_profile_disabled' | 'freeipa_profile_enabled' | 'invoice_canceled' | 'invoice_created' | 'invoice_item_created' | 'invoice_item_deleted' | 'invoice_item_updated' | 'invoice_paid' | 'issue_creation_succeeded' | 'issue_deletion_succeeded' | 'issue_update_succeeded' | 'marketplace_offering_component_created' | 'marketplace_offering_component_deleted' | 'marketplace_offering_component_updated' | 'marketplace_offering_created' | 'marketplace_offering_role_created' | 'marketplace_offering_role_deleted' | 'marketplace_offering_role_updated' | 'marketplace_offering_updated' | 'marketplace_offering_user_created' | 'marketplace_offering_user_updated' | 'marketplace_offering_user_deleted' | 'marketplace_offering_user_restriction_updated' | 'marketplace_order_approved' | 'marketplace_order_completed' | 'marketplace_order_created' | 'marketplace_order_failed' | 'marketplace_order_rejected' | 'marketplace_order_terminated' | 'marketplace_order_unlinked' | 'marketplace_plan_archived' | 'marketplace_plan_component_current_price_updated' | 'marketplace_plan_component_future_price_updated' | 'marketplace_plan_component_quota_updated' | 'marketplace_plan_created' | 'marketplace_plan_updated' | 'marketplace_plan_deleted' | 'marketplace_resource_create_canceled' | 'marketplace_resource_create_failed' | 'marketplace_resource_create_requested' | 'marketplace_resource_create_succeeded' | 'marketplace_resource_downscaled' | 'marketplace_resource_erred_on_backend' | 'marketplace_resource_paused' | 'marketplace_resource_terminate_canceled' | 'marketplace_resource_terminate_failed' | 'marketplace_resource_terminate_requested' | 'marketplace_resource_terminate_succeeded' | 'marketplace_resource_unlinked' | 'marketplace_resource_update_canceled' | 'marketplace_resource_update_end_date_succeeded' | 'marketplace_resource_update_failed' | 'marketplace_resource_update_limits_failed' | 'marketplace_resource_update_limits_succeeded' | 'marketplace_resource_update_requested' | 'marketplace_resource_update_succeeded' | 'marketplace_resource_user_created' | 'marketplace_resource_user_deleted' | 'notify_external_user' | 'notify_organization_owners' | 'notify_project_team' | 'openstack_floating_ip_attached' | 'openstack_floating_ip_connected' | 'openstack_floating_ip_description_updated' | 'openstack_floating_ip_detached' | 'openstack_floating_ip_disconnected' | 'openstack_network_cleaned' | 'openstack_network_created' | 'openstack_network_deleted' | 'openstack_network_imported' | 'openstack_network_pulled' | 'openstack_network_updated' | 'openstack_port_cleaned' | 'openstack_port_created' | 'openstack_port_deleted' | 'openstack_port_imported' | 'openstack_port_pulled' | 'openstack_port_updated' | 'openstack_router_updated' | 'openstack_security_group_cleaned' | 'openstack_security_group_created' | 'openstack_security_group_deleted' | 'openstack_security_group_imported' | 'openstack_security_group_pulled' | 'openstack_security_group_rule_cleaned' | 'openstack_security_group_rule_created' | 'openstack_security_group_rule_deleted' | 'openstack_security_group_rule_imported' | 'openstack_security_group_rule_updated' | 'openstack_security_group_updated' | 'openstack_security_group_added_remotely' | 'openstack_security_group_removed_remotely' | 'openstack_security_group_added_locally' | 'openstack_security_group_removed_locally' | 'openstack_server_group_cleaned' | 'openstack_server_group_created' | 'openstack_server_group_deleted' | 'openstack_server_group_imported' | 'openstack_server_group_pulled' | 'openstack_subnet_cleaned' | 'openstack_subnet_created' | 'openstack_subnet_deleted' | 'openstack_subnet_imported' | 'openstack_subnet_pulled' | 'openstack_subnet_updated' | 'openstack_tenant_quota_limit_updated' | 'payment_added' | 'payment_created' | 'payment_removed' | 'policy_notification' | 'project_creation_succeeded' | 'project_deletion_succeeded' | 'project_deletion_triggered' | 'project_update_request_approved' | 'project_update_request_created' | 'project_update_request_rejected' | 'project_update_succeeded' | 'project_permission_review_created' | 'project_permission_review_closed' | 'proposal_canceled' | 'proposal_document_added' | 'proposal_document_removed' | 'query_executed' | 'reduction_of_customer_credit' | 'reduction_of_customer_credit_due_to_minimal_consumption' | 'reduction_of_customer_expected_consumption' | 'reduction_of_project_credit' | 'reduction_of_project_credit_due_to_minimal_consumption' | 'reduction_of_project_expected_consumption' | 'request_downscaling' | 'request_pausing' | 'resource_assign_floating_ip_failed' | 'resource_assign_floating_ip_scheduled' | 'resource_assign_floating_ip_succeeded' | 'resource_attach_failed' | 'resource_attach_scheduled' | 'resource_attach_succeeded' | 'resource_backup_creation_failed' | 'resource_backup_creation_scheduled' | 'resource_backup_creation_succeeded' | 'resource_backup_deletion_failed' | 'resource_backup_deletion_scheduled' | 'resource_backup_deletion_succeeded' | 'resource_backup_restoration_failed' | 'resource_backup_restoration_scheduled' | 'resource_backup_restoration_succeeded' | 'resource_change_flavor_failed' | 'resource_change_flavor_scheduled' | 'resource_change_flavor_succeeded' | 'resource_creation_failed' | 'resource_creation_scheduled' | 'resource_creation_succeeded' | 'resource_deletion_failed' | 'resource_deletion_scheduled' | 'resource_deletion_succeeded' | 'resource_detach_failed' | 'resource_detach_scheduled' | 'resource_detach_succeeded' | 'resource_extend_failed' | 'resource_extend_scheduled' | 'resource_extend_succeeded' | 'resource_extend_volume_failed' | 'resource_extend_volume_scheduled' | 'resource_extend_volume_succeeded' | 'resource_import_succeeded' | 'resource_pull_failed' | 'resource_pull_scheduled' | 'resource_pull_succeeded' | 'resource_restart_failed' | 'resource_restart_scheduled' | 'resource_restart_succeeded' | 'resource_retype_failed' | 'resource_retype_scheduled' | 'resource_retype_succeeded' | 'resource_robot_account_created' | 'resource_robot_account_deleted' | 'resource_robot_account_state_changed' | 'resource_robot_account_updated' | 'resource_start_failed' | 'resource_start_scheduled' | 'resource_start_succeeded' | 'resource_stop_failed' | 'resource_stop_scheduled' | 'resource_stop_succeeded' | 'resource_unassign_floating_ip_failed' | 'resource_unassign_floating_ip_scheduled' | 'resource_unassign_floating_ip_succeeded' | 'resource_update_allowed_address_pairs_failed' | 'resource_update_allowed_address_pairs_scheduled' | 'resource_update_allowed_address_pairs_succeeded' | 'resource_update_floating_ips_failed' | 'resource_update_floating_ips_scheduled' | 'resource_update_floating_ips_succeeded' | 'resource_update_ports_failed' | 'resource_update_ports_scheduled' | 'resource_update_ports_succeeded' | 'resource_update_security_groups_failed' | 'resource_update_security_groups_scheduled' | 'resource_update_security_groups_succeeded' | 'resource_update_succeeded' | 'restrict_members' | 'review_canceled' | 'role_granted' | 'role_revoked' | 'role_updated' | 'roll_back_customer_credit' | 'roll_back_project_credit' | 'service_account_created' | 'service_account_deleted' | 'service_account_updated' | 'set_to_zero_overdue_credit' | 'ssh_key_creation_succeeded' | 'ssh_key_deletion_succeeded' | 'terminate_resources' | 'token_created' | 'token_lifetime_updated' | 'update_of_credit_by_staff' | 'automatic_credit_adjustment' | 'user_activated' | 'user_creation_succeeded' | 'user_deactivated' | 'user_deactivated_no_roles' | 'user_deletion_succeeded' | 'user_details_update_succeeded' | 'user_has_been_created_by_staff' | 'user_password_updated' | 'user_password_updated_by_staff' | 'user_update_succeeded' | 'terms_of_service_consent_granted' | 'terms_of_service_consent_revoked'>;
|
|
2789
|
+
};
|
|
2790
|
+
};
|
|
2783
2791
|
export type EventStats = {
|
|
2784
2792
|
readonly year: number;
|
|
2785
2793
|
readonly month: number;
|
|
@@ -2826,6 +2834,22 @@ export type ExternalLinkRequest = {
|
|
|
2826
2834
|
link: string;
|
|
2827
2835
|
image?: (Blob | File) | null;
|
|
2828
2836
|
};
|
|
2837
|
+
export type FeatureMetadataResponse = {
|
|
2838
|
+
/**
|
|
2839
|
+
* List of feature sections with descriptions
|
|
2840
|
+
*/
|
|
2841
|
+
features: Array<{
|
|
2842
|
+
[key: string]: unknown;
|
|
2843
|
+
}>;
|
|
2844
|
+
/**
|
|
2845
|
+
* Nested feature enum values by section
|
|
2846
|
+
*/
|
|
2847
|
+
feature_enums: {
|
|
2848
|
+
[key: string]: {
|
|
2849
|
+
[key: string]: string;
|
|
2850
|
+
};
|
|
2851
|
+
};
|
|
2852
|
+
};
|
|
2829
2853
|
export type Feedback = {
|
|
2830
2854
|
readonly uuid: string;
|
|
2831
2855
|
readonly created: string;
|
|
@@ -6675,6 +6699,10 @@ export type OpenStackCreatePortRequest = {
|
|
|
6675
6699
|
*/
|
|
6676
6700
|
subnet?: string | null;
|
|
6677
6701
|
port?: string;
|
|
6702
|
+
/**
|
|
6703
|
+
* Target tenant for port creation. If not specified, uses subnet's tenant.
|
|
6704
|
+
*/
|
|
6705
|
+
tenant?: string;
|
|
6678
6706
|
};
|
|
6679
6707
|
export type OpenStackFixedIp = {
|
|
6680
6708
|
/**
|
|
@@ -7317,6 +7345,10 @@ export type OpenStackPortRequest = {
|
|
|
7317
7345
|
*/
|
|
7318
7346
|
mac_address?: string;
|
|
7319
7347
|
allowed_address_pairs?: Array<OpenStackAllowedAddressPairRequest>;
|
|
7348
|
+
/**
|
|
7349
|
+
* Target tenant for shared network port creation. If not specified, defaults to network's tenant.
|
|
7350
|
+
*/
|
|
7351
|
+
target_tenant?: string;
|
|
7320
7352
|
/**
|
|
7321
7353
|
* Network to which this port belongs
|
|
7322
7354
|
*/
|
|
@@ -8988,6 +9020,10 @@ export type PatchedOpenStackNetworkRequest = {
|
|
|
8988
9020
|
export type PatchedOpenStackPortRequest = {
|
|
8989
9021
|
name?: string;
|
|
8990
9022
|
description?: string;
|
|
9023
|
+
/**
|
|
9024
|
+
* Target tenant for shared network port creation. If not specified, defaults to network's tenant.
|
|
9025
|
+
*/
|
|
9026
|
+
target_tenant?: string;
|
|
8991
9027
|
security_groups?: Array<OpenStackPortNestedSecurityGroupRequest>;
|
|
8992
9028
|
};
|
|
8993
9029
|
export type PatchedOpenStackSecurityGroupUpdateRequest = {
|
|
@@ -9436,7 +9472,8 @@ export type PatchedRuleRequest = {
|
|
|
9436
9472
|
name?: string;
|
|
9437
9473
|
user_affiliations?: Array<string>;
|
|
9438
9474
|
user_email_patterns?: Array<string>;
|
|
9439
|
-
customer?: string;
|
|
9475
|
+
customer?: string | null;
|
|
9476
|
+
use_user_organization_as_customer_name?: boolean;
|
|
9440
9477
|
project_role?: string | null;
|
|
9441
9478
|
project_role_name?: string | null;
|
|
9442
9479
|
plan?: string | null;
|
|
@@ -9639,6 +9676,32 @@ export type Permission = {
|
|
|
9639
9676
|
readonly customer_uuid?: string;
|
|
9640
9677
|
readonly customer_name?: string;
|
|
9641
9678
|
};
|
|
9679
|
+
export type PermissionMetadataResponse = {
|
|
9680
|
+
/**
|
|
9681
|
+
* Map of role keys to role enum values
|
|
9682
|
+
*/
|
|
9683
|
+
roles: {
|
|
9684
|
+
[key: string]: 'CUSTOMER.OWNER' | 'CUSTOMER.SUPPORT' | 'CUSTOMER.MANAGER' | 'PROJECT.ADMIN' | 'PROJECT.MANAGER' | 'PROJECT.MEMBER' | 'OFFERING.MANAGER' | 'CALL.REVIEWER' | 'CALL.MANAGER' | 'PROPOSAL.MEMBER' | 'PROPOSAL.MANAGER';
|
|
9685
|
+
};
|
|
9686
|
+
/**
|
|
9687
|
+
* Map of permission keys to permission enum values
|
|
9688
|
+
*/
|
|
9689
|
+
permissions: {
|
|
9690
|
+
[key: string]: 'SERVICE_PROVIDER.REGISTER' | 'OFFERING.CREATE' | 'OFFERING.DELETE' | 'OFFERING.UPDATE_THUMBNAIL' | 'OFFERING.UPDATE' | 'OFFERING.UPDATE_ATTRIBUTES' | 'OFFERING.UPDATE_LOCATION' | 'OFFERING.UPDATE_DESCRIPTION' | 'OFFERING.UPDATE_OPTIONS' | 'OFFERING.UPDATE_INTEGRATION' | 'OFFERING.ADD_ENDPOINT' | 'OFFERING.DELETE_ENDPOINT' | 'OFFERING.UPDATE_COMPONENTS' | 'OFFERING.PAUSE' | 'OFFERING.UNPAUSE' | 'OFFERING.ARCHIVE' | 'OFFERING.DRY_RUN_SCRIPT' | 'OFFERING.MANAGE_CAMPAIGN' | 'OFFERING.MANAGE_USER_GROUP' | 'OFFERING.CREATE_PLAN' | 'OFFERING.UPDATE_PLAN' | 'OFFERING.ARCHIVE_PLAN' | 'OFFERING.CREATE_SCREENSHOT' | 'OFFERING.UPDATE_SCREENSHOT' | 'OFFERING.DELETE_SCREENSHOT' | 'OFFERING.CREATE_USER' | 'OFFERING.UPDATE_USER' | 'OFFERING.DELETE_USER' | 'OFFERING.MANAGE_USER_ROLE' | 'RESOURCE.CREATE_ROBOT_ACCOUNT' | 'RESOURCE.UPDATE_ROBOT_ACCOUNT' | 'RESOURCE.DELETE_ROBOT_ACCOUNT' | 'ORDER.LIST' | 'ORDER.APPROVE_PRIVATE' | 'ORDER.APPROVE' | 'ORDER.REJECT' | 'ORDER.DESTROY' | 'ORDER.CANCEL' | 'RESOURCE.LIST' | 'RESOURCE.UPDATE' | 'RESOURCE.TERMINATE' | 'RESOURCE.LIST_IMPORTABLE' | 'RESOURCE.SET_END_DATE' | 'RESOURCE.SET_USAGE' | 'RESOURCE.SET_PLAN' | 'RESOURCE.SET_LIMITS' | 'RESOURCE.SET_BACKEND_ID' | 'RESOURCE.SUBMIT_REPORT' | 'RESOURCE.SET_BACKEND_METADATA' | 'RESOURCE.SET_STATE' | 'RESOURCE.UPDATE_OPTIONS' | 'RESOURCE.ACCEPT_BOOKING_REQUEST' | 'RESOURCE.REJECT_BOOKING_REQUEST' | 'RESOURCE.MANAGE_USERS' | 'RESOURCE.CONSUMPTION_LIMITATION' | 'OFFERING.MANAGE_BACKEND_RESOURCES' | 'SERVICE_PROVIDER.GET_API_SECRET_CODE' | 'SERVICE_PROVIDER.GENERATE_API_SECRET_CODE' | 'SERVICE_PROVIDER.LIST_CUSTOMERS' | 'SERVICE_PROVIDER.LIST_CUSTOMER_PROJECTS' | 'SERVICE_PROVIDER.LIST_PROJECTS' | 'SERVICE_PROVIDER.LIST_PROJECT_PERMISSIONS' | 'SERVICE_PROVIDER.LIST_KEYS' | 'SERVICE_PROVIDER.LIST_USERS' | 'SERVICE_PROVIDER.LIST_USER_CUSTOMERS' | 'SERVICE_PROVIDER.LIST_SERVICE_ACCOUNTS' | 'SERVICE_PROVIDER.LIST_COURSE_ACCOUNTS' | 'SERVICE_PROVIDER.SET_OFFERINGS_USERNAME' | 'SERVICE_PROVIDER.GET_STATISTICS' | 'SERVICE_PROVIDER.GET_REVENUE' | 'SERVICE_PROVIDER.GET_ROBOT_ACCOUNT_CUSTOMERS' | 'SERVICE_PROVIDER.GET_ROBOT_ACCOUNT_PROJECTS' | 'PROJECT.CREATE_PERMISSION' | 'CUSTOMER.CREATE_PERMISSION' | 'OFFERING.CREATE_PERMISSION' | 'CALL.CREATE_PERMISSION' | 'PROPOSAL.MANAGE' | 'PROPOSAL.MANAGE_REVIEW' | 'PROJECT.UPDATE_PERMISSION' | 'CUSTOMER.UPDATE_PERMISSION' | 'OFFERING.UPDATE_PERMISSION' | 'CALL.UPDATE_PERMISSION' | 'PROPOSAL.UPDATE_PERMISSION' | 'PROJECT.DELETE_PERMISSION' | 'CUSTOMER.DELETE_PERMISSION' | 'OFFERING.DELETE_PERMISSION' | 'CALL.DELETE_PERMISSION' | 'PROPOSAL.DELETE_PERMISSION' | 'LEXIS_LINK.CREATE' | 'LEXIS_LINK.DELETE' | 'PROJECT.LIST' | 'PROJECT.CREATE' | 'PROJECT.DELETE' | 'PROJECT.UPDATE' | 'PROJECT.UPDATE_METADATA' | 'PROJECT.REVIEW_MEMBERSHIP' | 'CUSTOMER.UPDATE' | 'CUSTOMER.LIST_USERS' | 'OFFERING.ACCEPT_CALL_REQUEST' | 'CALL.APPROVE_AND_REJECT_PROPOSALS' | 'CALL.CLOSE_ROUNDS' | 'ACCESS_SUBNET.CREATE' | 'ACCESS_SUBNET.UPDATE' | 'ACCESS_SUBNET.DELETE' | 'OFFERINGUSER.UPDATE_RESTRICTION' | 'INVITATION.LIST' | 'CUSTOMER.LIST_PERMISSION_REVIEWS' | 'CALL.LIST' | 'CALL.CREATE' | 'CALL.UPDATE' | 'ROUND.LIST' | 'PROPOSAL.LIST' | 'SERVICE_ACCOUNT.MANAGE' | 'PROJECT.COURSE_ACCOUNT_MANAGE' | 'SERVICE_PROVIDER.OPENSTACK_IMAGE_MANAGEMENT' | 'OPENSTACK_INSTANCE.CONSOLE_ACCESS' | 'OPENSTACK_INSTANCE.MANAGE_POWER' | 'OPENSTACK_INSTANCE.MANAGE';
|
|
9691
|
+
};
|
|
9692
|
+
/**
|
|
9693
|
+
* Map of resource types to create permission enums
|
|
9694
|
+
*/
|
|
9695
|
+
permission_map: {
|
|
9696
|
+
[key: string]: 'SERVICE_PROVIDER.REGISTER' | 'OFFERING.CREATE' | 'OFFERING.DELETE' | 'OFFERING.UPDATE_THUMBNAIL' | 'OFFERING.UPDATE' | 'OFFERING.UPDATE_ATTRIBUTES' | 'OFFERING.UPDATE_LOCATION' | 'OFFERING.UPDATE_DESCRIPTION' | 'OFFERING.UPDATE_OPTIONS' | 'OFFERING.UPDATE_INTEGRATION' | 'OFFERING.ADD_ENDPOINT' | 'OFFERING.DELETE_ENDPOINT' | 'OFFERING.UPDATE_COMPONENTS' | 'OFFERING.PAUSE' | 'OFFERING.UNPAUSE' | 'OFFERING.ARCHIVE' | 'OFFERING.DRY_RUN_SCRIPT' | 'OFFERING.MANAGE_CAMPAIGN' | 'OFFERING.MANAGE_USER_GROUP' | 'OFFERING.CREATE_PLAN' | 'OFFERING.UPDATE_PLAN' | 'OFFERING.ARCHIVE_PLAN' | 'OFFERING.CREATE_SCREENSHOT' | 'OFFERING.UPDATE_SCREENSHOT' | 'OFFERING.DELETE_SCREENSHOT' | 'OFFERING.CREATE_USER' | 'OFFERING.UPDATE_USER' | 'OFFERING.DELETE_USER' | 'OFFERING.MANAGE_USER_ROLE' | 'RESOURCE.CREATE_ROBOT_ACCOUNT' | 'RESOURCE.UPDATE_ROBOT_ACCOUNT' | 'RESOURCE.DELETE_ROBOT_ACCOUNT' | 'ORDER.LIST' | 'ORDER.APPROVE_PRIVATE' | 'ORDER.APPROVE' | 'ORDER.REJECT' | 'ORDER.DESTROY' | 'ORDER.CANCEL' | 'RESOURCE.LIST' | 'RESOURCE.UPDATE' | 'RESOURCE.TERMINATE' | 'RESOURCE.LIST_IMPORTABLE' | 'RESOURCE.SET_END_DATE' | 'RESOURCE.SET_USAGE' | 'RESOURCE.SET_PLAN' | 'RESOURCE.SET_LIMITS' | 'RESOURCE.SET_BACKEND_ID' | 'RESOURCE.SUBMIT_REPORT' | 'RESOURCE.SET_BACKEND_METADATA' | 'RESOURCE.SET_STATE' | 'RESOURCE.UPDATE_OPTIONS' | 'RESOURCE.ACCEPT_BOOKING_REQUEST' | 'RESOURCE.REJECT_BOOKING_REQUEST' | 'RESOURCE.MANAGE_USERS' | 'RESOURCE.CONSUMPTION_LIMITATION' | 'OFFERING.MANAGE_BACKEND_RESOURCES' | 'SERVICE_PROVIDER.GET_API_SECRET_CODE' | 'SERVICE_PROVIDER.GENERATE_API_SECRET_CODE' | 'SERVICE_PROVIDER.LIST_CUSTOMERS' | 'SERVICE_PROVIDER.LIST_CUSTOMER_PROJECTS' | 'SERVICE_PROVIDER.LIST_PROJECTS' | 'SERVICE_PROVIDER.LIST_PROJECT_PERMISSIONS' | 'SERVICE_PROVIDER.LIST_KEYS' | 'SERVICE_PROVIDER.LIST_USERS' | 'SERVICE_PROVIDER.LIST_USER_CUSTOMERS' | 'SERVICE_PROVIDER.LIST_SERVICE_ACCOUNTS' | 'SERVICE_PROVIDER.LIST_COURSE_ACCOUNTS' | 'SERVICE_PROVIDER.SET_OFFERINGS_USERNAME' | 'SERVICE_PROVIDER.GET_STATISTICS' | 'SERVICE_PROVIDER.GET_REVENUE' | 'SERVICE_PROVIDER.GET_ROBOT_ACCOUNT_CUSTOMERS' | 'SERVICE_PROVIDER.GET_ROBOT_ACCOUNT_PROJECTS' | 'PROJECT.CREATE_PERMISSION' | 'CUSTOMER.CREATE_PERMISSION' | 'OFFERING.CREATE_PERMISSION' | 'CALL.CREATE_PERMISSION' | 'PROPOSAL.MANAGE' | 'PROPOSAL.MANAGE_REVIEW' | 'PROJECT.UPDATE_PERMISSION' | 'CUSTOMER.UPDATE_PERMISSION' | 'OFFERING.UPDATE_PERMISSION' | 'CALL.UPDATE_PERMISSION' | 'PROPOSAL.UPDATE_PERMISSION' | 'PROJECT.DELETE_PERMISSION' | 'CUSTOMER.DELETE_PERMISSION' | 'OFFERING.DELETE_PERMISSION' | 'CALL.DELETE_PERMISSION' | 'PROPOSAL.DELETE_PERMISSION' | 'LEXIS_LINK.CREATE' | 'LEXIS_LINK.DELETE' | 'PROJECT.LIST' | 'PROJECT.CREATE' | 'PROJECT.DELETE' | 'PROJECT.UPDATE' | 'PROJECT.UPDATE_METADATA' | 'PROJECT.REVIEW_MEMBERSHIP' | 'CUSTOMER.UPDATE' | 'CUSTOMER.LIST_USERS' | 'OFFERING.ACCEPT_CALL_REQUEST' | 'CALL.APPROVE_AND_REJECT_PROPOSALS' | 'CALL.CLOSE_ROUNDS' | 'ACCESS_SUBNET.CREATE' | 'ACCESS_SUBNET.UPDATE' | 'ACCESS_SUBNET.DELETE' | 'OFFERINGUSER.UPDATE_RESTRICTION' | 'INVITATION.LIST' | 'CUSTOMER.LIST_PERMISSION_REVIEWS' | 'CALL.LIST' | 'CALL.CREATE' | 'CALL.UPDATE' | 'ROUND.LIST' | 'PROPOSAL.LIST' | 'SERVICE_ACCOUNT.MANAGE' | 'PROJECT.COURSE_ACCOUNT_MANAGE' | 'SERVICE_PROVIDER.OPENSTACK_IMAGE_MANAGEMENT' | 'OPENSTACK_INSTANCE.CONSOLE_ACCESS' | 'OPENSTACK_INSTANCE.MANAGE_POWER' | 'OPENSTACK_INSTANCE.MANAGE';
|
|
9697
|
+
};
|
|
9698
|
+
/**
|
|
9699
|
+
* Grouped permission descriptions for UI
|
|
9700
|
+
*/
|
|
9701
|
+
permission_descriptions: Array<{
|
|
9702
|
+
[key: string]: unknown;
|
|
9703
|
+
}>;
|
|
9704
|
+
};
|
|
9642
9705
|
export type PermissionProject = {
|
|
9643
9706
|
readonly url?: string;
|
|
9644
9707
|
readonly uuid?: string;
|
|
@@ -12625,9 +12688,10 @@ export type Rule = {
|
|
|
12625
12688
|
readonly url: string;
|
|
12626
12689
|
user_affiliations?: Array<string>;
|
|
12627
12690
|
user_email_patterns?: Array<string>;
|
|
12628
|
-
customer
|
|
12691
|
+
customer?: string | null;
|
|
12629
12692
|
readonly customer_name: string;
|
|
12630
12693
|
readonly customer_uuid: string;
|
|
12694
|
+
use_user_organization_as_customer_name?: boolean;
|
|
12631
12695
|
project_role?: string | null;
|
|
12632
12696
|
readonly project_role_display_name: string;
|
|
12633
12697
|
readonly project_role_description: string;
|
|
@@ -12648,7 +12712,8 @@ export type RuleRequest = {
|
|
|
12648
12712
|
name: string;
|
|
12649
12713
|
user_affiliations?: Array<string>;
|
|
12650
12714
|
user_email_patterns?: Array<string>;
|
|
12651
|
-
customer
|
|
12715
|
+
customer?: string | null;
|
|
12716
|
+
use_user_organization_as_customer_name?: boolean;
|
|
12652
12717
|
project_role?: string | null;
|
|
12653
12718
|
project_role_name?: string | null;
|
|
12654
12719
|
plan?: string | null;
|
|
@@ -12845,6 +12910,14 @@ export type SetOfferingsUsernameRequest = {
|
|
|
12845
12910
|
user_uuid: string;
|
|
12846
12911
|
username: string;
|
|
12847
12912
|
};
|
|
12913
|
+
export type SettingsMetadataResponse = {
|
|
12914
|
+
/**
|
|
12915
|
+
* List of settings sections with configuration items
|
|
12916
|
+
*/
|
|
12917
|
+
settings: Array<{
|
|
12918
|
+
[key: string]: unknown;
|
|
12919
|
+
}>;
|
|
12920
|
+
};
|
|
12848
12921
|
export type SlurmAllocation = {
|
|
12849
12922
|
readonly url?: string;
|
|
12850
12923
|
readonly uuid?: string;
|
|
@@ -13860,6 +13933,14 @@ export type OpenStackTenantCreateOrderAttributes = {
|
|
|
13860
13933
|
*/
|
|
13861
13934
|
availability_zone?: string;
|
|
13862
13935
|
};
|
|
13936
|
+
export type OpenStackCreateInstancePortRequest = {
|
|
13937
|
+
fixed_ips?: Array<OpenStackFixedIpRequest>;
|
|
13938
|
+
/**
|
|
13939
|
+
* Subnet to which this port belongs
|
|
13940
|
+
*/
|
|
13941
|
+
subnet?: string | null;
|
|
13942
|
+
port?: string;
|
|
13943
|
+
};
|
|
13863
13944
|
export type OpenStackDataVolumeRequest = {
|
|
13864
13945
|
size: number;
|
|
13865
13946
|
volume_type?: string | null;
|
|
@@ -13889,7 +13970,7 @@ export type OpenStackInstanceCreateOrderAttributes = {
|
|
|
13889
13970
|
/**
|
|
13890
13971
|
* Network ports to attach to the instance
|
|
13891
13972
|
*/
|
|
13892
|
-
ports: Array<
|
|
13973
|
+
ports: Array<OpenStackCreateInstancePortRequest>;
|
|
13893
13974
|
/**
|
|
13894
13975
|
* Floating IPs to assign to the instance
|
|
13895
13976
|
*/
|
|
@@ -34116,11 +34197,7 @@ export type MetadataEventsRetrieveData = {
|
|
|
34116
34197
|
url: '/api/metadata/events/';
|
|
34117
34198
|
};
|
|
34118
34199
|
export type MetadataEventsRetrieveResponses = {
|
|
34119
|
-
200:
|
|
34120
|
-
event_groups?: {
|
|
34121
|
-
[key: string]: unknown;
|
|
34122
|
-
};
|
|
34123
|
-
};
|
|
34200
|
+
200: EventMetadataResponse;
|
|
34124
34201
|
};
|
|
34125
34202
|
export type MetadataEventsRetrieveResponse = MetadataEventsRetrieveResponses[keyof MetadataEventsRetrieveResponses];
|
|
34126
34203
|
export type MetadataFeaturesRetrieveData = {
|
|
@@ -34130,12 +34207,7 @@ export type MetadataFeaturesRetrieveData = {
|
|
|
34130
34207
|
url: '/api/metadata/features/';
|
|
34131
34208
|
};
|
|
34132
34209
|
export type MetadataFeaturesRetrieveResponses = {
|
|
34133
|
-
200:
|
|
34134
|
-
features?: Array<unknown>;
|
|
34135
|
-
feature_enums?: {
|
|
34136
|
-
[key: string]: unknown;
|
|
34137
|
-
};
|
|
34138
|
-
};
|
|
34210
|
+
200: FeatureMetadataResponse;
|
|
34139
34211
|
};
|
|
34140
34212
|
export type MetadataFeaturesRetrieveResponse = MetadataFeaturesRetrieveResponses[keyof MetadataFeaturesRetrieveResponses];
|
|
34141
34213
|
export type MetadataPermissionsRetrieveData = {
|
|
@@ -34145,18 +34217,7 @@ export type MetadataPermissionsRetrieveData = {
|
|
|
34145
34217
|
url: '/api/metadata/permissions/';
|
|
34146
34218
|
};
|
|
34147
34219
|
export type MetadataPermissionsRetrieveResponses = {
|
|
34148
|
-
200:
|
|
34149
|
-
roles?: {
|
|
34150
|
-
[key: string]: unknown;
|
|
34151
|
-
};
|
|
34152
|
-
permissions?: {
|
|
34153
|
-
[key: string]: unknown;
|
|
34154
|
-
};
|
|
34155
|
-
permission_map?: {
|
|
34156
|
-
[key: string]: unknown;
|
|
34157
|
-
};
|
|
34158
|
-
permission_descriptions?: Array<unknown>;
|
|
34159
|
-
};
|
|
34220
|
+
200: PermissionMetadataResponse;
|
|
34160
34221
|
};
|
|
34161
34222
|
export type MetadataPermissionsRetrieveResponse = MetadataPermissionsRetrieveResponses[keyof MetadataPermissionsRetrieveResponses];
|
|
34162
34223
|
export type MetadataSettingsRetrieveData = {
|
|
@@ -34166,9 +34227,7 @@ export type MetadataSettingsRetrieveData = {
|
|
|
34166
34227
|
url: '/api/metadata/settings/';
|
|
34167
34228
|
};
|
|
34168
34229
|
export type MetadataSettingsRetrieveResponses = {
|
|
34169
|
-
200:
|
|
34170
|
-
settings?: Array<unknown>;
|
|
34171
|
-
};
|
|
34230
|
+
200: SettingsMetadataResponse;
|
|
34172
34231
|
};
|
|
34173
34232
|
export type MetadataSettingsRetrieveResponse = MetadataSettingsRetrieveResponses[keyof MetadataSettingsRetrieveResponses];
|
|
34174
34233
|
export type NotificationMessagesListData = {
|
|
@@ -36679,7 +36738,11 @@ export type OpenstackPortsListData = {
|
|
|
36679
36738
|
* Exclude Subnet UUIDs (comma-separated)
|
|
36680
36739
|
*/
|
|
36681
36740
|
exclude_subnet_uuids?: string;
|
|
36682
|
-
field?: Array<'access_url' | 'admin_state_up' | 'allowed_address_pairs' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'customer_uuid' | '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'>;
|
|
36741
|
+
field?: Array<'access_url' | 'admin_state_up' | 'allowed_address_pairs' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'customer_uuid' | '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' | 'target_tenant' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
36742
|
+
/**
|
|
36743
|
+
* Search by fixed IP
|
|
36744
|
+
*/
|
|
36745
|
+
fixed_ips?: string;
|
|
36683
36746
|
/**
|
|
36684
36747
|
* Has device owner
|
|
36685
36748
|
*/
|
|
@@ -36687,6 +36750,14 @@ export type OpenstackPortsListData = {
|
|
|
36687
36750
|
mac_address?: string;
|
|
36688
36751
|
name?: string;
|
|
36689
36752
|
name_exact?: string;
|
|
36753
|
+
/**
|
|
36754
|
+
* Search by network name
|
|
36755
|
+
*/
|
|
36756
|
+
network_name?: string;
|
|
36757
|
+
/**
|
|
36758
|
+
* Search by network UUID
|
|
36759
|
+
*/
|
|
36760
|
+
network_uuid?: string;
|
|
36690
36761
|
/**
|
|
36691
36762
|
* Ordering
|
|
36692
36763
|
*
|
|
@@ -36727,6 +36798,10 @@ export type OpenstackPortsCountData = {
|
|
|
36727
36798
|
* Exclude Subnet UUIDs (comma-separated)
|
|
36728
36799
|
*/
|
|
36729
36800
|
exclude_subnet_uuids?: string;
|
|
36801
|
+
/**
|
|
36802
|
+
* Search by fixed IP
|
|
36803
|
+
*/
|
|
36804
|
+
fixed_ips?: string;
|
|
36730
36805
|
/**
|
|
36731
36806
|
* Has device owner
|
|
36732
36807
|
*/
|
|
@@ -36734,6 +36809,14 @@ export type OpenstackPortsCountData = {
|
|
|
36734
36809
|
mac_address?: string;
|
|
36735
36810
|
name?: string;
|
|
36736
36811
|
name_exact?: string;
|
|
36812
|
+
/**
|
|
36813
|
+
* Search by network name
|
|
36814
|
+
*/
|
|
36815
|
+
network_name?: string;
|
|
36816
|
+
/**
|
|
36817
|
+
* Search by network UUID
|
|
36818
|
+
*/
|
|
36819
|
+
network_uuid?: string;
|
|
36737
36820
|
/**
|
|
36738
36821
|
* Ordering
|
|
36739
36822
|
*
|
|
@@ -36795,7 +36878,7 @@ export type OpenstackPortsRetrieveData = {
|
|
|
36795
36878
|
uuid: string;
|
|
36796
36879
|
};
|
|
36797
36880
|
query?: {
|
|
36798
|
-
field?: Array<'access_url' | 'admin_state_up' | 'allowed_address_pairs' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'customer_uuid' | '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'>;
|
|
36881
|
+
field?: Array<'access_url' | 'admin_state_up' | 'allowed_address_pairs' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'customer_uuid' | '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' | 'target_tenant' | 'tenant' | 'tenant_name' | 'tenant_uuid' | 'url' | 'uuid'>;
|
|
36799
36882
|
};
|
|
36800
36883
|
url: '/api/openstack-ports/{uuid}/';
|
|
36801
36884
|
};
|