hyperstack 1.46.1a0__tar.gz → 1.46.2a0__tar.gz
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.
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/PKG-INFO +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/README.md +2 -2
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/__init__.py +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/auth_api.py +69 -69
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api_client.py +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/configuration.py +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/generate_update_api_key_payload.py +3 -2
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack.egg-info/PKG-INFO +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/pyproject.toml +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/setup.py +1 -1
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_auth_api.py +7 -7
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_generate_update_api_key_payload.py +2 -2
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/__init__.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/alive_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/api_key_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/assigning_member_role_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/beta_access_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/billing_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/calculate_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/callbacks_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/cluster_events_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/clusters_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/compliance_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/credit_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/customer_contract_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/dashboard_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/deployment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/environment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/fip_exclusions_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/firewall_attachment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/firewalls_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/flavor_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/floating_ip_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/gpu_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/image_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/invite_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/keypair_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/organization_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/partner_config_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/payment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/permission_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/policy_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/pricebook_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/profile_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/rbac_role_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/region_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/security_rules_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/snapshot_events_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/snapshots_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/stock_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/template_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/user_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/user_detail_choice_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/user_permission_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/virtual_machine_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/virtual_machine_events_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/vnc_url_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/volume_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/volume_attachment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api/vouchers_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/api_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/exceptions.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/__init__.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/access_token_field.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/add_user_info_success_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/api_key_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/assign_rbac_role_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_callback_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_callback_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_firewall_with_vm.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_volume_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_volumes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attach_volumes_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attachments_fields_for_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/auth_get_token_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/auth_user_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/auth_user_info_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/beta_access_request_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/beta_access_request_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/beta_access_request_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/beta_access_status_item.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/beta_access_status_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_history.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_history_fine_tuning.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_history_serverless_inference.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_metrices_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/billing_metrices_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_events.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_events_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_flavor_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_node_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_node_group_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_node_instance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_nodes_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_version.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/cluster_versions.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/colors.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/common_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/compliance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/compliance_model_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/compliance_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/compliance_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/container_overview_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/contract.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/contract_discount_plan_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/contract_instance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/contract_instances_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_cluster_node_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_cluster_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_environment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_firewall_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_firewall_rule_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_image.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_image_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_instances_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_instances_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_profile_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_profile_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_security_rule_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_snapshot_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_snapshot_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_update_compliance_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/create_volume_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/customer_contract_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/dashboard_info_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/deployment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/deployments.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/detach_volumes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/detach_volumes_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/environment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/environment_features.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/environment_fields_for_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/environments.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/error_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_attachment_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_detail_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_detail_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewall_rule.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/firewalls_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/flavor_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/flavor_item_get_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/flavor_label_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/flavor_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/flavor_object_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_api_keys_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_instance_logs_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_invites_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_organization_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_permissions_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_policies_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/get_user_permissions_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/gpu_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/gpu_list.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/gpu_region_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/graph_datetime_value_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/image.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/image_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/image_get_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/images.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/import_keypair_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/import_keypair_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_events.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_events_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_flavor_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_image_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_keypair_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_overview_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instance_resize_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/instances.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/invite_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/invite_user_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/invite_user_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/keypair_environment_features.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/keypair_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/keypair_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/keypairs.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/lable_resonse.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/last_day_cost_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/last_day_cost_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/logos.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/manual_reconciliation_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/master_flavors_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/metric_item_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/metrics_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/mfa_status_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/mfa_status_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/name_available_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/new_configurations_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/new_model_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/new_stock_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/new_stock_retrive_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_level_billing_history.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_threshold_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_threshold_update_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_thresholds_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/organization_user_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/overview_info.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/pagination.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/pagination_data.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/partner_config.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/payment_details_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/payment_details_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/payment_initiate_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/payment_initiate_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/payment_initiate_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/policy_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/policy_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/pricebook_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/primary_color.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/profile_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/profile_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/profile_object_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/rbac_role_field.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/rbac_role_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/redeem_voucher_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/region_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/regions.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/remove_member_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/request_console.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/request_instance_logs_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/request_instance_logs_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_billing_events_history_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_history.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/resource_object_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/role_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/role_policy_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/secondary_color.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/security_group_rule.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/security_group_rule_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/security_rules_protocol_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/snapshot_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/snapshot_restore_request.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/snapshot_retrieve.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/snapshots.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/start_deployment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/start_deployment_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/template.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/template_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/templates.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/token_based_billing_history_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_cluster_node_group_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_environment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_keypair_name.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_keypair_name_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_organization_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_organization_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_template.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_volume_attachment_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_volume_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/update_volume_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/uris.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/user_info_post_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/user_organizations_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/user_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/users_info_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/users_info_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/vncurl.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/vncurl_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volume_attachment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volume_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volume_fields_for_instance.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volume_overview_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volume_types.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volumes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/volumes_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/voucher.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/workload_billing_history_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/py.typed +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/rest.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack.egg-info/SOURCES.txt +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack.egg-info/dependency_links.txt +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack.egg-info/requires.txt +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack.egg-info/top_level.txt +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/setup.cfg +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_access_token_field.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_alive_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_api_key_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_api_key_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_volumes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_beta_access_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_history.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_calculate_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_callbacks_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_events.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_node_group_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_version.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_cluster_versions.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_clusters_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_colors.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_common_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_compliance_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_compliance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_compliance_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_compliance_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_contract.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_contract_instance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_contract_instances_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_cluster_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_environment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_image.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_image_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_instances_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_instances_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_profile_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_credit_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_dashboard_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_deployment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_deployment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_deployments.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_detach_volumes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_environment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_environment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_environment_features.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_environments.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_error_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_fip_exclusions_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_attachment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewall_rule.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewalls_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_flavor_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_flavor_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_flavor_item_get_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_flavor_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_gpu_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_gpu_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_gpu_list.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_image.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_image_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_image_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_image_get_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_images.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_events.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_instances.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_invite_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_invite_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_keypair_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_keypair_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_keypairs.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_lable_resonse.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_logos.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_manual_reconciliation_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_metrics_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_name_available_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_new_model_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_new_stock_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_overview_info.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_pagination.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_pagination_data.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_partner_config.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_partner_config_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_payment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_payment_details_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_permission_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_policy_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_policy_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_pricebook_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_pricebook_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_primary_color.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_profile_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_profile_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_profile_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_redeem_voucher_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_region_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_region_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_regions.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_request_console.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_secondary_color.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_security_group_rule.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_security_rules_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshots.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_snapshots_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_start_deployment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_stock_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_template.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_template_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_template_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_templates.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_cluster_node_group_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_environment.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_template.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_update_volume_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_uris.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_permission_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_users_info_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_virtual_machine_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_vnc_url_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_vncurl.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volume_types.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volumes.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_volumes_fields.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_voucher.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_vouchers_api.py +0 -0
- {hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/test/test_workload_billing_history_response.py +0 -0
|
@@ -8,7 +8,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
|
|
|
8
8
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
9
9
|
|
|
10
10
|
- API version: 1.0
|
|
11
|
-
- Package version: v1.46.
|
|
11
|
+
- Package version: v1.46.2-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -122,9 +122,9 @@ Class | Method | HTTP request | Description
|
|
|
122
122
|
*AssigningMemberRoleApi* | [**remove_rbac_role_from_user**](docs/AssigningMemberRoleApi.md#remove_rbac_role_from_user) | **DELETE** /auth/users/{user_id}/roles | Remove RBAC Role From User
|
|
123
123
|
*AuthApi* | [**change_organization_for_token**](docs/AuthApi.md#change_organization_for_token) | **GET** /auth/token/change-org/{org_id} |
|
|
124
124
|
*AuthApi* | [**disable_mfa**](docs/AuthApi.md#disable_mfa) | **GET** /auth/me/mfa/disable |
|
|
125
|
-
*AuthApi* | [**get_authenticated_user**](docs/AuthApi.md#get_authenticated_user) | **GET** /auth/me | Retrieve Authenticated User Details
|
|
126
125
|
*AuthApi* | [**get_user_mfa_status**](docs/AuthApi.md#get_user_mfa_status) | **GET** /auth/me/mfa | Get MFA status for authenticated user
|
|
127
126
|
*AuthApi* | [**get_user_organizations**](docs/AuthApi.md#get_user_organizations) | **GET** /auth/me/organizations | Get User Organizations
|
|
127
|
+
*AuthApi* | [**retrieve_authenticated_user_details**](docs/AuthApi.md#retrieve_authenticated_user_details) | **GET** /auth/me | Retrieve Authenticated User Details
|
|
128
128
|
*BetaAccessApi* | [**create_beta_access_request**](docs/BetaAccessApi.md#create_beta_access_request) | **POST** /auth/beta-access/requests | Create a new beta access request
|
|
129
129
|
*BetaAccessApi* | [**get_beta_access_requests**](docs/BetaAccessApi.md#get_beta_access_requests) | **GET** /auth/beta-access/requests/{program} | Check the status of beta access requests
|
|
130
130
|
*BetaAccessApi* | [**get_beta_access_status**](docs/BetaAccessApi.md#get_beta_access_status) | **GET** /auth/beta-access/requests | Check the status of all beta access requests
|
|
@@ -570,7 +570,7 @@ class AuthApi:
|
|
|
570
570
|
|
|
571
571
|
|
|
572
572
|
@validate_call
|
|
573
|
-
def
|
|
573
|
+
def get_user_mfa_status(
|
|
574
574
|
self,
|
|
575
575
|
_request_timeout: Union[
|
|
576
576
|
None,
|
|
@@ -584,10 +584,10 @@ class AuthApi:
|
|
|
584
584
|
_content_type: Optional[StrictStr] = None,
|
|
585
585
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
586
586
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
587
|
-
) ->
|
|
588
|
-
"""
|
|
587
|
+
) -> MFAStatusResponse:
|
|
588
|
+
"""Get MFA status for authenticated user
|
|
589
589
|
|
|
590
|
-
|
|
590
|
+
Retrieve the Multi-Factor Authentication (MFA) status for the currentlyauthenticated user. Includes whether MFA is enabled.
|
|
591
591
|
|
|
592
592
|
:param _request_timeout: timeout setting for this request. If one
|
|
593
593
|
number provided, it will be total request
|
|
@@ -611,7 +611,7 @@ class AuthApi:
|
|
|
611
611
|
:return: Returns the result object.
|
|
612
612
|
""" # noqa: E501
|
|
613
613
|
|
|
614
|
-
_param = self.
|
|
614
|
+
_param = self._get_user_mfa_status_serialize(
|
|
615
615
|
_request_auth=_request_auth,
|
|
616
616
|
_content_type=_content_type,
|
|
617
617
|
_headers=_headers,
|
|
@@ -619,10 +619,10 @@ class AuthApi:
|
|
|
619
619
|
)
|
|
620
620
|
|
|
621
621
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
622
|
-
'200': "
|
|
623
|
-
'400': "ErrorResponseModel",
|
|
622
|
+
'200': "MFAStatusResponse",
|
|
624
623
|
'401': "ErrorResponseModel",
|
|
625
|
-
'
|
|
624
|
+
'404': "ErrorResponseModel",
|
|
625
|
+
'500': "ErrorResponseModel",
|
|
626
626
|
}
|
|
627
627
|
response_data = self.api_client.call_api(
|
|
628
628
|
*_param,
|
|
@@ -636,7 +636,7 @@ class AuthApi:
|
|
|
636
636
|
|
|
637
637
|
|
|
638
638
|
@validate_call
|
|
639
|
-
def
|
|
639
|
+
def get_user_mfa_status_with_http_info(
|
|
640
640
|
self,
|
|
641
641
|
_request_timeout: Union[
|
|
642
642
|
None,
|
|
@@ -650,10 +650,10 @@ class AuthApi:
|
|
|
650
650
|
_content_type: Optional[StrictStr] = None,
|
|
651
651
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
652
652
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
653
|
-
) -> ApiResponse[
|
|
654
|
-
"""
|
|
653
|
+
) -> ApiResponse[MFAStatusResponse]:
|
|
654
|
+
"""Get MFA status for authenticated user
|
|
655
655
|
|
|
656
|
-
|
|
656
|
+
Retrieve the Multi-Factor Authentication (MFA) status for the currentlyauthenticated user. Includes whether MFA is enabled.
|
|
657
657
|
|
|
658
658
|
:param _request_timeout: timeout setting for this request. If one
|
|
659
659
|
number provided, it will be total request
|
|
@@ -677,7 +677,7 @@ class AuthApi:
|
|
|
677
677
|
:return: Returns the result object.
|
|
678
678
|
""" # noqa: E501
|
|
679
679
|
|
|
680
|
-
_param = self.
|
|
680
|
+
_param = self._get_user_mfa_status_serialize(
|
|
681
681
|
_request_auth=_request_auth,
|
|
682
682
|
_content_type=_content_type,
|
|
683
683
|
_headers=_headers,
|
|
@@ -685,10 +685,10 @@ class AuthApi:
|
|
|
685
685
|
)
|
|
686
686
|
|
|
687
687
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
688
|
-
'200': "
|
|
689
|
-
'400': "ErrorResponseModel",
|
|
688
|
+
'200': "MFAStatusResponse",
|
|
690
689
|
'401': "ErrorResponseModel",
|
|
691
|
-
'
|
|
690
|
+
'404': "ErrorResponseModel",
|
|
691
|
+
'500': "ErrorResponseModel",
|
|
692
692
|
}
|
|
693
693
|
response_data = self.api_client.call_api(
|
|
694
694
|
*_param,
|
|
@@ -702,7 +702,7 @@ class AuthApi:
|
|
|
702
702
|
|
|
703
703
|
|
|
704
704
|
@validate_call
|
|
705
|
-
def
|
|
705
|
+
def get_user_mfa_status_without_preload_content(
|
|
706
706
|
self,
|
|
707
707
|
_request_timeout: Union[
|
|
708
708
|
None,
|
|
@@ -717,9 +717,9 @@ class AuthApi:
|
|
|
717
717
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
718
718
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
719
719
|
) -> RESTResponseType:
|
|
720
|
-
"""
|
|
720
|
+
"""Get MFA status for authenticated user
|
|
721
721
|
|
|
722
|
-
|
|
722
|
+
Retrieve the Multi-Factor Authentication (MFA) status for the currentlyauthenticated user. Includes whether MFA is enabled.
|
|
723
723
|
|
|
724
724
|
:param _request_timeout: timeout setting for this request. If one
|
|
725
725
|
number provided, it will be total request
|
|
@@ -743,7 +743,7 @@ class AuthApi:
|
|
|
743
743
|
:return: Returns the result object.
|
|
744
744
|
""" # noqa: E501
|
|
745
745
|
|
|
746
|
-
_param = self.
|
|
746
|
+
_param = self._get_user_mfa_status_serialize(
|
|
747
747
|
_request_auth=_request_auth,
|
|
748
748
|
_content_type=_content_type,
|
|
749
749
|
_headers=_headers,
|
|
@@ -751,10 +751,10 @@ class AuthApi:
|
|
|
751
751
|
)
|
|
752
752
|
|
|
753
753
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
754
|
-
'200': "
|
|
755
|
-
'400': "ErrorResponseModel",
|
|
754
|
+
'200': "MFAStatusResponse",
|
|
756
755
|
'401': "ErrorResponseModel",
|
|
757
|
-
'
|
|
756
|
+
'404': "ErrorResponseModel",
|
|
757
|
+
'500': "ErrorResponseModel",
|
|
758
758
|
}
|
|
759
759
|
response_data = self.api_client.call_api(
|
|
760
760
|
*_param,
|
|
@@ -763,7 +763,7 @@ class AuthApi:
|
|
|
763
763
|
return response_data.response
|
|
764
764
|
|
|
765
765
|
|
|
766
|
-
def
|
|
766
|
+
def _get_user_mfa_status_serialize(
|
|
767
767
|
self,
|
|
768
768
|
_request_auth,
|
|
769
769
|
_content_type,
|
|
@@ -808,7 +808,7 @@ class AuthApi:
|
|
|
808
808
|
|
|
809
809
|
return self.api_client.param_serialize(
|
|
810
810
|
method='GET',
|
|
811
|
-
resource_path='/auth/me',
|
|
811
|
+
resource_path='/auth/me/mfa',
|
|
812
812
|
path_params=_path_params,
|
|
813
813
|
query_params=_query_params,
|
|
814
814
|
header_params=_header_params,
|
|
@@ -825,7 +825,7 @@ class AuthApi:
|
|
|
825
825
|
|
|
826
826
|
|
|
827
827
|
@validate_call
|
|
828
|
-
def
|
|
828
|
+
def get_user_organizations(
|
|
829
829
|
self,
|
|
830
830
|
_request_timeout: Union[
|
|
831
831
|
None,
|
|
@@ -839,10 +839,10 @@ class AuthApi:
|
|
|
839
839
|
_content_type: Optional[StrictStr] = None,
|
|
840
840
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
841
841
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
842
|
-
) ->
|
|
843
|
-
"""Get
|
|
842
|
+
) -> UserOrganizationsResponse:
|
|
843
|
+
"""Get User Organizations
|
|
844
844
|
|
|
845
|
-
Retrieve the
|
|
845
|
+
Retrieve the organizations associated with a user by their user ID. This endpoint is useful for understanding the user's organizational affiliations.
|
|
846
846
|
|
|
847
847
|
:param _request_timeout: timeout setting for this request. If one
|
|
848
848
|
number provided, it will be total request
|
|
@@ -866,7 +866,7 @@ class AuthApi:
|
|
|
866
866
|
:return: Returns the result object.
|
|
867
867
|
""" # noqa: E501
|
|
868
868
|
|
|
869
|
-
_param = self.
|
|
869
|
+
_param = self._get_user_organizations_serialize(
|
|
870
870
|
_request_auth=_request_auth,
|
|
871
871
|
_content_type=_content_type,
|
|
872
872
|
_headers=_headers,
|
|
@@ -874,10 +874,11 @@ class AuthApi:
|
|
|
874
874
|
)
|
|
875
875
|
|
|
876
876
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
877
|
-
'200': "
|
|
877
|
+
'200': "UserOrganizationsResponse",
|
|
878
|
+
'400': "ErrorResponseModel",
|
|
878
879
|
'401': "ErrorResponseModel",
|
|
879
880
|
'404': "ErrorResponseModel",
|
|
880
|
-
'500':
|
|
881
|
+
'500': None,
|
|
881
882
|
}
|
|
882
883
|
response_data = self.api_client.call_api(
|
|
883
884
|
*_param,
|
|
@@ -891,7 +892,7 @@ class AuthApi:
|
|
|
891
892
|
|
|
892
893
|
|
|
893
894
|
@validate_call
|
|
894
|
-
def
|
|
895
|
+
def get_user_organizations_with_http_info(
|
|
895
896
|
self,
|
|
896
897
|
_request_timeout: Union[
|
|
897
898
|
None,
|
|
@@ -905,10 +906,10 @@ class AuthApi:
|
|
|
905
906
|
_content_type: Optional[StrictStr] = None,
|
|
906
907
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
907
908
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
908
|
-
) -> ApiResponse[
|
|
909
|
-
"""Get
|
|
909
|
+
) -> ApiResponse[UserOrganizationsResponse]:
|
|
910
|
+
"""Get User Organizations
|
|
910
911
|
|
|
911
|
-
Retrieve the
|
|
912
|
+
Retrieve the organizations associated with a user by their user ID. This endpoint is useful for understanding the user's organizational affiliations.
|
|
912
913
|
|
|
913
914
|
:param _request_timeout: timeout setting for this request. If one
|
|
914
915
|
number provided, it will be total request
|
|
@@ -932,7 +933,7 @@ class AuthApi:
|
|
|
932
933
|
:return: Returns the result object.
|
|
933
934
|
""" # noqa: E501
|
|
934
935
|
|
|
935
|
-
_param = self.
|
|
936
|
+
_param = self._get_user_organizations_serialize(
|
|
936
937
|
_request_auth=_request_auth,
|
|
937
938
|
_content_type=_content_type,
|
|
938
939
|
_headers=_headers,
|
|
@@ -940,10 +941,11 @@ class AuthApi:
|
|
|
940
941
|
)
|
|
941
942
|
|
|
942
943
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
943
|
-
'200': "
|
|
944
|
+
'200': "UserOrganizationsResponse",
|
|
945
|
+
'400': "ErrorResponseModel",
|
|
944
946
|
'401': "ErrorResponseModel",
|
|
945
947
|
'404': "ErrorResponseModel",
|
|
946
|
-
'500':
|
|
948
|
+
'500': None,
|
|
947
949
|
}
|
|
948
950
|
response_data = self.api_client.call_api(
|
|
949
951
|
*_param,
|
|
@@ -957,7 +959,7 @@ class AuthApi:
|
|
|
957
959
|
|
|
958
960
|
|
|
959
961
|
@validate_call
|
|
960
|
-
def
|
|
962
|
+
def get_user_organizations_without_preload_content(
|
|
961
963
|
self,
|
|
962
964
|
_request_timeout: Union[
|
|
963
965
|
None,
|
|
@@ -972,9 +974,9 @@ class AuthApi:
|
|
|
972
974
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
973
975
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
974
976
|
) -> RESTResponseType:
|
|
975
|
-
"""Get
|
|
977
|
+
"""Get User Organizations
|
|
976
978
|
|
|
977
|
-
Retrieve the
|
|
979
|
+
Retrieve the organizations associated with a user by their user ID. This endpoint is useful for understanding the user's organizational affiliations.
|
|
978
980
|
|
|
979
981
|
:param _request_timeout: timeout setting for this request. If one
|
|
980
982
|
number provided, it will be total request
|
|
@@ -998,7 +1000,7 @@ class AuthApi:
|
|
|
998
1000
|
:return: Returns the result object.
|
|
999
1001
|
""" # noqa: E501
|
|
1000
1002
|
|
|
1001
|
-
_param = self.
|
|
1003
|
+
_param = self._get_user_organizations_serialize(
|
|
1002
1004
|
_request_auth=_request_auth,
|
|
1003
1005
|
_content_type=_content_type,
|
|
1004
1006
|
_headers=_headers,
|
|
@@ -1006,10 +1008,11 @@ class AuthApi:
|
|
|
1006
1008
|
)
|
|
1007
1009
|
|
|
1008
1010
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1009
|
-
'200': "
|
|
1011
|
+
'200': "UserOrganizationsResponse",
|
|
1012
|
+
'400': "ErrorResponseModel",
|
|
1010
1013
|
'401': "ErrorResponseModel",
|
|
1011
1014
|
'404': "ErrorResponseModel",
|
|
1012
|
-
'500':
|
|
1015
|
+
'500': None,
|
|
1013
1016
|
}
|
|
1014
1017
|
response_data = self.api_client.call_api(
|
|
1015
1018
|
*_param,
|
|
@@ -1018,7 +1021,7 @@ class AuthApi:
|
|
|
1018
1021
|
return response_data.response
|
|
1019
1022
|
|
|
1020
1023
|
|
|
1021
|
-
def
|
|
1024
|
+
def _get_user_organizations_serialize(
|
|
1022
1025
|
self,
|
|
1023
1026
|
_request_auth,
|
|
1024
1027
|
_content_type,
|
|
@@ -1063,7 +1066,7 @@ class AuthApi:
|
|
|
1063
1066
|
|
|
1064
1067
|
return self.api_client.param_serialize(
|
|
1065
1068
|
method='GET',
|
|
1066
|
-
resource_path='/auth/me/
|
|
1069
|
+
resource_path='/auth/me/organizations',
|
|
1067
1070
|
path_params=_path_params,
|
|
1068
1071
|
query_params=_query_params,
|
|
1069
1072
|
header_params=_header_params,
|
|
@@ -1080,7 +1083,7 @@ class AuthApi:
|
|
|
1080
1083
|
|
|
1081
1084
|
|
|
1082
1085
|
@validate_call
|
|
1083
|
-
def
|
|
1086
|
+
def retrieve_authenticated_user_details(
|
|
1084
1087
|
self,
|
|
1085
1088
|
_request_timeout: Union[
|
|
1086
1089
|
None,
|
|
@@ -1094,10 +1097,10 @@ class AuthApi:
|
|
|
1094
1097
|
_content_type: Optional[StrictStr] = None,
|
|
1095
1098
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1096
1099
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1097
|
-
) ->
|
|
1098
|
-
"""
|
|
1100
|
+
) -> AuthUserInfoResponseModel:
|
|
1101
|
+
"""Retrieve Authenticated User Details
|
|
1099
1102
|
|
|
1100
|
-
|
|
1103
|
+
Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs...cloud/docs/api-reference/auth-resources/auth).
|
|
1101
1104
|
|
|
1102
1105
|
:param _request_timeout: timeout setting for this request. If one
|
|
1103
1106
|
number provided, it will be total request
|
|
@@ -1121,7 +1124,7 @@ class AuthApi:
|
|
|
1121
1124
|
:return: Returns the result object.
|
|
1122
1125
|
""" # noqa: E501
|
|
1123
1126
|
|
|
1124
|
-
_param = self.
|
|
1127
|
+
_param = self._retrieve_authenticated_user_details_serialize(
|
|
1125
1128
|
_request_auth=_request_auth,
|
|
1126
1129
|
_content_type=_content_type,
|
|
1127
1130
|
_headers=_headers,
|
|
@@ -1129,10 +1132,9 @@ class AuthApi:
|
|
|
1129
1132
|
)
|
|
1130
1133
|
|
|
1131
1134
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1132
|
-
'200': "
|
|
1135
|
+
'200': "AuthUserInfoResponseModel",
|
|
1133
1136
|
'400': "ErrorResponseModel",
|
|
1134
1137
|
'401': "ErrorResponseModel",
|
|
1135
|
-
'404': "ErrorResponseModel",
|
|
1136
1138
|
'500': None,
|
|
1137
1139
|
}
|
|
1138
1140
|
response_data = self.api_client.call_api(
|
|
@@ -1147,7 +1149,7 @@ class AuthApi:
|
|
|
1147
1149
|
|
|
1148
1150
|
|
|
1149
1151
|
@validate_call
|
|
1150
|
-
def
|
|
1152
|
+
def retrieve_authenticated_user_details_with_http_info(
|
|
1151
1153
|
self,
|
|
1152
1154
|
_request_timeout: Union[
|
|
1153
1155
|
None,
|
|
@@ -1161,10 +1163,10 @@ class AuthApi:
|
|
|
1161
1163
|
_content_type: Optional[StrictStr] = None,
|
|
1162
1164
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1163
1165
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1164
|
-
) -> ApiResponse[
|
|
1165
|
-
"""
|
|
1166
|
+
) -> ApiResponse[AuthUserInfoResponseModel]:
|
|
1167
|
+
"""Retrieve Authenticated User Details
|
|
1166
1168
|
|
|
1167
|
-
|
|
1169
|
+
Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs...cloud/docs/api-reference/auth-resources/auth).
|
|
1168
1170
|
|
|
1169
1171
|
:param _request_timeout: timeout setting for this request. If one
|
|
1170
1172
|
number provided, it will be total request
|
|
@@ -1188,7 +1190,7 @@ class AuthApi:
|
|
|
1188
1190
|
:return: Returns the result object.
|
|
1189
1191
|
""" # noqa: E501
|
|
1190
1192
|
|
|
1191
|
-
_param = self.
|
|
1193
|
+
_param = self._retrieve_authenticated_user_details_serialize(
|
|
1192
1194
|
_request_auth=_request_auth,
|
|
1193
1195
|
_content_type=_content_type,
|
|
1194
1196
|
_headers=_headers,
|
|
@@ -1196,10 +1198,9 @@ class AuthApi:
|
|
|
1196
1198
|
)
|
|
1197
1199
|
|
|
1198
1200
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1199
|
-
'200': "
|
|
1201
|
+
'200': "AuthUserInfoResponseModel",
|
|
1200
1202
|
'400': "ErrorResponseModel",
|
|
1201
1203
|
'401': "ErrorResponseModel",
|
|
1202
|
-
'404': "ErrorResponseModel",
|
|
1203
1204
|
'500': None,
|
|
1204
1205
|
}
|
|
1205
1206
|
response_data = self.api_client.call_api(
|
|
@@ -1214,7 +1215,7 @@ class AuthApi:
|
|
|
1214
1215
|
|
|
1215
1216
|
|
|
1216
1217
|
@validate_call
|
|
1217
|
-
def
|
|
1218
|
+
def retrieve_authenticated_user_details_without_preload_content(
|
|
1218
1219
|
self,
|
|
1219
1220
|
_request_timeout: Union[
|
|
1220
1221
|
None,
|
|
@@ -1229,9 +1230,9 @@ class AuthApi:
|
|
|
1229
1230
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1230
1231
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1231
1232
|
) -> RESTResponseType:
|
|
1232
|
-
"""
|
|
1233
|
+
"""Retrieve Authenticated User Details
|
|
1233
1234
|
|
|
1234
|
-
|
|
1235
|
+
Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs...cloud/docs/api-reference/auth-resources/auth).
|
|
1235
1236
|
|
|
1236
1237
|
:param _request_timeout: timeout setting for this request. If one
|
|
1237
1238
|
number provided, it will be total request
|
|
@@ -1255,7 +1256,7 @@ class AuthApi:
|
|
|
1255
1256
|
:return: Returns the result object.
|
|
1256
1257
|
""" # noqa: E501
|
|
1257
1258
|
|
|
1258
|
-
_param = self.
|
|
1259
|
+
_param = self._retrieve_authenticated_user_details_serialize(
|
|
1259
1260
|
_request_auth=_request_auth,
|
|
1260
1261
|
_content_type=_content_type,
|
|
1261
1262
|
_headers=_headers,
|
|
@@ -1263,10 +1264,9 @@ class AuthApi:
|
|
|
1263
1264
|
)
|
|
1264
1265
|
|
|
1265
1266
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1266
|
-
'200': "
|
|
1267
|
+
'200': "AuthUserInfoResponseModel",
|
|
1267
1268
|
'400': "ErrorResponseModel",
|
|
1268
1269
|
'401': "ErrorResponseModel",
|
|
1269
|
-
'404': "ErrorResponseModel",
|
|
1270
1270
|
'500': None,
|
|
1271
1271
|
}
|
|
1272
1272
|
response_data = self.api_client.call_api(
|
|
@@ -1276,7 +1276,7 @@ class AuthApi:
|
|
|
1276
1276
|
return response_data.response
|
|
1277
1277
|
|
|
1278
1278
|
|
|
1279
|
-
def
|
|
1279
|
+
def _retrieve_authenticated_user_details_serialize(
|
|
1280
1280
|
self,
|
|
1281
1281
|
_request_auth,
|
|
1282
1282
|
_content_type,
|
|
@@ -1321,7 +1321,7 @@ class AuthApi:
|
|
|
1321
1321
|
|
|
1322
1322
|
return self.api_client.param_serialize(
|
|
1323
1323
|
method='GET',
|
|
1324
|
-
resource_path='/auth/me
|
|
1324
|
+
resource_path='/auth/me',
|
|
1325
1325
|
path_params=_path_params,
|
|
1326
1326
|
query_params=_query_params,
|
|
1327
1327
|
header_params=_header_params,
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'OpenAPI-Generator/v1.46.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/v1.46.2-alpha/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -524,7 +524,7 @@ conf = hyperstack.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 1.0\n"\
|
|
527
|
-
"SDK Package Version: v1.46.
|
|
527
|
+
"SDK Package Version: v1.46.2-alpha".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
{hyperstack-1.46.1a0 → hyperstack-1.46.2a0}/hyperstack/models/generate_update_api_key_payload.py
RENAMED
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing_extensions import Annotated
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -27,7 +28,7 @@ class GenerateUpdateApiKeyPayload(BaseModel):
|
|
|
27
28
|
GenerateUpdateApiKeyPayload
|
|
28
29
|
""" # noqa: E501
|
|
29
30
|
description: Optional[StrictStr] = None
|
|
30
|
-
name:
|
|
31
|
+
name: Annotated[str, Field(min_length=1, strict=True, max_length=200)]
|
|
31
32
|
__properties: ClassVar[List[str]] = ["description", "name"]
|
|
32
33
|
|
|
33
34
|
model_config = ConfigDict(
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "hyperstack"
|
|
24
|
-
VERSION = "v1.46.
|
|
24
|
+
VERSION = "v1.46.2-alpha"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -38,13 +38,6 @@ class TestAuthApi(unittest.TestCase):
|
|
|
38
38
|
"""
|
|
39
39
|
pass
|
|
40
40
|
|
|
41
|
-
def test_get_authenticated_user(self) -> None:
|
|
42
|
-
"""Test case for get_authenticated_user
|
|
43
|
-
|
|
44
|
-
Retrieve Authenticated User Details
|
|
45
|
-
"""
|
|
46
|
-
pass
|
|
47
|
-
|
|
48
41
|
def test_get_user_mfa_status(self) -> None:
|
|
49
42
|
"""Test case for get_user_mfa_status
|
|
50
43
|
|
|
@@ -59,6 +52,13 @@ class TestAuthApi(unittest.TestCase):
|
|
|
59
52
|
"""
|
|
60
53
|
pass
|
|
61
54
|
|
|
55
|
+
def test_retrieve_authenticated_user_details(self) -> None:
|
|
56
|
+
"""Test case for retrieve_authenticated_user_details
|
|
57
|
+
|
|
58
|
+
Retrieve Authenticated User Details
|
|
59
|
+
"""
|
|
60
|
+
pass
|
|
61
|
+
|
|
62
62
|
|
|
63
63
|
if __name__ == '__main__':
|
|
64
64
|
unittest.main()
|
|
@@ -36,11 +36,11 @@ class TestGenerateUpdateApiKeyPayload(unittest.TestCase):
|
|
|
36
36
|
if include_optional:
|
|
37
37
|
return GenerateUpdateApiKeyPayload(
|
|
38
38
|
description = '',
|
|
39
|
-
name = ''
|
|
39
|
+
name = '0'
|
|
40
40
|
)
|
|
41
41
|
else:
|
|
42
42
|
return GenerateUpdateApiKeyPayload(
|
|
43
|
-
name = '',
|
|
43
|
+
name = '0',
|
|
44
44
|
)
|
|
45
45
|
"""
|
|
46
46
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|