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
@@ -81,7 +81,8 @@ def sync_detailed(
81
81
  profile: Union[Unset, str] = UNSET,
82
82
  profile_uuid: Union[Unset, UUID] = UNSET,
83
83
  ) -> Response[list["Payment"]]:
84
- """
84
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
85
+
85
86
  Args:
86
87
  date_of_payment (Union[Unset, datetime.date]):
87
88
  page (Union[Unset, int]):
@@ -121,7 +122,8 @@ def sync(
121
122
  profile: Union[Unset, str] = UNSET,
122
123
  profile_uuid: Union[Unset, UUID] = UNSET,
123
124
  ) -> list["Payment"]:
124
- """
125
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
126
+
125
127
  Args:
126
128
  date_of_payment (Union[Unset, datetime.date]):
127
129
  page (Union[Unset, int]):
@@ -156,7 +158,8 @@ async def asyncio_detailed(
156
158
  profile: Union[Unset, str] = UNSET,
157
159
  profile_uuid: Union[Unset, UUID] = UNSET,
158
160
  ) -> Response[list["Payment"]]:
159
- """
161
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
162
+
160
163
  Args:
161
164
  date_of_payment (Union[Unset, datetime.date]):
162
165
  page (Union[Unset, int]):
@@ -194,7 +197,8 @@ async def asyncio(
194
197
  profile: Union[Unset, str] = UNSET,
195
198
  profile_uuid: Union[Unset, UUID] = UNSET,
196
199
  ) -> list["Payment"]:
197
- """
200
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
201
+
198
202
  Args:
199
203
  date_of_payment (Union[Unset, datetime.date]):
200
204
  page (Union[Unset, int]):
@@ -100,7 +100,8 @@ def sync_detailed(
100
100
  project_name: Union[Unset, str] = UNSET,
101
101
  project_uuid: Union[Unset, UUID] = UNSET,
102
102
  ) -> Response[list["ProjectCredit"]]:
103
- """
103
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
104
+
104
105
  Args:
105
106
  customer_name (Union[Unset, str]):
106
107
  customer_slug (Union[Unset, str]):
@@ -149,7 +150,8 @@ def sync(
149
150
  project_name: Union[Unset, str] = UNSET,
150
151
  project_uuid: Union[Unset, UUID] = UNSET,
151
152
  ) -> list["ProjectCredit"]:
152
- """
153
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
154
+
153
155
  Args:
154
156
  customer_name (Union[Unset, str]):
155
157
  customer_slug (Union[Unset, str]):
@@ -193,7 +195,8 @@ async def asyncio_detailed(
193
195
  project_name: Union[Unset, str] = UNSET,
194
196
  project_uuid: Union[Unset, UUID] = UNSET,
195
197
  ) -> Response[list["ProjectCredit"]]:
196
- """
198
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
199
+
197
200
  Args:
198
201
  customer_name (Union[Unset, str]):
199
202
  customer_slug (Union[Unset, str]):
@@ -240,7 +243,8 @@ async def asyncio(
240
243
  project_name: Union[Unset, str] = UNSET,
241
244
  project_uuid: Union[Unset, UUID] = UNSET,
242
245
  ) -> list["ProjectCredit"]:
243
- """
246
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
247
+
244
248
  Args:
245
249
  customer_name (Union[Unset, str]):
246
250
  customer_slug (Union[Unset, str]):
@@ -69,7 +69,8 @@ def sync_detailed(
69
69
  page: Union[Unset, int] = UNSET,
70
70
  page_size: Union[Unset, int] = UNSET,
71
71
  ) -> Response[list["ProjectType"]]:
72
- """
72
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
73
+
73
74
  Args:
74
75
  name (Union[Unset, str]):
75
76
  name_exact (Union[Unset, str]):
@@ -106,7 +107,8 @@ def sync(
106
107
  page: Union[Unset, int] = UNSET,
107
108
  page_size: Union[Unset, int] = UNSET,
108
109
  ) -> list["ProjectType"]:
109
- """
110
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
111
+
110
112
  Args:
111
113
  name (Union[Unset, str]):
112
114
  name_exact (Union[Unset, str]):
@@ -138,7 +140,8 @@ async def asyncio_detailed(
138
140
  page: Union[Unset, int] = UNSET,
139
141
  page_size: Union[Unset, int] = UNSET,
140
142
  ) -> Response[list["ProjectType"]]:
141
- """
143
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
144
+
142
145
  Args:
143
146
  name (Union[Unset, str]):
144
147
  name_exact (Union[Unset, str]):
@@ -173,7 +176,8 @@ async def asyncio(
173
176
  page: Union[Unset, int] = UNSET,
174
177
  page_size: Union[Unset, int] = UNSET,
175
178
  ) -> list["ProjectType"]:
176
- """
179
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
180
+
177
181
  Args:
178
182
  name (Union[Unset, str]):
179
183
  name_exact (Union[Unset, str]):
@@ -33,6 +33,7 @@ def _get_kwargs(
33
33
  page: Union[Unset, int] = UNSET,
34
34
  page_size: Union[Unset, int] = UNSET,
35
35
  query: Union[Unset, str] = UNSET,
36
+ slug: Union[Unset, str] = UNSET,
36
37
  ) -> dict[str, Any]:
37
38
  params: dict[str, Any] = {}
38
39
 
@@ -99,6 +100,8 @@ def _get_kwargs(
99
100
 
100
101
  params["query"] = query
101
102
 
103
+ params["slug"] = slug
104
+
102
105
  params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
103
106
 
104
107
  _kwargs: dict[str, Any] = {
@@ -155,8 +158,10 @@ def sync_detailed(
155
158
  page: Union[Unset, int] = UNSET,
156
159
  page_size: Union[Unset, int] = UNSET,
157
160
  query: Union[Unset, str] = UNSET,
161
+ slug: Union[Unset, str] = UNSET,
158
162
  ) -> Response[list["Project"]]:
159
- """
163
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
164
+
160
165
  Args:
161
166
  backend_id (Union[Unset, str]):
162
167
  can_admin (Union[Unset, bool]):
@@ -176,6 +181,7 @@ def sync_detailed(
176
181
  page (Union[Unset, int]):
177
182
  page_size (Union[Unset, int]):
178
183
  query (Union[Unset, str]):
184
+ slug (Union[Unset, str]):
179
185
 
180
186
  Raises:
181
187
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -204,6 +210,7 @@ def sync_detailed(
204
210
  page=page,
205
211
  page_size=page_size,
206
212
  query=query,
213
+ slug=slug,
207
214
  )
208
215
 
209
216
  response = client.get_httpx_client().request(
@@ -234,8 +241,10 @@ def sync(
234
241
  page: Union[Unset, int] = UNSET,
235
242
  page_size: Union[Unset, int] = UNSET,
236
243
  query: Union[Unset, str] = UNSET,
244
+ slug: Union[Unset, str] = UNSET,
237
245
  ) -> list["Project"]:
238
- """
246
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
247
+
239
248
  Args:
240
249
  backend_id (Union[Unset, str]):
241
250
  can_admin (Union[Unset, bool]):
@@ -255,6 +264,7 @@ def sync(
255
264
  page (Union[Unset, int]):
256
265
  page_size (Union[Unset, int]):
257
266
  query (Union[Unset, str]):
267
+ slug (Union[Unset, str]):
258
268
 
259
269
  Raises:
260
270
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -284,6 +294,7 @@ def sync(
284
294
  page=page,
285
295
  page_size=page_size,
286
296
  query=query,
297
+ slug=slug,
287
298
  ).parsed
288
299
 
289
300
 
@@ -308,8 +319,10 @@ async def asyncio_detailed(
308
319
  page: Union[Unset, int] = UNSET,
309
320
  page_size: Union[Unset, int] = UNSET,
310
321
  query: Union[Unset, str] = UNSET,
322
+ slug: Union[Unset, str] = UNSET,
311
323
  ) -> Response[list["Project"]]:
312
- """
324
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
325
+
313
326
  Args:
314
327
  backend_id (Union[Unset, str]):
315
328
  can_admin (Union[Unset, bool]):
@@ -329,6 +342,7 @@ async def asyncio_detailed(
329
342
  page (Union[Unset, int]):
330
343
  page_size (Union[Unset, int]):
331
344
  query (Union[Unset, str]):
345
+ slug (Union[Unset, str]):
332
346
 
333
347
  Raises:
334
348
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -357,6 +371,7 @@ async def asyncio_detailed(
357
371
  page=page,
358
372
  page_size=page_size,
359
373
  query=query,
374
+ slug=slug,
360
375
  )
361
376
 
362
377
  response = await client.get_async_httpx_client().request(**kwargs)
@@ -385,8 +400,10 @@ async def asyncio(
385
400
  page: Union[Unset, int] = UNSET,
386
401
  page_size: Union[Unset, int] = UNSET,
387
402
  query: Union[Unset, str] = UNSET,
403
+ slug: Union[Unset, str] = UNSET,
388
404
  ) -> list["Project"]:
389
- """
405
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
406
+
390
407
  Args:
391
408
  backend_id (Union[Unset, str]):
392
409
  can_admin (Union[Unset, bool]):
@@ -406,6 +423,7 @@ async def asyncio(
406
423
  page (Union[Unset, int]):
407
424
  page_size (Union[Unset, int]):
408
425
  query (Union[Unset, str]):
426
+ slug (Union[Unset, str]):
409
427
 
410
428
  Raises:
411
429
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -436,5 +454,6 @@ async def asyncio(
436
454
  page=page,
437
455
  page_size=page_size,
438
456
  query=query,
457
+ slug=slug,
439
458
  )
440
459
  ).parsed
@@ -127,7 +127,8 @@ def sync_detailed(
127
127
  start_date: Union[Unset, datetime.date] = UNSET,
128
128
  state: Union[Unset, list[PromotionsCampaignsListStateItem]] = UNSET,
129
129
  ) -> Response[list["Campaign"]]:
130
- """
130
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
131
+
131
132
  Args:
132
133
  discount_type (Union[Unset, str]):
133
134
  end_date (Union[Unset, datetime.date]):
@@ -185,7 +186,8 @@ def sync(
185
186
  start_date: Union[Unset, datetime.date] = UNSET,
186
187
  state: Union[Unset, list[PromotionsCampaignsListStateItem]] = UNSET,
187
188
  ) -> list["Campaign"]:
188
- """
189
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
190
+
189
191
  Args:
190
192
  discount_type (Union[Unset, str]):
191
193
  end_date (Union[Unset, datetime.date]):
@@ -238,7 +240,8 @@ async def asyncio_detailed(
238
240
  start_date: Union[Unset, datetime.date] = UNSET,
239
241
  state: Union[Unset, list[PromotionsCampaignsListStateItem]] = UNSET,
240
242
  ) -> Response[list["Campaign"]]:
241
- """
243
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
244
+
242
245
  Args:
243
246
  discount_type (Union[Unset, str]):
244
247
  end_date (Union[Unset, datetime.date]):
@@ -294,7 +297,8 @@ async def asyncio(
294
297
  start_date: Union[Unset, datetime.date] = UNSET,
295
298
  state: Union[Unset, list[PromotionsCampaignsListStateItem]] = UNSET,
296
299
  ) -> list["Campaign"]:
297
- """
300
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
301
+
298
302
  Args:
299
303
  discount_type (Union[Unset, str]):
300
304
  end_date (Union[Unset, datetime.date]):
@@ -111,7 +111,8 @@ def sync_detailed(
111
111
  round_: Union[Unset, UUID] = UNSET,
112
112
  state: Union[Unset, list[ProposalProposalsListStateItem]] = UNSET,
113
113
  ) -> Response[list["Proposal"]]:
114
- """
114
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
115
+
115
116
  Args:
116
117
  call_uuid (Union[Unset, UUID]):
117
118
  name (Union[Unset, str]):
@@ -160,7 +161,8 @@ def sync(
160
161
  round_: Union[Unset, UUID] = UNSET,
161
162
  state: Union[Unset, list[ProposalProposalsListStateItem]] = UNSET,
162
163
  ) -> list["Proposal"]:
163
- """
164
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
165
+
164
166
  Args:
165
167
  call_uuid (Union[Unset, UUID]):
166
168
  name (Union[Unset, str]):
@@ -204,7 +206,8 @@ async def asyncio_detailed(
204
206
  round_: Union[Unset, UUID] = UNSET,
205
207
  state: Union[Unset, list[ProposalProposalsListStateItem]] = UNSET,
206
208
  ) -> Response[list["Proposal"]]:
207
- """
209
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
210
+
208
211
  Args:
209
212
  call_uuid (Union[Unset, UUID]):
210
213
  name (Union[Unset, str]):
@@ -251,7 +254,8 @@ async def asyncio(
251
254
  round_: Union[Unset, UUID] = UNSET,
252
255
  state: Union[Unset, list[ProposalProposalsListStateItem]] = UNSET,
253
256
  ) -> list["Proposal"]:
254
- """
257
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
258
+
255
259
  Args:
256
260
  call_uuid (Union[Unset, UUID]):
257
261
  name (Union[Unset, str]):
@@ -135,7 +135,8 @@ def sync_detailed(
135
135
  page_size: Union[Unset, int] = UNSET,
136
136
  state: Union[Unset, list[ProposalProtectedCallsListStateItem]] = UNSET,
137
137
  ) -> Response[list["ProtectedCall"]]:
138
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
139
140
  Args:
140
141
  customer (Union[Unset, str]):
141
142
  customer_keyword (Union[Unset, str]):
@@ -196,7 +197,8 @@ def sync(
196
197
  page_size: Union[Unset, int] = UNSET,
197
198
  state: Union[Unset, list[ProposalProtectedCallsListStateItem]] = UNSET,
198
199
  ) -> list["ProtectedCall"]:
199
- """
200
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
201
+
200
202
  Args:
201
203
  customer (Union[Unset, str]):
202
204
  customer_keyword (Union[Unset, str]):
@@ -252,7 +254,8 @@ async def asyncio_detailed(
252
254
  page_size: Union[Unset, int] = UNSET,
253
255
  state: Union[Unset, list[ProposalProtectedCallsListStateItem]] = UNSET,
254
256
  ) -> Response[list["ProtectedCall"]]:
255
- """
257
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
258
+
256
259
  Args:
257
260
  customer (Union[Unset, str]):
258
261
  customer_keyword (Union[Unset, str]):
@@ -311,7 +314,8 @@ async def asyncio(
311
314
  page_size: Union[Unset, int] = UNSET,
312
315
  state: Union[Unset, list[ProposalProtectedCallsListStateItem]] = UNSET,
313
316
  ) -> list["ProtectedCall"]:
314
- """
317
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
318
+
315
319
  Args:
316
320
  customer (Union[Unset, str]):
317
321
  customer_keyword (Union[Unset, str]):
@@ -135,7 +135,8 @@ def sync_detailed(
135
135
  page_size: Union[Unset, int] = UNSET,
136
136
  state: Union[Unset, list[ProposalPublicCallsListStateItem]] = UNSET,
137
137
  ) -> Response[list["PublicCall"]]:
138
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
139
140
  Args:
140
141
  customer (Union[Unset, str]):
141
142
  customer_keyword (Union[Unset, str]):
@@ -196,7 +197,8 @@ def sync(
196
197
  page_size: Union[Unset, int] = UNSET,
197
198
  state: Union[Unset, list[ProposalPublicCallsListStateItem]] = UNSET,
198
199
  ) -> list["PublicCall"]:
199
- """
200
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
201
+
200
202
  Args:
201
203
  customer (Union[Unset, str]):
202
204
  customer_keyword (Union[Unset, str]):
@@ -252,7 +254,8 @@ async def asyncio_detailed(
252
254
  page_size: Union[Unset, int] = UNSET,
253
255
  state: Union[Unset, list[ProposalPublicCallsListStateItem]] = UNSET,
254
256
  ) -> Response[list["PublicCall"]]:
255
- """
257
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
258
+
256
259
  Args:
257
260
  customer (Union[Unset, str]):
258
261
  customer_keyword (Union[Unset, str]):
@@ -311,7 +314,8 @@ async def asyncio(
311
314
  page_size: Union[Unset, int] = UNSET,
312
315
  state: Union[Unset, list[ProposalPublicCallsListStateItem]] = UNSET,
313
316
  ) -> list["PublicCall"]:
314
- """
317
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
318
+
315
319
  Args:
316
320
  customer (Union[Unset, str]):
317
321
  customer_keyword (Union[Unset, str]):
@@ -124,7 +124,8 @@ def sync_detailed(
124
124
  provider_uuid: Union[Unset, UUID] = UNSET,
125
125
  state: Union[Unset, list[ProposalRequestedOfferingsListStateItem]] = UNSET,
126
126
  ) -> Response[list["ProviderRequestedOffering"]]:
127
- """
127
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
128
+
128
129
  Args:
129
130
  call (Union[Unset, str]):
130
131
  call_uuid (Union[Unset, UUID]):
@@ -179,7 +180,8 @@ def sync(
179
180
  provider_uuid: Union[Unset, UUID] = UNSET,
180
181
  state: Union[Unset, list[ProposalRequestedOfferingsListStateItem]] = UNSET,
181
182
  ) -> list["ProviderRequestedOffering"]:
182
- """
183
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
184
+
183
185
  Args:
184
186
  call (Union[Unset, str]):
185
187
  call_uuid (Union[Unset, UUID]):
@@ -229,7 +231,8 @@ async def asyncio_detailed(
229
231
  provider_uuid: Union[Unset, UUID] = UNSET,
230
232
  state: Union[Unset, list[ProposalRequestedOfferingsListStateItem]] = UNSET,
231
233
  ) -> Response[list["ProviderRequestedOffering"]]:
232
- """
234
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
235
+
233
236
  Args:
234
237
  call (Union[Unset, str]):
235
238
  call_uuid (Union[Unset, UUID]):
@@ -282,7 +285,8 @@ async def asyncio(
282
285
  provider_uuid: Union[Unset, UUID] = UNSET,
283
286
  state: Union[Unset, list[ProposalRequestedOfferingsListStateItem]] = UNSET,
284
287
  ) -> list["ProviderRequestedOffering"]:
285
- """
288
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
289
+
286
290
  Args:
287
291
  call (Union[Unset, str]):
288
292
  call_uuid (Union[Unset, UUID]):
@@ -117,7 +117,8 @@ def sync_detailed(
117
117
  resource: Union[Unset, str] = UNSET,
118
118
  resource_uuid: Union[Unset, UUID] = UNSET,
119
119
  ) -> Response[list["ProviderRequestedResource"]]:
120
- """
120
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
121
+
121
122
  Args:
122
123
  created (Union[Unset, datetime.datetime]):
123
124
  o (Union[Unset, list[ProposalRequestedResourcesListOItem]]):
@@ -172,7 +173,8 @@ def sync(
172
173
  resource: Union[Unset, str] = UNSET,
173
174
  resource_uuid: Union[Unset, UUID] = UNSET,
174
175
  ) -> list["ProviderRequestedResource"]:
175
- """
176
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
177
+
176
178
  Args:
177
179
  created (Union[Unset, datetime.datetime]):
178
180
  o (Union[Unset, list[ProposalRequestedResourcesListOItem]]):
@@ -222,7 +224,8 @@ async def asyncio_detailed(
222
224
  resource: Union[Unset, str] = UNSET,
223
225
  resource_uuid: Union[Unset, UUID] = UNSET,
224
226
  ) -> Response[list["ProviderRequestedResource"]]:
225
- """
227
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
228
+
226
229
  Args:
227
230
  created (Union[Unset, datetime.datetime]):
228
231
  o (Union[Unset, list[ProposalRequestedResourcesListOItem]]):
@@ -275,7 +278,8 @@ async def asyncio(
275
278
  resource: Union[Unset, str] = UNSET,
276
279
  resource_uuid: Union[Unset, UUID] = UNSET,
277
280
  ) -> list["ProviderRequestedResource"]:
278
- """
281
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
282
+
279
283
  Args:
280
284
  created (Union[Unset, datetime.datetime]):
281
285
  o (Union[Unset, list[ProposalRequestedResourcesListOItem]]):
@@ -122,7 +122,8 @@ def sync_detailed(
122
122
  reviewer_uuid: Union[Unset, UUID] = UNSET,
123
123
  state: Union[Unset, list[ProposalReviewsListStateItem]] = UNSET,
124
124
  ) -> Response[list["ProposalReview"]]:
125
- """
125
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
126
+
126
127
  Args:
127
128
  call_uuid (Union[Unset, UUID]):
128
129
  o (Union[Unset, list[ProposalReviewsListOItem]]):
@@ -177,7 +178,8 @@ def sync(
177
178
  reviewer_uuid: Union[Unset, UUID] = UNSET,
178
179
  state: Union[Unset, list[ProposalReviewsListStateItem]] = UNSET,
179
180
  ) -> list["ProposalReview"]:
180
- """
181
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
182
+
181
183
  Args:
182
184
  call_uuid (Union[Unset, UUID]):
183
185
  o (Union[Unset, list[ProposalReviewsListOItem]]):
@@ -227,7 +229,8 @@ async def asyncio_detailed(
227
229
  reviewer_uuid: Union[Unset, UUID] = UNSET,
228
230
  state: Union[Unset, list[ProposalReviewsListStateItem]] = UNSET,
229
231
  ) -> Response[list["ProposalReview"]]:
230
- """
232
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
233
+
231
234
  Args:
232
235
  call_uuid (Union[Unset, UUID]):
233
236
  o (Union[Unset, list[ProposalReviewsListOItem]]):
@@ -280,7 +283,8 @@ async def asyncio(
280
283
  reviewer_uuid: Union[Unset, UUID] = UNSET,
281
284
  state: Union[Unset, list[ProposalReviewsListStateItem]] = UNSET,
282
285
  ) -> list["ProposalReview"]:
283
- """
286
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
287
+
284
288
  Args:
285
289
  call_uuid (Union[Unset, UUID]):
286
290
  o (Union[Unset, list[ProposalReviewsListOItem]]):
@@ -103,7 +103,8 @@ def sync_detailed(
103
103
  page_size: Union[Unset, int] = UNSET,
104
104
  project_uuid: Union[Unset, UUID] = UNSET,
105
105
  ) -> Response[list["InvoiceItem"]]:
106
- """
106
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
107
+
107
108
  Args:
108
109
  customer_uuid (Union[Unset, UUID]):
109
110
  invoice_month (Union[Unset, int]):
@@ -152,7 +153,8 @@ def sync(
152
153
  page_size: Union[Unset, int] = UNSET,
153
154
  project_uuid: Union[Unset, UUID] = UNSET,
154
155
  ) -> list["InvoiceItem"]:
155
- """
156
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
157
+
156
158
  Args:
157
159
  customer_uuid (Union[Unset, UUID]):
158
160
  invoice_month (Union[Unset, int]):
@@ -196,7 +198,8 @@ async def asyncio_detailed(
196
198
  page_size: Union[Unset, int] = UNSET,
197
199
  project_uuid: Union[Unset, UUID] = UNSET,
198
200
  ) -> Response[list["InvoiceItem"]]:
199
- """
201
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
202
+
200
203
  Args:
201
204
  customer_uuid (Union[Unset, UUID]):
202
205
  invoice_month (Union[Unset, int]):
@@ -243,7 +246,8 @@ async def asyncio(
243
246
  page_size: Union[Unset, int] = UNSET,
244
247
  project_uuid: Union[Unset, UUID] = UNSET,
245
248
  ) -> list["InvoiceItem"]:
246
- """
249
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
250
+
247
251
  Args:
248
252
  customer_uuid (Union[Unset, UUID]):
249
253
  invoice_month (Union[Unset, int]):
@@ -195,7 +195,8 @@ def sync_detailed(
195
195
  template_uuid: Union[Unset, UUID] = UNSET,
196
196
  uuid: Union[Unset, UUID] = UNSET,
197
197
  ) -> Response[list["RancherApplication"]]:
198
- """
198
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
199
+
199
200
  Args:
200
201
  backend_id (Union[Unset, str]):
201
202
  can_manage (Union[Unset, bool]):
@@ -292,7 +293,8 @@ def sync(
292
293
  template_uuid: Union[Unset, UUID] = UNSET,
293
294
  uuid: Union[Unset, UUID] = UNSET,
294
295
  ) -> list["RancherApplication"]:
295
- """
296
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
297
+
296
298
  Args:
297
299
  backend_id (Union[Unset, str]):
298
300
  can_manage (Union[Unset, bool]):
@@ -384,7 +386,8 @@ async def asyncio_detailed(
384
386
  template_uuid: Union[Unset, UUID] = UNSET,
385
387
  uuid: Union[Unset, UUID] = UNSET,
386
388
  ) -> Response[list["RancherApplication"]]:
387
- """
389
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
390
+
388
391
  Args:
389
392
  backend_id (Union[Unset, str]):
390
393
  can_manage (Union[Unset, bool]):
@@ -479,7 +482,8 @@ async def asyncio(
479
482
  template_uuid: Union[Unset, UUID] = UNSET,
480
483
  uuid: Union[Unset, UUID] = UNSET,
481
484
  ) -> list["RancherApplication"]:
482
- """
485
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
486
+
483
487
  Args:
484
488
  backend_id (Union[Unset, str]):
485
489
  can_manage (Union[Unset, bool]):
@@ -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["RancherCatalog"]]:
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["RancherCatalog"]:
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["RancherCatalog"]]:
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["RancherCatalog"]:
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]):
@@ -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["ClusterSecurityGroup"]]:
82
- """
82
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
83
+
83
84
  Args:
84
85
  cluster_uuid (Union[Unset, UUID]):
85
86
  name (Union[Unset, str]):
@@ -119,7 +120,8 @@ def sync(
119
120
  page: Union[Unset, int] = UNSET,
120
121
  page_size: Union[Unset, int] = UNSET,
121
122
  ) -> list["ClusterSecurityGroup"]:
122
- """
123
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
124
+
123
125
  Args:
124
126
  cluster_uuid (Union[Unset, UUID]):
125
127
  name (Union[Unset, str]):
@@ -154,7 +156,8 @@ async def asyncio_detailed(
154
156
  page: Union[Unset, int] = UNSET,
155
157
  page_size: Union[Unset, int] = UNSET,
156
158
  ) -> Response[list["ClusterSecurityGroup"]]:
157
- """
159
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
160
+
158
161
  Args:
159
162
  cluster_uuid (Union[Unset, UUID]):
160
163
  name (Union[Unset, str]):
@@ -192,7 +195,8 @@ async def asyncio(
192
195
  page: Union[Unset, int] = UNSET,
193
196
  page_size: Union[Unset, int] = UNSET,
194
197
  ) -> list["ClusterSecurityGroup"]:
195
- """
198
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
199
+
196
200
  Args:
197
201
  cluster_uuid (Union[Unset, UUID]):
198
202
  name (Union[Unset, str]):