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
@@ -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]):
@@ -75,7 +75,8 @@ def sync_detailed(
75
75
  page: Union[Unset, int] = UNSET,
76
76
  page_size: Union[Unset, int] = UNSET,
77
77
  ) -> Response[list["OfferingReferral"]]:
78
- """
78
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
79
+
79
80
  Args:
80
81
  o (Union[Unset, list[MarketplaceOfferingReferralsListOItem]]):
81
82
  page (Union[Unset, int]):
@@ -109,7 +110,8 @@ def sync(
109
110
  page: Union[Unset, int] = UNSET,
110
111
  page_size: Union[Unset, int] = UNSET,
111
112
  ) -> list["OfferingReferral"]:
112
- """
113
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
114
+
113
115
  Args:
114
116
  o (Union[Unset, list[MarketplaceOfferingReferralsListOItem]]):
115
117
  page (Union[Unset, int]):
@@ -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["OfferingReferral"]]:
141
- """
143
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
144
+
142
145
  Args:
143
146
  o (Union[Unset, list[MarketplaceOfferingReferralsListOItem]]):
144
147
  page (Union[Unset, int]):
@@ -170,7 +173,8 @@ async def asyncio(
170
173
  page: Union[Unset, int] = UNSET,
171
174
  page_size: Union[Unset, int] = UNSET,
172
175
  ) -> list["OfferingReferral"]:
173
- """
176
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
177
+
174
178
  Args:
175
179
  o (Union[Unset, list[MarketplaceOfferingReferralsListOItem]]):
176
180
  page (Union[Unset, int]):
@@ -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["OfferingUsagePolicy"]]:
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["OfferingUsagePolicy"]:
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["OfferingUsagePolicy"]]:
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["OfferingUsagePolicy"]:
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]):
@@ -82,7 +82,8 @@ def sync_detailed(
82
82
  page_size: Union[Unset, int] = UNSET,
83
83
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
84
84
  ) -> Response[list["OfferingUserRole"]]:
85
- """
85
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
86
+
86
87
  Args:
87
88
  offering (Union[Unset, str]):
88
89
  offering_uuid (Union[Unset, UUID]):
@@ -122,7 +123,8 @@ def sync(
122
123
  page_size: Union[Unset, int] = UNSET,
123
124
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
124
125
  ) -> list["OfferingUserRole"]:
125
- """
126
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
127
+
126
128
  Args:
127
129
  offering (Union[Unset, str]):
128
130
  offering_uuid (Union[Unset, UUID]):
@@ -157,7 +159,8 @@ async def asyncio_detailed(
157
159
  page_size: Union[Unset, int] = UNSET,
158
160
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
159
161
  ) -> Response[list["OfferingUserRole"]]:
160
- """
162
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
163
+
161
164
  Args:
162
165
  offering (Union[Unset, str]):
163
166
  offering_uuid (Union[Unset, UUID]):
@@ -195,7 +198,8 @@ async def asyncio(
195
198
  page_size: Union[Unset, int] = UNSET,
196
199
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
197
200
  ) -> list["OfferingUserRole"]:
198
- """
201
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
202
+
199
203
  Args:
200
204
  offering (Union[Unset, str]):
201
205
  offering_uuid (Union[Unset, UUID]):
@@ -145,7 +145,8 @@ def sync_detailed(
145
145
  user_username: Union[Unset, str] = UNSET,
146
146
  user_uuid: Union[Unset, UUID] = UNSET,
147
147
  ) -> Response[list["OfferingUser"]]:
148
- """
148
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
149
+
149
150
  Args:
150
151
  created (Union[Unset, datetime.datetime]):
151
152
  field (Union[Unset, list[MarketplaceOfferingUsersListFieldItem]]):
@@ -212,7 +213,8 @@ def sync(
212
213
  user_username: Union[Unset, str] = UNSET,
213
214
  user_uuid: Union[Unset, UUID] = UNSET,
214
215
  ) -> list["OfferingUser"]:
215
- """
216
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
217
+
216
218
  Args:
217
219
  created (Union[Unset, datetime.datetime]):
218
220
  field (Union[Unset, list[MarketplaceOfferingUsersListFieldItem]]):
@@ -274,7 +276,8 @@ async def asyncio_detailed(
274
276
  user_username: Union[Unset, str] = UNSET,
275
277
  user_uuid: Union[Unset, UUID] = UNSET,
276
278
  ) -> Response[list["OfferingUser"]]:
277
- """
279
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
280
+
278
281
  Args:
279
282
  created (Union[Unset, datetime.datetime]):
280
283
  field (Union[Unset, list[MarketplaceOfferingUsersListFieldItem]]):
@@ -339,7 +342,8 @@ async def asyncio(
339
342
  user_username: Union[Unset, str] = UNSET,
340
343
  user_uuid: Union[Unset, UUID] = UNSET,
341
344
  ) -> list["OfferingUser"]:
342
- """
345
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
346
+
343
347
  Args:
344
348
  created (Union[Unset, datetime.datetime]):
345
349
  field (Union[Unset, list[MarketplaceOfferingUsersListFieldItem]]):
@@ -209,7 +209,8 @@ def sync_detailed(
209
209
  state: Union[Unset, list[MarketplaceOrdersListStateItem]] = UNSET,
210
210
  type_: Union[Unset, list[MarketplaceOrdersListTypeItem]] = UNSET,
211
211
  ) -> Response[list["OrderDetails"]]:
212
- """
212
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
213
+
213
214
  Args:
214
215
  can_approve_as_consumer (Union[Unset, bool]):
215
216
  can_approve_as_provider (Union[Unset, bool]):
@@ -300,7 +301,8 @@ def sync(
300
301
  state: Union[Unset, list[MarketplaceOrdersListStateItem]] = UNSET,
301
302
  type_: Union[Unset, list[MarketplaceOrdersListTypeItem]] = UNSET,
302
303
  ) -> list["OrderDetails"]:
303
- """
304
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
305
+
304
306
  Args:
305
307
  can_approve_as_consumer (Union[Unset, bool]):
306
308
  can_approve_as_provider (Union[Unset, bool]):
@@ -386,7 +388,8 @@ async def asyncio_detailed(
386
388
  state: Union[Unset, list[MarketplaceOrdersListStateItem]] = UNSET,
387
389
  type_: Union[Unset, list[MarketplaceOrdersListTypeItem]] = UNSET,
388
390
  ) -> Response[list["OrderDetails"]]:
389
- """
391
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
392
+
390
393
  Args:
391
394
  can_approve_as_consumer (Union[Unset, bool]):
392
395
  can_approve_as_provider (Union[Unset, bool]):
@@ -475,7 +478,8 @@ async def asyncio(
475
478
  state: Union[Unset, list[MarketplaceOrdersListStateItem]] = UNSET,
476
479
  type_: Union[Unset, list[MarketplaceOrdersListTypeItem]] = UNSET,
477
480
  ) -> list["OrderDetails"]:
478
- """
481
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
482
+
479
483
  Args:
480
484
  can_approve_as_consumer (Union[Unset, bool]):
481
485
  can_approve_as_provider (Union[Unset, bool]):
@@ -84,7 +84,8 @@ def sync_detailed(
84
84
  plan_uuid: Union[Unset, UUID] = UNSET,
85
85
  shared: Union[Unset, bool] = UNSET,
86
86
  ) -> Response[list["PlanComponent"]]:
87
- """
87
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
88
+
88
89
  Args:
89
90
  archived (Union[Unset, bool]):
90
91
  offering_uuid (Union[Unset, UUID]):
@@ -127,7 +128,8 @@ def sync(
127
128
  plan_uuid: Union[Unset, UUID] = UNSET,
128
129
  shared: Union[Unset, bool] = UNSET,
129
130
  ) -> list["PlanComponent"]:
130
- """
131
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
132
+
131
133
  Args:
132
134
  archived (Union[Unset, bool]):
133
135
  offering_uuid (Union[Unset, UUID]):
@@ -165,7 +167,8 @@ async def asyncio_detailed(
165
167
  plan_uuid: Union[Unset, UUID] = UNSET,
166
168
  shared: Union[Unset, bool] = UNSET,
167
169
  ) -> Response[list["PlanComponent"]]:
168
- """
170
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
171
+
169
172
  Args:
170
173
  archived (Union[Unset, bool]):
171
174
  offering_uuid (Union[Unset, UUID]):
@@ -206,7 +209,8 @@ async def asyncio(
206
209
  plan_uuid: Union[Unset, UUID] = UNSET,
207
210
  shared: Union[Unset, bool] = UNSET,
208
211
  ) -> list["PlanComponent"]:
209
- """
212
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
213
+
210
214
  Args:
211
215
  archived (Union[Unset, bool]):
212
216
  offering_uuid (Union[Unset, UUID]):
@@ -82,7 +82,8 @@ def sync_detailed(
82
82
  page_size: Union[Unset, int] = UNSET,
83
83
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
84
84
  ) -> Response[list["ProviderPlanDetails"]]:
85
- """
85
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
86
+
86
87
  Args:
87
88
  offering (Union[Unset, str]):
88
89
  offering_uuid (Union[Unset, UUID]):
@@ -122,7 +123,8 @@ def sync(
122
123
  page_size: Union[Unset, int] = UNSET,
123
124
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
124
125
  ) -> list["ProviderPlanDetails"]:
125
- """
126
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
127
+
126
128
  Args:
127
129
  offering (Union[Unset, str]):
128
130
  offering_uuid (Union[Unset, UUID]):
@@ -157,7 +159,8 @@ async def asyncio_detailed(
157
159
  page_size: Union[Unset, int] = UNSET,
158
160
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
159
161
  ) -> Response[list["ProviderPlanDetails"]]:
160
- """
162
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
163
+
161
164
  Args:
162
165
  offering (Union[Unset, str]):
163
166
  offering_uuid (Union[Unset, UUID]):
@@ -195,7 +198,8 @@ async def asyncio(
195
198
  page_size: Union[Unset, int] = UNSET,
196
199
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
197
200
  ) -> list["ProviderPlanDetails"]:
198
- """
201
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
202
+
199
203
  Args:
200
204
  offering (Union[Unset, str]):
201
205
  offering_uuid (Union[Unset, UUID]):
@@ -97,7 +97,8 @@ def sync_detailed(
97
97
  scope: Union[Unset, str] = UNSET,
98
98
  scope_uuid: Union[Unset, UUID] = UNSET,
99
99
  ) -> Response[list["ProjectEstimatedCostPolicy"]]:
100
- """
100
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
101
+
101
102
  Args:
102
103
  customer (Union[Unset, str]):
103
104
  customer_uuid (Union[Unset, UUID]):
@@ -146,7 +147,8 @@ def sync(
146
147
  scope: Union[Unset, str] = UNSET,
147
148
  scope_uuid: Union[Unset, UUID] = UNSET,
148
149
  ) -> list["ProjectEstimatedCostPolicy"]:
149
- """
150
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
151
+
150
152
  Args:
151
153
  customer (Union[Unset, str]):
152
154
  customer_uuid (Union[Unset, UUID]):
@@ -190,7 +192,8 @@ async def asyncio_detailed(
190
192
  scope: Union[Unset, str] = UNSET,
191
193
  scope_uuid: Union[Unset, UUID] = UNSET,
192
194
  ) -> Response[list["ProjectEstimatedCostPolicy"]]:
193
- """
195
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
196
+
194
197
  Args:
195
198
  customer (Union[Unset, str]):
196
199
  customer_uuid (Union[Unset, UUID]):
@@ -237,7 +240,8 @@ async def asyncio(
237
240
  scope: Union[Unset, str] = UNSET,
238
241
  scope_uuid: Union[Unset, UUID] = UNSET,
239
242
  ) -> list["ProjectEstimatedCostPolicy"]:
240
- """
243
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
244
+
241
245
  Args:
242
246
  customer (Union[Unset, str]):
243
247
  customer_uuid (Union[Unset, UUID]):
@@ -83,7 +83,8 @@ def sync_detailed(
83
83
  project_uuid: Union[Unset, UUID] = UNSET,
84
84
  username: Union[Unset, str] = UNSET,
85
85
  ) -> Response[list["ProjectServiceAccount"]]:
86
- """
86
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
87
+
87
88
  Args:
88
89
  email (Union[Unset, str]):
89
90
  page (Union[Unset, int]):
@@ -126,7 +127,8 @@ def sync(
126
127
  project_uuid: Union[Unset, UUID] = UNSET,
127
128
  username: Union[Unset, str] = UNSET,
128
129
  ) -> list["ProjectServiceAccount"]:
129
- """
130
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
131
+
130
132
  Args:
131
133
  email (Union[Unset, str]):
132
134
  page (Union[Unset, int]):
@@ -164,7 +166,8 @@ async def asyncio_detailed(
164
166
  project_uuid: Union[Unset, UUID] = UNSET,
165
167
  username: Union[Unset, str] = UNSET,
166
168
  ) -> Response[list["ProjectServiceAccount"]]:
167
- """
169
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
170
+
168
171
  Args:
169
172
  email (Union[Unset, str]):
170
173
  page (Union[Unset, int]):
@@ -205,7 +208,8 @@ async def asyncio(
205
208
  project_uuid: Union[Unset, UUID] = UNSET,
206
209
  username: Union[Unset, str] = UNSET,
207
210
  ) -> list["ProjectServiceAccount"]:
208
- """
211
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
212
+
209
213
  Args:
210
214
  email (Union[Unset, str]):
211
215
  page (Union[Unset, int]):
@@ -104,7 +104,8 @@ def sync_detailed(
104
104
  project_uuid: Union[Unset, UUID] = UNSET,
105
105
  state: Union[Unset, list[MarketplaceProjectUpdateRequestsListStateItem]] = UNSET,
106
106
  ) -> Response[list["RemoteProjectUpdateRequest"]]:
107
- """
107
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
108
+
108
109
  Args:
109
110
  customer_uuid (Union[Unset, UUID]):
110
111
  offering_customer_uuid (Union[Unset, UUID]):
@@ -150,7 +151,8 @@ def sync(
150
151
  project_uuid: Union[Unset, UUID] = UNSET,
151
152
  state: Union[Unset, list[MarketplaceProjectUpdateRequestsListStateItem]] = UNSET,
152
153
  ) -> list["RemoteProjectUpdateRequest"]:
153
- """
154
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
155
+
154
156
  Args:
155
157
  customer_uuid (Union[Unset, UUID]):
156
158
  offering_customer_uuid (Union[Unset, UUID]):
@@ -191,7 +193,8 @@ async def asyncio_detailed(
191
193
  project_uuid: Union[Unset, UUID] = UNSET,
192
194
  state: Union[Unset, list[MarketplaceProjectUpdateRequestsListStateItem]] = UNSET,
193
195
  ) -> Response[list["RemoteProjectUpdateRequest"]]:
194
- """
196
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
197
+
195
198
  Args:
196
199
  customer_uuid (Union[Unset, UUID]):
197
200
  offering_customer_uuid (Union[Unset, UUID]):
@@ -235,7 +238,8 @@ async def asyncio(
235
238
  project_uuid: Union[Unset, UUID] = UNSET,
236
239
  state: Union[Unset, list[MarketplaceProjectUpdateRequestsListStateItem]] = UNSET,
237
240
  ) -> list["RemoteProjectUpdateRequest"]:
238
- """
241
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
242
+
239
243
  Args:
240
244
  customer_uuid (Union[Unset, UUID]):
241
245
  offering_customer_uuid (Union[Unset, UUID]):
@@ -43,7 +43,7 @@ def _get_kwargs(
43
43
  project_uuid: Union[Unset, UUID] = UNSET,
44
44
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
45
45
  resource_project_uuid: Union[Unset, UUID] = UNSET,
46
- scope_uuid: Union[Unset, UUID] = UNSET,
46
+ scope_uuid: Union[Unset, str] = UNSET,
47
47
  service_manager_uuid: Union[Unset, UUID] = UNSET,
48
48
  shared: Union[Unset, bool] = UNSET,
49
49
  start: Union[Unset, str] = UNSET,
@@ -143,10 +143,7 @@ def _get_kwargs(
143
143
  json_resource_project_uuid = str(resource_project_uuid)
144
144
  params["resource_project_uuid"] = json_resource_project_uuid
145
145
 
146
- json_scope_uuid: Union[Unset, str] = UNSET
147
- if not isinstance(scope_uuid, Unset):
148
- json_scope_uuid = str(scope_uuid)
149
- params["scope_uuid"] = json_scope_uuid
146
+ params["scope_uuid"] = scope_uuid
150
147
 
151
148
  json_service_manager_uuid: Union[Unset, str] = UNSET
152
149
  if not isinstance(service_manager_uuid, Unset):
@@ -238,7 +235,7 @@ def sync_detailed(
238
235
  project_uuid: Union[Unset, UUID] = UNSET,
239
236
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
240
237
  resource_project_uuid: Union[Unset, UUID] = UNSET,
241
- scope_uuid: Union[Unset, UUID] = UNSET,
238
+ scope_uuid: Union[Unset, str] = UNSET,
242
239
  service_manager_uuid: Union[Unset, UUID] = UNSET,
243
240
  shared: Union[Unset, bool] = UNSET,
244
241
  start: Union[Unset, str] = UNSET,
@@ -273,7 +270,7 @@ def sync_detailed(
273
270
  project_uuid (Union[Unset, UUID]):
274
271
  resource_customer_uuid (Union[Unset, UUID]):
275
272
  resource_project_uuid (Union[Unset, UUID]):
276
- scope_uuid (Union[Unset, UUID]):
273
+ scope_uuid (Union[Unset, str]):
277
274
  service_manager_uuid (Union[Unset, UUID]):
278
275
  shared (Union[Unset, bool]):
279
276
  start (Union[Unset, str]):
@@ -357,7 +354,7 @@ def sync(
357
354
  project_uuid: Union[Unset, UUID] = UNSET,
358
355
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
359
356
  resource_project_uuid: Union[Unset, UUID] = UNSET,
360
- scope_uuid: Union[Unset, UUID] = UNSET,
357
+ scope_uuid: Union[Unset, str] = UNSET,
361
358
  service_manager_uuid: Union[Unset, UUID] = UNSET,
362
359
  shared: Union[Unset, bool] = UNSET,
363
360
  start: Union[Unset, str] = UNSET,
@@ -392,7 +389,7 @@ def sync(
392
389
  project_uuid (Union[Unset, UUID]):
393
390
  resource_customer_uuid (Union[Unset, UUID]):
394
391
  resource_project_uuid (Union[Unset, UUID]):
395
- scope_uuid (Union[Unset, UUID]):
392
+ scope_uuid (Union[Unset, str]):
396
393
  service_manager_uuid (Union[Unset, UUID]):
397
394
  shared (Union[Unset, bool]):
398
395
  start (Union[Unset, str]):
@@ -471,7 +468,7 @@ async def asyncio_detailed(
471
468
  project_uuid: Union[Unset, UUID] = UNSET,
472
469
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
473
470
  resource_project_uuid: Union[Unset, UUID] = UNSET,
474
- scope_uuid: Union[Unset, UUID] = UNSET,
471
+ scope_uuid: Union[Unset, str] = UNSET,
475
472
  service_manager_uuid: Union[Unset, UUID] = UNSET,
476
473
  shared: Union[Unset, bool] = UNSET,
477
474
  start: Union[Unset, str] = UNSET,
@@ -506,7 +503,7 @@ async def asyncio_detailed(
506
503
  project_uuid (Union[Unset, UUID]):
507
504
  resource_customer_uuid (Union[Unset, UUID]):
508
505
  resource_project_uuid (Union[Unset, UUID]):
509
- scope_uuid (Union[Unset, UUID]):
506
+ scope_uuid (Union[Unset, str]):
510
507
  service_manager_uuid (Union[Unset, UUID]):
511
508
  shared (Union[Unset, bool]):
512
509
  start (Union[Unset, str]):
@@ -588,7 +585,7 @@ async def asyncio(
588
585
  project_uuid: Union[Unset, UUID] = UNSET,
589
586
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
590
587
  resource_project_uuid: Union[Unset, UUID] = UNSET,
591
- scope_uuid: Union[Unset, UUID] = UNSET,
588
+ scope_uuid: Union[Unset, str] = UNSET,
592
589
  service_manager_uuid: Union[Unset, UUID] = UNSET,
593
590
  shared: Union[Unset, bool] = UNSET,
594
591
  start: Union[Unset, str] = UNSET,
@@ -623,7 +620,7 @@ async def asyncio(
623
620
  project_uuid (Union[Unset, UUID]):
624
621
  resource_customer_uuid (Union[Unset, UUID]):
625
622
  resource_project_uuid (Union[Unset, UUID]):
626
- scope_uuid (Union[Unset, UUID]):
623
+ scope_uuid (Union[Unset, str]):
627
624
  service_manager_uuid (Union[Unset, UUID]):
628
625
  shared (Union[Unset, bool]):
629
626
  start (Union[Unset, str]):