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
|
@@ -16,12 +16,15 @@ 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
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
20
21
|
customer: Union[Unset, str] = UNSET,
|
|
21
22
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
22
23
|
downscaled: Union[Unset, bool] = UNSET,
|
|
23
24
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
24
25
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
26
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
27
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
25
28
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
26
29
|
name: Union[Unset, str] = UNSET,
|
|
27
30
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -32,6 +35,8 @@ def _get_kwargs(
|
|
|
32
35
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
33
36
|
offering_type: Union[Unset, str] = UNSET,
|
|
34
37
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
38
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
39
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
35
40
|
page: Union[Unset, int] = UNSET,
|
|
36
41
|
page_size: Union[Unset, int] = UNSET,
|
|
37
42
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -45,6 +50,7 @@ def _get_kwargs(
|
|
|
45
50
|
runtime_state: Union[Unset, str] = UNSET,
|
|
46
51
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
47
52
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
53
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
48
54
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
49
55
|
) -> dict[str, Any]:
|
|
50
56
|
params: dict[str, Any] = {}
|
|
@@ -56,6 +62,8 @@ def _get_kwargs(
|
|
|
56
62
|
json_category_uuid = str(category_uuid)
|
|
57
63
|
params["category_uuid"] = json_category_uuid
|
|
58
64
|
|
|
65
|
+
params["component_count"] = component_count
|
|
66
|
+
|
|
59
67
|
json_created: Union[Unset, str] = UNSET
|
|
60
68
|
if not isinstance(created, Unset):
|
|
61
69
|
json_created = created.isoformat()
|
|
@@ -74,6 +82,10 @@ def _get_kwargs(
|
|
|
74
82
|
|
|
75
83
|
params["lexis_links_supported"] = lexis_links_supported
|
|
76
84
|
|
|
85
|
+
params["limit_based"] = limit_based
|
|
86
|
+
|
|
87
|
+
params["limit_component_count"] = limit_component_count
|
|
88
|
+
|
|
77
89
|
json_modified: Union[Unset, str] = UNSET
|
|
78
90
|
if not isinstance(modified, Unset):
|
|
79
91
|
json_modified = modified.isoformat()
|
|
@@ -115,6 +127,10 @@ def _get_kwargs(
|
|
|
115
127
|
|
|
116
128
|
params["offering_uuid"] = json_offering_uuid
|
|
117
129
|
|
|
130
|
+
params["only_limit_based"] = only_limit_based
|
|
131
|
+
|
|
132
|
+
params["only_usage_based"] = only_usage_based
|
|
133
|
+
|
|
118
134
|
params["page"] = page
|
|
119
135
|
|
|
120
136
|
params["page_size"] = page_size
|
|
@@ -163,6 +179,8 @@ def _get_kwargs(
|
|
|
163
179
|
|
|
164
180
|
params["state"] = json_state
|
|
165
181
|
|
|
182
|
+
params["usage_based"] = usage_based
|
|
183
|
+
|
|
166
184
|
params["visible_to_username"] = visible_to_username
|
|
167
185
|
|
|
168
186
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -205,12 +223,15 @@ def sync_detailed(
|
|
|
205
223
|
client: AuthenticatedClient,
|
|
206
224
|
backend_id: Union[Unset, str] = UNSET,
|
|
207
225
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
226
|
+
component_count: Union[Unset, float] = UNSET,
|
|
208
227
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
209
228
|
customer: Union[Unset, str] = UNSET,
|
|
210
229
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
211
230
|
downscaled: Union[Unset, bool] = UNSET,
|
|
212
231
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
213
232
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
233
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
234
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
214
235
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
215
236
|
name: Union[Unset, str] = UNSET,
|
|
216
237
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -221,6 +242,8 @@ def sync_detailed(
|
|
|
221
242
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
222
243
|
offering_type: Union[Unset, str] = UNSET,
|
|
223
244
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
245
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
246
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
224
247
|
page: Union[Unset, int] = UNSET,
|
|
225
248
|
page_size: Union[Unset, int] = UNSET,
|
|
226
249
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -234,6 +257,7 @@ def sync_detailed(
|
|
|
234
257
|
runtime_state: Union[Unset, str] = UNSET,
|
|
235
258
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
236
259
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
260
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
237
261
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
238
262
|
) -> Response[int]:
|
|
239
263
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -241,12 +265,15 @@ def sync_detailed(
|
|
|
241
265
|
Args:
|
|
242
266
|
backend_id (Union[Unset, str]):
|
|
243
267
|
category_uuid (Union[Unset, UUID]):
|
|
268
|
+
component_count (Union[Unset, float]):
|
|
244
269
|
created (Union[Unset, datetime.datetime]):
|
|
245
270
|
customer (Union[Unset, str]):
|
|
246
271
|
customer_uuid (Union[Unset, UUID]):
|
|
247
272
|
downscaled (Union[Unset, bool]):
|
|
248
273
|
has_terminate_date (Union[Unset, bool]):
|
|
249
274
|
lexis_links_supported (Union[Unset, bool]):
|
|
275
|
+
limit_based (Union[Unset, bool]):
|
|
276
|
+
limit_component_count (Union[Unset, float]):
|
|
250
277
|
modified (Union[Unset, datetime.datetime]):
|
|
251
278
|
name (Union[Unset, str]):
|
|
252
279
|
name_exact (Union[Unset, str]):
|
|
@@ -257,6 +284,8 @@ def sync_detailed(
|
|
|
257
284
|
offering_slug (Union[Unset, list[str]]):
|
|
258
285
|
offering_type (Union[Unset, str]):
|
|
259
286
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
287
|
+
only_limit_based (Union[Unset, bool]):
|
|
288
|
+
only_usage_based (Union[Unset, bool]):
|
|
260
289
|
page (Union[Unset, int]):
|
|
261
290
|
page_size (Union[Unset, int]):
|
|
262
291
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -270,6 +299,7 @@ def sync_detailed(
|
|
|
270
299
|
runtime_state (Union[Unset, str]):
|
|
271
300
|
service_manager_uuid (Union[Unset, UUID]):
|
|
272
301
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
302
|
+
usage_based (Union[Unset, bool]):
|
|
273
303
|
visible_to_username (Union[Unset, str]):
|
|
274
304
|
|
|
275
305
|
Raises:
|
|
@@ -283,12 +313,15 @@ def sync_detailed(
|
|
|
283
313
|
kwargs = _get_kwargs(
|
|
284
314
|
backend_id=backend_id,
|
|
285
315
|
category_uuid=category_uuid,
|
|
316
|
+
component_count=component_count,
|
|
286
317
|
created=created,
|
|
287
318
|
customer=customer,
|
|
288
319
|
customer_uuid=customer_uuid,
|
|
289
320
|
downscaled=downscaled,
|
|
290
321
|
has_terminate_date=has_terminate_date,
|
|
291
322
|
lexis_links_supported=lexis_links_supported,
|
|
323
|
+
limit_based=limit_based,
|
|
324
|
+
limit_component_count=limit_component_count,
|
|
292
325
|
modified=modified,
|
|
293
326
|
name=name,
|
|
294
327
|
name_exact=name_exact,
|
|
@@ -299,6 +332,8 @@ def sync_detailed(
|
|
|
299
332
|
offering_slug=offering_slug,
|
|
300
333
|
offering_type=offering_type,
|
|
301
334
|
offering_uuid=offering_uuid,
|
|
335
|
+
only_limit_based=only_limit_based,
|
|
336
|
+
only_usage_based=only_usage_based,
|
|
302
337
|
page=page,
|
|
303
338
|
page_size=page_size,
|
|
304
339
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -312,6 +347,7 @@ def sync_detailed(
|
|
|
312
347
|
runtime_state=runtime_state,
|
|
313
348
|
service_manager_uuid=service_manager_uuid,
|
|
314
349
|
state=state,
|
|
350
|
+
usage_based=usage_based,
|
|
315
351
|
visible_to_username=visible_to_username,
|
|
316
352
|
)
|
|
317
353
|
|
|
@@ -327,12 +363,15 @@ def sync(
|
|
|
327
363
|
client: AuthenticatedClient,
|
|
328
364
|
backend_id: Union[Unset, str] = UNSET,
|
|
329
365
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
366
|
+
component_count: Union[Unset, float] = UNSET,
|
|
330
367
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
331
368
|
customer: Union[Unset, str] = UNSET,
|
|
332
369
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
333
370
|
downscaled: Union[Unset, bool] = UNSET,
|
|
334
371
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
335
372
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
373
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
374
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
336
375
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
337
376
|
name: Union[Unset, str] = UNSET,
|
|
338
377
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -343,6 +382,8 @@ def sync(
|
|
|
343
382
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
344
383
|
offering_type: Union[Unset, str] = UNSET,
|
|
345
384
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
385
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
386
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
346
387
|
page: Union[Unset, int] = UNSET,
|
|
347
388
|
page_size: Union[Unset, int] = UNSET,
|
|
348
389
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -356,6 +397,7 @@ def sync(
|
|
|
356
397
|
runtime_state: Union[Unset, str] = UNSET,
|
|
357
398
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
358
399
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
400
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
359
401
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
360
402
|
) -> int:
|
|
361
403
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -363,12 +405,15 @@ def sync(
|
|
|
363
405
|
Args:
|
|
364
406
|
backend_id (Union[Unset, str]):
|
|
365
407
|
category_uuid (Union[Unset, UUID]):
|
|
408
|
+
component_count (Union[Unset, float]):
|
|
366
409
|
created (Union[Unset, datetime.datetime]):
|
|
367
410
|
customer (Union[Unset, str]):
|
|
368
411
|
customer_uuid (Union[Unset, UUID]):
|
|
369
412
|
downscaled (Union[Unset, bool]):
|
|
370
413
|
has_terminate_date (Union[Unset, bool]):
|
|
371
414
|
lexis_links_supported (Union[Unset, bool]):
|
|
415
|
+
limit_based (Union[Unset, bool]):
|
|
416
|
+
limit_component_count (Union[Unset, float]):
|
|
372
417
|
modified (Union[Unset, datetime.datetime]):
|
|
373
418
|
name (Union[Unset, str]):
|
|
374
419
|
name_exact (Union[Unset, str]):
|
|
@@ -379,6 +424,8 @@ def sync(
|
|
|
379
424
|
offering_slug (Union[Unset, list[str]]):
|
|
380
425
|
offering_type (Union[Unset, str]):
|
|
381
426
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
427
|
+
only_limit_based (Union[Unset, bool]):
|
|
428
|
+
only_usage_based (Union[Unset, bool]):
|
|
382
429
|
page (Union[Unset, int]):
|
|
383
430
|
page_size (Union[Unset, int]):
|
|
384
431
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -392,6 +439,7 @@ def sync(
|
|
|
392
439
|
runtime_state (Union[Unset, str]):
|
|
393
440
|
service_manager_uuid (Union[Unset, UUID]):
|
|
394
441
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
442
|
+
usage_based (Union[Unset, bool]):
|
|
395
443
|
visible_to_username (Union[Unset, str]):
|
|
396
444
|
|
|
397
445
|
Raises:
|
|
@@ -406,12 +454,15 @@ def sync(
|
|
|
406
454
|
client=client,
|
|
407
455
|
backend_id=backend_id,
|
|
408
456
|
category_uuid=category_uuid,
|
|
457
|
+
component_count=component_count,
|
|
409
458
|
created=created,
|
|
410
459
|
customer=customer,
|
|
411
460
|
customer_uuid=customer_uuid,
|
|
412
461
|
downscaled=downscaled,
|
|
413
462
|
has_terminate_date=has_terminate_date,
|
|
414
463
|
lexis_links_supported=lexis_links_supported,
|
|
464
|
+
limit_based=limit_based,
|
|
465
|
+
limit_component_count=limit_component_count,
|
|
415
466
|
modified=modified,
|
|
416
467
|
name=name,
|
|
417
468
|
name_exact=name_exact,
|
|
@@ -422,6 +473,8 @@ def sync(
|
|
|
422
473
|
offering_slug=offering_slug,
|
|
423
474
|
offering_type=offering_type,
|
|
424
475
|
offering_uuid=offering_uuid,
|
|
476
|
+
only_limit_based=only_limit_based,
|
|
477
|
+
only_usage_based=only_usage_based,
|
|
425
478
|
page=page,
|
|
426
479
|
page_size=page_size,
|
|
427
480
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -435,6 +488,7 @@ def sync(
|
|
|
435
488
|
runtime_state=runtime_state,
|
|
436
489
|
service_manager_uuid=service_manager_uuid,
|
|
437
490
|
state=state,
|
|
491
|
+
usage_based=usage_based,
|
|
438
492
|
visible_to_username=visible_to_username,
|
|
439
493
|
).parsed
|
|
440
494
|
|
|
@@ -444,12 +498,15 @@ async def asyncio_detailed(
|
|
|
444
498
|
client: AuthenticatedClient,
|
|
445
499
|
backend_id: Union[Unset, str] = UNSET,
|
|
446
500
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
501
|
+
component_count: Union[Unset, float] = UNSET,
|
|
447
502
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
448
503
|
customer: Union[Unset, str] = UNSET,
|
|
449
504
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
450
505
|
downscaled: Union[Unset, bool] = UNSET,
|
|
451
506
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
452
507
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
508
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
509
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
453
510
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
454
511
|
name: Union[Unset, str] = UNSET,
|
|
455
512
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -460,6 +517,8 @@ async def asyncio_detailed(
|
|
|
460
517
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
461
518
|
offering_type: Union[Unset, str] = UNSET,
|
|
462
519
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
520
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
521
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
463
522
|
page: Union[Unset, int] = UNSET,
|
|
464
523
|
page_size: Union[Unset, int] = UNSET,
|
|
465
524
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -473,6 +532,7 @@ async def asyncio_detailed(
|
|
|
473
532
|
runtime_state: Union[Unset, str] = UNSET,
|
|
474
533
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
475
534
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
535
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
476
536
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
477
537
|
) -> Response[int]:
|
|
478
538
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -480,12 +540,15 @@ async def asyncio_detailed(
|
|
|
480
540
|
Args:
|
|
481
541
|
backend_id (Union[Unset, str]):
|
|
482
542
|
category_uuid (Union[Unset, UUID]):
|
|
543
|
+
component_count (Union[Unset, float]):
|
|
483
544
|
created (Union[Unset, datetime.datetime]):
|
|
484
545
|
customer (Union[Unset, str]):
|
|
485
546
|
customer_uuid (Union[Unset, UUID]):
|
|
486
547
|
downscaled (Union[Unset, bool]):
|
|
487
548
|
has_terminate_date (Union[Unset, bool]):
|
|
488
549
|
lexis_links_supported (Union[Unset, bool]):
|
|
550
|
+
limit_based (Union[Unset, bool]):
|
|
551
|
+
limit_component_count (Union[Unset, float]):
|
|
489
552
|
modified (Union[Unset, datetime.datetime]):
|
|
490
553
|
name (Union[Unset, str]):
|
|
491
554
|
name_exact (Union[Unset, str]):
|
|
@@ -496,6 +559,8 @@ async def asyncio_detailed(
|
|
|
496
559
|
offering_slug (Union[Unset, list[str]]):
|
|
497
560
|
offering_type (Union[Unset, str]):
|
|
498
561
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
562
|
+
only_limit_based (Union[Unset, bool]):
|
|
563
|
+
only_usage_based (Union[Unset, bool]):
|
|
499
564
|
page (Union[Unset, int]):
|
|
500
565
|
page_size (Union[Unset, int]):
|
|
501
566
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -509,6 +574,7 @@ async def asyncio_detailed(
|
|
|
509
574
|
runtime_state (Union[Unset, str]):
|
|
510
575
|
service_manager_uuid (Union[Unset, UUID]):
|
|
511
576
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
577
|
+
usage_based (Union[Unset, bool]):
|
|
512
578
|
visible_to_username (Union[Unset, str]):
|
|
513
579
|
|
|
514
580
|
Raises:
|
|
@@ -522,12 +588,15 @@ async def asyncio_detailed(
|
|
|
522
588
|
kwargs = _get_kwargs(
|
|
523
589
|
backend_id=backend_id,
|
|
524
590
|
category_uuid=category_uuid,
|
|
591
|
+
component_count=component_count,
|
|
525
592
|
created=created,
|
|
526
593
|
customer=customer,
|
|
527
594
|
customer_uuid=customer_uuid,
|
|
528
595
|
downscaled=downscaled,
|
|
529
596
|
has_terminate_date=has_terminate_date,
|
|
530
597
|
lexis_links_supported=lexis_links_supported,
|
|
598
|
+
limit_based=limit_based,
|
|
599
|
+
limit_component_count=limit_component_count,
|
|
531
600
|
modified=modified,
|
|
532
601
|
name=name,
|
|
533
602
|
name_exact=name_exact,
|
|
@@ -538,6 +607,8 @@ async def asyncio_detailed(
|
|
|
538
607
|
offering_slug=offering_slug,
|
|
539
608
|
offering_type=offering_type,
|
|
540
609
|
offering_uuid=offering_uuid,
|
|
610
|
+
only_limit_based=only_limit_based,
|
|
611
|
+
only_usage_based=only_usage_based,
|
|
541
612
|
page=page,
|
|
542
613
|
page_size=page_size,
|
|
543
614
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -551,6 +622,7 @@ async def asyncio_detailed(
|
|
|
551
622
|
runtime_state=runtime_state,
|
|
552
623
|
service_manager_uuid=service_manager_uuid,
|
|
553
624
|
state=state,
|
|
625
|
+
usage_based=usage_based,
|
|
554
626
|
visible_to_username=visible_to_username,
|
|
555
627
|
)
|
|
556
628
|
|
|
@@ -564,12 +636,15 @@ async def asyncio(
|
|
|
564
636
|
client: AuthenticatedClient,
|
|
565
637
|
backend_id: Union[Unset, str] = UNSET,
|
|
566
638
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
639
|
+
component_count: Union[Unset, float] = UNSET,
|
|
567
640
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
568
641
|
customer: Union[Unset, str] = UNSET,
|
|
569
642
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
570
643
|
downscaled: Union[Unset, bool] = UNSET,
|
|
571
644
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
572
645
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
646
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
647
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
573
648
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
574
649
|
name: Union[Unset, str] = UNSET,
|
|
575
650
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -580,6 +655,8 @@ async def asyncio(
|
|
|
580
655
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
581
656
|
offering_type: Union[Unset, str] = UNSET,
|
|
582
657
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
658
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
659
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
583
660
|
page: Union[Unset, int] = UNSET,
|
|
584
661
|
page_size: Union[Unset, int] = UNSET,
|
|
585
662
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -593,6 +670,7 @@ async def asyncio(
|
|
|
593
670
|
runtime_state: Union[Unset, str] = UNSET,
|
|
594
671
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
595
672
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
673
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
596
674
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
597
675
|
) -> int:
|
|
598
676
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -600,12 +678,15 @@ async def asyncio(
|
|
|
600
678
|
Args:
|
|
601
679
|
backend_id (Union[Unset, str]):
|
|
602
680
|
category_uuid (Union[Unset, UUID]):
|
|
681
|
+
component_count (Union[Unset, float]):
|
|
603
682
|
created (Union[Unset, datetime.datetime]):
|
|
604
683
|
customer (Union[Unset, str]):
|
|
605
684
|
customer_uuid (Union[Unset, UUID]):
|
|
606
685
|
downscaled (Union[Unset, bool]):
|
|
607
686
|
has_terminate_date (Union[Unset, bool]):
|
|
608
687
|
lexis_links_supported (Union[Unset, bool]):
|
|
688
|
+
limit_based (Union[Unset, bool]):
|
|
689
|
+
limit_component_count (Union[Unset, float]):
|
|
609
690
|
modified (Union[Unset, datetime.datetime]):
|
|
610
691
|
name (Union[Unset, str]):
|
|
611
692
|
name_exact (Union[Unset, str]):
|
|
@@ -616,6 +697,8 @@ async def asyncio(
|
|
|
616
697
|
offering_slug (Union[Unset, list[str]]):
|
|
617
698
|
offering_type (Union[Unset, str]):
|
|
618
699
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
700
|
+
only_limit_based (Union[Unset, bool]):
|
|
701
|
+
only_usage_based (Union[Unset, bool]):
|
|
619
702
|
page (Union[Unset, int]):
|
|
620
703
|
page_size (Union[Unset, int]):
|
|
621
704
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -629,6 +712,7 @@ async def asyncio(
|
|
|
629
712
|
runtime_state (Union[Unset, str]):
|
|
630
713
|
service_manager_uuid (Union[Unset, UUID]):
|
|
631
714
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
715
|
+
usage_based (Union[Unset, bool]):
|
|
632
716
|
visible_to_username (Union[Unset, str]):
|
|
633
717
|
|
|
634
718
|
Raises:
|
|
@@ -644,12 +728,15 @@ async def asyncio(
|
|
|
644
728
|
client=client,
|
|
645
729
|
backend_id=backend_id,
|
|
646
730
|
category_uuid=category_uuid,
|
|
731
|
+
component_count=component_count,
|
|
647
732
|
created=created,
|
|
648
733
|
customer=customer,
|
|
649
734
|
customer_uuid=customer_uuid,
|
|
650
735
|
downscaled=downscaled,
|
|
651
736
|
has_terminate_date=has_terminate_date,
|
|
652
737
|
lexis_links_supported=lexis_links_supported,
|
|
738
|
+
limit_based=limit_based,
|
|
739
|
+
limit_component_count=limit_component_count,
|
|
653
740
|
modified=modified,
|
|
654
741
|
name=name,
|
|
655
742
|
name_exact=name_exact,
|
|
@@ -660,6 +747,8 @@ async def asyncio(
|
|
|
660
747
|
offering_slug=offering_slug,
|
|
661
748
|
offering_type=offering_type,
|
|
662
749
|
offering_uuid=offering_uuid,
|
|
750
|
+
only_limit_based=only_limit_based,
|
|
751
|
+
only_usage_based=only_usage_based,
|
|
663
752
|
page=page,
|
|
664
753
|
page_size=page_size,
|
|
665
754
|
parent_offering_uuid=parent_offering_uuid,
|
|
@@ -673,6 +762,7 @@ async def asyncio(
|
|
|
673
762
|
runtime_state=runtime_state,
|
|
674
763
|
service_manager_uuid=service_manager_uuid,
|
|
675
764
|
state=state,
|
|
765
|
+
usage_based=usage_based,
|
|
676
766
|
visible_to_username=visible_to_username,
|
|
677
767
|
)
|
|
678
768
|
).parsed
|