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
|
@@ -30,8 +30,9 @@ def _get_kwargs(
|
|
|
30
30
|
offering: Union[Unset, str] = UNSET,
|
|
31
31
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
32
32
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
33
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
33
34
|
offering_type: Union[Unset, str] = UNSET,
|
|
34
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
35
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
35
36
|
page: Union[Unset, int] = UNSET,
|
|
36
37
|
page_size: Union[Unset, int] = UNSET,
|
|
37
38
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -105,11 +106,21 @@ def _get_kwargs(
|
|
|
105
106
|
|
|
106
107
|
params["offering_shared"] = offering_shared
|
|
107
108
|
|
|
109
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
110
|
+
if not isinstance(offering_slug, Unset):
|
|
111
|
+
json_offering_slug = offering_slug
|
|
112
|
+
|
|
113
|
+
params["offering_slug"] = json_offering_slug
|
|
114
|
+
|
|
108
115
|
params["offering_type"] = offering_type
|
|
109
116
|
|
|
110
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
117
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
111
118
|
if not isinstance(offering_uuid, Unset):
|
|
112
|
-
json_offering_uuid =
|
|
119
|
+
json_offering_uuid = []
|
|
120
|
+
for offering_uuid_item_data in offering_uuid:
|
|
121
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
122
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
123
|
+
|
|
113
124
|
params["offering_uuid"] = json_offering_uuid
|
|
114
125
|
|
|
115
126
|
params["page"] = page
|
|
@@ -211,8 +222,9 @@ def sync_detailed(
|
|
|
211
222
|
offering: Union[Unset, str] = UNSET,
|
|
212
223
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
213
224
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
225
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
214
226
|
offering_type: Union[Unset, str] = UNSET,
|
|
215
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
227
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
216
228
|
page: Union[Unset, int] = UNSET,
|
|
217
229
|
page_size: Union[Unset, int] = UNSET,
|
|
218
230
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -246,8 +258,9 @@ def sync_detailed(
|
|
|
246
258
|
offering (Union[Unset, str]):
|
|
247
259
|
offering_billable (Union[Unset, UUID]):
|
|
248
260
|
offering_shared (Union[Unset, bool]):
|
|
261
|
+
offering_slug (Union[Unset, list[str]]):
|
|
249
262
|
offering_type (Union[Unset, str]):
|
|
250
|
-
offering_uuid (Union[Unset, UUID]):
|
|
263
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
251
264
|
page (Union[Unset, int]):
|
|
252
265
|
page_size (Union[Unset, int]):
|
|
253
266
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -287,6 +300,7 @@ def sync_detailed(
|
|
|
287
300
|
offering=offering,
|
|
288
301
|
offering_billable=offering_billable,
|
|
289
302
|
offering_shared=offering_shared,
|
|
303
|
+
offering_slug=offering_slug,
|
|
290
304
|
offering_type=offering_type,
|
|
291
305
|
offering_uuid=offering_uuid,
|
|
292
306
|
page=page,
|
|
@@ -330,8 +344,9 @@ def sync(
|
|
|
330
344
|
offering: Union[Unset, str] = UNSET,
|
|
331
345
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
332
346
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
347
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
333
348
|
offering_type: Union[Unset, str] = UNSET,
|
|
334
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
349
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
335
350
|
page: Union[Unset, int] = UNSET,
|
|
336
351
|
page_size: Union[Unset, int] = UNSET,
|
|
337
352
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -365,8 +380,9 @@ def sync(
|
|
|
365
380
|
offering (Union[Unset, str]):
|
|
366
381
|
offering_billable (Union[Unset, UUID]):
|
|
367
382
|
offering_shared (Union[Unset, bool]):
|
|
383
|
+
offering_slug (Union[Unset, list[str]]):
|
|
368
384
|
offering_type (Union[Unset, str]):
|
|
369
|
-
offering_uuid (Union[Unset, UUID]):
|
|
385
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
370
386
|
page (Union[Unset, int]):
|
|
371
387
|
page_size (Union[Unset, int]):
|
|
372
388
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -407,6 +423,7 @@ def sync(
|
|
|
407
423
|
offering=offering,
|
|
408
424
|
offering_billable=offering_billable,
|
|
409
425
|
offering_shared=offering_shared,
|
|
426
|
+
offering_slug=offering_slug,
|
|
410
427
|
offering_type=offering_type,
|
|
411
428
|
offering_uuid=offering_uuid,
|
|
412
429
|
page=page,
|
|
@@ -444,8 +461,9 @@ async def asyncio_detailed(
|
|
|
444
461
|
offering: Union[Unset, str] = UNSET,
|
|
445
462
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
446
463
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
464
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
447
465
|
offering_type: Union[Unset, str] = UNSET,
|
|
448
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
466
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
449
467
|
page: Union[Unset, int] = UNSET,
|
|
450
468
|
page_size: Union[Unset, int] = UNSET,
|
|
451
469
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -479,8 +497,9 @@ async def asyncio_detailed(
|
|
|
479
497
|
offering (Union[Unset, str]):
|
|
480
498
|
offering_billable (Union[Unset, UUID]):
|
|
481
499
|
offering_shared (Union[Unset, bool]):
|
|
500
|
+
offering_slug (Union[Unset, list[str]]):
|
|
482
501
|
offering_type (Union[Unset, str]):
|
|
483
|
-
offering_uuid (Union[Unset, UUID]):
|
|
502
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
484
503
|
page (Union[Unset, int]):
|
|
485
504
|
page_size (Union[Unset, int]):
|
|
486
505
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -520,6 +539,7 @@ async def asyncio_detailed(
|
|
|
520
539
|
offering=offering,
|
|
521
540
|
offering_billable=offering_billable,
|
|
522
541
|
offering_shared=offering_shared,
|
|
542
|
+
offering_slug=offering_slug,
|
|
523
543
|
offering_type=offering_type,
|
|
524
544
|
offering_uuid=offering_uuid,
|
|
525
545
|
page=page,
|
|
@@ -561,8 +581,9 @@ async def asyncio(
|
|
|
561
581
|
offering: Union[Unset, str] = UNSET,
|
|
562
582
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
563
583
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
584
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
564
585
|
offering_type: Union[Unset, str] = UNSET,
|
|
565
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
586
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
566
587
|
page: Union[Unset, int] = UNSET,
|
|
567
588
|
page_size: Union[Unset, int] = UNSET,
|
|
568
589
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -596,8 +617,9 @@ async def asyncio(
|
|
|
596
617
|
offering (Union[Unset, str]):
|
|
597
618
|
offering_billable (Union[Unset, UUID]):
|
|
598
619
|
offering_shared (Union[Unset, bool]):
|
|
620
|
+
offering_slug (Union[Unset, list[str]]):
|
|
599
621
|
offering_type (Union[Unset, str]):
|
|
600
|
-
offering_uuid (Union[Unset, UUID]):
|
|
622
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
601
623
|
page (Union[Unset, int]):
|
|
602
624
|
page_size (Union[Unset, int]):
|
|
603
625
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -639,6 +661,7 @@ async def asyncio(
|
|
|
639
661
|
offering=offering,
|
|
640
662
|
offering_billable=offering_billable,
|
|
641
663
|
offering_shared=offering_shared,
|
|
664
|
+
offering_slug=offering_slug,
|
|
642
665
|
offering_type=offering_type,
|
|
643
666
|
offering_uuid=offering_uuid,
|
|
644
667
|
page=page,
|
|
@@ -33,8 +33,9 @@ def _get_kwargs(
|
|
|
33
33
|
offering: Union[Unset, str] = UNSET,
|
|
34
34
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
35
35
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
36
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
36
37
|
offering_type: Union[Unset, str] = UNSET,
|
|
37
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
38
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
38
39
|
page: Union[Unset, int] = UNSET,
|
|
39
40
|
page_size: Union[Unset, int] = UNSET,
|
|
40
41
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -117,11 +118,21 @@ def _get_kwargs(
|
|
|
117
118
|
|
|
118
119
|
params["offering_shared"] = offering_shared
|
|
119
120
|
|
|
121
|
+
json_offering_slug: Union[Unset, list[str]] = UNSET
|
|
122
|
+
if not isinstance(offering_slug, Unset):
|
|
123
|
+
json_offering_slug = offering_slug
|
|
124
|
+
|
|
125
|
+
params["offering_slug"] = json_offering_slug
|
|
126
|
+
|
|
120
127
|
params["offering_type"] = offering_type
|
|
121
128
|
|
|
122
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
129
|
+
json_offering_uuid: Union[Unset, list[str]] = UNSET
|
|
123
130
|
if not isinstance(offering_uuid, Unset):
|
|
124
|
-
json_offering_uuid =
|
|
131
|
+
json_offering_uuid = []
|
|
132
|
+
for offering_uuid_item_data in offering_uuid:
|
|
133
|
+
offering_uuid_item = str(offering_uuid_item_data)
|
|
134
|
+
json_offering_uuid.append(offering_uuid_item)
|
|
135
|
+
|
|
125
136
|
params["offering_uuid"] = json_offering_uuid
|
|
126
137
|
|
|
127
138
|
params["page"] = page
|
|
@@ -224,8 +235,9 @@ def sync_detailed(
|
|
|
224
235
|
offering: Union[Unset, str] = UNSET,
|
|
225
236
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
226
237
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
238
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
227
239
|
offering_type: Union[Unset, str] = UNSET,
|
|
228
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
240
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
229
241
|
page: Union[Unset, int] = UNSET,
|
|
230
242
|
page_size: Union[Unset, int] = UNSET,
|
|
231
243
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -260,8 +272,9 @@ def sync_detailed(
|
|
|
260
272
|
offering (Union[Unset, str]):
|
|
261
273
|
offering_billable (Union[Unset, UUID]):
|
|
262
274
|
offering_shared (Union[Unset, bool]):
|
|
275
|
+
offering_slug (Union[Unset, list[str]]):
|
|
263
276
|
offering_type (Union[Unset, str]):
|
|
264
|
-
offering_uuid (Union[Unset, UUID]):
|
|
277
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
265
278
|
page (Union[Unset, int]):
|
|
266
279
|
page_size (Union[Unset, int]):
|
|
267
280
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -302,6 +315,7 @@ def sync_detailed(
|
|
|
302
315
|
offering=offering,
|
|
303
316
|
offering_billable=offering_billable,
|
|
304
317
|
offering_shared=offering_shared,
|
|
318
|
+
offering_slug=offering_slug,
|
|
305
319
|
offering_type=offering_type,
|
|
306
320
|
offering_uuid=offering_uuid,
|
|
307
321
|
page=page,
|
|
@@ -346,8 +360,9 @@ def sync(
|
|
|
346
360
|
offering: Union[Unset, str] = UNSET,
|
|
347
361
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
348
362
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
363
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
349
364
|
offering_type: Union[Unset, str] = UNSET,
|
|
350
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
365
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
351
366
|
page: Union[Unset, int] = UNSET,
|
|
352
367
|
page_size: Union[Unset, int] = UNSET,
|
|
353
368
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -382,8 +397,9 @@ def sync(
|
|
|
382
397
|
offering (Union[Unset, str]):
|
|
383
398
|
offering_billable (Union[Unset, UUID]):
|
|
384
399
|
offering_shared (Union[Unset, bool]):
|
|
400
|
+
offering_slug (Union[Unset, list[str]]):
|
|
385
401
|
offering_type (Union[Unset, str]):
|
|
386
|
-
offering_uuid (Union[Unset, UUID]):
|
|
402
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
387
403
|
page (Union[Unset, int]):
|
|
388
404
|
page_size (Union[Unset, int]):
|
|
389
405
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -425,6 +441,7 @@ def sync(
|
|
|
425
441
|
offering=offering,
|
|
426
442
|
offering_billable=offering_billable,
|
|
427
443
|
offering_shared=offering_shared,
|
|
444
|
+
offering_slug=offering_slug,
|
|
428
445
|
offering_type=offering_type,
|
|
429
446
|
offering_uuid=offering_uuid,
|
|
430
447
|
page=page,
|
|
@@ -463,8 +480,9 @@ async def asyncio_detailed(
|
|
|
463
480
|
offering: Union[Unset, str] = UNSET,
|
|
464
481
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
465
482
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
483
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
466
484
|
offering_type: Union[Unset, str] = UNSET,
|
|
467
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
485
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
468
486
|
page: Union[Unset, int] = UNSET,
|
|
469
487
|
page_size: Union[Unset, int] = UNSET,
|
|
470
488
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -499,8 +517,9 @@ async def asyncio_detailed(
|
|
|
499
517
|
offering (Union[Unset, str]):
|
|
500
518
|
offering_billable (Union[Unset, UUID]):
|
|
501
519
|
offering_shared (Union[Unset, bool]):
|
|
520
|
+
offering_slug (Union[Unset, list[str]]):
|
|
502
521
|
offering_type (Union[Unset, str]):
|
|
503
|
-
offering_uuid (Union[Unset, UUID]):
|
|
522
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
504
523
|
page (Union[Unset, int]):
|
|
505
524
|
page_size (Union[Unset, int]):
|
|
506
525
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -541,6 +560,7 @@ async def asyncio_detailed(
|
|
|
541
560
|
offering=offering,
|
|
542
561
|
offering_billable=offering_billable,
|
|
543
562
|
offering_shared=offering_shared,
|
|
563
|
+
offering_slug=offering_slug,
|
|
544
564
|
offering_type=offering_type,
|
|
545
565
|
offering_uuid=offering_uuid,
|
|
546
566
|
page=page,
|
|
@@ -583,8 +603,9 @@ async def asyncio(
|
|
|
583
603
|
offering: Union[Unset, str] = UNSET,
|
|
584
604
|
offering_billable: Union[Unset, UUID] = UNSET,
|
|
585
605
|
offering_shared: Union[Unset, bool] = UNSET,
|
|
606
|
+
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
586
607
|
offering_type: Union[Unset, str] = UNSET,
|
|
587
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
608
|
+
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
588
609
|
page: Union[Unset, int] = UNSET,
|
|
589
610
|
page_size: Union[Unset, int] = UNSET,
|
|
590
611
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -619,8 +640,9 @@ async def asyncio(
|
|
|
619
640
|
offering (Union[Unset, str]):
|
|
620
641
|
offering_billable (Union[Unset, UUID]):
|
|
621
642
|
offering_shared (Union[Unset, bool]):
|
|
643
|
+
offering_slug (Union[Unset, list[str]]):
|
|
622
644
|
offering_type (Union[Unset, str]):
|
|
623
|
-
offering_uuid (Union[Unset, UUID]):
|
|
645
|
+
offering_uuid (Union[Unset, list[UUID]]):
|
|
624
646
|
page (Union[Unset, int]):
|
|
625
647
|
page_size (Union[Unset, int]):
|
|
626
648
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
@@ -663,6 +685,7 @@ async def asyncio(
|
|
|
663
685
|
offering=offering,
|
|
664
686
|
offering_billable=offering_billable,
|
|
665
687
|
offering_shared=offering_shared,
|
|
688
|
+
offering_slug=offering_slug,
|
|
666
689
|
offering_type=offering_type,
|
|
667
690
|
offering_uuid=offering_uuid,
|
|
668
691
|
page=page,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import datetime
|
|
1
2
|
from http import HTTPStatus
|
|
2
3
|
from typing import Any, Union
|
|
3
4
|
from uuid import UUID
|
|
@@ -12,6 +13,7 @@ from ...types import UNSET, Response, Unset
|
|
|
12
13
|
|
|
13
14
|
def _get_kwargs(
|
|
14
15
|
*,
|
|
16
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
15
17
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
16
18
|
is_pending: Union[Unset, bool] = UNSET,
|
|
17
19
|
o: Union[Unset, list[CustomerPermissionsReviewsCountOItem]] = UNSET,
|
|
@@ -21,6 +23,11 @@ def _get_kwargs(
|
|
|
21
23
|
) -> dict[str, Any]:
|
|
22
24
|
params: dict[str, Any] = {}
|
|
23
25
|
|
|
26
|
+
json_closed: Union[Unset, str] = UNSET
|
|
27
|
+
if not isinstance(closed, Unset):
|
|
28
|
+
json_closed = closed.isoformat()
|
|
29
|
+
params["closed"] = json_closed
|
|
30
|
+
|
|
24
31
|
json_customer_uuid: Union[Unset, str] = UNSET
|
|
25
32
|
if not isinstance(customer_uuid, Unset):
|
|
26
33
|
json_customer_uuid = str(customer_uuid)
|
|
@@ -84,6 +91,7 @@ def _build_response(*, client: Union[AuthenticatedClient, Client], response: htt
|
|
|
84
91
|
def sync_detailed(
|
|
85
92
|
*,
|
|
86
93
|
client: AuthenticatedClient,
|
|
94
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
87
95
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
88
96
|
is_pending: Union[Unset, bool] = UNSET,
|
|
89
97
|
o: Union[Unset, list[CustomerPermissionsReviewsCountOItem]] = UNSET,
|
|
@@ -94,6 +102,7 @@ def sync_detailed(
|
|
|
94
102
|
"""Get number of items in the collection matching the request parameters.
|
|
95
103
|
|
|
96
104
|
Args:
|
|
105
|
+
closed (Union[Unset, datetime.datetime]):
|
|
97
106
|
customer_uuid (Union[Unset, UUID]):
|
|
98
107
|
is_pending (Union[Unset, bool]):
|
|
99
108
|
o (Union[Unset, list[CustomerPermissionsReviewsCountOItem]]):
|
|
@@ -110,6 +119,7 @@ def sync_detailed(
|
|
|
110
119
|
"""
|
|
111
120
|
|
|
112
121
|
kwargs = _get_kwargs(
|
|
122
|
+
closed=closed,
|
|
113
123
|
customer_uuid=customer_uuid,
|
|
114
124
|
is_pending=is_pending,
|
|
115
125
|
o=o,
|
|
@@ -128,6 +138,7 @@ def sync_detailed(
|
|
|
128
138
|
def sync(
|
|
129
139
|
*,
|
|
130
140
|
client: AuthenticatedClient,
|
|
141
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
131
142
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
132
143
|
is_pending: Union[Unset, bool] = UNSET,
|
|
133
144
|
o: Union[Unset, list[CustomerPermissionsReviewsCountOItem]] = UNSET,
|
|
@@ -138,6 +149,7 @@ def sync(
|
|
|
138
149
|
"""Get number of items in the collection matching the request parameters.
|
|
139
150
|
|
|
140
151
|
Args:
|
|
152
|
+
closed (Union[Unset, datetime.datetime]):
|
|
141
153
|
customer_uuid (Union[Unset, UUID]):
|
|
142
154
|
is_pending (Union[Unset, bool]):
|
|
143
155
|
o (Union[Unset, list[CustomerPermissionsReviewsCountOItem]]):
|
|
@@ -155,6 +167,7 @@ def sync(
|
|
|
155
167
|
|
|
156
168
|
return sync_detailed(
|
|
157
169
|
client=client,
|
|
170
|
+
closed=closed,
|
|
158
171
|
customer_uuid=customer_uuid,
|
|
159
172
|
is_pending=is_pending,
|
|
160
173
|
o=o,
|
|
@@ -167,6 +180,7 @@ def sync(
|
|
|
167
180
|
async def asyncio_detailed(
|
|
168
181
|
*,
|
|
169
182
|
client: AuthenticatedClient,
|
|
183
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
170
184
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
171
185
|
is_pending: Union[Unset, bool] = UNSET,
|
|
172
186
|
o: Union[Unset, list[CustomerPermissionsReviewsCountOItem]] = UNSET,
|
|
@@ -177,6 +191,7 @@ async def asyncio_detailed(
|
|
|
177
191
|
"""Get number of items in the collection matching the request parameters.
|
|
178
192
|
|
|
179
193
|
Args:
|
|
194
|
+
closed (Union[Unset, datetime.datetime]):
|
|
180
195
|
customer_uuid (Union[Unset, UUID]):
|
|
181
196
|
is_pending (Union[Unset, bool]):
|
|
182
197
|
o (Union[Unset, list[CustomerPermissionsReviewsCountOItem]]):
|
|
@@ -193,6 +208,7 @@ async def asyncio_detailed(
|
|
|
193
208
|
"""
|
|
194
209
|
|
|
195
210
|
kwargs = _get_kwargs(
|
|
211
|
+
closed=closed,
|
|
196
212
|
customer_uuid=customer_uuid,
|
|
197
213
|
is_pending=is_pending,
|
|
198
214
|
o=o,
|
|
@@ -209,6 +225,7 @@ async def asyncio_detailed(
|
|
|
209
225
|
async def asyncio(
|
|
210
226
|
*,
|
|
211
227
|
client: AuthenticatedClient,
|
|
228
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
212
229
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
213
230
|
is_pending: Union[Unset, bool] = UNSET,
|
|
214
231
|
o: Union[Unset, list[CustomerPermissionsReviewsCountOItem]] = UNSET,
|
|
@@ -219,6 +236,7 @@ async def asyncio(
|
|
|
219
236
|
"""Get number of items in the collection matching the request parameters.
|
|
220
237
|
|
|
221
238
|
Args:
|
|
239
|
+
closed (Union[Unset, datetime.datetime]):
|
|
222
240
|
customer_uuid (Union[Unset, UUID]):
|
|
223
241
|
is_pending (Union[Unset, bool]):
|
|
224
242
|
o (Union[Unset, list[CustomerPermissionsReviewsCountOItem]]):
|
|
@@ -237,6 +255,7 @@ async def asyncio(
|
|
|
237
255
|
return (
|
|
238
256
|
await asyncio_detailed(
|
|
239
257
|
client=client,
|
|
258
|
+
closed=closed,
|
|
240
259
|
customer_uuid=customer_uuid,
|
|
241
260
|
is_pending=is_pending,
|
|
242
261
|
o=o,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import datetime
|
|
1
2
|
from http import HTTPStatus
|
|
2
3
|
from typing import Any, Union
|
|
3
4
|
from uuid import UUID
|
|
@@ -13,6 +14,7 @@ from ...types import UNSET, Response, Unset
|
|
|
13
14
|
|
|
14
15
|
def _get_kwargs(
|
|
15
16
|
*,
|
|
17
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
16
18
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
17
19
|
is_pending: Union[Unset, bool] = UNSET,
|
|
18
20
|
o: Union[Unset, list[CustomerPermissionsReviewsListOItem]] = UNSET,
|
|
@@ -22,6 +24,11 @@ def _get_kwargs(
|
|
|
22
24
|
) -> dict[str, Any]:
|
|
23
25
|
params: dict[str, Any] = {}
|
|
24
26
|
|
|
27
|
+
json_closed: Union[Unset, str] = UNSET
|
|
28
|
+
if not isinstance(closed, Unset):
|
|
29
|
+
json_closed = closed.isoformat()
|
|
30
|
+
params["closed"] = json_closed
|
|
31
|
+
|
|
25
32
|
json_customer_uuid: Union[Unset, str] = UNSET
|
|
26
33
|
if not isinstance(customer_uuid, Unset):
|
|
27
34
|
json_customer_uuid = str(customer_uuid)
|
|
@@ -87,6 +94,7 @@ def _build_response(
|
|
|
87
94
|
def sync_detailed(
|
|
88
95
|
*,
|
|
89
96
|
client: AuthenticatedClient,
|
|
97
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
90
98
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
91
99
|
is_pending: Union[Unset, bool] = UNSET,
|
|
92
100
|
o: Union[Unset, list[CustomerPermissionsReviewsListOItem]] = UNSET,
|
|
@@ -97,6 +105,7 @@ def sync_detailed(
|
|
|
97
105
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
98
106
|
|
|
99
107
|
Args:
|
|
108
|
+
closed (Union[Unset, datetime.datetime]):
|
|
100
109
|
customer_uuid (Union[Unset, UUID]):
|
|
101
110
|
is_pending (Union[Unset, bool]):
|
|
102
111
|
o (Union[Unset, list[CustomerPermissionsReviewsListOItem]]):
|
|
@@ -113,6 +122,7 @@ def sync_detailed(
|
|
|
113
122
|
"""
|
|
114
123
|
|
|
115
124
|
kwargs = _get_kwargs(
|
|
125
|
+
closed=closed,
|
|
116
126
|
customer_uuid=customer_uuid,
|
|
117
127
|
is_pending=is_pending,
|
|
118
128
|
o=o,
|
|
@@ -131,6 +141,7 @@ def sync_detailed(
|
|
|
131
141
|
def sync(
|
|
132
142
|
*,
|
|
133
143
|
client: AuthenticatedClient,
|
|
144
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
134
145
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
135
146
|
is_pending: Union[Unset, bool] = UNSET,
|
|
136
147
|
o: Union[Unset, list[CustomerPermissionsReviewsListOItem]] = UNSET,
|
|
@@ -141,6 +152,7 @@ def sync(
|
|
|
141
152
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
142
153
|
|
|
143
154
|
Args:
|
|
155
|
+
closed (Union[Unset, datetime.datetime]):
|
|
144
156
|
customer_uuid (Union[Unset, UUID]):
|
|
145
157
|
is_pending (Union[Unset, bool]):
|
|
146
158
|
o (Union[Unset, list[CustomerPermissionsReviewsListOItem]]):
|
|
@@ -158,6 +170,7 @@ def sync(
|
|
|
158
170
|
|
|
159
171
|
return sync_detailed(
|
|
160
172
|
client=client,
|
|
173
|
+
closed=closed,
|
|
161
174
|
customer_uuid=customer_uuid,
|
|
162
175
|
is_pending=is_pending,
|
|
163
176
|
o=o,
|
|
@@ -170,6 +183,7 @@ def sync(
|
|
|
170
183
|
async def asyncio_detailed(
|
|
171
184
|
*,
|
|
172
185
|
client: AuthenticatedClient,
|
|
186
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
173
187
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
174
188
|
is_pending: Union[Unset, bool] = UNSET,
|
|
175
189
|
o: Union[Unset, list[CustomerPermissionsReviewsListOItem]] = UNSET,
|
|
@@ -180,6 +194,7 @@ async def asyncio_detailed(
|
|
|
180
194
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
181
195
|
|
|
182
196
|
Args:
|
|
197
|
+
closed (Union[Unset, datetime.datetime]):
|
|
183
198
|
customer_uuid (Union[Unset, UUID]):
|
|
184
199
|
is_pending (Union[Unset, bool]):
|
|
185
200
|
o (Union[Unset, list[CustomerPermissionsReviewsListOItem]]):
|
|
@@ -196,6 +211,7 @@ async def asyncio_detailed(
|
|
|
196
211
|
"""
|
|
197
212
|
|
|
198
213
|
kwargs = _get_kwargs(
|
|
214
|
+
closed=closed,
|
|
199
215
|
customer_uuid=customer_uuid,
|
|
200
216
|
is_pending=is_pending,
|
|
201
217
|
o=o,
|
|
@@ -212,6 +228,7 @@ async def asyncio_detailed(
|
|
|
212
228
|
async def asyncio(
|
|
213
229
|
*,
|
|
214
230
|
client: AuthenticatedClient,
|
|
231
|
+
closed: Union[Unset, datetime.datetime] = UNSET,
|
|
215
232
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
216
233
|
is_pending: Union[Unset, bool] = UNSET,
|
|
217
234
|
o: Union[Unset, list[CustomerPermissionsReviewsListOItem]] = UNSET,
|
|
@@ -222,6 +239,7 @@ async def asyncio(
|
|
|
222
239
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
223
240
|
|
|
224
241
|
Args:
|
|
242
|
+
closed (Union[Unset, datetime.datetime]):
|
|
225
243
|
customer_uuid (Union[Unset, UUID]):
|
|
226
244
|
is_pending (Union[Unset, bool]):
|
|
227
245
|
o (Union[Unset, list[CustomerPermissionsReviewsListOItem]]):
|
|
@@ -240,6 +258,7 @@ async def asyncio(
|
|
|
240
258
|
return (
|
|
241
259
|
await asyncio_detailed(
|
|
242
260
|
client=client,
|
|
261
|
+
closed=closed,
|
|
243
262
|
customer_uuid=customer_uuid,
|
|
244
263
|
is_pending=is_pending,
|
|
245
264
|
o=o,
|