waldur-api-client 7.7.6__py3-none-any.whl → 7.7.8__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/booking_resources/booking_resources_count.py +34 -11
- waldur_api_client/api/booking_resources/booking_resources_list.py +34 -11
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_count.py +19 -0
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_list.py +19 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_details_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_overview_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_projects_list.py +187 -0
- waldur_api_client/api/customers/customers_project_metadata_question_answers_list.py +187 -0
- waldur_api_client/api/customers/customers_users_list.py +141 -53
- waldur_api_client/api/invoices/invoices_items_retrieve.py +20 -0
- waldur_api_client/api/managed_rancher_cluster_resources/__init__.py +1 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_add_node.py +162 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_count.py +172 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_list.py +196 -0
- waldur_api_client/api/managed_rancher_cluster_resources/managed_rancher_cluster_resources_retrieve.py +171 -0
- waldur_api_client/api/marketplace_course_accounts/__init__.py +1 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py +244 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_create.py +148 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_create_bulk.py +152 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_destroy.py +89 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +245 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_retrieve.py +140 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_count.py +25 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_list.py +25 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +34 -11
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +34 -11
- waldur_api_client/api/marketplace_offering_terms_of_service/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_count.py +274 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_create.py +152 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_destroy.py +89 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_list.py +277 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_partial_update.py +164 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_retrieve.py +142 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_update.py +164 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +34 -11
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +34 -11
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +19 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py +19 -0
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_count.py +25 -0
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_list.py +25 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +34 -11
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +34 -11
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +34 -11
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +34 -11
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py +284 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py +29 -0
- waldur_api_client/api/marketplace_user_offering_consents/__init__.py +1 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_count.py +307 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_create.py +152 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_destroy.py +89 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_list.py +310 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_partial_update.py +164 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_retrieve.py +142 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_revoke.py +146 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_update.py +164 -0
- waldur_api_client/api/project_permissions_reviews/__init__.py +1 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_close.py +91 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_count.py +266 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_list.py +269 -0
- waldur_api_client/api/project_permissions_reviews/project_permissions_reviews_retrieve.py +142 -0
- waldur_api_client/api/projects/projects_other_users_list.py +98 -23
- waldur_api_client/api/projects/projects_sync_user_roles.py +10 -9
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_order_status_retrieve.py +145 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_status_retrieve.py +147 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_team_status_list.py +188 -0
- waldur_api_client/api/support_issue_statuses/__init__.py +1 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_count.py +172 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_create.py +148 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_destroy.py +89 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_list.py +173 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_partial_update.py +162 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_retrieve.py +140 -0
- waldur_api_client/api/support_issue_statuses/support_issue_statuses_update.py +162 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_submit_request.py +12 -12
- waldur_api_client/api/user_invitations/user_invitations_count.py +30 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +30 -0
- waldur_api_client/api/user_permission_requests/user_permission_requests_cancel_request.py +146 -0
- waldur_api_client/models/__init__.py +136 -2
- waldur_api_client/models/azure_sql_server_create_order_attributes.py +3 -0
- waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +3 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +0 -2
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +0 -2
- waldur_api_client/models/booking_resource.py +10 -9
- waldur_api_client/models/booking_resources_list_field_item.py +1 -1
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/cancel_request_response.py +75 -0
- waldur_api_client/models/checklist_info.py +76 -0
- waldur_api_client/models/compliance_overview.py +91 -0
- waldur_api_client/models/constance_settings.py +9 -0
- waldur_api_client/models/constance_settings_request.py +9 -0
- waldur_api_client/models/course_account.py +188 -0
- waldur_api_client/models/course_account_create_nested.py +68 -0
- waldur_api_client/models/course_account_create_nested_request.py +68 -0
- waldur_api_client/models/course_account_request.py +89 -0
- waldur_api_client/models/course_accounts_bulk_create.py +82 -0
- waldur_api_client/models/course_accounts_bulk_create_request.py +82 -0
- waldur_api_client/models/customer.py +90 -0
- waldur_api_client/models/customer_permission_review.py +16 -16
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/customer_service_account.py +9 -0
- waldur_api_client/models/customers_list_field_item.py +5 -0
- waldur_api_client/models/customers_retrieve_field_item.py +5 -0
- waldur_api_client/models/customers_users_list_o.py +9 -0
- waldur_api_client/models/customers_users_list_organization_role_item_type_0.py +10 -0
- waldur_api_client/models/customers_users_list_project_role_item_type_0.py +10 -0
- waldur_api_client/models/dependency_logic_operator_enum.py +9 -0
- waldur_api_client/models/event_subscription.py +1 -1
- waldur_api_client/models/event_types_enum.py +4 -0
- waldur_api_client/models/generic_order_attributes.py +69 -0
- waldur_api_client/models/google_auth_authorize_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_auth_list_field_item.py +1 -0
- waldur_api_client/models/google_auth_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_credentials.py +9 -0
- waldur_api_client/models/group_invitation.py +33 -0
- waldur_api_client/models/group_invitation_request.py +10 -0
- waldur_api_client/models/invitation.py +9 -0
- waldur_api_client/models/invoices_items_retrieve_o.py +15 -0
- waldur_api_client/models/issue_status.py +103 -0
- waldur_api_client/models/issue_status_request.py +78 -0
- waldur_api_client/models/issue_status_type_enum.py +9 -0
- waldur_api_client/models/kind_enum.py +10 -0
- waldur_api_client/models/maintenance_announcement.py +8 -0
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +82 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +82 -0
- waldur_api_client/models/managed_rancher_create_node_request.py +186 -0
- waldur_api_client/models/marketplace_course_accounts_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_course_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_customer_service_accounts_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_customer_service_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py +13 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_project_service_accounts_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_project_service_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +0 -2
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +0 -2
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +3 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_service_providers_course_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_service_providers_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_project_service_accounts_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py +15 -0
- waldur_api_client/models/nested_security_group_rule.py +223 -0
- waldur_api_client/models/nested_security_group_rule_request.py +188 -0
- waldur_api_client/models/offering.py +0 -18
- waldur_api_client/models/offering_create.py +0 -18
- waldur_api_client/models/offering_create_request.py +0 -18
- waldur_api_client/models/offering_overview_update_request.py +0 -18
- waldur_api_client/models/offering_terms_of_service.py +142 -0
- waldur_api_client/models/offering_terms_of_service_create.py +107 -0
- waldur_api_client/models/offering_terms_of_service_create_request.py +107 -0
- waldur_api_client/models/offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/open_stack_backup_restoration_request.py +0 -22
- waldur_api_client/models/open_stack_fixed_ip.py +13 -3
- waldur_api_client/models/open_stack_fixed_ip_request.py +7 -2
- waldur_api_client/models/open_stack_instance_create_order_attributes.py +23 -20
- waldur_api_client/models/open_stack_nested_security_group.py +53 -1
- waldur_api_client/models/open_stack_network.py +20 -0
- waldur_api_client/models/open_stack_port_ip_update_request.py +6 -2
- waldur_api_client/models/open_stack_security_group_rule_update_request.py +4 -4
- waldur_api_client/models/open_stack_static_route.py +13 -4
- waldur_api_client/models/open_stack_static_route_request.py +7 -3
- waldur_api_client/models/open_stack_sub_net.py +15 -2
- waldur_api_client/models/open_stack_sub_net_allocation_pool.py +27 -8
- waldur_api_client/models/open_stack_sub_net_allocation_pool_request.py +14 -5
- waldur_api_client/models/open_stack_sub_net_request.py +15 -2
- waldur_api_client/models/open_stack_tenant.py +38 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +21 -0
- waldur_api_client/models/open_stack_volume_create_order_attributes.py +3 -0
- waldur_api_client/models/openstack_networks_list_field_item.py +1 -0
- waldur_api_client/models/openstack_networks_retrieve_field_item.py +1 -0
- waldur_api_client/models/openstack_tenants_list_field_item.py +3 -0
- waldur_api_client/models/openstack_tenants_retrieve_field_item.py +3 -0
- waldur_api_client/models/order_create.py +0 -8
- waldur_api_client/models/order_create_request.py +23 -7
- waldur_api_client/models/order_details.py +0 -9
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_issue_status_request.py +76 -0
- waldur_api_client/models/patched_offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/patched_open_stack_sub_net_request.py +15 -2
- waldur_api_client/models/patched_project_request.py +17 -0
- waldur_api_client/models/patched_question_admin_request.py +17 -0
- waldur_api_client/models/patched_rancher_service_request.py +1 -1
- waldur_api_client/models/patched_user_offering_consent_request.py +59 -0
- waldur_api_client/models/permission_project.py +147 -0
- waldur_api_client/models/permission_request.py +16 -0
- waldur_api_client/models/project.py +17 -0
- waldur_api_client/models/project_answer.py +122 -0
- waldur_api_client/models/project_detail.py +133 -0
- waldur_api_client/models/project_details_response.py +115 -0
- waldur_api_client/models/project_permission_review.py +166 -0
- waldur_api_client/models/project_permissions_reviews_count_o_item.py +11 -0
- waldur_api_client/models/project_permissions_reviews_list_o_item.py +11 -0
- waldur_api_client/models/project_request.py +17 -0
- waldur_api_client/models/project_service_account.py +9 -0
- waldur_api_client/models/projects_list_field_item.py +1 -0
- waldur_api_client/models/projects_other_users_list_o.py +9 -0
- waldur_api_client/models/projects_retrieve_field_item.py +1 -0
- waldur_api_client/models/proposal.py +8 -0
- waldur_api_client/models/proposal_review.py +8 -0
- waldur_api_client/models/provider_offering_details.py +0 -18
- waldur_api_client/models/provider_offering_details_request.py +0 -18
- waldur_api_client/models/public_offering_details.py +0 -18
- waldur_api_client/models/question_admin.py +17 -0
- waldur_api_client/models/question_admin_request.py +17 -0
- waldur_api_client/models/question_answer.py +176 -0
- waldur_api_client/models/question_answer_project_answers_item.py +44 -0
- waldur_api_client/models/question_answer_question_options_item.py +44 -0
- waldur_api_client/models/rancher_nested_public_ip.py +25 -7
- waldur_api_client/models/rancher_service.py +1 -1
- waldur_api_client/models/rancher_service_request.py +1 -1
- waldur_api_client/models/remote_resource_order.py +88 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +15 -0
- waldur_api_client/models/remote_resource_sync_status.py +123 -0
- waldur_api_client/models/{robot_account_states.py → remote_resource_sync_status_remote_state_enum.py} +1 -1
- waldur_api_client/models/remote_resource_team_member.py +85 -0
- waldur_api_client/models/resource.py +10 -9
- waldur_api_client/models/rmq_connection.py +8 -3
- waldur_api_client/models/rmq_subscription.py +7 -3
- waldur_api_client/models/robot_account.py +9 -17
- waldur_api_client/models/robot_account_details.py +9 -17
- waldur_api_client/models/service_account_state.py +10 -0
- waldur_api_client/models/service_provider.py +9 -0
- waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +3 -0
- waldur_api_client/models/submit_request_response.py +75 -0
- waldur_api_client/models/sync_status_enum.py +10 -0
- waldur_api_client/models/user_offering_consent.py +202 -0
- waldur_api_client/models/user_offering_consent_create.py +60 -0
- waldur_api_client/models/user_offering_consent_create_request.py +60 -0
- waldur_api_client/models/user_offering_consent_request.py +59 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py +3 -0
- waldur_api_client/models/visible_invitation_details.py +9 -0
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/RECORD +261 -145
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.6.dist-info → waldur_api_client-7.7.8.dist-info}/WHEEL +0 -0
|
@@ -32,8 +32,9 @@ def _get_kwargs(
|
|
|
32
32
|
offering: Union[Unset, str] = UNSET,
|
|
33
33
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
34
34
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
35
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
35
36
|
offering_type: Union[Unset, str] = UNSET,
|
|
36
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
37
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
37
38
|
page: Union[Unset, int] = UNSET,
|
|
38
39
|
page_size: Union[Unset, int] = UNSET,
|
|
39
40
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -111,11 +112,21 @@ def _get_kwargs(
|
|
|
111
112
|
|
|
112
113
|
params["offering_shared"] = offering_shared
|
|
113
114
|
|
|
115
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
116
|
+
if not isinstance(offering_slug, Unset):
|
|
117
|
+
json_offering_slug = offering_slug
|
|
118
|
+
|
|
119
|
+
params["offering_slug"] = json_offering_slug
|
|
120
|
+
|
|
114
121
|
params["offering_type"] = offering_type
|
|
115
122
|
|
|
116
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
123
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
117
124
|
if not isinstance(offering_uuid, Unset):
|
|
118
|
-
json_offering_uuid =
|
|
125
|
+
json_offering_uuid = []
|
|
126
|
+
for offering_uuid_item_data in offering_uuid:
|
|
127
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
128
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
129
|
+
|
|
119
130
|
params["offering_uuid"] = json_offering_uuid
|
|
120
131
|
|
|
121
132
|
params["page"] = page
|
|
@@ -217,8 +228,9 @@ def sync_detailed(
|
|
|
217
228
|
offering: Union[Unset, str] = UNSET,
|
|
218
229
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
219
230
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
231
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
220
232
|
offering_type: Union[Unset, str] = UNSET,
|
|
221
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
233
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
222
234
|
page: Union[Unset, int] = UNSET,
|
|
223
235
|
page_size: Union[Unset, int] = UNSET,
|
|
224
236
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -252,8 +264,9 @@ def sync_detailed(
|
|
|
252
264
|
offering (Union[Unset, str]):
|
|
253
265
|
offering_billable (Union[Unset, UUID]):
|
|
254
266
|
offering_shared (Union[Unset, bool]):
|
|
267
|
+
offering_slug (Union[Unset, list[str]]):
|
|
255
268
|
offering_type (Union[Unset, str]):
|
|
256
|
-
offering_uuid (Union[Unset, UUID]):
|
|
269
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
257
270
|
page (Union[Unset, int]):
|
|
258
271
|
page_size (Union[Unset, int]):
|
|
259
272
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -293,6 +306,7 @@ def sync_detailed(
|
|
|
293
306
|
offering=offering,
|
|
294
307
|
offering_billable=offering_billable,
|
|
295
308
|
offering_shared=offering_shared,
|
|
309
|
+
offering_slug=offering_slug,
|
|
296
310
|
offering_type=offering_type,
|
|
297
311
|
offering_uuid=offering_uuid,
|
|
298
312
|
page=page,
|
|
@@ -336,8 +350,9 @@ def sync(
|
|
|
336
350
|
offering: Union[Unset, str] = UNSET,
|
|
337
351
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
338
352
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
353
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
339
354
|
offering_type: Union[Unset, str] = UNSET,
|
|
340
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
355
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
341
356
|
page: Union[Unset, int] = UNSET,
|
|
342
357
|
page_size: Union[Unset, int] = UNSET,
|
|
343
358
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -371,8 +386,9 @@ def sync(
|
|
|
371
386
|
offering (Union[Unset, str]):
|
|
372
387
|
offering_billable (Union[Unset, UUID]):
|
|
373
388
|
offering_shared (Union[Unset, bool]):
|
|
389
|
+
offering_slug (Union[Unset, list[str]]):
|
|
374
390
|
offering_type (Union[Unset, str]):
|
|
375
|
-
offering_uuid (Union[Unset, UUID]):
|
|
391
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
376
392
|
page (Union[Unset, int]):
|
|
377
393
|
page_size (Union[Unset, int]):
|
|
378
394
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -413,6 +429,7 @@ def sync(
|
|
|
413
429
|
offering=offering,
|
|
414
430
|
offering_billable=offering_billable,
|
|
415
431
|
offering_shared=offering_shared,
|
|
432
|
+
offering_slug=offering_slug,
|
|
416
433
|
offering_type=offering_type,
|
|
417
434
|
offering_uuid=offering_uuid,
|
|
418
435
|
page=page,
|
|
@@ -450,8 +467,9 @@ async def asyncio_detailed(
|
|
|
450
467
|
offering: Union[Unset, str] = UNSET,
|
|
451
468
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
452
469
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
470
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
453
471
|
offering_type: Union[Unset, str] = UNSET,
|
|
454
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
472
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
455
473
|
page: Union[Unset, int] = UNSET,
|
|
456
474
|
page_size: Union[Unset, int] = UNSET,
|
|
457
475
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -485,8 +503,9 @@ async def asyncio_detailed(
|
|
|
485
503
|
offering (Union[Unset, str]):
|
|
486
504
|
offering_billable (Union[Unset, UUID]):
|
|
487
505
|
offering_shared (Union[Unset, bool]):
|
|
506
|
+
offering_slug (Union[Unset, list[str]]):
|
|
488
507
|
offering_type (Union[Unset, str]):
|
|
489
|
-
offering_uuid (Union[Unset, UUID]):
|
|
508
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
490
509
|
page (Union[Unset, int]):
|
|
491
510
|
page_size (Union[Unset, int]):
|
|
492
511
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -526,6 +545,7 @@ async def asyncio_detailed(
|
|
|
526
545
|
offering=offering,
|
|
527
546
|
offering_billable=offering_billable,
|
|
528
547
|
offering_shared=offering_shared,
|
|
548
|
+
offering_slug=offering_slug,
|
|
529
549
|
offering_type=offering_type,
|
|
530
550
|
offering_uuid=offering_uuid,
|
|
531
551
|
page=page,
|
|
@@ -567,8 +587,9 @@ async def asyncio(
|
|
|
567
587
|
offering: Union[Unset, str] = UNSET,
|
|
568
588
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
569
589
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
590
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
570
591
|
offering_type: Union[Unset, str] = UNSET,
|
|
571
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
592
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
572
593
|
page: Union[Unset, int] = UNSET,
|
|
573
594
|
page_size: Union[Unset, int] = UNSET,
|
|
574
595
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -602,8 +623,9 @@ async def asyncio(
|
|
|
602
623
|
offering (Union[Unset, str]):
|
|
603
624
|
offering_billable (Union[Unset, UUID]):
|
|
604
625
|
offering_shared (Union[Unset, bool]):
|
|
626
|
+
offering_slug (Union[Unset, list[str]]):
|
|
605
627
|
offering_type (Union[Unset, str]):
|
|
606
|
-
offering_uuid (Union[Unset, UUID]):
|
|
628
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
607
629
|
page (Union[Unset, int]):
|
|
608
630
|
page_size (Union[Unset, int]):
|
|
609
631
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -645,6 +667,7 @@ async def asyncio(
|
|
|
645
667
|
offering=offering,
|
|
646
668
|
offering_billable=offering_billable,
|
|
647
669
|
offering_shared=offering_shared,
|
|
670
|
+
offering_slug=offering_slug,
|
|
648
671
|
offering_type=offering_type,
|
|
649
672
|
offering_uuid=offering_uuid,
|
|
650
673
|
page=page,
|
|
@@ -29,8 +29,9 @@ def _get_kwargs(
|
|
|
29
29
|
offering: Union[Unset, str] = UNSET,
|
|
30
30
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
31
31
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
32
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
32
33
|
offering_type: Union[Unset, str] = UNSET,
|
|
33
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
34
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
34
35
|
page: Union[Unset, int] = UNSET,
|
|
35
36
|
page_size: Union[Unset, int] = UNSET,
|
|
36
37
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -99,11 +100,21 @@ def _get_kwargs(
|
|
|
99
100
|
|
|
100
101
|
params["offering_shared"] = offering_shared
|
|
101
102
|
|
|
103
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
104
|
+
if not isinstance(offering_slug, Unset):
|
|
105
|
+
json_offering_slug = offering_slug
|
|
106
|
+
|
|
107
|
+
params["offering_slug"] = json_offering_slug
|
|
108
|
+
|
|
102
109
|
params["offering_type"] = offering_type
|
|
103
110
|
|
|
104
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
111
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
105
112
|
if not isinstance(offering_uuid, Unset):
|
|
106
|
-
json_offering_uuid =
|
|
113
|
+
json_offering_uuid = []
|
|
114
|
+
for offering_uuid_item_data in offering_uuid:
|
|
115
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
116
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
117
|
+
|
|
107
118
|
params["offering_uuid"] = json_offering_uuid
|
|
108
119
|
|
|
109
120
|
params["page"] = page
|
|
@@ -204,8 +215,9 @@ def sync_detailed(
|
|
|
204
215
|
offering: Union[Unset, str] = UNSET,
|
|
205
216
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
206
217
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
218
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
207
219
|
offering_type: Union[Unset, str] = UNSET,
|
|
208
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
220
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
209
221
|
page: Union[Unset, int] = UNSET,
|
|
210
222
|
page_size: Union[Unset, int] = UNSET,
|
|
211
223
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -238,8 +250,9 @@ def sync_detailed(
|
|
|
238
250
|
offering (Union[Unset, str]):
|
|
239
251
|
offering_billable (Union[Unset, UUID]):
|
|
240
252
|
offering_shared (Union[Unset, bool]):
|
|
253
|
+
offering_slug (Union[Unset, list[str]]):
|
|
241
254
|
offering_type (Union[Unset, str]):
|
|
242
|
-
offering_uuid (Union[Unset, UUID]):
|
|
255
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
243
256
|
page (Union[Unset, int]):
|
|
244
257
|
page_size (Union[Unset, int]):
|
|
245
258
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -278,6 +291,7 @@ def sync_detailed(
|
|
|
278
291
|
offering=offering,
|
|
279
292
|
offering_billable=offering_billable,
|
|
280
293
|
offering_shared=offering_shared,
|
|
294
|
+
offering_slug=offering_slug,
|
|
281
295
|
offering_type=offering_type,
|
|
282
296
|
offering_uuid=offering_uuid,
|
|
283
297
|
page=page,
|
|
@@ -320,8 +334,9 @@ def sync(
|
|
|
320
334
|
offering: Union[Unset, str] = UNSET,
|
|
321
335
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
322
336
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
337
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
323
338
|
offering_type: Union[Unset, str] = UNSET,
|
|
324
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
339
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
325
340
|
page: Union[Unset, int] = UNSET,
|
|
326
341
|
page_size: Union[Unset, int] = UNSET,
|
|
327
342
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -354,8 +369,9 @@ def sync(
|
|
|
354
369
|
offering (Union[Unset, str]):
|
|
355
370
|
offering_billable (Union[Unset, UUID]):
|
|
356
371
|
offering_shared (Union[Unset, bool]):
|
|
372
|
+
offering_slug (Union[Unset, list[str]]):
|
|
357
373
|
offering_type (Union[Unset, str]):
|
|
358
|
-
offering_uuid (Union[Unset, UUID]):
|
|
374
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
359
375
|
page (Union[Unset, int]):
|
|
360
376
|
page_size (Union[Unset, int]):
|
|
361
377
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -395,6 +411,7 @@ def sync(
|
|
|
395
411
|
offering=offering,
|
|
396
412
|
offering_billable=offering_billable,
|
|
397
413
|
offering_shared=offering_shared,
|
|
414
|
+
offering_slug=offering_slug,
|
|
398
415
|
offering_type=offering_type,
|
|
399
416
|
offering_uuid=offering_uuid,
|
|
400
417
|
page=page,
|
|
@@ -431,8 +448,9 @@ async def asyncio_detailed(
|
|
|
431
448
|
offering: Union[Unset, str] = UNSET,
|
|
432
449
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
433
450
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
451
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
434
452
|
offering_type: Union[Unset, str] = UNSET,
|
|
435
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
453
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
436
454
|
page: Union[Unset, int] = UNSET,
|
|
437
455
|
page_size: Union[Unset, int] = UNSET,
|
|
438
456
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -465,8 +483,9 @@ async def asyncio_detailed(
|
|
|
465
483
|
offering (Union[Unset, str]):
|
|
466
484
|
offering_billable (Union[Unset, UUID]):
|
|
467
485
|
offering_shared (Union[Unset, bool]):
|
|
486
|
+
offering_slug (Union[Unset, list[str]]):
|
|
468
487
|
offering_type (Union[Unset, str]):
|
|
469
|
-
offering_uuid (Union[Unset, UUID]):
|
|
488
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
470
489
|
page (Union[Unset, int]):
|
|
471
490
|
page_size (Union[Unset, int]):
|
|
472
491
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -505,6 +524,7 @@ async def asyncio_detailed(
|
|
|
505
524
|
offering=offering,
|
|
506
525
|
offering_billable=offering_billable,
|
|
507
526
|
offering_shared=offering_shared,
|
|
527
|
+
offering_slug=offering_slug,
|
|
508
528
|
offering_type=offering_type,
|
|
509
529
|
offering_uuid=offering_uuid,
|
|
510
530
|
page=page,
|
|
@@ -545,8 +565,9 @@ async def asyncio(
|
|
|
545
565
|
offering: Union[Unset, str] = UNSET,
|
|
546
566
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
547
567
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
568
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
548
569
|
offering_type: Union[Unset, str] = UNSET,
|
|
549
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
570
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
550
571
|
page: Union[Unset, int] = UNSET,
|
|
551
572
|
page_size: Union[Unset, int] = UNSET,
|
|
552
573
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -579,8 +600,9 @@ async def asyncio(
|
|
|
579
600
|
offering (Union[Unset, str]):
|
|
580
601
|
offering_billable (Union[Unset, UUID]):
|
|
581
602
|
offering_shared (Union[Unset, bool]):
|
|
603
|
+
offering_slug (Union[Unset, list[str]]):
|
|
582
604
|
offering_type (Union[Unset, str]):
|
|
583
|
-
offering_uuid (Union[Unset, UUID]):
|
|
605
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
584
606
|
page (Union[Unset, int]):
|
|
585
607
|
page_size (Union[Unset, int]):
|
|
586
608
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -621,6 +643,7 @@ async def asyncio(
|
|
|
621
643
|
offering=offering,
|
|
622
644
|
offering_billable=offering_billable,
|
|
623
645
|
offering_shared=offering_shared,
|
|
646
|
+
offering_slug=offering_slug,
|
|
624
647
|
offering_type=offering_type,
|
|
625
648
|
offering_uuid=offering_uuid,
|
|
626
649
|
page=page,
|
|
@@ -32,8 +32,9 @@ def _get_kwargs(
|
|
|
32
32
|
offering: Union[Unset, str] = UNSET,
|
|
33
33
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
34
34
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
35
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
35
36
|
offering_type: Union[Unset, str] = UNSET,
|
|
36
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
37
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
37
38
|
page: Union[Unset, int] = UNSET,
|
|
38
39
|
page_size: Union[Unset, int] = UNSET,
|
|
39
40
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -111,11 +112,21 @@ def _get_kwargs(
|
|
|
111
112
|
|
|
112
113
|
params["offering_shared"] = offering_shared
|
|
113
114
|
|
|
115
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
116
|
+
if not isinstance(offering_slug, Unset):
|
|
117
|
+
json_offering_slug = offering_slug
|
|
118
|
+
|
|
119
|
+
params["offering_slug"] = json_offering_slug
|
|
120
|
+
|
|
114
121
|
params["offering_type"] = offering_type
|
|
115
122
|
|
|
116
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
123
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
117
124
|
if not isinstance(offering_uuid, Unset):
|
|
118
|
-
json_offering_uuid =
|
|
125
|
+
json_offering_uuid = []
|
|
126
|
+
for offering_uuid_item_data in offering_uuid:
|
|
127
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
128
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
129
|
+
|
|
119
130
|
params["offering_uuid"] = json_offering_uuid
|
|
120
131
|
|
|
121
132
|
params["page"] = page
|
|
@@ -217,8 +228,9 @@ def sync_detailed(
|
|
|
217
228
|
offering: Union[Unset, str] = UNSET,
|
|
218
229
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
219
230
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
231
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
220
232
|
offering_type: Union[Unset, str] = UNSET,
|
|
221
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
233
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
222
234
|
page: Union[Unset, int] = UNSET,
|
|
223
235
|
page_size: Union[Unset, int] = UNSET,
|
|
224
236
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -252,8 +264,9 @@ def sync_detailed(
|
|
|
252
264
|
offering (Union[Unset, str]):
|
|
253
265
|
offering_billable (Union[Unset, UUID]):
|
|
254
266
|
offering_shared (Union[Unset, bool]):
|
|
267
|
+
offering_slug (Union[Unset, list[str]]):
|
|
255
268
|
offering_type (Union[Unset, str]):
|
|
256
|
-
offering_uuid (Union[Unset, UUID]):
|
|
269
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
257
270
|
page (Union[Unset, int]):
|
|
258
271
|
page_size (Union[Unset, int]):
|
|
259
272
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -293,6 +306,7 @@ def sync_detailed(
|
|
|
293
306
|
offering=offering,
|
|
294
307
|
offering_billable=offering_billable,
|
|
295
308
|
offering_shared=offering_shared,
|
|
309
|
+
offering_slug=offering_slug,
|
|
296
310
|
offering_type=offering_type,
|
|
297
311
|
offering_uuid=offering_uuid,
|
|
298
312
|
page=page,
|
|
@@ -336,8 +350,9 @@ def sync(
|
|
|
336
350
|
offering: Union[Unset, str] = UNSET,
|
|
337
351
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
338
352
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
353
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
339
354
|
offering_type: Union[Unset, str] = UNSET,
|
|
340
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
355
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
341
356
|
page: Union[Unset, int] = UNSET,
|
|
342
357
|
page_size: Union[Unset, int] = UNSET,
|
|
343
358
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -371,8 +386,9 @@ def sync(
|
|
|
371
386
|
offering (Union[Unset, str]):
|
|
372
387
|
offering_billable (Union[Unset, UUID]):
|
|
373
388
|
offering_shared (Union[Unset, bool]):
|
|
389
|
+
offering_slug (Union[Unset, list[str]]):
|
|
374
390
|
offering_type (Union[Unset, str]):
|
|
375
|
-
offering_uuid (Union[Unset, UUID]):
|
|
391
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
376
392
|
page (Union[Unset, int]):
|
|
377
393
|
page_size (Union[Unset, int]):
|
|
378
394
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -413,6 +429,7 @@ def sync(
|
|
|
413
429
|
offering=offering,
|
|
414
430
|
offering_billable=offering_billable,
|
|
415
431
|
offering_shared=offering_shared,
|
|
432
|
+
offering_slug=offering_slug,
|
|
416
433
|
offering_type=offering_type,
|
|
417
434
|
offering_uuid=offering_uuid,
|
|
418
435
|
page=page,
|
|
@@ -450,8 +467,9 @@ async def asyncio_detailed(
|
|
|
450
467
|
offering: Union[Unset, str] = UNSET,
|
|
451
468
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
452
469
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
470
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
453
471
|
offering_type: Union[Unset, str] = UNSET,
|
|
454
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
472
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
455
473
|
page: Union[Unset, int] = UNSET,
|
|
456
474
|
page_size: Union[Unset, int] = UNSET,
|
|
457
475
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -485,8 +503,9 @@ async def asyncio_detailed(
|
|
|
485
503
|
offering (Union[Unset, str]):
|
|
486
504
|
offering_billable (Union[Unset, UUID]):
|
|
487
505
|
offering_shared (Union[Unset, bool]):
|
|
506
|
+
offering_slug (Union[Unset, list[str]]):
|
|
488
507
|
offering_type (Union[Unset, str]):
|
|
489
|
-
offering_uuid (Union[Unset, UUID]):
|
|
508
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
490
509
|
page (Union[Unset, int]):
|
|
491
510
|
page_size (Union[Unset, int]):
|
|
492
511
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -526,6 +545,7 @@ async def asyncio_detailed(
|
|
|
526
545
|
offering=offering,
|
|
527
546
|
offering_billable=offering_billable,
|
|
528
547
|
offering_shared=offering_shared,
|
|
548
|
+
offering_slug=offering_slug,
|
|
529
549
|
offering_type=offering_type,
|
|
530
550
|
offering_uuid=offering_uuid,
|
|
531
551
|
page=page,
|
|
@@ -567,8 +587,9 @@ async def asyncio(
|
|
|
567
587
|
offering: Union[Unset, str] = UNSET,
|
|
568
588
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
569
589
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
590
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
570
591
|
offering_type: Union[Unset, str] = UNSET,
|
|
571
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
592
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
572
593
|
page: Union[Unset, int] = UNSET,
|
|
573
594
|
page_size: Union[Unset, int] = UNSET,
|
|
574
595
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -602,8 +623,9 @@ async def asyncio(
|
|
|
602
623
|
offering (Union[Unset, str]):
|
|
603
624
|
offering_billable (Union[Unset, UUID]):
|
|
604
625
|
offering_shared (Union[Unset, bool]):
|
|
626
|
+
offering_slug (Union[Unset, list[str]]):
|
|
605
627
|
offering_type (Union[Unset, str]):
|
|
606
|
-
offering_uuid (Union[Unset, UUID]):
|
|
628
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
607
629
|
page (Union[Unset, int]):
|
|
608
630
|
page_size (Union[Unset, int]):
|
|
609
631
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -645,6 +667,7 @@ async def asyncio(
|
|
|
645
667
|
offering=offering,
|
|
646
668
|
offering_billable=offering_billable,
|
|
647
669
|
offering_shared=offering_shared,
|
|
670
|
+
offering_slug=offering_slug,
|
|
648
671
|
offering_type=offering_type,
|
|
649
672
|
offering_uuid=offering_uuid,
|
|
650
673
|
page=page,
|
|
@@ -14,7 +14,8 @@ def _get_kwargs(
|
|
|
14
14
|
*,
|
|
15
15
|
o: Union[Unset, list[MarketplaceScreenshotsCountOItem]] = UNSET,
|
|
16
16
|
offering: Union[Unset, str] = UNSET,
|
|
17
|
-
|
|
17
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
18
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
18
19
|
page: Union[Unset, int] = UNSET,
|
|
19
20
|
page_size: Union[Unset, int] = UNSET,
|
|
20
21
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -32,9 +33,19 @@ def _get_kwargs(
|
|
|
32
33
|
|
|
33
34
|
params["offering"] = offering
|
|
34
35
|
|
|
35
|
-
|
|
36
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
37
|
+
if not isinstance(offering_slug, Unset):
|
|
38
|
+
json_offering_slug = offering_slug
|
|
39
|
+
|
|
40
|
+
params["offering_slug"] = json_offering_slug
|
|
41
|
+
|
|
42
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
36
43
|
if not isinstance(offering_uuid, Unset):
|
|
37
|
-
json_offering_uuid =
|
|
44
|
+
json_offering_uuid = []
|
|
45
|
+
for offering_uuid_item_data in offering_uuid:
|
|
46
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
47
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
48
|
+
|
|
38
49
|
params["offering_uuid"] = json_offering_uuid
|
|
39
50
|
|
|
40
51
|
params["page"] = page
|
|
@@ -86,7 +97,8 @@ def sync_detailed(
|
|
|
86
97
|
client: AuthenticatedClient,
|
|
87
98
|
o: Union[Unset, list[MarketplaceScreenshotsCountOItem]] = UNSET,
|
|
88
99
|
offering: Union[Unset, str] = UNSET,
|
|
89
|
-
|
|
100
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
101
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
90
102
|
page: Union[Unset, int] = UNSET,
|
|
91
103
|
page_size: Union[Unset, int] = UNSET,
|
|
92
104
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -96,7 +108,8 @@ def sync_detailed(
|
|
|
96
108
|
Args:
|
|
97
109
|
o (Union[Unset, list[MarketplaceScreenshotsCountOItem]]):
|
|
98
110
|
offering (Union[Unset, str]):
|
|
99
|
-
|
|
111
|
+
offering_slug (Union[Unset, list[str]]):
|
|
112
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
100
113
|
page (Union[Unset, int]):
|
|
101
114
|
page_size (Union[Unset, int]):
|
|
102
115
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -112,6 +125,7 @@ def sync_detailed(
|
|
|
112
125
|
kwargs = _get_kwargs(
|
|
113
126
|
o=o,
|
|
114
127
|
offering=offering,
|
|
128
|
+
offering_slug=offering_slug,
|
|
115
129
|
offering_uuid=offering_uuid,
|
|
116
130
|
page=page,
|
|
117
131
|
page_size=page_size,
|
|
@@ -130,7 +144,8 @@ def sync(
|
|
|
130
144
|
client: AuthenticatedClient,
|
|
131
145
|
o: Union[Unset, list[MarketplaceScreenshotsCountOItem]] = UNSET,
|
|
132
146
|
offering: Union[Unset, str] = UNSET,
|
|
133
|
-
|
|
147
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
148
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
134
149
|
page: Union[Unset, int] = UNSET,
|
|
135
150
|
page_size: Union[Unset, int] = UNSET,
|
|
136
151
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -140,7 +155,8 @@ def sync(
|
|
|
140
155
|
Args:
|
|
141
156
|
o (Union[Unset, list[MarketplaceScreenshotsCountOItem]]):
|
|
142
157
|
offering (Union[Unset, str]):
|
|
143
|
-
|
|
158
|
+
offering_slug (Union[Unset, list[str]]):
|
|
159
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
144
160
|
page (Union[Unset, int]):
|
|
145
161
|
page_size (Union[Unset, int]):
|
|
146
162
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -157,6 +173,7 @@ def sync(
|
|
|
157
173
|
client=client,
|
|
158
174
|
o=o,
|
|
159
175
|
offering=offering,
|
|
176
|
+
offering_slug=offering_slug,
|
|
160
177
|
offering_uuid=offering_uuid,
|
|
161
178
|
page=page,
|
|
162
179
|
page_size=page_size,
|
|
@@ -169,7 +186,8 @@ async def asyncio_detailed(
|
|
|
169
186
|
client: AuthenticatedClient,
|
|
170
187
|
o: Union[Unset, list[MarketplaceScreenshotsCountOItem]] = UNSET,
|
|
171
188
|
offering: Union[Unset, str] = UNSET,
|
|
172
|
-
|
|
189
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
190
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
173
191
|
page: Union[Unset, int] = UNSET,
|
|
174
192
|
page_size: Union[Unset, int] = UNSET,
|
|
175
193
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -179,7 +197,8 @@ async def asyncio_detailed(
|
|
|
179
197
|
Args:
|
|
180
198
|
o (Union[Unset, list[MarketplaceScreenshotsCountOItem]]):
|
|
181
199
|
offering (Union[Unset, str]):
|
|
182
|
-
|
|
200
|
+
offering_slug (Union[Unset, list[str]]):
|
|
201
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
183
202
|
page (Union[Unset, int]):
|
|
184
203
|
page_size (Union[Unset, int]):
|
|
185
204
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -195,6 +214,7 @@ async def asyncio_detailed(
|
|
|
195
214
|
kwargs = _get_kwargs(
|
|
196
215
|
o=o,
|
|
197
216
|
offering=offering,
|
|
217
|
+
offering_slug=offering_slug,
|
|
198
218
|
offering_uuid=offering_uuid,
|
|
199
219
|
page=page,
|
|
200
220
|
page_size=page_size,
|
|
@@ -211,7 +231,8 @@ async def asyncio(
|
|
|
211
231
|
client: AuthenticatedClient,
|
|
212
232
|
o: Union[Unset, list[MarketplaceScreenshotsCountOItem]] = UNSET,
|
|
213
233
|
offering: Union[Unset, str] = UNSET,
|
|
214
|
-
|
|
234
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
235
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
215
236
|
page: Union[Unset, int] = UNSET,
|
|
216
237
|
page_size: Union[Unset, int] = UNSET,
|
|
217
238
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -221,7 +242,8 @@ async def asyncio(
|
|
|
221
242
|
Args:
|
|
222
243
|
o (Union[Unset, list[MarketplaceScreenshotsCountOItem]]):
|
|
223
244
|
offering (Union[Unset, str]):
|
|
224
|
-
|
|
245
|
+
offering_slug (Union[Unset, list[str]]):
|
|
246
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
225
247
|
page (Union[Unset, int]):
|
|
226
248
|
page_size (Union[Unset, int]):
|
|
227
249
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -239,6 +261,7 @@ async def asyncio(
|
|
|
239
261
|
client=client,
|
|
240
262
|
o=o,
|
|
241
263
|
offering=offering,
|
|
264
|
+
offering_slug=offering_slug,
|
|
242
265
|
offering_uuid=offering_uuid,
|
|
243
266
|
page=page,
|
|
244
267
|
page_size=page_size,
|