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
|
@@ -0,0 +1,168 @@
|
|
|
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.offering_software_catalog_request import OfferingSoftwareCatalogRequest
|
|
10
|
+
from ...models.software_catalog_uuid import SoftwareCatalogUUID
|
|
11
|
+
from ...types import Response
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _get_kwargs(
|
|
15
|
+
uuid: UUID,
|
|
16
|
+
*,
|
|
17
|
+
body: OfferingSoftwareCatalogRequest,
|
|
18
|
+
) -> dict[str, Any]:
|
|
19
|
+
headers: dict[str, Any] = {}
|
|
20
|
+
|
|
21
|
+
_kwargs: dict[str, Any] = {
|
|
22
|
+
"method": "post",
|
|
23
|
+
"url": f"/api/marketplace-provider-offerings/{uuid}/add_software_catalog/",
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
_kwargs["json"] = body.to_dict()
|
|
27
|
+
|
|
28
|
+
headers["Content-Type"] = "application/json"
|
|
29
|
+
|
|
30
|
+
_kwargs["headers"] = headers
|
|
31
|
+
return _kwargs
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> SoftwareCatalogUUID:
|
|
35
|
+
if response.status_code == 201:
|
|
36
|
+
response_201 = SoftwareCatalogUUID.from_dict(response.json())
|
|
37
|
+
|
|
38
|
+
return response_201
|
|
39
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def _build_response(
|
|
43
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
44
|
+
) -> Response[SoftwareCatalogUUID]:
|
|
45
|
+
return Response(
|
|
46
|
+
status_code=HTTPStatus(response.status_code),
|
|
47
|
+
content=response.content,
|
|
48
|
+
headers=response.headers,
|
|
49
|
+
parsed=_parse_response(client=client, response=response),
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def sync_detailed(
|
|
54
|
+
uuid: UUID,
|
|
55
|
+
*,
|
|
56
|
+
client: AuthenticatedClient,
|
|
57
|
+
body: OfferingSoftwareCatalogRequest,
|
|
58
|
+
) -> Response[SoftwareCatalogUUID]:
|
|
59
|
+
"""Add software catalog to offering.
|
|
60
|
+
|
|
61
|
+
Args:
|
|
62
|
+
uuid (UUID):
|
|
63
|
+
body (OfferingSoftwareCatalogRequest):
|
|
64
|
+
|
|
65
|
+
Raises:
|
|
66
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
67
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
68
|
+
|
|
69
|
+
Returns:
|
|
70
|
+
Response[SoftwareCatalogUUID]
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
kwargs = _get_kwargs(
|
|
74
|
+
uuid=uuid,
|
|
75
|
+
body=body,
|
|
76
|
+
)
|
|
77
|
+
|
|
78
|
+
response = client.get_httpx_client().request(
|
|
79
|
+
**kwargs,
|
|
80
|
+
)
|
|
81
|
+
|
|
82
|
+
return _build_response(client=client, response=response)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
def sync(
|
|
86
|
+
uuid: UUID,
|
|
87
|
+
*,
|
|
88
|
+
client: AuthenticatedClient,
|
|
89
|
+
body: OfferingSoftwareCatalogRequest,
|
|
90
|
+
) -> SoftwareCatalogUUID:
|
|
91
|
+
"""Add software catalog to offering.
|
|
92
|
+
|
|
93
|
+
Args:
|
|
94
|
+
uuid (UUID):
|
|
95
|
+
body (OfferingSoftwareCatalogRequest):
|
|
96
|
+
|
|
97
|
+
Raises:
|
|
98
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
99
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
100
|
+
|
|
101
|
+
Returns:
|
|
102
|
+
SoftwareCatalogUUID
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
return sync_detailed(
|
|
106
|
+
uuid=uuid,
|
|
107
|
+
client=client,
|
|
108
|
+
body=body,
|
|
109
|
+
).parsed
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
async def asyncio_detailed(
|
|
113
|
+
uuid: UUID,
|
|
114
|
+
*,
|
|
115
|
+
client: AuthenticatedClient,
|
|
116
|
+
body: OfferingSoftwareCatalogRequest,
|
|
117
|
+
) -> Response[SoftwareCatalogUUID]:
|
|
118
|
+
"""Add software catalog to offering.
|
|
119
|
+
|
|
120
|
+
Args:
|
|
121
|
+
uuid (UUID):
|
|
122
|
+
body (OfferingSoftwareCatalogRequest):
|
|
123
|
+
|
|
124
|
+
Raises:
|
|
125
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
126
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
127
|
+
|
|
128
|
+
Returns:
|
|
129
|
+
Response[SoftwareCatalogUUID]
|
|
130
|
+
"""
|
|
131
|
+
|
|
132
|
+
kwargs = _get_kwargs(
|
|
133
|
+
uuid=uuid,
|
|
134
|
+
body=body,
|
|
135
|
+
)
|
|
136
|
+
|
|
137
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
138
|
+
|
|
139
|
+
return _build_response(client=client, response=response)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
async def asyncio(
|
|
143
|
+
uuid: UUID,
|
|
144
|
+
*,
|
|
145
|
+
client: AuthenticatedClient,
|
|
146
|
+
body: OfferingSoftwareCatalogRequest,
|
|
147
|
+
) -> SoftwareCatalogUUID:
|
|
148
|
+
"""Add software catalog to offering.
|
|
149
|
+
|
|
150
|
+
Args:
|
|
151
|
+
uuid (UUID):
|
|
152
|
+
body (OfferingSoftwareCatalogRequest):
|
|
153
|
+
|
|
154
|
+
Raises:
|
|
155
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
156
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
157
|
+
|
|
158
|
+
Returns:
|
|
159
|
+
SoftwareCatalogUUID
|
|
160
|
+
"""
|
|
161
|
+
|
|
162
|
+
return (
|
|
163
|
+
await asyncio_detailed(
|
|
164
|
+
uuid=uuid,
|
|
165
|
+
client=client,
|
|
166
|
+
body=body,
|
|
167
|
+
)
|
|
168
|
+
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py
CHANGED
|
@@ -6,6 +6,9 @@ import httpx
|
|
|
6
6
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.marketplace_provider_offerings_add_user_response_400 import (
|
|
10
|
+
MarketplaceProviderOfferingsAddUserResponse400,
|
|
11
|
+
)
|
|
9
12
|
from ...models.user_role_create_request import UserRoleCreateRequest
|
|
10
13
|
from ...models.user_role_expiration_time import UserRoleExpirationTime
|
|
11
14
|
from ...types import Response
|
|
@@ -31,17 +34,23 @@ def _get_kwargs(
|
|
|
31
34
|
return _kwargs
|
|
32
35
|
|
|
33
36
|
|
|
34
|
-
def _parse_response(
|
|
37
|
+
def _parse_response(
|
|
38
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
39
|
+
) -> Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]:
|
|
35
40
|
if response.status_code == 201:
|
|
36
41
|
response_201 = UserRoleExpirationTime.from_dict(response.json())
|
|
37
42
|
|
|
38
43
|
return response_201
|
|
44
|
+
if response.status_code == 400:
|
|
45
|
+
response_400 = MarketplaceProviderOfferingsAddUserResponse400.from_dict(response.json())
|
|
46
|
+
|
|
47
|
+
return response_400
|
|
39
48
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
40
49
|
|
|
41
50
|
|
|
42
51
|
def _build_response(
|
|
43
52
|
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
44
|
-
) -> Response[UserRoleExpirationTime]:
|
|
53
|
+
) -> Response[Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]]:
|
|
45
54
|
return Response(
|
|
46
55
|
status_code=HTTPStatus(response.status_code),
|
|
47
56
|
content=response.content,
|
|
@@ -55,7 +64,7 @@ def sync_detailed(
|
|
|
55
64
|
*,
|
|
56
65
|
client: AuthenticatedClient,
|
|
57
66
|
body: UserRoleCreateRequest,
|
|
58
|
-
) -> Response[UserRoleExpirationTime]:
|
|
67
|
+
) -> Response[Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]]:
|
|
59
68
|
"""
|
|
60
69
|
Args:
|
|
61
70
|
uuid (UUID):
|
|
@@ -66,7 +75,7 @@ def sync_detailed(
|
|
|
66
75
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
67
76
|
|
|
68
77
|
Returns:
|
|
69
|
-
Response[UserRoleExpirationTime]
|
|
78
|
+
Response[Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]]
|
|
70
79
|
"""
|
|
71
80
|
|
|
72
81
|
kwargs = _get_kwargs(
|
|
@@ -86,7 +95,7 @@ def sync(
|
|
|
86
95
|
*,
|
|
87
96
|
client: AuthenticatedClient,
|
|
88
97
|
body: UserRoleCreateRequest,
|
|
89
|
-
) -> UserRoleExpirationTime:
|
|
98
|
+
) -> Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]:
|
|
90
99
|
"""
|
|
91
100
|
Args:
|
|
92
101
|
uuid (UUID):
|
|
@@ -97,7 +106,7 @@ def sync(
|
|
|
97
106
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
98
107
|
|
|
99
108
|
Returns:
|
|
100
|
-
UserRoleExpirationTime
|
|
109
|
+
Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]
|
|
101
110
|
"""
|
|
102
111
|
|
|
103
112
|
return sync_detailed(
|
|
@@ -112,7 +121,7 @@ async def asyncio_detailed(
|
|
|
112
121
|
*,
|
|
113
122
|
client: AuthenticatedClient,
|
|
114
123
|
body: UserRoleCreateRequest,
|
|
115
|
-
) -> Response[UserRoleExpirationTime]:
|
|
124
|
+
) -> Response[Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]]:
|
|
116
125
|
"""
|
|
117
126
|
Args:
|
|
118
127
|
uuid (UUID):
|
|
@@ -123,7 +132,7 @@ async def asyncio_detailed(
|
|
|
123
132
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
124
133
|
|
|
125
134
|
Returns:
|
|
126
|
-
Response[UserRoleExpirationTime]
|
|
135
|
+
Response[Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]]
|
|
127
136
|
"""
|
|
128
137
|
|
|
129
138
|
kwargs = _get_kwargs(
|
|
@@ -141,7 +150,7 @@ async def asyncio(
|
|
|
141
150
|
*,
|
|
142
151
|
client: AuthenticatedClient,
|
|
143
152
|
body: UserRoleCreateRequest,
|
|
144
|
-
) -> UserRoleExpirationTime:
|
|
153
|
+
) -> Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]:
|
|
145
154
|
"""
|
|
146
155
|
Args:
|
|
147
156
|
uuid (UUID):
|
|
@@ -152,7 +161,7 @@ async def asyncio(
|
|
|
152
161
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
153
162
|
|
|
154
163
|
Returns:
|
|
155
|
-
UserRoleExpirationTime
|
|
164
|
+
Union[MarketplaceProviderOfferingsAddUserResponse400, UserRoleExpirationTime]
|
|
156
165
|
"""
|
|
157
166
|
|
|
158
167
|
return (
|
|
@@ -52,6 +52,7 @@ def _get_kwargs(
|
|
|
52
52
|
state: Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]] = UNSET,
|
|
53
53
|
type_: Union[Unset, list[str]] = UNSET,
|
|
54
54
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
55
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
55
56
|
uuid_list: Union[Unset, str] = UNSET,
|
|
56
57
|
) -> dict[str, Any]:
|
|
57
58
|
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}
|
|
@@ -253,6 +256,7 @@ def sync_detailed(
|
|
|
253
256
|
state: Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]] = UNSET,
|
|
254
257
|
type_: Union[Unset, list[str]] = UNSET,
|
|
255
258
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
259
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
256
260
|
uuid_list: Union[Unset, str] = UNSET,
|
|
257
261
|
) -> Response[list["OfferingComponentStat"]]:
|
|
258
262
|
"""Get statistics for offering components.
|
|
@@ -291,6 +295,7 @@ def sync_detailed(
|
|
|
291
295
|
state (Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]]):
|
|
292
296
|
type_ (Union[Unset, list[str]]):
|
|
293
297
|
user_has_consent (Union[Unset, bool]):
|
|
298
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
294
299
|
uuid_list (Union[Unset, str]):
|
|
295
300
|
|
|
296
301
|
Raises:
|
|
@@ -335,6 +340,7 @@ def sync_detailed(
|
|
|
335
340
|
state=state,
|
|
336
341
|
type_=type_,
|
|
337
342
|
user_has_consent=user_has_consent,
|
|
343
|
+
user_has_offering_user=user_has_offering_user,
|
|
338
344
|
uuid_list=uuid_list,
|
|
339
345
|
)
|
|
340
346
|
|
|
@@ -381,6 +387,7 @@ def sync(
|
|
|
381
387
|
state: Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]] = UNSET,
|
|
382
388
|
type_: Union[Unset, list[str]] = UNSET,
|
|
383
389
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
390
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
384
391
|
uuid_list: Union[Unset, str] = UNSET,
|
|
385
392
|
) -> list["OfferingComponentStat"]:
|
|
386
393
|
"""Get statistics for offering components.
|
|
@@ -419,6 +426,7 @@ def sync(
|
|
|
419
426
|
state (Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]]):
|
|
420
427
|
type_ (Union[Unset, list[str]]):
|
|
421
428
|
user_has_consent (Union[Unset, bool]):
|
|
429
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
422
430
|
uuid_list (Union[Unset, str]):
|
|
423
431
|
|
|
424
432
|
Raises:
|
|
@@ -464,6 +472,7 @@ def sync(
|
|
|
464
472
|
state=state,
|
|
465
473
|
type_=type_,
|
|
466
474
|
user_has_consent=user_has_consent,
|
|
475
|
+
user_has_offering_user=user_has_offering_user,
|
|
467
476
|
uuid_list=uuid_list,
|
|
468
477
|
).parsed
|
|
469
478
|
|
|
@@ -504,6 +513,7 @@ async def asyncio_detailed(
|
|
|
504
513
|
state: Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]] = UNSET,
|
|
505
514
|
type_: Union[Unset, list[str]] = UNSET,
|
|
506
515
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
516
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
507
517
|
uuid_list: Union[Unset, str] = UNSET,
|
|
508
518
|
) -> Response[list["OfferingComponentStat"]]:
|
|
509
519
|
"""Get statistics for offering components.
|
|
@@ -542,6 +552,7 @@ async def asyncio_detailed(
|
|
|
542
552
|
state (Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]]):
|
|
543
553
|
type_ (Union[Unset, list[str]]):
|
|
544
554
|
user_has_consent (Union[Unset, bool]):
|
|
555
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
545
556
|
uuid_list (Union[Unset, str]):
|
|
546
557
|
|
|
547
558
|
Raises:
|
|
@@ -586,6 +597,7 @@ async def asyncio_detailed(
|
|
|
586
597
|
state=state,
|
|
587
598
|
type_=type_,
|
|
588
599
|
user_has_consent=user_has_consent,
|
|
600
|
+
user_has_offering_user=user_has_offering_user,
|
|
589
601
|
uuid_list=uuid_list,
|
|
590
602
|
)
|
|
591
603
|
|
|
@@ -630,6 +642,7 @@ async def asyncio(
|
|
|
630
642
|
state: Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]] = UNSET,
|
|
631
643
|
type_: Union[Unset, list[str]] = UNSET,
|
|
632
644
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
645
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
633
646
|
uuid_list: Union[Unset, str] = UNSET,
|
|
634
647
|
) -> list["OfferingComponentStat"]:
|
|
635
648
|
"""Get statistics for offering components.
|
|
@@ -668,6 +681,7 @@ async def asyncio(
|
|
|
668
681
|
state (Union[Unset, list[MarketplaceProviderOfferingsComponentStatsListStateItem]]):
|
|
669
682
|
type_ (Union[Unset, list[str]]):
|
|
670
683
|
user_has_consent (Union[Unset, bool]):
|
|
684
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
671
685
|
uuid_list (Union[Unset, str]):
|
|
672
686
|
|
|
673
687
|
Raises:
|
|
@@ -714,6 +728,7 @@ async def asyncio(
|
|
|
714
728
|
state=state,
|
|
715
729
|
type_=type_,
|
|
716
730
|
user_has_consent=user_has_consent,
|
|
731
|
+
user_has_offering_user=user_has_offering_user,
|
|
717
732
|
uuid_list=uuid_list,
|
|
718
733
|
)
|
|
719
734
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py
CHANGED
|
@@ -51,6 +51,7 @@ def _get_kwargs(
|
|
|
51
51
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
52
52
|
type_: Union[Unset, list[str]] = UNSET,
|
|
53
53
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
54
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
54
55
|
uuid_list: Union[Unset, str] = UNSET,
|
|
55
56
|
) -> dict[str, Any]:
|
|
56
57
|
params: dict[str, Any] = {}
|
|
@@ -179,6 +180,8 @@ def _get_kwargs(
|
|
|
179
180
|
|
|
180
181
|
params["user_has_consent"] = user_has_consent
|
|
181
182
|
|
|
183
|
+
params["user_has_offering_user"] = user_has_offering_user
|
|
184
|
+
|
|
182
185
|
params["uuid_list"] = uuid_list
|
|
183
186
|
|
|
184
187
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -255,6 +258,7 @@ def sync_detailed(
|
|
|
255
258
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
256
259
|
type_: Union[Unset, list[str]] = UNSET,
|
|
257
260
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
261
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
258
262
|
uuid_list: Union[Unset, str] = UNSET,
|
|
259
263
|
) -> Response[list["ProviderOfferingCosts"]]:
|
|
260
264
|
"""Get costs for offering.
|
|
@@ -294,6 +298,7 @@ def sync_detailed(
|
|
|
294
298
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
295
299
|
type_ (Union[Unset, list[str]]):
|
|
296
300
|
user_has_consent (Union[Unset, bool]):
|
|
301
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
297
302
|
uuid_list (Union[Unset, str]):
|
|
298
303
|
|
|
299
304
|
Raises:
|
|
@@ -339,6 +344,7 @@ def sync_detailed(
|
|
|
339
344
|
state=state,
|
|
340
345
|
type_=type_,
|
|
341
346
|
user_has_consent=user_has_consent,
|
|
347
|
+
user_has_offering_user=user_has_offering_user,
|
|
342
348
|
uuid_list=uuid_list,
|
|
343
349
|
)
|
|
344
350
|
|
|
@@ -386,6 +392,7 @@ def sync(
|
|
|
386
392
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
387
393
|
type_: Union[Unset, list[str]] = UNSET,
|
|
388
394
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
395
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
389
396
|
uuid_list: Union[Unset, str] = UNSET,
|
|
390
397
|
) -> list["ProviderOfferingCosts"]:
|
|
391
398
|
"""Get costs for offering.
|
|
@@ -425,6 +432,7 @@ def sync(
|
|
|
425
432
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
426
433
|
type_ (Union[Unset, list[str]]):
|
|
427
434
|
user_has_consent (Union[Unset, bool]):
|
|
435
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
428
436
|
uuid_list (Union[Unset, str]):
|
|
429
437
|
|
|
430
438
|
Raises:
|
|
@@ -471,6 +479,7 @@ def sync(
|
|
|
471
479
|
state=state,
|
|
472
480
|
type_=type_,
|
|
473
481
|
user_has_consent=user_has_consent,
|
|
482
|
+
user_has_offering_user=user_has_offering_user,
|
|
474
483
|
uuid_list=uuid_list,
|
|
475
484
|
).parsed
|
|
476
485
|
|
|
@@ -512,6 +521,7 @@ async def asyncio_detailed(
|
|
|
512
521
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
513
522
|
type_: Union[Unset, list[str]] = UNSET,
|
|
514
523
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
524
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
515
525
|
uuid_list: Union[Unset, str] = UNSET,
|
|
516
526
|
) -> Response[list["ProviderOfferingCosts"]]:
|
|
517
527
|
"""Get costs for offering.
|
|
@@ -551,6 +561,7 @@ async def asyncio_detailed(
|
|
|
551
561
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
552
562
|
type_ (Union[Unset, list[str]]):
|
|
553
563
|
user_has_consent (Union[Unset, bool]):
|
|
564
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
554
565
|
uuid_list (Union[Unset, str]):
|
|
555
566
|
|
|
556
567
|
Raises:
|
|
@@ -596,6 +607,7 @@ async def asyncio_detailed(
|
|
|
596
607
|
state=state,
|
|
597
608
|
type_=type_,
|
|
598
609
|
user_has_consent=user_has_consent,
|
|
610
|
+
user_has_offering_user=user_has_offering_user,
|
|
599
611
|
uuid_list=uuid_list,
|
|
600
612
|
)
|
|
601
613
|
|
|
@@ -641,6 +653,7 @@ async def asyncio(
|
|
|
641
653
|
state: Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]] = UNSET,
|
|
642
654
|
type_: Union[Unset, list[str]] = UNSET,
|
|
643
655
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
656
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
644
657
|
uuid_list: Union[Unset, str] = UNSET,
|
|
645
658
|
) -> list["ProviderOfferingCosts"]:
|
|
646
659
|
"""Get costs for offering.
|
|
@@ -680,6 +693,7 @@ async def asyncio(
|
|
|
680
693
|
state (Union[Unset, list[MarketplaceProviderOfferingsCostsListStateItem]]):
|
|
681
694
|
type_ (Union[Unset, list[str]]):
|
|
682
695
|
user_has_consent (Union[Unset, bool]):
|
|
696
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
683
697
|
uuid_list (Union[Unset, str]):
|
|
684
698
|
|
|
685
699
|
Raises:
|
|
@@ -727,6 +741,7 @@ async def asyncio(
|
|
|
727
741
|
state=state,
|
|
728
742
|
type_=type_,
|
|
729
743
|
user_has_consent=user_has_consent,
|
|
744
|
+
user_has_offering_user=user_has_offering_user,
|
|
730
745
|
uuid_list=uuid_list,
|
|
731
746
|
)
|
|
732
747
|
).parsed
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py
CHANGED
|
@@ -44,6 +44,7 @@ def _get_kwargs(
|
|
|
44
44
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
45
45
|
type_: Union[Unset, list[str]] = UNSET,
|
|
46
46
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
47
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
47
48
|
uuid_list: Union[Unset, str] = UNSET,
|
|
48
49
|
) -> dict[str, Any]:
|
|
49
50
|
params: dict[str, Any] = {}
|
|
@@ -166,6 +167,8 @@ def _get_kwargs(
|
|
|
166
167
|
|
|
167
168
|
params["user_has_consent"] = user_has_consent
|
|
168
169
|
|
|
170
|
+
params["user_has_offering_user"] = user_has_offering_user
|
|
171
|
+
|
|
169
172
|
params["uuid_list"] = uuid_list
|
|
170
173
|
|
|
171
174
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -236,6 +239,7 @@ def sync_detailed(
|
|
|
236
239
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
237
240
|
type_: Union[Unset, list[str]] = UNSET,
|
|
238
241
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
242
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
239
243
|
uuid_list: Union[Unset, str] = UNSET,
|
|
240
244
|
) -> Response[int]:
|
|
241
245
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -271,6 +275,7 @@ def sync_detailed(
|
|
|
271
275
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
272
276
|
type_ (Union[Unset, list[str]]):
|
|
273
277
|
user_has_consent (Union[Unset, bool]):
|
|
278
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
274
279
|
uuid_list (Union[Unset, str]):
|
|
275
280
|
|
|
276
281
|
Raises:
|
|
@@ -312,6 +317,7 @@ def sync_detailed(
|
|
|
312
317
|
state=state,
|
|
313
318
|
type_=type_,
|
|
314
319
|
user_has_consent=user_has_consent,
|
|
320
|
+
user_has_offering_user=user_has_offering_user,
|
|
315
321
|
uuid_list=uuid_list,
|
|
316
322
|
)
|
|
317
323
|
|
|
@@ -355,6 +361,7 @@ def sync(
|
|
|
355
361
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
356
362
|
type_: Union[Unset, list[str]] = UNSET,
|
|
357
363
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
364
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
358
365
|
uuid_list: Union[Unset, str] = UNSET,
|
|
359
366
|
) -> int:
|
|
360
367
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -390,6 +397,7 @@ def sync(
|
|
|
390
397
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
391
398
|
type_ (Union[Unset, list[str]]):
|
|
392
399
|
user_has_consent (Union[Unset, bool]):
|
|
400
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
393
401
|
uuid_list (Union[Unset, str]):
|
|
394
402
|
|
|
395
403
|
Raises:
|
|
@@ -432,6 +440,7 @@ def sync(
|
|
|
432
440
|
state=state,
|
|
433
441
|
type_=type_,
|
|
434
442
|
user_has_consent=user_has_consent,
|
|
443
|
+
user_has_offering_user=user_has_offering_user,
|
|
435
444
|
uuid_list=uuid_list,
|
|
436
445
|
).parsed
|
|
437
446
|
|
|
@@ -469,6 +478,7 @@ async def asyncio_detailed(
|
|
|
469
478
|
state: Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]] = UNSET,
|
|
470
479
|
type_: Union[Unset, list[str]] = UNSET,
|
|
471
480
|
user_has_consent: Union[Unset, bool] = UNSET,
|
|
481
|
+
user_has_offering_user: Union[Unset, bool] = UNSET,
|
|
472
482
|
uuid_list: Union[Unset, str] = UNSET,
|
|
473
483
|
) -> Response[int]:
|
|
474
484
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -504,6 +514,7 @@ async def asyncio_detailed(
|
|
|
504
514
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
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[MarketplaceProviderOfferingsCountStateItem]] = 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
|
) -> int:
|
|
591
604
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -621,6 +634,7 @@ async def asyncio(
|
|
|
621
634
|
state (Union[Unset, list[MarketplaceProviderOfferingsCountStateItem]]):
|
|
622
635
|
type_ (Union[Unset, list[str]]):
|
|
623
636
|
user_has_consent (Union[Unset, bool]):
|
|
637
|
+
user_has_offering_user (Union[Unset, bool]):
|
|
624
638
|
uuid_list (Union[Unset, str]):
|
|
625
639
|
|
|
626
640
|
Raises:
|
|
@@ -664,6 +678,7 @@ async def asyncio(
|
|
|
664
678
|
state=state,
|
|
665
679
|
type_=type_,
|
|
666
680
|
user_has_consent=user_has_consent,
|
|
681
|
+
user_has_offering_user=user_has_offering_user,
|
|
667
682
|
uuid_list=uuid_list,
|
|
668
683
|
)
|
|
669
684
|
).parsed
|
|
@@ -31,7 +31,7 @@ def _get_kwargs(
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
34
|
-
if response.status_code ==
|
|
34
|
+
if response.status_code == 201:
|
|
35
35
|
return None
|
|
36
36
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
37
37
|
|