waldur-js-client 7.8.2 → 7.8.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/sdk.gen.js CHANGED
@@ -13223,7 +13223,11 @@ export const marketplaceProviderResourcesMoveResource = (options) => {
13223
13223
  }
13224
13224
  ],
13225
13225
  url: '/api/marketplace-provider-resources/{uuid}/move_resource/',
13226
- ...options
13226
+ ...options,
13227
+ headers: {
13228
+ 'Content-Type': 'application/json',
13229
+ ...options.headers
13230
+ }
13227
13231
  });
13228
13232
  };
13229
13233
  export const marketplaceProviderResourcesOfferingRetrieve = (options) => {
@@ -14113,7 +14117,11 @@ export const marketplaceResourcesMoveResource = (options) => {
14113
14117
  }
14114
14118
  ],
14115
14119
  url: '/api/marketplace-resources/{uuid}/move_resource/',
14116
- ...options
14120
+ ...options,
14121
+ headers: {
14122
+ 'Content-Type': 'application/json',
14123
+ ...options.headers
14124
+ }
14117
14125
  });
14118
14126
  };
14119
14127
  export const marketplaceResourcesOfferingRetrieve = (options) => {
@@ -879,6 +879,7 @@ export type BookingResource = {
879
879
  readonly offering_plugin_options?: unknown;
880
880
  readonly provider_name?: string;
881
881
  readonly provider_uuid?: string;
882
+ readonly provider_slug?: string;
882
883
  readonly category_title?: string;
883
884
  readonly category_uuid?: string;
884
885
  readonly category_icon?: string;
@@ -946,9 +947,6 @@ export type BookingResource = {
946
947
  readonly endpoints?: Array<NestedEndpoint>;
947
948
  readonly error_message?: string;
948
949
  readonly error_traceback?: string;
949
- readonly offering_customer_uuid?: string;
950
- readonly offering_customer_name?: string;
951
- readonly offering_customer_slug?: string;
952
950
  readonly options?: unknown;
953
951
  readonly available_actions?: Array<string>;
954
952
  readonly last_sync?: string;
@@ -1753,6 +1751,7 @@ export type ConstanceSettings = {
1753
1751
  OIDC_CLIENT_SECRET?: string;
1754
1752
  OIDC_USER_FIELD?: string;
1755
1753
  OIDC_CACHE_TIMEOUT?: number;
1754
+ OIDC_ACCESS_TOKEN_ENABLED?: boolean;
1756
1755
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
1757
1756
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
1758
1757
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
@@ -1890,6 +1889,7 @@ export type ConstanceSettingsRequest = {
1890
1889
  OIDC_CLIENT_SECRET?: string;
1891
1890
  OIDC_USER_FIELD?: string;
1892
1891
  OIDC_CACHE_TIMEOUT?: number;
1892
+ OIDC_ACCESS_TOKEN_ENABLED?: boolean;
1893
1893
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
1894
1894
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
1895
1895
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
@@ -2542,7 +2542,7 @@ export type Event = {
2542
2542
  message?: string;
2543
2543
  readonly context?: unknown;
2544
2544
  };
2545
- export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'offering_accounting' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users';
2545
+ export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'offering_accounting' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users' | 'terms_of_service';
2546
2546
  export type EventStats = {
2547
2547
  readonly year: number;
2548
2548
  readonly month: number;
@@ -2571,7 +2571,7 @@ export type EventSubscriptionRequest = {
2571
2571
  description?: string;
2572
2572
  observable_objects?: unknown;
2573
2573
  };
2574
- 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' | 'custom_notification' | 'customer_creation_succeeded' | 'customer_deletion_succeeded' | 'customer_update_succeeded' | 'customer_permission_review_created' | 'customer_permission_review_closed' | 'droplet_resize_scheduled' | 'droplet_resize_succeeded' | 'freeipa_profile_created' | 'freeipa_profile_deleted' | 'freeipa_profile_disabled' | 'freeipa_profile_enabled' | 'invoice_canceled' | 'invoice_created' | 'invoice_item_created' | 'invoice_item_deleted' | 'invoice_item_updated' | 'invoice_paid' | 'issue_creation_succeeded' | 'issue_deletion_succeeded' | 'issue_update_succeeded' | 'marketplace_offering_component_created' | 'marketplace_offering_component_deleted' | 'marketplace_offering_component_updated' | 'marketplace_offering_created' | 'marketplace_offering_role_created' | 'marketplace_offering_role_deleted' | 'marketplace_offering_role_updated' | 'marketplace_offering_updated' | 'marketplace_offering_user_created' | 'marketplace_offering_user_updated' | 'marketplace_offering_user_deleted' | 'marketplace_offering_user_restriction_updated' | 'marketplace_order_approved' | 'marketplace_order_completed' | 'marketplace_order_created' | 'marketplace_order_failed' | 'marketplace_order_rejected' | 'marketplace_order_terminated' | 'marketplace_order_unlinked' | 'marketplace_plan_archived' | 'marketplace_plan_component_current_price_updated' | 'marketplace_plan_component_future_price_updated' | 'marketplace_plan_component_quota_updated' | 'marketplace_plan_created' | 'marketplace_plan_updated' | 'marketplace_plan_deleted' | 'marketplace_resource_create_canceled' | 'marketplace_resource_create_failed' | 'marketplace_resource_create_requested' | 'marketplace_resource_create_succeeded' | 'marketplace_resource_downscaled' | 'marketplace_resource_erred_on_backend' | 'marketplace_resource_paused' | 'marketplace_resource_terminate_canceled' | 'marketplace_resource_terminate_failed' | 'marketplace_resource_terminate_requested' | 'marketplace_resource_terminate_succeeded' | 'marketplace_resource_unlinked' | 'marketplace_resource_update_canceled' | 'marketplace_resource_update_end_date_succeeded' | 'marketplace_resource_update_failed' | 'marketplace_resource_update_limits_failed' | 'marketplace_resource_update_limits_succeeded' | 'marketplace_resource_update_requested' | 'marketplace_resource_update_succeeded' | 'marketplace_resource_user_created' | 'marketplace_resource_user_deleted' | 'notify_external_user' | 'notify_organization_owners' | 'notify_project_team' | 'openstack_floating_ip_attached' | 'openstack_floating_ip_connected' | 'openstack_floating_ip_description_updated' | 'openstack_floating_ip_detached' | 'openstack_floating_ip_disconnected' | 'openstack_network_cleaned' | 'openstack_network_created' | 'openstack_network_deleted' | 'openstack_network_imported' | 'openstack_network_pulled' | 'openstack_network_updated' | 'openstack_port_cleaned' | 'openstack_port_created' | 'openstack_port_deleted' | 'openstack_port_imported' | 'openstack_port_pulled' | 'openstack_port_updated' | 'openstack_router_updated' | 'openstack_security_group_cleaned' | 'openstack_security_group_created' | 'openstack_security_group_deleted' | 'openstack_security_group_imported' | 'openstack_security_group_pulled' | 'openstack_security_group_rule_cleaned' | 'openstack_security_group_rule_created' | 'openstack_security_group_rule_deleted' | 'openstack_security_group_rule_imported' | 'openstack_security_group_rule_updated' | 'openstack_security_group_updated' | 'openstack_security_group_added_remotely' | 'openstack_security_group_removed_remotely' | 'openstack_security_group_added_locally' | 'openstack_security_group_removed_locally' | 'openstack_server_group_cleaned' | 'openstack_server_group_created' | 'openstack_server_group_deleted' | 'openstack_server_group_imported' | 'openstack_server_group_pulled' | 'openstack_subnet_cleaned' | 'openstack_subnet_created' | 'openstack_subnet_deleted' | 'openstack_subnet_imported' | 'openstack_subnet_pulled' | 'openstack_subnet_updated' | 'openstack_tenant_quota_limit_updated' | 'payment_added' | 'payment_created' | 'payment_removed' | 'policy_notification' | 'project_creation_succeeded' | 'project_deletion_succeeded' | 'project_deletion_triggered' | 'project_update_request_approved' | 'project_update_request_created' | 'project_update_request_rejected' | 'project_update_succeeded' | 'project_permission_review_created' | 'project_permission_review_closed' | 'proposal_canceled' | 'proposal_document_added' | 'proposal_document_removed' | 'query_executed' | 'reduction_of_customer_credit' | 'reduction_of_customer_credit_due_to_minimal_consumption' | 'reduction_of_customer_expected_consumption' | 'reduction_of_project_credit' | 'reduction_of_project_credit_due_to_minimal_consumption' | 'reduction_of_project_expected_consumption' | 'request_downscaling' | 'request_pausing' | 'resource_assign_floating_ip_failed' | 'resource_assign_floating_ip_scheduled' | 'resource_assign_floating_ip_succeeded' | 'resource_attach_failed' | 'resource_attach_scheduled' | 'resource_attach_succeeded' | 'resource_backup_creation_failed' | 'resource_backup_creation_scheduled' | 'resource_backup_creation_succeeded' | 'resource_backup_deletion_failed' | 'resource_backup_deletion_scheduled' | 'resource_backup_deletion_succeeded' | 'resource_backup_restoration_failed' | 'resource_backup_restoration_scheduled' | 'resource_backup_restoration_succeeded' | 'resource_change_flavor_failed' | 'resource_change_flavor_scheduled' | 'resource_change_flavor_succeeded' | 'resource_creation_failed' | 'resource_creation_scheduled' | 'resource_creation_succeeded' | 'resource_deletion_failed' | 'resource_deletion_scheduled' | 'resource_deletion_succeeded' | 'resource_detach_failed' | 'resource_detach_scheduled' | 'resource_detach_succeeded' | 'resource_extend_failed' | 'resource_extend_scheduled' | 'resource_extend_succeeded' | 'resource_extend_volume_failed' | 'resource_extend_volume_scheduled' | 'resource_extend_volume_succeeded' | 'resource_import_succeeded' | 'resource_pull_failed' | 'resource_pull_scheduled' | 'resource_pull_succeeded' | 'resource_restart_failed' | 'resource_restart_scheduled' | 'resource_restart_succeeded' | 'resource_retype_failed' | 'resource_retype_scheduled' | 'resource_retype_succeeded' | 'resource_robot_account_created' | 'resource_robot_account_deleted' | 'resource_robot_account_state_changed' | 'resource_robot_account_updated' | 'resource_start_failed' | 'resource_start_scheduled' | 'resource_start_succeeded' | 'resource_stop_failed' | 'resource_stop_scheduled' | 'resource_stop_succeeded' | 'resource_unassign_floating_ip_failed' | 'resource_unassign_floating_ip_scheduled' | 'resource_unassign_floating_ip_succeeded' | 'resource_update_allowed_address_pairs_failed' | 'resource_update_allowed_address_pairs_scheduled' | 'resource_update_allowed_address_pairs_succeeded' | 'resource_update_floating_ips_failed' | 'resource_update_floating_ips_scheduled' | 'resource_update_floating_ips_succeeded' | 'resource_update_ports_failed' | 'resource_update_ports_scheduled' | 'resource_update_ports_succeeded' | 'resource_update_security_groups_failed' | 'resource_update_security_groups_scheduled' | 'resource_update_security_groups_succeeded' | 'resource_update_succeeded' | 'restrict_members' | 'review_canceled' | 'role_granted' | 'role_revoked' | 'role_updated' | 'roll_back_customer_credit' | 'roll_back_project_credit' | 'service_account_created' | 'service_account_deleted' | 'service_account_updated' | 'set_to_zero_overdue_credit' | 'ssh_key_creation_succeeded' | 'ssh_key_deletion_succeeded' | 'terminate_resources' | 'token_created' | 'token_lifetime_updated' | 'update_of_credit_by_staff' | 'user_activated' | 'user_creation_succeeded' | 'user_deactivated' | 'user_deactivated_no_roles' | 'user_deletion_succeeded' | 'user_details_update_succeeded' | 'user_has_been_created_by_staff' | 'user_password_updated' | 'user_password_updated_by_staff' | 'user_update_succeeded';
2574
+ 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' | 'custom_notification' | 'customer_creation_succeeded' | 'customer_deletion_succeeded' | 'customer_update_succeeded' | 'customer_permission_review_created' | 'customer_permission_review_closed' | 'droplet_resize_scheduled' | 'droplet_resize_succeeded' | 'freeipa_profile_created' | 'freeipa_profile_deleted' | 'freeipa_profile_disabled' | 'freeipa_profile_enabled' | 'invoice_canceled' | 'invoice_created' | 'invoice_item_created' | 'invoice_item_deleted' | 'invoice_item_updated' | 'invoice_paid' | 'issue_creation_succeeded' | 'issue_deletion_succeeded' | 'issue_update_succeeded' | 'marketplace_offering_component_created' | 'marketplace_offering_component_deleted' | 'marketplace_offering_component_updated' | 'marketplace_offering_created' | 'marketplace_offering_role_created' | 'marketplace_offering_role_deleted' | 'marketplace_offering_role_updated' | 'marketplace_offering_updated' | 'marketplace_offering_user_created' | 'marketplace_offering_user_updated' | 'marketplace_offering_user_deleted' | 'marketplace_offering_user_restriction_updated' | 'marketplace_order_approved' | 'marketplace_order_completed' | 'marketplace_order_created' | 'marketplace_order_failed' | 'marketplace_order_rejected' | 'marketplace_order_terminated' | 'marketplace_order_unlinked' | 'marketplace_plan_archived' | 'marketplace_plan_component_current_price_updated' | 'marketplace_plan_component_future_price_updated' | 'marketplace_plan_component_quota_updated' | 'marketplace_plan_created' | 'marketplace_plan_updated' | 'marketplace_plan_deleted' | 'marketplace_resource_create_canceled' | 'marketplace_resource_create_failed' | 'marketplace_resource_create_requested' | 'marketplace_resource_create_succeeded' | 'marketplace_resource_downscaled' | 'marketplace_resource_erred_on_backend' | 'marketplace_resource_paused' | 'marketplace_resource_terminate_canceled' | 'marketplace_resource_terminate_failed' | 'marketplace_resource_terminate_requested' | 'marketplace_resource_terminate_succeeded' | 'marketplace_resource_unlinked' | 'marketplace_resource_update_canceled' | 'marketplace_resource_update_end_date_succeeded' | 'marketplace_resource_update_failed' | 'marketplace_resource_update_limits_failed' | 'marketplace_resource_update_limits_succeeded' | 'marketplace_resource_update_requested' | 'marketplace_resource_update_succeeded' | 'marketplace_resource_user_created' | 'marketplace_resource_user_deleted' | 'notify_external_user' | 'notify_organization_owners' | 'notify_project_team' | 'openstack_floating_ip_attached' | 'openstack_floating_ip_connected' | 'openstack_floating_ip_description_updated' | 'openstack_floating_ip_detached' | 'openstack_floating_ip_disconnected' | 'openstack_network_cleaned' | 'openstack_network_created' | 'openstack_network_deleted' | 'openstack_network_imported' | 'openstack_network_pulled' | 'openstack_network_updated' | 'openstack_port_cleaned' | 'openstack_port_created' | 'openstack_port_deleted' | 'openstack_port_imported' | 'openstack_port_pulled' | 'openstack_port_updated' | 'openstack_router_updated' | 'openstack_security_group_cleaned' | 'openstack_security_group_created' | 'openstack_security_group_deleted' | 'openstack_security_group_imported' | 'openstack_security_group_pulled' | 'openstack_security_group_rule_cleaned' | 'openstack_security_group_rule_created' | 'openstack_security_group_rule_deleted' | 'openstack_security_group_rule_imported' | 'openstack_security_group_rule_updated' | 'openstack_security_group_updated' | 'openstack_security_group_added_remotely' | 'openstack_security_group_removed_remotely' | 'openstack_security_group_added_locally' | 'openstack_security_group_removed_locally' | 'openstack_server_group_cleaned' | 'openstack_server_group_created' | 'openstack_server_group_deleted' | 'openstack_server_group_imported' | 'openstack_server_group_pulled' | 'openstack_subnet_cleaned' | 'openstack_subnet_created' | 'openstack_subnet_deleted' | 'openstack_subnet_imported' | 'openstack_subnet_pulled' | 'openstack_subnet_updated' | 'openstack_tenant_quota_limit_updated' | 'payment_added' | 'payment_created' | 'payment_removed' | 'policy_notification' | 'project_creation_succeeded' | 'project_deletion_succeeded' | 'project_deletion_triggered' | 'project_update_request_approved' | 'project_update_request_created' | 'project_update_request_rejected' | 'project_update_succeeded' | 'project_permission_review_created' | 'project_permission_review_closed' | 'proposal_canceled' | 'proposal_document_added' | 'proposal_document_removed' | 'query_executed' | 'reduction_of_customer_credit' | 'reduction_of_customer_credit_due_to_minimal_consumption' | 'reduction_of_customer_expected_consumption' | 'reduction_of_project_credit' | 'reduction_of_project_credit_due_to_minimal_consumption' | 'reduction_of_project_expected_consumption' | 'request_downscaling' | 'request_pausing' | 'resource_assign_floating_ip_failed' | 'resource_assign_floating_ip_scheduled' | 'resource_assign_floating_ip_succeeded' | 'resource_attach_failed' | 'resource_attach_scheduled' | 'resource_attach_succeeded' | 'resource_backup_creation_failed' | 'resource_backup_creation_scheduled' | 'resource_backup_creation_succeeded' | 'resource_backup_deletion_failed' | 'resource_backup_deletion_scheduled' | 'resource_backup_deletion_succeeded' | 'resource_backup_restoration_failed' | 'resource_backup_restoration_scheduled' | 'resource_backup_restoration_succeeded' | 'resource_change_flavor_failed' | 'resource_change_flavor_scheduled' | 'resource_change_flavor_succeeded' | 'resource_creation_failed' | 'resource_creation_scheduled' | 'resource_creation_succeeded' | 'resource_deletion_failed' | 'resource_deletion_scheduled' | 'resource_deletion_succeeded' | 'resource_detach_failed' | 'resource_detach_scheduled' | 'resource_detach_succeeded' | 'resource_extend_failed' | 'resource_extend_scheduled' | 'resource_extend_succeeded' | 'resource_extend_volume_failed' | 'resource_extend_volume_scheduled' | 'resource_extend_volume_succeeded' | 'resource_import_succeeded' | 'resource_pull_failed' | 'resource_pull_scheduled' | 'resource_pull_succeeded' | 'resource_restart_failed' | 'resource_restart_scheduled' | 'resource_restart_succeeded' | 'resource_retype_failed' | 'resource_retype_scheduled' | 'resource_retype_succeeded' | 'resource_robot_account_created' | 'resource_robot_account_deleted' | 'resource_robot_account_state_changed' | 'resource_robot_account_updated' | 'resource_start_failed' | 'resource_start_scheduled' | 'resource_start_succeeded' | 'resource_stop_failed' | 'resource_stop_scheduled' | 'resource_stop_succeeded' | 'resource_unassign_floating_ip_failed' | 'resource_unassign_floating_ip_scheduled' | 'resource_unassign_floating_ip_succeeded' | 'resource_update_allowed_address_pairs_failed' | 'resource_update_allowed_address_pairs_scheduled' | 'resource_update_allowed_address_pairs_succeeded' | 'resource_update_floating_ips_failed' | 'resource_update_floating_ips_scheduled' | 'resource_update_floating_ips_succeeded' | 'resource_update_ports_failed' | 'resource_update_ports_scheduled' | 'resource_update_ports_succeeded' | 'resource_update_security_groups_failed' | 'resource_update_security_groups_scheduled' | 'resource_update_security_groups_succeeded' | 'resource_update_succeeded' | 'restrict_members' | 'review_canceled' | 'role_granted' | 'role_revoked' | 'role_updated' | 'roll_back_customer_credit' | 'roll_back_project_credit' | 'service_account_created' | 'service_account_deleted' | 'service_account_updated' | 'set_to_zero_overdue_credit' | 'ssh_key_creation_succeeded' | 'ssh_key_deletion_succeeded' | 'terminate_resources' | 'token_created' | 'token_lifetime_updated' | 'update_of_credit_by_staff' | 'user_activated' | 'user_creation_succeeded' | 'user_deactivated' | 'user_deactivated_no_roles' | 'user_deletion_succeeded' | 'user_details_update_succeeded' | 'user_has_been_created_by_staff' | 'user_password_updated' | 'user_password_updated_by_staff' | 'user_update_succeeded' | 'terms_of_service_consent_granted' | 'terms_of_service_consent_revoked';
2575
2575
  export type ExecutionStateEnum = 'Scheduled' | 'Processing' | 'OK' | 'Erred';
2576
2576
  export type ExternalLink = {
2577
2577
  readonly url: string;
@@ -3802,6 +3802,10 @@ export type MergedPluginOptions = {
3802
3802
  * If set to True, orders will support comments and metadata
3803
3803
  */
3804
3804
  order_supports_comments_and_metadata?: boolean;
3805
+ /**
3806
+ * If set to True, pricing and components tab would be concealed.
3807
+ */
3808
+ conceal_billing_data?: boolean;
3805
3809
  /**
3806
3810
  * If set, it will be used as a default MTU for the first network in a tenant
3807
3811
  */
@@ -3960,6 +3964,10 @@ export type MergedPluginOptionsRequest = {
3960
3964
  * If set to True, orders will support comments and metadata
3961
3965
  */
3962
3966
  order_supports_comments_and_metadata?: boolean;
3967
+ /**
3968
+ * If set to True, pricing and components tab would be concealed.
3969
+ */
3970
+ conceal_billing_data?: boolean;
3963
3971
  /**
3964
3972
  * If set, it will be used as a default MTU for the first network in a tenant
3965
3973
  */
@@ -4429,6 +4437,9 @@ export type MoveProjectRequest = {
4429
4437
  customer: string;
4430
4438
  preserve_permissions: boolean;
4431
4439
  };
4440
+ export type MoveResourceRequest = {
4441
+ project: ProjectHyperlinkRequest;
4442
+ };
4432
4443
  export type NameUuid = {
4433
4444
  readonly name: string;
4434
4445
  readonly uuid: string;
@@ -5562,18 +5573,31 @@ export type OpenStackBackupRestoration = {
5562
5573
  * New instance name. Leave blank to use source instance name.
5563
5574
  */
5564
5575
  name?: string;
5576
+ floating_ips?: Array<OpenStackNestedFloatingIp>;
5577
+ security_groups?: Array<OpenStackNestedSecurityGroup>;
5578
+ ports?: Array<OpenStackNestedPort>;
5579
+ };
5580
+ export type OpenStackBackupRestorationCreateRequest = {
5581
+ /**
5582
+ * Flavor to be used for the restored instance. If not specified, original instance flavor will be used
5583
+ */
5584
+ flavor: string;
5585
+ /**
5586
+ * New instance name. Leave blank to use source instance name.
5587
+ */
5588
+ name?: string;
5565
5589
  /**
5566
5590
  * Floating IPs that will be assigned to the restored instance
5567
5591
  */
5568
- floating_ips?: Array<OpenStackNestedFloatingIp>;
5592
+ floating_ips?: Array<OpenStackCreateFloatingIpRequest>;
5569
5593
  /**
5570
5594
  * Security groups that will be assigned to the restored instance
5571
5595
  */
5572
- security_groups?: Array<OpenStackNestedSecurityGroup>;
5596
+ security_groups?: Array<OpenStackSecurityGroupHyperlinkRequest>;
5573
5597
  /**
5574
5598
  * Network ports that will be attached to the restored instance
5575
5599
  */
5576
- ports?: Array<OpenStackNestedPort>;
5600
+ ports?: Array<OpenStackCreatePortRequest>;
5577
5601
  };
5578
5602
  export type OpenStackBackupRestorationRequest = {
5579
5603
  /**
@@ -5584,22 +5608,20 @@ export type OpenStackBackupRestorationRequest = {
5584
5608
  * New instance name. Leave blank to use source instance name.
5585
5609
  */
5586
5610
  name?: string;
5587
- /**
5588
- * Floating IPs that will be assigned to the restored instance
5589
- */
5590
- floating_ips?: Array<OpenStackNestedFloatingIpRequest>;
5591
- /**
5592
- * Network ports that will be attached to the restored instance
5593
- */
5594
- ports?: Array<OpenStackNestedPortRequest>;
5611
+ floating_ips: Array<OpenStackNestedFloatingIpRequest>;
5612
+ ports: Array<OpenStackNestedPortRequest>;
5595
5613
  };
5596
- export type OpenStackDataVolume = {
5597
- size: number;
5598
- volume_type?: string | null;
5614
+ export type OpenStackCreateFloatingIpRequest = {
5615
+ url?: string;
5616
+ subnet: string;
5599
5617
  };
5600
- export type OpenStackDataVolumeRequest = {
5601
- size: number;
5602
- volume_type?: string | null;
5618
+ export type OpenStackCreatePortRequest = {
5619
+ fixed_ips?: Array<OpenStackFixedIpRequest>;
5620
+ /**
5621
+ * Subnet to which this port belongs
5622
+ */
5623
+ subnet?: string | null;
5624
+ port?: string;
5603
5625
  };
5604
5626
  export type OpenStackFixedIp = {
5605
5627
  /**
@@ -5802,21 +5824,9 @@ export type OpenStackInstance = {
5802
5824
  * List of volumes attached to the instance
5803
5825
  */
5804
5826
  readonly volumes?: Array<OpenStackNestedVolume>;
5805
- /**
5806
- * List of security groups to apply to the instance
5807
- */
5808
5827
  security_groups?: Array<OpenStackNestedSecurityGroup>;
5809
- /**
5810
- * Server group for instance scheduling policy
5811
- */
5812
- server_group?: OpenStackNestedServerGroup | null;
5813
- /**
5814
- * Floating IPs to assign to the instance
5815
- */
5828
+ server_group?: OpenStackNestedServerGroup;
5816
5829
  floating_ips?: Array<OpenStackNestedFloatingIp>;
5817
- /**
5818
- * Network ports to attach to the instance
5819
- */
5820
5830
  ports?: Array<OpenStackNestedPort>;
5821
5831
  /**
5822
5832
  * Availability zone where this instance is located
@@ -5884,26 +5894,14 @@ export type OpenStackInstanceAvailabilityZone = {
5884
5894
  available?: boolean;
5885
5895
  };
5886
5896
  export type OpenStackInstanceFloatingIpsUpdateRequest = {
5887
- floating_ips?: Array<OpenStackNestedFloatingIpRequest>;
5897
+ floating_ips?: Array<OpenStackCreateFloatingIpRequest>;
5888
5898
  };
5889
5899
  export type OpenStackInstancePortsUpdateRequest = {
5890
- ports: Array<OpenStackNestedPortRequest>;
5900
+ ports: Array<OpenStackCreatePortRequest>;
5891
5901
  };
5892
5902
  export type OpenStackInstanceRequest = {
5893
5903
  name: string;
5894
5904
  description?: string;
5895
- /**
5896
- * Volume type for the system volume
5897
- */
5898
- system_volume_type?: string | null;
5899
- /**
5900
- * Volume type for the data volume
5901
- */
5902
- data_volume_type?: string | null;
5903
- /**
5904
- * Additional data volumes to attach to the instance
5905
- */
5906
- data_volumes?: Array<OpenStackDataVolumeRequest>;
5907
5905
  };
5908
5906
  export type OpenStackInstanceSecurityGroupsUpdateRequest = {
5909
5907
  /**
@@ -5978,7 +5976,6 @@ export type OpenStackNestedPortRequest = {
5978
5976
  * Subnet to which this port belongs
5979
5977
  */
5980
5978
  subnet?: string | null;
5981
- port?: string;
5982
5979
  };
5983
5980
  export type OpenStackNestedSecurityGroup = {
5984
5981
  readonly url?: string;
@@ -6382,6 +6379,9 @@ export type OpenStackSecurityGroup = {
6382
6379
  readonly is_usage_based?: boolean | null;
6383
6380
  readonly is_limit_based?: boolean | null;
6384
6381
  };
6382
+ export type OpenStackSecurityGroupHyperlinkRequest = {
6383
+ url: string;
6384
+ };
6385
6385
  export type OpenStackSecurityGroupRequest = {
6386
6386
  name: string;
6387
6387
  description?: string;
@@ -7057,6 +7057,7 @@ export type OrderCreate = {
7057
7057
  readonly offering_plugin_options: unknown;
7058
7058
  readonly provider_name: string;
7059
7059
  readonly provider_uuid: string;
7060
+ readonly provider_slug: string;
7060
7061
  readonly category_title: string;
7061
7062
  readonly category_uuid: string;
7062
7063
  readonly category_icon: string;
@@ -7148,6 +7149,7 @@ export type OrderDetails = {
7148
7149
  readonly offering_plugin_options?: unknown;
7149
7150
  readonly provider_name?: string;
7150
7151
  readonly provider_uuid?: string;
7152
+ readonly provider_slug?: string;
7151
7153
  readonly category_title?: string;
7152
7154
  readonly category_uuid?: string;
7153
7155
  readonly category_icon?: string;
@@ -7224,9 +7226,6 @@ export type OrderDetails = {
7224
7226
  readonly activation_price?: number;
7225
7227
  readonly termination_comment?: string | null;
7226
7228
  backend_id?: string;
7227
- readonly offering_customer_uuid?: string;
7228
- readonly offering_customer_name?: string;
7229
- readonly offering_customer_slug?: string;
7230
7229
  issue?: IssueReference | null;
7231
7230
  };
7232
7231
  export type OrderSetStateErredRequest = {
@@ -7729,18 +7728,6 @@ export type PatchedOpenStackBackupRequest = {
7729
7728
  export type PatchedOpenStackInstanceRequest = {
7730
7729
  name?: string;
7731
7730
  description?: string;
7732
- /**
7733
- * Volume type for the system volume
7734
- */
7735
- system_volume_type?: string | null;
7736
- /**
7737
- * Volume type for the data volume
7738
- */
7739
- data_volume_type?: string | null;
7740
- /**
7741
- * Additional data volumes to attach to the instance
7742
- */
7743
- data_volumes?: Array<OpenStackDataVolumeRequest>;
7744
7731
  };
7745
7732
  export type PatchedOpenStackNetworkRequest = {
7746
7733
  name?: string;
@@ -8634,6 +8621,9 @@ export type ProjectEstimatedCostPolicyRequest = {
8634
8621
  limit_cost: number;
8635
8622
  period?: PeriodEnum;
8636
8623
  };
8624
+ export type ProjectHyperlinkRequest = {
8625
+ url: string;
8626
+ };
8637
8627
  export type ProjectPermissionLog = {
8638
8628
  readonly created?: string;
8639
8629
  expiration_time?: string | null;
@@ -10157,9 +10147,6 @@ export type RancherNestedPublicIp = {
10157
10147
  */
10158
10148
  external_ip_address?: string;
10159
10149
  };
10160
- export type RancherNestedSecurityGroup = {
10161
- readonly url: string;
10162
- };
10163
10150
  export type RancherNestedWorkload = {
10164
10151
  readonly uuid?: string;
10165
10152
  readonly url?: string;
@@ -10265,6 +10252,70 @@ export type RancherService = {
10265
10252
  readonly is_usage_based?: boolean | null;
10266
10253
  readonly is_limit_based?: boolean | null;
10267
10254
  };
10255
+ export type RancherServiceCreate = {
10256
+ readonly url: string;
10257
+ readonly uuid: string;
10258
+ name: string;
10259
+ description?: string;
10260
+ readonly service_name: string;
10261
+ service_settings: string;
10262
+ readonly service_settings_uuid: string;
10263
+ readonly service_settings_state: string;
10264
+ readonly service_settings_error_message: string;
10265
+ project: string;
10266
+ readonly project_name: string;
10267
+ readonly project_uuid: string;
10268
+ readonly customer: string;
10269
+ readonly customer_name: string;
10270
+ readonly customer_native_name: string;
10271
+ readonly customer_abbreviation: string;
10272
+ error_message?: string;
10273
+ error_traceback?: string;
10274
+ readonly resource_type: string;
10275
+ state: CoreStates;
10276
+ readonly created: string;
10277
+ readonly modified: string;
10278
+ backend_id?: string;
10279
+ readonly access_url: string | null;
10280
+ runtime_state?: string;
10281
+ namespace?: string;
10282
+ readonly namespace_name: string;
10283
+ /**
10284
+ * An IPv4 or IPv6 address.
10285
+ */
10286
+ cluster_ip?: string | null;
10287
+ selector?: unknown;
10288
+ target_workloads?: Array<RancherWorkloadCreate>;
10289
+ readonly marketplace_offering_uuid: string | null;
10290
+ readonly marketplace_offering_name: string | null;
10291
+ readonly marketplace_offering_plugin_options: {
10292
+ [key: string]: unknown;
10293
+ } | null;
10294
+ readonly marketplace_category_uuid: string | null;
10295
+ readonly marketplace_category_name: string | null;
10296
+ readonly marketplace_resource_uuid: string | null;
10297
+ readonly marketplace_plan_uuid: string | null;
10298
+ readonly marketplace_resource_state: string | null;
10299
+ readonly is_usage_based: boolean | null;
10300
+ readonly is_limit_based: boolean | null;
10301
+ };
10302
+ export type RancherServiceCreateRequest = {
10303
+ name: string;
10304
+ description?: string;
10305
+ service_settings: string;
10306
+ project: string;
10307
+ error_message?: string;
10308
+ error_traceback?: string;
10309
+ backend_id?: string;
10310
+ runtime_state?: string;
10311
+ namespace?: string;
10312
+ /**
10313
+ * An IPv4 or IPv6 address.
10314
+ */
10315
+ cluster_ip?: string | null;
10316
+ selector?: unknown;
10317
+ target_workloads?: Array<RancherWorkloadCreateRequest>;
10318
+ };
10268
10319
  export type RancherServiceRequest = {
10269
10320
  name: string;
10270
10321
  description?: string;
@@ -10280,7 +10331,7 @@ export type RancherServiceRequest = {
10280
10331
  */
10281
10332
  cluster_ip?: string | null;
10282
10333
  selector?: unknown;
10283
- target_workloads?: Array<RancherNestedWorkloadRequest>;
10334
+ target_workloads: Array<RancherNestedWorkloadRequest>;
10284
10335
  };
10285
10336
  export type RancherTemplate = {
10286
10337
  readonly url: string;
@@ -10374,6 +10425,12 @@ export type RancherWorkload = {
10374
10425
  readonly namespace_name: string;
10375
10426
  scale: number;
10376
10427
  };
10428
+ export type RancherWorkloadCreate = {
10429
+ url: string;
10430
+ };
10431
+ export type RancherWorkloadCreateRequest = {
10432
+ url: string;
10433
+ };
10377
10434
  export type RancherWorkloadRequest = {
10378
10435
  name: string;
10379
10436
  runtime_state?: string;
@@ -10623,6 +10680,7 @@ export type Resource = {
10623
10680
  readonly offering_plugin_options?: unknown;
10624
10681
  readonly provider_name?: string;
10625
10682
  readonly provider_uuid?: string;
10683
+ readonly provider_slug?: string;
10626
10684
  readonly category_title?: string;
10627
10685
  readonly category_uuid?: string;
10628
10686
  readonly category_icon?: string;
@@ -10690,9 +10748,6 @@ export type Resource = {
10690
10748
  readonly endpoints?: Array<NestedEndpoint>;
10691
10749
  readonly error_message?: string;
10692
10750
  readonly error_traceback?: string;
10693
- readonly offering_customer_uuid?: string;
10694
- readonly offering_customer_name?: string;
10695
- readonly offering_customer_slug?: string;
10696
10751
  readonly options?: unknown;
10697
10752
  readonly available_actions?: Array<string>;
10698
10753
  readonly last_sync?: string;
@@ -10917,7 +10972,8 @@ export type RobotAccountDetails = {
10917
10972
  readonly project_uuid?: string;
10918
10973
  readonly customer_uuid?: string;
10919
10974
  readonly customer_name?: string;
10920
- readonly offering_customer_uuid?: string;
10975
+ readonly provider_uuid?: string;
10976
+ readonly provider_name?: string;
10921
10977
  offering_plugin_options?: MergedPluginOptions;
10922
10978
  };
10923
10979
  export type RobotAccountErrorRequest = {
@@ -12066,14 +12122,10 @@ export type VmwareNestedDiskRequest = {
12066
12122
  size: number;
12067
12123
  };
12068
12124
  export type VmwareNestedNetwork = {
12069
- readonly uuid: string;
12070
- readonly url: string;
12071
- name: string;
12072
- type: string;
12125
+ url: string;
12073
12126
  };
12074
12127
  export type VmwareNestedNetworkRequest = {
12075
- name: string;
12076
- type: string;
12128
+ url: string;
12077
12129
  };
12078
12130
  export type VmwareNestedPort = {
12079
12131
  readonly url?: string;
@@ -12320,6 +12372,144 @@ export type WebHookRequest = {
12320
12372
  };
12321
12373
  export type WebhookEventEnum = 'jira:issue_updated' | 'jira:issue_deleted' | 'comment_created' | 'comment_updated' | 'comment_deleted';
12322
12374
  export type WidgetEnum = 'csv' | 'filesize' | 'attached_instance';
12375
+ export type AzureVirtualMachineCreateOrderAttributes = {
12376
+ name: string;
12377
+ description?: string;
12378
+ size: string;
12379
+ image: string;
12380
+ location: string;
12381
+ };
12382
+ export type AzureSqlServerCreateOrderAttributes = {
12383
+ name: string;
12384
+ description?: string;
12385
+ location: string;
12386
+ };
12387
+ export type OpenStackTenantCreateOrderAttributes = {
12388
+ name: string;
12389
+ description?: string;
12390
+ subnet_cidr?: string;
12391
+ skip_connection_extnet?: boolean;
12392
+ skip_creation_of_default_router?: boolean;
12393
+ /**
12394
+ * Optional availability group. Will be used for all instances provisioned in this tenant
12395
+ */
12396
+ availability_zone?: string;
12397
+ };
12398
+ export type OpenStackDataVolumeRequest = {
12399
+ size: number;
12400
+ volume_type?: string | null;
12401
+ };
12402
+ export type OpenStackServerGroupHyperlinkRequest = {
12403
+ url: string;
12404
+ };
12405
+ export type OpenStackInstanceCreateOrderAttributes = {
12406
+ name: string;
12407
+ description?: string;
12408
+ /**
12409
+ * The flavor to use for the instance
12410
+ */
12411
+ flavor: string;
12412
+ /**
12413
+ * The OS image to use for the instance
12414
+ */
12415
+ image: string;
12416
+ /**
12417
+ * List of security groups to apply to the instance
12418
+ */
12419
+ security_groups?: Array<OpenStackSecurityGroupHyperlinkRequest>;
12420
+ /**
12421
+ * Server group for instance scheduling policy
12422
+ */
12423
+ server_group?: OpenStackServerGroupHyperlinkRequest;
12424
+ /**
12425
+ * Network ports to attach to the instance
12426
+ */
12427
+ ports: Array<OpenStackCreatePortRequest>;
12428
+ /**
12429
+ * Floating IPs to assign to the instance
12430
+ */
12431
+ floating_ips?: Array<OpenStackCreateFloatingIpRequest>;
12432
+ /**
12433
+ * Size of the system volume in MiB. Minimum size is 1024 MiB (1 GiB)
12434
+ */
12435
+ system_volume_size: number;
12436
+ /**
12437
+ * Volume type for the system volume
12438
+ */
12439
+ system_volume_type?: string | null;
12440
+ /**
12441
+ * Size of the data volume in MiB. Minimum size is 1024 MiB (1 GiB)
12442
+ */
12443
+ data_volume_size?: number;
12444
+ /**
12445
+ * Volume type for the data volume
12446
+ */
12447
+ data_volume_type?: string | null;
12448
+ ssh_public_key?: string;
12449
+ /**
12450
+ * Additional data that will be added to instance on provisioning
12451
+ */
12452
+ user_data?: string;
12453
+ /**
12454
+ * Availability zone where this instance is located
12455
+ */
12456
+ availability_zone?: string | null;
12457
+ /**
12458
+ * If True, instance will be connected directly to external network
12459
+ */
12460
+ connect_directly_to_external_network?: boolean;
12461
+ /**
12462
+ * Additional data volumes to attach to the instance
12463
+ */
12464
+ data_volumes?: Array<OpenStackDataVolumeRequest>;
12465
+ };
12466
+ export type OpenStackVolumeCreateOrderAttributes = {
12467
+ name: string;
12468
+ description?: string;
12469
+ /**
12470
+ * Image that this volume was created from, if any
12471
+ */
12472
+ image?: string | null;
12473
+ /**
12474
+ * Size in MiB
12475
+ */
12476
+ size?: number | null;
12477
+ /**
12478
+ * Availability zone where this volume is located
12479
+ */
12480
+ availability_zone?: string | null;
12481
+ /**
12482
+ * Type of the volume (e.g. SSD, HDD)
12483
+ */
12484
+ type?: string | null;
12485
+ };
12486
+ export type SlurmInvoicesSlurmPackageCreateOrderAttributes = {
12487
+ name: string;
12488
+ description?: string;
12489
+ };
12490
+ export type VMwareVirtualMachineCreateOrderAttributes = {
12491
+ name: string;
12492
+ description?: string;
12493
+ guest_os?: 'DOS' | 'WIN_31' | 'WIN_95' | 'WIN_98' | 'WIN_ME' | 'WIN_NT' | 'WIN_2000_PRO' | 'WIN_2000_SERV' | 'WIN_2000_ADV_SERV' | 'WIN_XP_HOME' | 'WIN_XP_PRO' | 'WIN_XP_PRO_64' | 'WIN_NET_WEB' | 'WIN_NET_STANDARD' | 'WIN_NET_ENTERPRISE' | 'WIN_NET_DATACENTER' | 'WIN_NET_BUSINESS' | 'WIN_NET_STANDARD_64' | 'WIN_NET_ENTERPRISE_64' | 'WIN_LONGHORN' | 'WIN_LONGHORN_64' | 'WIN_NET_DATACENTER_64' | 'WIN_VISTA' | 'WIN_VISTA_64' | 'WINDOWS_7' | 'WINDOWS_7_64' | 'WINDOWS_7_SERVER_64' | 'WINDOWS_8' | 'WINDOWS_8_64' | 'WINDOWS_8_SERVER_64' | 'WINDOWS_9' | 'WINDOWS_9_64' | 'WINDOWS_9_SERVER_64' | 'WINDOWS_HYPERV' | 'FREEBSD' | 'FREEBSD_64' | 'REDHAT' | 'RHEL_2' | 'RHEL_3' | 'RHEL_3_64' | 'RHEL_4' | 'RHEL_4_64' | 'RHEL_5' | 'RHEL_5_64' | 'RHEL_6' | 'RHEL_6_64' | 'RHEL_7' | 'RHEL_7_64' | 'CENTOS' | 'CENTOS_64' | 'CENTOS_6' | 'CENTOS_6_64' | 'CENTOS_7' | 'CENTOS_7_64' | 'ORACLE_LINUX' | 'ORACLE_LINUX_64' | 'ORACLE_LINUX_6' | 'ORACLE_LINUX_6_64' | 'ORACLE_LINUX_7' | 'ORACLE_LINUX_7_64' | 'SUSE' | 'SUSE_64' | 'SLES' | 'SLES_64' | 'SLES_10' | 'SLES_10_64' | 'SLES_11' | 'SLES_11_64' | 'SLES_12' | 'SLES_12_64' | 'NLD_9' | 'OES' | 'SJDS' | 'MANDRAKE' | 'MANDRIVA' | 'MANDRIVA_64' | 'TURBO_LINUX' | 'TURBO_LINUX_64' | 'UBUNTU' | 'UBUNTU_64' | 'DEBIAN_4' | 'DEBIAN_4_64' | 'DEBIAN_5' | 'DEBIAN_5_64' | 'DEBIAN_6' | 'DEBIAN_6_64' | 'DEBIAN_7' | 'DEBIAN_7_64' | 'DEBIAN_8' | 'DEBIAN_8_64' | 'DEBIAN_9' | 'DEBIAN_9_64' | 'DEBIAN_10' | 'DEBIAN_10_64' | 'ASIANUX_3' | 'ASIANUX_3_64' | 'ASIANUX_4' | 'ASIANUX_4_64' | 'ASIANUX_5_64' | 'ASIANUX_7_64' | 'OPENSUSE' | 'OPENSUSE_64' | 'FEDORA' | 'FEDORA_64' | 'COREOS_64' | 'VMWARE_PHOTON_64' | 'OTHER_24X_LINUX' | 'OTHER_24X_LINUX_64' | 'OTHER_26X_LINUX' | 'OTHER_26X_LINUX_64' | 'OTHER_3X_LINUX' | 'OTHER_3X_LINUX_64' | 'OTHER_LINUX' | 'GENERIC_LINUX' | 'OTHER_LINUX_64' | 'SOLARIS_6' | 'SOLARIS_7' | 'SOLARIS_8' | 'SOLARIS_9' | 'SOLARIS_10' | 'SOLARIS_10_64' | 'SOLARIS_11_64' | 'OS2' | 'ECOMSTATION' | 'ECOMSTATION_2' | 'NETWARE_4' | 'NETWARE_5' | 'NETWARE_6' | 'OPENSERVER_5' | 'OPENSERVER_6' | 'UNIXWARE_7' | 'DARWIN' | 'DARWIN_64' | 'DARWIN_10' | 'DARWIN_10_64' | 'DARWIN_11' | 'DARWIN_11_64' | 'DARWIN_12_64' | 'DARWIN_13_64' | 'DARWIN_14_64' | 'DARWIN_15_64' | 'DARWIN_16_64' | 'VMKERNEL' | 'VMKERNEL_5' | 'VMKERNEL_6' | 'VMKERNEL_65' | 'OTHER' | 'OTHER_64' | null;
12494
+ /**
12495
+ * Number of cores per socket in a VM
12496
+ */
12497
+ cores_per_socket?: number;
12498
+ template?: string | null;
12499
+ cluster?: string | null;
12500
+ datastore?: string | null;
12501
+ };
12502
+ export type GenericOrderAttributes = {
12503
+ /**
12504
+ * The name of the resource to be created. Will be displayed in the portal.
12505
+ */
12506
+ name?: string;
12507
+ /**
12508
+ * A free-form description for the resource.
12509
+ */
12510
+ description?: string;
12511
+ [key: string]: unknown | string | undefined;
12512
+ };
12323
12513
  export type CallManagingOrganisationRequestForm = {
12324
12514
  description?: string;
12325
12515
  customer: string;
@@ -12899,6 +13089,7 @@ export type ConstanceSettingsRequestForm = {
12899
13089
  OIDC_CLIENT_SECRET?: string;
12900
13090
  OIDC_USER_FIELD?: string;
12901
13091
  OIDC_CACHE_TIMEOUT?: number;
13092
+ OIDC_ACCESS_TOKEN_ENABLED?: boolean;
12902
13093
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
12903
13094
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
12904
13095
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
@@ -13036,6 +13227,7 @@ export type ConstanceSettingsRequestMultipart = {
13036
13227
  OIDC_CLIENT_SECRET?: string;
13037
13228
  OIDC_USER_FIELD?: string;
13038
13229
  OIDC_CACHE_TIMEOUT?: number;
13230
+ OIDC_ACCESS_TOKEN_ENABLED?: boolean;
13039
13231
  OIDC_BLOCK_CREATION_OF_UNINVITED_USERS?: boolean;
13040
13232
  DEACTIVATE_USER_IF_NO_ROLES?: boolean;
13041
13233
  MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
@@ -13386,188 +13578,6 @@ export type PatchedUserRequestMultipart = {
13386
13578
  last_name?: string;
13387
13579
  image?: (Blob | File) | null;
13388
13580
  };
13389
- /**
13390
- * This mixin allows to specify list of fields to be rendered by serializer.
13391
- * It expects that request is available in serializer's context.
13392
- *
13393
- * It is disabled for nested serializers (where parent is another serializer)
13394
- * but remains active for list views (where parent is a ListSerializer).
13395
- */
13396
- export type AzureVirtualMachineCreateOrderAttributes = {
13397
- name: string;
13398
- description?: string;
13399
- size: string;
13400
- image: string;
13401
- location: string;
13402
- };
13403
- /**
13404
- * This mixin allows to specify list of fields to be rendered by serializer.
13405
- * It expects that request is available in serializer's context.
13406
- *
13407
- * It is disabled for nested serializers (where parent is another serializer)
13408
- * but remains active for list views (where parent is a ListSerializer).
13409
- */
13410
- export type AzureSqlServerCreateOrderAttributes = {
13411
- name: string;
13412
- description?: string;
13413
- location: string;
13414
- };
13415
- /**
13416
- * This mixin allows to specify list of fields to be rendered by serializer.
13417
- * It expects that request is available in serializer's context.
13418
- *
13419
- * It is disabled for nested serializers (where parent is another serializer)
13420
- * but remains active for list views (where parent is a ListSerializer).
13421
- */
13422
- export type OpenStackTenantCreateOrderAttributes = {
13423
- name: string;
13424
- description?: string;
13425
- subnet_cidr?: string;
13426
- skip_connection_extnet?: boolean;
13427
- skip_creation_of_default_router?: boolean;
13428
- /**
13429
- * Optional availability group. Will be used for all instances provisioned in this tenant
13430
- */
13431
- availability_zone?: string;
13432
- };
13433
- /**
13434
- * This mixin allows to specify list of fields to be rendered by serializer.
13435
- * It expects that request is available in serializer's context.
13436
- *
13437
- * It is disabled for nested serializers (where parent is another serializer)
13438
- * but remains active for list views (where parent is a ListSerializer).
13439
- */
13440
- export type OpenStackInstanceCreateOrderAttributes = {
13441
- name: string;
13442
- description?: string;
13443
- /**
13444
- * The flavor to use for the instance
13445
- */
13446
- flavor: string;
13447
- /**
13448
- * The OS image to use for the instance
13449
- */
13450
- image: string;
13451
- /**
13452
- * Network ports to attach to the instance
13453
- */
13454
- ports: Array<OpenStackNestedPortRequest>;
13455
- /**
13456
- * Floating IPs to assign to the instance
13457
- */
13458
- floating_ips?: Array<OpenStackNestedFloatingIpRequest>;
13459
- /**
13460
- * Size of the system volume in MiB. Minimum size is 1024 MiB (1 GiB)
13461
- */
13462
- system_volume_size: number;
13463
- /**
13464
- * Volume type for the system volume
13465
- */
13466
- system_volume_type?: string | null;
13467
- /**
13468
- * Size of the data volume in MiB. Minimum size is 1024 MiB (1 GiB)
13469
- */
13470
- data_volume_size?: number;
13471
- /**
13472
- * Volume type for the data volume
13473
- */
13474
- data_volume_type?: string | null;
13475
- ssh_public_key?: string;
13476
- /**
13477
- * Additional data that will be added to instance on provisioning
13478
- */
13479
- user_data?: string;
13480
- /**
13481
- * Availability zone where this instance is located
13482
- */
13483
- availability_zone?: string | null;
13484
- /**
13485
- * If True, instance will be connected directly to external network
13486
- */
13487
- connect_directly_to_external_network?: boolean;
13488
- /**
13489
- * Additional data volumes to attach to the instance
13490
- */
13491
- data_volumes?: Array<OpenStackDataVolumeRequest>;
13492
- /**
13493
- * Security groups to attach to the instance
13494
- */
13495
- security_groups?: Array<OpenStackNestedSecurityGroupRequest>;
13496
- };
13497
- /**
13498
- * This mixin allows to specify list of fields to be rendered by serializer.
13499
- * It expects that request is available in serializer's context.
13500
- *
13501
- * It is disabled for nested serializers (where parent is another serializer)
13502
- * but remains active for list views (where parent is a ListSerializer).
13503
- */
13504
- export type OpenStackVolumeCreateOrderAttributes = {
13505
- name: string;
13506
- description?: string;
13507
- /**
13508
- * Image that this volume was created from, if any
13509
- */
13510
- image?: string | null;
13511
- /**
13512
- * Size in MiB
13513
- */
13514
- size?: number | null;
13515
- /**
13516
- * Availability zone where this volume is located
13517
- */
13518
- availability_zone?: string | null;
13519
- /**
13520
- * Type of the volume (e.g. SSD, HDD)
13521
- */
13522
- type?: string | null;
13523
- };
13524
- /**
13525
- * This mixin allows to specify list of fields to be rendered by serializer.
13526
- * It expects that request is available in serializer's context.
13527
- *
13528
- * It is disabled for nested serializers (where parent is another serializer)
13529
- * but remains active for list views (where parent is a ListSerializer).
13530
- */
13531
- export type SlurmInvoicesSlurmPackageCreateOrderAttributes = {
13532
- name: string;
13533
- description?: string;
13534
- };
13535
- /**
13536
- * This mixin allows to specify list of fields to be rendered by serializer.
13537
- * It expects that request is available in serializer's context.
13538
- *
13539
- * It is disabled for nested serializers (where parent is another serializer)
13540
- * but remains active for list views (where parent is a ListSerializer).
13541
- */
13542
- export type VMwareVirtualMachineCreateOrderAttributes = {
13543
- name: string;
13544
- description?: string;
13545
- guest_os?: 'DOS' | 'WIN_31' | 'WIN_95' | 'WIN_98' | 'WIN_ME' | 'WIN_NT' | 'WIN_2000_PRO' | 'WIN_2000_SERV' | 'WIN_2000_ADV_SERV' | 'WIN_XP_HOME' | 'WIN_XP_PRO' | 'WIN_XP_PRO_64' | 'WIN_NET_WEB' | 'WIN_NET_STANDARD' | 'WIN_NET_ENTERPRISE' | 'WIN_NET_DATACENTER' | 'WIN_NET_BUSINESS' | 'WIN_NET_STANDARD_64' | 'WIN_NET_ENTERPRISE_64' | 'WIN_LONGHORN' | 'WIN_LONGHORN_64' | 'WIN_NET_DATACENTER_64' | 'WIN_VISTA' | 'WIN_VISTA_64' | 'WINDOWS_7' | 'WINDOWS_7_64' | 'WINDOWS_7_SERVER_64' | 'WINDOWS_8' | 'WINDOWS_8_64' | 'WINDOWS_8_SERVER_64' | 'WINDOWS_9' | 'WINDOWS_9_64' | 'WINDOWS_9_SERVER_64' | 'WINDOWS_HYPERV' | 'FREEBSD' | 'FREEBSD_64' | 'REDHAT' | 'RHEL_2' | 'RHEL_3' | 'RHEL_3_64' | 'RHEL_4' | 'RHEL_4_64' | 'RHEL_5' | 'RHEL_5_64' | 'RHEL_6' | 'RHEL_6_64' | 'RHEL_7' | 'RHEL_7_64' | 'CENTOS' | 'CENTOS_64' | 'CENTOS_6' | 'CENTOS_6_64' | 'CENTOS_7' | 'CENTOS_7_64' | 'ORACLE_LINUX' | 'ORACLE_LINUX_64' | 'ORACLE_LINUX_6' | 'ORACLE_LINUX_6_64' | 'ORACLE_LINUX_7' | 'ORACLE_LINUX_7_64' | 'SUSE' | 'SUSE_64' | 'SLES' | 'SLES_64' | 'SLES_10' | 'SLES_10_64' | 'SLES_11' | 'SLES_11_64' | 'SLES_12' | 'SLES_12_64' | 'NLD_9' | 'OES' | 'SJDS' | 'MANDRAKE' | 'MANDRIVA' | 'MANDRIVA_64' | 'TURBO_LINUX' | 'TURBO_LINUX_64' | 'UBUNTU' | 'UBUNTU_64' | 'DEBIAN_4' | 'DEBIAN_4_64' | 'DEBIAN_5' | 'DEBIAN_5_64' | 'DEBIAN_6' | 'DEBIAN_6_64' | 'DEBIAN_7' | 'DEBIAN_7_64' | 'DEBIAN_8' | 'DEBIAN_8_64' | 'DEBIAN_9' | 'DEBIAN_9_64' | 'DEBIAN_10' | 'DEBIAN_10_64' | 'ASIANUX_3' | 'ASIANUX_3_64' | 'ASIANUX_4' | 'ASIANUX_4_64' | 'ASIANUX_5_64' | 'ASIANUX_7_64' | 'OPENSUSE' | 'OPENSUSE_64' | 'FEDORA' | 'FEDORA_64' | 'COREOS_64' | 'VMWARE_PHOTON_64' | 'OTHER_24X_LINUX' | 'OTHER_24X_LINUX_64' | 'OTHER_26X_LINUX' | 'OTHER_26X_LINUX_64' | 'OTHER_3X_LINUX' | 'OTHER_3X_LINUX_64' | 'OTHER_LINUX' | 'GENERIC_LINUX' | 'OTHER_LINUX_64' | 'SOLARIS_6' | 'SOLARIS_7' | 'SOLARIS_8' | 'SOLARIS_9' | 'SOLARIS_10' | 'SOLARIS_10_64' | 'SOLARIS_11_64' | 'OS2' | 'ECOMSTATION' | 'ECOMSTATION_2' | 'NETWARE_4' | 'NETWARE_5' | 'NETWARE_6' | 'OPENSERVER_5' | 'OPENSERVER_6' | 'UNIXWARE_7' | 'DARWIN' | 'DARWIN_64' | 'DARWIN_10' | 'DARWIN_10_64' | 'DARWIN_11' | 'DARWIN_11_64' | 'DARWIN_12_64' | 'DARWIN_13_64' | 'DARWIN_14_64' | 'DARWIN_15_64' | 'DARWIN_16_64' | 'VMKERNEL' | 'VMKERNEL_5' | 'VMKERNEL_6' | 'VMKERNEL_65' | 'OTHER' | 'OTHER_64' | null;
13546
- /**
13547
- * Number of cores per socket in a VM
13548
- */
13549
- cores_per_socket?: number;
13550
- template?: string | null;
13551
- cluster?: string | null;
13552
- datastore?: string | null;
13553
- };
13554
- export type OpenStackNestedSecurityGroupRequest = {
13555
- url?: string;
13556
- };
13557
- /**
13558
- * A generic JSON object for offerings without a predefined schema. Allows any key-value pairs.
13559
- */
13560
- export type GenericOrderAttributes = {
13561
- /**
13562
- * The name of the resource to be created. Will be displayed in the portal.
13563
- */
13564
- name?: string;
13565
- /**
13566
- * A free-form description for the resource.
13567
- */
13568
- description?: string;
13569
- [key: string]: unknown | string | undefined;
13570
- };
13571
13581
  /**
13572
13582
  * A page number within the paginated result set.
13573
13583
  */
@@ -16168,7 +16178,7 @@ export type BookingResourcesListData = {
16168
16178
  customer?: string;
16169
16179
  customer_uuid?: string;
16170
16180
  downscaled?: boolean;
16171
- field?: Array<'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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slots' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
16181
+ field?: Array<'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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slots' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
16172
16182
  /**
16173
16183
  * Has termination date
16174
16184
  */
@@ -16340,7 +16350,7 @@ export type BookingResourcesRetrieveData = {
16340
16350
  uuid: string;
16341
16351
  };
16342
16352
  query?: {
16343
- field?: Array<'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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slots' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
16353
+ field?: Array<'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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slots' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
16344
16354
  };
16345
16355
  url: '/api/booking-resources/{uuid}/';
16346
16356
  };
@@ -21865,7 +21875,7 @@ export type ManagedRancherClusterResourcesListData = {
21865
21875
  body?: never;
21866
21876
  path?: never;
21867
21877
  query?: {
21868
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
21878
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
21869
21879
  /**
21870
21880
  * A page number within the paginated result set.
21871
21881
  */
@@ -21908,7 +21918,7 @@ export type ManagedRancherClusterResourcesRetrieveData = {
21908
21918
  uuid: string;
21909
21919
  };
21910
21920
  query?: {
21911
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
21921
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
21912
21922
  };
21913
21923
  url: '/api/managed-rancher-cluster-resources/{uuid}/';
21914
21924
  };
@@ -24812,7 +24822,7 @@ export type MarketplaceOrdersListData = {
24812
24822
  */
24813
24823
  created?: string;
24814
24824
  customer_uuid?: string;
24815
- field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | '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' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
24825
+ field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | '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' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | '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' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
24816
24826
  /**
24817
24827
  * Modified after
24818
24828
  */
@@ -24946,7 +24956,7 @@ export type MarketplaceOrdersRetrieveData = {
24946
24956
  uuid: string;
24947
24957
  };
24948
24958
  query?: {
24949
- field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | 'fixed_price' | 'issue' | 'limits' | 'marketplace_resource_uuid' | 'modified' | 'new_cost_estimate' | 'new_plan_name' | 'new_plan_uuid' | 'offering' | 'offering_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | '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' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_reviewed_at' | 'provider_reviewed_by' | 'provider_reviewed_by_full_name' | 'provider_reviewed_by_username' | 'provider_uuid' | 'request_comment' | 'resource_name' | 'resource_type' | 'resource_uuid' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
24959
+ field?: Array<'accepting_terms_of_service' | 'activation_price' | 'attachment' | 'attributes' | 'backend_id' | 'callback_url' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'completed_at' | 'consumer_reviewed_at' | 'consumer_reviewed_by' | 'consumer_reviewed_by_full_name' | 'consumer_reviewed_by_username' | 'cost' | 'created' | 'created_by_civil_number' | 'created_by_full_name' | 'created_by_username' | 'customer_name' | 'customer_slug' | 'customer_uuid' | 'error_message' | 'error_traceback' | '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' | 'output' | 'plan' | 'plan_description' | 'plan_name' | 'plan_unit' | 'plan_uuid' | 'project_description' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | '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' | 'state' | 'termination_comment' | 'type' | 'uuid'>;
24950
24960
  };
24951
24961
  url: '/api/marketplace-orders/{uuid}/';
24952
24962
  };
@@ -25717,7 +25727,6 @@ export type MarketplaceProjectUpdateRequestsListData = {
25717
25727
  path?: never;
25718
25728
  query?: {
25719
25729
  customer_uuid?: string;
25720
- offering_customer_uuid?: string;
25721
25730
  offering_uuid?: string;
25722
25731
  /**
25723
25732
  * A page number within the paginated result set.
@@ -25728,6 +25737,7 @@ export type MarketplaceProjectUpdateRequestsListData = {
25728
25737
  */
25729
25738
  page_size?: number;
25730
25739
  project_uuid?: string;
25740
+ provider_uuid?: string;
25731
25741
  state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
25732
25742
  };
25733
25743
  url: '/api/marketplace-project-update-requests/';
@@ -25741,7 +25751,6 @@ export type MarketplaceProjectUpdateRequestsCountData = {
25741
25751
  path?: never;
25742
25752
  query?: {
25743
25753
  customer_uuid?: string;
25744
- offering_customer_uuid?: string;
25745
25754
  offering_uuid?: string;
25746
25755
  /**
25747
25756
  * A page number within the paginated result set.
@@ -25752,6 +25761,7 @@ export type MarketplaceProjectUpdateRequestsCountData = {
25752
25761
  */
25753
25762
  page_size?: number;
25754
25763
  project_uuid?: string;
25764
+ provider_uuid?: string;
25755
25765
  state?: Array<'approved' | 'canceled' | 'draft' | 'pending' | 'rejected'>;
25756
25766
  };
25757
25767
  url: '/api/marketplace-project-update-requests/';
@@ -27222,7 +27232,7 @@ export type MarketplaceProviderResourcesListData = {
27222
27232
  customer?: string;
27223
27233
  customer_uuid?: string;
27224
27234
  downscaled?: boolean;
27225
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
27235
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
27226
27236
  /**
27227
27237
  * Has termination date
27228
27238
  */
@@ -27393,7 +27403,7 @@ export type MarketplaceProviderResourcesRetrieveData = {
27393
27403
  uuid: string;
27394
27404
  };
27395
27405
  query?: {
27396
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
27406
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
27397
27407
  };
27398
27408
  url: '/api/marketplace-provider-resources/{uuid}/';
27399
27409
  };
@@ -27431,7 +27441,7 @@ export type MarketplaceProviderResourcesDetailsRetrieveData = {
27431
27441
  uuid: string;
27432
27442
  };
27433
27443
  query?: {
27434
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
27444
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
27435
27445
  };
27436
27446
  url: '/api/marketplace-provider-resources/{uuid}/details/';
27437
27447
  };
@@ -27452,7 +27462,7 @@ export type MarketplaceProviderResourcesGlauthUsersConfigRetrieveResponses = {
27452
27462
  };
27453
27463
  export type MarketplaceProviderResourcesGlauthUsersConfigRetrieveResponse = MarketplaceProviderResourcesGlauthUsersConfigRetrieveResponses[keyof MarketplaceProviderResourcesGlauthUsersConfigRetrieveResponses];
27454
27464
  export type MarketplaceProviderResourcesMoveResourceData = {
27455
- body?: never;
27465
+ body: MoveResourceRequest;
27456
27466
  path: {
27457
27467
  uuid: string;
27458
27468
  };
@@ -28195,7 +28205,7 @@ export type MarketplaceResourcesListData = {
28195
28205
  customer?: string;
28196
28206
  customer_uuid?: string;
28197
28207
  downscaled?: boolean;
28198
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
28208
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
28199
28209
  /**
28200
28210
  * Has termination date
28201
28211
  */
@@ -28366,7 +28376,7 @@ export type MarketplaceResourcesRetrieveData = {
28366
28376
  uuid: string;
28367
28377
  };
28368
28378
  query?: {
28369
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
28379
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
28370
28380
  };
28371
28381
  url: '/api/marketplace-resources/{uuid}/';
28372
28382
  };
@@ -28404,7 +28414,7 @@ export type MarketplaceResourcesDetailsRetrieveData = {
28404
28414
  uuid: string;
28405
28415
  };
28406
28416
  query?: {
28407
- field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_customer_name' | 'offering_customer_slug' | 'offering_customer_uuid' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
28417
+ field?: Array<'attributes' | 'available_actions' | 'backend_id' | 'backend_metadata' | 'can_terminate' | 'category_icon' | 'category_title' | 'category_uuid' | 'created' | '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_billable' | 'offering_description' | 'offering_image' | 'offering_name' | 'offering_plugin_options' | 'offering_shared' | 'offering_slug' | '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_end_date' | 'project_end_date_requested_by' | 'project_name' | 'project_slug' | 'project_uuid' | 'provider_name' | 'provider_slug' | 'provider_uuid' | 'report' | 'resource_type' | 'resource_uuid' | 'restrict_member_access' | 'scope' | 'service_settings_uuid' | 'slug' | 'state' | 'url' | 'user_requires_reconsent' | 'username' | 'uuid'>;
28408
28418
  };
28409
28419
  url: '/api/marketplace-resources/{uuid}/details/';
28410
28420
  };
@@ -28425,7 +28435,7 @@ export type MarketplaceResourcesGlauthUsersConfigRetrieveResponses = {
28425
28435
  };
28426
28436
  export type MarketplaceResourcesGlauthUsersConfigRetrieveResponse = MarketplaceResourcesGlauthUsersConfigRetrieveResponses[keyof MarketplaceResourcesGlauthUsersConfigRetrieveResponses];
28427
28437
  export type MarketplaceResourcesMoveResourceData = {
28428
- body?: never;
28438
+ body: MoveResourceRequest;
28429
28439
  path: {
28430
28440
  uuid: string;
28431
28441
  };
@@ -28607,7 +28617,7 @@ export type MarketplaceRobotAccountsListData = {
28607
28617
  */
28608
28618
  created?: string;
28609
28619
  customer_uuid?: string;
28610
- field?: Array<'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'error_message' | 'error_traceback' | 'fingerprints' | 'keys' | 'modified' | 'offering_customer_uuid' | 'offering_plugin_options' | 'project_name' | 'project_uuid' | 'resource' | 'resource_name' | 'resource_uuid' | 'responsible_user' | 'state' | 'type' | 'url' | 'user_keys' | 'username' | 'users' | 'uuid'>;
28620
+ field?: Array<'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'>;
28611
28621
  /**
28612
28622
  * Modified after
28613
28623
  */
@@ -28700,7 +28710,7 @@ export type MarketplaceRobotAccountsRetrieveData = {
28700
28710
  uuid: string;
28701
28711
  };
28702
28712
  query?: {
28703
- field?: Array<'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'error_message' | 'error_traceback' | 'fingerprints' | 'keys' | 'modified' | 'offering_customer_uuid' | 'offering_plugin_options' | 'project_name' | 'project_uuid' | 'resource' | 'resource_name' | 'resource_uuid' | 'responsible_user' | 'state' | 'type' | 'url' | 'user_keys' | 'username' | 'users' | 'uuid'>;
28713
+ field?: Array<'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'>;
28704
28714
  };
28705
28715
  url: '/api/marketplace-robot-accounts/{uuid}/';
28706
28716
  };
@@ -31499,7 +31509,7 @@ export type OpenstackBackupsPullResponses = {
31499
31509
  200: unknown;
31500
31510
  };
31501
31511
  export type OpenstackBackupsRestoreData = {
31502
- body: OpenStackBackupRestorationRequest;
31512
+ body: OpenStackBackupRestorationCreateRequest;
31503
31513
  path: {
31504
31514
  uuid: string;
31505
31515
  };
@@ -32011,7 +32021,7 @@ export type OpenstackInstancesListData = {
32011
32021
  customer_uuid?: string;
32012
32022
  description?: string;
32013
32023
  external_ip?: string;
32014
- field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'connect_directly_to_external_network' | 'cores' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'data_volume_size' | 'data_volume_type' | 'data_volumes' | 'description' | 'disk' | 'error_message' | 'error_traceback' | 'external_address' | 'external_ips' | 'flavor' | 'flavor_disk' | 'flavor_name' | 'floating_ips' | 'hypervisor_hostname' | 'image' | 'image_name' | 'internal_ips' | 'is_limit_based' | 'is_usage_based' | 'key_fingerprint' | 'key_name' | 'latitude' | 'longitude' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'min_disk' | 'min_ram' | 'modified' | 'name' | 'ports' | 'project' | 'project_name' | 'project_uuid' | 'ram' | 'rancher_cluster' | 'resource_type' | 'runtime_state' | 'security_groups' | 'server_group' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'start_time' | 'state' | 'system_volume_size' | 'system_volume_type' | 'tenant' | 'tenant_uuid' | 'url' | 'user_data' | 'uuid' | 'volumes'>;
32024
+ field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'connect_directly_to_external_network' | 'cores' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'disk' | 'error_message' | 'error_traceback' | 'external_address' | 'external_ips' | 'flavor_disk' | 'flavor_name' | 'floating_ips' | 'hypervisor_hostname' | 'image_name' | 'internal_ips' | 'is_limit_based' | 'is_usage_based' | 'key_fingerprint' | 'key_name' | 'latitude' | 'longitude' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'min_disk' | 'min_ram' | 'modified' | 'name' | 'ports' | 'project' | 'project_name' | 'project_uuid' | 'ram' | 'rancher_cluster' | 'resource_type' | 'runtime_state' | 'security_groups' | 'server_group' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'start_time' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'user_data' | 'uuid' | 'volumes'>;
32015
32025
  name?: string;
32016
32026
  name_exact?: string;
32017
32027
  /**
@@ -32100,7 +32110,7 @@ export type OpenstackInstancesRetrieveData = {
32100
32110
  uuid: string;
32101
32111
  };
32102
32112
  query?: {
32103
- field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'connect_directly_to_external_network' | 'cores' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'data_volume_size' | 'data_volume_type' | 'data_volumes' | 'description' | 'disk' | 'error_message' | 'error_traceback' | 'external_address' | 'external_ips' | 'flavor' | 'flavor_disk' | 'flavor_name' | 'floating_ips' | 'hypervisor_hostname' | 'image' | 'image_name' | 'internal_ips' | 'is_limit_based' | 'is_usage_based' | 'key_fingerprint' | 'key_name' | 'latitude' | 'longitude' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'min_disk' | 'min_ram' | 'modified' | 'name' | 'ports' | 'project' | 'project_name' | 'project_uuid' | 'ram' | 'rancher_cluster' | 'resource_type' | 'runtime_state' | 'security_groups' | 'server_group' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'start_time' | 'state' | 'system_volume_size' | 'system_volume_type' | 'tenant' | 'tenant_uuid' | 'url' | 'user_data' | 'uuid' | 'volumes'>;
32113
+ field?: Array<'access_url' | 'action' | 'action_details' | 'availability_zone' | 'availability_zone_name' | 'backend_id' | 'connect_directly_to_external_network' | 'cores' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'disk' | 'error_message' | 'error_traceback' | 'external_address' | 'external_ips' | 'flavor_disk' | 'flavor_name' | 'floating_ips' | 'hypervisor_hostname' | 'image_name' | 'internal_ips' | 'is_limit_based' | 'is_usage_based' | 'key_fingerprint' | 'key_name' | 'latitude' | 'longitude' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'min_disk' | 'min_ram' | 'modified' | 'name' | 'ports' | 'project' | 'project_name' | 'project_uuid' | 'ram' | 'rancher_cluster' | 'resource_type' | 'runtime_state' | 'security_groups' | 'server_group' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'start_time' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'user_data' | 'uuid' | 'volumes'>;
32104
32114
  };
32105
32115
  url: '/api/openstack-instances/{uuid}/';
32106
32116
  };
@@ -38467,7 +38477,7 @@ export type RancherClustersListData = {
38467
38477
  customer_uuid?: string;
38468
38478
  description?: string;
38469
38479
  external_ip?: string;
38470
- field?: Array<'access_url' | 'backend_id' | 'capacity' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'kubernetes_version' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'requested' | 'resource_type' | 'router_ips' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
38480
+ field?: Array<'access_url' | 'backend_id' | 'capacity' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'kubernetes_version' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'requested' | 'resource_type' | 'router_ips' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
38471
38481
  name?: string;
38472
38482
  name_exact?: string;
38473
38483
  /**
@@ -38540,7 +38550,7 @@ export type RancherClustersRetrieveData = {
38540
38550
  uuid: string;
38541
38551
  };
38542
38552
  query?: {
38543
- field?: Array<'access_url' | 'backend_id' | 'capacity' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'kubernetes_version' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'requested' | 'resource_type' | 'router_ips' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
38553
+ field?: Array<'access_url' | 'backend_id' | 'capacity' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'kubernetes_version' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'public_ips' | 'requested' | 'resource_type' | 'router_ips' | 'runtime_state' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid' | 'vm_project'>;
38544
38554
  };
38545
38555
  url: '/api/rancher-clusters/{uuid}/';
38546
38556
  };
@@ -39476,13 +39486,13 @@ export type RancherServicesCountResponses = {
39476
39486
  200: unknown;
39477
39487
  };
39478
39488
  export type RancherServicesCreateData = {
39479
- body: RancherServiceRequest;
39489
+ body: RancherServiceCreateRequest;
39480
39490
  path?: never;
39481
39491
  query?: never;
39482
39492
  url: '/api/rancher-services/';
39483
39493
  };
39484
39494
  export type RancherServicesCreateResponses = {
39485
- 201: RancherService;
39495
+ 201: RancherServiceCreate;
39486
39496
  };
39487
39497
  export type RancherServicesCreateResponse = RancherServicesCreateResponses[keyof RancherServicesCreateResponses];
39488
39498
  export type RancherServicesDestroyData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.2",
3
+ "version": "7.8.3-dev.1",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",