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
@@ -79,7 +79,8 @@ def sync_detailed(
79
79
  page: Union[Unset, int] = UNSET,
80
80
  page_size: Union[Unset, int] = UNSET,
81
81
  ) -> Response[list["GoogleCredentials"]]:
82
- """
82
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
83
+
83
84
  Args:
84
85
  field (Union[Unset, list[GoogleAuthListFieldItem]]):
85
86
  has_credentials (Union[Unset, bool]):
@@ -116,7 +117,8 @@ def sync(
116
117
  page: Union[Unset, int] = UNSET,
117
118
  page_size: Union[Unset, int] = UNSET,
118
119
  ) -> list["GoogleCredentials"]:
119
- """
120
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
121
+
120
122
  Args:
121
123
  field (Union[Unset, list[GoogleAuthListFieldItem]]):
122
124
  has_credentials (Union[Unset, bool]):
@@ -148,7 +150,8 @@ async def asyncio_detailed(
148
150
  page: Union[Unset, int] = UNSET,
149
151
  page_size: Union[Unset, int] = UNSET,
150
152
  ) -> Response[list["GoogleCredentials"]]:
151
- """
153
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
154
+
152
155
  Args:
153
156
  field (Union[Unset, list[GoogleAuthListFieldItem]]):
154
157
  has_credentials (Union[Unset, bool]):
@@ -183,7 +186,8 @@ async def asyncio(
183
186
  page: Union[Unset, int] = UNSET,
184
187
  page_size: Union[Unset, int] = UNSET,
185
188
  ) -> list["GoogleCredentials"]:
186
- """
189
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
190
+
187
191
  Args:
188
192
  field (Union[Unset, list[GoogleAuthListFieldItem]]):
189
193
  has_credentials (Union[Unset, bool]):
@@ -51,7 +51,8 @@ def sync_detailed(
51
51
  page: Union[Unset, int] = UNSET,
52
52
  page_size: Union[Unset, int] = UNSET,
53
53
  ) -> Response[Any]:
54
- """
54
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
55
+
55
56
  Args:
56
57
  page (Union[Unset, int]):
57
58
  page_size (Union[Unset, int]):
@@ -82,7 +83,8 @@ async def asyncio_detailed(
82
83
  page: Union[Unset, int] = UNSET,
83
84
  page_size: Union[Unset, int] = UNSET,
84
85
  ) -> Response[Any]:
85
- """
86
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
87
+
86
88
  Args:
87
89
  page (Union[Unset, int]):
88
90
  page_size (Union[Unset, int]):
@@ -101,7 +101,8 @@ def sync_detailed(
101
101
  page_size: Union[Unset, int] = UNSET,
102
102
  query: Union[Unset, str] = UNSET,
103
103
  ) -> Response[list["EmailHook"]]:
104
- """
104
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
105
+
105
106
  Args:
106
107
  author_email (Union[Unset, str]):
107
108
  author_fullname (Union[Unset, str]):
@@ -156,7 +157,8 @@ def sync(
156
157
  page_size: Union[Unset, int] = UNSET,
157
158
  query: Union[Unset, str] = UNSET,
158
159
  ) -> list["EmailHook"]:
159
- """
160
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
161
+
160
162
  Args:
161
163
  author_email (Union[Unset, str]):
162
164
  author_fullname (Union[Unset, str]):
@@ -206,7 +208,8 @@ async def asyncio_detailed(
206
208
  page_size: Union[Unset, int] = UNSET,
207
209
  query: Union[Unset, str] = UNSET,
208
210
  ) -> Response[list["EmailHook"]]:
209
- """
211
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
212
+
210
213
  Args:
211
214
  author_email (Union[Unset, str]):
212
215
  author_fullname (Union[Unset, str]):
@@ -259,7 +262,8 @@ async def asyncio(
259
262
  page_size: Union[Unset, int] = UNSET,
260
263
  query: Union[Unset, str] = UNSET,
261
264
  ) -> list["EmailHook"]:
262
- """
265
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
266
+
263
267
  Args:
264
268
  author_email (Union[Unset, str]):
265
269
  author_fullname (Union[Unset, str]):
@@ -110,7 +110,8 @@ def sync_detailed(
110
110
  page_size: Union[Unset, int] = UNSET,
111
111
  query: Union[Unset, str] = UNSET,
112
112
  ) -> Response[list["WebHook"]]:
113
- """
113
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
114
+
114
115
  Args:
115
116
  author_email (Union[Unset, str]):
116
117
  author_fullname (Union[Unset, str]):
@@ -168,7 +169,8 @@ def sync(
168
169
  page_size: Union[Unset, int] = UNSET,
169
170
  query: Union[Unset, str] = UNSET,
170
171
  ) -> list["WebHook"]:
171
- """
172
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
173
+
172
174
  Args:
173
175
  author_email (Union[Unset, str]):
174
176
  author_fullname (Union[Unset, str]):
@@ -221,7 +223,8 @@ async def asyncio_detailed(
221
223
  page_size: Union[Unset, int] = UNSET,
222
224
  query: Union[Unset, str] = UNSET,
223
225
  ) -> Response[list["WebHook"]]:
224
- """
226
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
227
+
225
228
  Args:
226
229
  author_email (Union[Unset, str]):
227
230
  author_fullname (Union[Unset, str]):
@@ -277,7 +280,8 @@ async def asyncio(
277
280
  page_size: Union[Unset, int] = UNSET,
278
281
  query: Union[Unset, str] = UNSET,
279
282
  ) -> list["WebHook"]:
280
- """
283
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
284
+
281
285
  Args:
282
286
  author_email (Union[Unset, str]):
283
287
  author_fullname (Union[Unset, str]):
@@ -63,7 +63,8 @@ def sync_detailed(
63
63
  page: Union[Unset, int] = UNSET,
64
64
  page_size: Union[Unset, int] = UNSET,
65
65
  ) -> Response[list["IdentityProvider"]]:
66
- """
66
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
67
+
67
68
  Args:
68
69
  page (Union[Unset, int]):
69
70
  page_size (Union[Unset, int]):
@@ -94,7 +95,8 @@ def sync(
94
95
  page: Union[Unset, int] = UNSET,
95
96
  page_size: Union[Unset, int] = UNSET,
96
97
  ) -> list["IdentityProvider"]:
97
- """
98
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
99
+
98
100
  Args:
99
101
  page (Union[Unset, int]):
100
102
  page_size (Union[Unset, int]):
@@ -120,7 +122,8 @@ async def asyncio_detailed(
120
122
  page: Union[Unset, int] = UNSET,
121
123
  page_size: Union[Unset, int] = UNSET,
122
124
  ) -> Response[list["IdentityProvider"]]:
123
- """
125
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
126
+
124
127
  Args:
125
128
  page (Union[Unset, int]):
126
129
  page_size (Union[Unset, int]):
@@ -149,7 +152,8 @@ async def asyncio(
149
152
  page: Union[Unset, int] = UNSET,
150
153
  page_size: Union[Unset, int] = UNSET,
151
154
  ) -> list["IdentityProvider"]:
152
- """
155
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
156
+
153
157
  Args:
154
158
  page (Union[Unset, int]):
155
159
  page_size (Union[Unset, int]):
@@ -115,7 +115,8 @@ def sync_detailed(
115
115
  start_year: Union[Unset, float] = UNSET,
116
116
  year: Union[Unset, int] = UNSET,
117
117
  ) -> Response[list["InvoiceItemDetail"]]:
118
- """
118
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
119
+
119
120
  Args:
120
121
  credit_uuid (Union[Unset, UUID]):
121
122
  customer_uuid (Union[Unset, UUID]):
@@ -173,7 +174,8 @@ def sync(
173
174
  start_year: Union[Unset, float] = UNSET,
174
175
  year: Union[Unset, int] = UNSET,
175
176
  ) -> list["InvoiceItemDetail"]:
176
- """
177
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
178
+
177
179
  Args:
178
180
  credit_uuid (Union[Unset, UUID]):
179
181
  customer_uuid (Union[Unset, UUID]):
@@ -226,7 +228,8 @@ async def asyncio_detailed(
226
228
  start_year: Union[Unset, float] = UNSET,
227
229
  year: Union[Unset, int] = UNSET,
228
230
  ) -> Response[list["InvoiceItemDetail"]]:
229
- """
231
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
232
+
230
233
  Args:
231
234
  credit_uuid (Union[Unset, UUID]):
232
235
  customer_uuid (Union[Unset, UUID]):
@@ -282,7 +285,8 @@ async def asyncio(
282
285
  start_year: Union[Unset, float] = UNSET,
283
286
  year: Union[Unset, int] = UNSET,
284
287
  ) -> list["InvoiceItemDetail"]:
285
- """
288
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
289
+
286
290
  Args:
287
291
  credit_uuid (Union[Unset, UUID]):
288
292
  customer_uuid (Union[Unset, UUID]):
@@ -147,7 +147,8 @@ def sync_detailed(
147
147
  state: Union[Unset, list[InvoicesListStateItem]] = UNSET,
148
148
  year: Union[Unset, int] = UNSET,
149
149
  ) -> Response[list["Invoice"]]:
150
- """
150
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
151
+
151
152
  Args:
152
153
  created (Union[Unset, datetime.date]):
153
154
  customer (Union[Unset, str]):
@@ -214,7 +215,8 @@ def sync(
214
215
  state: Union[Unset, list[InvoicesListStateItem]] = UNSET,
215
216
  year: Union[Unset, int] = UNSET,
216
217
  ) -> list["Invoice"]:
217
- """
218
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
219
+
218
220
  Args:
219
221
  created (Union[Unset, datetime.date]):
220
222
  customer (Union[Unset, str]):
@@ -276,7 +278,8 @@ async def asyncio_detailed(
276
278
  state: Union[Unset, list[InvoicesListStateItem]] = UNSET,
277
279
  year: Union[Unset, int] = UNSET,
278
280
  ) -> Response[list["Invoice"]]:
279
- """
281
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
282
+
280
283
  Args:
281
284
  created (Union[Unset, datetime.date]):
282
285
  customer (Union[Unset, str]):
@@ -341,7 +344,8 @@ async def asyncio(
341
344
  state: Union[Unset, list[InvoicesListStateItem]] = UNSET,
342
345
  year: Union[Unset, int] = UNSET,
343
346
  ) -> list["Invoice"]:
344
- """
347
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
348
+
345
349
  Args:
346
350
  created (Union[Unset, datetime.date]):
347
351
  customer (Union[Unset, str]):
@@ -77,7 +77,8 @@ def sync_detailed(
77
77
  scope_type: Union[Unset, str] = UNSET,
78
78
  scope_uuid: Union[Unset, UUID] = UNSET,
79
79
  ) -> Response[list["KeycloakGroup"]]:
80
- """
80
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
81
+
81
82
  Args:
82
83
  page (Union[Unset, int]):
83
84
  page_size (Union[Unset, int]):
@@ -117,7 +118,8 @@ def sync(
117
118
  scope_type: Union[Unset, str] = UNSET,
118
119
  scope_uuid: Union[Unset, UUID] = UNSET,
119
120
  ) -> list["KeycloakGroup"]:
120
- """
121
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
122
+
121
123
  Args:
122
124
  page (Union[Unset, int]):
123
125
  page_size (Union[Unset, int]):
@@ -152,7 +154,8 @@ async def asyncio_detailed(
152
154
  scope_type: Union[Unset, str] = UNSET,
153
155
  scope_uuid: Union[Unset, UUID] = UNSET,
154
156
  ) -> Response[list["KeycloakGroup"]]:
155
- """
157
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
158
+
156
159
  Args:
157
160
  page (Union[Unset, int]):
158
161
  page_size (Union[Unset, int]):
@@ -190,7 +193,8 @@ async def asyncio(
190
193
  scope_type: Union[Unset, str] = UNSET,
191
194
  scope_uuid: Union[Unset, UUID] = UNSET,
192
195
  ) -> list["KeycloakGroup"]:
193
- """
196
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
197
+
194
198
  Args:
195
199
  page (Union[Unset, int]):
196
200
  page_size (Union[Unset, int]):
@@ -117,7 +117,8 @@ def sync_detailed(
117
117
  state: Union[Unset, list[KeycloakUserGroupMembershipsListStateItem]] = UNSET,
118
118
  username: Union[Unset, str] = UNSET,
119
119
  ) -> Response[list["KeycloakUserGroupMembership"]]:
120
- """
120
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
121
+
121
122
  Args:
122
123
  email (Union[Unset, str]):
123
124
  first_name (Union[Unset, str]):
@@ -175,7 +176,8 @@ def sync(
175
176
  state: Union[Unset, list[KeycloakUserGroupMembershipsListStateItem]] = UNSET,
176
177
  username: Union[Unset, str] = UNSET,
177
178
  ) -> list["KeycloakUserGroupMembership"]:
178
- """
179
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
180
+
179
181
  Args:
180
182
  email (Union[Unset, str]):
181
183
  first_name (Union[Unset, str]):
@@ -228,7 +230,8 @@ async def asyncio_detailed(
228
230
  state: Union[Unset, list[KeycloakUserGroupMembershipsListStateItem]] = UNSET,
229
231
  username: Union[Unset, str] = UNSET,
230
232
  ) -> Response[list["KeycloakUserGroupMembership"]]:
231
- """
233
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
234
+
232
235
  Args:
233
236
  email (Union[Unset, str]):
234
237
  first_name (Union[Unset, str]):
@@ -284,7 +287,8 @@ async def asyncio(
284
287
  state: Union[Unset, list[KeycloakUserGroupMembershipsListStateItem]] = UNSET,
285
288
  username: Union[Unset, str] = UNSET,
286
289
  ) -> list["KeycloakUserGroupMembership"]:
287
- """
290
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
291
+
288
292
  Args:
289
293
  email (Union[Unset, str]):
290
294
  first_name (Union[Unset, str]):
@@ -139,7 +139,8 @@ def sync_detailed(
139
139
  user_uuid: Union[Unset, UUID] = UNSET,
140
140
  uuid: Union[Unset, UUID] = UNSET,
141
141
  ) -> Response[list["SshKey"]]:
142
- """
142
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
143
+
143
144
  Args:
144
145
  created (Union[Unset, datetime.datetime]):
145
146
  field (Union[Unset, list[KeysListFieldItem]]):
@@ -206,7 +207,8 @@ def sync(
206
207
  user_uuid: Union[Unset, UUID] = UNSET,
207
208
  uuid: Union[Unset, UUID] = UNSET,
208
209
  ) -> list["SshKey"]:
209
- """
210
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
211
+
210
212
  Args:
211
213
  created (Union[Unset, datetime.datetime]):
212
214
  field (Union[Unset, list[KeysListFieldItem]]):
@@ -268,7 +270,8 @@ async def asyncio_detailed(
268
270
  user_uuid: Union[Unset, UUID] = UNSET,
269
271
  uuid: Union[Unset, UUID] = UNSET,
270
272
  ) -> Response[list["SshKey"]]:
271
- """
273
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
274
+
272
275
  Args:
273
276
  created (Union[Unset, datetime.datetime]):
274
277
  field (Union[Unset, list[KeysListFieldItem]]):
@@ -333,7 +336,8 @@ async def asyncio(
333
336
  user_uuid: Union[Unset, UUID] = UNSET,
334
337
  uuid: Union[Unset, UUID] = UNSET,
335
338
  ) -> list["SshKey"]:
336
- """
339
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
340
+
337
341
  Args:
338
342
  created (Union[Unset, datetime.datetime]):
339
343
  field (Union[Unset, list[KeysListFieldItem]]):
@@ -94,7 +94,8 @@ def sync_detailed(
94
94
  resource_uuid: Union[Unset, UUID] = UNSET,
95
95
  uuid: Union[Unset, UUID] = UNSET,
96
96
  ) -> Response[list["LexisLink"]]:
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
  page (Union[Unset, int]):
@@ -140,7 +141,8 @@ def sync(
140
141
  resource_uuid: Union[Unset, UUID] = UNSET,
141
142
  uuid: Union[Unset, UUID] = UNSET,
142
143
  ) -> list["LexisLink"]:
143
- """
144
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
145
+
144
146
  Args:
145
147
  customer_uuid (Union[Unset, UUID]):
146
148
  page (Union[Unset, int]):
@@ -181,7 +183,8 @@ async def asyncio_detailed(
181
183
  resource_uuid: Union[Unset, UUID] = UNSET,
182
184
  uuid: Union[Unset, UUID] = UNSET,
183
185
  ) -> Response[list["LexisLink"]]:
184
- """
186
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
187
+
185
188
  Args:
186
189
  customer_uuid (Union[Unset, UUID]):
187
190
  page (Union[Unset, int]):
@@ -225,7 +228,8 @@ async def asyncio(
225
228
  resource_uuid: Union[Unset, UUID] = UNSET,
226
229
  uuid: Union[Unset, UUID] = UNSET,
227
230
  ) -> list["LexisLink"]:
228
- """
231
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
232
+
229
233
  Args:
230
234
  customer_uuid (Union[Unset, UUID]):
231
235
  page (Union[Unset, int]):
@@ -130,7 +130,8 @@ def sync_detailed(
130
130
  resource_project_uuid: Union[Unset, UUID] = UNSET,
131
131
  title: Union[Unset, str] = UNSET,
132
132
  ) -> Response[list["MarketplaceCategory"]]:
133
- """
133
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
134
+
134
135
  Args:
135
136
  customer_uuid (Union[Unset, UUID]):
136
137
  customers_offerings_state (Union[Unset,
@@ -189,7 +190,8 @@ def sync(
189
190
  resource_project_uuid: Union[Unset, UUID] = UNSET,
190
191
  title: Union[Unset, str] = UNSET,
191
192
  ) -> list["MarketplaceCategory"]:
192
- """
193
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
194
+
193
195
  Args:
194
196
  customer_uuid (Union[Unset, UUID]):
195
197
  customers_offerings_state (Union[Unset,
@@ -243,7 +245,8 @@ async def asyncio_detailed(
243
245
  resource_project_uuid: Union[Unset, UUID] = UNSET,
244
246
  title: Union[Unset, str] = UNSET,
245
247
  ) -> Response[list["MarketplaceCategory"]]:
246
- """
248
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
249
+
247
250
  Args:
248
251
  customer_uuid (Union[Unset, UUID]):
249
252
  customers_offerings_state (Union[Unset,
@@ -300,7 +303,8 @@ async def asyncio(
300
303
  resource_project_uuid: Union[Unset, UUID] = UNSET,
301
304
  title: Union[Unset, str] = UNSET,
302
305
  ) -> list["MarketplaceCategory"]:
303
- """
306
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
307
+
304
308
  Args:
305
309
  customer_uuid (Union[Unset, UUID]):
306
310
  customers_offerings_state (Union[Unset,
@@ -73,7 +73,8 @@ def sync_detailed(
73
73
  page_size: Union[Unset, int] = UNSET,
74
74
  title: Union[Unset, str] = UNSET,
75
75
  ) -> Response[list["CategoryColumn"]]:
76
- """
76
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
77
+
77
78
  Args:
78
79
  category_uuid (Union[Unset, UUID]):
79
80
  page (Union[Unset, int]):
@@ -110,7 +111,8 @@ def sync(
110
111
  page_size: Union[Unset, int] = UNSET,
111
112
  title: Union[Unset, str] = UNSET,
112
113
  ) -> list["CategoryColumn"]:
113
- """
114
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
115
+
114
116
  Args:
115
117
  category_uuid (Union[Unset, UUID]):
116
118
  page (Union[Unset, int]):
@@ -142,7 +144,8 @@ async def asyncio_detailed(
142
144
  page_size: Union[Unset, int] = UNSET,
143
145
  title: Union[Unset, str] = UNSET,
144
146
  ) -> Response[list["CategoryColumn"]]:
145
- """
147
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
148
+
146
149
  Args:
147
150
  category_uuid (Union[Unset, UUID]):
148
151
  page (Union[Unset, int]):
@@ -177,7 +180,8 @@ async def asyncio(
177
180
  page_size: Union[Unset, int] = UNSET,
178
181
  title: Union[Unset, str] = UNSET,
179
182
  ) -> list["CategoryColumn"]:
180
- """
183
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
184
+
181
185
  Args:
182
186
  category_uuid (Union[Unset, UUID]):
183
187
  page (Union[Unset, int]):
@@ -92,7 +92,8 @@ def sync_detailed(
92
92
  page: Union[Unset, int] = UNSET,
93
93
  page_size: Union[Unset, int] = UNSET,
94
94
  ) -> Response[list["CategoryComponentUsage"]]:
95
- """
95
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
96
+
96
97
  Args:
97
98
  date_after (Union[Unset, datetime.date]):
98
99
  date_before (Union[Unset, datetime.date]):
@@ -132,7 +133,8 @@ def sync(
132
133
  page: Union[Unset, int] = UNSET,
133
134
  page_size: Union[Unset, int] = UNSET,
134
135
  ) -> list["CategoryComponentUsage"]:
135
- """
136
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
137
+
136
138
  Args:
137
139
  date_after (Union[Unset, datetime.date]):
138
140
  date_before (Union[Unset, datetime.date]):
@@ -167,7 +169,8 @@ async def asyncio_detailed(
167
169
  page: Union[Unset, int] = UNSET,
168
170
  page_size: Union[Unset, int] = UNSET,
169
171
  ) -> Response[list["CategoryComponentUsage"]]:
170
- """
172
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
173
+
171
174
  Args:
172
175
  date_after (Union[Unset, datetime.date]):
173
176
  date_before (Union[Unset, datetime.date]):
@@ -205,7 +208,8 @@ async def asyncio(
205
208
  page: Union[Unset, int] = UNSET,
206
209
  page_size: Union[Unset, int] = UNSET,
207
210
  ) -> list["CategoryComponentUsage"]:
208
- """
211
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
212
+
209
213
  Args:
210
214
  date_after (Union[Unset, datetime.date]):
211
215
  date_before (Union[Unset, datetime.date]):
@@ -63,7 +63,8 @@ def sync_detailed(
63
63
  page: Union[Unset, int] = UNSET,
64
64
  page_size: Union[Unset, int] = UNSET,
65
65
  ) -> Response[list["CategoryComponents"]]:
66
- """
66
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
67
+
67
68
  Args:
68
69
  page (Union[Unset, int]):
69
70
  page_size (Union[Unset, int]):
@@ -94,7 +95,8 @@ def sync(
94
95
  page: Union[Unset, int] = UNSET,
95
96
  page_size: Union[Unset, int] = UNSET,
96
97
  ) -> list["CategoryComponents"]:
97
- """
98
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
99
+
98
100
  Args:
99
101
  page (Union[Unset, int]):
100
102
  page_size (Union[Unset, int]):
@@ -120,7 +122,8 @@ async def asyncio_detailed(
120
122
  page: Union[Unset, int] = UNSET,
121
123
  page_size: Union[Unset, int] = UNSET,
122
124
  ) -> Response[list["CategoryComponents"]]:
123
- """
125
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
126
+
124
127
  Args:
125
128
  page (Union[Unset, int]):
126
129
  page_size (Union[Unset, int]):
@@ -149,7 +152,8 @@ async def asyncio(
149
152
  page: Union[Unset, int] = UNSET,
150
153
  page_size: Union[Unset, int] = UNSET,
151
154
  ) -> list["CategoryComponents"]:
152
- """
155
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
156
+
153
157
  Args:
154
158
  page (Union[Unset, int]):
155
159
  page_size (Union[Unset, int]):
@@ -77,7 +77,8 @@ def sync_detailed(
77
77
  page_size: Union[Unset, int] = UNSET,
78
78
  title: Union[Unset, str] = UNSET,
79
79
  ) -> Response[list["CategoryGroup"]]:
80
- """
80
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
81
+
81
82
  Args:
82
83
  field (Union[Unset, list[MarketplaceCategoryGroupsListFieldItem]]):
83
84
  page (Union[Unset, int]):
@@ -114,7 +115,8 @@ def sync(
114
115
  page_size: Union[Unset, int] = UNSET,
115
116
  title: Union[Unset, str] = UNSET,
116
117
  ) -> list["CategoryGroup"]:
117
- """
118
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
119
+
118
120
  Args:
119
121
  field (Union[Unset, list[MarketplaceCategoryGroupsListFieldItem]]):
120
122
  page (Union[Unset, int]):
@@ -146,7 +148,8 @@ async def asyncio_detailed(
146
148
  page_size: Union[Unset, int] = UNSET,
147
149
  title: Union[Unset, str] = UNSET,
148
150
  ) -> Response[list["CategoryGroup"]]:
149
- """
151
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
152
+
150
153
  Args:
151
154
  field (Union[Unset, list[MarketplaceCategoryGroupsListFieldItem]]):
152
155
  page (Union[Unset, int]):
@@ -181,7 +184,8 @@ async def asyncio(
181
184
  page_size: Union[Unset, int] = UNSET,
182
185
  title: Union[Unset, str] = UNSET,
183
186
  ) -> list["CategoryGroup"]:
184
- """
187
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
188
+
185
189
  Args:
186
190
  field (Union[Unset, list[MarketplaceCategoryGroupsListFieldItem]]):
187
191
  page (Union[Unset, int]):
@@ -63,7 +63,8 @@ def sync_detailed(
63
63
  page: Union[Unset, int] = UNSET,
64
64
  page_size: Union[Unset, int] = UNSET,
65
65
  ) -> Response[list["CategoryHelpArticles"]]:
66
- """
66
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
67
+
67
68
  Args:
68
69
  page (Union[Unset, int]):
69
70
  page_size (Union[Unset, int]):
@@ -94,7 +95,8 @@ def sync(
94
95
  page: Union[Unset, int] = UNSET,
95
96
  page_size: Union[Unset, int] = UNSET,
96
97
  ) -> list["CategoryHelpArticles"]:
97
- """
98
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
99
+
98
100
  Args:
99
101
  page (Union[Unset, int]):
100
102
  page_size (Union[Unset, int]):
@@ -120,7 +122,8 @@ async def asyncio_detailed(
120
122
  page: Union[Unset, int] = UNSET,
121
123
  page_size: Union[Unset, int] = UNSET,
122
124
  ) -> Response[list["CategoryHelpArticles"]]:
123
- """
125
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
126
+
124
127
  Args:
125
128
  page (Union[Unset, int]):
126
129
  page_size (Union[Unset, int]):
@@ -149,7 +152,8 @@ async def asyncio(
149
152
  page: Union[Unset, int] = UNSET,
150
153
  page_size: Union[Unset, int] = UNSET,
151
154
  ) -> list["CategoryHelpArticles"]:
152
- """
155
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
156
+
153
157
  Args:
154
158
  page (Union[Unset, int]):
155
159
  page_size (Union[Unset, int]):