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
|
@@ -32,10 +32,10 @@ def _get_kwargs(
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Resource:
|
|
35
|
-
if response.status_code ==
|
|
36
|
-
|
|
35
|
+
if response.status_code == 201:
|
|
36
|
+
response_201 = Resource.from_dict(response.json())
|
|
37
37
|
|
|
38
|
-
return
|
|
38
|
+
return response_201
|
|
39
39
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
40
40
|
|
|
41
41
|
|
|
@@ -16,6 +16,7 @@ def _get_kwargs(
|
|
|
16
16
|
*,
|
|
17
17
|
backend_id: Union[Unset, str] = UNSET,
|
|
18
18
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
19
|
+
component_count: Union[Unset, float] = UNSET,
|
|
19
20
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
20
21
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
21
22
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -23,6 +24,8 @@ def _get_kwargs(
|
|
|
23
24
|
downscaled: Union[Unset, bool] = UNSET,
|
|
24
25
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
25
26
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
27
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
28
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
26
29
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
27
30
|
name: Union[Unset, str] = UNSET,
|
|
28
31
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -33,10 +36,13 @@ def _get_kwargs(
|
|
|
33
36
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
34
37
|
offering_type: Union[Unset, str] = UNSET,
|
|
35
38
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
39
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
40
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
36
41
|
page: Union[Unset, int] = UNSET,
|
|
37
42
|
page_size: Union[Unset, int] = UNSET,
|
|
38
43
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
39
44
|
paused: Union[Unset, bool] = UNSET,
|
|
45
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
40
46
|
project_name: Union[Unset, str] = UNSET,
|
|
41
47
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
42
48
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -45,6 +51,7 @@ def _get_kwargs(
|
|
|
45
51
|
runtime_state: Union[Unset, str] = UNSET,
|
|
46
52
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
47
53
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
54
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
48
55
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
49
56
|
) -> dict[str, Any]:
|
|
50
57
|
params: dict[str, Any] = {}
|
|
@@ -56,6 +63,8 @@ def _get_kwargs(
|
|
|
56
63
|
json_category_uuid = str(category_uuid)
|
|
57
64
|
params["category_uuid"] = json_category_uuid
|
|
58
65
|
|
|
66
|
+
params["component_count"] = component_count
|
|
67
|
+
|
|
59
68
|
json_connected_customer_uuid: Union[Unset, str] = UNSET
|
|
60
69
|
if not isinstance(connected_customer_uuid, Unset):
|
|
61
70
|
json_connected_customer_uuid = str(connected_customer_uuid)
|
|
@@ -79,6 +88,10 @@ def _get_kwargs(
|
|
|
79
88
|
|
|
80
89
|
params["lexis_links_supported"] = lexis_links_supported
|
|
81
90
|
|
|
91
|
+
params["limit_based"] = limit_based
|
|
92
|
+
|
|
93
|
+
params["limit_component_count"] = limit_component_count
|
|
94
|
+
|
|
82
95
|
json_modified: Union[Unset, str] = UNSET
|
|
83
96
|
if not isinstance(modified, Unset):
|
|
84
97
|
json_modified = modified.isoformat()
|
|
@@ -120,6 +133,10 @@ def _get_kwargs(
|
|
|
120
133
|
|
|
121
134
|
params["offering_uuid"] = json_offering_uuid
|
|
122
135
|
|
|
136
|
+
params["only_limit_based"] = only_limit_based
|
|
137
|
+
|
|
138
|
+
params["only_usage_based"] = only_usage_based
|
|
139
|
+
|
|
123
140
|
params["page"] = page
|
|
124
141
|
|
|
125
142
|
params["page_size"] = page_size
|
|
@@ -131,6 +148,11 @@ def _get_kwargs(
|
|
|
131
148
|
|
|
132
149
|
params["paused"] = paused
|
|
133
150
|
|
|
151
|
+
json_plan_uuid: Union[Unset, str] = UNSET
|
|
152
|
+
if not isinstance(plan_uuid, Unset):
|
|
153
|
+
json_plan_uuid = str(plan_uuid)
|
|
154
|
+
params["plan_uuid"] = json_plan_uuid
|
|
155
|
+
|
|
134
156
|
params["project_name"] = project_name
|
|
135
157
|
|
|
136
158
|
json_project_uuid: Union[Unset, str] = UNSET
|
|
@@ -163,6 +185,8 @@ def _get_kwargs(
|
|
|
163
185
|
|
|
164
186
|
params["state"] = json_state
|
|
165
187
|
|
|
188
|
+
params["usage_based"] = usage_based
|
|
189
|
+
|
|
166
190
|
params["visible_to_username"] = visible_to_username
|
|
167
191
|
|
|
168
192
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -205,6 +229,7 @@ def sync_detailed(
|
|
|
205
229
|
client: AuthenticatedClient,
|
|
206
230
|
backend_id: Union[Unset, str] = UNSET,
|
|
207
231
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
232
|
+
component_count: Union[Unset, float] = UNSET,
|
|
208
233
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
209
234
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
210
235
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -212,6 +237,8 @@ def sync_detailed(
|
|
|
212
237
|
downscaled: Union[Unset, bool] = UNSET,
|
|
213
238
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
214
239
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
240
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
241
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
215
242
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
216
243
|
name: Union[Unset, str] = UNSET,
|
|
217
244
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -222,10 +249,13 @@ def sync_detailed(
|
|
|
222
249
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
223
250
|
offering_type: Union[Unset, str] = UNSET,
|
|
224
251
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
252
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
253
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
225
254
|
page: Union[Unset, int] = UNSET,
|
|
226
255
|
page_size: Union[Unset, int] = UNSET,
|
|
227
256
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
228
257
|
paused: Union[Unset, bool] = UNSET,
|
|
258
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
229
259
|
project_name: Union[Unset, str] = UNSET,
|
|
230
260
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
231
261
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -234,6 +264,7 @@ def sync_detailed(
|
|
|
234
264
|
runtime_state: Union[Unset, str] = UNSET,
|
|
235
265
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
236
266
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
267
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
237
268
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
238
269
|
) -> Response[int]:
|
|
239
270
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -241,6 +272,7 @@ def sync_detailed(
|
|
|
241
272
|
Args:
|
|
242
273
|
backend_id (Union[Unset, str]):
|
|
243
274
|
category_uuid (Union[Unset, UUID]):
|
|
275
|
+
component_count (Union[Unset, float]):
|
|
244
276
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
245
277
|
created (Union[Unset, datetime.datetime]):
|
|
246
278
|
customer (Union[Unset, str]):
|
|
@@ -248,6 +280,8 @@ def sync_detailed(
|
|
|
248
280
|
downscaled (Union[Unset, bool]):
|
|
249
281
|
has_terminate_date (Union[Unset, bool]):
|
|
250
282
|
lexis_links_supported (Union[Unset, bool]):
|
|
283
|
+
limit_based (Union[Unset, bool]):
|
|
284
|
+
limit_component_count (Union[Unset, float]):
|
|
251
285
|
modified (Union[Unset, datetime.datetime]):
|
|
252
286
|
name (Union[Unset, str]):
|
|
253
287
|
name_exact (Union[Unset, str]):
|
|
@@ -258,10 +292,13 @@ def sync_detailed(
|
|
|
258
292
|
offering_slug (Union[Unset, list[str]]):
|
|
259
293
|
offering_type (Union[Unset, str]):
|
|
260
294
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
295
|
+
only_limit_based (Union[Unset, bool]):
|
|
296
|
+
only_usage_based (Union[Unset, bool]):
|
|
261
297
|
page (Union[Unset, int]):
|
|
262
298
|
page_size (Union[Unset, int]):
|
|
263
299
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
264
300
|
paused (Union[Unset, bool]):
|
|
301
|
+
plan_uuid (Union[Unset, UUID]):
|
|
265
302
|
project_name (Union[Unset, str]):
|
|
266
303
|
project_uuid (Union[Unset, UUID]):
|
|
267
304
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -270,6 +307,7 @@ def sync_detailed(
|
|
|
270
307
|
runtime_state (Union[Unset, str]):
|
|
271
308
|
service_manager_uuid (Union[Unset, UUID]):
|
|
272
309
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
310
|
+
usage_based (Union[Unset, bool]):
|
|
273
311
|
visible_to_username (Union[Unset, str]):
|
|
274
312
|
|
|
275
313
|
Raises:
|
|
@@ -283,6 +321,7 @@ def sync_detailed(
|
|
|
283
321
|
kwargs = _get_kwargs(
|
|
284
322
|
backend_id=backend_id,
|
|
285
323
|
category_uuid=category_uuid,
|
|
324
|
+
component_count=component_count,
|
|
286
325
|
connected_customer_uuid=connected_customer_uuid,
|
|
287
326
|
created=created,
|
|
288
327
|
customer=customer,
|
|
@@ -290,6 +329,8 @@ def sync_detailed(
|
|
|
290
329
|
downscaled=downscaled,
|
|
291
330
|
has_terminate_date=has_terminate_date,
|
|
292
331
|
lexis_links_supported=lexis_links_supported,
|
|
332
|
+
limit_based=limit_based,
|
|
333
|
+
limit_component_count=limit_component_count,
|
|
293
334
|
modified=modified,
|
|
294
335
|
name=name,
|
|
295
336
|
name_exact=name_exact,
|
|
@@ -300,10 +341,13 @@ def sync_detailed(
|
|
|
300
341
|
offering_slug=offering_slug,
|
|
301
342
|
offering_type=offering_type,
|
|
302
343
|
offering_uuid=offering_uuid,
|
|
344
|
+
only_limit_based=only_limit_based,
|
|
345
|
+
only_usage_based=only_usage_based,
|
|
303
346
|
page=page,
|
|
304
347
|
page_size=page_size,
|
|
305
348
|
parent_offering_uuid=parent_offering_uuid,
|
|
306
349
|
paused=paused,
|
|
350
|
+
plan_uuid=plan_uuid,
|
|
307
351
|
project_name=project_name,
|
|
308
352
|
project_uuid=project_uuid,
|
|
309
353
|
provider_uuid=provider_uuid,
|
|
@@ -312,6 +356,7 @@ def sync_detailed(
|
|
|
312
356
|
runtime_state=runtime_state,
|
|
313
357
|
service_manager_uuid=service_manager_uuid,
|
|
314
358
|
state=state,
|
|
359
|
+
usage_based=usage_based,
|
|
315
360
|
visible_to_username=visible_to_username,
|
|
316
361
|
)
|
|
317
362
|
|
|
@@ -327,6 +372,7 @@ def sync(
|
|
|
327
372
|
client: AuthenticatedClient,
|
|
328
373
|
backend_id: Union[Unset, str] = UNSET,
|
|
329
374
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
375
|
+
component_count: Union[Unset, float] = UNSET,
|
|
330
376
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
331
377
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
332
378
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -334,6 +380,8 @@ def sync(
|
|
|
334
380
|
downscaled: Union[Unset, bool] = UNSET,
|
|
335
381
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
336
382
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
383
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
384
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
337
385
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
338
386
|
name: Union[Unset, str] = UNSET,
|
|
339
387
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -344,10 +392,13 @@ def sync(
|
|
|
344
392
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
345
393
|
offering_type: Union[Unset, str] = UNSET,
|
|
346
394
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
395
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
396
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
347
397
|
page: Union[Unset, int] = UNSET,
|
|
348
398
|
page_size: Union[Unset, int] = UNSET,
|
|
349
399
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
350
400
|
paused: Union[Unset, bool] = UNSET,
|
|
401
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
351
402
|
project_name: Union[Unset, str] = UNSET,
|
|
352
403
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
353
404
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -356,6 +407,7 @@ def sync(
|
|
|
356
407
|
runtime_state: Union[Unset, str] = UNSET,
|
|
357
408
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
358
409
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
410
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
359
411
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
360
412
|
) -> int:
|
|
361
413
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -363,6 +415,7 @@ def sync(
|
|
|
363
415
|
Args:
|
|
364
416
|
backend_id (Union[Unset, str]):
|
|
365
417
|
category_uuid (Union[Unset, UUID]):
|
|
418
|
+
component_count (Union[Unset, float]):
|
|
366
419
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
367
420
|
created (Union[Unset, datetime.datetime]):
|
|
368
421
|
customer (Union[Unset, str]):
|
|
@@ -370,6 +423,8 @@ def sync(
|
|
|
370
423
|
downscaled (Union[Unset, bool]):
|
|
371
424
|
has_terminate_date (Union[Unset, bool]):
|
|
372
425
|
lexis_links_supported (Union[Unset, bool]):
|
|
426
|
+
limit_based (Union[Unset, bool]):
|
|
427
|
+
limit_component_count (Union[Unset, float]):
|
|
373
428
|
modified (Union[Unset, datetime.datetime]):
|
|
374
429
|
name (Union[Unset, str]):
|
|
375
430
|
name_exact (Union[Unset, str]):
|
|
@@ -380,10 +435,13 @@ def sync(
|
|
|
380
435
|
offering_slug (Union[Unset, list[str]]):
|
|
381
436
|
offering_type (Union[Unset, str]):
|
|
382
437
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
438
|
+
only_limit_based (Union[Unset, bool]):
|
|
439
|
+
only_usage_based (Union[Unset, bool]):
|
|
383
440
|
page (Union[Unset, int]):
|
|
384
441
|
page_size (Union[Unset, int]):
|
|
385
442
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
386
443
|
paused (Union[Unset, bool]):
|
|
444
|
+
plan_uuid (Union[Unset, UUID]):
|
|
387
445
|
project_name (Union[Unset, str]):
|
|
388
446
|
project_uuid (Union[Unset, UUID]):
|
|
389
447
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -392,6 +450,7 @@ def sync(
|
|
|
392
450
|
runtime_state (Union[Unset, str]):
|
|
393
451
|
service_manager_uuid (Union[Unset, UUID]):
|
|
394
452
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
453
|
+
usage_based (Union[Unset, bool]):
|
|
395
454
|
visible_to_username (Union[Unset, str]):
|
|
396
455
|
|
|
397
456
|
Raises:
|
|
@@ -406,6 +465,7 @@ def sync(
|
|
|
406
465
|
client=client,
|
|
407
466
|
backend_id=backend_id,
|
|
408
467
|
category_uuid=category_uuid,
|
|
468
|
+
component_count=component_count,
|
|
409
469
|
connected_customer_uuid=connected_customer_uuid,
|
|
410
470
|
created=created,
|
|
411
471
|
customer=customer,
|
|
@@ -413,6 +473,8 @@ def sync(
|
|
|
413
473
|
downscaled=downscaled,
|
|
414
474
|
has_terminate_date=has_terminate_date,
|
|
415
475
|
lexis_links_supported=lexis_links_supported,
|
|
476
|
+
limit_based=limit_based,
|
|
477
|
+
limit_component_count=limit_component_count,
|
|
416
478
|
modified=modified,
|
|
417
479
|
name=name,
|
|
418
480
|
name_exact=name_exact,
|
|
@@ -423,10 +485,13 @@ def sync(
|
|
|
423
485
|
offering_slug=offering_slug,
|
|
424
486
|
offering_type=offering_type,
|
|
425
487
|
offering_uuid=offering_uuid,
|
|
488
|
+
only_limit_based=only_limit_based,
|
|
489
|
+
only_usage_based=only_usage_based,
|
|
426
490
|
page=page,
|
|
427
491
|
page_size=page_size,
|
|
428
492
|
parent_offering_uuid=parent_offering_uuid,
|
|
429
493
|
paused=paused,
|
|
494
|
+
plan_uuid=plan_uuid,
|
|
430
495
|
project_name=project_name,
|
|
431
496
|
project_uuid=project_uuid,
|
|
432
497
|
provider_uuid=provider_uuid,
|
|
@@ -435,6 +500,7 @@ def sync(
|
|
|
435
500
|
runtime_state=runtime_state,
|
|
436
501
|
service_manager_uuid=service_manager_uuid,
|
|
437
502
|
state=state,
|
|
503
|
+
usage_based=usage_based,
|
|
438
504
|
visible_to_username=visible_to_username,
|
|
439
505
|
).parsed
|
|
440
506
|
|
|
@@ -444,6 +510,7 @@ async def asyncio_detailed(
|
|
|
444
510
|
client: AuthenticatedClient,
|
|
445
511
|
backend_id: Union[Unset, str] = UNSET,
|
|
446
512
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
513
|
+
component_count: Union[Unset, float] = UNSET,
|
|
447
514
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
448
515
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
449
516
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -451,6 +518,8 @@ async def asyncio_detailed(
|
|
|
451
518
|
downscaled: Union[Unset, bool] = UNSET,
|
|
452
519
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
453
520
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
521
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
522
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
454
523
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
455
524
|
name: Union[Unset, str] = UNSET,
|
|
456
525
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -461,10 +530,13 @@ async def asyncio_detailed(
|
|
|
461
530
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
462
531
|
offering_type: Union[Unset, str] = UNSET,
|
|
463
532
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
533
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
534
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
464
535
|
page: Union[Unset, int] = UNSET,
|
|
465
536
|
page_size: Union[Unset, int] = UNSET,
|
|
466
537
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
467
538
|
paused: Union[Unset, bool] = UNSET,
|
|
539
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
468
540
|
project_name: Union[Unset, str] = UNSET,
|
|
469
541
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
470
542
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -473,6 +545,7 @@ async def asyncio_detailed(
|
|
|
473
545
|
runtime_state: Union[Unset, str] = UNSET,
|
|
474
546
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
475
547
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
548
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
476
549
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
477
550
|
) -> Response[int]:
|
|
478
551
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -480,6 +553,7 @@ async def asyncio_detailed(
|
|
|
480
553
|
Args:
|
|
481
554
|
backend_id (Union[Unset, str]):
|
|
482
555
|
category_uuid (Union[Unset, UUID]):
|
|
556
|
+
component_count (Union[Unset, float]):
|
|
483
557
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
484
558
|
created (Union[Unset, datetime.datetime]):
|
|
485
559
|
customer (Union[Unset, str]):
|
|
@@ -487,6 +561,8 @@ async def asyncio_detailed(
|
|
|
487
561
|
downscaled (Union[Unset, bool]):
|
|
488
562
|
has_terminate_date (Union[Unset, bool]):
|
|
489
563
|
lexis_links_supported (Union[Unset, bool]):
|
|
564
|
+
limit_based (Union[Unset, bool]):
|
|
565
|
+
limit_component_count (Union[Unset, float]):
|
|
490
566
|
modified (Union[Unset, datetime.datetime]):
|
|
491
567
|
name (Union[Unset, str]):
|
|
492
568
|
name_exact (Union[Unset, str]):
|
|
@@ -497,10 +573,13 @@ async def asyncio_detailed(
|
|
|
497
573
|
offering_slug (Union[Unset, list[str]]):
|
|
498
574
|
offering_type (Union[Unset, str]):
|
|
499
575
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
576
|
+
only_limit_based (Union[Unset, bool]):
|
|
577
|
+
only_usage_based (Union[Unset, bool]):
|
|
500
578
|
page (Union[Unset, int]):
|
|
501
579
|
page_size (Union[Unset, int]):
|
|
502
580
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
503
581
|
paused (Union[Unset, bool]):
|
|
582
|
+
plan_uuid (Union[Unset, UUID]):
|
|
504
583
|
project_name (Union[Unset, str]):
|
|
505
584
|
project_uuid (Union[Unset, UUID]):
|
|
506
585
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -509,6 +588,7 @@ async def asyncio_detailed(
|
|
|
509
588
|
runtime_state (Union[Unset, str]):
|
|
510
589
|
service_manager_uuid (Union[Unset, UUID]):
|
|
511
590
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
591
|
+
usage_based (Union[Unset, bool]):
|
|
512
592
|
visible_to_username (Union[Unset, str]):
|
|
513
593
|
|
|
514
594
|
Raises:
|
|
@@ -522,6 +602,7 @@ async def asyncio_detailed(
|
|
|
522
602
|
kwargs = _get_kwargs(
|
|
523
603
|
backend_id=backend_id,
|
|
524
604
|
category_uuid=category_uuid,
|
|
605
|
+
component_count=component_count,
|
|
525
606
|
connected_customer_uuid=connected_customer_uuid,
|
|
526
607
|
created=created,
|
|
527
608
|
customer=customer,
|
|
@@ -529,6 +610,8 @@ async def asyncio_detailed(
|
|
|
529
610
|
downscaled=downscaled,
|
|
530
611
|
has_terminate_date=has_terminate_date,
|
|
531
612
|
lexis_links_supported=lexis_links_supported,
|
|
613
|
+
limit_based=limit_based,
|
|
614
|
+
limit_component_count=limit_component_count,
|
|
532
615
|
modified=modified,
|
|
533
616
|
name=name,
|
|
534
617
|
name_exact=name_exact,
|
|
@@ -539,10 +622,13 @@ async def asyncio_detailed(
|
|
|
539
622
|
offering_slug=offering_slug,
|
|
540
623
|
offering_type=offering_type,
|
|
541
624
|
offering_uuid=offering_uuid,
|
|
625
|
+
only_limit_based=only_limit_based,
|
|
626
|
+
only_usage_based=only_usage_based,
|
|
542
627
|
page=page,
|
|
543
628
|
page_size=page_size,
|
|
544
629
|
parent_offering_uuid=parent_offering_uuid,
|
|
545
630
|
paused=paused,
|
|
631
|
+
plan_uuid=plan_uuid,
|
|
546
632
|
project_name=project_name,
|
|
547
633
|
project_uuid=project_uuid,
|
|
548
634
|
provider_uuid=provider_uuid,
|
|
@@ -551,6 +637,7 @@ async def asyncio_detailed(
|
|
|
551
637
|
runtime_state=runtime_state,
|
|
552
638
|
service_manager_uuid=service_manager_uuid,
|
|
553
639
|
state=state,
|
|
640
|
+
usage_based=usage_based,
|
|
554
641
|
visible_to_username=visible_to_username,
|
|
555
642
|
)
|
|
556
643
|
|
|
@@ -564,6 +651,7 @@ async def asyncio(
|
|
|
564
651
|
client: AuthenticatedClient,
|
|
565
652
|
backend_id: Union[Unset, str] = UNSET,
|
|
566
653
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
654
|
+
component_count: Union[Unset, float] = UNSET,
|
|
567
655
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
568
656
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
569
657
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -571,6 +659,8 @@ async def asyncio(
|
|
|
571
659
|
downscaled: Union[Unset, bool] = UNSET,
|
|
572
660
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
573
661
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
662
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
663
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
574
664
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
575
665
|
name: Union[Unset, str] = UNSET,
|
|
576
666
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -581,10 +671,13 @@ async def asyncio(
|
|
|
581
671
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
582
672
|
offering_type: Union[Unset, str] = UNSET,
|
|
583
673
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
674
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
675
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
584
676
|
page: Union[Unset, int] = UNSET,
|
|
585
677
|
page_size: Union[Unset, int] = UNSET,
|
|
586
678
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
587
679
|
paused: Union[Unset, bool] = UNSET,
|
|
680
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
588
681
|
project_name: Union[Unset, str] = UNSET,
|
|
589
682
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
590
683
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -593,6 +686,7 @@ async def asyncio(
|
|
|
593
686
|
runtime_state: Union[Unset, str] = UNSET,
|
|
594
687
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
595
688
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
689
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
596
690
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
597
691
|
) -> int:
|
|
598
692
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -600,6 +694,7 @@ async def asyncio(
|
|
|
600
694
|
Args:
|
|
601
695
|
backend_id (Union[Unset, str]):
|
|
602
696
|
category_uuid (Union[Unset, UUID]):
|
|
697
|
+
component_count (Union[Unset, float]):
|
|
603
698
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
604
699
|
created (Union[Unset, datetime.datetime]):
|
|
605
700
|
customer (Union[Unset, str]):
|
|
@@ -607,6 +702,8 @@ async def asyncio(
|
|
|
607
702
|
downscaled (Union[Unset, bool]):
|
|
608
703
|
has_terminate_date (Union[Unset, bool]):
|
|
609
704
|
lexis_links_supported (Union[Unset, bool]):
|
|
705
|
+
limit_based (Union[Unset, bool]):
|
|
706
|
+
limit_component_count (Union[Unset, float]):
|
|
610
707
|
modified (Union[Unset, datetime.datetime]):
|
|
611
708
|
name (Union[Unset, str]):
|
|
612
709
|
name_exact (Union[Unset, str]):
|
|
@@ -617,10 +714,13 @@ async def asyncio(
|
|
|
617
714
|
offering_slug (Union[Unset, list[str]]):
|
|
618
715
|
offering_type (Union[Unset, str]):
|
|
619
716
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
717
|
+
only_limit_based (Union[Unset, bool]):
|
|
718
|
+
only_usage_based (Union[Unset, bool]):
|
|
620
719
|
page (Union[Unset, int]):
|
|
621
720
|
page_size (Union[Unset, int]):
|
|
622
721
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
623
722
|
paused (Union[Unset, bool]):
|
|
723
|
+
plan_uuid (Union[Unset, UUID]):
|
|
624
724
|
project_name (Union[Unset, str]):
|
|
625
725
|
project_uuid (Union[Unset, UUID]):
|
|
626
726
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -629,6 +729,7 @@ async def asyncio(
|
|
|
629
729
|
runtime_state (Union[Unset, str]):
|
|
630
730
|
service_manager_uuid (Union[Unset, UUID]):
|
|
631
731
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
732
|
+
usage_based (Union[Unset, bool]):
|
|
632
733
|
visible_to_username (Union[Unset, str]):
|
|
633
734
|
|
|
634
735
|
Raises:
|
|
@@ -644,6 +745,7 @@ async def asyncio(
|
|
|
644
745
|
client=client,
|
|
645
746
|
backend_id=backend_id,
|
|
646
747
|
category_uuid=category_uuid,
|
|
748
|
+
component_count=component_count,
|
|
647
749
|
connected_customer_uuid=connected_customer_uuid,
|
|
648
750
|
created=created,
|
|
649
751
|
customer=customer,
|
|
@@ -651,6 +753,8 @@ async def asyncio(
|
|
|
651
753
|
downscaled=downscaled,
|
|
652
754
|
has_terminate_date=has_terminate_date,
|
|
653
755
|
lexis_links_supported=lexis_links_supported,
|
|
756
|
+
limit_based=limit_based,
|
|
757
|
+
limit_component_count=limit_component_count,
|
|
654
758
|
modified=modified,
|
|
655
759
|
name=name,
|
|
656
760
|
name_exact=name_exact,
|
|
@@ -661,10 +765,13 @@ async def asyncio(
|
|
|
661
765
|
offering_slug=offering_slug,
|
|
662
766
|
offering_type=offering_type,
|
|
663
767
|
offering_uuid=offering_uuid,
|
|
768
|
+
only_limit_based=only_limit_based,
|
|
769
|
+
only_usage_based=only_usage_based,
|
|
664
770
|
page=page,
|
|
665
771
|
page_size=page_size,
|
|
666
772
|
parent_offering_uuid=parent_offering_uuid,
|
|
667
773
|
paused=paused,
|
|
774
|
+
plan_uuid=plan_uuid,
|
|
668
775
|
project_name=project_name,
|
|
669
776
|
project_uuid=project_uuid,
|
|
670
777
|
provider_uuid=provider_uuid,
|
|
@@ -673,6 +780,7 @@ async def asyncio(
|
|
|
673
780
|
runtime_state=runtime_state,
|
|
674
781
|
service_manager_uuid=service_manager_uuid,
|
|
675
782
|
state=state,
|
|
783
|
+
usage_based=usage_based,
|
|
676
784
|
visible_to_username=visible_to_username,
|
|
677
785
|
)
|
|
678
786
|
).parsed
|