waldur-js-client 7.8.6 → 7.8.7-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 +77 -35
- 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;
|
|
@@ -6383,9 +6407,7 @@ export type OnboardingJustificationReviewRequest = {
|
|
|
6383
6407
|
export type OnboardingQuestionMetadata = {
|
|
6384
6408
|
readonly uuid: string;
|
|
6385
6409
|
readonly url: string;
|
|
6386
|
-
|
|
6387
|
-
* Question this metadata applies to
|
|
6388
|
-
*/
|
|
6410
|
+
readonly checklist_name: string;
|
|
6389
6411
|
question: string;
|
|
6390
6412
|
readonly question_uuid: string;
|
|
6391
6413
|
readonly question_description: string;
|
|
@@ -6401,9 +6423,6 @@ export type OnboardingQuestionMetadata = {
|
|
|
6401
6423
|
readonly modified: string;
|
|
6402
6424
|
};
|
|
6403
6425
|
export type OnboardingQuestionMetadataRequest = {
|
|
6404
|
-
/**
|
|
6405
|
-
* Question this metadata applies to
|
|
6406
|
-
*/
|
|
6407
6426
|
question: string;
|
|
6408
6427
|
/**
|
|
6409
6428
|
* Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code')
|
|
@@ -8942,9 +8961,6 @@ export type PatchedOnboardingJustificationRequest = {
|
|
|
8942
8961
|
user_justification?: string | null;
|
|
8943
8962
|
};
|
|
8944
8963
|
export type PatchedOnboardingQuestionMetadataRequest = {
|
|
8945
|
-
/**
|
|
8946
|
-
* Question this metadata applies to
|
|
8947
|
-
*/
|
|
8948
8964
|
question?: string;
|
|
8949
8965
|
/**
|
|
8950
8966
|
* Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code')
|
|
@@ -9647,6 +9663,32 @@ export type Permission = {
|
|
|
9647
9663
|
readonly customer_uuid?: string;
|
|
9648
9664
|
readonly customer_name?: string;
|
|
9649
9665
|
};
|
|
9666
|
+
export type PermissionMetadataResponse = {
|
|
9667
|
+
/**
|
|
9668
|
+
* Map of role keys to role enum values
|
|
9669
|
+
*/
|
|
9670
|
+
roles: {
|
|
9671
|
+
[key: string]: 'CUSTOMER.OWNER' | 'CUSTOMER.SUPPORT' | 'CUSTOMER.MANAGER' | 'PROJECT.ADMIN' | 'PROJECT.MANAGER' | 'PROJECT.MEMBER' | 'OFFERING.MANAGER' | 'CALL.REVIEWER' | 'CALL.MANAGER' | 'PROPOSAL.MEMBER' | 'PROPOSAL.MANAGER';
|
|
9672
|
+
};
|
|
9673
|
+
/**
|
|
9674
|
+
* Map of permission keys to permission enum values
|
|
9675
|
+
*/
|
|
9676
|
+
permissions: {
|
|
9677
|
+
[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';
|
|
9678
|
+
};
|
|
9679
|
+
/**
|
|
9680
|
+
* Map of resource types to create permission enums
|
|
9681
|
+
*/
|
|
9682
|
+
permission_map: {
|
|
9683
|
+
[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';
|
|
9684
|
+
};
|
|
9685
|
+
/**
|
|
9686
|
+
* Grouped permission descriptions for UI
|
|
9687
|
+
*/
|
|
9688
|
+
permission_descriptions: Array<{
|
|
9689
|
+
[key: string]: unknown;
|
|
9690
|
+
}>;
|
|
9691
|
+
};
|
|
9650
9692
|
export type PermissionProject = {
|
|
9651
9693
|
readonly url?: string;
|
|
9652
9694
|
readonly uuid?: string;
|
|
@@ -12853,6 +12895,14 @@ export type SetOfferingsUsernameRequest = {
|
|
|
12853
12895
|
user_uuid: string;
|
|
12854
12896
|
username: string;
|
|
12855
12897
|
};
|
|
12898
|
+
export type SettingsMetadataResponse = {
|
|
12899
|
+
/**
|
|
12900
|
+
* List of settings sections with configuration items
|
|
12901
|
+
*/
|
|
12902
|
+
settings: Array<{
|
|
12903
|
+
[key: string]: unknown;
|
|
12904
|
+
}>;
|
|
12905
|
+
};
|
|
12856
12906
|
export type SlurmAllocation = {
|
|
12857
12907
|
readonly url?: string;
|
|
12858
12908
|
readonly uuid?: string;
|
|
@@ -19028,6 +19078,12 @@ export type ChecklistsAdminQuestionsListData = {
|
|
|
19028
19078
|
body?: never;
|
|
19029
19079
|
path?: never;
|
|
19030
19080
|
query?: {
|
|
19081
|
+
/**
|
|
19082
|
+
* Type of compliance this checklist addresses
|
|
19083
|
+
*
|
|
19084
|
+
*
|
|
19085
|
+
*/
|
|
19086
|
+
checklist_type?: 'customer_onboarding' | 'offering_compliance' | 'project_compliance' | 'project_metadata' | 'proposal_compliance';
|
|
19031
19087
|
checklist_uuid?: string;
|
|
19032
19088
|
/**
|
|
19033
19089
|
* A page number within the paginated result set.
|
|
@@ -19048,6 +19104,12 @@ export type ChecklistsAdminQuestionsCountData = {
|
|
|
19048
19104
|
body?: never;
|
|
19049
19105
|
path?: never;
|
|
19050
19106
|
query?: {
|
|
19107
|
+
/**
|
|
19108
|
+
* Type of compliance this checklist addresses
|
|
19109
|
+
*
|
|
19110
|
+
*
|
|
19111
|
+
*/
|
|
19112
|
+
checklist_type?: 'customer_onboarding' | 'offering_compliance' | 'project_compliance' | 'project_metadata' | 'proposal_compliance';
|
|
19051
19113
|
checklist_uuid?: string;
|
|
19052
19114
|
/**
|
|
19053
19115
|
* A page number within the paginated result set.
|
|
@@ -34112,11 +34174,7 @@ export type MetadataEventsRetrieveData = {
|
|
|
34112
34174
|
url: '/api/metadata/events/';
|
|
34113
34175
|
};
|
|
34114
34176
|
export type MetadataEventsRetrieveResponses = {
|
|
34115
|
-
200:
|
|
34116
|
-
event_groups?: {
|
|
34117
|
-
[key: string]: unknown;
|
|
34118
|
-
};
|
|
34119
|
-
};
|
|
34177
|
+
200: EventMetadataResponse;
|
|
34120
34178
|
};
|
|
34121
34179
|
export type MetadataEventsRetrieveResponse = MetadataEventsRetrieveResponses[keyof MetadataEventsRetrieveResponses];
|
|
34122
34180
|
export type MetadataFeaturesRetrieveData = {
|
|
@@ -34126,12 +34184,7 @@ export type MetadataFeaturesRetrieveData = {
|
|
|
34126
34184
|
url: '/api/metadata/features/';
|
|
34127
34185
|
};
|
|
34128
34186
|
export type MetadataFeaturesRetrieveResponses = {
|
|
34129
|
-
200:
|
|
34130
|
-
features?: Array<unknown>;
|
|
34131
|
-
feature_enums?: {
|
|
34132
|
-
[key: string]: unknown;
|
|
34133
|
-
};
|
|
34134
|
-
};
|
|
34187
|
+
200: FeatureMetadataResponse;
|
|
34135
34188
|
};
|
|
34136
34189
|
export type MetadataFeaturesRetrieveResponse = MetadataFeaturesRetrieveResponses[keyof MetadataFeaturesRetrieveResponses];
|
|
34137
34190
|
export type MetadataPermissionsRetrieveData = {
|
|
@@ -34141,18 +34194,7 @@ export type MetadataPermissionsRetrieveData = {
|
|
|
34141
34194
|
url: '/api/metadata/permissions/';
|
|
34142
34195
|
};
|
|
34143
34196
|
export type MetadataPermissionsRetrieveResponses = {
|
|
34144
|
-
200:
|
|
34145
|
-
roles?: {
|
|
34146
|
-
[key: string]: unknown;
|
|
34147
|
-
};
|
|
34148
|
-
permissions?: {
|
|
34149
|
-
[key: string]: unknown;
|
|
34150
|
-
};
|
|
34151
|
-
permission_map?: {
|
|
34152
|
-
[key: string]: unknown;
|
|
34153
|
-
};
|
|
34154
|
-
permission_descriptions?: Array<unknown>;
|
|
34155
|
-
};
|
|
34197
|
+
200: PermissionMetadataResponse;
|
|
34156
34198
|
};
|
|
34157
34199
|
export type MetadataPermissionsRetrieveResponse = MetadataPermissionsRetrieveResponses[keyof MetadataPermissionsRetrieveResponses];
|
|
34158
34200
|
export type MetadataSettingsRetrieveData = {
|
|
@@ -34162,9 +34204,7 @@ export type MetadataSettingsRetrieveData = {
|
|
|
34162
34204
|
url: '/api/metadata/settings/';
|
|
34163
34205
|
};
|
|
34164
34206
|
export type MetadataSettingsRetrieveResponses = {
|
|
34165
|
-
200:
|
|
34166
|
-
settings?: Array<unknown>;
|
|
34167
|
-
};
|
|
34207
|
+
200: SettingsMetadataResponse;
|
|
34168
34208
|
};
|
|
34169
34209
|
export type MetadataSettingsRetrieveResponse = MetadataSettingsRetrieveResponses[keyof MetadataSettingsRetrieveResponses];
|
|
34170
34210
|
export type NotificationMessagesListData = {
|
|
@@ -34709,6 +34749,7 @@ export type OnboardingQuestionMetadataListData = {
|
|
|
34709
34749
|
* Number of results to return per page.
|
|
34710
34750
|
*/
|
|
34711
34751
|
page_size?: number;
|
|
34752
|
+
question_description?: string;
|
|
34712
34753
|
question_uuid?: string;
|
|
34713
34754
|
};
|
|
34714
34755
|
url: '/api/onboarding-question-metadata/';
|
|
@@ -34735,6 +34776,7 @@ export type OnboardingQuestionMetadataCountData = {
|
|
|
34735
34776
|
* Number of results to return per page.
|
|
34736
34777
|
*/
|
|
34737
34778
|
page_size?: number;
|
|
34779
|
+
question_description?: string;
|
|
34738
34780
|
question_uuid?: string;
|
|
34739
34781
|
};
|
|
34740
34782
|
url: '/api/onboarding-question-metadata/';
|