waldur-api-client 7.6.5__py3-none-any.whl → 7.6.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.

Files changed (230) hide show
  1. waldur_api_client/api/access_subnets/access_subnets_list.py +8 -4
  2. waldur_api_client/api/admin_announcements/admin_announcements_list.py +8 -4
  3. waldur_api_client/api/auth_tokens/auth_tokens_list.py +8 -4
  4. waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_list.py +8 -4
  5. waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_list.py +8 -4
  6. waldur_api_client/api/aws_images/aws_images_list.py +8 -4
  7. waldur_api_client/api/aws_instances/aws_instances_list.py +8 -4
  8. waldur_api_client/api/aws_regions/aws_regions_list.py +8 -4
  9. waldur_api_client/api/aws_sizes/aws_sizes_list.py +8 -4
  10. waldur_api_client/api/aws_volumes/aws_volumes_list.py +8 -4
  11. waldur_api_client/api/azure_images/azure_images_list.py +8 -4
  12. waldur_api_client/api/azure_locations/azure_locations_list.py +8 -4
  13. waldur_api_client/api/azure_public_ips/azure_public_ips_list.py +8 -4
  14. waldur_api_client/api/azure_resource_groups/azure_resource_groups_list.py +8 -4
  15. waldur_api_client/api/azure_sizes/azure_sizes_list.py +8 -4
  16. waldur_api_client/api/azure_sql_databases/azure_sql_databases_list.py +8 -4
  17. waldur_api_client/api/azure_sql_servers/azure_sql_servers_list.py +8 -4
  18. waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_list.py +8 -4
  19. waldur_api_client/api/backend_resource_requests/__init__.py +1 -0
  20. waldur_api_client/api/backend_resource_requests/backend_resource_requests_create.py +150 -0
  21. waldur_api_client/api/backend_resource_requests/backend_resource_requests_list.py +313 -0
  22. waldur_api_client/api/backend_resource_requests/backend_resource_requests_retrieve.py +142 -0
  23. waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_done.py +144 -0
  24. waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_erred.py +166 -0
  25. waldur_api_client/api/backend_resource_requests/backend_resource_requests_start_processing.py +146 -0
  26. waldur_api_client/api/backend_resources/__init__.py +1 -0
  27. waldur_api_client/api/backend_resources/backend_resources_create.py +150 -0
  28. waldur_api_client/api/backend_resources/backend_resources_destroy.py +89 -0
  29. waldur_api_client/api/backend_resources/backend_resources_import_resource.py +162 -0
  30. waldur_api_client/api/backend_resources/backend_resources_list.py +315 -0
  31. waldur_api_client/api/backend_resources/backend_resources_retrieve.py +142 -0
  32. waldur_api_client/api/booking_offerings/booking_offerings_list.py +8 -4
  33. waldur_api_client/api/booking_resources/booking_resources_list.py +8 -4
  34. waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_list.py +8 -4
  35. waldur_api_client/api/broadcast_messages/broadcast_messages_list.py +8 -4
  36. waldur_api_client/api/call_managing_organisations/call_managing_organisations_list.py +8 -4
  37. waldur_api_client/api/call_rounds/call_rounds_list.py +8 -4
  38. waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_list.py +8 -4
  39. waldur_api_client/api/customer_credits/customer_credits_list.py +8 -4
  40. waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_list.py +8 -4
  41. waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_list.py +8 -4
  42. waldur_api_client/api/digitalocean_images/digitalocean_images_list.py +8 -4
  43. waldur_api_client/api/digitalocean_regions/digitalocean_regions_list.py +8 -4
  44. waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_list.py +8 -4
  45. waldur_api_client/api/email_logs/email_logs_list.py +8 -4
  46. waldur_api_client/api/event_subscriptions/event_subscriptions_list.py +8 -4
  47. waldur_api_client/api/events/events_list.py +8 -4
  48. waldur_api_client/api/events_stats/events_stats_list.py +8 -4
  49. waldur_api_client/api/financial_reports/financial_reports_list.py +8 -4
  50. waldur_api_client/api/freeipa_profiles/freeipa_profiles_list.py +8 -4
  51. waldur_api_client/api/google_auth/google_auth_list.py +8 -4
  52. waldur_api_client/api/hooks/hooks_list.py +4 -2
  53. waldur_api_client/api/hooks_email/hooks_email_list.py +8 -4
  54. waldur_api_client/api/hooks_web/hooks_web_list.py +8 -4
  55. waldur_api_client/api/identity_providers/identity_providers_list.py +8 -4
  56. waldur_api_client/api/invoice_items/invoice_items_list.py +8 -4
  57. waldur_api_client/api/invoices/invoices_list.py +8 -4
  58. waldur_api_client/api/keycloak_groups/keycloak_groups_list.py +8 -4
  59. waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_list.py +8 -4
  60. waldur_api_client/api/keys/keys_list.py +8 -4
  61. waldur_api_client/api/lexis_links/lexis_links_list.py +8 -4
  62. waldur_api_client/api/marketplace_categories/marketplace_categories_list.py +8 -4
  63. waldur_api_client/api/marketplace_category_columns/marketplace_category_columns_list.py +8 -4
  64. waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_list.py +8 -4
  65. waldur_api_client/api/marketplace_category_components/marketplace_category_components_list.py +8 -4
  66. waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_list.py +8 -4
  67. waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_list.py +8 -4
  68. waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_list.py +8 -4
  69. waldur_api_client/api/marketplace_checklists/marketplace_checklists_list.py +8 -4
  70. waldur_api_client/api/marketplace_checklists/marketplace_checklists_questions_list.py +8 -4
  71. waldur_api_client/api/marketplace_checklists/marketplace_checklists_user_answers_list.py +8 -4
  72. waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py +8 -4
  73. waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_list.py +8 -4
  74. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +8 -4
  75. waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_list.py +8 -4
  76. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_list.py +8 -4
  77. waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_list.py +8 -4
  78. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +8 -4
  79. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_list.py +8 -4
  80. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +8 -4
  81. waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_list.py +18 -17
  82. waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_list.py +18 -17
  83. waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_list.py +8 -4
  84. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_list.py +8 -4
  85. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +8 -4
  86. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +8 -4
  87. waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +8 -4
  88. waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_list.py +8 -4
  89. waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +8 -4
  90. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_list.py +8 -4
  91. waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_list.py +8 -4
  92. waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_list.py +8 -4
  93. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +10 -13
  94. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +10 -13
  95. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +10 -13
  96. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +10 -13
  97. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +18 -17
  98. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +20 -16
  99. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +8 -4
  100. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_as_erred.py +11 -68
  101. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_backend_id.py +20 -16
  102. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_backend_metadata.py +12 -12
  103. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_limits.py +12 -12
  104. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_submit_report.py +20 -16
  105. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +18 -17
  106. waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_list.py +8 -4
  107. waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_list.py +8 -4
  108. waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +8 -4
  109. waldur_api_client/api/marketplace_resources/marketplace_resources_update_options.py +20 -16
  110. waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py +8 -4
  111. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +8 -4
  112. waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_list.py +8 -4
  113. waldur_api_client/api/marketplace_sections/marketplace_sections_list.py +8 -4
  114. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
  115. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_list.py +8 -4
  116. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +10 -13
  117. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py +10 -13
  118. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +15 -0
  119. waldur_api_client/api/notification_messages/notification_messages_list.py +8 -4
  120. waldur_api_client/api/notification_messages_templates/notification_messages_templates_list.py +8 -4
  121. waldur_api_client/api/openstack_backups/openstack_backups_list.py +8 -4
  122. waldur_api_client/api/openstack_flavors/openstack_flavors_list.py +26 -4
  123. waldur_api_client/api/openstack_images/openstack_images_list.py +26 -4
  124. waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_list.py +8 -4
  125. waldur_api_client/api/openstack_instances/openstack_instances_list.py +8 -4
  126. waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_list.py +8 -4
  127. waldur_api_client/api/openstack_migrations/openstack_migrations_list.py +8 -4
  128. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +8 -4
  129. waldur_api_client/api/openstack_networks/openstack_networks_list.py +8 -4
  130. waldur_api_client/api/openstack_ports/openstack_ports_list.py +8 -4
  131. waldur_api_client/api/openstack_routers/openstack_routers_list.py +8 -4
  132. waldur_api_client/api/openstack_security_groups/openstack_security_groups_list.py +8 -4
  133. waldur_api_client/api/openstack_server_groups/openstack_server_groups_list.py +8 -4
  134. waldur_api_client/api/openstack_snapshots/openstack_snapshots_list.py +8 -4
  135. waldur_api_client/api/openstack_subnets/openstack_subnets_list.py +8 -4
  136. waldur_api_client/api/openstack_tenants/openstack_tenants_list.py +8 -4
  137. waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_list.py +8 -4
  138. waldur_api_client/api/openstack_volume_types/openstack_volume_types_list.py +26 -4
  139. waldur_api_client/api/openstack_volumes/openstack_volumes_list.py +8 -4
  140. waldur_api_client/api/organization_groups/organization_groups_list.py +8 -4
  141. waldur_api_client/api/payment_profiles/payment_profiles_list.py +8 -4
  142. waldur_api_client/api/payments/payments_list.py +8 -4
  143. waldur_api_client/api/project_credits/project_credits_list.py +8 -4
  144. waldur_api_client/api/project_types/project_types_list.py +8 -4
  145. waldur_api_client/api/projects/projects_list.py +23 -4
  146. waldur_api_client/api/promotions_campaigns/promotions_campaigns_list.py +8 -4
  147. waldur_api_client/api/proposal_proposals/proposal_proposals_list.py +8 -4
  148. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_list.py +8 -4
  149. waldur_api_client/api/proposal_public_calls/proposal_public_calls_list.py +8 -4
  150. waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_list.py +8 -4
  151. waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_list.py +8 -4
  152. waldur_api_client/api/proposal_reviews/proposal_reviews_list.py +8 -4
  153. waldur_api_client/api/provider_invoice_items/provider_invoice_items_list.py +8 -4
  154. waldur_api_client/api/rancher_apps/rancher_apps_list.py +8 -4
  155. waldur_api_client/api/rancher_catalogs/rancher_catalogs_list.py +8 -4
  156. waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_list.py +8 -4
  157. waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_list.py +8 -4
  158. waldur_api_client/api/rancher_clusters/rancher_clusters_list.py +8 -4
  159. waldur_api_client/api/rancher_hpas/rancher_hpas_list.py +8 -4
  160. waldur_api_client/api/rancher_ingresses/rancher_ingresses_list.py +8 -4
  161. waldur_api_client/api/rancher_namespaces/rancher_namespaces_list.py +8 -4
  162. waldur_api_client/api/rancher_nodes/rancher_nodes_list.py +8 -4
  163. waldur_api_client/api/rancher_projects/rancher_projects_list.py +8 -4
  164. waldur_api_client/api/rancher_role_templates/rancher_role_templates_list.py +8 -4
  165. waldur_api_client/api/rancher_services/rancher_services_list.py +8 -4
  166. waldur_api_client/api/rancher_templates/rancher_templates_list.py +8 -4
  167. waldur_api_client/api/rancher_users/rancher_users_list.py +8 -4
  168. waldur_api_client/api/rancher_workloads/rancher_workloads_list.py +8 -4
  169. waldur_api_client/api/roles/roles_list.py +8 -4
  170. waldur_api_client/api/service_settings/service_settings_list.py +18 -17
  171. waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_list.py +8 -4
  172. waldur_api_client/api/slurm_allocations/slurm_allocations_list.py +8 -4
  173. waldur_api_client/api/slurm_associations/slurm_associations_list.py +8 -4
  174. waldur_api_client/api/slurm_jobs/slurm_jobs_list.py +8 -4
  175. waldur_api_client/api/support_attachments/support_attachments_list.py +8 -4
  176. waldur_api_client/api/support_comments/support_comments_list.py +8 -4
  177. waldur_api_client/api/support_feedbacks/support_feedbacks_list.py +8 -4
  178. waldur_api_client/api/support_issues/support_issues_list.py +8 -4
  179. waldur_api_client/api/support_priorities/support_priorities_list.py +8 -4
  180. waldur_api_client/api/support_templates/support_templates_list.py +8 -4
  181. waldur_api_client/api/support_users/support_users_list.py +8 -4
  182. waldur_api_client/api/user_agreements/user_agreements_list.py +8 -4
  183. waldur_api_client/api/user_group_invitations/user_group_invitations_list.py +8 -4
  184. waldur_api_client/api/user_invitations/user_invitations_list.py +8 -4
  185. waldur_api_client/api/user_permission_requests/user_permission_requests_list.py +8 -4
  186. waldur_api_client/api/user_permissions/user_permissions_list.py +18 -17
  187. waldur_api_client/api/users/users_list.py +8 -4
  188. waldur_api_client/api/vmware_clusters/vmware_clusters_list.py +8 -4
  189. waldur_api_client/api/vmware_datastores/vmware_datastores_list.py +8 -4
  190. waldur_api_client/api/vmware_disks/vmware_disks_list.py +8 -4
  191. waldur_api_client/api/vmware_folders/vmware_folders_list.py +8 -4
  192. waldur_api_client/api/vmware_networks/vmware_networks_list.py +8 -4
  193. waldur_api_client/api/vmware_ports/vmware_ports_list.py +8 -4
  194. waldur_api_client/api/vmware_templates/vmware_templates_list.py +8 -4
  195. waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_list.py +8 -4
  196. waldur_api_client/models/__init__.py +28 -16
  197. waldur_api_client/models/backend_resource.py +162 -0
  198. waldur_api_client/models/{resource_backend_id.py → backend_resource_import_request.py} +21 -13
  199. waldur_api_client/models/backend_resource_req.py +162 -0
  200. waldur_api_client/models/{resource_backend_metadata.py → backend_resource_req_request.py} +12 -11
  201. waldur_api_client/models/backend_resource_req_state_enum.py +11 -0
  202. waldur_api_client/models/backend_resource_request.py +96 -0
  203. waldur_api_client/models/{resource_set_state_erred.py → backend_resource_request_set_erred_request.py} +5 -5
  204. waldur_api_client/models/backend_resource_requests_list_o_item.py +9 -0
  205. waldur_api_client/models/backend_resource_requests_list_state_item.py +11 -0
  206. waldur_api_client/models/{order_details_attributes.py → backend_resource_requests_set_done_response_200.py} +6 -6
  207. waldur_api_client/models/{resource_options.py → backend_resource_requests_set_erred_response_200.py} +7 -22
  208. waldur_api_client/models/backend_resource_requests_start_processing_response_200.py +44 -0
  209. waldur_api_client/models/backend_resources_list_o_item.py +9 -0
  210. waldur_api_client/models/constance_settings.py +9 -0
  211. waldur_api_client/models/constance_settings_request.py +9 -0
  212. waldur_api_client/models/customer.py +0 -21
  213. waldur_api_client/models/customers_list_field_item.py +0 -1
  214. waldur_api_client/models/customers_retrieve_field_item.py +0 -1
  215. waldur_api_client/models/event_types_enum.py +5 -0
  216. waldur_api_client/models/merged_plugin_options.py +20 -0
  217. waldur_api_client/models/merged_plugin_options_request.py +20 -0
  218. waldur_api_client/models/nested_requested_offering.py +18 -0
  219. waldur_api_client/models/order_details.py +4 -14
  220. waldur_api_client/models/provider_requested_offering.py +10 -0
  221. waldur_api_client/models/requested_offering.py +10 -0
  222. waldur_api_client/models/{resource_set_limits.py → resource_response_status.py} +11 -11
  223. waldur_api_client/models/user_agreement.py +9 -11
  224. waldur_api_client/models/user_agreement_request.py +9 -11
  225. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/METADATA +1 -1
  226. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/RECORD +228 -209
  227. waldur_api_client/models/permission_project.py +0 -147
  228. waldur_api_client/models/resource_report.py +0 -73
  229. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/LICENSE +0 -0
  230. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/WHEEL +0 -0
@@ -65,7 +65,8 @@ def sync_detailed(
65
65
  page: Union[Unset, int] = UNSET,
66
66
  page_size: Union[Unset, int] = UNSET,
67
67
  ) -> Response[list["MessageTemplate"]]:
68
- """
68
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
69
+
69
70
  Args:
70
71
  name (Union[Unset, str]):
71
72
  page (Union[Unset, int]):
@@ -99,7 +100,8 @@ def sync(
99
100
  page: Union[Unset, int] = UNSET,
100
101
  page_size: Union[Unset, int] = UNSET,
101
102
  ) -> list["MessageTemplate"]:
102
- """
103
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
104
+
103
105
  Args:
104
106
  name (Union[Unset, str]):
105
107
  page (Union[Unset, int]):
@@ -128,7 +130,8 @@ async def asyncio_detailed(
128
130
  page: Union[Unset, int] = UNSET,
129
131
  page_size: Union[Unset, int] = UNSET,
130
132
  ) -> Response[list["MessageTemplate"]]:
131
- """
133
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
134
+
132
135
  Args:
133
136
  name (Union[Unset, str]):
134
137
  page (Union[Unset, int]):
@@ -160,7 +163,8 @@ async def asyncio(
160
163
  page: Union[Unset, int] = UNSET,
161
164
  page_size: Union[Unset, int] = UNSET,
162
165
  ) -> list["MessageTemplate"]:
163
- """
166
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
167
+
164
168
  Args:
165
169
  name (Union[Unset, str]):
166
170
  page (Union[Unset, int]):
@@ -100,7 +100,8 @@ def sync_detailed(
100
100
  state: Union[Unset, BroadcastMessagesListState] = UNSET,
101
101
  subject: Union[Unset, str] = UNSET,
102
102
  ) -> Response[list["BroadcastMessage"]]:
103
- """
103
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
104
+
104
105
  Args:
105
106
  field (Union[Unset, list[BroadcastMessagesListFieldItem]]):
106
107
  o (Union[Unset, list[BroadcastMessagesListOItem]]):
@@ -143,7 +144,8 @@ def sync(
143
144
  state: Union[Unset, BroadcastMessagesListState] = UNSET,
144
145
  subject: Union[Unset, str] = UNSET,
145
146
  ) -> list["BroadcastMessage"]:
146
- """
147
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
148
+
147
149
  Args:
148
150
  field (Union[Unset, list[BroadcastMessagesListFieldItem]]):
149
151
  o (Union[Unset, list[BroadcastMessagesListOItem]]):
@@ -181,7 +183,8 @@ async def asyncio_detailed(
181
183
  state: Union[Unset, BroadcastMessagesListState] = UNSET,
182
184
  subject: Union[Unset, str] = UNSET,
183
185
  ) -> Response[list["BroadcastMessage"]]:
184
- """
186
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
187
+
185
188
  Args:
186
189
  field (Union[Unset, list[BroadcastMessagesListFieldItem]]):
187
190
  o (Union[Unset, list[BroadcastMessagesListOItem]]):
@@ -222,7 +225,8 @@ async def asyncio(
222
225
  state: Union[Unset, BroadcastMessagesListState] = UNSET,
223
226
  subject: Union[Unset, str] = UNSET,
224
227
  ) -> list["BroadcastMessage"]:
225
- """
228
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
229
+
226
230
  Args:
227
231
  field (Union[Unset, list[BroadcastMessagesListFieldItem]]):
228
232
  o (Union[Unset, list[BroadcastMessagesListOItem]]):
@@ -91,7 +91,8 @@ def sync_detailed(
91
91
  page: Union[Unset, int] = UNSET,
92
92
  page_size: Union[Unset, int] = UNSET,
93
93
  ) -> Response[list["CallManagingOrganisation"]]:
94
- """
94
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
95
+
95
96
  Args:
96
97
  customer (Union[Unset, str]):
97
98
  customer_keyword (Union[Unset, str]):
@@ -134,7 +135,8 @@ def sync(
134
135
  page: Union[Unset, int] = UNSET,
135
136
  page_size: Union[Unset, int] = UNSET,
136
137
  ) -> list["CallManagingOrganisation"]:
137
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
138
140
  Args:
139
141
  customer (Union[Unset, str]):
140
142
  customer_keyword (Union[Unset, str]):
@@ -172,7 +174,8 @@ async def asyncio_detailed(
172
174
  page: Union[Unset, int] = UNSET,
173
175
  page_size: Union[Unset, int] = UNSET,
174
176
  ) -> Response[list["CallManagingOrganisation"]]:
175
- """
177
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
178
+
176
179
  Args:
177
180
  customer (Union[Unset, str]):
178
181
  customer_keyword (Union[Unset, str]):
@@ -213,7 +216,8 @@ async def asyncio(
213
216
  page: Union[Unset, int] = UNSET,
214
217
  page_size: Union[Unset, int] = UNSET,
215
218
  ) -> list["CallManagingOrganisation"]:
216
- """
219
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
220
+
217
221
  Args:
218
222
  customer (Union[Unset, str]):
219
223
  customer_keyword (Union[Unset, str]):
@@ -61,7 +61,8 @@ def sync_detailed(
61
61
  page: Union[Unset, int] = UNSET,
62
62
  page_size: Union[Unset, int] = UNSET,
63
63
  ) -> Response[list["CallRound"]]:
64
- """
64
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
65
+
65
66
  Args:
66
67
  page (Union[Unset, int]):
67
68
  page_size (Union[Unset, int]):
@@ -92,7 +93,8 @@ def sync(
92
93
  page: Union[Unset, int] = UNSET,
93
94
  page_size: Union[Unset, int] = UNSET,
94
95
  ) -> list["CallRound"]:
95
- """
96
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
97
+
96
98
  Args:
97
99
  page (Union[Unset, int]):
98
100
  page_size (Union[Unset, int]):
@@ -118,7 +120,8 @@ async def asyncio_detailed(
118
120
  page: Union[Unset, int] = UNSET,
119
121
  page_size: Union[Unset, int] = UNSET,
120
122
  ) -> Response[list["CallRound"]]:
121
- """
123
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
124
+
122
125
  Args:
123
126
  page (Union[Unset, int]):
124
127
  page_size (Union[Unset, int]):
@@ -147,7 +150,8 @@ async def asyncio(
147
150
  page: Union[Unset, int] = UNSET,
148
151
  page_size: Union[Unset, int] = UNSET,
149
152
  ) -> list["CallRound"]:
150
- """
153
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
154
+
151
155
  Args:
152
156
  page (Union[Unset, int]):
153
157
  page_size (Union[Unset, int]):
@@ -90,7 +90,8 @@ def sync_detailed(
90
90
  resource_uuid: Union[Unset, UUID] = UNSET,
91
91
  username: Union[Unset, str] = UNSET,
92
92
  ) -> Response[list["ComponentUserUsageLimit"]]:
93
- """
93
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
94
+
94
95
  Args:
95
96
  component_type (Union[Unset, str]):
96
97
  offering_uuid (Union[Unset, UUID]):
@@ -136,7 +137,8 @@ def sync(
136
137
  resource_uuid: Union[Unset, UUID] = UNSET,
137
138
  username: Union[Unset, str] = UNSET,
138
139
  ) -> list["ComponentUserUsageLimit"]:
139
- """
140
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
141
+
140
142
  Args:
141
143
  component_type (Union[Unset, str]):
142
144
  offering_uuid (Union[Unset, UUID]):
@@ -177,7 +179,8 @@ async def asyncio_detailed(
177
179
  resource_uuid: Union[Unset, UUID] = UNSET,
178
180
  username: Union[Unset, str] = UNSET,
179
181
  ) -> Response[list["ComponentUserUsageLimit"]]:
180
- """
182
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
183
+
181
184
  Args:
182
185
  component_type (Union[Unset, str]):
183
186
  offering_uuid (Union[Unset, UUID]):
@@ -221,7 +224,8 @@ async def asyncio(
221
224
  resource_uuid: Union[Unset, UUID] = UNSET,
222
225
  username: Union[Unset, str] = UNSET,
223
226
  ) -> list["ComponentUserUsageLimit"]:
224
- """
227
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
228
+
225
229
  Args:
226
230
  component_type (Union[Unset, str]):
227
231
  offering_uuid (Union[Unset, UUID]):
@@ -89,7 +89,8 @@ def sync_detailed(
89
89
  page: Union[Unset, int] = UNSET,
90
90
  page_size: Union[Unset, int] = UNSET,
91
91
  ) -> Response[list["CustomerCredit"]]:
92
- """
92
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
93
+
93
94
  Args:
94
95
  customer_name (Union[Unset, str]):
95
96
  customer_slug (Union[Unset, str]):
@@ -132,7 +133,8 @@ def sync(
132
133
  page: Union[Unset, int] = UNSET,
133
134
  page_size: Union[Unset, int] = UNSET,
134
135
  ) -> list["CustomerCredit"]:
135
- """
136
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
137
+
136
138
  Args:
137
139
  customer_name (Union[Unset, str]):
138
140
  customer_slug (Union[Unset, str]):
@@ -170,7 +172,8 @@ async def asyncio_detailed(
170
172
  page: Union[Unset, int] = UNSET,
171
173
  page_size: Union[Unset, int] = UNSET,
172
174
  ) -> Response[list["CustomerCredit"]]:
173
- """
175
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
176
+
174
177
  Args:
175
178
  customer_name (Union[Unset, str]):
176
179
  customer_slug (Union[Unset, str]):
@@ -211,7 +214,8 @@ async def asyncio(
211
214
  page: Union[Unset, int] = UNSET,
212
215
  page_size: Union[Unset, int] = UNSET,
213
216
  ) -> list["CustomerCredit"]:
214
- """
217
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
218
+
215
219
  Args:
216
220
  customer_name (Union[Unset, str]):
217
221
  customer_slug (Union[Unset, str]):
@@ -94,7 +94,8 @@ def sync_detailed(
94
94
  page_size: Union[Unset, int] = UNSET,
95
95
  reviewer_uuid: Union[Unset, UUID] = UNSET,
96
96
  ) -> Response[list["CustomerPermissionReview"]]:
97
- """
97
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
98
+
98
99
  Args:
99
100
  customer_uuid (Union[Unset, UUID]):
100
101
  is_pending (Union[Unset, bool]):
@@ -137,7 +138,8 @@ def sync(
137
138
  page_size: Union[Unset, int] = UNSET,
138
139
  reviewer_uuid: Union[Unset, UUID] = UNSET,
139
140
  ) -> list["CustomerPermissionReview"]:
140
- """
141
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
142
+
141
143
  Args:
142
144
  customer_uuid (Union[Unset, UUID]):
143
145
  is_pending (Union[Unset, bool]):
@@ -175,7 +177,8 @@ async def asyncio_detailed(
175
177
  page_size: Union[Unset, int] = UNSET,
176
178
  reviewer_uuid: Union[Unset, UUID] = UNSET,
177
179
  ) -> Response[list["CustomerPermissionReview"]]:
178
- """
180
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
181
+
179
182
  Args:
180
183
  customer_uuid (Union[Unset, UUID]):
181
184
  is_pending (Union[Unset, bool]):
@@ -216,7 +219,8 @@ async def asyncio(
216
219
  page_size: Union[Unset, int] = UNSET,
217
220
  reviewer_uuid: Union[Unset, UUID] = UNSET,
218
221
  ) -> list["CustomerPermissionReview"]:
219
- """
222
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
223
+
220
224
  Args:
221
225
  customer_uuid (Union[Unset, UUID]):
222
226
  is_pending (Union[Unset, bool]):
@@ -174,7 +174,8 @@ def sync_detailed(
174
174
  state: Union[Unset, list[DigitaloceanDropletsListStateItem]] = UNSET,
175
175
  uuid: Union[Unset, UUID] = UNSET,
176
176
  ) -> Response[list["DigitalOceanDroplet"]]:
177
- """
177
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
178
+
178
179
  Args:
179
180
  backend_id (Union[Unset, str]):
180
181
  can_manage (Union[Unset, bool]):
@@ -262,7 +263,8 @@ def sync(
262
263
  state: Union[Unset, list[DigitaloceanDropletsListStateItem]] = UNSET,
263
264
  uuid: Union[Unset, UUID] = UNSET,
264
265
  ) -> list["DigitalOceanDroplet"]:
265
- """
266
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
267
+
266
268
  Args:
267
269
  backend_id (Union[Unset, str]):
268
270
  can_manage (Union[Unset, bool]):
@@ -345,7 +347,8 @@ async def asyncio_detailed(
345
347
  state: Union[Unset, list[DigitaloceanDropletsListStateItem]] = UNSET,
346
348
  uuid: Union[Unset, UUID] = UNSET,
347
349
  ) -> Response[list["DigitalOceanDroplet"]]:
348
- """
350
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
351
+
349
352
  Args:
350
353
  backend_id (Union[Unset, str]):
351
354
  can_manage (Union[Unset, bool]):
@@ -431,7 +434,8 @@ async def asyncio(
431
434
  state: Union[Unset, list[DigitaloceanDropletsListStateItem]] = UNSET,
432
435
  uuid: Union[Unset, UUID] = UNSET,
433
436
  ) -> list["DigitalOceanDroplet"]:
434
- """
437
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
438
+
435
439
  Args:
436
440
  backend_id (Union[Unset, str]):
437
441
  can_manage (Union[Unset, bool]):
@@ -91,7 +91,8 @@ def sync_detailed(
91
91
  page_size: Union[Unset, int] = UNSET,
92
92
  type_: Union[Unset, str] = UNSET,
93
93
  ) -> Response[list["DigitalOceanImage"]]:
94
- """
94
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
95
+
95
96
  Args:
96
97
  distribution (Union[Unset, str]):
97
98
  name (Union[Unset, str]):
@@ -137,7 +138,8 @@ def sync(
137
138
  page_size: Union[Unset, int] = UNSET,
138
139
  type_: Union[Unset, str] = UNSET,
139
140
  ) -> list["DigitalOceanImage"]:
140
- """
141
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
142
+
141
143
  Args:
142
144
  distribution (Union[Unset, str]):
143
145
  name (Union[Unset, str]):
@@ -178,7 +180,8 @@ async def asyncio_detailed(
178
180
  page_size: Union[Unset, int] = UNSET,
179
181
  type_: Union[Unset, str] = UNSET,
180
182
  ) -> Response[list["DigitalOceanImage"]]:
181
- """
183
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
184
+
182
185
  Args:
183
186
  distribution (Union[Unset, str]):
184
187
  name (Union[Unset, str]):
@@ -222,7 +225,8 @@ async def asyncio(
222
225
  page_size: Union[Unset, int] = UNSET,
223
226
  type_: Union[Unset, str] = UNSET,
224
227
  ) -> list["DigitalOceanImage"]:
225
- """
228
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
229
+
226
230
  Args:
227
231
  distribution (Union[Unset, str]):
228
232
  name (Union[Unset, str]):
@@ -71,7 +71,8 @@ def sync_detailed(
71
71
  page: Union[Unset, int] = UNSET,
72
72
  page_size: Union[Unset, int] = UNSET,
73
73
  ) -> Response[list["DigitalOceanRegion"]]:
74
- """
74
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
75
+
75
76
  Args:
76
77
  name (Union[Unset, str]):
77
78
  name_exact (Union[Unset, str]):
@@ -108,7 +109,8 @@ def sync(
108
109
  page: Union[Unset, int] = UNSET,
109
110
  page_size: Union[Unset, int] = UNSET,
110
111
  ) -> list["DigitalOceanRegion"]:
111
- """
112
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
113
+
112
114
  Args:
113
115
  name (Union[Unset, str]):
114
116
  name_exact (Union[Unset, str]):
@@ -140,7 +142,8 @@ async def asyncio_detailed(
140
142
  page: Union[Unset, int] = UNSET,
141
143
  page_size: Union[Unset, int] = UNSET,
142
144
  ) -> Response[list["DigitalOceanRegion"]]:
143
- """
145
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
146
+
144
147
  Args:
145
148
  name (Union[Unset, str]):
146
149
  name_exact (Union[Unset, str]):
@@ -175,7 +178,8 @@ async def asyncio(
175
178
  page: Union[Unset, int] = UNSET,
176
179
  page_size: Union[Unset, int] = UNSET,
177
180
  ) -> list["DigitalOceanRegion"]:
178
- """
181
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
182
+
179
183
  Args:
180
184
  name (Union[Unset, str]):
181
185
  name_exact (Union[Unset, str]):
@@ -83,7 +83,8 @@ def sync_detailed(
83
83
  page_size: Union[Unset, int] = UNSET,
84
84
  ram: Union[Unset, int] = UNSET,
85
85
  ) -> Response[list["DigitalOceanSize"]]:
86
- """
86
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
87
+
87
88
  Args:
88
89
  cores (Union[Unset, int]):
89
90
  disk (Union[Unset, int]):
@@ -129,7 +130,8 @@ def sync(
129
130
  page_size: Union[Unset, int] = UNSET,
130
131
  ram: Union[Unset, int] = UNSET,
131
132
  ) -> list["DigitalOceanSize"]:
132
- """
133
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
134
+
133
135
  Args:
134
136
  cores (Union[Unset, int]):
135
137
  disk (Union[Unset, int]):
@@ -170,7 +172,8 @@ async def asyncio_detailed(
170
172
  page_size: Union[Unset, int] = UNSET,
171
173
  ram: Union[Unset, int] = UNSET,
172
174
  ) -> Response[list["DigitalOceanSize"]]:
173
- """
175
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
176
+
174
177
  Args:
175
178
  cores (Union[Unset, int]):
176
179
  disk (Union[Unset, int]):
@@ -214,7 +217,8 @@ async def asyncio(
214
217
  page_size: Union[Unset, int] = UNSET,
215
218
  ram: Union[Unset, int] = UNSET,
216
219
  ) -> list["DigitalOceanSize"]:
217
- """
220
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
221
+
218
222
  Args:
219
223
  cores (Union[Unset, int]):
220
224
  disk (Union[Unset, int]):
@@ -93,7 +93,8 @@ def sync_detailed(
93
93
  sent_at: Union[Unset, datetime.date] = UNSET,
94
94
  subject: Union[Unset, str] = UNSET,
95
95
  ) -> Response[list["EmailLog"]]:
96
- """
96
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
97
+
97
98
  Args:
98
99
  body (Union[Unset, str]):
99
100
  emails (Union[Unset, str]):
@@ -139,7 +140,8 @@ def sync(
139
140
  sent_at: Union[Unset, datetime.date] = UNSET,
140
141
  subject: Union[Unset, str] = UNSET,
141
142
  ) -> list["EmailLog"]:
142
- """
143
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
144
+
143
145
  Args:
144
146
  body (Union[Unset, str]):
145
147
  emails (Union[Unset, str]):
@@ -180,7 +182,8 @@ async def asyncio_detailed(
180
182
  sent_at: Union[Unset, datetime.date] = UNSET,
181
183
  subject: Union[Unset, str] = UNSET,
182
184
  ) -> Response[list["EmailLog"]]:
183
- """
185
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
186
+
184
187
  Args:
185
188
  body (Union[Unset, str]):
186
189
  emails (Union[Unset, str]):
@@ -224,7 +227,8 @@ async def asyncio(
224
227
  sent_at: Union[Unset, datetime.date] = UNSET,
225
228
  subject: Union[Unset, str] = UNSET,
226
229
  ) -> list["EmailLog"]:
227
- """
230
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
231
+
228
232
  Args:
229
233
  body (Union[Unset, str]):
230
234
  emails (Union[Unset, str]):
@@ -83,7 +83,8 @@ def sync_detailed(
83
83
  user_username: Union[Unset, str] = UNSET,
84
84
  user_uuid: Union[Unset, str] = UNSET,
85
85
  ) -> Response[list["EventSubscription"]]:
86
- """
86
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
87
+
87
88
  Args:
88
89
  o (Union[Unset, list[EventSubscriptionsListOItem]]):
89
90
  page (Union[Unset, int]):
@@ -123,7 +124,8 @@ def sync(
123
124
  user_username: Union[Unset, str] = UNSET,
124
125
  user_uuid: Union[Unset, str] = UNSET,
125
126
  ) -> list["EventSubscription"]:
126
- """
127
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
128
+
127
129
  Args:
128
130
  o (Union[Unset, list[EventSubscriptionsListOItem]]):
129
131
  page (Union[Unset, int]):
@@ -158,7 +160,8 @@ async def asyncio_detailed(
158
160
  user_username: Union[Unset, str] = UNSET,
159
161
  user_uuid: Union[Unset, str] = UNSET,
160
162
  ) -> Response[list["EventSubscription"]]:
161
- """
163
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
164
+
162
165
  Args:
163
166
  o (Union[Unset, list[EventSubscriptionsListOItem]]):
164
167
  page (Union[Unset, int]):
@@ -196,7 +199,8 @@ async def asyncio(
196
199
  user_username: Union[Unset, str] = UNSET,
197
200
  user_uuid: Union[Unset, str] = UNSET,
198
201
  ) -> list["EventSubscription"]:
199
- """
202
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
203
+
200
204
  Args:
201
205
  o (Union[Unset, list[EventSubscriptionsListOItem]]):
202
206
  page (Union[Unset, int]):
@@ -117,7 +117,8 @@ def sync_detailed(
117
117
  project_uuid: Union[Unset, UUID] = UNSET,
118
118
  user_uuid: Union[Unset, UUID] = UNSET,
119
119
  ) -> Response[list["Event"]]:
120
- """
120
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
121
+
121
122
  Args:
122
123
  created_from (Union[Unset, float]):
123
124
  created_to (Union[Unset, float]):
@@ -172,7 +173,8 @@ def sync(
172
173
  project_uuid: Union[Unset, UUID] = UNSET,
173
174
  user_uuid: Union[Unset, UUID] = UNSET,
174
175
  ) -> list["Event"]:
175
- """
176
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
177
+
176
178
  Args:
177
179
  created_from (Union[Unset, float]):
178
180
  created_to (Union[Unset, float]):
@@ -222,7 +224,8 @@ async def asyncio_detailed(
222
224
  project_uuid: Union[Unset, UUID] = UNSET,
223
225
  user_uuid: Union[Unset, UUID] = UNSET,
224
226
  ) -> Response[list["Event"]]:
225
- """
227
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
228
+
226
229
  Args:
227
230
  created_from (Union[Unset, float]):
228
231
  created_to (Union[Unset, float]):
@@ -275,7 +278,8 @@ async def asyncio(
275
278
  project_uuid: Union[Unset, UUID] = UNSET,
276
279
  user_uuid: Union[Unset, UUID] = UNSET,
277
280
  ) -> list["Event"]:
278
- """
281
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
282
+
279
283
  Args:
280
284
  created_from (Union[Unset, float]):
281
285
  created_to (Union[Unset, float]):
@@ -61,7 +61,8 @@ def sync_detailed(
61
61
  page: Union[Unset, int] = UNSET,
62
62
  page_size: Union[Unset, int] = UNSET,
63
63
  ) -> Response[list["EventStats"]]:
64
- """
64
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
65
+
65
66
  Args:
66
67
  page (Union[Unset, int]):
67
68
  page_size (Union[Unset, int]):
@@ -92,7 +93,8 @@ def sync(
92
93
  page: Union[Unset, int] = UNSET,
93
94
  page_size: Union[Unset, int] = UNSET,
94
95
  ) -> list["EventStats"]:
95
- """
96
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
97
+
96
98
  Args:
97
99
  page (Union[Unset, int]):
98
100
  page_size (Union[Unset, int]):
@@ -118,7 +120,8 @@ async def asyncio_detailed(
118
120
  page: Union[Unset, int] = UNSET,
119
121
  page_size: Union[Unset, int] = UNSET,
120
122
  ) -> Response[list["EventStats"]]:
121
- """
123
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
124
+
122
125
  Args:
123
126
  page (Union[Unset, int]):
124
127
  page_size (Union[Unset, int]):
@@ -147,7 +150,8 @@ async def asyncio(
147
150
  page: Union[Unset, int] = UNSET,
148
151
  page_size: Union[Unset, int] = UNSET,
149
152
  ) -> list["EventStats"]:
150
- """
153
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
154
+
151
155
  Args:
152
156
  page (Union[Unset, int]):
153
157
  page_size (Union[Unset, int]):
@@ -125,7 +125,8 @@ def sync_detailed(
125
125
  query: Union[Unset, str] = UNSET,
126
126
  registration_code: Union[Unset, str] = UNSET,
127
127
  ) -> Response[list["FinancialReport"]]:
128
- """
128
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
129
+
129
130
  Args:
130
131
  abbreviation (Union[Unset, str]):
131
132
  agreement_number (Union[Unset, str]):
@@ -198,7 +199,8 @@ def sync(
198
199
  query: Union[Unset, str] = UNSET,
199
200
  registration_code: Union[Unset, str] = UNSET,
200
201
  ) -> list["FinancialReport"]:
201
- """
202
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
203
+
202
204
  Args:
203
205
  abbreviation (Union[Unset, str]):
204
206
  agreement_number (Union[Unset, str]):
@@ -266,7 +268,8 @@ async def asyncio_detailed(
266
268
  query: Union[Unset, str] = UNSET,
267
269
  registration_code: Union[Unset, str] = UNSET,
268
270
  ) -> Response[list["FinancialReport"]]:
269
- """
271
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
272
+
270
273
  Args:
271
274
  abbreviation (Union[Unset, str]):
272
275
  agreement_number (Union[Unset, str]):
@@ -337,7 +340,8 @@ async def asyncio(
337
340
  query: Union[Unset, str] = UNSET,
338
341
  registration_code: Union[Unset, str] = UNSET,
339
342
  ) -> list["FinancialReport"]:
340
- """
343
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
344
+
341
345
  Args:
342
346
  abbreviation (Union[Unset, str]):
343
347
  agreement_number (Union[Unset, str]):
@@ -73,7 +73,8 @@ def sync_detailed(
73
73
  query: Union[Unset, str] = UNSET,
74
74
  user: Union[Unset, UUID] = UNSET,
75
75
  ) -> Response[list["FreeipaProfile"]]:
76
- """
76
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
77
+
77
78
  Args:
78
79
  page (Union[Unset, int]):
79
80
  page_size (Union[Unset, int]):
@@ -110,7 +111,8 @@ def sync(
110
111
  query: Union[Unset, str] = UNSET,
111
112
  user: Union[Unset, UUID] = UNSET,
112
113
  ) -> list["FreeipaProfile"]:
113
- """
114
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
115
+
114
116
  Args:
115
117
  page (Union[Unset, int]):
116
118
  page_size (Union[Unset, int]):
@@ -142,7 +144,8 @@ async def asyncio_detailed(
142
144
  query: Union[Unset, str] = UNSET,
143
145
  user: Union[Unset, UUID] = UNSET,
144
146
  ) -> Response[list["FreeipaProfile"]]:
145
- """
147
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
148
+
146
149
  Args:
147
150
  page (Union[Unset, int]):
148
151
  page_size (Union[Unset, int]):
@@ -177,7 +180,8 @@ async def asyncio(
177
180
  query: Union[Unset, str] = UNSET,
178
181
  user: Union[Unset, UUID] = UNSET,
179
182
  ) -> list["FreeipaProfile"]:
180
- """
183
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
184
+
181
185
  Args:
182
186
  page (Union[Unset, int]):
183
187
  page_size (Union[Unset, int]):