waldur-api-client 7.8.4__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 +90 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +90 -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_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_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 +90 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +90 -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_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 +90 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +90 -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_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_justifications/onboarding_justifications_approve.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
- waldur_api_client/api/projects/projects_add_user.py +17 -10
- 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_protected_calls/proposal_protected_calls_add_user.py +17 -10
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
- waldur_api_client/models/__init__.py +152 -4
- 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 +33 -0
- 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/constance_settings.py +81 -45
- waldur_api_client/models/constance_settings_request.py +81 -45
- waldur_api_client/models/constance_settings_request_form.py +81 -45
- waldur_api_client/models/constance_settings_request_multipart.py +134 -71
- 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/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/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 +47 -8
- waldur_api_client/models/merged_plugin_options_request.py +47 -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_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/observable_object_type_enum.py +14 -0
- waldur_api_client/models/offering.py +42 -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_justification.py +35 -6
- waldur_api_client/models/onboarding_justification_create_request.py +8 -5
- waldur_api_client/models/onboarding_justification_request.py +20 -6
- waldur_api_client/models/onboarding_justification_review_request.py +59 -0
- waldur_api_client/models/order_backend_id_request.py +59 -0
- waldur_api_client/models/order_details.py +39 -0
- 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_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 +16 -5
- waldur_api_client/models/patched_project_request.py +9 -0
- waldur_api_client/models/patched_project_request_form.py +9 -0
- waldur_api_client/models/patched_project_request_multipart.py +12 -0
- 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 +27 -0
- waldur_api_client/models/project_recovery_request.py +70 -0
- waldur_api_client/models/project_request.py +9 -0
- waldur_api_client/models/project_request_form.py +9 -0
- waldur_api_client/models/project_request_multipart.py +12 -0
- 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 +3 -0
- waldur_api_client/models/projects_move_project_response_400.py +65 -0
- waldur_api_client/models/projects_retrieve_field_item.py +3 -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/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/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 +33 -0
- 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_renewal_date_type_0.py +53 -0
- waldur_api_client/models/resource_restrict_member_access_request.py +59 -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/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-7.8.4.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.4.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +256 -103
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -37
- {waldur_api_client-7.8.4.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.4.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,6 +36,8 @@ 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,
|
|
@@ -46,6 +51,7 @@ def _get_kwargs(
|
|
|
46
51
|
runtime_state: Union[Unset, str] = UNSET,
|
|
47
52
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
48
53
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
54
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
49
55
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
50
56
|
) -> dict[str, Any]:
|
|
51
57
|
params: dict[str, Any] = {}
|
|
@@ -57,6 +63,8 @@ def _get_kwargs(
|
|
|
57
63
|
json_category_uuid = str(category_uuid)
|
|
58
64
|
params["category_uuid"] = json_category_uuid
|
|
59
65
|
|
|
66
|
+
params["component_count"] = component_count
|
|
67
|
+
|
|
60
68
|
json_connected_customer_uuid: Union[Unset, str] = UNSET
|
|
61
69
|
if not isinstance(connected_customer_uuid, Unset):
|
|
62
70
|
json_connected_customer_uuid = str(connected_customer_uuid)
|
|
@@ -80,6 +88,10 @@ def _get_kwargs(
|
|
|
80
88
|
|
|
81
89
|
params["lexis_links_supported"] = lexis_links_supported
|
|
82
90
|
|
|
91
|
+
params["limit_based"] = limit_based
|
|
92
|
+
|
|
93
|
+
params["limit_component_count"] = limit_component_count
|
|
94
|
+
|
|
83
95
|
json_modified: Union[Unset, str] = UNSET
|
|
84
96
|
if not isinstance(modified, Unset):
|
|
85
97
|
json_modified = modified.isoformat()
|
|
@@ -121,6 +133,10 @@ def _get_kwargs(
|
|
|
121
133
|
|
|
122
134
|
params["offering_uuid"] = json_offering_uuid
|
|
123
135
|
|
|
136
|
+
params["only_limit_based"] = only_limit_based
|
|
137
|
+
|
|
138
|
+
params["only_usage_based"] = only_usage_based
|
|
139
|
+
|
|
124
140
|
params["page"] = page
|
|
125
141
|
|
|
126
142
|
params["page_size"] = page_size
|
|
@@ -169,6 +185,8 @@ def _get_kwargs(
|
|
|
169
185
|
|
|
170
186
|
params["state"] = json_state
|
|
171
187
|
|
|
188
|
+
params["usage_based"] = usage_based
|
|
189
|
+
|
|
172
190
|
params["visible_to_username"] = visible_to_username
|
|
173
191
|
|
|
174
192
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -211,6 +229,7 @@ def sync_detailed(
|
|
|
211
229
|
client: AuthenticatedClient,
|
|
212
230
|
backend_id: Union[Unset, str] = UNSET,
|
|
213
231
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
232
|
+
component_count: Union[Unset, float] = UNSET,
|
|
214
233
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
215
234
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
216
235
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -218,6 +237,8 @@ def sync_detailed(
|
|
|
218
237
|
downscaled: Union[Unset, bool] = UNSET,
|
|
219
238
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
220
239
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
240
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
241
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
221
242
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
222
243
|
name: Union[Unset, str] = UNSET,
|
|
223
244
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -228,6 +249,8 @@ def sync_detailed(
|
|
|
228
249
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
229
250
|
offering_type: Union[Unset, str] = UNSET,
|
|
230
251
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
252
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
253
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
231
254
|
page: Union[Unset, int] = UNSET,
|
|
232
255
|
page_size: Union[Unset, int] = UNSET,
|
|
233
256
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -241,6 +264,7 @@ def sync_detailed(
|
|
|
241
264
|
runtime_state: Union[Unset, str] = UNSET,
|
|
242
265
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
243
266
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
267
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
244
268
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
245
269
|
) -> Response[int]:
|
|
246
270
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -248,6 +272,7 @@ def sync_detailed(
|
|
|
248
272
|
Args:
|
|
249
273
|
backend_id (Union[Unset, str]):
|
|
250
274
|
category_uuid (Union[Unset, UUID]):
|
|
275
|
+
component_count (Union[Unset, float]):
|
|
251
276
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
252
277
|
created (Union[Unset, datetime.datetime]):
|
|
253
278
|
customer (Union[Unset, str]):
|
|
@@ -255,6 +280,8 @@ def sync_detailed(
|
|
|
255
280
|
downscaled (Union[Unset, bool]):
|
|
256
281
|
has_terminate_date (Union[Unset, bool]):
|
|
257
282
|
lexis_links_supported (Union[Unset, bool]):
|
|
283
|
+
limit_based (Union[Unset, bool]):
|
|
284
|
+
limit_component_count (Union[Unset, float]):
|
|
258
285
|
modified (Union[Unset, datetime.datetime]):
|
|
259
286
|
name (Union[Unset, str]):
|
|
260
287
|
name_exact (Union[Unset, str]):
|
|
@@ -265,6 +292,8 @@ def sync_detailed(
|
|
|
265
292
|
offering_slug (Union[Unset, list[str]]):
|
|
266
293
|
offering_type (Union[Unset, str]):
|
|
267
294
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
295
|
+
only_limit_based (Union[Unset, bool]):
|
|
296
|
+
only_usage_based (Union[Unset, bool]):
|
|
268
297
|
page (Union[Unset, int]):
|
|
269
298
|
page_size (Union[Unset, int]):
|
|
270
299
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -278,6 +307,7 @@ def sync_detailed(
|
|
|
278
307
|
runtime_state (Union[Unset, str]):
|
|
279
308
|
service_manager_uuid (Union[Unset, UUID]):
|
|
280
309
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
310
|
+
usage_based (Union[Unset, bool]):
|
|
281
311
|
visible_to_username (Union[Unset, str]):
|
|
282
312
|
|
|
283
313
|
Raises:
|
|
@@ -291,6 +321,7 @@ def sync_detailed(
|
|
|
291
321
|
kwargs = _get_kwargs(
|
|
292
322
|
backend_id=backend_id,
|
|
293
323
|
category_uuid=category_uuid,
|
|
324
|
+
component_count=component_count,
|
|
294
325
|
connected_customer_uuid=connected_customer_uuid,
|
|
295
326
|
created=created,
|
|
296
327
|
customer=customer,
|
|
@@ -298,6 +329,8 @@ def sync_detailed(
|
|
|
298
329
|
downscaled=downscaled,
|
|
299
330
|
has_terminate_date=has_terminate_date,
|
|
300
331
|
lexis_links_supported=lexis_links_supported,
|
|
332
|
+
limit_based=limit_based,
|
|
333
|
+
limit_component_count=limit_component_count,
|
|
301
334
|
modified=modified,
|
|
302
335
|
name=name,
|
|
303
336
|
name_exact=name_exact,
|
|
@@ -308,6 +341,8 @@ def sync_detailed(
|
|
|
308
341
|
offering_slug=offering_slug,
|
|
309
342
|
offering_type=offering_type,
|
|
310
343
|
offering_uuid=offering_uuid,
|
|
344
|
+
only_limit_based=only_limit_based,
|
|
345
|
+
only_usage_based=only_usage_based,
|
|
311
346
|
page=page,
|
|
312
347
|
page_size=page_size,
|
|
313
348
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -321,6 +356,7 @@ def sync_detailed(
|
|
|
321
356
|
runtime_state=runtime_state,
|
|
322
357
|
service_manager_uuid=service_manager_uuid,
|
|
323
358
|
state=state,
|
|
359
|
+
usage_based=usage_based,
|
|
324
360
|
visible_to_username=visible_to_username,
|
|
325
361
|
)
|
|
326
362
|
|
|
@@ -336,6 +372,7 @@ def sync(
|
|
|
336
372
|
client: AuthenticatedClient,
|
|
337
373
|
backend_id: Union[Unset, str] = UNSET,
|
|
338
374
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
375
|
+
component_count: Union[Unset, float] = UNSET,
|
|
339
376
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
340
377
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
341
378
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -343,6 +380,8 @@ def sync(
|
|
|
343
380
|
downscaled: Union[Unset, bool] = UNSET,
|
|
344
381
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
345
382
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
383
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
384
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
346
385
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
347
386
|
name: Union[Unset, str] = UNSET,
|
|
348
387
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -353,6 +392,8 @@ def sync(
|
|
|
353
392
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
354
393
|
offering_type: Union[Unset, str] = UNSET,
|
|
355
394
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
395
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
396
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
356
397
|
page: Union[Unset, int] = UNSET,
|
|
357
398
|
page_size: Union[Unset, int] = UNSET,
|
|
358
399
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -366,6 +407,7 @@ def sync(
|
|
|
366
407
|
runtime_state: Union[Unset, str] = UNSET,
|
|
367
408
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
368
409
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
410
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
369
411
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
370
412
|
) -> int:
|
|
371
413
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -373,6 +415,7 @@ def sync(
|
|
|
373
415
|
Args:
|
|
374
416
|
backend_id (Union[Unset, str]):
|
|
375
417
|
category_uuid (Union[Unset, UUID]):
|
|
418
|
+
component_count (Union[Unset, float]):
|
|
376
419
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
377
420
|
created (Union[Unset, datetime.datetime]):
|
|
378
421
|
customer (Union[Unset, str]):
|
|
@@ -380,6 +423,8 @@ def sync(
|
|
|
380
423
|
downscaled (Union[Unset, bool]):
|
|
381
424
|
has_terminate_date (Union[Unset, bool]):
|
|
382
425
|
lexis_links_supported (Union[Unset, bool]):
|
|
426
|
+
limit_based (Union[Unset, bool]):
|
|
427
|
+
limit_component_count (Union[Unset, float]):
|
|
383
428
|
modified (Union[Unset, datetime.datetime]):
|
|
384
429
|
name (Union[Unset, str]):
|
|
385
430
|
name_exact (Union[Unset, str]):
|
|
@@ -390,6 +435,8 @@ def sync(
|
|
|
390
435
|
offering_slug (Union[Unset, list[str]]):
|
|
391
436
|
offering_type (Union[Unset, str]):
|
|
392
437
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
438
|
+
only_limit_based (Union[Unset, bool]):
|
|
439
|
+
only_usage_based (Union[Unset, bool]):
|
|
393
440
|
page (Union[Unset, int]):
|
|
394
441
|
page_size (Union[Unset, int]):
|
|
395
442
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -403,6 +450,7 @@ def sync(
|
|
|
403
450
|
runtime_state (Union[Unset, str]):
|
|
404
451
|
service_manager_uuid (Union[Unset, UUID]):
|
|
405
452
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
453
|
+
usage_based (Union[Unset, bool]):
|
|
406
454
|
visible_to_username (Union[Unset, str]):
|
|
407
455
|
|
|
408
456
|
Raises:
|
|
@@ -417,6 +465,7 @@ def sync(
|
|
|
417
465
|
client=client,
|
|
418
466
|
backend_id=backend_id,
|
|
419
467
|
category_uuid=category_uuid,
|
|
468
|
+
component_count=component_count,
|
|
420
469
|
connected_customer_uuid=connected_customer_uuid,
|
|
421
470
|
created=created,
|
|
422
471
|
customer=customer,
|
|
@@ -424,6 +473,8 @@ def sync(
|
|
|
424
473
|
downscaled=downscaled,
|
|
425
474
|
has_terminate_date=has_terminate_date,
|
|
426
475
|
lexis_links_supported=lexis_links_supported,
|
|
476
|
+
limit_based=limit_based,
|
|
477
|
+
limit_component_count=limit_component_count,
|
|
427
478
|
modified=modified,
|
|
428
479
|
name=name,
|
|
429
480
|
name_exact=name_exact,
|
|
@@ -434,6 +485,8 @@ def sync(
|
|
|
434
485
|
offering_slug=offering_slug,
|
|
435
486
|
offering_type=offering_type,
|
|
436
487
|
offering_uuid=offering_uuid,
|
|
488
|
+
only_limit_based=only_limit_based,
|
|
489
|
+
only_usage_based=only_usage_based,
|
|
437
490
|
page=page,
|
|
438
491
|
page_size=page_size,
|
|
439
492
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -447,6 +500,7 @@ def sync(
|
|
|
447
500
|
runtime_state=runtime_state,
|
|
448
501
|
service_manager_uuid=service_manager_uuid,
|
|
449
502
|
state=state,
|
|
503
|
+
usage_based=usage_based,
|
|
450
504
|
visible_to_username=visible_to_username,
|
|
451
505
|
).parsed
|
|
452
506
|
|
|
@@ -456,6 +510,7 @@ async def asyncio_detailed(
|
|
|
456
510
|
client: AuthenticatedClient,
|
|
457
511
|
backend_id: Union[Unset, str] = UNSET,
|
|
458
512
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
513
|
+
component_count: Union[Unset, float] = UNSET,
|
|
459
514
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
460
515
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
461
516
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -463,6 +518,8 @@ async def asyncio_detailed(
|
|
|
463
518
|
downscaled: Union[Unset, bool] = UNSET,
|
|
464
519
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
465
520
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
521
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
522
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
466
523
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
467
524
|
name: Union[Unset, str] = UNSET,
|
|
468
525
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -473,6 +530,8 @@ async def asyncio_detailed(
|
|
|
473
530
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
474
531
|
offering_type: Union[Unset, str] = UNSET,
|
|
475
532
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
533
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
534
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
476
535
|
page: Union[Unset, int] = UNSET,
|
|
477
536
|
page_size: Union[Unset, int] = UNSET,
|
|
478
537
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -486,6 +545,7 @@ async def asyncio_detailed(
|
|
|
486
545
|
runtime_state: Union[Unset, str] = UNSET,
|
|
487
546
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
488
547
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
548
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
489
549
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
490
550
|
) -> Response[int]:
|
|
491
551
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -493,6 +553,7 @@ async def asyncio_detailed(
|
|
|
493
553
|
Args:
|
|
494
554
|
backend_id (Union[Unset, str]):
|
|
495
555
|
category_uuid (Union[Unset, UUID]):
|
|
556
|
+
component_count (Union[Unset, float]):
|
|
496
557
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
497
558
|
created (Union[Unset, datetime.datetime]):
|
|
498
559
|
customer (Union[Unset, str]):
|
|
@@ -500,6 +561,8 @@ async def asyncio_detailed(
|
|
|
500
561
|
downscaled (Union[Unset, bool]):
|
|
501
562
|
has_terminate_date (Union[Unset, bool]):
|
|
502
563
|
lexis_links_supported (Union[Unset, bool]):
|
|
564
|
+
limit_based (Union[Unset, bool]):
|
|
565
|
+
limit_component_count (Union[Unset, float]):
|
|
503
566
|
modified (Union[Unset, datetime.datetime]):
|
|
504
567
|
name (Union[Unset, str]):
|
|
505
568
|
name_exact (Union[Unset, str]):
|
|
@@ -510,6 +573,8 @@ async def asyncio_detailed(
|
|
|
510
573
|
offering_slug (Union[Unset, list[str]]):
|
|
511
574
|
offering_type (Union[Unset, str]):
|
|
512
575
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
576
|
+
only_limit_based (Union[Unset, bool]):
|
|
577
|
+
only_usage_based (Union[Unset, bool]):
|
|
513
578
|
page (Union[Unset, int]):
|
|
514
579
|
page_size (Union[Unset, int]):
|
|
515
580
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -523,6 +588,7 @@ async def asyncio_detailed(
|
|
|
523
588
|
runtime_state (Union[Unset, str]):
|
|
524
589
|
service_manager_uuid (Union[Unset, UUID]):
|
|
525
590
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
591
|
+
usage_based (Union[Unset, bool]):
|
|
526
592
|
visible_to_username (Union[Unset, str]):
|
|
527
593
|
|
|
528
594
|
Raises:
|
|
@@ -536,6 +602,7 @@ async def asyncio_detailed(
|
|
|
536
602
|
kwargs = _get_kwargs(
|
|
537
603
|
backend_id=backend_id,
|
|
538
604
|
category_uuid=category_uuid,
|
|
605
|
+
component_count=component_count,
|
|
539
606
|
connected_customer_uuid=connected_customer_uuid,
|
|
540
607
|
created=created,
|
|
541
608
|
customer=customer,
|
|
@@ -543,6 +610,8 @@ async def asyncio_detailed(
|
|
|
543
610
|
downscaled=downscaled,
|
|
544
611
|
has_terminate_date=has_terminate_date,
|
|
545
612
|
lexis_links_supported=lexis_links_supported,
|
|
613
|
+
limit_based=limit_based,
|
|
614
|
+
limit_component_count=limit_component_count,
|
|
546
615
|
modified=modified,
|
|
547
616
|
name=name,
|
|
548
617
|
name_exact=name_exact,
|
|
@@ -553,6 +622,8 @@ async def asyncio_detailed(
|
|
|
553
622
|
offering_slug=offering_slug,
|
|
554
623
|
offering_type=offering_type,
|
|
555
624
|
offering_uuid=offering_uuid,
|
|
625
|
+
only_limit_based=only_limit_based,
|
|
626
|
+
only_usage_based=only_usage_based,
|
|
556
627
|
page=page,
|
|
557
628
|
page_size=page_size,
|
|
558
629
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -566,6 +637,7 @@ async def asyncio_detailed(
|
|
|
566
637
|
runtime_state=runtime_state,
|
|
567
638
|
service_manager_uuid=service_manager_uuid,
|
|
568
639
|
state=state,
|
|
640
|
+
usage_based=usage_based,
|
|
569
641
|
visible_to_username=visible_to_username,
|
|
570
642
|
)
|
|
571
643
|
|
|
@@ -579,6 +651,7 @@ async def asyncio(
|
|
|
579
651
|
client: AuthenticatedClient,
|
|
580
652
|
backend_id: Union[Unset, str] = UNSET,
|
|
581
653
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
654
|
+
component_count: Union[Unset, float] = UNSET,
|
|
582
655
|
connected_customer_uuid: Union[Unset, UUID] = UNSET,
|
|
583
656
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
584
657
|
customer: Union[Unset, str] = UNSET,
|
|
@@ -586,6 +659,8 @@ async def asyncio(
|
|
|
586
659
|
downscaled: Union[Unset, bool] = UNSET,
|
|
587
660
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
588
661
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
662
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
663
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
589
664
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
590
665
|
name: Union[Unset, str] = UNSET,
|
|
591
666
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -596,6 +671,8 @@ async def asyncio(
|
|
|
596
671
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
597
672
|
offering_type: Union[Unset, str] = UNSET,
|
|
598
673
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
674
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
675
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
599
676
|
page: Union[Unset, int] = UNSET,
|
|
600
677
|
page_size: Union[Unset, int] = UNSET,
|
|
601
678
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -609,6 +686,7 @@ async def asyncio(
|
|
|
609
686
|
runtime_state: Union[Unset, str] = UNSET,
|
|
610
687
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
611
688
|
state: Union[Unset, list[BookingResourcesCountStateItem]] = UNSET,
|
|
689
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
612
690
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
613
691
|
) -> int:
|
|
614
692
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -616,6 +694,7 @@ async def asyncio(
|
|
|
616
694
|
Args:
|
|
617
695
|
backend_id (Union[Unset, str]):
|
|
618
696
|
category_uuid (Union[Unset, UUID]):
|
|
697
|
+
component_count (Union[Unset, float]):
|
|
619
698
|
connected_customer_uuid (Union[Unset, UUID]):
|
|
620
699
|
created (Union[Unset, datetime.datetime]):
|
|
621
700
|
customer (Union[Unset, str]):
|
|
@@ -623,6 +702,8 @@ async def asyncio(
|
|
|
623
702
|
downscaled (Union[Unset, bool]):
|
|
624
703
|
has_terminate_date (Union[Unset, bool]):
|
|
625
704
|
lexis_links_supported (Union[Unset, bool]):
|
|
705
|
+
limit_based (Union[Unset, bool]):
|
|
706
|
+
limit_component_count (Union[Unset, float]):
|
|
626
707
|
modified (Union[Unset, datetime.datetime]):
|
|
627
708
|
name (Union[Unset, str]):
|
|
628
709
|
name_exact (Union[Unset, str]):
|
|
@@ -633,6 +714,8 @@ async def asyncio(
|
|
|
633
714
|
offering_slug (Union[Unset, list[str]]):
|
|
634
715
|
offering_type (Union[Unset, str]):
|
|
635
716
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
717
|
+
only_limit_based (Union[Unset, bool]):
|
|
718
|
+
only_usage_based (Union[Unset, bool]):
|
|
636
719
|
page (Union[Unset, int]):
|
|
637
720
|
page_size (Union[Unset, int]):
|
|
638
721
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -646,6 +729,7 @@ async def asyncio(
|
|
|
646
729
|
runtime_state (Union[Unset, str]):
|
|
647
730
|
service_manager_uuid (Union[Unset, UUID]):
|
|
648
731
|
state (Union[Unset, list[BookingResourcesCountStateItem]]):
|
|
732
|
+
usage_based (Union[Unset, bool]):
|
|
649
733
|
visible_to_username (Union[Unset, str]):
|
|
650
734
|
|
|
651
735
|
Raises:
|
|
@@ -661,6 +745,7 @@ async def asyncio(
|
|
|
661
745
|
client=client,
|
|
662
746
|
backend_id=backend_id,
|
|
663
747
|
category_uuid=category_uuid,
|
|
748
|
+
component_count=component_count,
|
|
664
749
|
connected_customer_uuid=connected_customer_uuid,
|
|
665
750
|
created=created,
|
|
666
751
|
customer=customer,
|
|
@@ -668,6 +753,8 @@ async def asyncio(
|
|
|
668
753
|
downscaled=downscaled,
|
|
669
754
|
has_terminate_date=has_terminate_date,
|
|
670
755
|
lexis_links_supported=lexis_links_supported,
|
|
756
|
+
limit_based=limit_based,
|
|
757
|
+
limit_component_count=limit_component_count,
|
|
671
758
|
modified=modified,
|
|
672
759
|
name=name,
|
|
673
760
|
name_exact=name_exact,
|
|
@@ -678,6 +765,8 @@ async def asyncio(
|
|
|
678
765
|
offering_slug=offering_slug,
|
|
679
766
|
offering_type=offering_type,
|
|
680
767
|
offering_uuid=offering_uuid,
|
|
768
|
+
only_limit_based=only_limit_based,
|
|
769
|
+
only_usage_based=only_usage_based,
|
|
681
770
|
page=page,
|
|
682
771
|
page_size=page_size,
|
|
683
772
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -691,6 +780,7 @@ async def asyncio(
|
|
|
691
780
|
runtime_state=runtime_state,
|
|
692
781
|
service_manager_uuid=service_manager_uuid,
|
|
693
782
|
state=state,
|
|
783
|
+
usage_based=usage_based,
|
|
694
784
|
visible_to_username=visible_to_username,
|
|
695
785
|
)
|
|
696
786
|
).parsed
|