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
|
@@ -22,7 +22,8 @@ def _get_kwargs(
|
|
|
22
22
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
23
23
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
24
24
|
offering: Union[Unset, str] = UNSET,
|
|
25
|
-
|
|
25
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
26
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
26
27
|
page: Union[Unset, int] = UNSET,
|
|
27
28
|
page_size: Union[Unset, int] = UNSET,
|
|
28
29
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -66,9 +67,19 @@ def _get_kwargs(
|
|
|
66
67
|
|
|
67
68
|
params["offering"] = offering
|
|
68
69
|
|
|
69
|
-
|
|
70
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
71
|
+
if not isinstance(offering_slug, Unset):
|
|
72
|
+
json_offering_slug = offering_slug
|
|
73
|
+
|
|
74
|
+
params["offering_slug"] = json_offering_slug
|
|
75
|
+
|
|
76
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
70
77
|
if not isinstance(offering_uuid, Unset):
|
|
71
|
-
json_offering_uuid =
|
|
78
|
+
json_offering_uuid = []
|
|
79
|
+
for offering_uuid_item_data in offering_uuid:
|
|
80
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
81
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
82
|
+
|
|
72
83
|
params["offering_uuid"] = json_offering_uuid
|
|
73
84
|
|
|
74
85
|
params["page"] = page
|
|
@@ -147,7 +158,8 @@ def sync_detailed(
|
|
|
147
158
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
148
159
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
149
160
|
offering: Union[Unset, str] = UNSET,
|
|
150
|
-
|
|
161
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
162
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
151
163
|
page: Union[Unset, int] = UNSET,
|
|
152
164
|
page_size: Union[Unset, int] = UNSET,
|
|
153
165
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -166,7 +178,8 @@ def sync_detailed(
|
|
|
166
178
|
modified (Union[Unset, datetime.datetime]):
|
|
167
179
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
168
180
|
offering (Union[Unset, str]):
|
|
169
|
-
|
|
181
|
+
offering_slug (Union[Unset, list[str]]):
|
|
182
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
170
183
|
page (Union[Unset, int]):
|
|
171
184
|
page_size (Union[Unset, int]):
|
|
172
185
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -191,6 +204,7 @@ def sync_detailed(
|
|
|
191
204
|
modified=modified,
|
|
192
205
|
o=o,
|
|
193
206
|
offering=offering,
|
|
207
|
+
offering_slug=offering_slug,
|
|
194
208
|
offering_uuid=offering_uuid,
|
|
195
209
|
page=page,
|
|
196
210
|
page_size=page_size,
|
|
@@ -218,7 +232,8 @@ def sync(
|
|
|
218
232
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
219
233
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
220
234
|
offering: Union[Unset, str] = UNSET,
|
|
221
|
-
|
|
235
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
236
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
222
237
|
page: Union[Unset, int] = UNSET,
|
|
223
238
|
page_size: Union[Unset, int] = UNSET,
|
|
224
239
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -237,7 +252,8 @@ def sync(
|
|
|
237
252
|
modified (Union[Unset, datetime.datetime]):
|
|
238
253
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
239
254
|
offering (Union[Unset, str]):
|
|
240
|
-
|
|
255
|
+
offering_slug (Union[Unset, list[str]]):
|
|
256
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
241
257
|
page (Union[Unset, int]):
|
|
242
258
|
page_size (Union[Unset, int]):
|
|
243
259
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -263,6 +279,7 @@ def sync(
|
|
|
263
279
|
modified=modified,
|
|
264
280
|
o=o,
|
|
265
281
|
offering=offering,
|
|
282
|
+
offering_slug=offering_slug,
|
|
266
283
|
offering_uuid=offering_uuid,
|
|
267
284
|
page=page,
|
|
268
285
|
page_size=page_size,
|
|
@@ -284,7 +301,8 @@ async def asyncio_detailed(
|
|
|
284
301
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
285
302
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
286
303
|
offering: Union[Unset, str] = UNSET,
|
|
287
|
-
|
|
304
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
305
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
288
306
|
page: Union[Unset, int] = UNSET,
|
|
289
307
|
page_size: Union[Unset, int] = UNSET,
|
|
290
308
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -303,7 +321,8 @@ async def asyncio_detailed(
|
|
|
303
321
|
modified (Union[Unset, datetime.datetime]):
|
|
304
322
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
305
323
|
offering (Union[Unset, str]):
|
|
306
|
-
|
|
324
|
+
offering_slug (Union[Unset, list[str]]):
|
|
325
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
307
326
|
page (Union[Unset, int]):
|
|
308
327
|
page_size (Union[Unset, int]):
|
|
309
328
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -328,6 +347,7 @@ async def asyncio_detailed(
|
|
|
328
347
|
modified=modified,
|
|
329
348
|
o=o,
|
|
330
349
|
offering=offering,
|
|
350
|
+
offering_slug=offering_slug,
|
|
331
351
|
offering_uuid=offering_uuid,
|
|
332
352
|
page=page,
|
|
333
353
|
page_size=page_size,
|
|
@@ -353,7 +373,8 @@ async def asyncio(
|
|
|
353
373
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
354
374
|
o: Union[Unset, list[MarketplaceOfferingUsersListOItem]] = UNSET,
|
|
355
375
|
offering: Union[Unset, str] = UNSET,
|
|
356
|
-
|
|
376
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
377
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
357
378
|
page: Union[Unset, int] = UNSET,
|
|
358
379
|
page_size: Union[Unset, int] = UNSET,
|
|
359
380
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -372,7 +393,8 @@ async def asyncio(
|
|
|
372
393
|
modified (Union[Unset, datetime.datetime]):
|
|
373
394
|
o (Union[Unset, list[MarketplaceOfferingUsersListOItem]]):
|
|
374
395
|
offering (Union[Unset, str]):
|
|
375
|
-
|
|
396
|
+
offering_slug (Union[Unset, list[str]]):
|
|
397
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
376
398
|
page (Union[Unset, int]):
|
|
377
399
|
page_size (Union[Unset, int]):
|
|
378
400
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -399,6 +421,7 @@ async def asyncio(
|
|
|
399
421
|
modified=modified,
|
|
400
422
|
o=o,
|
|
401
423
|
offering=offering,
|
|
424
|
+
offering_slug=offering_slug,
|
|
402
425
|
offering_uuid=offering_uuid,
|
|
403
426
|
page=page,
|
|
404
427
|
page_size=page_size,
|
|
@@ -23,6 +23,7 @@ def _get_kwargs(
|
|
|
23
23
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
24
24
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
25
25
|
offering: Union[Unset, str] = UNSET,
|
|
26
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
26
27
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
27
28
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
28
29
|
page: Union[Unset, int] = UNSET,
|
|
@@ -74,6 +75,12 @@ def _get_kwargs(
|
|
|
74
75
|
|
|
75
76
|
params["offering"] = offering
|
|
76
77
|
|
|
78
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
79
|
+
if not isinstance(offering_slug, Unset):
|
|
80
|
+
json_offering_slug = offering_slug
|
|
81
|
+
|
|
82
|
+
params["offering_slug"] = json_offering_slug
|
|
83
|
+
|
|
77
84
|
json_offering_type: Union[Unset, list[str]] = UNSET
|
|
78
85
|
if not isinstance(offering_type, Unset):
|
|
79
86
|
json_offering_type = offering_type
|
|
@@ -182,6 +189,7 @@ def sync_detailed(
|
|
|
182
189
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
183
190
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
184
191
|
offering: Union[Unset, str] = UNSET,
|
|
192
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
185
193
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
186
194
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
187
195
|
page: Union[Unset, int] = UNSET,
|
|
@@ -207,6 +215,7 @@ def sync_detailed(
|
|
|
207
215
|
modified (Union[Unset, datetime.datetime]):
|
|
208
216
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
209
217
|
offering (Union[Unset, str]):
|
|
218
|
+
offering_slug (Union[Unset, list[str]]):
|
|
210
219
|
offering_type (Union[Unset, list[str]]):
|
|
211
220
|
offering_uuid (Union[Unset, UUID]):
|
|
212
221
|
page (Union[Unset, int]):
|
|
@@ -238,6 +247,7 @@ def sync_detailed(
|
|
|
238
247
|
modified=modified,
|
|
239
248
|
o=o,
|
|
240
249
|
offering=offering,
|
|
250
|
+
offering_slug=offering_slug,
|
|
241
251
|
offering_type=offering_type,
|
|
242
252
|
offering_uuid=offering_uuid,
|
|
243
253
|
page=page,
|
|
@@ -271,6 +281,7 @@ def sync(
|
|
|
271
281
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
272
282
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
273
283
|
offering: Union[Unset, str] = UNSET,
|
|
284
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
274
285
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
275
286
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
276
287
|
page: Union[Unset, int] = UNSET,
|
|
@@ -296,6 +307,7 @@ def sync(
|
|
|
296
307
|
modified (Union[Unset, datetime.datetime]):
|
|
297
308
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
298
309
|
offering (Union[Unset, str]):
|
|
310
|
+
offering_slug (Union[Unset, list[str]]):
|
|
299
311
|
offering_type (Union[Unset, list[str]]):
|
|
300
312
|
offering_uuid (Union[Unset, UUID]):
|
|
301
313
|
page (Union[Unset, int]):
|
|
@@ -328,6 +340,7 @@ def sync(
|
|
|
328
340
|
modified=modified,
|
|
329
341
|
o=o,
|
|
330
342
|
offering=offering,
|
|
343
|
+
offering_slug=offering_slug,
|
|
331
344
|
offering_type=offering_type,
|
|
332
345
|
offering_uuid=offering_uuid,
|
|
333
346
|
page=page,
|
|
@@ -355,6 +368,7 @@ async def asyncio_detailed(
|
|
|
355
368
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
356
369
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
357
370
|
offering: Union[Unset, str] = UNSET,
|
|
371
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
358
372
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
359
373
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
360
374
|
page: Union[Unset, int] = UNSET,
|
|
@@ -380,6 +394,7 @@ async def asyncio_detailed(
|
|
|
380
394
|
modified (Union[Unset, datetime.datetime]):
|
|
381
395
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
382
396
|
offering (Union[Unset, str]):
|
|
397
|
+
offering_slug (Union[Unset, list[str]]):
|
|
383
398
|
offering_type (Union[Unset, list[str]]):
|
|
384
399
|
offering_uuid (Union[Unset, UUID]):
|
|
385
400
|
page (Union[Unset, int]):
|
|
@@ -411,6 +426,7 @@ async def asyncio_detailed(
|
|
|
411
426
|
modified=modified,
|
|
412
427
|
o=o,
|
|
413
428
|
offering=offering,
|
|
429
|
+
offering_slug=offering_slug,
|
|
414
430
|
offering_type=offering_type,
|
|
415
431
|
offering_uuid=offering_uuid,
|
|
416
432
|
page=page,
|
|
@@ -442,6 +458,7 @@ async def asyncio(
|
|
|
442
458
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
443
459
|
o: Union[Unset, list[MarketplaceOrdersCountOItem]] = UNSET,
|
|
444
460
|
offering: Union[Unset, str] = UNSET,
|
|
461
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
445
462
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
446
463
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
447
464
|
page: Union[Unset, int] = UNSET,
|
|
@@ -467,6 +484,7 @@ async def asyncio(
|
|
|
467
484
|
modified (Union[Unset, datetime.datetime]):
|
|
468
485
|
o (Union[Unset, list[MarketplaceOrdersCountOItem]]):
|
|
469
486
|
offering (Union[Unset, str]):
|
|
487
|
+
offering_slug (Union[Unset, list[str]]):
|
|
470
488
|
offering_type (Union[Unset, list[str]]):
|
|
471
489
|
offering_uuid (Union[Unset, UUID]):
|
|
472
490
|
page (Union[Unset, int]):
|
|
@@ -500,6 +518,7 @@ async def asyncio(
|
|
|
500
518
|
modified=modified,
|
|
501
519
|
o=o,
|
|
502
520
|
offering=offering,
|
|
521
|
+
offering_slug=offering_slug,
|
|
503
522
|
offering_type=offering_type,
|
|
504
523
|
offering_uuid=offering_uuid,
|
|
505
524
|
page=page,
|
|
@@ -26,6 +26,7 @@ def _get_kwargs(
|
|
|
26
26
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
27
27
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
28
28
|
offering: Union[Unset, str] = UNSET,
|
|
29
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
29
30
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
30
31
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
31
32
|
page: Union[Unset, int] = UNSET,
|
|
@@ -86,6 +87,12 @@ def _get_kwargs(
|
|
|
86
87
|
|
|
87
88
|
params["offering"] = offering
|
|
88
89
|
|
|
90
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
91
|
+
if not isinstance(offering_slug, Unset):
|
|
92
|
+
json_offering_slug = offering_slug
|
|
93
|
+
|
|
94
|
+
params["offering_slug"] = json_offering_slug
|
|
95
|
+
|
|
89
96
|
json_offering_type: Union[Unset, list[str]] = UNSET
|
|
90
97
|
if not isinstance(offering_type, Unset):
|
|
91
98
|
json_offering_type = offering_type
|
|
@@ -195,6 +202,7 @@ def sync_detailed(
|
|
|
195
202
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
196
203
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
197
204
|
offering: Union[Unset, str] = UNSET,
|
|
205
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
198
206
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
199
207
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
200
208
|
page: Union[Unset, int] = UNSET,
|
|
@@ -221,6 +229,7 @@ def sync_detailed(
|
|
|
221
229
|
modified (Union[Unset, datetime.datetime]):
|
|
222
230
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
223
231
|
offering (Union[Unset, str]):
|
|
232
|
+
offering_slug (Union[Unset, list[str]]):
|
|
224
233
|
offering_type (Union[Unset, list[str]]):
|
|
225
234
|
offering_uuid (Union[Unset, UUID]):
|
|
226
235
|
page (Union[Unset, int]):
|
|
@@ -253,6 +262,7 @@ def sync_detailed(
|
|
|
253
262
|
modified=modified,
|
|
254
263
|
o=o,
|
|
255
264
|
offering=offering,
|
|
265
|
+
offering_slug=offering_slug,
|
|
256
266
|
offering_type=offering_type,
|
|
257
267
|
offering_uuid=offering_uuid,
|
|
258
268
|
page=page,
|
|
@@ -287,6 +297,7 @@ def sync(
|
|
|
287
297
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
288
298
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
289
299
|
offering: Union[Unset, str] = UNSET,
|
|
300
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
290
301
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
291
302
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
292
303
|
page: Union[Unset, int] = UNSET,
|
|
@@ -313,6 +324,7 @@ def sync(
|
|
|
313
324
|
modified (Union[Unset, datetime.datetime]):
|
|
314
325
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
315
326
|
offering (Union[Unset, str]):
|
|
327
|
+
offering_slug (Union[Unset, list[str]]):
|
|
316
328
|
offering_type (Union[Unset, list[str]]):
|
|
317
329
|
offering_uuid (Union[Unset, UUID]):
|
|
318
330
|
page (Union[Unset, int]):
|
|
@@ -346,6 +358,7 @@ def sync(
|
|
|
346
358
|
modified=modified,
|
|
347
359
|
o=o,
|
|
348
360
|
offering=offering,
|
|
361
|
+
offering_slug=offering_slug,
|
|
349
362
|
offering_type=offering_type,
|
|
350
363
|
offering_uuid=offering_uuid,
|
|
351
364
|
page=page,
|
|
@@ -374,6 +387,7 @@ async def asyncio_detailed(
|
|
|
374
387
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
375
388
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
376
389
|
offering: Union[Unset, str] = UNSET,
|
|
390
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
377
391
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
378
392
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
379
393
|
page: Union[Unset, int] = UNSET,
|
|
@@ -400,6 +414,7 @@ async def asyncio_detailed(
|
|
|
400
414
|
modified (Union[Unset, datetime.datetime]):
|
|
401
415
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
402
416
|
offering (Union[Unset, str]):
|
|
417
|
+
offering_slug (Union[Unset, list[str]]):
|
|
403
418
|
offering_type (Union[Unset, list[str]]):
|
|
404
419
|
offering_uuid (Union[Unset, UUID]):
|
|
405
420
|
page (Union[Unset, int]):
|
|
@@ -432,6 +447,7 @@ async def asyncio_detailed(
|
|
|
432
447
|
modified=modified,
|
|
433
448
|
o=o,
|
|
434
449
|
offering=offering,
|
|
450
|
+
offering_slug=offering_slug,
|
|
435
451
|
offering_type=offering_type,
|
|
436
452
|
offering_uuid=offering_uuid,
|
|
437
453
|
page=page,
|
|
@@ -464,6 +480,7 @@ async def asyncio(
|
|
|
464
480
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
465
481
|
o: Union[Unset, list[MarketplaceOrdersListOItem]] = UNSET,
|
|
466
482
|
offering: Union[Unset, str] = UNSET,
|
|
483
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
467
484
|
offering_type: Union[Unset, list[str]] = UNSET,
|
|
468
485
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
469
486
|
page: Union[Unset, int] = UNSET,
|
|
@@ -490,6 +507,7 @@ async def asyncio(
|
|
|
490
507
|
modified (Union[Unset, datetime.datetime]):
|
|
491
508
|
o (Union[Unset, list[MarketplaceOrdersListOItem]]):
|
|
492
509
|
offering (Union[Unset, str]):
|
|
510
|
+
offering_slug (Union[Unset, list[str]]):
|
|
493
511
|
offering_type (Union[Unset, list[str]]):
|
|
494
512
|
offering_uuid (Union[Unset, UUID]):
|
|
495
513
|
page (Union[Unset, int]):
|
|
@@ -524,6 +542,7 @@ async def asyncio(
|
|
|
524
542
|
modified=modified,
|
|
525
543
|
o=o,
|
|
526
544
|
offering=offering,
|
|
545
|
+
offering_slug=offering_slug,
|
|
527
546
|
offering_type=offering_type,
|
|
528
547
|
offering_uuid=offering_uuid,
|
|
529
548
|
page=page,
|
|
@@ -12,6 +12,7 @@ from ...types import UNSET, Response, Unset
|
|
|
12
12
|
def _get_kwargs(
|
|
13
13
|
*,
|
|
14
14
|
offering: Union[Unset, str] = UNSET,
|
|
15
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
15
16
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
16
17
|
page: Union[Unset, int] = UNSET,
|
|
17
18
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -21,6 +22,12 @@ def _get_kwargs(
|
|
|
21
22
|
|
|
22
23
|
params["offering"] = offering
|
|
23
24
|
|
|
25
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
26
|
+
if not isinstance(offering_slug, Unset):
|
|
27
|
+
json_offering_slug = offering_slug
|
|
28
|
+
|
|
29
|
+
params["offering_slug"] = json_offering_slug
|
|
30
|
+
|
|
24
31
|
json_offering_uuid: Union[Unset, str] = UNSET
|
|
25
32
|
if not isinstance(offering_uuid, Unset):
|
|
26
33
|
json_offering_uuid = str(offering_uuid)
|
|
@@ -74,6 +81,7 @@ def sync_detailed(
|
|
|
74
81
|
*,
|
|
75
82
|
client: AuthenticatedClient,
|
|
76
83
|
offering: Union[Unset, str] = UNSET,
|
|
84
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
77
85
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
78
86
|
page: Union[Unset, int] = UNSET,
|
|
79
87
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -83,6 +91,7 @@ def sync_detailed(
|
|
|
83
91
|
|
|
84
92
|
Args:
|
|
85
93
|
offering (Union[Unset, str]):
|
|
94
|
+
offering_slug (Union[Unset, list[str]]):
|
|
86
95
|
offering_uuid (Union[Unset, UUID]):
|
|
87
96
|
page (Union[Unset, int]):
|
|
88
97
|
page_size (Union[Unset, int]):
|
|
@@ -98,6 +107,7 @@ def sync_detailed(
|
|
|
98
107
|
|
|
99
108
|
kwargs = _get_kwargs(
|
|
100
109
|
offering=offering,
|
|
110
|
+
offering_slug=offering_slug,
|
|
101
111
|
offering_uuid=offering_uuid,
|
|
102
112
|
page=page,
|
|
103
113
|
page_size=page_size,
|
|
@@ -115,6 +125,7 @@ def sync(
|
|
|
115
125
|
*,
|
|
116
126
|
client: AuthenticatedClient,
|
|
117
127
|
offering: Union[Unset, str] = UNSET,
|
|
128
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
118
129
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
119
130
|
page: Union[Unset, int] = UNSET,
|
|
120
131
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -124,6 +135,7 @@ def sync(
|
|
|
124
135
|
|
|
125
136
|
Args:
|
|
126
137
|
offering (Union[Unset, str]):
|
|
138
|
+
offering_slug (Union[Unset, list[str]]):
|
|
127
139
|
offering_uuid (Union[Unset, UUID]):
|
|
128
140
|
page (Union[Unset, int]):
|
|
129
141
|
page_size (Union[Unset, int]):
|
|
@@ -140,6 +152,7 @@ def sync(
|
|
|
140
152
|
return sync_detailed(
|
|
141
153
|
client=client,
|
|
142
154
|
offering=offering,
|
|
155
|
+
offering_slug=offering_slug,
|
|
143
156
|
offering_uuid=offering_uuid,
|
|
144
157
|
page=page,
|
|
145
158
|
page_size=page_size,
|
|
@@ -151,6 +164,7 @@ async def asyncio_detailed(
|
|
|
151
164
|
*,
|
|
152
165
|
client: AuthenticatedClient,
|
|
153
166
|
offering: Union[Unset, str] = UNSET,
|
|
167
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
154
168
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
155
169
|
page: Union[Unset, int] = UNSET,
|
|
156
170
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -160,6 +174,7 @@ async def asyncio_detailed(
|
|
|
160
174
|
|
|
161
175
|
Args:
|
|
162
176
|
offering (Union[Unset, str]):
|
|
177
|
+
offering_slug (Union[Unset, list[str]]):
|
|
163
178
|
offering_uuid (Union[Unset, UUID]):
|
|
164
179
|
page (Union[Unset, int]):
|
|
165
180
|
page_size (Union[Unset, int]):
|
|
@@ -175,6 +190,7 @@ async def asyncio_detailed(
|
|
|
175
190
|
|
|
176
191
|
kwargs = _get_kwargs(
|
|
177
192
|
offering=offering,
|
|
193
|
+
offering_slug=offering_slug,
|
|
178
194
|
offering_uuid=offering_uuid,
|
|
179
195
|
page=page,
|
|
180
196
|
page_size=page_size,
|
|
@@ -190,6 +206,7 @@ async def asyncio(
|
|
|
190
206
|
*,
|
|
191
207
|
client: AuthenticatedClient,
|
|
192
208
|
offering: Union[Unset, str] = UNSET,
|
|
209
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
193
210
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
194
211
|
page: Union[Unset, int] = UNSET,
|
|
195
212
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -199,6 +216,7 @@ async def asyncio(
|
|
|
199
216
|
|
|
200
217
|
Args:
|
|
201
218
|
offering (Union[Unset, str]):
|
|
219
|
+
offering_slug (Union[Unset, list[str]]):
|
|
202
220
|
offering_uuid (Union[Unset, UUID]):
|
|
203
221
|
page (Union[Unset, int]):
|
|
204
222
|
page_size (Union[Unset, int]):
|
|
@@ -216,6 +234,7 @@ async def asyncio(
|
|
|
216
234
|
await asyncio_detailed(
|
|
217
235
|
client=client,
|
|
218
236
|
offering=offering,
|
|
237
|
+
offering_slug=offering_slug,
|
|
219
238
|
offering_uuid=offering_uuid,
|
|
220
239
|
page=page,
|
|
221
240
|
page_size=page_size,
|
|
@@ -13,6 +13,7 @@ from ...types import UNSET, Response, Unset
|
|
|
13
13
|
def _get_kwargs(
|
|
14
14
|
*,
|
|
15
15
|
offering: Union[Unset, str] = UNSET,
|
|
16
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
16
17
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
17
18
|
page: Union[Unset, int] = UNSET,
|
|
18
19
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -22,6 +23,12 @@ def _get_kwargs(
|
|
|
22
23
|
|
|
23
24
|
params["offering"] = offering
|
|
24
25
|
|
|
26
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
27
|
+
if not isinstance(offering_slug, Unset):
|
|
28
|
+
json_offering_slug = offering_slug
|
|
29
|
+
|
|
30
|
+
params["offering_slug"] = json_offering_slug
|
|
31
|
+
|
|
25
32
|
json_offering_uuid: Union[Unset, str] = UNSET
|
|
26
33
|
if not isinstance(offering_uuid, Unset):
|
|
27
34
|
json_offering_uuid = str(offering_uuid)
|
|
@@ -77,6 +84,7 @@ def sync_detailed(
|
|
|
77
84
|
*,
|
|
78
85
|
client: AuthenticatedClient,
|
|
79
86
|
offering: Union[Unset, str] = UNSET,
|
|
87
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
80
88
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
81
89
|
page: Union[Unset, int] = UNSET,
|
|
82
90
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -86,6 +94,7 @@ def sync_detailed(
|
|
|
86
94
|
|
|
87
95
|
Args:
|
|
88
96
|
offering (Union[Unset, str]):
|
|
97
|
+
offering_slug (Union[Unset, list[str]]):
|
|
89
98
|
offering_uuid (Union[Unset, UUID]):
|
|
90
99
|
page (Union[Unset, int]):
|
|
91
100
|
page_size (Union[Unset, int]):
|
|
@@ -101,6 +110,7 @@ def sync_detailed(
|
|
|
101
110
|
|
|
102
111
|
kwargs = _get_kwargs(
|
|
103
112
|
offering=offering,
|
|
113
|
+
offering_slug=offering_slug,
|
|
104
114
|
offering_uuid=offering_uuid,
|
|
105
115
|
page=page,
|
|
106
116
|
page_size=page_size,
|
|
@@ -118,6 +128,7 @@ def sync(
|
|
|
118
128
|
*,
|
|
119
129
|
client: AuthenticatedClient,
|
|
120
130
|
offering: Union[Unset, str] = UNSET,
|
|
131
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
121
132
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
122
133
|
page: Union[Unset, int] = UNSET,
|
|
123
134
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -127,6 +138,7 @@ def sync(
|
|
|
127
138
|
|
|
128
139
|
Args:
|
|
129
140
|
offering (Union[Unset, str]):
|
|
141
|
+
offering_slug (Union[Unset, list[str]]):
|
|
130
142
|
offering_uuid (Union[Unset, UUID]):
|
|
131
143
|
page (Union[Unset, int]):
|
|
132
144
|
page_size (Union[Unset, int]):
|
|
@@ -143,6 +155,7 @@ def sync(
|
|
|
143
155
|
return sync_detailed(
|
|
144
156
|
client=client,
|
|
145
157
|
offering=offering,
|
|
158
|
+
offering_slug=offering_slug,
|
|
146
159
|
offering_uuid=offering_uuid,
|
|
147
160
|
page=page,
|
|
148
161
|
page_size=page_size,
|
|
@@ -154,6 +167,7 @@ async def asyncio_detailed(
|
|
|
154
167
|
*,
|
|
155
168
|
client: AuthenticatedClient,
|
|
156
169
|
offering: Union[Unset, str] = UNSET,
|
|
170
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
157
171
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
158
172
|
page: Union[Unset, int] = UNSET,
|
|
159
173
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -163,6 +177,7 @@ async def asyncio_detailed(
|
|
|
163
177
|
|
|
164
178
|
Args:
|
|
165
179
|
offering (Union[Unset, str]):
|
|
180
|
+
offering_slug (Union[Unset, list[str]]):
|
|
166
181
|
offering_uuid (Union[Unset, UUID]):
|
|
167
182
|
page (Union[Unset, int]):
|
|
168
183
|
page_size (Union[Unset, int]):
|
|
@@ -178,6 +193,7 @@ async def asyncio_detailed(
|
|
|
178
193
|
|
|
179
194
|
kwargs = _get_kwargs(
|
|
180
195
|
offering=offering,
|
|
196
|
+
offering_slug=offering_slug,
|
|
181
197
|
offering_uuid=offering_uuid,
|
|
182
198
|
page=page,
|
|
183
199
|
page_size=page_size,
|
|
@@ -193,6 +209,7 @@ async def asyncio(
|
|
|
193
209
|
*,
|
|
194
210
|
client: AuthenticatedClient,
|
|
195
211
|
offering: Union[Unset, str] = UNSET,
|
|
212
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
196
213
|
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
197
214
|
page: Union[Unset, int] = UNSET,
|
|
198
215
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -202,6 +219,7 @@ async def asyncio(
|
|
|
202
219
|
|
|
203
220
|
Args:
|
|
204
221
|
offering (Union[Unset, str]):
|
|
222
|
+
offering_slug (Union[Unset, list[str]]):
|
|
205
223
|
offering_uuid (Union[Unset, UUID]):
|
|
206
224
|
page (Union[Unset, int]):
|
|
207
225
|
page_size (Union[Unset, int]):
|
|
@@ -219,6 +237,7 @@ async def asyncio(
|
|
|
219
237
|
await asyncio_detailed(
|
|
220
238
|
client=client,
|
|
221
239
|
offering=offering,
|
|
240
|
+
offering_slug=offering_slug,
|
|
222
241
|
offering_uuid=offering_uuid,
|
|
223
242
|
page=page,
|
|
224
243
|
page_size=page_size,
|