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
@@ -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["AnswerList"]]:
66
- """
66
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
67
+
67
68
  Args:
68
69
  checklist_uuid (str):
69
70
  page (Union[Unset, int]):
@@ -97,7 +98,8 @@ def sync(
97
98
  page: Union[Unset, int] = UNSET,
98
99
  page_size: Union[Unset, int] = UNSET,
99
100
  ) -> list["AnswerList"]:
100
- """
101
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
102
+
101
103
  Args:
102
104
  checklist_uuid (str):
103
105
  page (Union[Unset, int]):
@@ -126,7 +128,8 @@ async def asyncio_detailed(
126
128
  page: Union[Unset, int] = UNSET,
127
129
  page_size: Union[Unset, int] = UNSET,
128
130
  ) -> Response[list["AnswerList"]]:
129
- """
131
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
132
+
130
133
  Args:
131
134
  checklist_uuid (str):
132
135
  page (Union[Unset, int]):
@@ -158,7 +161,8 @@ async def asyncio(
158
161
  page: Union[Unset, int] = UNSET,
159
162
  page_size: Union[Unset, int] = UNSET,
160
163
  ) -> list["AnswerList"]:
161
- """
164
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
165
+
162
166
  Args:
163
167
  checklist_uuid (str):
164
168
  page (Union[Unset, int]):
@@ -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["Checklist"]]:
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["Checklist"]:
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["Checklist"]]:
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["Checklist"]:
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]):
@@ -65,7 +65,8 @@ def sync_detailed(
65
65
  page: Union[Unset, int] = UNSET,
66
66
  page_size: Union[Unset, int] = UNSET,
67
67
  ) -> Response[list["ChecklistQuestion"]]:
68
- """
68
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
69
+
69
70
  Args:
70
71
  checklist_uuid (str):
71
72
  page (Union[Unset, int]):
@@ -99,7 +100,8 @@ def sync(
99
100
  page: Union[Unset, int] = UNSET,
100
101
  page_size: Union[Unset, int] = UNSET,
101
102
  ) -> list["ChecklistQuestion"]:
102
- """
103
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
104
+
103
105
  Args:
104
106
  checklist_uuid (str):
105
107
  page (Union[Unset, int]):
@@ -128,7 +130,8 @@ async def asyncio_detailed(
128
130
  page: Union[Unset, int] = UNSET,
129
131
  page_size: Union[Unset, int] = UNSET,
130
132
  ) -> Response[list["ChecklistQuestion"]]:
131
- """
133
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
134
+
132
135
  Args:
133
136
  checklist_uuid (str):
134
137
  page (Union[Unset, int]):
@@ -160,7 +163,8 @@ async def asyncio(
160
163
  page: Union[Unset, int] = UNSET,
161
164
  page_size: Union[Unset, int] = UNSET,
162
165
  ) -> list["ChecklistQuestion"]:
163
- """
166
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
167
+
164
168
  Args:
165
169
  checklist_uuid (str):
166
170
  page (Union[Unset, int]):
@@ -65,7 +65,8 @@ def sync_detailed(
65
65
  page: Union[Unset, int] = UNSET,
66
66
  page_size: Union[Unset, int] = UNSET,
67
67
  ) -> Response[list["AnswerList"]]:
68
- """
68
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
69
+
69
70
  Args:
70
71
  checklist_uuid (str):
71
72
  user_uuid (str):
@@ -102,7 +103,8 @@ def sync(
102
103
  page: Union[Unset, int] = UNSET,
103
104
  page_size: Union[Unset, int] = UNSET,
104
105
  ) -> list["AnswerList"]:
105
- """
106
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
107
+
106
108
  Args:
107
109
  checklist_uuid (str):
108
110
  user_uuid (str):
@@ -134,7 +136,8 @@ async def asyncio_detailed(
134
136
  page: Union[Unset, int] = UNSET,
135
137
  page_size: Union[Unset, int] = UNSET,
136
138
  ) -> Response[list["AnswerList"]]:
137
- """
139
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
140
+
138
141
  Args:
139
142
  checklist_uuid (str):
140
143
  user_uuid (str):
@@ -169,7 +172,8 @@ async def asyncio(
169
172
  page: Union[Unset, int] = UNSET,
170
173
  page_size: Union[Unset, int] = UNSET,
171
174
  ) -> list["AnswerList"]:
172
- """
175
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
176
+
173
177
  Args:
174
178
  checklist_uuid (str):
175
179
  user_uuid (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["Checklist"]]:
66
- """
66
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
67
+
67
68
  Args:
68
69
  category_uuid (str):
69
70
  page (Union[Unset, int]):
@@ -97,7 +98,8 @@ def sync(
97
98
  page: Union[Unset, int] = UNSET,
98
99
  page_size: Union[Unset, int] = UNSET,
99
100
  ) -> list["Checklist"]:
100
- """
101
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
102
+
101
103
  Args:
102
104
  category_uuid (str):
103
105
  page (Union[Unset, int]):
@@ -126,7 +128,8 @@ async def asyncio_detailed(
126
128
  page: Union[Unset, int] = UNSET,
127
129
  page_size: Union[Unset, int] = UNSET,
128
130
  ) -> Response[list["Checklist"]]:
129
- """
131
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
132
+
130
133
  Args:
131
134
  category_uuid (str):
132
135
  page (Union[Unset, int]):
@@ -158,7 +161,8 @@ async def asyncio(
158
161
  page: Union[Unset, int] = UNSET,
159
162
  page_size: Union[Unset, int] = UNSET,
160
163
  ) -> list["Checklist"]:
161
- """
164
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
165
+
162
166
  Args:
163
167
  category_uuid (str):
164
168
  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["ChecklistCategory"]]:
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["ChecklistCategory"]:
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["ChecklistCategory"]]:
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["ChecklistCategory"]:
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]):
@@ -144,7 +144,8 @@ def sync_detailed(
144
144
  resource_uuid: Union[Unset, UUID] = UNSET,
145
145
  type_: Union[Unset, str] = UNSET,
146
146
  ) -> Response[list["ComponentUsage"]]:
147
- """
147
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
148
+
148
149
  Args:
149
150
  billing_period (Union[Unset, datetime.date]):
150
151
  customer_uuid (Union[Unset, UUID]):
@@ -208,7 +209,8 @@ def sync(
208
209
  resource_uuid: Union[Unset, UUID] = UNSET,
209
210
  type_: Union[Unset, str] = UNSET,
210
211
  ) -> list["ComponentUsage"]:
211
- """
212
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
213
+
212
214
  Args:
213
215
  billing_period (Union[Unset, datetime.date]):
214
216
  customer_uuid (Union[Unset, UUID]):
@@ -267,7 +269,8 @@ async def asyncio_detailed(
267
269
  resource_uuid: Union[Unset, UUID] = UNSET,
268
270
  type_: Union[Unset, str] = UNSET,
269
271
  ) -> Response[list["ComponentUsage"]]:
270
- """
272
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
273
+
271
274
  Args:
272
275
  billing_period (Union[Unset, datetime.date]):
273
276
  customer_uuid (Union[Unset, UUID]):
@@ -329,7 +332,8 @@ async def asyncio(
329
332
  resource_uuid: Union[Unset, UUID] = UNSET,
330
333
  type_: Union[Unset, str] = UNSET,
331
334
  ) -> list["ComponentUsage"]:
332
- """
335
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
336
+
333
337
  Args:
334
338
  billing_period (Union[Unset, datetime.date]):
335
339
  customer_uuid (Union[Unset, UUID]):
@@ -158,7 +158,8 @@ def sync_detailed(
158
158
  type_: Union[Unset, str] = UNSET,
159
159
  username: Union[Unset, str] = UNSET,
160
160
  ) -> Response[list["ComponentUserUsage"]]:
161
- """
161
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
162
+
162
163
  Args:
163
164
  billing_period_month (Union[Unset, float]):
164
165
  billing_period_year (Union[Unset, float]):
@@ -231,7 +232,8 @@ def sync(
231
232
  type_: Union[Unset, str] = UNSET,
232
233
  username: Union[Unset, str] = UNSET,
233
234
  ) -> list["ComponentUserUsage"]:
234
- """
235
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
236
+
235
237
  Args:
236
238
  billing_period_month (Union[Unset, float]):
237
239
  billing_period_year (Union[Unset, float]):
@@ -299,7 +301,8 @@ async def asyncio_detailed(
299
301
  type_: Union[Unset, str] = UNSET,
300
302
  username: Union[Unset, str] = UNSET,
301
303
  ) -> Response[list["ComponentUserUsage"]]:
302
- """
304
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
305
+
303
306
  Args:
304
307
  billing_period_month (Union[Unset, float]):
305
308
  billing_period_year (Union[Unset, float]):
@@ -370,7 +373,8 @@ async def asyncio(
370
373
  type_: Union[Unset, str] = UNSET,
371
374
  username: Union[Unset, str] = UNSET,
372
375
  ) -> list["ComponentUserUsage"]:
373
- """
376
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
377
+
374
378
  Args:
375
379
  billing_period_month (Union[Unset, float]):
376
380
  billing_period_year (Union[Unset, float]):
@@ -86,7 +86,8 @@ def sync_detailed(
86
86
  scope: Union[Unset, str] = UNSET,
87
87
  scope_uuid: Union[Unset, UUID] = UNSET,
88
88
  ) -> Response[list["CustomerEstimatedCostPolicy"]]:
89
- """
89
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
90
+
90
91
  Args:
91
92
  customer (Union[Unset, str]):
92
93
  customer_uuid (Union[Unset, UUID]):
@@ -129,7 +130,8 @@ def sync(
129
130
  scope: Union[Unset, str] = UNSET,
130
131
  scope_uuid: Union[Unset, UUID] = UNSET,
131
132
  ) -> list["CustomerEstimatedCostPolicy"]:
132
- """
133
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
134
+
133
135
  Args:
134
136
  customer (Union[Unset, str]):
135
137
  customer_uuid (Union[Unset, UUID]):
@@ -167,7 +169,8 @@ async def asyncio_detailed(
167
169
  scope: Union[Unset, str] = UNSET,
168
170
  scope_uuid: Union[Unset, UUID] = UNSET,
169
171
  ) -> Response[list["CustomerEstimatedCostPolicy"]]:
170
- """
172
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
173
+
171
174
  Args:
172
175
  customer (Union[Unset, str]):
173
176
  customer_uuid (Union[Unset, UUID]):
@@ -208,7 +211,8 @@ async def asyncio(
208
211
  scope: Union[Unset, str] = UNSET,
209
212
  scope_uuid: Union[Unset, UUID] = UNSET,
210
213
  ) -> list["CustomerEstimatedCostPolicy"]:
211
- """
214
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
215
+
212
216
  Args:
213
217
  customer (Union[Unset, str]):
214
218
  customer_uuid (Union[Unset, UUID]):
@@ -83,7 +83,8 @@ def sync_detailed(
83
83
  page_size: Union[Unset, int] = UNSET,
84
84
  username: Union[Unset, str] = UNSET,
85
85
  ) -> Response[list["CustomerServiceAccount"]]:
86
- """
86
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
87
+
87
88
  Args:
88
89
  customer (Union[Unset, str]):
89
90
  customer_uuid (Union[Unset, UUID]):
@@ -126,7 +127,8 @@ def sync(
126
127
  page_size: Union[Unset, int] = UNSET,
127
128
  username: Union[Unset, str] = UNSET,
128
129
  ) -> list["CustomerServiceAccount"]:
129
- """
130
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
131
+
130
132
  Args:
131
133
  customer (Union[Unset, str]):
132
134
  customer_uuid (Union[Unset, UUID]):
@@ -164,7 +166,8 @@ async def asyncio_detailed(
164
166
  page_size: Union[Unset, int] = UNSET,
165
167
  username: Union[Unset, str] = UNSET,
166
168
  ) -> Response[list["CustomerServiceAccount"]]:
167
- """
169
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
170
+
168
171
  Args:
169
172
  customer (Union[Unset, str]):
170
173
  customer_uuid (Union[Unset, UUID]):
@@ -205,7 +208,8 @@ async def asyncio(
205
208
  page_size: Union[Unset, int] = UNSET,
206
209
  username: Union[Unset, str] = UNSET,
207
210
  ) -> list["CustomerServiceAccount"]:
208
- """
211
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
212
+
209
213
  Args:
210
214
  customer (Union[Unset, str]):
211
215
  customer_uuid (Union[Unset, UUID]):
@@ -114,7 +114,8 @@ def sync_detailed(
114
114
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
115
115
  status: Union[Unset, list[MarketplaceIntegrationStatusesListStatusItem]] = UNSET,
116
116
  ) -> Response[list["IntegrationStatusDetails"]]:
117
- """
117
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
118
+
118
119
  Args:
119
120
  agent_type (Union[Unset, str]):
120
121
  customer_uuid (Union[Unset, str]):
@@ -166,7 +167,8 @@ def sync(
166
167
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
167
168
  status: Union[Unset, list[MarketplaceIntegrationStatusesListStatusItem]] = UNSET,
168
169
  ) -> list["IntegrationStatusDetails"]:
169
- """
170
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
171
+
170
172
  Args:
171
173
  agent_type (Union[Unset, str]):
172
174
  customer_uuid (Union[Unset, str]):
@@ -213,7 +215,8 @@ async def asyncio_detailed(
213
215
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
214
216
  status: Union[Unset, list[MarketplaceIntegrationStatusesListStatusItem]] = UNSET,
215
217
  ) -> Response[list["IntegrationStatusDetails"]]:
216
- """
218
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
219
+
217
220
  Args:
218
221
  agent_type (Union[Unset, str]):
219
222
  customer_uuid (Union[Unset, str]):
@@ -263,7 +266,8 @@ async def asyncio(
263
266
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
264
267
  status: Union[Unset, list[MarketplaceIntegrationStatusesListStatusItem]] = UNSET,
265
268
  ) -> list["IntegrationStatusDetails"]:
266
- """
269
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
270
+
267
271
  Args:
268
272
  agent_type (Union[Unset, str]):
269
273
  customer_uuid (Union[Unset, str]):
@@ -75,7 +75,8 @@ def sync_detailed(
75
75
  scope: Union[Unset, str] = UNSET,
76
76
  scope_uuid: Union[Unset, UUID] = UNSET,
77
77
  ) -> Response[list["OfferingEstimatedCostPolicy"]]:
78
- """
78
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
79
+
79
80
  Args:
80
81
  page (Union[Unset, int]):
81
82
  page_size (Union[Unset, int]):
@@ -112,7 +113,8 @@ def sync(
112
113
  scope: Union[Unset, str] = UNSET,
113
114
  scope_uuid: Union[Unset, UUID] = UNSET,
114
115
  ) -> list["OfferingEstimatedCostPolicy"]:
115
- """
116
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
117
+
116
118
  Args:
117
119
  page (Union[Unset, int]):
118
120
  page_size (Union[Unset, int]):
@@ -144,7 +146,8 @@ async def asyncio_detailed(
144
146
  scope: Union[Unset, str] = UNSET,
145
147
  scope_uuid: Union[Unset, UUID] = UNSET,
146
148
  ) -> Response[list["OfferingEstimatedCostPolicy"]]:
147
- """
149
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
150
+
148
151
  Args:
149
152
  page (Union[Unset, int]):
150
153
  page_size (Union[Unset, int]):
@@ -179,7 +182,8 @@ async def asyncio(
179
182
  scope: Union[Unset, str] = UNSET,
180
183
  scope_uuid: Union[Unset, UUID] = UNSET,
181
184
  ) -> list["OfferingEstimatedCostPolicy"]:
182
- """
185
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
186
+
183
187
  Args:
184
188
  page (Union[Unset, int]):
185
189
  page_size (Union[Unset, int]):
@@ -104,7 +104,8 @@ def sync_detailed(
104
104
  page_size: Union[Unset, int] = UNSET,
105
105
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
106
106
  ) -> Response[list["OfferingFile"]]:
107
- """
107
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
108
+
108
109
  Args:
109
110
  field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
110
111
  o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
@@ -150,7 +151,8 @@ def sync(
150
151
  page_size: Union[Unset, int] = UNSET,
151
152
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
152
153
  ) -> list["OfferingFile"]:
153
- """
154
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
155
+
154
156
  Args:
155
157
  field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
156
158
  o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
@@ -191,7 +193,8 @@ async def asyncio_detailed(
191
193
  page_size: Union[Unset, int] = UNSET,
192
194
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
193
195
  ) -> Response[list["OfferingFile"]]:
194
- """
196
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
197
+
195
198
  Args:
196
199
  field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
197
200
  o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
@@ -235,7 +238,8 @@ async def asyncio(
235
238
  page_size: Union[Unset, int] = UNSET,
236
239
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
237
240
  ) -> list["OfferingFile"]:
238
- """
241
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
242
+
239
243
  Args:
240
244
  field (Union[Unset, list[MarketplaceOfferingFilesListFieldItem]]):
241
245
  o (Union[Unset, list[MarketplaceOfferingFilesListOItem]]):
@@ -27,7 +27,7 @@ def _get_kwargs(
27
27
  role_uuid: Union[Unset, UUID] = UNSET,
28
28
  scope_name: Union[Unset, str] = UNSET,
29
29
  scope_type: Union[Unset, str] = UNSET,
30
- scope_uuid: Union[Unset, UUID] = UNSET,
30
+ scope_uuid: Union[Unset, str] = UNSET,
31
31
  user: Union[Unset, UUID] = UNSET,
32
32
  user_slug: Union[Unset, str] = UNSET,
33
33
  user_url: Union[Unset, str] = UNSET,
@@ -83,10 +83,7 @@ def _get_kwargs(
83
83
 
84
84
  params["scope_type"] = scope_type
85
85
 
86
- json_scope_uuid: Union[Unset, str] = UNSET
87
- if not isinstance(scope_uuid, Unset):
88
- json_scope_uuid = str(scope_uuid)
89
- params["scope_uuid"] = json_scope_uuid
86
+ params["scope_uuid"] = scope_uuid
90
87
 
91
88
  json_user: Union[Unset, str] = UNSET
92
89
  if not isinstance(user, Unset):
@@ -152,13 +149,14 @@ def sync_detailed(
152
149
  role_uuid: Union[Unset, UUID] = UNSET,
153
150
  scope_name: Union[Unset, str] = UNSET,
154
151
  scope_type: Union[Unset, str] = UNSET,
155
- scope_uuid: Union[Unset, UUID] = UNSET,
152
+ scope_uuid: Union[Unset, str] = UNSET,
156
153
  user: Union[Unset, UUID] = UNSET,
157
154
  user_slug: Union[Unset, str] = UNSET,
158
155
  user_url: Union[Unset, str] = UNSET,
159
156
  username: Union[Unset, str] = UNSET,
160
157
  ) -> Response[list["OfferingPermission"]]:
161
- """
158
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
159
+
162
160
  Args:
163
161
  created (Union[Unset, datetime.datetime]):
164
162
  customer (Union[Unset, UUID]):
@@ -173,7 +171,7 @@ def sync_detailed(
173
171
  role_uuid (Union[Unset, UUID]):
174
172
  scope_name (Union[Unset, str]):
175
173
  scope_type (Union[Unset, str]):
176
- scope_uuid (Union[Unset, UUID]):
174
+ scope_uuid (Union[Unset, str]):
177
175
  user (Union[Unset, UUID]):
178
176
  user_slug (Union[Unset, str]):
179
177
  user_url (Union[Unset, str]):
@@ -231,13 +229,14 @@ def sync(
231
229
  role_uuid: Union[Unset, UUID] = UNSET,
232
230
  scope_name: Union[Unset, str] = UNSET,
233
231
  scope_type: Union[Unset, str] = UNSET,
234
- scope_uuid: Union[Unset, UUID] = UNSET,
232
+ scope_uuid: Union[Unset, str] = UNSET,
235
233
  user: Union[Unset, UUID] = UNSET,
236
234
  user_slug: Union[Unset, str] = UNSET,
237
235
  user_url: Union[Unset, str] = UNSET,
238
236
  username: Union[Unset, str] = UNSET,
239
237
  ) -> list["OfferingPermission"]:
240
- """
238
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
239
+
241
240
  Args:
242
241
  created (Union[Unset, datetime.datetime]):
243
242
  customer (Union[Unset, UUID]):
@@ -252,7 +251,7 @@ def sync(
252
251
  role_uuid (Union[Unset, UUID]):
253
252
  scope_name (Union[Unset, str]):
254
253
  scope_type (Union[Unset, str]):
255
- scope_uuid (Union[Unset, UUID]):
254
+ scope_uuid (Union[Unset, str]):
256
255
  user (Union[Unset, UUID]):
257
256
  user_slug (Union[Unset, str]):
258
257
  user_url (Union[Unset, str]):
@@ -305,13 +304,14 @@ async def asyncio_detailed(
305
304
  role_uuid: Union[Unset, UUID] = UNSET,
306
305
  scope_name: Union[Unset, str] = UNSET,
307
306
  scope_type: Union[Unset, str] = UNSET,
308
- scope_uuid: Union[Unset, UUID] = UNSET,
307
+ scope_uuid: Union[Unset, str] = UNSET,
309
308
  user: Union[Unset, UUID] = UNSET,
310
309
  user_slug: Union[Unset, str] = UNSET,
311
310
  user_url: Union[Unset, str] = UNSET,
312
311
  username: Union[Unset, str] = UNSET,
313
312
  ) -> Response[list["OfferingPermission"]]:
314
- """
313
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
314
+
315
315
  Args:
316
316
  created (Union[Unset, datetime.datetime]):
317
317
  customer (Union[Unset, UUID]):
@@ -326,7 +326,7 @@ async def asyncio_detailed(
326
326
  role_uuid (Union[Unset, UUID]):
327
327
  scope_name (Union[Unset, str]):
328
328
  scope_type (Union[Unset, str]):
329
- scope_uuid (Union[Unset, UUID]):
329
+ scope_uuid (Union[Unset, str]):
330
330
  user (Union[Unset, UUID]):
331
331
  user_slug (Union[Unset, str]):
332
332
  user_url (Union[Unset, str]):
@@ -382,13 +382,14 @@ async def asyncio(
382
382
  role_uuid: Union[Unset, UUID] = UNSET,
383
383
  scope_name: Union[Unset, str] = UNSET,
384
384
  scope_type: Union[Unset, str] = UNSET,
385
- scope_uuid: Union[Unset, UUID] = UNSET,
385
+ scope_uuid: Union[Unset, str] = UNSET,
386
386
  user: Union[Unset, UUID] = UNSET,
387
387
  user_slug: Union[Unset, str] = UNSET,
388
388
  user_url: Union[Unset, str] = UNSET,
389
389
  username: Union[Unset, str] = UNSET,
390
390
  ) -> list["OfferingPermission"]:
391
- """
391
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
392
+
392
393
  Args:
393
394
  created (Union[Unset, datetime.datetime]):
394
395
  customer (Union[Unset, UUID]):
@@ -403,7 +404,7 @@ async def asyncio(
403
404
  role_uuid (Union[Unset, UUID]):
404
405
  scope_name (Union[Unset, str]):
405
406
  scope_type (Union[Unset, str]):
406
- scope_uuid (Union[Unset, UUID]):
407
+ scope_uuid (Union[Unset, str]):
407
408
  user (Union[Unset, UUID]):
408
409
  user_slug (Union[Unset, str]):
409
410
  user_url (Union[Unset, str]):