waldur-js-client 8.0.8-dev.33 → 8.0.8-dev.35
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/sdk.gen.d.ts +111 -42
- package/dist/sdk.gen.js +1020 -244
- package/dist/types.gen.d.ts +1239 -388
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2790,52 +2790,6 @@ export type CachedProjectUsageReport = {
|
|
|
2790
2790
|
is_complete?: boolean;
|
|
2791
2791
|
report: ProjectUsageReport;
|
|
2792
2792
|
};
|
|
2793
|
-
export type CallApplicantAttributeConfig = {
|
|
2794
|
-
readonly uuid: string;
|
|
2795
|
-
readonly call_uuid: string;
|
|
2796
|
-
readonly call_name: string;
|
|
2797
|
-
expose_full_name?: boolean;
|
|
2798
|
-
expose_email?: boolean;
|
|
2799
|
-
expose_organization?: boolean;
|
|
2800
|
-
expose_affiliations?: boolean;
|
|
2801
|
-
expose_organization_type?: boolean;
|
|
2802
|
-
expose_organization_country?: boolean;
|
|
2803
|
-
expose_nationality?: boolean;
|
|
2804
|
-
expose_nationalities?: boolean;
|
|
2805
|
-
expose_country_of_residence?: boolean;
|
|
2806
|
-
expose_eduperson_assurance?: boolean;
|
|
2807
|
-
expose_identity_source?: boolean;
|
|
2808
|
-
/**
|
|
2809
|
-
* If True, reviewers see applicant identity. If False, proposals are anonymized for reviewers.
|
|
2810
|
-
*/
|
|
2811
|
-
reviewers_see_applicant_details?: boolean;
|
|
2812
|
-
/**
|
|
2813
|
-
* Return list of currently exposed field names.
|
|
2814
|
-
*/
|
|
2815
|
-
readonly exposed_fields: Array<string>;
|
|
2816
|
-
/**
|
|
2817
|
-
* Return True if this is a default (unsaved) config.
|
|
2818
|
-
*/
|
|
2819
|
-
readonly is_default: boolean;
|
|
2820
|
-
};
|
|
2821
|
-
export type CallApplicantAttributeConfigRequest = {
|
|
2822
|
-
call?: string;
|
|
2823
|
-
expose_full_name?: boolean;
|
|
2824
|
-
expose_email?: boolean;
|
|
2825
|
-
expose_organization?: boolean;
|
|
2826
|
-
expose_affiliations?: boolean;
|
|
2827
|
-
expose_organization_type?: boolean;
|
|
2828
|
-
expose_organization_country?: boolean;
|
|
2829
|
-
expose_nationality?: boolean;
|
|
2830
|
-
expose_nationalities?: boolean;
|
|
2831
|
-
expose_country_of_residence?: boolean;
|
|
2832
|
-
expose_eduperson_assurance?: boolean;
|
|
2833
|
-
expose_identity_source?: boolean;
|
|
2834
|
-
/**
|
|
2835
|
-
* If True, reviewers see applicant identity. If False, proposals are anonymized for reviewers.
|
|
2836
|
-
*/
|
|
2837
|
-
reviewers_see_applicant_details?: boolean;
|
|
2838
|
-
};
|
|
2839
2793
|
export type CallApplicantVisibilityConfig = {
|
|
2840
2794
|
readonly uuid?: string;
|
|
2841
2795
|
readonly created?: string;
|
|
@@ -4988,6 +4942,7 @@ export type ConsumptionStatusResponse = {
|
|
|
4988
4942
|
last_sync_run: string | null;
|
|
4989
4943
|
};
|
|
4990
4944
|
export type ContainerFormatEnum = 'bare' | 'ovf' | 'aki' | 'ami' | 'ari';
|
|
4945
|
+
export type ContentTypeInputEnum = 'resource' | 'resource_project';
|
|
4991
4946
|
export type CoreAuthToken = {
|
|
4992
4947
|
/**
|
|
4993
4948
|
* Authentication token for API access
|
|
@@ -6754,7 +6709,7 @@ export type EventMetadataResponse = {
|
|
|
6754
6709
|
* Map of event group keys to lists of event type enums from EventType
|
|
6755
6710
|
*/
|
|
6756
6711
|
event_groups: {
|
|
6757
|
-
[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' | 'create_of_project_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' | '
|
|
6712
|
+
[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' | 'create_of_project_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_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' | '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_end_date_change_request_approved' | 'project_end_date_change_request_created' | 'project_end_date_change_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' | 'request_slurm_resource_downscaling' | 'request_slurm_resource_pausing' | 'reset_downscaling' | 'reset_member_restriction' | 'reset_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' | 'slurm_policy_evaluation' | 'ssh_key_creation_succeeded' | 'ssh_key_deletion_succeeded' | 'terminate_resources' | 'token_created' | 'token_lifetime_updated' | 'update_of_credit_by_staff' | 'update_of_project_credit_by_staff' | 'automatic_credit_adjustment' | 'user_activated' | 'user_creation_succeeded' | 'user_data_accessed' | '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_password_removed_by_staff' | 'user_update_succeeded' | 'user_group_invitation_updated' | 'user_invitation_updated' | 'user_invitation_deleted' | 'terms_of_service_consent_granted' | 'terms_of_service_consent_revoked' | 'chat_session_accessed' | 'chat_thread_accessed' | 'chat_injection_detected' | 'chat_pii_detected' | 'chat_feedback_submitted' | 'onboarding_verification_deleted' | 'onboarding_verification_deleted_by_task' | 'pat_created' | 'pat_revoked' | 'pat_rotated' | 'pat_expired' | 'pat_used_from_new_ip'>;
|
|
6758
6713
|
};
|
|
6759
6714
|
};
|
|
6760
6715
|
export type EventStats = {
|
|
@@ -6833,7 +6788,7 @@ export type EventSubscriptionRequest = {
|
|
|
6833
6788
|
*/
|
|
6834
6789
|
observable_objects?: unknown;
|
|
6835
6790
|
};
|
|
6836
|
-
export type EventTypesEnum = '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' | 'create_of_project_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' | '
|
|
6791
|
+
export type EventTypesEnum = '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' | 'create_of_project_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_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' | '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_end_date_change_request_approved' | 'project_end_date_change_request_created' | 'project_end_date_change_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' | 'request_slurm_resource_downscaling' | 'request_slurm_resource_pausing' | 'reset_downscaling' | 'reset_member_restriction' | 'reset_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' | 'slurm_policy_evaluation' | 'ssh_key_creation_succeeded' | 'ssh_key_deletion_succeeded' | 'terminate_resources' | 'token_created' | 'token_lifetime_updated' | 'update_of_credit_by_staff' | 'update_of_project_credit_by_staff' | 'automatic_credit_adjustment' | 'user_activated' | 'user_creation_succeeded' | 'user_data_accessed' | '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_password_removed_by_staff' | 'user_update_succeeded' | 'user_group_invitation_updated' | 'user_invitation_updated' | 'user_invitation_deleted' | 'terms_of_service_consent_granted' | 'terms_of_service_consent_revoked' | 'chat_session_accessed' | 'chat_thread_accessed' | 'chat_injection_detected' | 'chat_pii_detected' | 'chat_feedback_submitted' | 'onboarding_verification_deleted' | 'onboarding_verification_deleted_by_task' | 'pat_created' | 'pat_revoked' | 'pat_rotated' | 'pat_expired' | 'pat_used_from_new_ip';
|
|
6837
6792
|
export type ExecuteActionErrorResponse = {
|
|
6838
6793
|
error: string;
|
|
6839
6794
|
};
|
|
@@ -9577,6 +9532,14 @@ export type MergedPluginOptions = {
|
|
|
9577
9532
|
* If set to True, create orders when options of related resources are changed.
|
|
9578
9533
|
*/
|
|
9579
9534
|
create_orders_on_resource_option_change?: boolean;
|
|
9535
|
+
/**
|
|
9536
|
+
* Enable sub-project management within resources.
|
|
9537
|
+
*/
|
|
9538
|
+
enable_resource_projects?: boolean;
|
|
9539
|
+
/**
|
|
9540
|
+
* If set to True, create orders when resource projects are created, updated or deleted.
|
|
9541
|
+
*/
|
|
9542
|
+
create_orders_on_resource_project_change?: boolean;
|
|
9580
9543
|
/**
|
|
9581
9544
|
* If set to True, resource can be restored.
|
|
9582
9545
|
*/
|
|
@@ -9883,6 +9846,14 @@ export type MergedPluginOptionsRequest = {
|
|
|
9883
9846
|
* If set to True, create orders when options of related resources are changed.
|
|
9884
9847
|
*/
|
|
9885
9848
|
create_orders_on_resource_option_change?: boolean;
|
|
9849
|
+
/**
|
|
9850
|
+
* Enable sub-project management within resources.
|
|
9851
|
+
*/
|
|
9852
|
+
enable_resource_projects?: boolean;
|
|
9853
|
+
/**
|
|
9854
|
+
* If set to True, create orders when resource projects are created, updated or deleted.
|
|
9855
|
+
*/
|
|
9856
|
+
create_orders_on_resource_project_change?: boolean;
|
|
9886
9857
|
/**
|
|
9887
9858
|
* If set to True, resource can be restored.
|
|
9888
9859
|
*/
|
|
@@ -11134,13 +11105,13 @@ export type NestedRequestedOfferingRequest = {
|
|
|
11134
11105
|
attributes?: unknown;
|
|
11135
11106
|
plan?: string | null;
|
|
11136
11107
|
};
|
|
11137
|
-
export type
|
|
11138
|
-
readonly
|
|
11139
|
-
|
|
11140
|
-
readonly
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
-
|
|
11108
|
+
export type NestedResourceProjectPermission = {
|
|
11109
|
+
readonly url: string;
|
|
11110
|
+
readonly uuid: string;
|
|
11111
|
+
readonly name: string;
|
|
11112
|
+
readonly role_name: string;
|
|
11113
|
+
readonly role_uuid: string;
|
|
11114
|
+
expiration_time?: string | null;
|
|
11144
11115
|
};
|
|
11145
11116
|
export type NestedRound = {
|
|
11146
11117
|
readonly uuid?: string;
|
|
@@ -11462,7 +11433,6 @@ export type Offering = {
|
|
|
11462
11433
|
readonly endpoints?: Array<NestedEndpoint>;
|
|
11463
11434
|
readonly software_catalogs?: Array<NestedSoftwareCatalog>;
|
|
11464
11435
|
readonly partitions?: Array<NestedPartition>;
|
|
11465
|
-
readonly roles?: Array<NestedRole>;
|
|
11466
11436
|
customer?: string | null;
|
|
11467
11437
|
readonly customer_uuid?: string | null;
|
|
11468
11438
|
readonly customer_name?: string | null;
|
|
@@ -11534,6 +11504,8 @@ export type Offering = {
|
|
|
11534
11504
|
readonly billing_type_classification?: string;
|
|
11535
11505
|
readonly effective_available_limits?: Array<string>;
|
|
11536
11506
|
compliance_checklist?: string | null;
|
|
11507
|
+
readonly profile_uuid?: string | null;
|
|
11508
|
+
readonly profile_name?: string | null;
|
|
11537
11509
|
readonly user_has_consent?: boolean;
|
|
11538
11510
|
readonly is_accessible?: boolean;
|
|
11539
11511
|
googlecalendar?: GoogleCalendar;
|
|
@@ -12029,10 +12001,6 @@ export type OfferingKeycloakGroup = {
|
|
|
12029
12001
|
readonly offering_name: string;
|
|
12030
12002
|
role: string;
|
|
12031
12003
|
readonly role_name: string;
|
|
12032
|
-
/**
|
|
12033
|
-
* Level this role applies at, e.g. 'cluster', 'project'. Empty means offering-wide.
|
|
12034
|
-
*/
|
|
12035
|
-
readonly role_scope_type: string;
|
|
12036
12004
|
resource?: string | null;
|
|
12037
12005
|
readonly resource_uuid: string;
|
|
12038
12006
|
readonly resource_name: string | null;
|
|
@@ -12067,14 +12035,6 @@ export type OfferingKeycloakMembership = {
|
|
|
12067
12035
|
* Sub-entity identifier within a resource, e.g. Rancher project ID within a cluster.
|
|
12068
12036
|
*/
|
|
12069
12037
|
readonly group_scope_id: string;
|
|
12070
|
-
/**
|
|
12071
|
-
* Level this role applies at, e.g. 'cluster', 'project'. Empty means offering-wide.
|
|
12072
|
-
*/
|
|
12073
|
-
readonly group_role_scope_type: string;
|
|
12074
|
-
/**
|
|
12075
|
-
* Human-readable label for scope_type shown to end users, e.g. 'Rancher Project', 'Cluster Namespace'. Falls back to capitalized scope_type if empty.
|
|
12076
|
-
*/
|
|
12077
|
-
readonly group_role_scope_type_label: string;
|
|
12078
12038
|
user?: string | null;
|
|
12079
12039
|
state: KeycloakUserGroupMembershipState;
|
|
12080
12040
|
readonly created: string;
|
|
@@ -12358,6 +12318,37 @@ export type OfferingPermission = {
|
|
|
12358
12318
|
*/
|
|
12359
12319
|
readonly user_email: string;
|
|
12360
12320
|
};
|
|
12321
|
+
export type OfferingProfile = {
|
|
12322
|
+
readonly uuid: string;
|
|
12323
|
+
name: string;
|
|
12324
|
+
description?: string;
|
|
12325
|
+
readonly roles: Array<OfferingProfileRole>;
|
|
12326
|
+
readonly offerings_count: number;
|
|
12327
|
+
readonly created: string;
|
|
12328
|
+
readonly modified: string;
|
|
12329
|
+
};
|
|
12330
|
+
export type OfferingProfileBindRequest = {
|
|
12331
|
+
/**
|
|
12332
|
+
* OfferingProfile UUID to bind to. Pass null to unbind.
|
|
12333
|
+
*/
|
|
12334
|
+
profile?: string | null;
|
|
12335
|
+
};
|
|
12336
|
+
export type OfferingProfileRequest = {
|
|
12337
|
+
name: string;
|
|
12338
|
+
description?: string;
|
|
12339
|
+
};
|
|
12340
|
+
export type OfferingProfileRoleAssign = {
|
|
12341
|
+
/**
|
|
12342
|
+
* Role UUID to add or remove.
|
|
12343
|
+
*/
|
|
12344
|
+
role: string;
|
|
12345
|
+
};
|
|
12346
|
+
export type OfferingProfileRoleAssignRequest = {
|
|
12347
|
+
/**
|
|
12348
|
+
* Role UUID to add or remove.
|
|
12349
|
+
*/
|
|
12350
|
+
role: string;
|
|
12351
|
+
};
|
|
12361
12352
|
export type OfferingReference = {
|
|
12362
12353
|
/**
|
|
12363
12354
|
* Name of the offering
|
|
@@ -12385,6 +12376,28 @@ export type OfferingReferral = {
|
|
|
12385
12376
|
export type OfferingResourceOptionsUpdateRequest = {
|
|
12386
12377
|
resource_options: OfferingOptionsRequest;
|
|
12387
12378
|
};
|
|
12379
|
+
export type OfferingRole = {
|
|
12380
|
+
readonly uuid: string;
|
|
12381
|
+
name: string;
|
|
12382
|
+
description?: string;
|
|
12383
|
+
readonly content_type: string | null;
|
|
12384
|
+
readonly offering_uuid: string | null;
|
|
12385
|
+
readonly offering_name: string | null;
|
|
12386
|
+
readonly is_active: boolean;
|
|
12387
|
+
readonly permissions: Array<string>;
|
|
12388
|
+
};
|
|
12389
|
+
export type OfferingRoleRequest = {
|
|
12390
|
+
name: string;
|
|
12391
|
+
description?: string;
|
|
12392
|
+
/**
|
|
12393
|
+
* Scope on create: 'resource' or 'resource_project'.
|
|
12394
|
+
*/
|
|
12395
|
+
content_type_input?: ContentTypeInputEnum;
|
|
12396
|
+
/**
|
|
12397
|
+
* Offering UUID — pin role to this single offering.
|
|
12398
|
+
*/
|
|
12399
|
+
offering?: string;
|
|
12400
|
+
};
|
|
12388
12401
|
export type OfferingSoftwareCatalog = {
|
|
12389
12402
|
readonly uuid: string;
|
|
12390
12403
|
readonly created: string;
|
|
@@ -12752,33 +12765,6 @@ export type OfferingUserRequest = {
|
|
|
12752
12765
|
offering_uuid?: string;
|
|
12753
12766
|
user_uuid?: string;
|
|
12754
12767
|
};
|
|
12755
|
-
export type OfferingUserRole = {
|
|
12756
|
-
name: string;
|
|
12757
|
-
readonly uuid: string;
|
|
12758
|
-
offering: string;
|
|
12759
|
-
readonly offering_uuid: string;
|
|
12760
|
-
readonly offering_name: string;
|
|
12761
|
-
/**
|
|
12762
|
-
* Level this role applies at, e.g. 'cluster', 'project'. Empty means offering-wide.
|
|
12763
|
-
*/
|
|
12764
|
-
scope_type?: string;
|
|
12765
|
-
/**
|
|
12766
|
-
* Human-readable label for scope_type shown to end users, e.g. 'Rancher Project', 'Cluster Namespace'. Falls back to capitalized scope_type if empty.
|
|
12767
|
-
*/
|
|
12768
|
-
scope_type_label?: string;
|
|
12769
|
-
};
|
|
12770
|
-
export type OfferingUserRoleRequest = {
|
|
12771
|
-
name: string;
|
|
12772
|
-
offering: string;
|
|
12773
|
-
/**
|
|
12774
|
-
* Level this role applies at, e.g. 'cluster', 'project'. Empty means offering-wide.
|
|
12775
|
-
*/
|
|
12776
|
-
scope_type?: string;
|
|
12777
|
-
/**
|
|
12778
|
-
* Human-readable label for scope_type shown to end users, e.g. 'Rancher Project', 'Cluster Namespace'. Falls back to capitalized scope_type if empty.
|
|
12779
|
-
*/
|
|
12780
|
-
scope_type_label?: string;
|
|
12781
|
-
};
|
|
12782
12768
|
export type OfferingUserServiceProviderComment = {
|
|
12783
12769
|
service_provider_comment?: string;
|
|
12784
12770
|
/**
|
|
@@ -15745,24 +15731,6 @@ export type PatchedBroadcastMessageRequest = {
|
|
|
15745
15731
|
query?: unknown;
|
|
15746
15732
|
send_at?: string | null;
|
|
15747
15733
|
};
|
|
15748
|
-
export type PatchedCallApplicantAttributeConfigRequest = {
|
|
15749
|
-
call?: string;
|
|
15750
|
-
expose_full_name?: boolean;
|
|
15751
|
-
expose_email?: boolean;
|
|
15752
|
-
expose_organization?: boolean;
|
|
15753
|
-
expose_affiliations?: boolean;
|
|
15754
|
-
expose_organization_type?: boolean;
|
|
15755
|
-
expose_organization_country?: boolean;
|
|
15756
|
-
expose_nationality?: boolean;
|
|
15757
|
-
expose_nationalities?: boolean;
|
|
15758
|
-
expose_country_of_residence?: boolean;
|
|
15759
|
-
expose_eduperson_assurance?: boolean;
|
|
15760
|
-
expose_identity_source?: boolean;
|
|
15761
|
-
/**
|
|
15762
|
-
* If True, reviewers see applicant identity. If False, proposals are anonymized for reviewers.
|
|
15763
|
-
*/
|
|
15764
|
-
reviewers_see_applicant_details?: boolean;
|
|
15765
|
-
};
|
|
15766
15734
|
export type PatchedCallAssignmentConfigurationRequest = {
|
|
15767
15735
|
/**
|
|
15768
15736
|
* Automatically assign next-best reviewer when someone declines. If False, manager must manually approve reassignments.
|
|
@@ -16459,6 +16427,22 @@ export type PatchedOfferingPartitionUpdateRequest = {
|
|
|
16459
16427
|
*/
|
|
16460
16428
|
req_resv?: boolean;
|
|
16461
16429
|
};
|
|
16430
|
+
export type PatchedOfferingProfileRequest = {
|
|
16431
|
+
name?: string;
|
|
16432
|
+
description?: string;
|
|
16433
|
+
};
|
|
16434
|
+
export type PatchedOfferingRoleRequest = {
|
|
16435
|
+
name?: string;
|
|
16436
|
+
description?: string;
|
|
16437
|
+
/**
|
|
16438
|
+
* Scope on create: 'resource' or 'resource_project'.
|
|
16439
|
+
*/
|
|
16440
|
+
content_type_input?: ContentTypeInputEnum;
|
|
16441
|
+
/**
|
|
16442
|
+
* Offering UUID — pin role to this single offering.
|
|
16443
|
+
*/
|
|
16444
|
+
offering?: string;
|
|
16445
|
+
};
|
|
16462
16446
|
export type PatchedOfferingSoftwareCatalogUpdateRequest = {
|
|
16463
16447
|
offering_catalog_uuid?: string;
|
|
16464
16448
|
catalog?: string;
|
|
@@ -16529,18 +16513,6 @@ export type PatchedOfferingUserRequest = {
|
|
|
16529
16513
|
offering_uuid?: string;
|
|
16530
16514
|
user_uuid?: string;
|
|
16531
16515
|
};
|
|
16532
|
-
export type PatchedOfferingUserRoleRequest = {
|
|
16533
|
-
name?: string;
|
|
16534
|
-
offering?: string;
|
|
16535
|
-
/**
|
|
16536
|
-
* Level this role applies at, e.g. 'cluster', 'project'. Empty means offering-wide.
|
|
16537
|
-
*/
|
|
16538
|
-
scope_type?: string;
|
|
16539
|
-
/**
|
|
16540
|
-
* Human-readable label for scope_type shown to end users, e.g. 'Rancher Project', 'Cluster Namespace'. Falls back to capitalized scope_type if empty.
|
|
16541
|
-
*/
|
|
16542
|
-
scope_type_label?: string;
|
|
16543
|
-
};
|
|
16544
16516
|
export type PatchedOfferingUserServiceProviderCommentRequest = {
|
|
16545
16517
|
service_provider_comment?: string;
|
|
16546
16518
|
/**
|
|
@@ -17124,6 +17096,15 @@ export type PatchedRequestedResourceRequest = {
|
|
|
17124
17096
|
requested_offering_uuid?: string;
|
|
17125
17097
|
call_resource_template_uuid?: string;
|
|
17126
17098
|
};
|
|
17099
|
+
export type PatchedResourceProjectRequest = {
|
|
17100
|
+
resource?: string;
|
|
17101
|
+
name?: string;
|
|
17102
|
+
description?: string;
|
|
17103
|
+
/**
|
|
17104
|
+
* Dictionary mapping component types to quota values. Same format as Resource.limits.
|
|
17105
|
+
*/
|
|
17106
|
+
limits?: unknown;
|
|
17107
|
+
};
|
|
17127
17108
|
export type PatchedResourceUpdateRequest = {
|
|
17128
17109
|
name?: string;
|
|
17129
17110
|
description?: string;
|
|
@@ -17728,6 +17709,7 @@ export type Permission = {
|
|
|
17728
17709
|
readonly scope_name?: string;
|
|
17729
17710
|
readonly customer_uuid?: string;
|
|
17730
17711
|
readonly customer_name?: string;
|
|
17712
|
+
readonly resource_uuid?: string | null;
|
|
17731
17713
|
};
|
|
17732
17714
|
export type PermissionMetadataResponse = {
|
|
17733
17715
|
/**
|
|
@@ -17740,13 +17722,13 @@ export type PermissionMetadataResponse = {
|
|
|
17740
17722
|
* Map of permission keys to permission enum values from PermissionEnum
|
|
17741
17723
|
*/
|
|
17742
17724
|
permissions: {
|
|
17743
|
-
[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.CREATE' | 'ORDER.APPROVE_PRIVATE' | 'ORDER.APPROVE' | 'ORDER.REJECT' | 'ORDER.DESTROY' | 'ORDER.CANCEL' | 'ORDER.SET_CONSUMER_INFO' | '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.CONTACT_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' | 'OPENSTACK_ROUTER.MANAGE_GATEWAY' | 'STAFF.ACCESS' | 'SUPPORT.ACCESS';
|
|
17725
|
+
[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.CREATE' | 'ORDER.APPROVE_PRIVATE' | 'ORDER.APPROVE' | 'ORDER.REJECT' | 'ORDER.DESTROY' | 'ORDER.CANCEL' | 'ORDER.SET_CONSUMER_INFO' | '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.CREATE_PERMISSION' | 'RESOURCE.UPDATE_PERMISSION' | 'RESOURCE.DELETE_PERMISSION' | 'RESOURCE_PROJECT.CREATE_PERMISSION' | 'RESOURCE_PROJECT.UPDATE_PERMISSION' | 'RESOURCE_PROJECT.DELETE_PERMISSION' | '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.CONTACT_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' | 'OPENSTACK_ROUTER.MANAGE_GATEWAY' | 'STAFF.ACCESS' | 'SUPPORT.ACCESS';
|
|
17744
17726
|
};
|
|
17745
17727
|
/**
|
|
17746
17728
|
* Map of resource types to create permission enums
|
|
17747
17729
|
*/
|
|
17748
17730
|
permission_map: {
|
|
17749
|
-
[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.CREATE' | 'ORDER.APPROVE_PRIVATE' | 'ORDER.APPROVE' | 'ORDER.REJECT' | 'ORDER.DESTROY' | 'ORDER.CANCEL' | 'ORDER.SET_CONSUMER_INFO' | '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.CONTACT_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' | 'OPENSTACK_ROUTER.MANAGE_GATEWAY' | 'STAFF.ACCESS' | 'SUPPORT.ACCESS';
|
|
17731
|
+
[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.CREATE' | 'ORDER.APPROVE_PRIVATE' | 'ORDER.APPROVE' | 'ORDER.REJECT' | 'ORDER.DESTROY' | 'ORDER.CANCEL' | 'ORDER.SET_CONSUMER_INFO' | '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.CREATE_PERMISSION' | 'RESOURCE.UPDATE_PERMISSION' | 'RESOURCE.DELETE_PERMISSION' | 'RESOURCE_PROJECT.CREATE_PERMISSION' | 'RESOURCE_PROJECT.UPDATE_PERMISSION' | 'RESOURCE_PROJECT.DELETE_PERMISSION' | '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.CONTACT_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' | 'OPENSTACK_ROUTER.MANAGE_GATEWAY' | 'STAFF.ACCESS' | 'SUPPORT.ACCESS';
|
|
17750
17732
|
};
|
|
17751
17733
|
/**
|
|
17752
17734
|
* Grouped permission descriptions for UI
|
|
@@ -19270,7 +19252,6 @@ export type ProviderOfferingDetails = {
|
|
|
19270
19252
|
readonly endpoints?: Array<NestedEndpoint>;
|
|
19271
19253
|
readonly software_catalogs?: Array<NestedSoftwareCatalog>;
|
|
19272
19254
|
readonly partitions?: Array<NestedPartition>;
|
|
19273
|
-
readonly roles?: Array<NestedRole>;
|
|
19274
19255
|
customer?: string | null;
|
|
19275
19256
|
readonly customer_uuid?: string | null;
|
|
19276
19257
|
readonly customer_name?: string | null;
|
|
@@ -19350,6 +19331,8 @@ export type ProviderOfferingDetails = {
|
|
|
19350
19331
|
readonly billing_type_classification?: string;
|
|
19351
19332
|
readonly effective_available_limits?: Array<string>;
|
|
19352
19333
|
compliance_checklist?: string | null;
|
|
19334
|
+
readonly profile_uuid?: string | null;
|
|
19335
|
+
readonly profile_name?: string | null;
|
|
19353
19336
|
readonly integration_status?: Array<IntegrationStatus> | null;
|
|
19354
19337
|
readonly google_calendar_is_public?: boolean | null;
|
|
19355
19338
|
/**
|
|
@@ -19632,7 +19615,6 @@ export type PublicOfferingDetails = {
|
|
|
19632
19615
|
readonly endpoints?: Array<NestedEndpoint>;
|
|
19633
19616
|
readonly software_catalogs?: Array<NestedSoftwareCatalog>;
|
|
19634
19617
|
readonly partitions?: Array<NestedPartition>;
|
|
19635
|
-
readonly roles?: Array<NestedRole>;
|
|
19636
19618
|
customer?: string | null;
|
|
19637
19619
|
readonly customer_uuid?: string | null;
|
|
19638
19620
|
readonly customer_name?: string | null;
|
|
@@ -19704,6 +19686,8 @@ export type PublicOfferingDetails = {
|
|
|
19704
19686
|
readonly billing_type_classification?: string;
|
|
19705
19687
|
readonly effective_available_limits?: Array<string>;
|
|
19706
19688
|
compliance_checklist?: string | null;
|
|
19689
|
+
readonly profile_uuid?: string | null;
|
|
19690
|
+
readonly profile_name?: string | null;
|
|
19707
19691
|
readonly user_has_consent?: boolean;
|
|
19708
19692
|
readonly is_accessible?: boolean;
|
|
19709
19693
|
readonly google_calendar_is_public?: boolean | null;
|
|
@@ -21689,6 +21673,41 @@ export type ResourcePlanPeriod = {
|
|
|
21689
21673
|
end?: string | null;
|
|
21690
21674
|
components: Array<BaseComponentUsage>;
|
|
21691
21675
|
};
|
|
21676
|
+
export type ResourceProject = {
|
|
21677
|
+
readonly uuid: string;
|
|
21678
|
+
resource: string;
|
|
21679
|
+
name: string;
|
|
21680
|
+
description?: string;
|
|
21681
|
+
readonly backend_id: string;
|
|
21682
|
+
readonly state: string;
|
|
21683
|
+
/**
|
|
21684
|
+
* Dictionary mapping component types to quota values. Same format as Resource.limits.
|
|
21685
|
+
*/
|
|
21686
|
+
limits?: unknown;
|
|
21687
|
+
/**
|
|
21688
|
+
* Dictionary mapping component types to current usage amounts. Populated by backend synchronization.
|
|
21689
|
+
*/
|
|
21690
|
+
readonly current_usages: unknown;
|
|
21691
|
+
readonly resource_uuid: string;
|
|
21692
|
+
readonly resource_name: string;
|
|
21693
|
+
readonly created: string;
|
|
21694
|
+
readonly modified: string;
|
|
21695
|
+
};
|
|
21696
|
+
export type ResourceProjectBackendId = {
|
|
21697
|
+
backend_id: string;
|
|
21698
|
+
};
|
|
21699
|
+
export type ResourceProjectBackendIdRequest = {
|
|
21700
|
+
backend_id: string;
|
|
21701
|
+
};
|
|
21702
|
+
export type ResourceProjectRequest = {
|
|
21703
|
+
resource: string;
|
|
21704
|
+
name: string;
|
|
21705
|
+
description?: string;
|
|
21706
|
+
/**
|
|
21707
|
+
* Dictionary mapping component types to quota values. Same format as Resource.limits.
|
|
21708
|
+
*/
|
|
21709
|
+
limits?: unknown;
|
|
21710
|
+
};
|
|
21692
21711
|
export type ResourceProvisioningStats = {
|
|
21693
21712
|
/**
|
|
21694
21713
|
* UUID of the offering
|
|
@@ -21827,6 +21846,24 @@ export type ResourceSuggestNameRequest = {
|
|
|
21827
21846
|
export type ResourceSwitchPlanRequest = {
|
|
21828
21847
|
plan: string;
|
|
21829
21848
|
};
|
|
21849
|
+
export type ResourceTeamMember = {
|
|
21850
|
+
readonly url: string;
|
|
21851
|
+
readonly uuid: string;
|
|
21852
|
+
/**
|
|
21853
|
+
* Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
|
|
21854
|
+
*/
|
|
21855
|
+
username: string;
|
|
21856
|
+
readonly full_name: string;
|
|
21857
|
+
/**
|
|
21858
|
+
* Email address
|
|
21859
|
+
*/
|
|
21860
|
+
email?: string;
|
|
21861
|
+
image?: string | null;
|
|
21862
|
+
readonly role_name: string | null;
|
|
21863
|
+
readonly role_uuid: string | null;
|
|
21864
|
+
readonly expiration_time: string | null;
|
|
21865
|
+
readonly resource_projects: Array<NestedResourceProjectPermission>;
|
|
21866
|
+
};
|
|
21830
21867
|
export type ResourceTerminateRequest = {
|
|
21831
21868
|
/**
|
|
21832
21869
|
* Termination attributes
|
|
@@ -21942,27 +21979,6 @@ export type ResourceUsageByOrgType = {
|
|
|
21942
21979
|
*/
|
|
21943
21980
|
resource_count: number;
|
|
21944
21981
|
};
|
|
21945
|
-
export type ResourceUser = {
|
|
21946
|
-
readonly uuid: string;
|
|
21947
|
-
resource: string;
|
|
21948
|
-
role: string;
|
|
21949
|
-
user: string;
|
|
21950
|
-
readonly resource_uuid: string;
|
|
21951
|
-
readonly role_uuid: string;
|
|
21952
|
-
readonly user_uuid: string;
|
|
21953
|
-
readonly resource_name: string;
|
|
21954
|
-
readonly role_name: string;
|
|
21955
|
-
/**
|
|
21956
|
-
* Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
|
|
21957
|
-
*/
|
|
21958
|
-
readonly user_username: string;
|
|
21959
|
-
readonly user_full_name: string;
|
|
21960
|
-
};
|
|
21961
|
-
export type ResourceUserRequest = {
|
|
21962
|
-
resource: string;
|
|
21963
|
-
role: string;
|
|
21964
|
-
user: string;
|
|
21965
|
-
};
|
|
21966
21982
|
export type ResourcesGeographySummary = {
|
|
21967
21983
|
/**
|
|
21968
21984
|
* Total number of active resources
|
|
@@ -22804,6 +22820,18 @@ export type RobotAccountRequest = {
|
|
|
22804
22820
|
responsible_user?: string | null;
|
|
22805
22821
|
};
|
|
22806
22822
|
export type RobotAccountStates = 'Requested' | 'Creating' | 'OK' | 'Requested deletion' | 'Deleted' | 'Error';
|
|
22823
|
+
export type RoleAvailabilityDetails = {
|
|
22824
|
+
readonly uuid: string;
|
|
22825
|
+
readonly role_uuid: string;
|
|
22826
|
+
readonly role_name: string;
|
|
22827
|
+
readonly role_content_type: string | null;
|
|
22828
|
+
readonly scope_type: string | null;
|
|
22829
|
+
readonly scope_uuid: string | null;
|
|
22830
|
+
readonly scope_name: string | null;
|
|
22831
|
+
readonly is_profile_managed: boolean;
|
|
22832
|
+
readonly profile_uuid: string | null;
|
|
22833
|
+
readonly profile_name: string | null;
|
|
22834
|
+
};
|
|
22807
22835
|
export type RoleDescription = {
|
|
22808
22836
|
description?: string;
|
|
22809
22837
|
/**
|
|
@@ -23065,7 +23093,7 @@ export type RoleTemplate = {
|
|
|
23065
23093
|
readonly display_name: string;
|
|
23066
23094
|
readonly settings: string;
|
|
23067
23095
|
};
|
|
23068
|
-
export type RoleType = 'customer' | 'service_provider' | 'call_organizer' | 'project' | 'offering' | 'call' | 'proposal';
|
|
23096
|
+
export type RoleType = 'customer' | 'service_provider' | 'call_organizer' | 'project' | 'offering' | 'resource' | 'resource_project' | 'call' | 'proposal';
|
|
23069
23097
|
export type RoundReviewer = {
|
|
23070
23098
|
readonly full_name: string;
|
|
23071
23099
|
email: string;
|
|
@@ -25279,7 +25307,7 @@ export type UserAgreementRequest = {
|
|
|
25279
25307
|
*/
|
|
25280
25308
|
language: string;
|
|
25281
25309
|
};
|
|
25282
|
-
export type UserAttributeEnum = 'username' | 'first_name' | 'last_name' | 'full_name' | 'email' | 'phone_number' | 'organization' | 'job_title' | 'affiliations' | 'gender' | 'personal_title' | 'birth_date' | 'place_of_birth' | 'country_of_residence' | 'nationality' | 'nationalities' | 'organization_country' | 'organization_type' | 'organization_registry_code' | 'eduperson_assurance' | 'civil_number' | 'identity_source';
|
|
25310
|
+
export type UserAttributeEnum = 'username' | 'registration_method' | 'first_name' | 'last_name' | 'full_name' | 'email' | 'phone_number' | 'organization' | 'job_title' | 'affiliations' | 'gender' | 'personal_title' | 'birth_date' | 'place_of_birth' | 'country_of_residence' | 'nationality' | 'nationalities' | 'organization_country' | 'organization_type' | 'organization_registry_code' | 'eduperson_assurance' | 'civil_number' | 'identity_source';
|
|
25283
25311
|
export type UserAuthMethodCount = {
|
|
25284
25312
|
/**
|
|
25285
25313
|
* Authentication method
|
|
@@ -26144,6 +26172,12 @@ export type WebHookRequest = {
|
|
|
26144
26172
|
};
|
|
26145
26173
|
export type WidgetEnum = 'csv' | 'filesize' | 'attached_instance';
|
|
26146
26174
|
export type ZammadarticletypeEnum = 'email' | 'phone' | 'web' | 'note' | 'sms' | 'chat' | 'fax' | 'twitter status' | 'twitter direct-message' | 'facebook feed post' | 'facebook feed comment' | 'telegram personal-message';
|
|
26175
|
+
export type OfferingProfileRole = {
|
|
26176
|
+
uuid: string;
|
|
26177
|
+
name: string;
|
|
26178
|
+
content_type: string | null;
|
|
26179
|
+
description: string;
|
|
26180
|
+
};
|
|
26147
26181
|
export type AzureVirtualMachineCreateOrderAttributes = {
|
|
26148
26182
|
name: string;
|
|
26149
26183
|
description?: string;
|
|
@@ -28238,7 +28272,7 @@ export type AzureSqlDatabaseFieldEnum = 'access_url' | 'backend_id' | 'charset'
|
|
|
28238
28272
|
export type AzureSqlServerFieldEnum = 'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'customer_uuid' | 'description' | 'error_message' | 'error_traceback' | 'fqdn' | 'is_limit_based' | 'is_usage_based' | 'location' | 'location_name' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_type' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'password' | 'project' | 'project_name' | 'project_uuid' | 'resource_group' | 'resource_group_name' | 'resource_type' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'state' | 'storage_mb' | 'url' | 'username' | 'uuid';
|
|
28239
28273
|
export type AzureVirtualMachineFieldEnum = 'access_url' | 'backend_id' | 'cores' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'customer_uuid' | 'description' | 'disk' | 'error_message' | 'error_traceback' | 'external_ips' | 'image' | 'image_name' | 'internal_ips' | 'is_limit_based' | 'is_usage_based' | 'key_fingerprint' | 'key_name' | 'latitude' | 'location' | 'location_name' | 'longitude' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_type' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'min_disk' | 'min_ram' | 'modified' | 'name' | 'password' | 'project' | 'project_name' | 'project_uuid' | 'ram' | 'resource_group' | 'resource_group_name' | 'resource_type' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'size' | 'size_name' | 'ssh_public_key' | 'start_time' | 'state' | 'url' | 'user_data' | 'username' | 'uuid';
|
|
28240
28274
|
export type BackendResourceReqOEnum = '-created' | 'created';
|
|
28241
|
-
export type OfferingFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'is_accessible' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | '
|
|
28275
|
+
export type OfferingFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'googlecalendar' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'is_accessible' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'profile_name' | 'profile_uuid' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'secret_options' | 'service_attributes' | 'shared' | 'slug' | 'software_catalogs' | 'state' | 'tags' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details';
|
|
28242
28276
|
export type BookingResourceFieldEnum = 'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'created' | 'created_by' | 'created_by_full_name' | 'created_by_username' | 'creation_order' | 'current_usages' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'downscaled' | 'effective_id' | 'end_date' | 'end_date_requested_by' | 'endpoints' | 'error_message' | 'error_traceback' | 'is_limit_based' | 'is_usage_based' | 'last_sync' | 'limit_usage' | 'limits' | 'modified' | 'name' | 'offering' | 'offering_backend_id' | 'offering_billable' | 'offering_components' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | 'offering_state' | 'offering_thumbnail' | 'offering_type' | 'offering_uuid' | 'options' | 'order_in_progress' | 'parent_name' | 'parent_offering_name' | 'parent_offering_slug' | 'parent_offering_uuid' | 'parent_uuid' | 'paused' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project' | 'project_description' | 'project_effective_end_date' | 'project_end_date' | 'project_end_date_requested_by' | 'project_is_in_grace_period' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_description' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'renewal_date' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slots' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid';
|
|
28243
28277
|
export type BookingResourceOEnum = '-created' | '-name' | '-schedules' | '-type' | 'created' | 'name' | 'schedules' | 'type';
|
|
28244
28278
|
export type BroadcastMessageFieldEnum = 'author_full_name' | 'body' | 'created' | 'emails' | 'query' | 'send_at' | 'state' | 'subject' | 'uuid';
|
|
@@ -28297,13 +28331,13 @@ export type OfferingUserOEnum = '-created' | '-modified' | '-username' | 'create
|
|
|
28297
28331
|
export type OrderDetailsFieldEnum = 'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_message' | 'consumer_message_attachment' | 'consumer_rejection_comment' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_email' | 'created_by_full_name' | 'created_by_organization' | 'created_by_organization_registry_code' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'error_updated_at' | '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' | 'order_subtype' | 'output' | 'output_updated_at' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_description' | 'provider_message' | 'provider_message_attachment' | 'provider_message_url' | 'provider_name' | 'provider_rejection_comment' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_slug' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'slug' | 'start_date' | 'state' | 'termination_comment' | 'type' | 'url' | 'uuid';
|
|
28298
28332
|
export type OrderDetailsOEnum = '-consumer_reviewed_at' | '-cost' | '-created' | '-state' | 'consumer_reviewed_at' | 'cost' | 'created' | 'state';
|
|
28299
28333
|
export type RemoteProjectUpdateRequestStateEnum = 'approved' | 'canceled' | 'draft' | 'pending' | 'rejected';
|
|
28300
|
-
export type ProviderOfferingDetailsFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_id_rules' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'integration_status' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | '
|
|
28334
|
+
export type ProviderOfferingDetailsFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_id_rules' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'integration_status' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'profile_name' | 'profile_uuid' | 'project' | 'project_name' | 'project_uuid' | 'quotas' | 'resource_options' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'secret_options' | 'service_attributes' | 'shared' | 'slug' | 'software_catalogs' | 'state' | 'tags' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'uuid' | 'vendor_details';
|
|
28301
28335
|
export type ProviderOfferingDetailsOEnum = '-created' | '-name' | '-state' | '-total_cost' | '-total_cost_estimated' | '-total_customers' | '-type' | 'created' | 'name' | 'state' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type';
|
|
28302
28336
|
export type ProviderOfferingCustomerFieldEnum = 'abbreviation' | 'email' | 'name' | 'phone_number' | 'slug' | 'uuid';
|
|
28303
28337
|
export type ProjectFieldEnum = 'affiliated_organizations' | 'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_grace_period_days' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'effective_end_date' | 'end_date' | 'end_date_requested_by' | 'end_date_updated_at' | 'grace_period_days' | 'image' | 'is_in_grace_period' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'science_domain_code' | 'science_domain_name' | 'science_domain_uuid' | 'science_sub_domain' | 'science_sub_domain_code' | 'science_sub_domain_name' | 'slug' | 'staff_notes' | 'start_date' | 'termination_metadata' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'user_affiliations' | 'user_email_patterns' | 'user_identity_sources' | 'uuid';
|
|
28304
28338
|
export type UserFieldEnum = 'active_isds' | 'address' | 'affiliations' | 'agree_with_policy' | 'agreement_date' | 'attribute_sources' | 'birth_date' | 'civil_number' | 'country_of_residence' | 'date_joined' | 'deactivation_reason' | 'description' | 'eduperson_assurance' | 'email' | 'first_name' | 'full_name' | 'gender' | 'has_active_session' | 'has_usable_password' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'ip_address' | 'is_active' | 'is_identity_manager' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'managed_isds' | 'nationalities' | 'nationality' | 'native_name' | 'notifications_enabled' | 'organization' | 'organization_country' | 'organization_registry_code' | 'organization_type' | 'permissions' | 'personal_title' | 'phone_number' | 'place_of_birth' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid';
|
|
28305
28339
|
export type ResourceOEnum = '-created' | '-end_date' | '-name' | '-project_name' | '-state' | 'created' | 'end_date' | 'name' | 'project_name' | 'state';
|
|
28306
|
-
export type PublicOfferingDetailsFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'is_accessible' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | '
|
|
28340
|
+
export type PublicOfferingDetailsFieldEnum = 'access_url' | 'attributes' | 'backend_id' | 'backend_metadata' | 'billable' | 'billing_type_classification' | 'category' | 'category_title' | 'category_uuid' | 'citation_count' | 'compliance_checklist' | 'components' | 'country' | 'created' | 'customer' | 'customer_name' | 'customer_uuid' | 'datacite_doi' | 'description' | 'documentation_url' | 'effective_available_limits' | 'endpoints' | 'files' | 'full_description' | 'getting_started' | 'google_calendar_is_public' | 'google_calendar_link' | 'has_compliance_requirements' | 'helpdesk_url' | 'image' | 'integration_guide' | 'is_accessible' | 'latitude' | 'longitude' | 'name' | 'options' | 'order_count' | 'organization_groups' | 'parent_description' | 'parent_name' | 'parent_uuid' | 'partitions' | 'paused_reason' | 'plans' | 'plugin_options' | 'privacy_policy_link' | 'profile_name' | 'profile_uuid' | 'project' | 'project_name' | 'project_uuid' | 'promotion_campaigns' | 'quotas' | 'resource_options' | 'scope' | 'scope_error_message' | 'scope_name' | 'scope_state' | 'scope_uuid' | 'screenshots' | 'secret_options' | 'service_attributes' | 'shared' | 'slug' | 'software_catalogs' | 'state' | 'tags' | 'thumbnail' | 'total_cost' | 'total_cost_estimated' | 'total_customers' | 'type' | 'url' | 'user_has_consent' | 'uuid' | 'vendor_details';
|
|
28307
28341
|
export type RobotAccountDetailsFieldEnum = 'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'error_message' | 'error_traceback' | 'fingerprints' | 'keys' | 'modified' | 'offering_plugin_options' | 'project_name' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'resource' | 'resource_name' | 'resource_uuid' | 'responsible_user' | 'state' | 'type' | 'url' | 'user_keys' | 'username' | 'users' | 'uuid';
|
|
28308
28342
|
export type ServiceProviderFieldEnum = 'allowed_domains' | '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';
|
|
28309
28343
|
export type MarketplaceProviderCustomerProjectFieldEnum = 'billing_price_estimate' | 'description' | 'end_date' | 'name' | 'resources_count' | 'users_count' | 'uuid';
|
|
@@ -44725,16 +44759,10 @@ export type MarketplaceOfferingPermissionsRetrieveResponses = {
|
|
|
44725
44759
|
200: OfferingPermission;
|
|
44726
44760
|
};
|
|
44727
44761
|
export type MarketplaceOfferingPermissionsRetrieveResponse = MarketplaceOfferingPermissionsRetrieveResponses[keyof MarketplaceOfferingPermissionsRetrieveResponses];
|
|
44728
|
-
export type
|
|
44762
|
+
export type MarketplaceOfferingProfilesListData = {
|
|
44729
44763
|
body?: never;
|
|
44730
44764
|
path?: never;
|
|
44731
44765
|
query?: {
|
|
44732
|
-
/**
|
|
44733
|
-
* Ordering
|
|
44734
|
-
*
|
|
44735
|
-
*
|
|
44736
|
-
*/
|
|
44737
|
-
o?: Array<OfferingReferralOEnum>;
|
|
44738
44766
|
/**
|
|
44739
44767
|
* A page number within the paginated result set.
|
|
44740
44768
|
*/
|
|
@@ -44743,18 +44771,149 @@ export type MarketplaceOfferingReferralsListData = {
|
|
|
44743
44771
|
* Number of results to return per page.
|
|
44744
44772
|
*/
|
|
44745
44773
|
page_size?: number;
|
|
44774
|
+
};
|
|
44775
|
+
url: '/api/marketplace-offering-profiles/';
|
|
44776
|
+
};
|
|
44777
|
+
export type MarketplaceOfferingProfilesListResponses = {
|
|
44778
|
+
200: Array<OfferingProfile>;
|
|
44779
|
+
};
|
|
44780
|
+
export type MarketplaceOfferingProfilesListResponse = MarketplaceOfferingProfilesListResponses[keyof MarketplaceOfferingProfilesListResponses];
|
|
44781
|
+
export type MarketplaceOfferingProfilesCountData = {
|
|
44782
|
+
body?: never;
|
|
44783
|
+
path?: never;
|
|
44784
|
+
query?: {
|
|
44746
44785
|
/**
|
|
44747
|
-
*
|
|
44786
|
+
* A page number within the paginated result set.
|
|
44748
44787
|
*/
|
|
44749
|
-
|
|
44788
|
+
page?: number;
|
|
44789
|
+
/**
|
|
44790
|
+
* Number of results to return per page.
|
|
44791
|
+
*/
|
|
44792
|
+
page_size?: number;
|
|
44750
44793
|
};
|
|
44751
|
-
url: '/api/marketplace-offering-
|
|
44794
|
+
url: '/api/marketplace-offering-profiles/';
|
|
44752
44795
|
};
|
|
44753
|
-
export type
|
|
44754
|
-
|
|
44796
|
+
export type MarketplaceOfferingProfilesCountResponses = {
|
|
44797
|
+
/**
|
|
44798
|
+
* No response body
|
|
44799
|
+
*/
|
|
44800
|
+
200: unknown;
|
|
44755
44801
|
};
|
|
44756
|
-
export type
|
|
44757
|
-
|
|
44802
|
+
export type MarketplaceOfferingProfilesCreateData = {
|
|
44803
|
+
body: OfferingProfileRequest;
|
|
44804
|
+
path?: never;
|
|
44805
|
+
query?: never;
|
|
44806
|
+
url: '/api/marketplace-offering-profiles/';
|
|
44807
|
+
};
|
|
44808
|
+
export type MarketplaceOfferingProfilesCreateResponses = {
|
|
44809
|
+
201: OfferingProfile;
|
|
44810
|
+
};
|
|
44811
|
+
export type MarketplaceOfferingProfilesCreateResponse = MarketplaceOfferingProfilesCreateResponses[keyof MarketplaceOfferingProfilesCreateResponses];
|
|
44812
|
+
export type MarketplaceOfferingProfilesDestroyData = {
|
|
44813
|
+
body?: never;
|
|
44814
|
+
path: {
|
|
44815
|
+
uuid: string;
|
|
44816
|
+
};
|
|
44817
|
+
query?: never;
|
|
44818
|
+
url: '/api/marketplace-offering-profiles/{uuid}/';
|
|
44819
|
+
};
|
|
44820
|
+
export type MarketplaceOfferingProfilesDestroyResponses = {
|
|
44821
|
+
/**
|
|
44822
|
+
* No response body
|
|
44823
|
+
*/
|
|
44824
|
+
204: void;
|
|
44825
|
+
};
|
|
44826
|
+
export type MarketplaceOfferingProfilesDestroyResponse = MarketplaceOfferingProfilesDestroyResponses[keyof MarketplaceOfferingProfilesDestroyResponses];
|
|
44827
|
+
export type MarketplaceOfferingProfilesRetrieveData = {
|
|
44828
|
+
body?: never;
|
|
44829
|
+
path: {
|
|
44830
|
+
uuid: string;
|
|
44831
|
+
};
|
|
44832
|
+
query?: never;
|
|
44833
|
+
url: '/api/marketplace-offering-profiles/{uuid}/';
|
|
44834
|
+
};
|
|
44835
|
+
export type MarketplaceOfferingProfilesRetrieveResponses = {
|
|
44836
|
+
200: OfferingProfile;
|
|
44837
|
+
};
|
|
44838
|
+
export type MarketplaceOfferingProfilesRetrieveResponse = MarketplaceOfferingProfilesRetrieveResponses[keyof MarketplaceOfferingProfilesRetrieveResponses];
|
|
44839
|
+
export type MarketplaceOfferingProfilesPartialUpdateData = {
|
|
44840
|
+
body?: PatchedOfferingProfileRequest;
|
|
44841
|
+
path: {
|
|
44842
|
+
uuid: string;
|
|
44843
|
+
};
|
|
44844
|
+
query?: never;
|
|
44845
|
+
url: '/api/marketplace-offering-profiles/{uuid}/';
|
|
44846
|
+
};
|
|
44847
|
+
export type MarketplaceOfferingProfilesPartialUpdateResponses = {
|
|
44848
|
+
200: OfferingProfile;
|
|
44849
|
+
};
|
|
44850
|
+
export type MarketplaceOfferingProfilesPartialUpdateResponse = MarketplaceOfferingProfilesPartialUpdateResponses[keyof MarketplaceOfferingProfilesPartialUpdateResponses];
|
|
44851
|
+
export type MarketplaceOfferingProfilesUpdateData = {
|
|
44852
|
+
body: OfferingProfileRequest;
|
|
44853
|
+
path: {
|
|
44854
|
+
uuid: string;
|
|
44855
|
+
};
|
|
44856
|
+
query?: never;
|
|
44857
|
+
url: '/api/marketplace-offering-profiles/{uuid}/';
|
|
44858
|
+
};
|
|
44859
|
+
export type MarketplaceOfferingProfilesUpdateResponses = {
|
|
44860
|
+
200: OfferingProfile;
|
|
44861
|
+
};
|
|
44862
|
+
export type MarketplaceOfferingProfilesUpdateResponse = MarketplaceOfferingProfilesUpdateResponses[keyof MarketplaceOfferingProfilesUpdateResponses];
|
|
44863
|
+
export type MarketplaceOfferingProfilesAddRoleData = {
|
|
44864
|
+
body: OfferingProfileRoleAssignRequest;
|
|
44865
|
+
path: {
|
|
44866
|
+
uuid: string;
|
|
44867
|
+
};
|
|
44868
|
+
query?: never;
|
|
44869
|
+
url: '/api/marketplace-offering-profiles/{uuid}/add_role/';
|
|
44870
|
+
};
|
|
44871
|
+
export type MarketplaceOfferingProfilesAddRoleResponses = {
|
|
44872
|
+
200: OfferingProfileRoleAssign;
|
|
44873
|
+
};
|
|
44874
|
+
export type MarketplaceOfferingProfilesAddRoleResponse = MarketplaceOfferingProfilesAddRoleResponses[keyof MarketplaceOfferingProfilesAddRoleResponses];
|
|
44875
|
+
export type MarketplaceOfferingProfilesRemoveRoleData = {
|
|
44876
|
+
body: OfferingProfileRoleAssignRequest;
|
|
44877
|
+
path: {
|
|
44878
|
+
uuid: string;
|
|
44879
|
+
};
|
|
44880
|
+
query?: never;
|
|
44881
|
+
url: '/api/marketplace-offering-profiles/{uuid}/remove_role/';
|
|
44882
|
+
};
|
|
44883
|
+
export type MarketplaceOfferingProfilesRemoveRoleResponses = {
|
|
44884
|
+
200: OfferingProfileRoleAssign;
|
|
44885
|
+
};
|
|
44886
|
+
export type MarketplaceOfferingProfilesRemoveRoleResponse = MarketplaceOfferingProfilesRemoveRoleResponses[keyof MarketplaceOfferingProfilesRemoveRoleResponses];
|
|
44887
|
+
export type MarketplaceOfferingReferralsListData = {
|
|
44888
|
+
body?: never;
|
|
44889
|
+
path?: never;
|
|
44890
|
+
query?: {
|
|
44891
|
+
/**
|
|
44892
|
+
* Ordering
|
|
44893
|
+
*
|
|
44894
|
+
*
|
|
44895
|
+
*/
|
|
44896
|
+
o?: Array<OfferingReferralOEnum>;
|
|
44897
|
+
/**
|
|
44898
|
+
* A page number within the paginated result set.
|
|
44899
|
+
*/
|
|
44900
|
+
page?: number;
|
|
44901
|
+
/**
|
|
44902
|
+
* Number of results to return per page.
|
|
44903
|
+
*/
|
|
44904
|
+
page_size?: number;
|
|
44905
|
+
/**
|
|
44906
|
+
* Filter by scope URL.
|
|
44907
|
+
*/
|
|
44908
|
+
scope?: string;
|
|
44909
|
+
};
|
|
44910
|
+
url: '/api/marketplace-offering-referrals/';
|
|
44911
|
+
};
|
|
44912
|
+
export type MarketplaceOfferingReferralsListResponses = {
|
|
44913
|
+
200: Array<OfferingReferral>;
|
|
44914
|
+
};
|
|
44915
|
+
export type MarketplaceOfferingReferralsListResponse = MarketplaceOfferingReferralsListResponses[keyof MarketplaceOfferingReferralsListResponses];
|
|
44916
|
+
export type MarketplaceOfferingReferralsCountData = {
|
|
44758
44917
|
body?: never;
|
|
44759
44918
|
path?: never;
|
|
44760
44919
|
query?: {
|
|
@@ -44797,6 +44956,113 @@ export type MarketplaceOfferingReferralsRetrieveResponses = {
|
|
|
44797
44956
|
200: OfferingReferral;
|
|
44798
44957
|
};
|
|
44799
44958
|
export type MarketplaceOfferingReferralsRetrieveResponse = MarketplaceOfferingReferralsRetrieveResponses[keyof MarketplaceOfferingReferralsRetrieveResponses];
|
|
44959
|
+
export type MarketplaceOfferingRolesListData = {
|
|
44960
|
+
body?: never;
|
|
44961
|
+
path?: never;
|
|
44962
|
+
query?: {
|
|
44963
|
+
content_type?: string;
|
|
44964
|
+
name?: string;
|
|
44965
|
+
offering_uuid?: string;
|
|
44966
|
+
/**
|
|
44967
|
+
* A page number within the paginated result set.
|
|
44968
|
+
*/
|
|
44969
|
+
page?: number;
|
|
44970
|
+
/**
|
|
44971
|
+
* Number of results to return per page.
|
|
44972
|
+
*/
|
|
44973
|
+
page_size?: number;
|
|
44974
|
+
};
|
|
44975
|
+
url: '/api/marketplace-offering-roles/';
|
|
44976
|
+
};
|
|
44977
|
+
export type MarketplaceOfferingRolesListResponses = {
|
|
44978
|
+
200: Array<OfferingRole>;
|
|
44979
|
+
};
|
|
44980
|
+
export type MarketplaceOfferingRolesListResponse = MarketplaceOfferingRolesListResponses[keyof MarketplaceOfferingRolesListResponses];
|
|
44981
|
+
export type MarketplaceOfferingRolesCountData = {
|
|
44982
|
+
body?: never;
|
|
44983
|
+
path?: never;
|
|
44984
|
+
query?: {
|
|
44985
|
+
content_type?: string;
|
|
44986
|
+
name?: string;
|
|
44987
|
+
offering_uuid?: string;
|
|
44988
|
+
/**
|
|
44989
|
+
* A page number within the paginated result set.
|
|
44990
|
+
*/
|
|
44991
|
+
page?: number;
|
|
44992
|
+
/**
|
|
44993
|
+
* Number of results to return per page.
|
|
44994
|
+
*/
|
|
44995
|
+
page_size?: number;
|
|
44996
|
+
};
|
|
44997
|
+
url: '/api/marketplace-offering-roles/';
|
|
44998
|
+
};
|
|
44999
|
+
export type MarketplaceOfferingRolesCountResponses = {
|
|
45000
|
+
/**
|
|
45001
|
+
* No response body
|
|
45002
|
+
*/
|
|
45003
|
+
200: unknown;
|
|
45004
|
+
};
|
|
45005
|
+
export type MarketplaceOfferingRolesCreateData = {
|
|
45006
|
+
body: OfferingRoleRequest;
|
|
45007
|
+
path?: never;
|
|
45008
|
+
query?: never;
|
|
45009
|
+
url: '/api/marketplace-offering-roles/';
|
|
45010
|
+
};
|
|
45011
|
+
export type MarketplaceOfferingRolesCreateResponses = {
|
|
45012
|
+
201: OfferingRole;
|
|
45013
|
+
};
|
|
45014
|
+
export type MarketplaceOfferingRolesCreateResponse = MarketplaceOfferingRolesCreateResponses[keyof MarketplaceOfferingRolesCreateResponses];
|
|
45015
|
+
export type MarketplaceOfferingRolesDestroyData = {
|
|
45016
|
+
body?: never;
|
|
45017
|
+
path: {
|
|
45018
|
+
uuid: string;
|
|
45019
|
+
};
|
|
45020
|
+
query?: never;
|
|
45021
|
+
url: '/api/marketplace-offering-roles/{uuid}/';
|
|
45022
|
+
};
|
|
45023
|
+
export type MarketplaceOfferingRolesDestroyResponses = {
|
|
45024
|
+
/**
|
|
45025
|
+
* No response body
|
|
45026
|
+
*/
|
|
45027
|
+
204: void;
|
|
45028
|
+
};
|
|
45029
|
+
export type MarketplaceOfferingRolesDestroyResponse = MarketplaceOfferingRolesDestroyResponses[keyof MarketplaceOfferingRolesDestroyResponses];
|
|
45030
|
+
export type MarketplaceOfferingRolesRetrieveData = {
|
|
45031
|
+
body?: never;
|
|
45032
|
+
path: {
|
|
45033
|
+
uuid: string;
|
|
45034
|
+
};
|
|
45035
|
+
query?: never;
|
|
45036
|
+
url: '/api/marketplace-offering-roles/{uuid}/';
|
|
45037
|
+
};
|
|
45038
|
+
export type MarketplaceOfferingRolesRetrieveResponses = {
|
|
45039
|
+
200: OfferingRole;
|
|
45040
|
+
};
|
|
45041
|
+
export type MarketplaceOfferingRolesRetrieveResponse = MarketplaceOfferingRolesRetrieveResponses[keyof MarketplaceOfferingRolesRetrieveResponses];
|
|
45042
|
+
export type MarketplaceOfferingRolesPartialUpdateData = {
|
|
45043
|
+
body?: PatchedOfferingRoleRequest;
|
|
45044
|
+
path: {
|
|
45045
|
+
uuid: string;
|
|
45046
|
+
};
|
|
45047
|
+
query?: never;
|
|
45048
|
+
url: '/api/marketplace-offering-roles/{uuid}/';
|
|
45049
|
+
};
|
|
45050
|
+
export type MarketplaceOfferingRolesPartialUpdateResponses = {
|
|
45051
|
+
200: OfferingRole;
|
|
45052
|
+
};
|
|
45053
|
+
export type MarketplaceOfferingRolesPartialUpdateResponse = MarketplaceOfferingRolesPartialUpdateResponses[keyof MarketplaceOfferingRolesPartialUpdateResponses];
|
|
45054
|
+
export type MarketplaceOfferingRolesUpdateData = {
|
|
45055
|
+
body: OfferingRoleRequest;
|
|
45056
|
+
path: {
|
|
45057
|
+
uuid: string;
|
|
45058
|
+
};
|
|
45059
|
+
query?: never;
|
|
45060
|
+
url: '/api/marketplace-offering-roles/{uuid}/';
|
|
45061
|
+
};
|
|
45062
|
+
export type MarketplaceOfferingRolesUpdateResponses = {
|
|
45063
|
+
200: OfferingRole;
|
|
45064
|
+
};
|
|
45065
|
+
export type MarketplaceOfferingRolesUpdateResponse = MarketplaceOfferingRolesUpdateResponses[keyof MarketplaceOfferingRolesUpdateResponses];
|
|
44800
45066
|
export type MarketplaceOfferingTermsOfServiceListData = {
|
|
44801
45067
|
body?: never;
|
|
44802
45068
|
path?: never;
|
|
@@ -45194,127 +45460,6 @@ export type MarketplaceOfferingUserChecklistCompletionsRetrieveResponses = {
|
|
|
45194
45460
|
200: UserChecklistCompletion;
|
|
45195
45461
|
};
|
|
45196
45462
|
export type MarketplaceOfferingUserChecklistCompletionsRetrieveResponse = MarketplaceOfferingUserChecklistCompletionsRetrieveResponses[keyof MarketplaceOfferingUserChecklistCompletionsRetrieveResponses];
|
|
45197
|
-
export type MarketplaceOfferingUserRolesListData = {
|
|
45198
|
-
body?: never;
|
|
45199
|
-
path?: never;
|
|
45200
|
-
query?: {
|
|
45201
|
-
offering?: string;
|
|
45202
|
-
/**
|
|
45203
|
-
* Multiple values may be separated by commas.
|
|
45204
|
-
*/
|
|
45205
|
-
offering_slug?: Array<string>;
|
|
45206
|
-
/**
|
|
45207
|
-
* Multiple values may be separated by commas.
|
|
45208
|
-
*/
|
|
45209
|
-
offering_uuid?: Array<string>;
|
|
45210
|
-
/**
|
|
45211
|
-
* A page number within the paginated result set.
|
|
45212
|
-
*/
|
|
45213
|
-
page?: number;
|
|
45214
|
-
/**
|
|
45215
|
-
* Number of results to return per page.
|
|
45216
|
-
*/
|
|
45217
|
-
page_size?: number;
|
|
45218
|
-
parent_offering_uuid?: string;
|
|
45219
|
-
};
|
|
45220
|
-
url: '/api/marketplace-offering-user-roles/';
|
|
45221
|
-
};
|
|
45222
|
-
export type MarketplaceOfferingUserRolesListResponses = {
|
|
45223
|
-
200: Array<OfferingUserRole>;
|
|
45224
|
-
};
|
|
45225
|
-
export type MarketplaceOfferingUserRolesListResponse = MarketplaceOfferingUserRolesListResponses[keyof MarketplaceOfferingUserRolesListResponses];
|
|
45226
|
-
export type MarketplaceOfferingUserRolesCountData = {
|
|
45227
|
-
body?: never;
|
|
45228
|
-
path?: never;
|
|
45229
|
-
query?: {
|
|
45230
|
-
offering?: string;
|
|
45231
|
-
/**
|
|
45232
|
-
* Multiple values may be separated by commas.
|
|
45233
|
-
*/
|
|
45234
|
-
offering_slug?: Array<string>;
|
|
45235
|
-
/**
|
|
45236
|
-
* Multiple values may be separated by commas.
|
|
45237
|
-
*/
|
|
45238
|
-
offering_uuid?: Array<string>;
|
|
45239
|
-
/**
|
|
45240
|
-
* A page number within the paginated result set.
|
|
45241
|
-
*/
|
|
45242
|
-
page?: number;
|
|
45243
|
-
/**
|
|
45244
|
-
* Number of results to return per page.
|
|
45245
|
-
*/
|
|
45246
|
-
page_size?: number;
|
|
45247
|
-
parent_offering_uuid?: string;
|
|
45248
|
-
};
|
|
45249
|
-
url: '/api/marketplace-offering-user-roles/';
|
|
45250
|
-
};
|
|
45251
|
-
export type MarketplaceOfferingUserRolesCountResponses = {
|
|
45252
|
-
/**
|
|
45253
|
-
* No response body
|
|
45254
|
-
*/
|
|
45255
|
-
200: unknown;
|
|
45256
|
-
};
|
|
45257
|
-
export type MarketplaceOfferingUserRolesCreateData = {
|
|
45258
|
-
body: OfferingUserRoleRequest;
|
|
45259
|
-
path?: never;
|
|
45260
|
-
query?: never;
|
|
45261
|
-
url: '/api/marketplace-offering-user-roles/';
|
|
45262
|
-
};
|
|
45263
|
-
export type MarketplaceOfferingUserRolesCreateResponses = {
|
|
45264
|
-
201: OfferingUserRole;
|
|
45265
|
-
};
|
|
45266
|
-
export type MarketplaceOfferingUserRolesCreateResponse = MarketplaceOfferingUserRolesCreateResponses[keyof MarketplaceOfferingUserRolesCreateResponses];
|
|
45267
|
-
export type MarketplaceOfferingUserRolesDestroyData = {
|
|
45268
|
-
body?: never;
|
|
45269
|
-
path: {
|
|
45270
|
-
uuid: string;
|
|
45271
|
-
};
|
|
45272
|
-
query?: never;
|
|
45273
|
-
url: '/api/marketplace-offering-user-roles/{uuid}/';
|
|
45274
|
-
};
|
|
45275
|
-
export type MarketplaceOfferingUserRolesDestroyResponses = {
|
|
45276
|
-
/**
|
|
45277
|
-
* No response body
|
|
45278
|
-
*/
|
|
45279
|
-
204: void;
|
|
45280
|
-
};
|
|
45281
|
-
export type MarketplaceOfferingUserRolesDestroyResponse = MarketplaceOfferingUserRolesDestroyResponses[keyof MarketplaceOfferingUserRolesDestroyResponses];
|
|
45282
|
-
export type MarketplaceOfferingUserRolesRetrieveData = {
|
|
45283
|
-
body?: never;
|
|
45284
|
-
path: {
|
|
45285
|
-
uuid: string;
|
|
45286
|
-
};
|
|
45287
|
-
query?: never;
|
|
45288
|
-
url: '/api/marketplace-offering-user-roles/{uuid}/';
|
|
45289
|
-
};
|
|
45290
|
-
export type MarketplaceOfferingUserRolesRetrieveResponses = {
|
|
45291
|
-
200: OfferingUserRole;
|
|
45292
|
-
};
|
|
45293
|
-
export type MarketplaceOfferingUserRolesRetrieveResponse = MarketplaceOfferingUserRolesRetrieveResponses[keyof MarketplaceOfferingUserRolesRetrieveResponses];
|
|
45294
|
-
export type MarketplaceOfferingUserRolesPartialUpdateData = {
|
|
45295
|
-
body?: PatchedOfferingUserRoleRequest;
|
|
45296
|
-
path: {
|
|
45297
|
-
uuid: string;
|
|
45298
|
-
};
|
|
45299
|
-
query?: never;
|
|
45300
|
-
url: '/api/marketplace-offering-user-roles/{uuid}/';
|
|
45301
|
-
};
|
|
45302
|
-
export type MarketplaceOfferingUserRolesPartialUpdateResponses = {
|
|
45303
|
-
200: OfferingUserRole;
|
|
45304
|
-
};
|
|
45305
|
-
export type MarketplaceOfferingUserRolesPartialUpdateResponse = MarketplaceOfferingUserRolesPartialUpdateResponses[keyof MarketplaceOfferingUserRolesPartialUpdateResponses];
|
|
45306
|
-
export type MarketplaceOfferingUserRolesUpdateData = {
|
|
45307
|
-
body: OfferingUserRoleRequest;
|
|
45308
|
-
path: {
|
|
45309
|
-
uuid: string;
|
|
45310
|
-
};
|
|
45311
|
-
query?: never;
|
|
45312
|
-
url: '/api/marketplace-offering-user-roles/{uuid}/';
|
|
45313
|
-
};
|
|
45314
|
-
export type MarketplaceOfferingUserRolesUpdateResponses = {
|
|
45315
|
-
200: OfferingUserRole;
|
|
45316
|
-
};
|
|
45317
|
-
export type MarketplaceOfferingUserRolesUpdateResponse = MarketplaceOfferingUserRolesUpdateResponses[keyof MarketplaceOfferingUserRolesUpdateResponses];
|
|
45318
45463
|
export type MarketplaceOfferingUsersListData = {
|
|
45319
45464
|
body?: never;
|
|
45320
45465
|
path?: never;
|
|
@@ -49521,6 +49666,20 @@ export type MarketplaceProviderOfferingsSetBackendMetadataResponses = {
|
|
|
49521
49666
|
*/
|
|
49522
49667
|
200: unknown;
|
|
49523
49668
|
};
|
|
49669
|
+
export type MarketplaceProviderOfferingsSetProfileData = {
|
|
49670
|
+
body?: OfferingProfileBindRequest;
|
|
49671
|
+
path: {
|
|
49672
|
+
uuid: string;
|
|
49673
|
+
};
|
|
49674
|
+
query?: never;
|
|
49675
|
+
url: '/api/marketplace-provider-offerings/{uuid}/set_profile/';
|
|
49676
|
+
};
|
|
49677
|
+
export type MarketplaceProviderOfferingsSetProfileResponses = {
|
|
49678
|
+
/**
|
|
49679
|
+
* No response body
|
|
49680
|
+
*/
|
|
49681
|
+
200: unknown;
|
|
49682
|
+
};
|
|
49524
49683
|
export type MarketplaceProviderOfferingsStateCountersRetrieveData = {
|
|
49525
49684
|
body?: never;
|
|
49526
49685
|
path: {
|
|
@@ -50264,6 +50423,241 @@ export type MarketplaceProviderOfferingsImportOfferingResponses = {
|
|
|
50264
50423
|
200: OfferingImportResponse;
|
|
50265
50424
|
};
|
|
50266
50425
|
export type MarketplaceProviderOfferingsImportOfferingResponse = MarketplaceProviderOfferingsImportOfferingResponses[keyof MarketplaceProviderOfferingsImportOfferingResponses];
|
|
50426
|
+
export type MarketplaceProviderResourceProjectsListData = {
|
|
50427
|
+
body?: never;
|
|
50428
|
+
path?: never;
|
|
50429
|
+
query?: {
|
|
50430
|
+
name?: string;
|
|
50431
|
+
/**
|
|
50432
|
+
* A page number within the paginated result set.
|
|
50433
|
+
*/
|
|
50434
|
+
page?: number;
|
|
50435
|
+
/**
|
|
50436
|
+
* Number of results to return per page.
|
|
50437
|
+
*/
|
|
50438
|
+
page_size?: number;
|
|
50439
|
+
/**
|
|
50440
|
+
* Resource URL
|
|
50441
|
+
*/
|
|
50442
|
+
resource?: string;
|
|
50443
|
+
/**
|
|
50444
|
+
* Resource UUID
|
|
50445
|
+
*/
|
|
50446
|
+
resource_uuid?: string;
|
|
50447
|
+
};
|
|
50448
|
+
url: '/api/marketplace-provider-resource-projects/';
|
|
50449
|
+
};
|
|
50450
|
+
export type MarketplaceProviderResourceProjectsListResponses = {
|
|
50451
|
+
200: Array<ResourceProject>;
|
|
50452
|
+
};
|
|
50453
|
+
export type MarketplaceProviderResourceProjectsListResponse = MarketplaceProviderResourceProjectsListResponses[keyof MarketplaceProviderResourceProjectsListResponses];
|
|
50454
|
+
export type MarketplaceProviderResourceProjectsCountData = {
|
|
50455
|
+
body?: never;
|
|
50456
|
+
path?: never;
|
|
50457
|
+
query?: {
|
|
50458
|
+
name?: string;
|
|
50459
|
+
/**
|
|
50460
|
+
* A page number within the paginated result set.
|
|
50461
|
+
*/
|
|
50462
|
+
page?: number;
|
|
50463
|
+
/**
|
|
50464
|
+
* Number of results to return per page.
|
|
50465
|
+
*/
|
|
50466
|
+
page_size?: number;
|
|
50467
|
+
/**
|
|
50468
|
+
* Resource URL
|
|
50469
|
+
*/
|
|
50470
|
+
resource?: string;
|
|
50471
|
+
/**
|
|
50472
|
+
* Resource UUID
|
|
50473
|
+
*/
|
|
50474
|
+
resource_uuid?: string;
|
|
50475
|
+
};
|
|
50476
|
+
url: '/api/marketplace-provider-resource-projects/';
|
|
50477
|
+
};
|
|
50478
|
+
export type MarketplaceProviderResourceProjectsCountResponses = {
|
|
50479
|
+
/**
|
|
50480
|
+
* No response body
|
|
50481
|
+
*/
|
|
50482
|
+
200: unknown;
|
|
50483
|
+
};
|
|
50484
|
+
export type MarketplaceProviderResourceProjectsRetrieveData = {
|
|
50485
|
+
body?: never;
|
|
50486
|
+
path: {
|
|
50487
|
+
uuid: string;
|
|
50488
|
+
};
|
|
50489
|
+
query?: never;
|
|
50490
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/';
|
|
50491
|
+
};
|
|
50492
|
+
export type MarketplaceProviderResourceProjectsRetrieveResponses = {
|
|
50493
|
+
200: ResourceProject;
|
|
50494
|
+
};
|
|
50495
|
+
export type MarketplaceProviderResourceProjectsRetrieveResponse = MarketplaceProviderResourceProjectsRetrieveResponses[keyof MarketplaceProviderResourceProjectsRetrieveResponses];
|
|
50496
|
+
export type MarketplaceProviderResourceProjectsPartialUpdateData = {
|
|
50497
|
+
body?: PatchedResourceProjectRequest;
|
|
50498
|
+
path: {
|
|
50499
|
+
uuid: string;
|
|
50500
|
+
};
|
|
50501
|
+
query?: never;
|
|
50502
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/';
|
|
50503
|
+
};
|
|
50504
|
+
export type MarketplaceProviderResourceProjectsPartialUpdateResponses = {
|
|
50505
|
+
200: ResourceProject;
|
|
50506
|
+
};
|
|
50507
|
+
export type MarketplaceProviderResourceProjectsPartialUpdateResponse = MarketplaceProviderResourceProjectsPartialUpdateResponses[keyof MarketplaceProviderResourceProjectsPartialUpdateResponses];
|
|
50508
|
+
export type MarketplaceProviderResourceProjectsUpdateData = {
|
|
50509
|
+
body: ResourceProjectRequest;
|
|
50510
|
+
path: {
|
|
50511
|
+
uuid: string;
|
|
50512
|
+
};
|
|
50513
|
+
query?: never;
|
|
50514
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/';
|
|
50515
|
+
};
|
|
50516
|
+
export type MarketplaceProviderResourceProjectsUpdateResponses = {
|
|
50517
|
+
200: ResourceProject;
|
|
50518
|
+
};
|
|
50519
|
+
export type MarketplaceProviderResourceProjectsUpdateResponse = MarketplaceProviderResourceProjectsUpdateResponses[keyof MarketplaceProviderResourceProjectsUpdateResponses];
|
|
50520
|
+
export type MarketplaceProviderResourceProjectsAddUserData = {
|
|
50521
|
+
body: UserRoleCreateRequest;
|
|
50522
|
+
path: {
|
|
50523
|
+
uuid: string;
|
|
50524
|
+
};
|
|
50525
|
+
query?: never;
|
|
50526
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/add_user/';
|
|
50527
|
+
};
|
|
50528
|
+
export type MarketplaceProviderResourceProjectsAddUserErrors = {
|
|
50529
|
+
/**
|
|
50530
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
50531
|
+
*/
|
|
50532
|
+
400: unknown;
|
|
50533
|
+
};
|
|
50534
|
+
export type MarketplaceProviderResourceProjectsAddUserResponses = {
|
|
50535
|
+
201: UserRoleExpirationTime;
|
|
50536
|
+
};
|
|
50537
|
+
export type MarketplaceProviderResourceProjectsAddUserResponse = MarketplaceProviderResourceProjectsAddUserResponses[keyof MarketplaceProviderResourceProjectsAddUserResponses];
|
|
50538
|
+
export type MarketplaceProviderResourceProjectsDeleteUserData = {
|
|
50539
|
+
body: UserRoleDeleteRequest;
|
|
50540
|
+
path: {
|
|
50541
|
+
uuid: string;
|
|
50542
|
+
};
|
|
50543
|
+
query?: never;
|
|
50544
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/delete_user/';
|
|
50545
|
+
};
|
|
50546
|
+
export type MarketplaceProviderResourceProjectsDeleteUserResponses = {
|
|
50547
|
+
/**
|
|
50548
|
+
* Role revoked successfully.
|
|
50549
|
+
*/
|
|
50550
|
+
200: unknown;
|
|
50551
|
+
};
|
|
50552
|
+
export type MarketplaceProviderResourceProjectsListUsersListData = {
|
|
50553
|
+
body?: never;
|
|
50554
|
+
path: {
|
|
50555
|
+
uuid: string;
|
|
50556
|
+
};
|
|
50557
|
+
query?: {
|
|
50558
|
+
/**
|
|
50559
|
+
* Fields to include in response
|
|
50560
|
+
*/
|
|
50561
|
+
field?: Array<UserRoleDetailsFieldEnum>;
|
|
50562
|
+
/**
|
|
50563
|
+
* User full name
|
|
50564
|
+
*/
|
|
50565
|
+
full_name?: string;
|
|
50566
|
+
/**
|
|
50567
|
+
* User native name
|
|
50568
|
+
*/
|
|
50569
|
+
native_name?: string;
|
|
50570
|
+
/**
|
|
50571
|
+
* Ordering fields
|
|
50572
|
+
*/
|
|
50573
|
+
o?: Array<UserRoleDetailsOEnum>;
|
|
50574
|
+
/**
|
|
50575
|
+
* A page number within the paginated result set.
|
|
50576
|
+
*/
|
|
50577
|
+
page?: number;
|
|
50578
|
+
/**
|
|
50579
|
+
* Number of results to return per page.
|
|
50580
|
+
*/
|
|
50581
|
+
page_size?: number;
|
|
50582
|
+
/**
|
|
50583
|
+
* Role UUID or name
|
|
50584
|
+
*/
|
|
50585
|
+
role?: string;
|
|
50586
|
+
/**
|
|
50587
|
+
* Search string for user
|
|
50588
|
+
*/
|
|
50589
|
+
search_string?: string;
|
|
50590
|
+
/**
|
|
50591
|
+
* User UUID
|
|
50592
|
+
*/
|
|
50593
|
+
user?: string;
|
|
50594
|
+
/**
|
|
50595
|
+
* User slug
|
|
50596
|
+
*/
|
|
50597
|
+
user_slug?: string;
|
|
50598
|
+
/**
|
|
50599
|
+
* User URL
|
|
50600
|
+
*/
|
|
50601
|
+
user_url?: string;
|
|
50602
|
+
/**
|
|
50603
|
+
* User username
|
|
50604
|
+
*/
|
|
50605
|
+
username?: string;
|
|
50606
|
+
};
|
|
50607
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/list_users/';
|
|
50608
|
+
};
|
|
50609
|
+
export type MarketplaceProviderResourceProjectsListUsersListResponses = {
|
|
50610
|
+
200: Array<UserRoleDetails>;
|
|
50611
|
+
};
|
|
50612
|
+
export type MarketplaceProviderResourceProjectsListUsersListResponse = MarketplaceProviderResourceProjectsListUsersListResponses[keyof MarketplaceProviderResourceProjectsListUsersListResponses];
|
|
50613
|
+
export type MarketplaceProviderResourceProjectsSetBackendIdData = {
|
|
50614
|
+
body: ResourceProjectBackendIdRequest;
|
|
50615
|
+
path: {
|
|
50616
|
+
uuid: string;
|
|
50617
|
+
};
|
|
50618
|
+
query?: never;
|
|
50619
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/set_backend_id/';
|
|
50620
|
+
};
|
|
50621
|
+
export type MarketplaceProviderResourceProjectsSetBackendIdResponses = {
|
|
50622
|
+
200: ResourceProjectBackendId;
|
|
50623
|
+
};
|
|
50624
|
+
export type MarketplaceProviderResourceProjectsSetBackendIdResponse = MarketplaceProviderResourceProjectsSetBackendIdResponses[keyof MarketplaceProviderResourceProjectsSetBackendIdResponses];
|
|
50625
|
+
export type MarketplaceProviderResourceProjectsSetStateErredData = {
|
|
50626
|
+
body: ResourceProjectRequest;
|
|
50627
|
+
path: {
|
|
50628
|
+
uuid: string;
|
|
50629
|
+
};
|
|
50630
|
+
query?: never;
|
|
50631
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/set_state_erred/';
|
|
50632
|
+
};
|
|
50633
|
+
export type MarketplaceProviderResourceProjectsSetStateErredResponses = {
|
|
50634
|
+
200: ResourceProject;
|
|
50635
|
+
};
|
|
50636
|
+
export type MarketplaceProviderResourceProjectsSetStateErredResponse = MarketplaceProviderResourceProjectsSetStateErredResponses[keyof MarketplaceProviderResourceProjectsSetStateErredResponses];
|
|
50637
|
+
export type MarketplaceProviderResourceProjectsSetStateOkData = {
|
|
50638
|
+
body: ResourceProjectRequest;
|
|
50639
|
+
path: {
|
|
50640
|
+
uuid: string;
|
|
50641
|
+
};
|
|
50642
|
+
query?: never;
|
|
50643
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/set_state_ok/';
|
|
50644
|
+
};
|
|
50645
|
+
export type MarketplaceProviderResourceProjectsSetStateOkResponses = {
|
|
50646
|
+
200: ResourceProject;
|
|
50647
|
+
};
|
|
50648
|
+
export type MarketplaceProviderResourceProjectsSetStateOkResponse = MarketplaceProviderResourceProjectsSetStateOkResponses[keyof MarketplaceProviderResourceProjectsSetStateOkResponses];
|
|
50649
|
+
export type MarketplaceProviderResourceProjectsUpdateUserData = {
|
|
50650
|
+
body: UserRoleUpdateRequest;
|
|
50651
|
+
path: {
|
|
50652
|
+
uuid: string;
|
|
50653
|
+
};
|
|
50654
|
+
query?: never;
|
|
50655
|
+
url: '/api/marketplace-provider-resource-projects/{uuid}/update_user/';
|
|
50656
|
+
};
|
|
50657
|
+
export type MarketplaceProviderResourceProjectsUpdateUserResponses = {
|
|
50658
|
+
200: UserRoleExpirationTime;
|
|
50659
|
+
};
|
|
50660
|
+
export type MarketplaceProviderResourceProjectsUpdateUserResponse = MarketplaceProviderResourceProjectsUpdateUserResponses[keyof MarketplaceProviderResourceProjectsUpdateUserResponses];
|
|
50267
50661
|
export type MarketplaceProviderResourcesListData = {
|
|
50268
50662
|
body?: never;
|
|
50269
50663
|
path?: never;
|
|
@@ -51920,10 +52314,11 @@ export type MarketplaceResourceOfferingsListResponses = {
|
|
|
51920
52314
|
200: Array<ResourceOffering>;
|
|
51921
52315
|
};
|
|
51922
52316
|
export type MarketplaceResourceOfferingsListResponse = MarketplaceResourceOfferingsListResponses[keyof MarketplaceResourceOfferingsListResponses];
|
|
51923
|
-
export type
|
|
52317
|
+
export type MarketplaceResourceProjectsListData = {
|
|
51924
52318
|
body?: never;
|
|
51925
52319
|
path?: never;
|
|
51926
52320
|
query?: {
|
|
52321
|
+
name?: string;
|
|
51927
52322
|
/**
|
|
51928
52323
|
* A page number within the paginated result set.
|
|
51929
52324
|
*/
|
|
@@ -51940,29 +52335,18 @@ export type MarketplaceResourceUsersListData = {
|
|
|
51940
52335
|
* Resource UUID
|
|
51941
52336
|
*/
|
|
51942
52337
|
resource_uuid?: string;
|
|
51943
|
-
/**
|
|
51944
|
-
* Role name
|
|
51945
|
-
*/
|
|
51946
|
-
role_name?: string;
|
|
51947
|
-
/**
|
|
51948
|
-
* Role UUID
|
|
51949
|
-
*/
|
|
51950
|
-
role_uuid?: string;
|
|
51951
|
-
/**
|
|
51952
|
-
* User UUID
|
|
51953
|
-
*/
|
|
51954
|
-
user_uuid?: string;
|
|
51955
52338
|
};
|
|
51956
|
-
url: '/api/marketplace-resource-
|
|
52339
|
+
url: '/api/marketplace-resource-projects/';
|
|
51957
52340
|
};
|
|
51958
|
-
export type
|
|
51959
|
-
200: Array<
|
|
52341
|
+
export type MarketplaceResourceProjectsListResponses = {
|
|
52342
|
+
200: Array<ResourceProject>;
|
|
51960
52343
|
};
|
|
51961
|
-
export type
|
|
51962
|
-
export type
|
|
52344
|
+
export type MarketplaceResourceProjectsListResponse = MarketplaceResourceProjectsListResponses[keyof MarketplaceResourceProjectsListResponses];
|
|
52345
|
+
export type MarketplaceResourceProjectsCountData = {
|
|
51963
52346
|
body?: never;
|
|
51964
52347
|
path?: never;
|
|
51965
52348
|
query?: {
|
|
52349
|
+
name?: string;
|
|
51966
52350
|
/**
|
|
51967
52351
|
* A page number within the paginated result set.
|
|
51968
52352
|
*/
|
|
@@ -51979,64 +52363,181 @@ export type MarketplaceResourceUsersCountData = {
|
|
|
51979
52363
|
* Resource UUID
|
|
51980
52364
|
*/
|
|
51981
52365
|
resource_uuid?: string;
|
|
51982
|
-
/**
|
|
51983
|
-
* Role name
|
|
51984
|
-
*/
|
|
51985
|
-
role_name?: string;
|
|
51986
|
-
/**
|
|
51987
|
-
* Role UUID
|
|
51988
|
-
*/
|
|
51989
|
-
role_uuid?: string;
|
|
51990
|
-
/**
|
|
51991
|
-
* User UUID
|
|
51992
|
-
*/
|
|
51993
|
-
user_uuid?: string;
|
|
51994
52366
|
};
|
|
51995
|
-
url: '/api/marketplace-resource-
|
|
52367
|
+
url: '/api/marketplace-resource-projects/';
|
|
51996
52368
|
};
|
|
51997
|
-
export type
|
|
52369
|
+
export type MarketplaceResourceProjectsCountResponses = {
|
|
51998
52370
|
/**
|
|
51999
52371
|
* No response body
|
|
52000
52372
|
*/
|
|
52001
52373
|
200: unknown;
|
|
52002
52374
|
};
|
|
52003
|
-
export type
|
|
52004
|
-
body:
|
|
52375
|
+
export type MarketplaceResourceProjectsCreateData = {
|
|
52376
|
+
body: ResourceProjectRequest;
|
|
52005
52377
|
path?: never;
|
|
52006
52378
|
query?: never;
|
|
52007
|
-
url: '/api/marketplace-resource-
|
|
52379
|
+
url: '/api/marketplace-resource-projects/';
|
|
52008
52380
|
};
|
|
52009
|
-
export type
|
|
52010
|
-
201:
|
|
52381
|
+
export type MarketplaceResourceProjectsCreateResponses = {
|
|
52382
|
+
201: ResourceProject;
|
|
52011
52383
|
};
|
|
52012
|
-
export type
|
|
52013
|
-
export type
|
|
52384
|
+
export type MarketplaceResourceProjectsCreateResponse = MarketplaceResourceProjectsCreateResponses[keyof MarketplaceResourceProjectsCreateResponses];
|
|
52385
|
+
export type MarketplaceResourceProjectsDestroyData = {
|
|
52014
52386
|
body?: never;
|
|
52015
52387
|
path: {
|
|
52016
52388
|
uuid: string;
|
|
52017
52389
|
};
|
|
52018
52390
|
query?: never;
|
|
52019
|
-
url: '/api/marketplace-resource-
|
|
52391
|
+
url: '/api/marketplace-resource-projects/{uuid}/';
|
|
52020
52392
|
};
|
|
52021
|
-
export type
|
|
52393
|
+
export type MarketplaceResourceProjectsDestroyResponses = {
|
|
52022
52394
|
/**
|
|
52023
52395
|
* No response body
|
|
52024
52396
|
*/
|
|
52025
52397
|
204: void;
|
|
52026
52398
|
};
|
|
52027
|
-
export type
|
|
52028
|
-
export type
|
|
52399
|
+
export type MarketplaceResourceProjectsDestroyResponse = MarketplaceResourceProjectsDestroyResponses[keyof MarketplaceResourceProjectsDestroyResponses];
|
|
52400
|
+
export type MarketplaceResourceProjectsRetrieveData = {
|
|
52401
|
+
body?: never;
|
|
52402
|
+
path: {
|
|
52403
|
+
uuid: string;
|
|
52404
|
+
};
|
|
52405
|
+
query?: never;
|
|
52406
|
+
url: '/api/marketplace-resource-projects/{uuid}/';
|
|
52407
|
+
};
|
|
52408
|
+
export type MarketplaceResourceProjectsRetrieveResponses = {
|
|
52409
|
+
200: ResourceProject;
|
|
52410
|
+
};
|
|
52411
|
+
export type MarketplaceResourceProjectsRetrieveResponse = MarketplaceResourceProjectsRetrieveResponses[keyof MarketplaceResourceProjectsRetrieveResponses];
|
|
52412
|
+
export type MarketplaceResourceProjectsPartialUpdateData = {
|
|
52413
|
+
body?: PatchedResourceProjectRequest;
|
|
52414
|
+
path: {
|
|
52415
|
+
uuid: string;
|
|
52416
|
+
};
|
|
52417
|
+
query?: never;
|
|
52418
|
+
url: '/api/marketplace-resource-projects/{uuid}/';
|
|
52419
|
+
};
|
|
52420
|
+
export type MarketplaceResourceProjectsPartialUpdateResponses = {
|
|
52421
|
+
200: ResourceProject;
|
|
52422
|
+
};
|
|
52423
|
+
export type MarketplaceResourceProjectsPartialUpdateResponse = MarketplaceResourceProjectsPartialUpdateResponses[keyof MarketplaceResourceProjectsPartialUpdateResponses];
|
|
52424
|
+
export type MarketplaceResourceProjectsUpdateData = {
|
|
52425
|
+
body: ResourceProjectRequest;
|
|
52426
|
+
path: {
|
|
52427
|
+
uuid: string;
|
|
52428
|
+
};
|
|
52429
|
+
query?: never;
|
|
52430
|
+
url: '/api/marketplace-resource-projects/{uuid}/';
|
|
52431
|
+
};
|
|
52432
|
+
export type MarketplaceResourceProjectsUpdateResponses = {
|
|
52433
|
+
200: ResourceProject;
|
|
52434
|
+
};
|
|
52435
|
+
export type MarketplaceResourceProjectsUpdateResponse = MarketplaceResourceProjectsUpdateResponses[keyof MarketplaceResourceProjectsUpdateResponses];
|
|
52436
|
+
export type MarketplaceResourceProjectsAddUserData = {
|
|
52437
|
+
body: UserRoleCreateRequest;
|
|
52438
|
+
path: {
|
|
52439
|
+
uuid: string;
|
|
52440
|
+
};
|
|
52441
|
+
query?: never;
|
|
52442
|
+
url: '/api/marketplace-resource-projects/{uuid}/add_user/';
|
|
52443
|
+
};
|
|
52444
|
+
export type MarketplaceResourceProjectsAddUserErrors = {
|
|
52445
|
+
/**
|
|
52446
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
52447
|
+
*/
|
|
52448
|
+
400: unknown;
|
|
52449
|
+
};
|
|
52450
|
+
export type MarketplaceResourceProjectsAddUserResponses = {
|
|
52451
|
+
201: UserRoleExpirationTime;
|
|
52452
|
+
};
|
|
52453
|
+
export type MarketplaceResourceProjectsAddUserResponse = MarketplaceResourceProjectsAddUserResponses[keyof MarketplaceResourceProjectsAddUserResponses];
|
|
52454
|
+
export type MarketplaceResourceProjectsDeleteUserData = {
|
|
52455
|
+
body: UserRoleDeleteRequest;
|
|
52456
|
+
path: {
|
|
52457
|
+
uuid: string;
|
|
52458
|
+
};
|
|
52459
|
+
query?: never;
|
|
52460
|
+
url: '/api/marketplace-resource-projects/{uuid}/delete_user/';
|
|
52461
|
+
};
|
|
52462
|
+
export type MarketplaceResourceProjectsDeleteUserResponses = {
|
|
52463
|
+
/**
|
|
52464
|
+
* Role revoked successfully.
|
|
52465
|
+
*/
|
|
52466
|
+
200: unknown;
|
|
52467
|
+
};
|
|
52468
|
+
export type MarketplaceResourceProjectsListUsersListData = {
|
|
52029
52469
|
body?: never;
|
|
52030
52470
|
path: {
|
|
52031
52471
|
uuid: string;
|
|
52032
52472
|
};
|
|
52473
|
+
query?: {
|
|
52474
|
+
/**
|
|
52475
|
+
* Fields to include in response
|
|
52476
|
+
*/
|
|
52477
|
+
field?: Array<UserRoleDetailsFieldEnum>;
|
|
52478
|
+
/**
|
|
52479
|
+
* User full name
|
|
52480
|
+
*/
|
|
52481
|
+
full_name?: string;
|
|
52482
|
+
/**
|
|
52483
|
+
* User native name
|
|
52484
|
+
*/
|
|
52485
|
+
native_name?: string;
|
|
52486
|
+
/**
|
|
52487
|
+
* Ordering fields
|
|
52488
|
+
*/
|
|
52489
|
+
o?: Array<UserRoleDetailsOEnum>;
|
|
52490
|
+
/**
|
|
52491
|
+
* A page number within the paginated result set.
|
|
52492
|
+
*/
|
|
52493
|
+
page?: number;
|
|
52494
|
+
/**
|
|
52495
|
+
* Number of results to return per page.
|
|
52496
|
+
*/
|
|
52497
|
+
page_size?: number;
|
|
52498
|
+
/**
|
|
52499
|
+
* Role UUID or name
|
|
52500
|
+
*/
|
|
52501
|
+
role?: string;
|
|
52502
|
+
/**
|
|
52503
|
+
* Search string for user
|
|
52504
|
+
*/
|
|
52505
|
+
search_string?: string;
|
|
52506
|
+
/**
|
|
52507
|
+
* User UUID
|
|
52508
|
+
*/
|
|
52509
|
+
user?: string;
|
|
52510
|
+
/**
|
|
52511
|
+
* User slug
|
|
52512
|
+
*/
|
|
52513
|
+
user_slug?: string;
|
|
52514
|
+
/**
|
|
52515
|
+
* User URL
|
|
52516
|
+
*/
|
|
52517
|
+
user_url?: string;
|
|
52518
|
+
/**
|
|
52519
|
+
* User username
|
|
52520
|
+
*/
|
|
52521
|
+
username?: string;
|
|
52522
|
+
};
|
|
52523
|
+
url: '/api/marketplace-resource-projects/{uuid}/list_users/';
|
|
52524
|
+
};
|
|
52525
|
+
export type MarketplaceResourceProjectsListUsersListResponses = {
|
|
52526
|
+
200: Array<UserRoleDetails>;
|
|
52527
|
+
};
|
|
52528
|
+
export type MarketplaceResourceProjectsListUsersListResponse = MarketplaceResourceProjectsListUsersListResponses[keyof MarketplaceResourceProjectsListUsersListResponses];
|
|
52529
|
+
export type MarketplaceResourceProjectsUpdateUserData = {
|
|
52530
|
+
body: UserRoleUpdateRequest;
|
|
52531
|
+
path: {
|
|
52532
|
+
uuid: string;
|
|
52533
|
+
};
|
|
52033
52534
|
query?: never;
|
|
52034
|
-
url: '/api/marketplace-resource-
|
|
52535
|
+
url: '/api/marketplace-resource-projects/{uuid}/update_user/';
|
|
52035
52536
|
};
|
|
52036
|
-
export type
|
|
52037
|
-
200:
|
|
52537
|
+
export type MarketplaceResourceProjectsUpdateUserResponses = {
|
|
52538
|
+
200: UserRoleExpirationTime;
|
|
52038
52539
|
};
|
|
52039
|
-
export type
|
|
52540
|
+
export type MarketplaceResourceProjectsUpdateUserResponse = MarketplaceResourceProjectsUpdateUserResponses[keyof MarketplaceResourceProjectsUpdateUserResponses];
|
|
52040
52541
|
export type MarketplaceResourcesListData = {
|
|
52041
52542
|
body?: never;
|
|
52042
52543
|
path?: never;
|
|
@@ -52468,6 +52969,38 @@ export type MarketplaceResourcesUpdateResponses = {
|
|
|
52468
52969
|
200: ResourceUpdate;
|
|
52469
52970
|
};
|
|
52470
52971
|
export type MarketplaceResourcesUpdateResponse = MarketplaceResourcesUpdateResponses[keyof MarketplaceResourcesUpdateResponses];
|
|
52972
|
+
export type MarketplaceResourcesAddUserData = {
|
|
52973
|
+
body: UserRoleCreateRequest;
|
|
52974
|
+
path: {
|
|
52975
|
+
uuid: string;
|
|
52976
|
+
};
|
|
52977
|
+
query?: never;
|
|
52978
|
+
url: '/api/marketplace-resources/{uuid}/add_user/';
|
|
52979
|
+
};
|
|
52980
|
+
export type MarketplaceResourcesAddUserErrors = {
|
|
52981
|
+
/**
|
|
52982
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
52983
|
+
*/
|
|
52984
|
+
400: unknown;
|
|
52985
|
+
};
|
|
52986
|
+
export type MarketplaceResourcesAddUserResponses = {
|
|
52987
|
+
201: UserRoleExpirationTime;
|
|
52988
|
+
};
|
|
52989
|
+
export type MarketplaceResourcesAddUserResponse = MarketplaceResourcesAddUserResponses[keyof MarketplaceResourcesAddUserResponses];
|
|
52990
|
+
export type MarketplaceResourcesDeleteUserData = {
|
|
52991
|
+
body: UserRoleDeleteRequest;
|
|
52992
|
+
path: {
|
|
52993
|
+
uuid: string;
|
|
52994
|
+
};
|
|
52995
|
+
query?: never;
|
|
52996
|
+
url: '/api/marketplace-resources/{uuid}/delete_user/';
|
|
52997
|
+
};
|
|
52998
|
+
export type MarketplaceResourcesDeleteUserResponses = {
|
|
52999
|
+
/**
|
|
53000
|
+
* Role revoked successfully.
|
|
53001
|
+
*/
|
|
53002
|
+
200: unknown;
|
|
53003
|
+
};
|
|
52471
53004
|
export type MarketplaceResourcesDetailsRetrieveData = {
|
|
52472
53005
|
body?: never;
|
|
52473
53006
|
path: {
|
|
@@ -52737,6 +53270,67 @@ export type MarketplaceResourcesHistoryAtRetrieveResponses = {
|
|
|
52737
53270
|
200: VersionHistory;
|
|
52738
53271
|
};
|
|
52739
53272
|
export type MarketplaceResourcesHistoryAtRetrieveResponse = MarketplaceResourcesHistoryAtRetrieveResponses[keyof MarketplaceResourcesHistoryAtRetrieveResponses];
|
|
53273
|
+
export type MarketplaceResourcesListUsersListData = {
|
|
53274
|
+
body?: never;
|
|
53275
|
+
path: {
|
|
53276
|
+
uuid: string;
|
|
53277
|
+
};
|
|
53278
|
+
query?: {
|
|
53279
|
+
/**
|
|
53280
|
+
* Fields to include in response
|
|
53281
|
+
*/
|
|
53282
|
+
field?: Array<UserRoleDetailsFieldEnum>;
|
|
53283
|
+
/**
|
|
53284
|
+
* User full name
|
|
53285
|
+
*/
|
|
53286
|
+
full_name?: string;
|
|
53287
|
+
/**
|
|
53288
|
+
* User native name
|
|
53289
|
+
*/
|
|
53290
|
+
native_name?: string;
|
|
53291
|
+
/**
|
|
53292
|
+
* Ordering fields
|
|
53293
|
+
*/
|
|
53294
|
+
o?: Array<UserRoleDetailsOEnum>;
|
|
53295
|
+
/**
|
|
53296
|
+
* A page number within the paginated result set.
|
|
53297
|
+
*/
|
|
53298
|
+
page?: number;
|
|
53299
|
+
/**
|
|
53300
|
+
* Number of results to return per page.
|
|
53301
|
+
*/
|
|
53302
|
+
page_size?: number;
|
|
53303
|
+
/**
|
|
53304
|
+
* Role UUID or name
|
|
53305
|
+
*/
|
|
53306
|
+
role?: string;
|
|
53307
|
+
/**
|
|
53308
|
+
* Search string for user
|
|
53309
|
+
*/
|
|
53310
|
+
search_string?: string;
|
|
53311
|
+
/**
|
|
53312
|
+
* User UUID
|
|
53313
|
+
*/
|
|
53314
|
+
user?: string;
|
|
53315
|
+
/**
|
|
53316
|
+
* User slug
|
|
53317
|
+
*/
|
|
53318
|
+
user_slug?: string;
|
|
53319
|
+
/**
|
|
53320
|
+
* User URL
|
|
53321
|
+
*/
|
|
53322
|
+
user_url?: string;
|
|
53323
|
+
/**
|
|
53324
|
+
* User username
|
|
53325
|
+
*/
|
|
53326
|
+
username?: string;
|
|
53327
|
+
};
|
|
53328
|
+
url: '/api/marketplace-resources/{uuid}/list_users/';
|
|
53329
|
+
};
|
|
53330
|
+
export type MarketplaceResourcesListUsersListResponses = {
|
|
53331
|
+
200: Array<UserRoleDetails>;
|
|
53332
|
+
};
|
|
53333
|
+
export type MarketplaceResourcesListUsersListResponse = MarketplaceResourcesListUsersListResponses[keyof MarketplaceResourcesListUsersListResponses];
|
|
52740
53334
|
export type MarketplaceResourcesMoveResourceData = {
|
|
52741
53335
|
body: MoveResourceRequest;
|
|
52742
53336
|
path: {
|
|
@@ -52948,6 +53542,203 @@ export type MarketplaceResourcesTeamListResponses = {
|
|
|
52948
53542
|
200: Array<ProjectUser>;
|
|
52949
53543
|
};
|
|
52950
53544
|
export type MarketplaceResourcesTeamListResponse = MarketplaceResourcesTeamListResponses[keyof MarketplaceResourcesTeamListResponses];
|
|
53545
|
+
export type MarketplaceResourcesTeamMembersListData = {
|
|
53546
|
+
body?: never;
|
|
53547
|
+
path: {
|
|
53548
|
+
uuid: string;
|
|
53549
|
+
};
|
|
53550
|
+
query?: {
|
|
53551
|
+
/**
|
|
53552
|
+
* Backend ID
|
|
53553
|
+
*/
|
|
53554
|
+
backend_id?: string;
|
|
53555
|
+
/**
|
|
53556
|
+
* Category UUID
|
|
53557
|
+
*/
|
|
53558
|
+
category_uuid?: string;
|
|
53559
|
+
/**
|
|
53560
|
+
* Filter by exact number of components
|
|
53561
|
+
*/
|
|
53562
|
+
component_count?: number;
|
|
53563
|
+
/**
|
|
53564
|
+
* Created after
|
|
53565
|
+
*/
|
|
53566
|
+
created?: string;
|
|
53567
|
+
/**
|
|
53568
|
+
* Created before
|
|
53569
|
+
*/
|
|
53570
|
+
created_before?: string;
|
|
53571
|
+
/**
|
|
53572
|
+
* Customer URL
|
|
53573
|
+
*/
|
|
53574
|
+
customer?: string;
|
|
53575
|
+
/**
|
|
53576
|
+
* Customer UUID
|
|
53577
|
+
*/
|
|
53578
|
+
customer_uuid?: string;
|
|
53579
|
+
/**
|
|
53580
|
+
* Downscaled
|
|
53581
|
+
*/
|
|
53582
|
+
downscaled?: boolean;
|
|
53583
|
+
/**
|
|
53584
|
+
* Has termination date
|
|
53585
|
+
*/
|
|
53586
|
+
has_terminate_date?: boolean;
|
|
53587
|
+
/**
|
|
53588
|
+
* Filter by attached state
|
|
53589
|
+
*/
|
|
53590
|
+
is_attached?: boolean;
|
|
53591
|
+
/**
|
|
53592
|
+
* LEXIS links supported
|
|
53593
|
+
*/
|
|
53594
|
+
lexis_links_supported?: boolean;
|
|
53595
|
+
/**
|
|
53596
|
+
* Filter by limit-based offerings
|
|
53597
|
+
*/
|
|
53598
|
+
limit_based?: boolean;
|
|
53599
|
+
/**
|
|
53600
|
+
* Filter by exact number of limit-based components
|
|
53601
|
+
*/
|
|
53602
|
+
limit_component_count?: number;
|
|
53603
|
+
/**
|
|
53604
|
+
* Modified after
|
|
53605
|
+
*/
|
|
53606
|
+
modified?: string;
|
|
53607
|
+
/**
|
|
53608
|
+
* Modified before
|
|
53609
|
+
*/
|
|
53610
|
+
modified_before?: string;
|
|
53611
|
+
/**
|
|
53612
|
+
* Name
|
|
53613
|
+
*/
|
|
53614
|
+
name?: string;
|
|
53615
|
+
/**
|
|
53616
|
+
* Name (exact)
|
|
53617
|
+
*/
|
|
53618
|
+
name_exact?: string;
|
|
53619
|
+
/**
|
|
53620
|
+
* Ordering
|
|
53621
|
+
*
|
|
53622
|
+
*
|
|
53623
|
+
*/
|
|
53624
|
+
o?: Array<ResourceOEnum>;
|
|
53625
|
+
offering?: string;
|
|
53626
|
+
/**
|
|
53627
|
+
* Offering billable
|
|
53628
|
+
*/
|
|
53629
|
+
offering_billable?: boolean;
|
|
53630
|
+
/**
|
|
53631
|
+
* Offering shared
|
|
53632
|
+
*/
|
|
53633
|
+
offering_shared?: boolean;
|
|
53634
|
+
/**
|
|
53635
|
+
* Multiple values may be separated by commas.
|
|
53636
|
+
*/
|
|
53637
|
+
offering_slug?: Array<string>;
|
|
53638
|
+
/**
|
|
53639
|
+
* Offering type
|
|
53640
|
+
*/
|
|
53641
|
+
offering_type?: string;
|
|
53642
|
+
/**
|
|
53643
|
+
* Multiple values may be separated by commas.
|
|
53644
|
+
*/
|
|
53645
|
+
offering_uuid?: Array<string>;
|
|
53646
|
+
/**
|
|
53647
|
+
* Filter resources with only limit-based components
|
|
53648
|
+
*/
|
|
53649
|
+
only_limit_based?: boolean;
|
|
53650
|
+
/**
|
|
53651
|
+
* Filter resources with only usage-based components
|
|
53652
|
+
*/
|
|
53653
|
+
only_usage_based?: boolean;
|
|
53654
|
+
/**
|
|
53655
|
+
* Order state
|
|
53656
|
+
*
|
|
53657
|
+
*
|
|
53658
|
+
*/
|
|
53659
|
+
order_state?: Array<OrderState>;
|
|
53660
|
+
/**
|
|
53661
|
+
* A page number within the paginated result set.
|
|
53662
|
+
*/
|
|
53663
|
+
page?: number;
|
|
53664
|
+
/**
|
|
53665
|
+
* Number of results to return per page.
|
|
53666
|
+
*/
|
|
53667
|
+
page_size?: number;
|
|
53668
|
+
parent_offering_uuid?: string;
|
|
53669
|
+
/**
|
|
53670
|
+
* Paused
|
|
53671
|
+
*/
|
|
53672
|
+
paused?: boolean;
|
|
53673
|
+
/**
|
|
53674
|
+
* Plan UUID
|
|
53675
|
+
*/
|
|
53676
|
+
plan_uuid?: string;
|
|
53677
|
+
/**
|
|
53678
|
+
* Project name
|
|
53679
|
+
*/
|
|
53680
|
+
project_name?: string;
|
|
53681
|
+
/**
|
|
53682
|
+
* Project UUID
|
|
53683
|
+
*/
|
|
53684
|
+
project_uuid?: string;
|
|
53685
|
+
/**
|
|
53686
|
+
* Provider UUID
|
|
53687
|
+
*/
|
|
53688
|
+
provider_uuid?: string;
|
|
53689
|
+
/**
|
|
53690
|
+
* Search by resource UUID, name, slug, backend ID, effective ID, IPs or hypervisor
|
|
53691
|
+
*/
|
|
53692
|
+
query?: string;
|
|
53693
|
+
/**
|
|
53694
|
+
* Resource attributes (JSON)
|
|
53695
|
+
*/
|
|
53696
|
+
resource_attributes?: string;
|
|
53697
|
+
/**
|
|
53698
|
+
* Restrict member access
|
|
53699
|
+
*/
|
|
53700
|
+
restrict_member_access?: boolean;
|
|
53701
|
+
/**
|
|
53702
|
+
* Runtime state
|
|
53703
|
+
*/
|
|
53704
|
+
runtime_state?: string;
|
|
53705
|
+
/**
|
|
53706
|
+
* Filter by scope URL.
|
|
53707
|
+
*/
|
|
53708
|
+
scope?: string;
|
|
53709
|
+
/**
|
|
53710
|
+
* Service manager UUID
|
|
53711
|
+
*/
|
|
53712
|
+
service_manager_uuid?: string;
|
|
53713
|
+
/**
|
|
53714
|
+
* Slug
|
|
53715
|
+
*/
|
|
53716
|
+
slug?: string;
|
|
53717
|
+
/**
|
|
53718
|
+
* Resource state
|
|
53719
|
+
*
|
|
53720
|
+
*
|
|
53721
|
+
*/
|
|
53722
|
+
state?: Array<ResourceState>;
|
|
53723
|
+
/**
|
|
53724
|
+
* Filter by usage-based offerings
|
|
53725
|
+
*/
|
|
53726
|
+
usage_based?: boolean;
|
|
53727
|
+
/**
|
|
53728
|
+
* Include only resources visible to service providers
|
|
53729
|
+
*/
|
|
53730
|
+
visible_to_providers?: boolean;
|
|
53731
|
+
/**
|
|
53732
|
+
* Visible to username
|
|
53733
|
+
*/
|
|
53734
|
+
visible_to_username?: string;
|
|
53735
|
+
};
|
|
53736
|
+
url: '/api/marketplace-resources/{uuid}/team_members/';
|
|
53737
|
+
};
|
|
53738
|
+
export type MarketplaceResourcesTeamMembersListResponses = {
|
|
53739
|
+
200: Array<ResourceTeamMember>;
|
|
53740
|
+
};
|
|
53741
|
+
export type MarketplaceResourcesTeamMembersListResponse = MarketplaceResourcesTeamMembersListResponses[keyof MarketplaceResourcesTeamMembersListResponses];
|
|
52951
53742
|
export type MarketplaceResourcesTerminateData = {
|
|
52952
53743
|
body?: ResourceTerminateRequest;
|
|
52953
53744
|
path: {
|
|
@@ -53012,6 +53803,18 @@ export type MarketplaceResourcesUpdateOptionsResponses = {
|
|
|
53012
53803
|
201: OrderUuid;
|
|
53013
53804
|
};
|
|
53014
53805
|
export type MarketplaceResourcesUpdateOptionsResponse = MarketplaceResourcesUpdateOptionsResponses[keyof MarketplaceResourcesUpdateOptionsResponses];
|
|
53806
|
+
export type MarketplaceResourcesUpdateUserData = {
|
|
53807
|
+
body: UserRoleUpdateRequest;
|
|
53808
|
+
path: {
|
|
53809
|
+
uuid: string;
|
|
53810
|
+
};
|
|
53811
|
+
query?: never;
|
|
53812
|
+
url: '/api/marketplace-resources/{uuid}/update_user/';
|
|
53813
|
+
};
|
|
53814
|
+
export type MarketplaceResourcesUpdateUserResponses = {
|
|
53815
|
+
200: UserRoleExpirationTime;
|
|
53816
|
+
};
|
|
53817
|
+
export type MarketplaceResourcesUpdateUserResponse = MarketplaceResourcesUpdateUserResponses[keyof MarketplaceResourcesUpdateUserResponses];
|
|
53015
53818
|
export type MarketplaceResourcesSuggestNameData = {
|
|
53016
53819
|
body: ResourceSuggestNameRequest;
|
|
53017
53820
|
path?: never;
|
|
@@ -72359,18 +73162,6 @@ export type ProposalProtectedCallsAffinityMatrixRetrieveResponses = {
|
|
|
72359
73162
|
200: AffinityMatrixResponse;
|
|
72360
73163
|
};
|
|
72361
73164
|
export type ProposalProtectedCallsAffinityMatrixRetrieveResponse = ProposalProtectedCallsAffinityMatrixRetrieveResponses[keyof ProposalProtectedCallsAffinityMatrixRetrieveResponses];
|
|
72362
|
-
export type ProposalProtectedCallsApplicantAttributeConfigRetrieveData = {
|
|
72363
|
-
body?: never;
|
|
72364
|
-
path: {
|
|
72365
|
-
uuid: string;
|
|
72366
|
-
};
|
|
72367
|
-
query?: never;
|
|
72368
|
-
url: '/api/proposal-protected-calls/{uuid}/applicant_attribute_config/';
|
|
72369
|
-
};
|
|
72370
|
-
export type ProposalProtectedCallsApplicantAttributeConfigRetrieveResponses = {
|
|
72371
|
-
200: CallApplicantAttributeConfig;
|
|
72372
|
-
};
|
|
72373
|
-
export type ProposalProtectedCallsApplicantAttributeConfigRetrieveResponse = ProposalProtectedCallsApplicantAttributeConfigRetrieveResponses[keyof ProposalProtectedCallsApplicantAttributeConfigRetrieveResponses];
|
|
72374
73165
|
export type ProposalProtectedCallsArchiveData = {
|
|
72375
73166
|
body?: never;
|
|
72376
73167
|
path: {
|
|
@@ -72508,21 +73299,6 @@ export type ProposalProtectedCallsCreateManualAssignmentResponses = {
|
|
|
72508
73299
|
200: CreateManualAssignmentResponse;
|
|
72509
73300
|
};
|
|
72510
73301
|
export type ProposalProtectedCallsCreateManualAssignmentResponse = ProposalProtectedCallsCreateManualAssignmentResponses[keyof ProposalProtectedCallsCreateManualAssignmentResponses];
|
|
72511
|
-
export type ProposalProtectedCallsDeleteApplicantAttributeConfigDestroyData = {
|
|
72512
|
-
body?: never;
|
|
72513
|
-
path: {
|
|
72514
|
-
uuid: string;
|
|
72515
|
-
};
|
|
72516
|
-
query?: never;
|
|
72517
|
-
url: '/api/proposal-protected-calls/{uuid}/delete_applicant_attribute_config/';
|
|
72518
|
-
};
|
|
72519
|
-
export type ProposalProtectedCallsDeleteApplicantAttributeConfigDestroyResponses = {
|
|
72520
|
-
/**
|
|
72521
|
-
* No response body
|
|
72522
|
-
*/
|
|
72523
|
-
204: void;
|
|
72524
|
-
};
|
|
72525
|
-
export type ProposalProtectedCallsDeleteApplicantAttributeConfigDestroyResponse = ProposalProtectedCallsDeleteApplicantAttributeConfigDestroyResponses[keyof ProposalProtectedCallsDeleteApplicantAttributeConfigDestroyResponses];
|
|
72526
73302
|
export type ProposalProtectedCallsDeleteUserData = {
|
|
72527
73303
|
body: UserRoleDeleteRequest;
|
|
72528
73304
|
path: {
|
|
@@ -73184,30 +73960,6 @@ export type ProposalProtectedCallsSuggestionsListResponses = {
|
|
|
73184
73960
|
200: Array<ReviewerSuggestion>;
|
|
73185
73961
|
};
|
|
73186
73962
|
export type ProposalProtectedCallsSuggestionsListResponse = ProposalProtectedCallsSuggestionsListResponses[keyof ProposalProtectedCallsSuggestionsListResponses];
|
|
73187
|
-
export type ProposalProtectedCallsUpdateApplicantAttributeConfigPartialUpdateData = {
|
|
73188
|
-
body?: PatchedCallApplicantAttributeConfigRequest;
|
|
73189
|
-
path: {
|
|
73190
|
-
uuid: string;
|
|
73191
|
-
};
|
|
73192
|
-
query?: never;
|
|
73193
|
-
url: '/api/proposal-protected-calls/{uuid}/update_applicant_attribute_config/';
|
|
73194
|
-
};
|
|
73195
|
-
export type ProposalProtectedCallsUpdateApplicantAttributeConfigPartialUpdateResponses = {
|
|
73196
|
-
200: CallApplicantAttributeConfig;
|
|
73197
|
-
};
|
|
73198
|
-
export type ProposalProtectedCallsUpdateApplicantAttributeConfigPartialUpdateResponse = ProposalProtectedCallsUpdateApplicantAttributeConfigPartialUpdateResponses[keyof ProposalProtectedCallsUpdateApplicantAttributeConfigPartialUpdateResponses];
|
|
73199
|
-
export type ProposalProtectedCallsUpdateApplicantAttributeConfigData = {
|
|
73200
|
-
body?: CallApplicantAttributeConfigRequest;
|
|
73201
|
-
path: {
|
|
73202
|
-
uuid: string;
|
|
73203
|
-
};
|
|
73204
|
-
query?: never;
|
|
73205
|
-
url: '/api/proposal-protected-calls/{uuid}/update_applicant_attribute_config/';
|
|
73206
|
-
};
|
|
73207
|
-
export type ProposalProtectedCallsUpdateApplicantAttributeConfigResponses = {
|
|
73208
|
-
200: CallApplicantAttributeConfig;
|
|
73209
|
-
};
|
|
73210
|
-
export type ProposalProtectedCallsUpdateApplicantAttributeConfigResponse = ProposalProtectedCallsUpdateApplicantAttributeConfigResponses[keyof ProposalProtectedCallsUpdateApplicantAttributeConfigResponses];
|
|
73211
73963
|
export type ProposalProtectedCallsUpdateUserData = {
|
|
73212
73964
|
body: UserRoleUpdateRequest;
|
|
73213
73965
|
path: {
|
|
@@ -77934,6 +78686,105 @@ export type ReviewerSuggestionsRejectResponses = {
|
|
|
77934
78686
|
200: ReviewerSuggestion;
|
|
77935
78687
|
};
|
|
77936
78688
|
export type ReviewerSuggestionsRejectResponse = ReviewerSuggestionsRejectResponses[keyof ReviewerSuggestionsRejectResponses];
|
|
78689
|
+
export type RoleAvailabilitiesListData = {
|
|
78690
|
+
body?: never;
|
|
78691
|
+
path?: never;
|
|
78692
|
+
query?: {
|
|
78693
|
+
/**
|
|
78694
|
+
* Scope object id
|
|
78695
|
+
*/
|
|
78696
|
+
object_id?: number;
|
|
78697
|
+
/**
|
|
78698
|
+
* A page number within the paginated result set.
|
|
78699
|
+
*/
|
|
78700
|
+
page?: number;
|
|
78701
|
+
/**
|
|
78702
|
+
* Number of results to return per page.
|
|
78703
|
+
*/
|
|
78704
|
+
page_size?: number;
|
|
78705
|
+
/**
|
|
78706
|
+
* Role name contains
|
|
78707
|
+
*/
|
|
78708
|
+
role_name?: string;
|
|
78709
|
+
/**
|
|
78710
|
+
* Role UUID
|
|
78711
|
+
*/
|
|
78712
|
+
role_uuid?: string;
|
|
78713
|
+
/**
|
|
78714
|
+
* Scope content type (e.g. 'offering', 'customer')
|
|
78715
|
+
*/
|
|
78716
|
+
scope_type?: string;
|
|
78717
|
+
};
|
|
78718
|
+
url: '/api/role-availabilities/';
|
|
78719
|
+
};
|
|
78720
|
+
export type RoleAvailabilitiesListResponses = {
|
|
78721
|
+
200: Array<RoleAvailabilityDetails>;
|
|
78722
|
+
};
|
|
78723
|
+
export type RoleAvailabilitiesListResponse = RoleAvailabilitiesListResponses[keyof RoleAvailabilitiesListResponses];
|
|
78724
|
+
export type RoleAvailabilitiesCountData = {
|
|
78725
|
+
body?: never;
|
|
78726
|
+
path?: never;
|
|
78727
|
+
query?: {
|
|
78728
|
+
/**
|
|
78729
|
+
* Scope object id
|
|
78730
|
+
*/
|
|
78731
|
+
object_id?: number;
|
|
78732
|
+
/**
|
|
78733
|
+
* A page number within the paginated result set.
|
|
78734
|
+
*/
|
|
78735
|
+
page?: number;
|
|
78736
|
+
/**
|
|
78737
|
+
* Number of results to return per page.
|
|
78738
|
+
*/
|
|
78739
|
+
page_size?: number;
|
|
78740
|
+
/**
|
|
78741
|
+
* Role name contains
|
|
78742
|
+
*/
|
|
78743
|
+
role_name?: string;
|
|
78744
|
+
/**
|
|
78745
|
+
* Role UUID
|
|
78746
|
+
*/
|
|
78747
|
+
role_uuid?: string;
|
|
78748
|
+
/**
|
|
78749
|
+
* Scope content type (e.g. 'offering', 'customer')
|
|
78750
|
+
*/
|
|
78751
|
+
scope_type?: string;
|
|
78752
|
+
};
|
|
78753
|
+
url: '/api/role-availabilities/';
|
|
78754
|
+
};
|
|
78755
|
+
export type RoleAvailabilitiesCountResponses = {
|
|
78756
|
+
/**
|
|
78757
|
+
* No response body
|
|
78758
|
+
*/
|
|
78759
|
+
200: unknown;
|
|
78760
|
+
};
|
|
78761
|
+
export type RoleAvailabilitiesDestroyData = {
|
|
78762
|
+
body?: never;
|
|
78763
|
+
path: {
|
|
78764
|
+
uuid: string;
|
|
78765
|
+
};
|
|
78766
|
+
query?: never;
|
|
78767
|
+
url: '/api/role-availabilities/{uuid}/';
|
|
78768
|
+
};
|
|
78769
|
+
export type RoleAvailabilitiesDestroyResponses = {
|
|
78770
|
+
/**
|
|
78771
|
+
* No response body
|
|
78772
|
+
*/
|
|
78773
|
+
204: void;
|
|
78774
|
+
};
|
|
78775
|
+
export type RoleAvailabilitiesDestroyResponse = RoleAvailabilitiesDestroyResponses[keyof RoleAvailabilitiesDestroyResponses];
|
|
78776
|
+
export type RoleAvailabilitiesRetrieveData = {
|
|
78777
|
+
body?: never;
|
|
78778
|
+
path: {
|
|
78779
|
+
uuid: string;
|
|
78780
|
+
};
|
|
78781
|
+
query?: never;
|
|
78782
|
+
url: '/api/role-availabilities/{uuid}/';
|
|
78783
|
+
};
|
|
78784
|
+
export type RoleAvailabilitiesRetrieveResponses = {
|
|
78785
|
+
200: RoleAvailabilityDetails;
|
|
78786
|
+
};
|
|
78787
|
+
export type RoleAvailabilitiesRetrieveResponse = RoleAvailabilitiesRetrieveResponses[keyof RoleAvailabilitiesRetrieveResponses];
|
|
77937
78788
|
export type RolesListData = {
|
|
77938
78789
|
body?: never;
|
|
77939
78790
|
path?: never;
|