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
@@ -6,8 +6,8 @@ import httpx
6
6
 
7
7
  from ... import errors
8
8
  from ...client import AuthenticatedClient, Client
9
- from ...models.resource_options import ResourceOptions
10
9
  from ...models.resource_options_request import ResourceOptionsRequest
10
+ from ...models.resource_response_status import ResourceResponseStatus
11
11
  from ...types import Response
12
12
 
13
13
 
@@ -31,9 +31,9 @@ def _get_kwargs(
31
31
  return _kwargs
32
32
 
33
33
 
34
- def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> ResourceOptions:
34
+ def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> ResourceResponseStatus:
35
35
  if response.status_code == 200:
36
- response_200 = ResourceOptions.from_dict(response.json())
36
+ response_200 = ResourceResponseStatus.from_dict(response.json())
37
37
 
38
38
  return response_200
39
39
  raise errors.UnexpectedStatus(response.status_code, response.content)
@@ -41,7 +41,7 @@ def _parse_response(*, client: Union[AuthenticatedClient, Client], response: htt
41
41
 
42
42
  def _build_response(
43
43
  *, client: Union[AuthenticatedClient, Client], response: httpx.Response
44
- ) -> Response[ResourceOptions]:
44
+ ) -> Response[ResourceResponseStatus]:
45
45
  return Response(
46
46
  status_code=HTTPStatus(response.status_code),
47
47
  content=response.content,
@@ -55,8 +55,9 @@ def sync_detailed(
55
55
  *,
56
56
  client: AuthenticatedClient,
57
57
  body: ResourceOptionsRequest,
58
- ) -> Response[ResourceOptions]:
59
- """
58
+ ) -> Response[ResourceResponseStatus]:
59
+ """Update resource options.
60
+
60
61
  Args:
61
62
  uuid (UUID):
62
63
  body (ResourceOptionsRequest):
@@ -66,7 +67,7 @@ def sync_detailed(
66
67
  httpx.TimeoutException: If the request takes longer than Client.timeout.
67
68
 
68
69
  Returns:
69
- Response[ResourceOptions]
70
+ Response[ResourceResponseStatus]
70
71
  """
71
72
 
72
73
  kwargs = _get_kwargs(
@@ -86,8 +87,9 @@ def sync(
86
87
  *,
87
88
  client: AuthenticatedClient,
88
89
  body: ResourceOptionsRequest,
89
- ) -> ResourceOptions:
90
- """
90
+ ) -> ResourceResponseStatus:
91
+ """Update resource options.
92
+
91
93
  Args:
92
94
  uuid (UUID):
93
95
  body (ResourceOptionsRequest):
@@ -97,7 +99,7 @@ def sync(
97
99
  httpx.TimeoutException: If the request takes longer than Client.timeout.
98
100
 
99
101
  Returns:
100
- ResourceOptions
102
+ ResourceResponseStatus
101
103
  """
102
104
 
103
105
  return sync_detailed(
@@ -112,8 +114,9 @@ async def asyncio_detailed(
112
114
  *,
113
115
  client: AuthenticatedClient,
114
116
  body: ResourceOptionsRequest,
115
- ) -> Response[ResourceOptions]:
116
- """
117
+ ) -> Response[ResourceResponseStatus]:
118
+ """Update resource options.
119
+
117
120
  Args:
118
121
  uuid (UUID):
119
122
  body (ResourceOptionsRequest):
@@ -123,7 +126,7 @@ async def asyncio_detailed(
123
126
  httpx.TimeoutException: If the request takes longer than Client.timeout.
124
127
 
125
128
  Returns:
126
- Response[ResourceOptions]
129
+ Response[ResourceResponseStatus]
127
130
  """
128
131
 
129
132
  kwargs = _get_kwargs(
@@ -141,8 +144,9 @@ async def asyncio(
141
144
  *,
142
145
  client: AuthenticatedClient,
143
146
  body: ResourceOptionsRequest,
144
- ) -> ResourceOptions:
145
- """
147
+ ) -> ResourceResponseStatus:
148
+ """Update resource options.
149
+
146
150
  Args:
147
151
  uuid (UUID):
148
152
  body (ResourceOptionsRequest):
@@ -152,7 +156,7 @@ async def asyncio(
152
156
  httpx.TimeoutException: If the request takes longer than Client.timeout.
153
157
 
154
158
  Returns:
155
- ResourceOptions
159
+ ResourceResponseStatus
156
160
  """
157
161
 
158
162
  return (
@@ -124,7 +124,8 @@ def sync_detailed(
124
124
  state: Union[Unset, MarketplaceRobotAccountsListState] = UNSET,
125
125
  type_: Union[Unset, str] = UNSET,
126
126
  ) -> Response[list["RobotAccountDetails"]]:
127
- """
127
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
128
+
128
129
  Args:
129
130
  created (Union[Unset, datetime.datetime]):
130
131
  customer_uuid (Union[Unset, UUID]):
@@ -182,7 +183,8 @@ def sync(
182
183
  state: Union[Unset, MarketplaceRobotAccountsListState] = UNSET,
183
184
  type_: Union[Unset, str] = UNSET,
184
185
  ) -> list["RobotAccountDetails"]:
185
- """
186
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
187
+
186
188
  Args:
187
189
  created (Union[Unset, datetime.datetime]):
188
190
  customer_uuid (Union[Unset, UUID]):
@@ -235,7 +237,8 @@ async def asyncio_detailed(
235
237
  state: Union[Unset, MarketplaceRobotAccountsListState] = UNSET,
236
238
  type_: Union[Unset, str] = UNSET,
237
239
  ) -> Response[list["RobotAccountDetails"]]:
238
- """
240
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
241
+
239
242
  Args:
240
243
  created (Union[Unset, datetime.datetime]):
241
244
  customer_uuid (Union[Unset, UUID]):
@@ -291,7 +294,8 @@ async def asyncio(
291
294
  state: Union[Unset, MarketplaceRobotAccountsListState] = UNSET,
292
295
  type_: Union[Unset, str] = UNSET,
293
296
  ) -> list["RobotAccountDetails"]:
294
- """
297
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
298
+
295
299
  Args:
296
300
  created (Union[Unset, datetime.datetime]):
297
301
  customer_uuid (Union[Unset, UUID]):
@@ -92,7 +92,8 @@ def sync_detailed(
92
92
  page_size: Union[Unset, int] = UNSET,
93
93
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
94
94
  ) -> Response[list["Screenshot"]]:
95
- """
95
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
96
+
96
97
  Args:
97
98
  o (Union[Unset, list[MarketplaceScreenshotsListOItem]]):
98
99
  offering (Union[Unset, str]):
@@ -135,7 +136,8 @@ def sync(
135
136
  page_size: Union[Unset, int] = UNSET,
136
137
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
137
138
  ) -> list["Screenshot"]:
138
- """
139
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
140
+
139
141
  Args:
140
142
  o (Union[Unset, list[MarketplaceScreenshotsListOItem]]):
141
143
  offering (Union[Unset, str]):
@@ -173,7 +175,8 @@ async def asyncio_detailed(
173
175
  page_size: Union[Unset, int] = UNSET,
174
176
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
175
177
  ) -> Response[list["Screenshot"]]:
176
- """
178
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
179
+
177
180
  Args:
178
181
  o (Union[Unset, list[MarketplaceScreenshotsListOItem]]):
179
182
  offering (Union[Unset, str]):
@@ -214,7 +217,8 @@ async def asyncio(
214
217
  page_size: Union[Unset, int] = UNSET,
215
218
  parent_offering_uuid: Union[Unset, UUID] = UNSET,
216
219
  ) -> list["Screenshot"]:
217
- """
220
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
221
+
218
222
  Args:
219
223
  o (Union[Unset, list[MarketplaceScreenshotsListOItem]]):
220
224
  offering (Union[Unset, str]):
@@ -61,7 +61,8 @@ def sync_detailed(
61
61
  page: Union[Unset, int] = UNSET,
62
62
  page_size: Union[Unset, int] = UNSET,
63
63
  ) -> Response[list["DryRun"]]:
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["DryRun"]:
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["DryRun"]]:
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["DryRun"]:
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]):
@@ -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["Section"]]:
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["Section"]:
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["Section"]]:
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["Section"]:
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]):
@@ -38,6 +38,7 @@ def _get_kwargs(
38
38
  page: Union[Unset, int] = UNSET,
39
39
  page_size: Union[Unset, int] = UNSET,
40
40
  query: Union[Unset, str] = UNSET,
41
+ slug: Union[Unset, str] = UNSET,
41
42
  ) -> dict[str, Any]:
42
43
  params: dict[str, Any] = {}
43
44
 
@@ -104,6 +105,8 @@ def _get_kwargs(
104
105
 
105
106
  params["query"] = query
106
107
 
108
+ params["slug"] = slug
109
+
107
110
  params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
108
111
 
109
112
  _kwargs: dict[str, Any] = {
@@ -163,6 +166,7 @@ def sync_detailed(
163
166
  page: Union[Unset, int] = UNSET,
164
167
  page_size: Union[Unset, int] = UNSET,
165
168
  query: Union[Unset, str] = UNSET,
169
+ slug: Union[Unset, str] = UNSET,
166
170
  ) -> Response[list["MarketplaceProviderCustomerProject"]]:
167
171
  """Return customer projects of service provider.
168
172
 
@@ -186,6 +190,7 @@ def sync_detailed(
186
190
  page (Union[Unset, int]):
187
191
  page_size (Union[Unset, int]):
188
192
  query (Union[Unset, str]):
193
+ slug (Union[Unset, str]):
189
194
 
190
195
  Raises:
191
196
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -215,6 +220,7 @@ def sync_detailed(
215
220
  page=page,
216
221
  page_size=page_size,
217
222
  query=query,
223
+ slug=slug,
218
224
  )
219
225
 
220
226
  response = client.get_httpx_client().request(
@@ -246,6 +252,7 @@ def sync(
246
252
  page: Union[Unset, int] = UNSET,
247
253
  page_size: Union[Unset, int] = UNSET,
248
254
  query: Union[Unset, str] = UNSET,
255
+ slug: Union[Unset, str] = UNSET,
249
256
  ) -> list["MarketplaceProviderCustomerProject"]:
250
257
  """Return customer projects of service provider.
251
258
 
@@ -269,6 +276,7 @@ def sync(
269
276
  page (Union[Unset, int]):
270
277
  page_size (Union[Unset, int]):
271
278
  query (Union[Unset, str]):
279
+ slug (Union[Unset, str]):
272
280
 
273
281
  Raises:
274
282
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -299,6 +307,7 @@ def sync(
299
307
  page=page,
300
308
  page_size=page_size,
301
309
  query=query,
310
+ slug=slug,
302
311
  ).parsed
303
312
 
304
313
 
@@ -324,6 +333,7 @@ async def asyncio_detailed(
324
333
  page: Union[Unset, int] = UNSET,
325
334
  page_size: Union[Unset, int] = UNSET,
326
335
  query: Union[Unset, str] = UNSET,
336
+ slug: Union[Unset, str] = UNSET,
327
337
  ) -> Response[list["MarketplaceProviderCustomerProject"]]:
328
338
  """Return customer projects of service provider.
329
339
 
@@ -347,6 +357,7 @@ async def asyncio_detailed(
347
357
  page (Union[Unset, int]):
348
358
  page_size (Union[Unset, int]):
349
359
  query (Union[Unset, str]):
360
+ slug (Union[Unset, str]):
350
361
 
351
362
  Raises:
352
363
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -376,6 +387,7 @@ async def asyncio_detailed(
376
387
  page=page,
377
388
  page_size=page_size,
378
389
  query=query,
390
+ slug=slug,
379
391
  )
380
392
 
381
393
  response = await client.get_async_httpx_client().request(**kwargs)
@@ -405,6 +417,7 @@ async def asyncio(
405
417
  page: Union[Unset, int] = UNSET,
406
418
  page_size: Union[Unset, int] = UNSET,
407
419
  query: Union[Unset, str] = UNSET,
420
+ slug: Union[Unset, str] = UNSET,
408
421
  ) -> list["MarketplaceProviderCustomerProject"]:
409
422
  """Return customer projects of service provider.
410
423
 
@@ -428,6 +441,7 @@ async def asyncio(
428
441
  page (Union[Unset, int]):
429
442
  page_size (Union[Unset, int]):
430
443
  query (Union[Unset, str]):
444
+ slug (Union[Unset, str]):
431
445
 
432
446
  Raises:
433
447
  errors.UnexpectedStatus: If the server returns an undocumented status code.
@@ -459,5 +473,6 @@ async def asyncio(
459
473
  page=page,
460
474
  page_size=page_size,
461
475
  query=query,
476
+ slug=slug,
462
477
  )
463
478
  ).parsed
@@ -101,7 +101,8 @@ def sync_detailed(
101
101
  page: Union[Unset, int] = UNSET,
102
102
  page_size: Union[Unset, int] = UNSET,
103
103
  ) -> Response[list["ServiceProvider"]]:
104
- """
104
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
105
+
105
106
  Args:
106
107
  customer (Union[Unset, str]):
107
108
  customer_keyword (Union[Unset, str]):
@@ -147,7 +148,8 @@ def sync(
147
148
  page: Union[Unset, int] = UNSET,
148
149
  page_size: Union[Unset, int] = UNSET,
149
150
  ) -> list["ServiceProvider"]:
150
- """
151
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
152
+
151
153
  Args:
152
154
  customer (Union[Unset, str]):
153
155
  customer_keyword (Union[Unset, str]):
@@ -188,7 +190,8 @@ async def asyncio_detailed(
188
190
  page: Union[Unset, int] = UNSET,
189
191
  page_size: Union[Unset, int] = UNSET,
190
192
  ) -> Response[list["ServiceProvider"]]:
191
- """
193
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
194
+
192
195
  Args:
193
196
  customer (Union[Unset, str]):
194
197
  customer_keyword (Union[Unset, str]):
@@ -232,7 +235,8 @@ async def asyncio(
232
235
  page: Union[Unset, int] = UNSET,
233
236
  page_size: Union[Unset, int] = UNSET,
234
237
  ) -> list["ServiceProvider"]:
235
- """
238
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
239
+
236
240
  Args:
237
241
  customer (Union[Unset, str]):
238
242
  customer_keyword (Union[Unset, str]):
@@ -44,7 +44,7 @@ def _get_kwargs(
44
44
  project_uuid: Union[Unset, UUID] = UNSET,
45
45
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
46
46
  resource_project_uuid: Union[Unset, UUID] = UNSET,
47
- scope_uuid: Union[Unset, UUID] = UNSET,
47
+ scope_uuid: Union[Unset, str] = UNSET,
48
48
  service_manager_uuid: Union[Unset, UUID] = UNSET,
49
49
  shared: Union[Unset, bool] = UNSET,
50
50
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
@@ -150,10 +150,7 @@ def _get_kwargs(
150
150
  json_resource_project_uuid = str(resource_project_uuid)
151
151
  params["resource_project_uuid"] = json_resource_project_uuid
152
152
 
153
- json_scope_uuid: Union[Unset, str] = UNSET
154
- if not isinstance(scope_uuid, Unset):
155
- json_scope_uuid = str(scope_uuid)
156
- params["scope_uuid"] = json_scope_uuid
153
+ params["scope_uuid"] = scope_uuid
157
154
 
158
155
  json_service_manager_uuid: Union[Unset, str] = UNSET
159
156
  if not isinstance(service_manager_uuid, Unset):
@@ -243,7 +240,7 @@ def sync_detailed(
243
240
  project_uuid: Union[Unset, UUID] = UNSET,
244
241
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
245
242
  resource_project_uuid: Union[Unset, UUID] = UNSET,
246
- scope_uuid: Union[Unset, UUID] = UNSET,
243
+ scope_uuid: Union[Unset, str] = UNSET,
247
244
  service_manager_uuid: Union[Unset, UUID] = UNSET,
248
245
  shared: Union[Unset, bool] = UNSET,
249
246
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
@@ -277,7 +274,7 @@ def sync_detailed(
277
274
  project_uuid (Union[Unset, UUID]):
278
275
  resource_customer_uuid (Union[Unset, UUID]):
279
276
  resource_project_uuid (Union[Unset, UUID]):
280
- scope_uuid (Union[Unset, UUID]):
277
+ scope_uuid (Union[Unset, str]):
281
278
  service_manager_uuid (Union[Unset, UUID]):
282
279
  shared (Union[Unset, bool]):
283
280
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
@@ -359,7 +356,7 @@ def sync(
359
356
  project_uuid: Union[Unset, UUID] = UNSET,
360
357
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
361
358
  resource_project_uuid: Union[Unset, UUID] = UNSET,
362
- scope_uuid: Union[Unset, UUID] = UNSET,
359
+ scope_uuid: Union[Unset, str] = UNSET,
363
360
  service_manager_uuid: Union[Unset, UUID] = UNSET,
364
361
  shared: Union[Unset, bool] = UNSET,
365
362
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
@@ -393,7 +390,7 @@ def sync(
393
390
  project_uuid (Union[Unset, UUID]):
394
391
  resource_customer_uuid (Union[Unset, UUID]):
395
392
  resource_project_uuid (Union[Unset, UUID]):
396
- scope_uuid (Union[Unset, UUID]):
393
+ scope_uuid (Union[Unset, str]):
397
394
  service_manager_uuid (Union[Unset, UUID]):
398
395
  shared (Union[Unset, bool]):
399
396
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
@@ -470,7 +467,7 @@ async def asyncio_detailed(
470
467
  project_uuid: Union[Unset, UUID] = UNSET,
471
468
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
472
469
  resource_project_uuid: Union[Unset, UUID] = UNSET,
473
- scope_uuid: Union[Unset, UUID] = UNSET,
470
+ scope_uuid: Union[Unset, str] = UNSET,
474
471
  service_manager_uuid: Union[Unset, UUID] = UNSET,
475
472
  shared: Union[Unset, bool] = UNSET,
476
473
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
@@ -504,7 +501,7 @@ async def asyncio_detailed(
504
501
  project_uuid (Union[Unset, UUID]):
505
502
  resource_customer_uuid (Union[Unset, UUID]):
506
503
  resource_project_uuid (Union[Unset, UUID]):
507
- scope_uuid (Union[Unset, UUID]):
504
+ scope_uuid (Union[Unset, str]):
508
505
  service_manager_uuid (Union[Unset, UUID]):
509
506
  shared (Union[Unset, bool]):
510
507
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
@@ -584,7 +581,7 @@ async def asyncio(
584
581
  project_uuid: Union[Unset, UUID] = UNSET,
585
582
  resource_customer_uuid: Union[Unset, UUID] = UNSET,
586
583
  resource_project_uuid: Union[Unset, UUID] = UNSET,
587
- scope_uuid: Union[Unset, UUID] = UNSET,
584
+ scope_uuid: Union[Unset, str] = UNSET,
588
585
  service_manager_uuid: Union[Unset, UUID] = UNSET,
589
586
  shared: Union[Unset, bool] = UNSET,
590
587
  state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
@@ -618,7 +615,7 @@ async def asyncio(
618
615
  project_uuid (Union[Unset, UUID]):
619
616
  resource_customer_uuid (Union[Unset, UUID]):
620
617
  resource_project_uuid (Union[Unset, UUID]):
621
- scope_uuid (Union[Unset, UUID]):
618
+ scope_uuid (Union[Unset, str]):
622
619
  service_manager_uuid (Union[Unset, UUID]):
623
620
  shared (Union[Unset, bool]):
624
621
  state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
@@ -33,7 +33,7 @@ def _get_kwargs(
33
33
  role_uuid: Union[Unset, UUID] = UNSET,
34
34
  scope_name: Union[Unset, str] = UNSET,
35
35
  scope_type: Union[Unset, str] = UNSET,
36
- scope_uuid: Union[Unset, UUID] = UNSET,
36
+ scope_uuid: Union[Unset, str] = UNSET,
37
37
  user: Union[Unset, UUID] = UNSET,
38
38
  user_slug: Union[Unset, str] = UNSET,
39
39
  user_url: Union[Unset, str] = UNSET,
@@ -93,10 +93,7 @@ def _get_kwargs(
93
93
 
94
94
  params["scope_type"] = scope_type
95
95
 
96
- json_scope_uuid: Union[Unset, str] = UNSET
97
- if not isinstance(scope_uuid, Unset):
98
- json_scope_uuid = str(scope_uuid)
99
- params["scope_uuid"] = json_scope_uuid
96
+ params["scope_uuid"] = scope_uuid
100
97
 
101
98
  json_user: Union[Unset, str] = UNSET
102
99
  if not isinstance(user, Unset):
@@ -163,7 +160,7 @@ def sync_detailed(
163
160
  role_uuid: Union[Unset, UUID] = UNSET,
164
161
  scope_name: Union[Unset, str] = UNSET,
165
162
  scope_type: Union[Unset, str] = UNSET,
166
- scope_uuid: Union[Unset, UUID] = UNSET,
163
+ scope_uuid: Union[Unset, str] = UNSET,
167
164
  user: Union[Unset, UUID] = UNSET,
168
165
  user_slug: Union[Unset, str] = UNSET,
169
166
  user_url: Union[Unset, str] = UNSET,
@@ -186,7 +183,7 @@ def sync_detailed(
186
183
  role_uuid (Union[Unset, UUID]):
187
184
  scope_name (Union[Unset, str]):
188
185
  scope_type (Union[Unset, str]):
189
- scope_uuid (Union[Unset, UUID]):
186
+ scope_uuid (Union[Unset, str]):
190
187
  user (Union[Unset, UUID]):
191
188
  user_slug (Union[Unset, str]):
192
189
  user_url (Union[Unset, str]):
@@ -246,7 +243,7 @@ def sync(
246
243
  role_uuid: Union[Unset, UUID] = UNSET,
247
244
  scope_name: Union[Unset, str] = UNSET,
248
245
  scope_type: Union[Unset, str] = UNSET,
249
- scope_uuid: Union[Unset, UUID] = UNSET,
246
+ scope_uuid: Union[Unset, str] = UNSET,
250
247
  user: Union[Unset, UUID] = UNSET,
251
248
  user_slug: Union[Unset, str] = UNSET,
252
249
  user_url: Union[Unset, str] = UNSET,
@@ -269,7 +266,7 @@ def sync(
269
266
  role_uuid (Union[Unset, UUID]):
270
267
  scope_name (Union[Unset, str]):
271
268
  scope_type (Union[Unset, str]):
272
- scope_uuid (Union[Unset, UUID]):
269
+ scope_uuid (Union[Unset, str]):
273
270
  user (Union[Unset, UUID]):
274
271
  user_slug (Union[Unset, str]):
275
272
  user_url (Union[Unset, str]):
@@ -324,7 +321,7 @@ async def asyncio_detailed(
324
321
  role_uuid: Union[Unset, UUID] = UNSET,
325
322
  scope_name: Union[Unset, str] = UNSET,
326
323
  scope_type: Union[Unset, str] = UNSET,
327
- scope_uuid: Union[Unset, UUID] = UNSET,
324
+ scope_uuid: Union[Unset, str] = UNSET,
328
325
  user: Union[Unset, UUID] = UNSET,
329
326
  user_slug: Union[Unset, str] = UNSET,
330
327
  user_url: Union[Unset, str] = UNSET,
@@ -347,7 +344,7 @@ async def asyncio_detailed(
347
344
  role_uuid (Union[Unset, UUID]):
348
345
  scope_name (Union[Unset, str]):
349
346
  scope_type (Union[Unset, str]):
350
- scope_uuid (Union[Unset, UUID]):
347
+ scope_uuid (Union[Unset, str]):
351
348
  user (Union[Unset, UUID]):
352
349
  user_slug (Union[Unset, str]):
353
350
  user_url (Union[Unset, str]):
@@ -405,7 +402,7 @@ async def asyncio(
405
402
  role_uuid: Union[Unset, UUID] = UNSET,
406
403
  scope_name: Union[Unset, str] = UNSET,
407
404
  scope_type: Union[Unset, str] = UNSET,
408
- scope_uuid: Union[Unset, UUID] = UNSET,
405
+ scope_uuid: Union[Unset, str] = UNSET,
409
406
  user: Union[Unset, UUID] = UNSET,
410
407
  user_slug: Union[Unset, str] = UNSET,
411
408
  user_url: Union[Unset, str] = UNSET,
@@ -428,7 +425,7 @@ async def asyncio(
428
425
  role_uuid (Union[Unset, UUID]):
429
426
  scope_name (Union[Unset, str]):
430
427
  scope_type (Union[Unset, str]):
431
- scope_uuid (Union[Unset, UUID]):
428
+ scope_uuid (Union[Unset, str]):
432
429
  user (Union[Unset, UUID]):
433
430
  user_slug (Union[Unset, str]):
434
431
  user_url (Union[Unset, str]):