waldur-api-client 7.8.3__py3-none-any.whl → 7.8.5__py3-none-any.whl
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.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/backend_resources/backend_resources_import_resource.py +3 -3
- waldur_api_client/api/booking_resources/booking_resources_count.py +108 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +108 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_add_user.py +17 -10
- waldur_api_client/api/customers/customers_add_user.py +17 -10
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +30 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +30 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/__init__.py +1 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_retrieve.py +119 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_create.py +152 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_destroy.py +89 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_list.py +242 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_partial_update.py +166 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_retrieve.py +144 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_update.py +166 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_set_backend_id.py +105 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_update_discounts.py +123 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_partition.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_software_catalog.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py +19 -10
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py +1 -1
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_partition.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_software_catalog.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_partition_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_software_catalog_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py +17 -10
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +14 -24
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_set_offerings_username.py +8 -67
- waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
- waldur_api_client/api/marketplace_site_agent_identities/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_create.py +148 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_destroy.py +89 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_event_subscription.py +176 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_service.py +170 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_update.py +162 -0
- waldur_api_client/api/marketplace_site_agent_processors/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_retrieve.py +142 -0
- waldur_api_client/api/marketplace_site_agent_services/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_count.py +229 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_list.py +230 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_register_processor.py +172 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_set_statistics.py +166 -0
- waldur_api_client/api/marketplace_software_catalogs/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_count.py +225 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_create.py +150 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_list.py +226 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_count.py +352 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_create.py +150 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_list.py +353 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_update.py +164 -0
- waldur_api_client/api/marketplace_software_targets/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_count.py +313 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_create.py +117 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_list.py +314 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_count.py +310 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_create.py +117 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_list.py +311 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_update.py +142 -0
- waldur_api_client/api/onboarding/__init__.py +1 -0
- waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
- waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_approve.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
- waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
- waldur_api_client/api/projects/projects_add_user.py +17 -10
- waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
- waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/projects/projects_count.py +30 -0
- waldur_api_client/api/projects/projects_list.py +30 -0
- waldur_api_client/api/projects/projects_move_project.py +19 -10
- waldur_api_client/api/projects/projects_recover.py +166 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_add_user.py +17 -10
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_add_user.py +17 -10
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
- waldur_api_client/models/__init__.py +214 -8
- waldur_api_client/models/agent_event_subscription_create_request.py +71 -0
- waldur_api_client/models/agent_identity.py +211 -0
- waldur_api_client/models/agent_identity_request.py +157 -0
- waldur_api_client/models/agent_processor.py +170 -0
- waldur_api_client/models/agent_processor_create_request.py +89 -0
- waldur_api_client/models/agent_service.py +172 -0
- waldur_api_client/models/agent_service_create_request.py +81 -0
- waldur_api_client/models/agent_service_state.py +10 -0
- waldur_api_client/models/agent_service_statistics_request.py +59 -0
- waldur_api_client/models/base_provider_plan.py +21 -0
- waldur_api_client/models/base_public_plan.py +21 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +2 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/booking_resource.py +37 -11
- waldur_api_client/models/booking_resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/booking_resources_list_field_item.py +1 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/call_managing_organisations_add_user_response_400.py +65 -0
- waldur_api_client/models/call_round.py +4 -4
- waldur_api_client/models/checklist_template.py +99 -0
- waldur_api_client/models/checklist_template_checklist.py +44 -0
- waldur_api_client/models/constance_settings.py +126 -45
- waldur_api_client/models/constance_settings_request.py +126 -45
- waldur_api_client/models/constance_settings_request_form.py +126 -45
- waldur_api_client/models/constance_settings_request_multipart.py +219 -71
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_component_usage_policy.py +175 -0
- waldur_api_client/models/customer_component_usage_policy_request.py +102 -0
- waldur_api_client/models/customers_add_user_response_400.py +65 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
- waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
- waldur_api_client/models/discount_config_request.py +91 -0
- waldur_api_client/models/discounts_update_request.py +65 -0
- waldur_api_client/models/discounts_update_request_discounts.py +57 -0
- waldur_api_client/models/event_types_enum.py +1 -0
- waldur_api_client/models/issue.py +0 -25
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_site_agent_services_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_site_agent_services_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_software_catalogs_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_catalogs_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_packages_count_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_packages_list_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_targets_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_targets_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_list_o_item.py +15 -0
- waldur_api_client/models/merged_plugin_options.py +65 -8
- waldur_api_client/models/merged_plugin_options_request.py +65 -8
- waldur_api_client/models/nested_agent_processor.py +154 -0
- waldur_api_client/models/nested_agent_service.py +134 -0
- waldur_api_client/models/nested_agent_service_request.py +90 -0
- waldur_api_client/models/nested_customer_usage_policy_component.py +103 -0
- waldur_api_client/models/nested_customer_usage_policy_component_request.py +87 -0
- waldur_api_client/models/nested_partition.py +412 -0
- waldur_api_client/models/nested_partition_request.py +397 -0
- waldur_api_client/models/nested_plan_component.py +155 -0
- waldur_api_client/models/nested_plan_component_request.py +128 -0
- waldur_api_client/models/nested_round.py +5 -5
- waldur_api_client/models/nested_software_catalog.py +134 -0
- waldur_api_client/models/nested_software_catalog_catalog.py +86 -0
- waldur_api_client/models/nested_software_catalog_partition.py +86 -0
- waldur_api_client/models/nested_software_catalog_request.py +68 -0
- waldur_api_client/models/nested_software_target.py +84 -0
- waldur_api_client/models/nested_software_target_request.py +75 -0
- waldur_api_client/models/nested_software_version.py +124 -0
- waldur_api_client/models/nested_software_version_request.py +93 -0
- waldur_api_client/models/network_rbac_policy_request.py +8 -0
- waldur_api_client/models/notification.py +9 -9
- waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
- waldur_api_client/models/notification_template_detail_serializers.py +9 -3
- waldur_api_client/models/observable_object_type_enum.py +14 -0
- waldur_api_client/models/offering.py +42 -0
- waldur_api_client/models/offering_component.py +79 -0
- waldur_api_client/models/offering_component_request.py +80 -0
- waldur_api_client/models/offering_create.py +36 -0
- waldur_api_client/models/offering_partition.py +440 -0
- waldur_api_client/models/offering_partition_request.py +406 -0
- waldur_api_client/models/offering_software_catalog.py +176 -0
- waldur_api_client/models/offering_software_catalog_request.py +118 -0
- waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
- waldur_api_client/models/onboarding_justification.py +212 -0
- waldur_api_client/models/onboarding_justification_create_request.py +71 -0
- waldur_api_client/models/onboarding_justification_documentation.py +108 -0
- waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
- waldur_api_client/models/onboarding_justification_request.py +89 -0
- waldur_api_client/models/onboarding_justification_review_request.py +59 -0
- waldur_api_client/models/onboarding_verification.py +250 -0
- waldur_api_client/models/onboarding_verification_request.py +128 -0
- waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
- waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
- waldur_api_client/models/order_backend_id_request.py +59 -0
- waldur_api_client/models/order_create.py +4 -4
- waldur_api_client/models/order_details.py +43 -11
- waldur_api_client/models/order_state.py +1 -0
- waldur_api_client/models/patched_customer_component_usage_policy_request.py +104 -0
- waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
- waldur_api_client/models/patched_offering_partition_request.py +412 -0
- waldur_api_client/models/patched_offering_software_catalog_update_request.py +131 -0
- waldur_api_client/models/patched_onboarding_justification_request.py +88 -0
- waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
- waldur_api_client/models/patched_project_credit_request.py +13 -0
- waldur_api_client/models/patched_project_request.py +10 -2
- waldur_api_client/models/patched_project_request_form.py +10 -2
- waldur_api_client/models/patched_project_request_multipart.py +13 -2
- waldur_api_client/models/patched_software_catalog_request.py +86 -0
- waldur_api_client/models/patched_software_package_request.py +86 -0
- waldur_api_client/models/plan_component.py +40 -0
- waldur_api_client/models/project.py +37 -2
- waldur_api_client/models/project_credit.py +13 -0
- waldur_api_client/models/project_credit_request.py +13 -0
- waldur_api_client/models/project_recovery_request.py +70 -0
- waldur_api_client/models/project_request.py +10 -2
- waldur_api_client/models/project_request_form.py +10 -2
- waldur_api_client/models/project_request_multipart.py +13 -2
- waldur_api_client/models/project_user.py +21 -4
- waldur_api_client/models/projects_add_user_response_400.py +65 -0
- waldur_api_client/models/projects_list_field_item.py +4 -0
- waldur_api_client/models/projects_move_project_response_400.py +65 -0
- waldur_api_client/models/projects_retrieve_field_item.py +4 -0
- waldur_api_client/models/proposal_proposals_add_user_response_400.py +65 -0
- waldur_api_client/models/proposal_protected_calls_add_user_response_400.py +65 -0
- waldur_api_client/models/protected_round.py +4 -4
- waldur_api_client/models/provider_offering_details.py +42 -0
- waldur_api_client/models/provider_plan_details.py +18 -0
- waldur_api_client/models/public_offering_details.py +42 -0
- waldur_api_client/models/question.py +102 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +1 -0
- waldur_api_client/models/{set_offerings_username.py → remove_partition_request.py} +11 -19
- waldur_api_client/models/remove_software_catalog_request.py +60 -0
- waldur_api_client/models/resource.py +37 -11
- waldur_api_client/models/resource_downscaled_request.py +59 -0
- waldur_api_client/models/resource_paused_request.py +59 -0
- waldur_api_client/models/resource_renew_request.py +83 -0
- waldur_api_client/models/resource_renew_request_limits.py +44 -0
- waldur_api_client/models/resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/resource_restrict_member_access_request.py +59 -0
- waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
- waldur_api_client/models/service_provider_checklist_summary.py +98 -0
- waldur_api_client/models/software_catalog.py +130 -0
- waldur_api_client/models/software_catalog_request.py +87 -0
- waldur_api_client/models/software_catalog_uuid.py +60 -0
- waldur_api_client/models/software_package.py +168 -0
- waldur_api_client/models/software_package_request.py +87 -0
- waldur_api_client/models/software_target.py +110 -0
- waldur_api_client/models/software_version.py +135 -0
- waldur_api_client/models/time_series_to_s_data.py +69 -0
- waldur_api_client/models/to_s_consent_dashboard.py +155 -0
- waldur_api_client/models/update_offering_component_request.py +79 -0
- waldur_api_client/models/user.py +20 -0
- waldur_api_client/models/users_list_field_item.py +1 -0
- waldur_api_client/models/users_me_retrieve_field_item.py +1 -0
- waldur_api_client/models/users_retrieve_field_item.py +1 -0
- waldur_api_client/models/validation_decision_enum.py +10 -0
- waldur_api_client/models/validation_method_enum.py +8 -0
- waldur_api_client/models/version_adoption.py +67 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +340 -123
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -36
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -50,6 +50,7 @@ def _get_kwargs(
|
|
|
50
50
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
51
51
|
type_: Union[Unset, list[str]] = UNSET,
|
|
52
52
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
53
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
53
54
|
uuid_list: Union[Unset, str] = UNSET,
|
|
54
55
|
) -> dict[str, Any]:
|
|
55
56
|
params: dict[str, Any] = {}
|
|
@@ -172,6 +173,8 @@ def _get_kwargs(
|
|
|
172
173
|
|
|
173
174
|
params["user_has_consent"] = user_has_consent
|
|
174
175
|
|
|
176
|
+
params["user_has_offering_user"] = user_has_offering_user
|
|
177
|
+
|
|
175
178
|
params["uuid_list"] = uuid_list
|
|
176
179
|
|
|
177
180
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -245,6 +248,7 @@ def sync_detailed(
|
|
|
245
248
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
246
249
|
type_: Union[Unset, list[str]] = UNSET,
|
|
247
250
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
251
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
248
252
|
uuid_list: Union[Unset, str] = UNSET,
|
|
249
253
|
) -> Response[list["ProviderOfferingCustomer"]]:
|
|
250
254
|
"""Get customers for offering.
|
|
@@ -281,6 +285,7 @@ def sync_detailed(
|
|
|
281
285
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
282
286
|
type_ (Union[Unset, list[str]]):
|
|
283
287
|
user_has_consent (Union[Unset, bool]):
|
|
288
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
284
289
|
uuid_list (Union[Unset, str]):
|
|
285
290
|
|
|
286
291
|
Raises:
|
|
@@ -323,6 +328,7 @@ def sync_detailed(
|
|
|
323
328
|
state=state,
|
|
324
329
|
type_=type_,
|
|
325
330
|
user_has_consent=user_has_consent,
|
|
331
|
+
user_has_offering_user=user_has_offering_user,
|
|
326
332
|
uuid_list=uuid_list,
|
|
327
333
|
)
|
|
328
334
|
|
|
@@ -367,6 +373,7 @@ def sync(
|
|
|
367
373
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
368
374
|
type_: Union[Unset, list[str]] = UNSET,
|
|
369
375
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
376
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
370
377
|
uuid_list: Union[Unset, str] = UNSET,
|
|
371
378
|
) -> list["ProviderOfferingCustomer"]:
|
|
372
379
|
"""Get customers for offering.
|
|
@@ -403,6 +410,7 @@ def sync(
|
|
|
403
410
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
404
411
|
type_ (Union[Unset, list[str]]):
|
|
405
412
|
user_has_consent (Union[Unset, bool]):
|
|
413
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
406
414
|
uuid_list (Union[Unset, str]):
|
|
407
415
|
|
|
408
416
|
Raises:
|
|
@@ -446,6 +454,7 @@ def sync(
|
|
|
446
454
|
state=state,
|
|
447
455
|
type_=type_,
|
|
448
456
|
user_has_consent=user_has_consent,
|
|
457
|
+
user_has_offering_user=user_has_offering_user,
|
|
449
458
|
uuid_list=uuid_list,
|
|
450
459
|
).parsed
|
|
451
460
|
|
|
@@ -484,6 +493,7 @@ async def asyncio_detailed(
|
|
|
484
493
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
485
494
|
type_: Union[Unset, list[str]] = UNSET,
|
|
486
495
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
496
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
487
497
|
uuid_list: Union[Unset, str] = UNSET,
|
|
488
498
|
) -> Response[list["ProviderOfferingCustomer"]]:
|
|
489
499
|
"""Get customers for offering.
|
|
@@ -520,6 +530,7 @@ async def asyncio_detailed(
|
|
|
520
530
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
521
531
|
type_ (Union[Unset, list[str]]):
|
|
522
532
|
user_has_consent (Union[Unset, bool]):
|
|
533
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
523
534
|
uuid_list (Union[Unset, str]):
|
|
524
535
|
|
|
525
536
|
Raises:
|
|
@@ -562,6 +573,7 @@ async def asyncio_detailed(
|
|
|
562
573
|
state=state,
|
|
563
574
|
type_=type_,
|
|
564
575
|
user_has_consent=user_has_consent,
|
|
576
|
+
user_has_offering_user=user_has_offering_user,
|
|
565
577
|
uuid_list=uuid_list,
|
|
566
578
|
)
|
|
567
579
|
|
|
@@ -604,6 +616,7 @@ async def asyncio(
|
|
|
604
616
|
state: Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]] = UNSET,
|
|
605
617
|
type_: Union[Unset, list[str]] = UNSET,
|
|
606
618
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
619
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
607
620
|
uuid_list: Union[Unset, str] = UNSET,
|
|
608
621
|
) -> list["ProviderOfferingCustomer"]:
|
|
609
622
|
"""Get customers for offering.
|
|
@@ -640,6 +653,7 @@ async def asyncio(
|
|
|
640
653
|
state (Union[Unset, list[MarketplaceProviderOfferingsCustomersListStateItem]]):
|
|
641
654
|
type_ (Union[Unset, list[str]]):
|
|
642
655
|
user_has_consent (Union[Unset, bool]):
|
|
656
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
643
657
|
uuid_list (Union[Unset, str]):
|
|
644
658
|
|
|
645
659
|
Raises:
|
|
@@ -684,6 +698,7 @@ async def asyncio(
|
|
|
684
698
|
state=state,
|
|
685
699
|
type_=type_,
|
|
686
700
|
user_has_consent=user_has_consent,
|
|
701
|
+
user_has_offering_user=user_has_offering_user,
|
|
687
702
|
uuid_list=uuid_list,
|
|
688
703
|
)
|
|
689
704
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py
CHANGED
|
@@ -46,6 +46,7 @@ def _get_kwargs(
|
|
|
46
46
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
47
47
|
type_: Union[Unset, list[str]] = UNSET,
|
|
48
48
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
49
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
49
50
|
uuid_list: Union[Unset, str] = UNSET,
|
|
50
51
|
) -> dict[str, Any]:
|
|
51
52
|
params: dict[str, Any] = {}
|
|
@@ -168,6 +169,8 @@ def _get_kwargs(
|
|
|
168
169
|
|
|
169
170
|
params["user_has_consent"] = user_has_consent
|
|
170
171
|
|
|
172
|
+
params["user_has_offering_user"] = user_has_offering_user
|
|
173
|
+
|
|
171
174
|
params["uuid_list"] = uuid_list
|
|
172
175
|
|
|
173
176
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -238,6 +241,7 @@ def sync_detailed(
|
|
|
238
241
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
239
242
|
type_: Union[Unset, list[str]] = UNSET,
|
|
240
243
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
244
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
241
245
|
uuid_list: Union[Unset, str] = UNSET,
|
|
242
246
|
) -> Response[int]:
|
|
243
247
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -273,6 +277,7 @@ def sync_detailed(
|
|
|
273
277
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
274
278
|
type_ (Union[Unset, list[str]]):
|
|
275
279
|
user_has_consent (Union[Unset, bool]):
|
|
280
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
276
281
|
uuid_list (Union[Unset, str]):
|
|
277
282
|
|
|
278
283
|
Raises:
|
|
@@ -314,6 +319,7 @@ def sync_detailed(
|
|
|
314
319
|
state=state,
|
|
315
320
|
type_=type_,
|
|
316
321
|
user_has_consent=user_has_consent,
|
|
322
|
+
user_has_offering_user=user_has_offering_user,
|
|
317
323
|
uuid_list=uuid_list,
|
|
318
324
|
)
|
|
319
325
|
|
|
@@ -357,6 +363,7 @@ def sync(
|
|
|
357
363
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
358
364
|
type_: Union[Unset, list[str]] = UNSET,
|
|
359
365
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
366
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
360
367
|
uuid_list: Union[Unset, str] = UNSET,
|
|
361
368
|
) -> int:
|
|
362
369
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -392,6 +399,7 @@ def sync(
|
|
|
392
399
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
393
400
|
type_ (Union[Unset, list[str]]):
|
|
394
401
|
user_has_consent (Union[Unset, bool]):
|
|
402
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
395
403
|
uuid_list (Union[Unset, str]):
|
|
396
404
|
|
|
397
405
|
Raises:
|
|
@@ -434,6 +442,7 @@ def sync(
|
|
|
434
442
|
state=state,
|
|
435
443
|
type_=type_,
|
|
436
444
|
user_has_consent=user_has_consent,
|
|
445
|
+
user_has_offering_user=user_has_offering_user,
|
|
437
446
|
uuid_list=uuid_list,
|
|
438
447
|
).parsed
|
|
439
448
|
|
|
@@ -471,6 +480,7 @@ async def asyncio_detailed(
|
|
|
471
480
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
472
481
|
type_: Union[Unset, list[str]] = UNSET,
|
|
473
482
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
483
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
474
484
|
uuid_list: Union[Unset, str] = UNSET,
|
|
475
485
|
) -> Response[int]:
|
|
476
486
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -506,6 +516,7 @@ async def asyncio_detailed(
|
|
|
506
516
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
507
517
|
type_ (Union[Unset, list[str]]):
|
|
508
518
|
user_has_consent (Union[Unset, bool]):
|
|
519
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
509
520
|
uuid_list (Union[Unset, str]):
|
|
510
521
|
|
|
511
522
|
Raises:
|
|
@@ -547,6 +558,7 @@ async def asyncio_detailed(
|
|
|
547
558
|
state=state,
|
|
548
559
|
type_=type_,
|
|
549
560
|
user_has_consent=user_has_consent,
|
|
561
|
+
user_has_offering_user=user_has_offering_user,
|
|
550
562
|
uuid_list=uuid_list,
|
|
551
563
|
)
|
|
552
564
|
|
|
@@ -588,6 +600,7 @@ async def asyncio(
|
|
|
588
600
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]] = UNSET,
|
|
589
601
|
type_: Union[Unset, list[str]] = UNSET,
|
|
590
602
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
603
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
591
604
|
uuid_list: Union[Unset, str] = UNSET,
|
|
592
605
|
) -> int:
|
|
593
606
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -623,6 +636,7 @@ async def asyncio(
|
|
|
623
636
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsCountStateItem]]):
|
|
624
637
|
type_ (Union[Unset, list[str]]):
|
|
625
638
|
user_has_consent (Union[Unset, bool]):
|
|
639
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
626
640
|
uuid_list (Union[Unset, str]):
|
|
627
641
|
|
|
628
642
|
Raises:
|
|
@@ -666,6 +680,7 @@ async def asyncio(
|
|
|
666
680
|
state=state,
|
|
667
681
|
type_=type_,
|
|
668
682
|
user_has_consent=user_has_consent,
|
|
683
|
+
user_has_offering_user=user_has_offering_user,
|
|
669
684
|
uuid_list=uuid_list,
|
|
670
685
|
)
|
|
671
686
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py
CHANGED
|
@@ -47,6 +47,7 @@ def _get_kwargs(
|
|
|
47
47
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
48
48
|
type_: Union[Unset, list[str]] = UNSET,
|
|
49
49
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
50
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
50
51
|
uuid_list: Union[Unset, str] = UNSET,
|
|
51
52
|
) -> dict[str, Any]:
|
|
52
53
|
params: dict[str, Any] = {}
|
|
@@ -169,6 +170,8 @@ def _get_kwargs(
|
|
|
169
170
|
|
|
170
171
|
params["user_has_consent"] = user_has_consent
|
|
171
172
|
|
|
173
|
+
params["user_has_offering_user"] = user_has_offering_user
|
|
174
|
+
|
|
172
175
|
params["uuid_list"] = uuid_list
|
|
173
176
|
|
|
174
177
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -239,6 +242,7 @@ def sync_detailed(
|
|
|
239
242
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
240
243
|
type_: Union[Unset, list[str]] = UNSET,
|
|
241
244
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
245
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
242
246
|
uuid_list: Union[Unset, str] = UNSET,
|
|
243
247
|
) -> Response[list["OfferingGroups"]]:
|
|
244
248
|
"""
|
|
@@ -273,6 +277,7 @@ def sync_detailed(
|
|
|
273
277
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
274
278
|
type_ (Union[Unset, list[str]]):
|
|
275
279
|
user_has_consent (Union[Unset, bool]):
|
|
280
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
276
281
|
uuid_list (Union[Unset, str]):
|
|
277
282
|
|
|
278
283
|
Raises:
|
|
@@ -314,6 +319,7 @@ def sync_detailed(
|
|
|
314
319
|
state=state,
|
|
315
320
|
type_=type_,
|
|
316
321
|
user_has_consent=user_has_consent,
|
|
322
|
+
user_has_offering_user=user_has_offering_user,
|
|
317
323
|
uuid_list=uuid_list,
|
|
318
324
|
)
|
|
319
325
|
|
|
@@ -357,6 +363,7 @@ def sync(
|
|
|
357
363
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
358
364
|
type_: Union[Unset, list[str]] = UNSET,
|
|
359
365
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
366
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
360
367
|
uuid_list: Union[Unset, str] = UNSET,
|
|
361
368
|
) -> list["OfferingGroups"]:
|
|
362
369
|
"""
|
|
@@ -391,6 +398,7 @@ def sync(
|
|
|
391
398
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
392
399
|
type_ (Union[Unset, list[str]]):
|
|
393
400
|
user_has_consent (Union[Unset, bool]):
|
|
401
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
394
402
|
uuid_list (Union[Unset, str]):
|
|
395
403
|
|
|
396
404
|
Raises:
|
|
@@ -433,6 +441,7 @@ def sync(
|
|
|
433
441
|
state=state,
|
|
434
442
|
type_=type_,
|
|
435
443
|
user_has_consent=user_has_consent,
|
|
444
|
+
user_has_offering_user=user_has_offering_user,
|
|
436
445
|
uuid_list=uuid_list,
|
|
437
446
|
).parsed
|
|
438
447
|
|
|
@@ -470,6 +479,7 @@ async def asyncio_detailed(
|
|
|
470
479
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
471
480
|
type_: Union[Unset, list[str]] = UNSET,
|
|
472
481
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
482
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
473
483
|
uuid_list: Union[Unset, str] = UNSET,
|
|
474
484
|
) -> Response[list["OfferingGroups"]]:
|
|
475
485
|
"""
|
|
@@ -504,6 +514,7 @@ async def asyncio_detailed(
|
|
|
504
514
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
505
515
|
type_ (Union[Unset, list[str]]):
|
|
506
516
|
user_has_consent (Union[Unset, bool]):
|
|
517
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
507
518
|
uuid_list (Union[Unset, str]):
|
|
508
519
|
|
|
509
520
|
Raises:
|
|
@@ -545,6 +556,7 @@ async def asyncio_detailed(
|
|
|
545
556
|
state=state,
|
|
546
557
|
type_=type_,
|
|
547
558
|
user_has_consent=user_has_consent,
|
|
559
|
+
user_has_offering_user=user_has_offering_user,
|
|
548
560
|
uuid_list=uuid_list,
|
|
549
561
|
)
|
|
550
562
|
|
|
@@ -586,6 +598,7 @@ async def asyncio(
|
|
|
586
598
|
state: Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]] = UNSET,
|
|
587
599
|
type_: Union[Unset, list[str]] = UNSET,
|
|
588
600
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
601
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
589
602
|
uuid_list: Union[Unset, str] = UNSET,
|
|
590
603
|
) -> list["OfferingGroups"]:
|
|
591
604
|
"""
|
|
@@ -620,6 +633,7 @@ async def asyncio(
|
|
|
620
633
|
state (Union[Unset, list[MarketplaceProviderOfferingsGroupsListStateItem]]):
|
|
621
634
|
type_ (Union[Unset, list[str]]):
|
|
622
635
|
user_has_consent (Union[Unset, bool]):
|
|
636
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
623
637
|
uuid_list (Union[Unset, str]):
|
|
624
638
|
|
|
625
639
|
Raises:
|
|
@@ -663,6 +677,7 @@ async def asyncio(
|
|
|
663
677
|
state=state,
|
|
664
678
|
type_=type_,
|
|
665
679
|
user_has_consent=user_has_consent,
|
|
680
|
+
user_has_offering_user=user_has_offering_user,
|
|
666
681
|
uuid_list=uuid_list,
|
|
667
682
|
)
|
|
668
683
|
).parsed
|
|
@@ -47,6 +47,7 @@ def _get_kwargs(
|
|
|
47
47
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
48
48
|
type_: Union[Unset, list[str]] = UNSET,
|
|
49
49
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
50
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
50
51
|
uuid_list: Union[Unset, str] = UNSET,
|
|
51
52
|
) -> dict[str, Any]:
|
|
52
53
|
params: dict[str, Any] = {}
|
|
@@ -178,6 +179,8 @@ def _get_kwargs(
|
|
|
178
179
|
|
|
179
180
|
params["user_has_consent"] = user_has_consent
|
|
180
181
|
|
|
182
|
+
params["user_has_offering_user"] = user_has_offering_user
|
|
183
|
+
|
|
181
184
|
params["uuid_list"] = uuid_list
|
|
182
185
|
|
|
183
186
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -251,6 +254,7 @@ def sync_detailed(
|
|
|
251
254
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
252
255
|
type_: Union[Unset, list[str]] = UNSET,
|
|
253
256
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
257
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
254
258
|
uuid_list: Union[Unset, str] = UNSET,
|
|
255
259
|
) -> Response[list["ProviderOfferingDetails"]]:
|
|
256
260
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -287,6 +291,7 @@ def sync_detailed(
|
|
|
287
291
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
288
292
|
type_ (Union[Unset, list[str]]):
|
|
289
293
|
user_has_consent (Union[Unset, bool]):
|
|
294
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
290
295
|
uuid_list (Union[Unset, str]):
|
|
291
296
|
|
|
292
297
|
Raises:
|
|
@@ -329,6 +334,7 @@ def sync_detailed(
|
|
|
329
334
|
state=state,
|
|
330
335
|
type_=type_,
|
|
331
336
|
user_has_consent=user_has_consent,
|
|
337
|
+
user_has_offering_user=user_has_offering_user,
|
|
332
338
|
uuid_list=uuid_list,
|
|
333
339
|
)
|
|
334
340
|
|
|
@@ -373,6 +379,7 @@ def sync(
|
|
|
373
379
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
374
380
|
type_: Union[Unset, list[str]] = UNSET,
|
|
375
381
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
382
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
376
383
|
uuid_list: Union[Unset, str] = UNSET,
|
|
377
384
|
) -> list["ProviderOfferingDetails"]:
|
|
378
385
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -409,6 +416,7 @@ def sync(
|
|
|
409
416
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
410
417
|
type_ (Union[Unset, list[str]]):
|
|
411
418
|
user_has_consent (Union[Unset, bool]):
|
|
419
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
412
420
|
uuid_list (Union[Unset, str]):
|
|
413
421
|
|
|
414
422
|
Raises:
|
|
@@ -452,6 +460,7 @@ def sync(
|
|
|
452
460
|
state=state,
|
|
453
461
|
type_=type_,
|
|
454
462
|
user_has_consent=user_has_consent,
|
|
463
|
+
user_has_offering_user=user_has_offering_user,
|
|
455
464
|
uuid_list=uuid_list,
|
|
456
465
|
).parsed
|
|
457
466
|
|
|
@@ -490,6 +499,7 @@ async def asyncio_detailed(
|
|
|
490
499
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
491
500
|
type_: Union[Unset, list[str]] = UNSET,
|
|
492
501
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
502
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
493
503
|
uuid_list: Union[Unset, str] = UNSET,
|
|
494
504
|
) -> Response[list["ProviderOfferingDetails"]]:
|
|
495
505
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -526,6 +536,7 @@ async def asyncio_detailed(
|
|
|
526
536
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
527
537
|
type_ (Union[Unset, list[str]]):
|
|
528
538
|
user_has_consent (Union[Unset, bool]):
|
|
539
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
529
540
|
uuid_list (Union[Unset, str]):
|
|
530
541
|
|
|
531
542
|
Raises:
|
|
@@ -568,6 +579,7 @@ async def asyncio_detailed(
|
|
|
568
579
|
state=state,
|
|
569
580
|
type_=type_,
|
|
570
581
|
user_has_consent=user_has_consent,
|
|
582
|
+
user_has_offering_user=user_has_offering_user,
|
|
571
583
|
uuid_list=uuid_list,
|
|
572
584
|
)
|
|
573
585
|
|
|
@@ -610,6 +622,7 @@ async def asyncio(
|
|
|
610
622
|
state: Union[Unset, list[MarketplaceProviderOfferingsListStateItem]] = UNSET,
|
|
611
623
|
type_: Union[Unset, list[str]] = UNSET,
|
|
612
624
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
625
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
613
626
|
uuid_list: Union[Unset, str] = UNSET,
|
|
614
627
|
) -> list["ProviderOfferingDetails"]:
|
|
615
628
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -646,6 +659,7 @@ async def asyncio(
|
|
|
646
659
|
state (Union[Unset, list[MarketplaceProviderOfferingsListStateItem]]):
|
|
647
660
|
type_ (Union[Unset, list[str]]):
|
|
648
661
|
user_has_consent (Union[Unset, bool]):
|
|
662
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
649
663
|
uuid_list (Union[Unset, str]):
|
|
650
664
|
|
|
651
665
|
Raises:
|
|
@@ -690,6 +704,7 @@ async def asyncio(
|
|
|
690
704
|
state=state,
|
|
691
705
|
type_=type_,
|
|
692
706
|
user_has_consent=user_has_consent,
|
|
707
|
+
user_has_offering_user=user_has_offering_user,
|
|
693
708
|
uuid_list=uuid_list,
|
|
694
709
|
)
|
|
695
710
|
).parsed
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.remove_partition_request import RemovePartitionRequest
|
|
10
|
+
from ...types import Response
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _get_kwargs(
|
|
14
|
+
uuid: UUID,
|
|
15
|
+
*,
|
|
16
|
+
body: RemovePartitionRequest,
|
|
17
|
+
) -> dict[str, Any]:
|
|
18
|
+
headers: dict[str, Any] = {}
|
|
19
|
+
|
|
20
|
+
_kwargs: dict[str, Any] = {
|
|
21
|
+
"method": "post",
|
|
22
|
+
"url": f"/api/marketplace-provider-offerings/{uuid}/remove_partition/",
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
_kwargs["json"] = body.to_dict()
|
|
26
|
+
|
|
27
|
+
headers["Content-Type"] = "application/json"
|
|
28
|
+
|
|
29
|
+
_kwargs["headers"] = headers
|
|
30
|
+
return _kwargs
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
34
|
+
if response.status_code == 200:
|
|
35
|
+
return None
|
|
36
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[Any]:
|
|
40
|
+
return Response(
|
|
41
|
+
status_code=HTTPStatus(response.status_code),
|
|
42
|
+
content=response.content,
|
|
43
|
+
headers=response.headers,
|
|
44
|
+
parsed=_parse_response(client=client, response=response),
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def sync_detailed(
|
|
49
|
+
uuid: UUID,
|
|
50
|
+
*,
|
|
51
|
+
client: AuthenticatedClient,
|
|
52
|
+
body: RemovePartitionRequest,
|
|
53
|
+
) -> Response[Any]:
|
|
54
|
+
"""Remove partition from offering.
|
|
55
|
+
|
|
56
|
+
Args:
|
|
57
|
+
uuid (UUID):
|
|
58
|
+
body (RemovePartitionRequest):
|
|
59
|
+
|
|
60
|
+
Raises:
|
|
61
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
62
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
63
|
+
|
|
64
|
+
Returns:
|
|
65
|
+
Response[Any]
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
kwargs = _get_kwargs(
|
|
69
|
+
uuid=uuid,
|
|
70
|
+
body=body,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
response = client.get_httpx_client().request(
|
|
74
|
+
**kwargs,
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
return _build_response(client=client, response=response)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
async def asyncio_detailed(
|
|
81
|
+
uuid: UUID,
|
|
82
|
+
*,
|
|
83
|
+
client: AuthenticatedClient,
|
|
84
|
+
body: RemovePartitionRequest,
|
|
85
|
+
) -> Response[Any]:
|
|
86
|
+
"""Remove partition from offering.
|
|
87
|
+
|
|
88
|
+
Args:
|
|
89
|
+
uuid (UUID):
|
|
90
|
+
body (RemovePartitionRequest):
|
|
91
|
+
|
|
92
|
+
Raises:
|
|
93
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
94
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
95
|
+
|
|
96
|
+
Returns:
|
|
97
|
+
Response[Any]
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
kwargs = _get_kwargs(
|
|
101
|
+
uuid=uuid,
|
|
102
|
+
body=body,
|
|
103
|
+
)
|
|
104
|
+
|
|
105
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
106
|
+
|
|
107
|
+
return _build_response(client=client, response=response)
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.remove_software_catalog_request import RemoveSoftwareCatalogRequest
|
|
10
|
+
from ...types import Response
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _get_kwargs(
|
|
14
|
+
uuid: UUID,
|
|
15
|
+
*,
|
|
16
|
+
body: RemoveSoftwareCatalogRequest,
|
|
17
|
+
) -> dict[str, Any]:
|
|
18
|
+
headers: dict[str, Any] = {}
|
|
19
|
+
|
|
20
|
+
_kwargs: dict[str, Any] = {
|
|
21
|
+
"method": "post",
|
|
22
|
+
"url": f"/api/marketplace-provider-offerings/{uuid}/remove_software_catalog/",
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
_kwargs["json"] = body.to_dict()
|
|
26
|
+
|
|
27
|
+
headers["Content-Type"] = "application/json"
|
|
28
|
+
|
|
29
|
+
_kwargs["headers"] = headers
|
|
30
|
+
return _kwargs
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
34
|
+
if response.status_code == 200:
|
|
35
|
+
return None
|
|
36
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[Any]:
|
|
40
|
+
return Response(
|
|
41
|
+
status_code=HTTPStatus(response.status_code),
|
|
42
|
+
content=response.content,
|
|
43
|
+
headers=response.headers,
|
|
44
|
+
parsed=_parse_response(client=client, response=response),
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def sync_detailed(
|
|
49
|
+
uuid: UUID,
|
|
50
|
+
*,
|
|
51
|
+
client: AuthenticatedClient,
|
|
52
|
+
body: RemoveSoftwareCatalogRequest,
|
|
53
|
+
) -> Response[Any]:
|
|
54
|
+
"""Remove software catalog from offering.
|
|
55
|
+
|
|
56
|
+
Args:
|
|
57
|
+
uuid (UUID):
|
|
58
|
+
body (RemoveSoftwareCatalogRequest):
|
|
59
|
+
|
|
60
|
+
Raises:
|
|
61
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
62
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
63
|
+
|
|
64
|
+
Returns:
|
|
65
|
+
Response[Any]
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
kwargs = _get_kwargs(
|
|
69
|
+
uuid=uuid,
|
|
70
|
+
body=body,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
response = client.get_httpx_client().request(
|
|
74
|
+
**kwargs,
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
return _build_response(client=client, response=response)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
async def asyncio_detailed(
|
|
81
|
+
uuid: UUID,
|
|
82
|
+
*,
|
|
83
|
+
client: AuthenticatedClient,
|
|
84
|
+
body: RemoveSoftwareCatalogRequest,
|
|
85
|
+
) -> Response[Any]:
|
|
86
|
+
"""Remove software catalog from offering.
|
|
87
|
+
|
|
88
|
+
Args:
|
|
89
|
+
uuid (UUID):
|
|
90
|
+
body (RemoveSoftwareCatalogRequest):
|
|
91
|
+
|
|
92
|
+
Raises:
|
|
93
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
94
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
95
|
+
|
|
96
|
+
Returns:
|
|
97
|
+
Response[Any]
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
kwargs = _get_kwargs(
|
|
101
|
+
uuid=uuid,
|
|
102
|
+
body=body,
|
|
103
|
+
)
|
|
104
|
+
|
|
105
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
106
|
+
|
|
107
|
+
return _build_response(client=client, response=response)
|