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
|
@@ -18,6 +18,7 @@ def _get_kwargs(
|
|
|
18
18
|
*,
|
|
19
19
|
backend_id: Union[Unset, str] = UNSET,
|
|
20
20
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
21
|
+
component_count: Union[Unset, float] = UNSET,
|
|
21
22
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
22
23
|
customer: Union[Unset, str] = UNSET,
|
|
23
24
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -25,6 +26,8 @@ def _get_kwargs(
|
|
|
25
26
|
field: Union[Unset, list[MarketplaceResourcesListFieldItem]] = UNSET,
|
|
26
27
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
27
28
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
29
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
30
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
28
31
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
29
32
|
name: Union[Unset, str] = UNSET,
|
|
30
33
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -35,10 +38,13 @@ def _get_kwargs(
|
|
|
35
38
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
36
39
|
offering_type: Union[Unset, str] = UNSET,
|
|
37
40
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
41
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
42
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
38
43
|
page: Union[Unset, int] = UNSET,
|
|
39
44
|
page_size: Union[Unset, int] = UNSET,
|
|
40
45
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
41
46
|
paused: Union[Unset, bool] = UNSET,
|
|
47
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
42
48
|
project_name: Union[Unset, str] = UNSET,
|
|
43
49
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
44
50
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -47,6 +53,7 @@ def _get_kwargs(
|
|
|
47
53
|
runtime_state: Union[Unset, str] = UNSET,
|
|
48
54
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
49
55
|
state: Union[Unset, list[MarketplaceResourcesListStateItem]] = UNSET,
|
|
56
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
50
57
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
51
58
|
) -> dict[str, Any]:
|
|
52
59
|
params: dict[str, Any] = {}
|
|
@@ -58,6 +65,8 @@ def _get_kwargs(
|
|
|
58
65
|
json_category_uuid = str(category_uuid)
|
|
59
66
|
params["category_uuid"] = json_category_uuid
|
|
60
67
|
|
|
68
|
+
params["component_count"] = component_count
|
|
69
|
+
|
|
61
70
|
json_created: Union[Unset, str] = UNSET
|
|
62
71
|
if not isinstance(created, Unset):
|
|
63
72
|
json_created = created.isoformat()
|
|
@@ -85,6 +94,10 @@ def _get_kwargs(
|
|
|
85
94
|
|
|
86
95
|
params["lexis_links_supported"] = lexis_links_supported
|
|
87
96
|
|
|
97
|
+
params["limit_based"] = limit_based
|
|
98
|
+
|
|
99
|
+
params["limit_component_count"] = limit_component_count
|
|
100
|
+
|
|
88
101
|
json_modified: Union[Unset, str] = UNSET
|
|
89
102
|
if not isinstance(modified, Unset):
|
|
90
103
|
json_modified = modified.isoformat()
|
|
@@ -126,6 +139,10 @@ def _get_kwargs(
|
|
|
126
139
|
|
|
127
140
|
params["offering_uuid"] = json_offering_uuid
|
|
128
141
|
|
|
142
|
+
params["only_limit_based"] = only_limit_based
|
|
143
|
+
|
|
144
|
+
params["only_usage_based"] = only_usage_based
|
|
145
|
+
|
|
129
146
|
params["page"] = page
|
|
130
147
|
|
|
131
148
|
params["page_size"] = page_size
|
|
@@ -137,6 +154,11 @@ def _get_kwargs(
|
|
|
137
154
|
|
|
138
155
|
params["paused"] = paused
|
|
139
156
|
|
|
157
|
+
json_plan_uuid: Union[Unset, str] = UNSET
|
|
158
|
+
if not isinstance(plan_uuid, Unset):
|
|
159
|
+
json_plan_uuid = str(plan_uuid)
|
|
160
|
+
params["plan_uuid"] = json_plan_uuid
|
|
161
|
+
|
|
140
162
|
params["project_name"] = project_name
|
|
141
163
|
|
|
142
164
|
json_project_uuid: Union[Unset, str] = UNSET
|
|
@@ -169,6 +191,8 @@ def _get_kwargs(
|
|
|
169
191
|
|
|
170
192
|
params["state"] = json_state
|
|
171
193
|
|
|
194
|
+
params["usage_based"] = usage_based
|
|
195
|
+
|
|
172
196
|
params["visible_to_username"] = visible_to_username
|
|
173
197
|
|
|
174
198
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -211,6 +235,7 @@ def sync_detailed(
|
|
|
211
235
|
client: AuthenticatedClient,
|
|
212
236
|
backend_id: Union[Unset, str] = UNSET,
|
|
213
237
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
238
|
+
component_count: Union[Unset, float] = UNSET,
|
|
214
239
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
215
240
|
customer: Union[Unset, str] = UNSET,
|
|
216
241
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -218,6 +243,8 @@ def sync_detailed(
|
|
|
218
243
|
field: Union[Unset, list[MarketplaceResourcesListFieldItem]] = UNSET,
|
|
219
244
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
220
245
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
246
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
247
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
221
248
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
222
249
|
name: Union[Unset, str] = UNSET,
|
|
223
250
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -228,10 +255,13 @@ def sync_detailed(
|
|
|
228
255
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
229
256
|
offering_type: Union[Unset, str] = UNSET,
|
|
230
257
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
258
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
259
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
231
260
|
page: Union[Unset, int] = UNSET,
|
|
232
261
|
page_size: Union[Unset, int] = UNSET,
|
|
233
262
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
234
263
|
paused: Union[Unset, bool] = UNSET,
|
|
264
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
235
265
|
project_name: Union[Unset, str] = UNSET,
|
|
236
266
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
237
267
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -240,6 +270,7 @@ def sync_detailed(
|
|
|
240
270
|
runtime_state: Union[Unset, str] = UNSET,
|
|
241
271
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
242
272
|
state: Union[Unset, list[MarketplaceResourcesListStateItem]] = UNSET,
|
|
273
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
243
274
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
244
275
|
) -> Response[list["Resource"]]:
|
|
245
276
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -247,6 +278,7 @@ def sync_detailed(
|
|
|
247
278
|
Args:
|
|
248
279
|
backend_id (Union[Unset, str]):
|
|
249
280
|
category_uuid (Union[Unset, UUID]):
|
|
281
|
+
component_count (Union[Unset, float]):
|
|
250
282
|
created (Union[Unset, datetime.datetime]):
|
|
251
283
|
customer (Union[Unset, str]):
|
|
252
284
|
customer_uuid (Union[Unset, UUID]):
|
|
@@ -254,6 +286,8 @@ def sync_detailed(
|
|
|
254
286
|
field (Union[Unset, list[MarketplaceResourcesListFieldItem]]):
|
|
255
287
|
has_terminate_date (Union[Unset, bool]):
|
|
256
288
|
lexis_links_supported (Union[Unset, bool]):
|
|
289
|
+
limit_based (Union[Unset, bool]):
|
|
290
|
+
limit_component_count (Union[Unset, float]):
|
|
257
291
|
modified (Union[Unset, datetime.datetime]):
|
|
258
292
|
name (Union[Unset, str]):
|
|
259
293
|
name_exact (Union[Unset, str]):
|
|
@@ -264,10 +298,13 @@ def sync_detailed(
|
|
|
264
298
|
offering_slug (Union[Unset, list[str]]):
|
|
265
299
|
offering_type (Union[Unset, str]):
|
|
266
300
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
301
|
+
only_limit_based (Union[Unset, bool]):
|
|
302
|
+
only_usage_based (Union[Unset, bool]):
|
|
267
303
|
page (Union[Unset, int]):
|
|
268
304
|
page_size (Union[Unset, int]):
|
|
269
305
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
270
306
|
paused (Union[Unset, bool]):
|
|
307
|
+
plan_uuid (Union[Unset, UUID]):
|
|
271
308
|
project_name (Union[Unset, str]):
|
|
272
309
|
project_uuid (Union[Unset, UUID]):
|
|
273
310
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -276,6 +313,7 @@ def sync_detailed(
|
|
|
276
313
|
runtime_state (Union[Unset, str]):
|
|
277
314
|
service_manager_uuid (Union[Unset, UUID]):
|
|
278
315
|
state (Union[Unset, list[MarketplaceResourcesListStateItem]]):
|
|
316
|
+
usage_based (Union[Unset, bool]):
|
|
279
317
|
visible_to_username (Union[Unset, str]):
|
|
280
318
|
|
|
281
319
|
Raises:
|
|
@@ -289,6 +327,7 @@ def sync_detailed(
|
|
|
289
327
|
kwargs = _get_kwargs(
|
|
290
328
|
backend_id=backend_id,
|
|
291
329
|
category_uuid=category_uuid,
|
|
330
|
+
component_count=component_count,
|
|
292
331
|
created=created,
|
|
293
332
|
customer=customer,
|
|
294
333
|
customer_uuid=customer_uuid,
|
|
@@ -296,6 +335,8 @@ def sync_detailed(
|
|
|
296
335
|
field=field,
|
|
297
336
|
has_terminate_date=has_terminate_date,
|
|
298
337
|
lexis_links_supported=lexis_links_supported,
|
|
338
|
+
limit_based=limit_based,
|
|
339
|
+
limit_component_count=limit_component_count,
|
|
299
340
|
modified=modified,
|
|
300
341
|
name=name,
|
|
301
342
|
name_exact=name_exact,
|
|
@@ -306,10 +347,13 @@ def sync_detailed(
|
|
|
306
347
|
offering_slug=offering_slug,
|
|
307
348
|
offering_type=offering_type,
|
|
308
349
|
offering_uuid=offering_uuid,
|
|
350
|
+
only_limit_based=only_limit_based,
|
|
351
|
+
only_usage_based=only_usage_based,
|
|
309
352
|
page=page,
|
|
310
353
|
page_size=page_size,
|
|
311
354
|
parent_offering_uuid=parent_offering_uuid,
|
|
312
355
|
paused=paused,
|
|
356
|
+
plan_uuid=plan_uuid,
|
|
313
357
|
project_name=project_name,
|
|
314
358
|
project_uuid=project_uuid,
|
|
315
359
|
provider_uuid=provider_uuid,
|
|
@@ -318,6 +362,7 @@ def sync_detailed(
|
|
|
318
362
|
runtime_state=runtime_state,
|
|
319
363
|
service_manager_uuid=service_manager_uuid,
|
|
320
364
|
state=state,
|
|
365
|
+
usage_based=usage_based,
|
|
321
366
|
visible_to_username=visible_to_username,
|
|
322
367
|
)
|
|
323
368
|
|
|
@@ -333,6 +378,7 @@ def sync(
|
|
|
333
378
|
client: AuthenticatedClient,
|
|
334
379
|
backend_id: Union[Unset, str] = UNSET,
|
|
335
380
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
381
|
+
component_count: Union[Unset, float] = UNSET,
|
|
336
382
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
337
383
|
customer: Union[Unset, str] = UNSET,
|
|
338
384
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -340,6 +386,8 @@ def sync(
|
|
|
340
386
|
field: Union[Unset, list[MarketplaceResourcesListFieldItem]] = UNSET,
|
|
341
387
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
342
388
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
389
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
390
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
343
391
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
344
392
|
name: Union[Unset, str] = UNSET,
|
|
345
393
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -350,10 +398,13 @@ def sync(
|
|
|
350
398
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
351
399
|
offering_type: Union[Unset, str] = UNSET,
|
|
352
400
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
401
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
402
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
353
403
|
page: Union[Unset, int] = UNSET,
|
|
354
404
|
page_size: Union[Unset, int] = UNSET,
|
|
355
405
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
356
406
|
paused: Union[Unset, bool] = UNSET,
|
|
407
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
357
408
|
project_name: Union[Unset, str] = UNSET,
|
|
358
409
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
359
410
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -362,6 +413,7 @@ def sync(
|
|
|
362
413
|
runtime_state: Union[Unset, str] = UNSET,
|
|
363
414
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
364
415
|
state: Union[Unset, list[MarketplaceResourcesListStateItem]] = UNSET,
|
|
416
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
365
417
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
366
418
|
) -> list["Resource"]:
|
|
367
419
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -369,6 +421,7 @@ def sync(
|
|
|
369
421
|
Args:
|
|
370
422
|
backend_id (Union[Unset, str]):
|
|
371
423
|
category_uuid (Union[Unset, UUID]):
|
|
424
|
+
component_count (Union[Unset, float]):
|
|
372
425
|
created (Union[Unset, datetime.datetime]):
|
|
373
426
|
customer (Union[Unset, str]):
|
|
374
427
|
customer_uuid (Union[Unset, UUID]):
|
|
@@ -376,6 +429,8 @@ def sync(
|
|
|
376
429
|
field (Union[Unset, list[MarketplaceResourcesListFieldItem]]):
|
|
377
430
|
has_terminate_date (Union[Unset, bool]):
|
|
378
431
|
lexis_links_supported (Union[Unset, bool]):
|
|
432
|
+
limit_based (Union[Unset, bool]):
|
|
433
|
+
limit_component_count (Union[Unset, float]):
|
|
379
434
|
modified (Union[Unset, datetime.datetime]):
|
|
380
435
|
name (Union[Unset, str]):
|
|
381
436
|
name_exact (Union[Unset, str]):
|
|
@@ -386,10 +441,13 @@ def sync(
|
|
|
386
441
|
offering_slug (Union[Unset, list[str]]):
|
|
387
442
|
offering_type (Union[Unset, str]):
|
|
388
443
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
444
|
+
only_limit_based (Union[Unset, bool]):
|
|
445
|
+
only_usage_based (Union[Unset, bool]):
|
|
389
446
|
page (Union[Unset, int]):
|
|
390
447
|
page_size (Union[Unset, int]):
|
|
391
448
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
392
449
|
paused (Union[Unset, bool]):
|
|
450
|
+
plan_uuid (Union[Unset, UUID]):
|
|
393
451
|
project_name (Union[Unset, str]):
|
|
394
452
|
project_uuid (Union[Unset, UUID]):
|
|
395
453
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -398,6 +456,7 @@ def sync(
|
|
|
398
456
|
runtime_state (Union[Unset, str]):
|
|
399
457
|
service_manager_uuid (Union[Unset, UUID]):
|
|
400
458
|
state (Union[Unset, list[MarketplaceResourcesListStateItem]]):
|
|
459
|
+
usage_based (Union[Unset, bool]):
|
|
401
460
|
visible_to_username (Union[Unset, str]):
|
|
402
461
|
|
|
403
462
|
Raises:
|
|
@@ -412,6 +471,7 @@ def sync(
|
|
|
412
471
|
client=client,
|
|
413
472
|
backend_id=backend_id,
|
|
414
473
|
category_uuid=category_uuid,
|
|
474
|
+
component_count=component_count,
|
|
415
475
|
created=created,
|
|
416
476
|
customer=customer,
|
|
417
477
|
customer_uuid=customer_uuid,
|
|
@@ -419,6 +479,8 @@ def sync(
|
|
|
419
479
|
field=field,
|
|
420
480
|
has_terminate_date=has_terminate_date,
|
|
421
481
|
lexis_links_supported=lexis_links_supported,
|
|
482
|
+
limit_based=limit_based,
|
|
483
|
+
limit_component_count=limit_component_count,
|
|
422
484
|
modified=modified,
|
|
423
485
|
name=name,
|
|
424
486
|
name_exact=name_exact,
|
|
@@ -429,10 +491,13 @@ def sync(
|
|
|
429
491
|
offering_slug=offering_slug,
|
|
430
492
|
offering_type=offering_type,
|
|
431
493
|
offering_uuid=offering_uuid,
|
|
494
|
+
only_limit_based=only_limit_based,
|
|
495
|
+
only_usage_based=only_usage_based,
|
|
432
496
|
page=page,
|
|
433
497
|
page_size=page_size,
|
|
434
498
|
parent_offering_uuid=parent_offering_uuid,
|
|
435
499
|
paused=paused,
|
|
500
|
+
plan_uuid=plan_uuid,
|
|
436
501
|
project_name=project_name,
|
|
437
502
|
project_uuid=project_uuid,
|
|
438
503
|
provider_uuid=provider_uuid,
|
|
@@ -441,6 +506,7 @@ def sync(
|
|
|
441
506
|
runtime_state=runtime_state,
|
|
442
507
|
service_manager_uuid=service_manager_uuid,
|
|
443
508
|
state=state,
|
|
509
|
+
usage_based=usage_based,
|
|
444
510
|
visible_to_username=visible_to_username,
|
|
445
511
|
).parsed
|
|
446
512
|
|
|
@@ -450,6 +516,7 @@ async def asyncio_detailed(
|
|
|
450
516
|
client: AuthenticatedClient,
|
|
451
517
|
backend_id: Union[Unset, str] = UNSET,
|
|
452
518
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
519
|
+
component_count: Union[Unset, float] = UNSET,
|
|
453
520
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
454
521
|
customer: Union[Unset, str] = UNSET,
|
|
455
522
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -457,6 +524,8 @@ async def asyncio_detailed(
|
|
|
457
524
|
field: Union[Unset, list[MarketplaceResourcesListFieldItem]] = UNSET,
|
|
458
525
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
459
526
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
527
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
528
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
460
529
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
461
530
|
name: Union[Unset, str] = UNSET,
|
|
462
531
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -467,10 +536,13 @@ async def asyncio_detailed(
|
|
|
467
536
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
468
537
|
offering_type: Union[Unset, str] = UNSET,
|
|
469
538
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
539
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
540
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
470
541
|
page: Union[Unset, int] = UNSET,
|
|
471
542
|
page_size: Union[Unset, int] = UNSET,
|
|
472
543
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
473
544
|
paused: Union[Unset, bool] = UNSET,
|
|
545
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
474
546
|
project_name: Union[Unset, str] = UNSET,
|
|
475
547
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
476
548
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -479,6 +551,7 @@ async def asyncio_detailed(
|
|
|
479
551
|
runtime_state: Union[Unset, str] = UNSET,
|
|
480
552
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
481
553
|
state: Union[Unset, list[MarketplaceResourcesListStateItem]] = UNSET,
|
|
554
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
482
555
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
483
556
|
) -> Response[list["Resource"]]:
|
|
484
557
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -486,6 +559,7 @@ async def asyncio_detailed(
|
|
|
486
559
|
Args:
|
|
487
560
|
backend_id (Union[Unset, str]):
|
|
488
561
|
category_uuid (Union[Unset, UUID]):
|
|
562
|
+
component_count (Union[Unset, float]):
|
|
489
563
|
created (Union[Unset, datetime.datetime]):
|
|
490
564
|
customer (Union[Unset, str]):
|
|
491
565
|
customer_uuid (Union[Unset, UUID]):
|
|
@@ -493,6 +567,8 @@ async def asyncio_detailed(
|
|
|
493
567
|
field (Union[Unset, list[MarketplaceResourcesListFieldItem]]):
|
|
494
568
|
has_terminate_date (Union[Unset, bool]):
|
|
495
569
|
lexis_links_supported (Union[Unset, bool]):
|
|
570
|
+
limit_based (Union[Unset, bool]):
|
|
571
|
+
limit_component_count (Union[Unset, float]):
|
|
496
572
|
modified (Union[Unset, datetime.datetime]):
|
|
497
573
|
name (Union[Unset, str]):
|
|
498
574
|
name_exact (Union[Unset, str]):
|
|
@@ -503,10 +579,13 @@ async def asyncio_detailed(
|
|
|
503
579
|
offering_slug (Union[Unset, list[str]]):
|
|
504
580
|
offering_type (Union[Unset, str]):
|
|
505
581
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
582
|
+
only_limit_based (Union[Unset, bool]):
|
|
583
|
+
only_usage_based (Union[Unset, bool]):
|
|
506
584
|
page (Union[Unset, int]):
|
|
507
585
|
page_size (Union[Unset, int]):
|
|
508
586
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
509
587
|
paused (Union[Unset, bool]):
|
|
588
|
+
plan_uuid (Union[Unset, UUID]):
|
|
510
589
|
project_name (Union[Unset, str]):
|
|
511
590
|
project_uuid (Union[Unset, UUID]):
|
|
512
591
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -515,6 +594,7 @@ async def asyncio_detailed(
|
|
|
515
594
|
runtime_state (Union[Unset, str]):
|
|
516
595
|
service_manager_uuid (Union[Unset, UUID]):
|
|
517
596
|
state (Union[Unset, list[MarketplaceResourcesListStateItem]]):
|
|
597
|
+
usage_based (Union[Unset, bool]):
|
|
518
598
|
visible_to_username (Union[Unset, str]):
|
|
519
599
|
|
|
520
600
|
Raises:
|
|
@@ -528,6 +608,7 @@ async def asyncio_detailed(
|
|
|
528
608
|
kwargs = _get_kwargs(
|
|
529
609
|
backend_id=backend_id,
|
|
530
610
|
category_uuid=category_uuid,
|
|
611
|
+
component_count=component_count,
|
|
531
612
|
created=created,
|
|
532
613
|
customer=customer,
|
|
533
614
|
customer_uuid=customer_uuid,
|
|
@@ -535,6 +616,8 @@ async def asyncio_detailed(
|
|
|
535
616
|
field=field,
|
|
536
617
|
has_terminate_date=has_terminate_date,
|
|
537
618
|
lexis_links_supported=lexis_links_supported,
|
|
619
|
+
limit_based=limit_based,
|
|
620
|
+
limit_component_count=limit_component_count,
|
|
538
621
|
modified=modified,
|
|
539
622
|
name=name,
|
|
540
623
|
name_exact=name_exact,
|
|
@@ -545,10 +628,13 @@ async def asyncio_detailed(
|
|
|
545
628
|
offering_slug=offering_slug,
|
|
546
629
|
offering_type=offering_type,
|
|
547
630
|
offering_uuid=offering_uuid,
|
|
631
|
+
only_limit_based=only_limit_based,
|
|
632
|
+
only_usage_based=only_usage_based,
|
|
548
633
|
page=page,
|
|
549
634
|
page_size=page_size,
|
|
550
635
|
parent_offering_uuid=parent_offering_uuid,
|
|
551
636
|
paused=paused,
|
|
637
|
+
plan_uuid=plan_uuid,
|
|
552
638
|
project_name=project_name,
|
|
553
639
|
project_uuid=project_uuid,
|
|
554
640
|
provider_uuid=provider_uuid,
|
|
@@ -557,6 +643,7 @@ async def asyncio_detailed(
|
|
|
557
643
|
runtime_state=runtime_state,
|
|
558
644
|
service_manager_uuid=service_manager_uuid,
|
|
559
645
|
state=state,
|
|
646
|
+
usage_based=usage_based,
|
|
560
647
|
visible_to_username=visible_to_username,
|
|
561
648
|
)
|
|
562
649
|
|
|
@@ -570,6 +657,7 @@ async def asyncio(
|
|
|
570
657
|
client: AuthenticatedClient,
|
|
571
658
|
backend_id: Union[Unset, str] = UNSET,
|
|
572
659
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
660
|
+
component_count: Union[Unset, float] = UNSET,
|
|
573
661
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
574
662
|
customer: Union[Unset, str] = UNSET,
|
|
575
663
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -577,6 +665,8 @@ async def asyncio(
|
|
|
577
665
|
field: Union[Unset, list[MarketplaceResourcesListFieldItem]] = UNSET,
|
|
578
666
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
579
667
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
668
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
669
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
580
670
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
581
671
|
name: Union[Unset, str] = UNSET,
|
|
582
672
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -587,10 +677,13 @@ async def asyncio(
|
|
|
587
677
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
588
678
|
offering_type: Union[Unset, str] = UNSET,
|
|
589
679
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
680
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
681
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
590
682
|
page: Union[Unset, int] = UNSET,
|
|
591
683
|
page_size: Union[Unset, int] = UNSET,
|
|
592
684
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
593
685
|
paused: Union[Unset, bool] = UNSET,
|
|
686
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
594
687
|
project_name: Union[Unset, str] = UNSET,
|
|
595
688
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
596
689
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -599,6 +692,7 @@ async def asyncio(
|
|
|
599
692
|
runtime_state: Union[Unset, str] = UNSET,
|
|
600
693
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
601
694
|
state: Union[Unset, list[MarketplaceResourcesListStateItem]] = UNSET,
|
|
695
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
602
696
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
603
697
|
) -> list["Resource"]:
|
|
604
698
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -606,6 +700,7 @@ async def asyncio(
|
|
|
606
700
|
Args:
|
|
607
701
|
backend_id (Union[Unset, str]):
|
|
608
702
|
category_uuid (Union[Unset, UUID]):
|
|
703
|
+
component_count (Union[Unset, float]):
|
|
609
704
|
created (Union[Unset, datetime.datetime]):
|
|
610
705
|
customer (Union[Unset, str]):
|
|
611
706
|
customer_uuid (Union[Unset, UUID]):
|
|
@@ -613,6 +708,8 @@ async def asyncio(
|
|
|
613
708
|
field (Union[Unset, list[MarketplaceResourcesListFieldItem]]):
|
|
614
709
|
has_terminate_date (Union[Unset, bool]):
|
|
615
710
|
lexis_links_supported (Union[Unset, bool]):
|
|
711
|
+
limit_based (Union[Unset, bool]):
|
|
712
|
+
limit_component_count (Union[Unset, float]):
|
|
616
713
|
modified (Union[Unset, datetime.datetime]):
|
|
617
714
|
name (Union[Unset, str]):
|
|
618
715
|
name_exact (Union[Unset, str]):
|
|
@@ -623,10 +720,13 @@ async def asyncio(
|
|
|
623
720
|
offering_slug (Union[Unset, list[str]]):
|
|
624
721
|
offering_type (Union[Unset, str]):
|
|
625
722
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
723
|
+
only_limit_based (Union[Unset, bool]):
|
|
724
|
+
only_usage_based (Union[Unset, bool]):
|
|
626
725
|
page (Union[Unset, int]):
|
|
627
726
|
page_size (Union[Unset, int]):
|
|
628
727
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
629
728
|
paused (Union[Unset, bool]):
|
|
729
|
+
plan_uuid (Union[Unset, UUID]):
|
|
630
730
|
project_name (Union[Unset, str]):
|
|
631
731
|
project_uuid (Union[Unset, UUID]):
|
|
632
732
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -635,6 +735,7 @@ async def asyncio(
|
|
|
635
735
|
runtime_state (Union[Unset, str]):
|
|
636
736
|
service_manager_uuid (Union[Unset, UUID]):
|
|
637
737
|
state (Union[Unset, list[MarketplaceResourcesListStateItem]]):
|
|
738
|
+
usage_based (Union[Unset, bool]):
|
|
638
739
|
visible_to_username (Union[Unset, str]):
|
|
639
740
|
|
|
640
741
|
Raises:
|
|
@@ -650,6 +751,7 @@ async def asyncio(
|
|
|
650
751
|
client=client,
|
|
651
752
|
backend_id=backend_id,
|
|
652
753
|
category_uuid=category_uuid,
|
|
754
|
+
component_count=component_count,
|
|
653
755
|
created=created,
|
|
654
756
|
customer=customer,
|
|
655
757
|
customer_uuid=customer_uuid,
|
|
@@ -657,6 +759,8 @@ async def asyncio(
|
|
|
657
759
|
field=field,
|
|
658
760
|
has_terminate_date=has_terminate_date,
|
|
659
761
|
lexis_links_supported=lexis_links_supported,
|
|
762
|
+
limit_based=limit_based,
|
|
763
|
+
limit_component_count=limit_component_count,
|
|
660
764
|
modified=modified,
|
|
661
765
|
name=name,
|
|
662
766
|
name_exact=name_exact,
|
|
@@ -667,10 +771,13 @@ async def asyncio(
|
|
|
667
771
|
offering_slug=offering_slug,
|
|
668
772
|
offering_type=offering_type,
|
|
669
773
|
offering_uuid=offering_uuid,
|
|
774
|
+
only_limit_based=only_limit_based,
|
|
775
|
+
only_usage_based=only_usage_based,
|
|
670
776
|
page=page,
|
|
671
777
|
page_size=page_size,
|
|
672
778
|
parent_offering_uuid=parent_offering_uuid,
|
|
673
779
|
paused=paused,
|
|
780
|
+
plan_uuid=plan_uuid,
|
|
674
781
|
project_name=project_name,
|
|
675
782
|
project_uuid=project_uuid,
|
|
676
783
|
provider_uuid=provider_uuid,
|
|
@@ -679,6 +786,7 @@ async def asyncio(
|
|
|
679
786
|
runtime_state=runtime_state,
|
|
680
787
|
service_manager_uuid=service_manager_uuid,
|
|
681
788
|
state=state,
|
|
789
|
+
usage_based=usage_based,
|
|
682
790
|
visible_to_username=visible_to_username,
|
|
683
791
|
)
|
|
684
792
|
).parsed
|
|
@@ -0,0 +1,166 @@
|
|
|
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.order_uuid import OrderUUID
|
|
10
|
+
from ...models.resource_renew_request import ResourceRenewRequest
|
|
11
|
+
from ...types import Response
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _get_kwargs(
|
|
15
|
+
uuid: UUID,
|
|
16
|
+
*,
|
|
17
|
+
body: ResourceRenewRequest,
|
|
18
|
+
) -> dict[str, Any]:
|
|
19
|
+
headers: dict[str, Any] = {}
|
|
20
|
+
|
|
21
|
+
_kwargs: dict[str, Any] = {
|
|
22
|
+
"method": "post",
|
|
23
|
+
"url": f"/api/marketplace-resources/{uuid}/renew/",
|
|
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) -> OrderUUID:
|
|
35
|
+
if response.status_code == 200:
|
|
36
|
+
response_200 = OrderUUID.from_dict(response.json())
|
|
37
|
+
|
|
38
|
+
return response_200
|
|
39
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[OrderUUID]:
|
|
43
|
+
return Response(
|
|
44
|
+
status_code=HTTPStatus(response.status_code),
|
|
45
|
+
content=response.content,
|
|
46
|
+
headers=response.headers,
|
|
47
|
+
parsed=_parse_response(client=client, response=response),
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def sync_detailed(
|
|
52
|
+
uuid: UUID,
|
|
53
|
+
*,
|
|
54
|
+
client: AuthenticatedClient,
|
|
55
|
+
body: ResourceRenewRequest,
|
|
56
|
+
) -> Response[OrderUUID]:
|
|
57
|
+
"""Create a renewal order for a prepaid resource.
|
|
58
|
+
|
|
59
|
+
Args:
|
|
60
|
+
uuid (UUID):
|
|
61
|
+
body (ResourceRenewRequest):
|
|
62
|
+
|
|
63
|
+
Raises:
|
|
64
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
65
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
66
|
+
|
|
67
|
+
Returns:
|
|
68
|
+
Response[OrderUUID]
|
|
69
|
+
"""
|
|
70
|
+
|
|
71
|
+
kwargs = _get_kwargs(
|
|
72
|
+
uuid=uuid,
|
|
73
|
+
body=body,
|
|
74
|
+
)
|
|
75
|
+
|
|
76
|
+
response = client.get_httpx_client().request(
|
|
77
|
+
**kwargs,
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
return _build_response(client=client, response=response)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
def sync(
|
|
84
|
+
uuid: UUID,
|
|
85
|
+
*,
|
|
86
|
+
client: AuthenticatedClient,
|
|
87
|
+
body: ResourceRenewRequest,
|
|
88
|
+
) -> OrderUUID:
|
|
89
|
+
"""Create a renewal order for a prepaid resource.
|
|
90
|
+
|
|
91
|
+
Args:
|
|
92
|
+
uuid (UUID):
|
|
93
|
+
body (ResourceRenewRequest):
|
|
94
|
+
|
|
95
|
+
Raises:
|
|
96
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
97
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
98
|
+
|
|
99
|
+
Returns:
|
|
100
|
+
OrderUUID
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
return sync_detailed(
|
|
104
|
+
uuid=uuid,
|
|
105
|
+
client=client,
|
|
106
|
+
body=body,
|
|
107
|
+
).parsed
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
async def asyncio_detailed(
|
|
111
|
+
uuid: UUID,
|
|
112
|
+
*,
|
|
113
|
+
client: AuthenticatedClient,
|
|
114
|
+
body: ResourceRenewRequest,
|
|
115
|
+
) -> Response[OrderUUID]:
|
|
116
|
+
"""Create a renewal order for a prepaid resource.
|
|
117
|
+
|
|
118
|
+
Args:
|
|
119
|
+
uuid (UUID):
|
|
120
|
+
body (ResourceRenewRequest):
|
|
121
|
+
|
|
122
|
+
Raises:
|
|
123
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
124
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
125
|
+
|
|
126
|
+
Returns:
|
|
127
|
+
Response[OrderUUID]
|
|
128
|
+
"""
|
|
129
|
+
|
|
130
|
+
kwargs = _get_kwargs(
|
|
131
|
+
uuid=uuid,
|
|
132
|
+
body=body,
|
|
133
|
+
)
|
|
134
|
+
|
|
135
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
136
|
+
|
|
137
|
+
return _build_response(client=client, response=response)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
async def asyncio(
|
|
141
|
+
uuid: UUID,
|
|
142
|
+
*,
|
|
143
|
+
client: AuthenticatedClient,
|
|
144
|
+
body: ResourceRenewRequest,
|
|
145
|
+
) -> OrderUUID:
|
|
146
|
+
"""Create a renewal order for a prepaid resource.
|
|
147
|
+
|
|
148
|
+
Args:
|
|
149
|
+
uuid (UUID):
|
|
150
|
+
body (ResourceRenewRequest):
|
|
151
|
+
|
|
152
|
+
Raises:
|
|
153
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
154
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
155
|
+
|
|
156
|
+
Returns:
|
|
157
|
+
OrderUUID
|
|
158
|
+
"""
|
|
159
|
+
|
|
160
|
+
return (
|
|
161
|
+
await asyncio_detailed(
|
|
162
|
+
uuid=uuid,
|
|
163
|
+
client=client,
|
|
164
|
+
body=body,
|
|
165
|
+
)
|
|
166
|
+
).parsed
|