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
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
22
23
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
23
24
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -26,6 +27,8 @@ def _get_kwargs(
|
|
|
26
27
|
field: Union[Unset, list[BookingResourcesListFieldItem]] = UNSET,
|
|
27
28
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
28
29
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
30
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
31
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
29
32
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
30
33
|
name: Union[Unset, str] = UNSET,
|
|
31
34
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -36,10 +39,13 @@ def _get_kwargs(
|
|
|
36
39
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
37
40
|
offering_type: Union[Unset, str] = UNSET,
|
|
38
41
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
42
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
43
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
39
44
|
page: Union[Unset, int] = UNSET,
|
|
40
45
|
page_size: Union[Unset, int] = UNSET,
|
|
41
46
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
42
47
|
paused: Union[Unset, bool] = UNSET,
|
|
48
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
43
49
|
project_name: Union[Unset, str] = UNSET,
|
|
44
50
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
45
51
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -48,6 +54,7 @@ def _get_kwargs(
|
|
|
48
54
|
runtime_state: Union[Unset, str] = UNSET,
|
|
49
55
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
50
56
|
state: Union[Unset, list[BookingResourcesListStateItem]] = UNSET,
|
|
57
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
51
58
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
52
59
|
) -> dict[str, Any]:
|
|
53
60
|
params: dict[str, Any] = {}
|
|
@@ -59,6 +66,8 @@ def _get_kwargs(
|
|
|
59
66
|
json_category_uuid = str(category_uuid)
|
|
60
67
|
params["category_uuid"] = json_category_uuid
|
|
61
68
|
|
|
69
|
+
params["component_count"] = component_count
|
|
70
|
+
|
|
62
71
|
json_connected_customer_uuid: Union[Unset, str] = UNSET
|
|
63
72
|
if not isinstance(connected_customer_uuid, Unset):
|
|
64
73
|
json_connected_customer_uuid = str(connected_customer_uuid)
|
|
@@ -91,6 +100,10 @@ def _get_kwargs(
|
|
|
91
100
|
|
|
92
101
|
params["lexis_links_supported"] = lexis_links_supported
|
|
93
102
|
|
|
103
|
+
params["limit_based"] = limit_based
|
|
104
|
+
|
|
105
|
+
params["limit_component_count"] = limit_component_count
|
|
106
|
+
|
|
94
107
|
json_modified: Union[Unset, str] = UNSET
|
|
95
108
|
if not isinstance(modified, Unset):
|
|
96
109
|
json_modified = modified.isoformat()
|
|
@@ -132,6 +145,10 @@ def _get_kwargs(
|
|
|
132
145
|
|
|
133
146
|
params["offering_uuid"] = json_offering_uuid
|
|
134
147
|
|
|
148
|
+
params["only_limit_based"] = only_limit_based
|
|
149
|
+
|
|
150
|
+
params["only_usage_based"] = only_usage_based
|
|
151
|
+
|
|
135
152
|
params["page"] = page
|
|
136
153
|
|
|
137
154
|
params["page_size"] = page_size
|
|
@@ -143,6 +160,11 @@ def _get_kwargs(
|
|
|
143
160
|
|
|
144
161
|
params["paused"] = paused
|
|
145
162
|
|
|
163
|
+
json_plan_uuid: Union[Unset, str] = UNSET
|
|
164
|
+
if not isinstance(plan_uuid, Unset):
|
|
165
|
+
json_plan_uuid = str(plan_uuid)
|
|
166
|
+
params["plan_uuid"] = json_plan_uuid
|
|
167
|
+
|
|
146
168
|
params["project_name"] = project_name
|
|
147
169
|
|
|
148
170
|
json_project_uuid: Union[Unset, str] = UNSET
|
|
@@ -175,6 +197,8 @@ def _get_kwargs(
|
|
|
175
197
|
|
|
176
198
|
params["state"] = json_state
|
|
177
199
|
|
|
200
|
+
params["usage_based"] = usage_based
|
|
201
|
+
|
|
178
202
|
params["visible_to_username"] = visible_to_username
|
|
179
203
|
|
|
180
204
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -217,6 +241,7 @@ def sync_detailed(
|
|
|
217
241
|
client: AuthenticatedClient,
|
|
218
242
|
backend_id: Union[Unset, str] = UNSET,
|
|
219
243
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
244
|
+
component_count: Union[Unset, float] = UNSET,
|
|
220
245
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
221
246
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
222
247
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -225,6 +250,8 @@ def sync_detailed(
|
|
|
225
250
|
field: Union[Unset, list[BookingResourcesListFieldItem]] = UNSET,
|
|
226
251
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
227
252
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
253
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
254
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
228
255
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
229
256
|
name: Union[Unset, str] = UNSET,
|
|
230
257
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -235,10 +262,13 @@ def sync_detailed(
|
|
|
235
262
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
236
263
|
offering_type: Union[Unset, str] = UNSET,
|
|
237
264
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
265
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
266
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
238
267
|
page: Union[Unset, int] = UNSET,
|
|
239
268
|
page_size: Union[Unset, int] = UNSET,
|
|
240
269
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
241
270
|
paused: Union[Unset, bool] = UNSET,
|
|
271
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
242
272
|
project_name: Union[Unset, str] = UNSET,
|
|
243
273
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
244
274
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -247,6 +277,7 @@ def sync_detailed(
|
|
|
247
277
|
runtime_state: Union[Unset, str] = UNSET,
|
|
248
278
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
249
279
|
state: Union[Unset, list[BookingResourcesListStateItem]] = UNSET,
|
|
280
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
250
281
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
251
282
|
) -> Response[list["BookingResource"]]:
|
|
252
283
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -254,6 +285,7 @@ def sync_detailed(
|
|
|
254
285
|
Args:
|
|
255
286
|
backend_id (Union[Unset, str]):
|
|
256
287
|
category_uuid (Union[Unset, UUID]):
|
|
288
|
+
component_count (Union[Unset, float]):
|
|
257
289
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
258
290
|
created (Union[Unset, datetime.datetime]):
|
|
259
291
|
customer (Union[Unset, str]):
|
|
@@ -262,6 +294,8 @@ def sync_detailed(
|
|
|
262
294
|
field (Union[Unset, list[BookingResourcesListFieldItem]]):
|
|
263
295
|
has_terminate_date (Union[Unset, bool]):
|
|
264
296
|
lexis_links_supported (Union[Unset, bool]):
|
|
297
|
+
limit_based (Union[Unset, bool]):
|
|
298
|
+
limit_component_count (Union[Unset, float]):
|
|
265
299
|
modified (Union[Unset, datetime.datetime]):
|
|
266
300
|
name (Union[Unset, str]):
|
|
267
301
|
name_exact (Union[Unset, str]):
|
|
@@ -272,10 +306,13 @@ def sync_detailed(
|
|
|
272
306
|
offering_slug (Union[Unset, list[str]]):
|
|
273
307
|
offering_type (Union[Unset, str]):
|
|
274
308
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
309
|
+
only_limit_based (Union[Unset, bool]):
|
|
310
|
+
only_usage_based (Union[Unset, bool]):
|
|
275
311
|
page (Union[Unset, int]):
|
|
276
312
|
page_size (Union[Unset, int]):
|
|
277
313
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
278
314
|
paused (Union[Unset, bool]):
|
|
315
|
+
plan_uuid (Union[Unset, UUID]):
|
|
279
316
|
project_name (Union[Unset, str]):
|
|
280
317
|
project_uuid (Union[Unset, UUID]):
|
|
281
318
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -284,6 +321,7 @@ def sync_detailed(
|
|
|
284
321
|
runtime_state (Union[Unset, str]):
|
|
285
322
|
service_manager_uuid (Union[Unset, UUID]):
|
|
286
323
|
state (Union[Unset, list[BookingResourcesListStateItem]]):
|
|
324
|
+
usage_based (Union[Unset, bool]):
|
|
287
325
|
visible_to_username (Union[Unset, str]):
|
|
288
326
|
|
|
289
327
|
Raises:
|
|
@@ -297,6 +335,7 @@ def sync_detailed(
|
|
|
297
335
|
kwargs = _get_kwargs(
|
|
298
336
|
backend_id=backend_id,
|
|
299
337
|
category_uuid=category_uuid,
|
|
338
|
+
component_count=component_count,
|
|
300
339
|
connected_customer_uuid=connected_customer_uuid,
|
|
301
340
|
created=created,
|
|
302
341
|
customer=customer,
|
|
@@ -305,6 +344,8 @@ def sync_detailed(
|
|
|
305
344
|
field=field,
|
|
306
345
|
has_terminate_date=has_terminate_date,
|
|
307
346
|
lexis_links_supported=lexis_links_supported,
|
|
347
|
+
limit_based=limit_based,
|
|
348
|
+
limit_component_count=limit_component_count,
|
|
308
349
|
modified=modified,
|
|
309
350
|
name=name,
|
|
310
351
|
name_exact=name_exact,
|
|
@@ -315,10 +356,13 @@ def sync_detailed(
|
|
|
315
356
|
offering_slug=offering_slug,
|
|
316
357
|
offering_type=offering_type,
|
|
317
358
|
offering_uuid=offering_uuid,
|
|
359
|
+
only_limit_based=only_limit_based,
|
|
360
|
+
only_usage_based=only_usage_based,
|
|
318
361
|
page=page,
|
|
319
362
|
page_size=page_size,
|
|
320
363
|
parent_offering_uuid=parent_offering_uuid,
|
|
321
364
|
paused=paused,
|
|
365
|
+
plan_uuid=plan_uuid,
|
|
322
366
|
project_name=project_name,
|
|
323
367
|
project_uuid=project_uuid,
|
|
324
368
|
provider_uuid=provider_uuid,
|
|
@@ -327,6 +371,7 @@ def sync_detailed(
|
|
|
327
371
|
runtime_state=runtime_state,
|
|
328
372
|
service_manager_uuid=service_manager_uuid,
|
|
329
373
|
state=state,
|
|
374
|
+
usage_based=usage_based,
|
|
330
375
|
visible_to_username=visible_to_username,
|
|
331
376
|
)
|
|
332
377
|
|
|
@@ -342,6 +387,7 @@ def sync(
|
|
|
342
387
|
client: AuthenticatedClient,
|
|
343
388
|
backend_id: Union[Unset, str] = UNSET,
|
|
344
389
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
390
|
+
component_count: Union[Unset, float] = UNSET,
|
|
345
391
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
346
392
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
347
393
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -350,6 +396,8 @@ def sync(
|
|
|
350
396
|
field: Union[Unset, list[BookingResourcesListFieldItem]] = UNSET,
|
|
351
397
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
352
398
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
399
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
400
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
353
401
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
354
402
|
name: Union[Unset, str] = UNSET,
|
|
355
403
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -360,10 +408,13 @@ def sync(
|
|
|
360
408
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
361
409
|
offering_type: Union[Unset, str] = UNSET,
|
|
362
410
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
411
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
412
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
363
413
|
page: Union[Unset, int] = UNSET,
|
|
364
414
|
page_size: Union[Unset, int] = UNSET,
|
|
365
415
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
366
416
|
paused: Union[Unset, bool] = UNSET,
|
|
417
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
367
418
|
project_name: Union[Unset, str] = UNSET,
|
|
368
419
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
369
420
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -372,6 +423,7 @@ def sync(
|
|
|
372
423
|
runtime_state: Union[Unset, str] = UNSET,
|
|
373
424
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
374
425
|
state: Union[Unset, list[BookingResourcesListStateItem]] = UNSET,
|
|
426
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
375
427
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
376
428
|
) -> list["BookingResource"]:
|
|
377
429
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -379,6 +431,7 @@ def sync(
|
|
|
379
431
|
Args:
|
|
380
432
|
backend_id (Union[Unset, str]):
|
|
381
433
|
category_uuid (Union[Unset, UUID]):
|
|
434
|
+
component_count (Union[Unset, float]):
|
|
382
435
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
383
436
|
created (Union[Unset, datetime.datetime]):
|
|
384
437
|
customer (Union[Unset, str]):
|
|
@@ -387,6 +440,8 @@ def sync(
|
|
|
387
440
|
field (Union[Unset, list[BookingResourcesListFieldItem]]):
|
|
388
441
|
has_terminate_date (Union[Unset, bool]):
|
|
389
442
|
lexis_links_supported (Union[Unset, bool]):
|
|
443
|
+
limit_based (Union[Unset, bool]):
|
|
444
|
+
limit_component_count (Union[Unset, float]):
|
|
390
445
|
modified (Union[Unset, datetime.datetime]):
|
|
391
446
|
name (Union[Unset, str]):
|
|
392
447
|
name_exact (Union[Unset, str]):
|
|
@@ -397,10 +452,13 @@ def sync(
|
|
|
397
452
|
offering_slug (Union[Unset, list[str]]):
|
|
398
453
|
offering_type (Union[Unset, str]):
|
|
399
454
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
455
|
+
only_limit_based (Union[Unset, bool]):
|
|
456
|
+
only_usage_based (Union[Unset, bool]):
|
|
400
457
|
page (Union[Unset, int]):
|
|
401
458
|
page_size (Union[Unset, int]):
|
|
402
459
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
403
460
|
paused (Union[Unset, bool]):
|
|
461
|
+
plan_uuid (Union[Unset, UUID]):
|
|
404
462
|
project_name (Union[Unset, str]):
|
|
405
463
|
project_uuid (Union[Unset, UUID]):
|
|
406
464
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -409,6 +467,7 @@ def sync(
|
|
|
409
467
|
runtime_state (Union[Unset, str]):
|
|
410
468
|
service_manager_uuid (Union[Unset, UUID]):
|
|
411
469
|
state (Union[Unset, list[BookingResourcesListStateItem]]):
|
|
470
|
+
usage_based (Union[Unset, bool]):
|
|
412
471
|
visible_to_username (Union[Unset, str]):
|
|
413
472
|
|
|
414
473
|
Raises:
|
|
@@ -423,6 +482,7 @@ def sync(
|
|
|
423
482
|
client=client,
|
|
424
483
|
backend_id=backend_id,
|
|
425
484
|
category_uuid=category_uuid,
|
|
485
|
+
component_count=component_count,
|
|
426
486
|
connected_customer_uuid=connected_customer_uuid,
|
|
427
487
|
created=created,
|
|
428
488
|
customer=customer,
|
|
@@ -431,6 +491,8 @@ def sync(
|
|
|
431
491
|
field=field,
|
|
432
492
|
has_terminate_date=has_terminate_date,
|
|
433
493
|
lexis_links_supported=lexis_links_supported,
|
|
494
|
+
limit_based=limit_based,
|
|
495
|
+
limit_component_count=limit_component_count,
|
|
434
496
|
modified=modified,
|
|
435
497
|
name=name,
|
|
436
498
|
name_exact=name_exact,
|
|
@@ -441,10 +503,13 @@ def sync(
|
|
|
441
503
|
offering_slug=offering_slug,
|
|
442
504
|
offering_type=offering_type,
|
|
443
505
|
offering_uuid=offering_uuid,
|
|
506
|
+
only_limit_based=only_limit_based,
|
|
507
|
+
only_usage_based=only_usage_based,
|
|
444
508
|
page=page,
|
|
445
509
|
page_size=page_size,
|
|
446
510
|
parent_offering_uuid=parent_offering_uuid,
|
|
447
511
|
paused=paused,
|
|
512
|
+
plan_uuid=plan_uuid,
|
|
448
513
|
project_name=project_name,
|
|
449
514
|
project_uuid=project_uuid,
|
|
450
515
|
provider_uuid=provider_uuid,
|
|
@@ -453,6 +518,7 @@ def sync(
|
|
|
453
518
|
runtime_state=runtime_state,
|
|
454
519
|
service_manager_uuid=service_manager_uuid,
|
|
455
520
|
state=state,
|
|
521
|
+
usage_based=usage_based,
|
|
456
522
|
visible_to_username=visible_to_username,
|
|
457
523
|
).parsed
|
|
458
524
|
|
|
@@ -462,6 +528,7 @@ async def asyncio_detailed(
|
|
|
462
528
|
client: AuthenticatedClient,
|
|
463
529
|
backend_id: Union[Unset, str] = UNSET,
|
|
464
530
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
531
|
+
component_count: Union[Unset, float] = UNSET,
|
|
465
532
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
466
533
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
467
534
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -470,6 +537,8 @@ async def asyncio_detailed(
|
|
|
470
537
|
field: Union[Unset, list[BookingResourcesListFieldItem]] = UNSET,
|
|
471
538
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
472
539
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
540
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
541
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
473
542
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
474
543
|
name: Union[Unset, str] = UNSET,
|
|
475
544
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -480,10 +549,13 @@ async def asyncio_detailed(
|
|
|
480
549
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
481
550
|
offering_type: Union[Unset, str] = UNSET,
|
|
482
551
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
552
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
553
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
483
554
|
page: Union[Unset, int] = UNSET,
|
|
484
555
|
page_size: Union[Unset, int] = UNSET,
|
|
485
556
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
486
557
|
paused: Union[Unset, bool] = UNSET,
|
|
558
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
487
559
|
project_name: Union[Unset, str] = UNSET,
|
|
488
560
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
489
561
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -492,6 +564,7 @@ async def asyncio_detailed(
|
|
|
492
564
|
runtime_state: Union[Unset, str] = UNSET,
|
|
493
565
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
494
566
|
state: Union[Unset, list[BookingResourcesListStateItem]] = UNSET,
|
|
567
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
495
568
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
496
569
|
) -> Response[list["BookingResource"]]:
|
|
497
570
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -499,6 +572,7 @@ async def asyncio_detailed(
|
|
|
499
572
|
Args:
|
|
500
573
|
backend_id (Union[Unset, str]):
|
|
501
574
|
category_uuid (Union[Unset, UUID]):
|
|
575
|
+
component_count (Union[Unset, float]):
|
|
502
576
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
503
577
|
created (Union[Unset, datetime.datetime]):
|
|
504
578
|
customer (Union[Unset, str]):
|
|
@@ -507,6 +581,8 @@ async def asyncio_detailed(
|
|
|
507
581
|
field (Union[Unset, list[BookingResourcesListFieldItem]]):
|
|
508
582
|
has_terminate_date (Union[Unset, bool]):
|
|
509
583
|
lexis_links_supported (Union[Unset, bool]):
|
|
584
|
+
limit_based (Union[Unset, bool]):
|
|
585
|
+
limit_component_count (Union[Unset, float]):
|
|
510
586
|
modified (Union[Unset, datetime.datetime]):
|
|
511
587
|
name (Union[Unset, str]):
|
|
512
588
|
name_exact (Union[Unset, str]):
|
|
@@ -517,10 +593,13 @@ async def asyncio_detailed(
|
|
|
517
593
|
offering_slug (Union[Unset, list[str]]):
|
|
518
594
|
offering_type (Union[Unset, str]):
|
|
519
595
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
596
|
+
only_limit_based (Union[Unset, bool]):
|
|
597
|
+
only_usage_based (Union[Unset, bool]):
|
|
520
598
|
page (Union[Unset, int]):
|
|
521
599
|
page_size (Union[Unset, int]):
|
|
522
600
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
523
601
|
paused (Union[Unset, bool]):
|
|
602
|
+
plan_uuid (Union[Unset, UUID]):
|
|
524
603
|
project_name (Union[Unset, str]):
|
|
525
604
|
project_uuid (Union[Unset, UUID]):
|
|
526
605
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -529,6 +608,7 @@ async def asyncio_detailed(
|
|
|
529
608
|
runtime_state (Union[Unset, str]):
|
|
530
609
|
service_manager_uuid (Union[Unset, UUID]):
|
|
531
610
|
state (Union[Unset, list[BookingResourcesListStateItem]]):
|
|
611
|
+
usage_based (Union[Unset, bool]):
|
|
532
612
|
visible_to_username (Union[Unset, str]):
|
|
533
613
|
|
|
534
614
|
Raises:
|
|
@@ -542,6 +622,7 @@ async def asyncio_detailed(
|
|
|
542
622
|
kwargs = _get_kwargs(
|
|
543
623
|
backend_id=backend_id,
|
|
544
624
|
category_uuid=category_uuid,
|
|
625
|
+
component_count=component_count,
|
|
545
626
|
connected_customer_uuid=connected_customer_uuid,
|
|
546
627
|
created=created,
|
|
547
628
|
customer=customer,
|
|
@@ -550,6 +631,8 @@ async def asyncio_detailed(
|
|
|
550
631
|
field=field,
|
|
551
632
|
has_terminate_date=has_terminate_date,
|
|
552
633
|
lexis_links_supported=lexis_links_supported,
|
|
634
|
+
limit_based=limit_based,
|
|
635
|
+
limit_component_count=limit_component_count,
|
|
553
636
|
modified=modified,
|
|
554
637
|
name=name,
|
|
555
638
|
name_exact=name_exact,
|
|
@@ -560,10 +643,13 @@ async def asyncio_detailed(
|
|
|
560
643
|
offering_slug=offering_slug,
|
|
561
644
|
offering_type=offering_type,
|
|
562
645
|
offering_uuid=offering_uuid,
|
|
646
|
+
only_limit_based=only_limit_based,
|
|
647
|
+
only_usage_based=only_usage_based,
|
|
563
648
|
page=page,
|
|
564
649
|
page_size=page_size,
|
|
565
650
|
parent_offering_uuid=parent_offering_uuid,
|
|
566
651
|
paused=paused,
|
|
652
|
+
plan_uuid=plan_uuid,
|
|
567
653
|
project_name=project_name,
|
|
568
654
|
project_uuid=project_uuid,
|
|
569
655
|
provider_uuid=provider_uuid,
|
|
@@ -572,6 +658,7 @@ async def asyncio_detailed(
|
|
|
572
658
|
runtime_state=runtime_state,
|
|
573
659
|
service_manager_uuid=service_manager_uuid,
|
|
574
660
|
state=state,
|
|
661
|
+
usage_based=usage_based,
|
|
575
662
|
visible_to_username=visible_to_username,
|
|
576
663
|
)
|
|
577
664
|
|
|
@@ -585,6 +672,7 @@ async def asyncio(
|
|
|
585
672
|
client: AuthenticatedClient,
|
|
586
673
|
backend_id: Union[Unset, str] = UNSET,
|
|
587
674
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
675
|
+
component_count: Union[Unset, float] = UNSET,
|
|
588
676
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
589
677
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
590
678
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -593,6 +681,8 @@ async def asyncio(
|
|
|
593
681
|
field: Union[Unset, list[BookingResourcesListFieldItem]] = UNSET,
|
|
594
682
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
595
683
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
684
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
685
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
596
686
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
597
687
|
name: Union[Unset, str] = UNSET,
|
|
598
688
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -603,10 +693,13 @@ async def asyncio(
|
|
|
603
693
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
604
694
|
offering_type: Union[Unset, str] = UNSET,
|
|
605
695
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
696
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
697
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
606
698
|
page: Union[Unset, int] = UNSET,
|
|
607
699
|
page_size: Union[Unset, int] = UNSET,
|
|
608
700
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
609
701
|
paused: Union[Unset, bool] = UNSET,
|
|
702
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
610
703
|
project_name: Union[Unset, str] = UNSET,
|
|
611
704
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
612
705
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -615,6 +708,7 @@ async def asyncio(
|
|
|
615
708
|
runtime_state: Union[Unset, str] = UNSET,
|
|
616
709
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
617
710
|
state: Union[Unset, list[BookingResourcesListStateItem]] = UNSET,
|
|
711
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
618
712
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
619
713
|
) -> list["BookingResource"]:
|
|
620
714
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
@@ -622,6 +716,7 @@ async def asyncio(
|
|
|
622
716
|
Args:
|
|
623
717
|
backend_id (Union[Unset, str]):
|
|
624
718
|
category_uuid (Union[Unset, UUID]):
|
|
719
|
+
component_count (Union[Unset, float]):
|
|
625
720
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
626
721
|
created (Union[Unset, datetime.datetime]):
|
|
627
722
|
customer (Union[Unset, str]):
|
|
@@ -630,6 +725,8 @@ async def asyncio(
|
|
|
630
725
|
field (Union[Unset, list[BookingResourcesListFieldItem]]):
|
|
631
726
|
has_terminate_date (Union[Unset, bool]):
|
|
632
727
|
lexis_links_supported (Union[Unset, bool]):
|
|
728
|
+
limit_based (Union[Unset, bool]):
|
|
729
|
+
limit_component_count (Union[Unset, float]):
|
|
633
730
|
modified (Union[Unset, datetime.datetime]):
|
|
634
731
|
name (Union[Unset, str]):
|
|
635
732
|
name_exact (Union[Unset, str]):
|
|
@@ -640,10 +737,13 @@ async def asyncio(
|
|
|
640
737
|
offering_slug (Union[Unset, list[str]]):
|
|
641
738
|
offering_type (Union[Unset, str]):
|
|
642
739
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
740
|
+
only_limit_based (Union[Unset, bool]):
|
|
741
|
+
only_usage_based (Union[Unset, bool]):
|
|
643
742
|
page (Union[Unset, int]):
|
|
644
743
|
page_size (Union[Unset, int]):
|
|
645
744
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
646
745
|
paused (Union[Unset, bool]):
|
|
746
|
+
plan_uuid (Union[Unset, UUID]):
|
|
647
747
|
project_name (Union[Unset, str]):
|
|
648
748
|
project_uuid (Union[Unset, UUID]):
|
|
649
749
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -652,6 +752,7 @@ async def asyncio(
|
|
|
652
752
|
runtime_state (Union[Unset, str]):
|
|
653
753
|
service_manager_uuid (Union[Unset, UUID]):
|
|
654
754
|
state (Union[Unset, list[BookingResourcesListStateItem]]):
|
|
755
|
+
usage_based (Union[Unset, bool]):
|
|
655
756
|
visible_to_username (Union[Unset, str]):
|
|
656
757
|
|
|
657
758
|
Raises:
|
|
@@ -667,6 +768,7 @@ async def asyncio(
|
|
|
667
768
|
client=client,
|
|
668
769
|
backend_id=backend_id,
|
|
669
770
|
category_uuid=category_uuid,
|
|
771
|
+
component_count=component_count,
|
|
670
772
|
connected_customer_uuid=connected_customer_uuid,
|
|
671
773
|
created=created,
|
|
672
774
|
customer=customer,
|
|
@@ -675,6 +777,8 @@ async def asyncio(
|
|
|
675
777
|
field=field,
|
|
676
778
|
has_terminate_date=has_terminate_date,
|
|
677
779
|
lexis_links_supported=lexis_links_supported,
|
|
780
|
+
limit_based=limit_based,
|
|
781
|
+
limit_component_count=limit_component_count,
|
|
678
782
|
modified=modified,
|
|
679
783
|
name=name,
|
|
680
784
|
name_exact=name_exact,
|
|
@@ -685,10 +789,13 @@ async def asyncio(
|
|
|
685
789
|
offering_slug=offering_slug,
|
|
686
790
|
offering_type=offering_type,
|
|
687
791
|
offering_uuid=offering_uuid,
|
|
792
|
+
only_limit_based=only_limit_based,
|
|
793
|
+
only_usage_based=only_usage_based,
|
|
688
794
|
page=page,
|
|
689
795
|
page_size=page_size,
|
|
690
796
|
parent_offering_uuid=parent_offering_uuid,
|
|
691
797
|
paused=paused,
|
|
798
|
+
plan_uuid=plan_uuid,
|
|
692
799
|
project_name=project_name,
|
|
693
800
|
project_uuid=project_uuid,
|
|
694
801
|
provider_uuid=provider_uuid,
|
|
@@ -697,6 +804,7 @@ async def asyncio(
|
|
|
697
804
|
runtime_state=runtime_state,
|
|
698
805
|
service_manager_uuid=service_manager_uuid,
|
|
699
806
|
state=state,
|
|
807
|
+
usage_based=usage_based,
|
|
700
808
|
visible_to_username=visible_to_username,
|
|
701
809
|
)
|
|
702
810
|
).parsed
|
|
@@ -6,6 +6,7 @@ import httpx
|
|
|
6
6
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.call_managing_organisations_add_user_response_400 import CallManagingOrganisationsAddUserResponse400
|
|
9
10
|
from ...models.user_role_create_request import UserRoleCreateRequest
|
|
10
11
|
from ...models.user_role_expiration_time import UserRoleExpirationTime
|
|
11
12
|
from ...types import Response
|
|
@@ -31,17 +32,23 @@ def _get_kwargs(
|
|
|
31
32
|
return _kwargs
|
|
32
33
|
|
|
33
34
|
|
|
34
|
-
def _parse_response(
|
|
35
|
+
def _parse_response(
|
|
36
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
37
|
+
) -> Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]:
|
|
35
38
|
if response.status_code == 201:
|
|
36
39
|
response_201 = UserRoleExpirationTime.from_dict(response.json())
|
|
37
40
|
|
|
38
41
|
return response_201
|
|
42
|
+
if response.status_code == 400:
|
|
43
|
+
response_400 = CallManagingOrganisationsAddUserResponse400.from_dict(response.json())
|
|
44
|
+
|
|
45
|
+
return response_400
|
|
39
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
40
47
|
|
|
41
48
|
|
|
42
49
|
def _build_response(
|
|
43
50
|
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
44
|
-
) -> Response[UserRoleExpirationTime]:
|
|
51
|
+
) -> Response[Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]]:
|
|
45
52
|
return Response(
|
|
46
53
|
status_code=HTTPStatus(response.status_code),
|
|
47
54
|
content=response.content,
|
|
@@ -55,7 +62,7 @@ def sync_detailed(
|
|
|
55
62
|
*,
|
|
56
63
|
client: AuthenticatedClient,
|
|
57
64
|
body: UserRoleCreateRequest,
|
|
58
|
-
) -> Response[UserRoleExpirationTime]:
|
|
65
|
+
) -> Response[Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]]:
|
|
59
66
|
"""
|
|
60
67
|
Args:
|
|
61
68
|
uuid (UUID):
|
|
@@ -66,7 +73,7 @@ def sync_detailed(
|
|
|
66
73
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
67
74
|
|
|
68
75
|
Returns:
|
|
69
|
-
Response[UserRoleExpirationTime]
|
|
76
|
+
Response[Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]]
|
|
70
77
|
"""
|
|
71
78
|
|
|
72
79
|
kwargs = _get_kwargs(
|
|
@@ -86,7 +93,7 @@ def sync(
|
|
|
86
93
|
*,
|
|
87
94
|
client: AuthenticatedClient,
|
|
88
95
|
body: UserRoleCreateRequest,
|
|
89
|
-
) -> UserRoleExpirationTime:
|
|
96
|
+
) -> Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]:
|
|
90
97
|
"""
|
|
91
98
|
Args:
|
|
92
99
|
uuid (UUID):
|
|
@@ -97,7 +104,7 @@ def sync(
|
|
|
97
104
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
98
105
|
|
|
99
106
|
Returns:
|
|
100
|
-
UserRoleExpirationTime
|
|
107
|
+
Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]
|
|
101
108
|
"""
|
|
102
109
|
|
|
103
110
|
return sync_detailed(
|
|
@@ -112,7 +119,7 @@ async def asyncio_detailed(
|
|
|
112
119
|
*,
|
|
113
120
|
client: AuthenticatedClient,
|
|
114
121
|
body: UserRoleCreateRequest,
|
|
115
|
-
) -> Response[UserRoleExpirationTime]:
|
|
122
|
+
) -> Response[Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]]:
|
|
116
123
|
"""
|
|
117
124
|
Args:
|
|
118
125
|
uuid (UUID):
|
|
@@ -123,7 +130,7 @@ async def asyncio_detailed(
|
|
|
123
130
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
124
131
|
|
|
125
132
|
Returns:
|
|
126
|
-
Response[UserRoleExpirationTime]
|
|
133
|
+
Response[Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]]
|
|
127
134
|
"""
|
|
128
135
|
|
|
129
136
|
kwargs = _get_kwargs(
|
|
@@ -141,7 +148,7 @@ async def asyncio(
|
|
|
141
148
|
*,
|
|
142
149
|
client: AuthenticatedClient,
|
|
143
150
|
body: UserRoleCreateRequest,
|
|
144
|
-
) -> UserRoleExpirationTime:
|
|
151
|
+
) -> Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]:
|
|
145
152
|
"""
|
|
146
153
|
Args:
|
|
147
154
|
uuid (UUID):
|
|
@@ -152,7 +159,7 @@ async def asyncio(
|
|
|
152
159
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
153
160
|
|
|
154
161
|
Returns:
|
|
155
|
-
UserRoleExpirationTime
|
|
162
|
+
Union[CallManagingOrganisationsAddUserResponse400, UserRoleExpirationTime]
|
|
156
163
|
"""
|
|
157
164
|
|
|
158
165
|
return (
|